<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.primary-cta {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 30px;
  background-color: #000000;
  border: 1px solid #000000;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all;
}
.primary-cta span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.primary-cta img,
.primary-cta i {
  margin-left: 10px;
}
.primary-cta.rounded-btn {
  border-radius: 45px;
}
.primary-cta.menu-cta.rounded-btn {
  border-radius: 45px;
}
.primary-cta:hover {
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  transition: 0.3s all;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .primary-cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.primary-cta:hover img {
  transition: 0.3s all;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .primary-cta:hover img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
  }
}

.secondary-cta {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  padding: 10px 25px;
  background-color: transparent;
  border: 1px solid #000000;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 24px;
  text-decoration: none;
  transition: 0.3s all;
}
.secondary-cta span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.secondary-cta img {
  margin-left: 10px;
}
.secondary-cta.rounded-btn {
  border-radius: 45px;
}
@media (min-width: 1200px) {
  .secondary-cta:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    transition: 0.3s all;
  }
  .secondary-cta:hover img {
    transition: 0.3s all;
    filter: invert(100%);
    -webkit-filter: invert(100%);
  }
}

.tertiary-cta {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 30px;
  background-color: transparent;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 24px;
  text-decoration: none;
  transition: 0.3s all;
}
.tertiary-cta span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.tertiary-cta img {
  margin-left: 10px;
}
.tertiary-cta:hover {
  text-decoration: none;
  color: #a32123;
  transition: 0.3s all;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

/* Setting box-sizing to border-box for easier layout */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

/* Basic typography */
body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body.logged-in.admin-bar header {
  position: static;
}

h1 {
  font-size: 56px;
  line-height: 1;
  margin: 0 0 10px 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 10px 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px 0;
}

p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 30px 0;
}

ul li {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 30px 0;
}

ul.bullet-point {
  margin-top: 5px;
  padding: 0;
  margin-left: 0px;
}
ul.bullet-point li {
  font-size: 18px;
  font-weight: 300;
  color: #53555f;
  position: relative;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 12px;
  line-height: 1.3;
}
ul.bullet-point li:before {
  width: 5px;
  height: 5px;
  content: "";
  background-color: #53555f;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
ul.bullet-point.white-bullet li {
  padding-left: 30px;
}
ul.bullet-point.white-bullet li::before {
  background-color: #ffffff;
}

@media (min-width: 0) and (max-width: 767.98px) {
  ul.bullet-point li {
    font-size: 16px;
    padding-left: 20px;
  }
  ul.bullet-point li:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-Thin.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-ExtraLight.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-ExtraBold.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url("../../assets/fonts/Poppins-Black.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-Thin-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-ExtraLight-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-Light-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-Regular-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-Medium-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-SemiBold-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-Bold-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-ExtraBold-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: italic;
  src: url("../../assets/fonts/Poppins-Black-Italic.ttf") format("ttf");
}
body {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
.hero-section {
  position: relative;
  margin-top: 105px;
  min-height: 400px;
  font-size: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .hero-section {
    margin-top: 85px;
    min-height: 600px;
    background: #cc3745 !important;
  }
}
@media (min-width: 0) and (max-width: 767.98px) and (orientation: landscape) {
  .hero-section {
    min-height: 790px;
    max-height: 790px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section {
    margin-top: 104px;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }
}
.hero-section .banner-image {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .hero-section .banner-image {
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  .hero-section video {
    height: 750px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767.98px) and (orientation: landscape) {
  .hero-section video {
    height: 1100px;
  }
}
@media (min-width: 991.98px) {
  .hero-section .SmallerScreen {
    display: none;
  }
}
@media (max-width: 992px) {
  .hero-section .BiggerScreen {
    display: none;
  }
}
.hero-section .hero-section-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 991.98px) {
  .hero-section .hero-section-content {
    top: unset;
    width: 100%;
    transform: unset;
    bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section .hero-section-content .inner-holder {
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) and (orientation: portrait) {
  .hero-section .hero-section-content .inner-holder {
    max-width: 60%;
  }
}
.hero-section .hero-section-content .eyebrow {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
}
.hero-section .hero-section-content .title {
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1;
  font-size: 70px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .hero-section .hero-section-content .title {
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section .hero-section-content .title {
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section .hero-section-content .title {
    line-height: 1.1;
    margin-bottom: 14px;
  }
}
.hero-section .hero-section-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1.5;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .hero-section .hero-section-content p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section .hero-section-content p {
    margin-bottom: 22px;
  }
}
.hero-section .hero-section-content .hero-btn {
  line-height: 28px;
}
.hero-section img {
  width: 100%;
  height: auto;
}

.hero-slider-section {
  padding: 60px 0;
  background-color: #666666;
}
.hero-slider-section .layout-2-column .each-herobanner-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}
.hero-slider-section .layout-2-column .each-herobanner-wrap .lhs-wrap {
  flex: 1 50%;
  max-width: 50%;
}
.hero-slider-section .layout-2-column .each-herobanner-wrap .rhs-wrap {
  flex: 1 50%;
  max-width: 50%;
}
.hero-slider-section .bx-pager {
  bottom: 0;
}
.hero-slider-section .hero-controls {
  position: absolute;
  top: 0;
  right: 15px;
}
.hero-slider-section .hero-controls a {
  line-height: 1;
  display: inline-block;
  font-size: 28px;
}
.hero-slider-section .hero-controls a.bx-prev {
  margin-right: 25px;
}
.hero-slider-section .hero-controls a i {
  color: #000000;
}
.hero-slider-section .hero-controls a.disabled i {
  color: rgba(0, 0, 0, 0.3);
}

.ai-growth-banner .hero-section .hero-section-content .inner-holder {
  margin: auto;
}
@media (min-width: 1024px) and (max-width: 1399.98px) and (orientation: portrait) {
  .ai-growth-banner .hero-section .hero-section-content .inner-holder {
    max-width: 90% !important;
  }
  .ai-growth-banner .hero-section .hero-section-content .inner-holder .title {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) and (orientation: landscape) {
  .ai-growth-banner .hero-section {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ai-growth-banner .hero-section .hero-section-content .inner-holder {
    width: 80% !important;
    max-width: 100% !important;
  }
  .ai-growth-banner .hero-section {
    margin-top: 104px;
    height: 93vh;
    max-height: 100vh;
    overflow: hidden;
  }
  .ai-growth-banner .hero-section .hero-section-content {
    bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .ai-growth-banner .hero-section video {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .ai-growth-banner .hero-section .hero-section-content {
    bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ai-growth-intro .intro-section {
    max-width: 90%;
    margin: auto;
  }
}

@media (max-width: 1199.98px) {
  .hero-section .hero-section-content .hero-btn:hover {
    padding: 12px 60px 12px 60px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff !important;
    border-radius: 50px 50px 50px 50px;
  }
}
.icon-card {
  overflow: hidden;
}
.icon-card .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.icon-card .cards-wrap .each-card {
  flex: 1 calc(33.3333333333% - 40px);
  max-width: calc(33.3333333333% - 40px);
  margin-right: 40px;
  margin-bottom: 50px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap .each-card {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .icon-card .cards-wrap .each-card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap .each-card {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.icon-card .cards-wrap .each-card.icon-left {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .icon-card .cards-wrap .each-card.icon-left {
    align-items: start;
  }
}
.icon-card .cards-wrap .each-card.icon-left .icon-wrap {
  flex: 1 1 100px;
  max-width: 100px;
}
.icon-card .cards-wrap .each-card.icon-left .icon-wrap img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap .each-card.icon-left .icon-wrap {
    margin-bottom: 0;
  }
}
.icon-card .cards-wrap .each-card.icon-left .icon-text-wrap {
  max-width: calc(100% - 172px);
  flex: calc(100% - 172px);
  padding: 0 10px 0 20px;
}
.icon-card .cards-wrap .each-card .icon-wrap {
  margin-bottom: 15px;
}
.icon-card .cards-wrap .each-card .icon-wrap svg {
  height: auto;
  width: 100%;
}
.icon-card .cards-wrap .each-card .icon-wrap span {
  display: inline-block;
}
.icon-card .cards-wrap .each-card .icon-wrap span.icon-img {
  display: block;
}
.icon-card .cards-wrap .each-card .icon-wrap img {
  width: 100%;
  height: auto;
}
.icon-card .cards-wrap .each-card .icon-wrap i {
  font-size: 80px;
}
.icon-card .cards-wrap .each-card .icon-box-title {
  -webkit-text-decoration: none solid rgb(47, 47, 47);
          text-decoration: none solid rgb(47, 47, 47);
  margin-bottom: 18px;
}
.icon-card .cards-wrap .each-card .icon-box-desc {
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
}
.icon-card .cards-wrap .each-card .icon-box-desc p {
  margin-bottom: 0;
}
.icon-card .cards-wrap.two-col {
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .icon-card .cards-wrap.two-col {
    justify-content: space-between;
  }
}
.icon-card .cards-wrap.two-col .each-card {
  flex: 1 1 50%;
  max-width: 50%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap.two-col .each-card {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .icon-card .cards-wrap.two-col .each-card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.two-col .each-card {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 0px;
    align-items: start;
  }
}
.icon-card .cards-wrap.two-col .each-card.icon-left {
  flex: 1 50%;
  max-width: calc(50% - 0px);
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .icon-card .cards-wrap.two-col .each-card.icon-left {
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.two-col .each-card.icon-left {
    align-items: start;
  }
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.two-col .each-card.icon-left {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .icon-card .cards-wrap.two-col .each-card.icon-left:last-child {
    margin-bottom: 0;
  }
}
.icon-card .cards-wrap.two-col .each-card.icon-left .icon-wrap {
  flex: 1 1 100px;
  max-width: 100px;
}
.icon-card .cards-wrap.two-col .each-card.icon-left .icon-wrap img {
  height: auto;
  max-width: 100%;
}
.icon-card .cards-wrap.two-col .each-card.icon-left .icon-text-wrap {
  max-width: calc(100% - 178px);
  flex: calc(100% - 178px);
  padding: 0 10px 0 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.two-col .each-card.icon-left .icon-text-wrap {
    max-width: calc(100% - 120px);
    flex: calc(100% - 120px);
  }
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.two-col .each-card.icon-left .icon-text-wrap {
    max-width: 100%;
    flex: 100%;
  }
}
.icon-card .cards-wrap.three-col .each-card {
  flex: 1 33.3333333333%;
  max-width: 33.3333333333%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 10px;
}
.icon-card .cards-wrap.three-col .each-card.icon-left {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .icon-card .cards-wrap.three-col .each-card.icon-left {
    align-items: start;
  }
}
.icon-card .cards-wrap.three-col .each-card.icon-left .icon-wrap {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .icon-card .cards-wrap.three-col .each-card.icon-left .icon-text-wrap {
    max-width: calc(100% - 100px);
    flex: 1 calc(100% - 100px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.three-col .each-card.icon-left {
    flex: 1 50%;
    max-width: 50%;
  }
}
.icon-card .cards-wrap.three-col .each-card.icon-top {
  margin-right: 0;
}
.icon-card .cards-wrap.three-col .each-card.icon-top .step-img-wrap {
  position: relative;
}
.icon-card .cards-wrap.three-col .each-card.icon-top .step-img-wrap span.icon-img {
  display: block;
  left: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(16px, -50%);
  width: 100px;
}
.icon-card .cards-wrap.three-col .each-card.icon-top .step-img-wrap span.icon-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.three-col .each-card.icon-top .step-img-wrap span.icon-img {
    position: unset;
    transform: unset;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap.three-col .each-card {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .icon-card .cards-wrap.three-col .each-card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.three-col .each-card {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 50px;
    margin-right: 0px;
    align-items: start;
  }
  .icon-card .cards-wrap.three-col .each-card .icon-text-wrap {
    max-width: calc(100% - 162px);
  }
}
.icon-card .cards-wrap.three-col.step-modular {
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.three-col.step-modular {
    gap: 40px;
  }
}
.icon-card .cards-wrap.three-col.step-modular .each-card {
  flex: 1 calc(33.3333333333% - 35px);
  max-width: calc(33.3333333333% - 35px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.three-col.step-modular .each-card {
    flex: 1 calc(50% - 35px);
    max-width: calc(50% - 35px);
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap.three-col.step-modular .each-card {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .icon-card .cards-wrap.three-col.step-modular .each-card .icon-wrap {
    flex: 1 1 40%;
    max-width: 40%;
  }
  .icon-card .cards-wrap.three-col.step-modular .each-card .icon-wrap span.imgcover {
    display: none;
  }
  .icon-card .cards-wrap.three-col.step-modular .each-card .icon-text-wrap {
    flex: 1 1 60%;
    max-width: 60%;
  }
}
.icon-card .cards-wrap.three-col.step-modular .each-card:last-child .step-img-wrap {
  position: relative;
}
.icon-card .cards-wrap.three-col.step-modular .each-card:last-child .step-img-wrap span.imgcover {
  font-size: 0;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap.three-col.step-modular .each-card:last-child .step-img-wrap span.imgcover {
    display: none;
  }
}
.icon-card .cards-wrap.three-col.step-modular .each-card:last-child .step-img-wrap span.icon-img {
  display: block;
  font-size: 0;
  left: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(16px, -50%);
  width: 100px;
}
.icon-card .cards-wrap.three-col.step-modular .each-card:last-child .step-img-wrap span.icon-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.three-col.step-modular .each-card:last-child .step-img-wrap span.icon-img {
    position: unset;
    transform: unset;
  }
}
.icon-card .cards-wrap.three-col.step-modular .each-card:last-child .step-img-wrap span {
  display: inline-block;
  width: 160px;
}
.icon-card .cards-wrap.four-col {
  gap: 44px;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
@media (min-width: 0) and (max-width: 1198.98px) {
  .icon-card .cards-wrap.four-col {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.icon-card .cards-wrap.four-col .each-card {
  flex: 1 1 25%;
  max-width: 25%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap.four-col .each-card {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .icon-card .cards-wrap.four-col .each-card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.four-col .each-card {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 0px;
    align-items: start;
  }
}
.icon-card .cards-wrap.four-col .each-card.icon-top {
  flex: 1 25%;
  max-width: 25%;
  align-items: center;
  margin-right: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  .icon-card .cards-wrap.four-col .each-card.icon-top {
    align-items: start;
    flex: 1 calc(50% - 24px);
    max-width: calc(50% - 24px);
    margin-bottom: 20px;
    margin-right: 0px;
    align-items: start;
  }
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.four-col .each-card.icon-top {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .icon-card .cards-wrap.four-col .each-card.icon-top:last-child {
    margin-bottom: 0;
  }
  .icon-card .cards-wrap.four-col .each-card.icon-top .icon-wrap {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .icon-card .cards-wrap.four-col .each-card.icon-top .icon-text-wrap {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.icon-card .cards-wrap.four-col .each-card.icon-top .step-img-wrap {
  position: relative;
}
.icon-card .cards-wrap.four-col .each-card.icon-top .step-img-wrap span.icon-img {
  display: block;
  left: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(16px, -50%);
  width: 100px;
}
.icon-card .cards-wrap.four-col .each-card.icon-top .step-img-wrap span.icon-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.four-col .each-card.icon-top .step-img-wrap span.icon-img {
    position: unset;
    transform: unset;
  }
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.four-col .each-card.icon-left {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .icon-card .cards-wrap.four-col .each-card.icon-left:last-child {
    margin-bottom: 0;
  }
  .icon-card .cards-wrap.four-col .each-card.icon-left .icon-wrap {
    flex: 1 1 100px;
    max-width: 100px;
  }
  .icon-card .cards-wrap.four-col .each-card.icon-left .icon-text-wrap {
    flex: 1 1 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.icon-card .cards-wrap.four-col.step-modular {
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.four-col.step-modular {
    gap: 40px;
  }
}
.icon-card .cards-wrap.four-col.step-modular .each-card {
  flex: 1 calc(25% - 35px);
  max-width: calc(25% - 35px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .cards-wrap.four-col.step-modular .each-card {
    flex: 1 calc(50% - 35px);
    max-width: calc(50% - 35px);
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap.four-col.step-modular .each-card {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .icon-card .cards-wrap.four-col.step-modular .each-card .icon-wrap {
    flex: 1 1 40%;
    max-width: 40%;
  }
  .icon-card .cards-wrap.four-col.step-modular .each-card .icon-wrap span.imgcover {
    display: none;
  }
  .icon-card .cards-wrap.four-col.step-modular .each-card .icon-text-wrap {
    flex: 1 1 60%;
    max-width: 60%;
  }
}
.icon-card .cards-wrap.four-col.step-modular .each-card:last-child .step-img-wrap {
  position: relative;
}
.icon-card .cards-wrap.four-col.step-modular .each-card:last-child .step-img-wrap span.imgcover {
  font-size: 0;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .cards-wrap.four-col.step-modular .each-card:last-child .step-img-wrap span.imgcover {
    display: none;
  }
}
.icon-card .cards-wrap.four-col.step-modular .each-card:last-child .step-img-wrap span.icon-img {
  display: block;
  font-size: 0;
  left: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(16px, -50%);
  width: 100px;
}
.icon-card .cards-wrap.four-col.step-modular .each-card:last-child .step-img-wrap span.icon-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .icon-card .cards-wrap.four-col.step-modular .each-card:last-child .step-img-wrap span.icon-img {
    position: unset;
    transform: unset;
  }
}
.icon-card .cards-wrap.four-col.step-modular .each-card:last-child .step-img-wrap span {
  display: inline-block;
  width: 160px;
}
.icon-card .iconcards-wrap {
  display: flex;
  overflow: hidden;
}
.icon-card .iconcards-wrap .each-card {
  margin-right: 40px;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .iconcards-wrap .each-card {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .iconcards-wrap .each-card {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.icon-card .iconcards-wrap .each-card .icon-wrap {
  margin-bottom: 15px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .iconcards-wrap .each-card .icon-wrap {
    margin-bottom: 0;
  }
}
.icon-card .iconcards-wrap .each-card .icon-wrap svg {
  height: auto;
  width: 100%;
}
.icon-card .iconcards-wrap .each-card .icon-wrap span {
  display: inline-block;
}
.icon-card .iconcards-wrap .each-card .icon-wrap span.icon-img {
  display: block;
}
.icon-card .iconcards-wrap .each-card .icon-wrap img {
  width: 100%;
  height: auto;
}
.icon-card .iconcards-wrap .each-card .icon-wrap i {
  font-size: 80px;
}
.icon-card .iconcards-wrap .each-card .icon-box-title {
  -webkit-text-decoration: none solid rgb(47, 47, 47);
          text-decoration: none solid rgb(47, 47, 47);
  margin-bottom: 18px;
}
.icon-card .iconcards-wrap .each-card .icon-box-desc {
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
}
.icon-card .iconcards-wrap .each-card .icon-box-desc p {
  margin-bottom: 0;
}
.icon-card .iconcards-wrap.two-col {
  justify-content: flex-start;
}
.icon-card .iconcards-wrap.two-col .each-card {
  flex: 1 calc(50% - 40px);
  max-width: calc(50% - 40px);
}
@media (min-width: 0) and (max-width: 767.98px) {
  .icon-card .iconcards-wrap.two-col .each-card {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .icon-card .iconcards-wrap.two-col .each-card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .icon-card .iconcards-wrap.two-col .each-card {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.icon-card .bx-viewport {
  overflow: visible !important;
}

.copy-writing-icons .icon-card .cards-wrap.two-col .each-card.icon-left {
  align-items: start;
}

@media (min-width: 992px) and (max-width: 1198.98px) {
  .four-d-design .icon-card .cards-wrap.four-col.step-modular {
    gap: 45px;
  }
}

@media (max-width: 1199.98px) {
  .threeD-transform .icon-card .cards-wrap.three-col .each-card.icon-left {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .threeD-transform .icon-card .cards-wrap.three-col .each-card.icon-left .icon-text-wrap {
    max-width: calc(100% - 140px);
    flex: 1 calc(100% - 140px);
  }
}
.threeD-transform .icon-box-desc {
  font-weight: 300;
}

.customer-acquisition .icon-card .cards-wrap.four-col {
  margin-top: 40px;
  gap: 0 54px !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customer-acquisition .icon-card .cards-wrap.four-col {
    gap: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .customer-acquisition .icon-card .cards-wrap.four-col {
    gap: 20px 0 !important;
  }
}
.customer-acquisition .icon-card .cards-wrap.four-col .each-card .icon-box-desc {
  width: 80%;
}
@media (min-width: 992px) and (max-width: 1198.98px) {
  .customer-acquisition .icon-card .cards-wrap.four-col {
    gap: 54px !important;
  }
  .customer-acquisition .icon-card .cards-wrap.four-col .each-card.icon-top {
    flex-basis: calc(25% - 42px);
    flex-grow: 1;
    flex-shrink: 1;
    max-width: calc(25% - 42px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customer-acquisition .icon-card .cards-wrap.four-col .each-card.icon-top {
    padding: 20px;
    flex: 1 50%;
    max-width: 50%;
  }
  .customer-acquisition .icon-card .cards-wrap.four-col .each-card .icon-box-desc {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .customer-acquisition .icon-card .cards-wrap.four-col .each-card.icon-top {
    padding: 0px;
  }
  .customer-acquisition .icon-card .cards-wrap.four-col .each-card.icon-top .icon-wrap {
    flex: 1 1 120px;
    max-width: 120px;
  }
  .customer-acquisition .icon-card .cards-wrap.four-col .each-card.icon-top .icon-text-wrap {
    flex: 1 1 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}

@media (max-width: 767.98px) {
  .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top .icon-wrap {
    flex: 1 1 30%;
    max-width: 30%;
  }
  .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top .icon-text-wrap {
    flex: 1 1 70%;
    max-width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .why-choose-us .icon-card .cards-wrap.four-col {
    gap: 50px;
  }
  .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top {
    align-items: start;
    flex: 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
    margin-bottom: 20px;
    margin-right: 0px;
    align-items: start;
  }
  .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top {
    align-items: start;
    flex: 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 0px;
    align-items: start;
  }
  .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top br {
    display: none;
  }
  .why-choose-us .icon-card .cards-wrap.three-col .each-card .icon-text-wrap {
    max-width: 85%;
  }
}

@media (max-width: 1199.98px) {
  .icon-position .icon-card .cards-wrap.three-col .each-card.icon-left {
    align-items: center;
  }
  .icon-position .icon-card .cards-wrap.two-col .each-card.icon-left {
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .icon-box-title-center .icon-card .cards-wrap.two-col .each-card.icon-left {
    align-items: center;
  }
}
.perks-benefits .why-choose-us .icon-card .cards-wrap.four-col {
  gap: 30px;
}
.perks-benefits .why-choose-us .icon-card .cards-wrap.four-col .each-card {
  text-align: center;
}
.perks-benefits .why-choose-us .icon-card .cards-wrap.four-col .each-card .icon-wrap span.icon-img {
  display: block;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .perks-benefits .why-choose-us .icon-card .cards-wrap.four-col {
    gap: 20px;
  }
  .perks-benefits .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top {
    align-items: start;
    flex: 1 calc(25% - 40px);
    max-width: calc(20% - 16px);
    text-align: center;
  }
  .perks-benefits .why-choose-us .icon-card .cards-wrap .each-card .icon-wrap span.icon-img {
    display: block;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .perks-benefits .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top {
    flex: 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    align-items: start;
    text-align: center;
  }
  .perks-benefits .why-choose-us .icon-card .cards-wrap .each-card .icon-wrap span.icon-img {
    display: block;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .perks-benefits .why-choose-us .icon-card .cards-wrap.four-col .each-card.icon-top .icon-text-wrap {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1198.98px) {
  .ai-web-app .icon-card .cards-wrap.four-col .each-card.icon-top {
    align-items: start;
    flex: 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .ai-web-app .icon-card .cards-wrap .each-card .icon-box-desc p {
    margin-bottom: 0;
  }
  .ai-web-app .icon-card .cards-wrap.four-col {
    gap: 0;
  }
}

.your-benefits .icon-text-wrap {
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .your-benefits .icon-card .cards-wrap.three-col .each-card .icon-text-wrap {
    max-width: unset;
  }
  .your-benefits .icon-card .cards-wrap.three-col .each-card {
    margin-right: 20px;
    flex: 1 calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
  }
}
.winning-formula .icon-card .cards-wrap.three-col {
  gap: 10px;
}
.winning-formula .icon-card .cards-wrap.three-col .each-card {
  flex: 1 calc(33.3333333333% - 10px);
  max-width: calc(33.3333333333% - 10px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .winning-formula .icon-card .cards-wrap.three-col .each-card {
    flex: 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  .winning-formula .icon-card .cards-wrap.three-col .each-card .icon-text-wrap {
    max-width: 90%;
  }
}
@media (max-width: 767.98px) {
  .winning-formula .icon-card .cards-wrap.three-col .each-card {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .winning-formula .icon-card .cards-wrap.three-col .each-card.icon-top {
    display: flex;
    align-items: center;
  }
  .winning-formula .icon-card .cards-wrap.three-col .each-card.icon-top .icon-wrap {
    flex: 1 1 30%;
    max-width: 30%;
  }
  .winning-formula .icon-card .cards-wrap.three-col .each-card.icon-top .icon-text-wrap {
    flex: 1 1 70%;
    max-width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .three-step-modular .icon-card .cards-wrap.three-col .each-card .icon-text-wrap {
    max-width: 100%;
  }
}

.intro-section {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .intro-section {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-section {
    padding: 30px 0;
  }
}
.intro-section .intro-title {
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .intro-section .intro-title {
    font-size: 32px;
  }
}
.intro-section .intro-desc p {
  margin: 0 0 30px;
}
.intro-section .intro-btn-container a .intro-btn {
  width: 96%;
}

html.form-fixed body {
  overflow: hidden;
  position: relative;
}
html.form-fixed body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}
html.form-fixed #Header {
  opacity: 0.5;
  pointer-events: none;
}

a.popup-form {
  cursor: pointer;
}

.popup-form-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  max-height: 90%;
  overflow: auto;
  padding: 40px 30px 30px;
  border-radius: 10px;
}
@media (max-height: 800px) {
  .popup-form-wrap {
    max-height: 450px;
  }
}
@media (max-width: 767.98px) {
  .popup-form-wrap {
    max-width: 90%;
    max-height: 90vh;
  }
}
.popup-form-wrap .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.popup-form-wrap .close-button img {
  width: 20px;
  height: 20px;
  display: block;
}
.popup-form-wrap .fomr-wrap {
  width: 100%;
}
.popup-form-wrap .fomr-wrap .field {
  margin-bottom: 25px;
}
.popup-form-wrap .fomr-wrap label span {
  margin-bottom: 0;
  color: #53555f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-size: 14px;
}
.popup-form-wrap .fomr-wrap input {
  border: 1px solid #53555f;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  color: #53555f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  color: #000;
}
.popup-form-wrap .fomr-wrap input[type=submit] {
  background: none;
  border-bottom: 0;
  background-color: #d8342f;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
  cursor: pointer;
  padding: 12px 50px;
  display: block;
  height: 38px;
  width: auto;
  text-shadow: none;
  border: unset;
  margin: 0 auto;
}
.popup-form-wrap .fomr-wrap .hs-fieldtype-textarea {
  margin-bottom: 40px;
}
.popup-form-wrap .fomr-wrap .hs-fieldtype-textarea textarea {
  height: 100px;
  border: 1px solid #53555f;
  margin: 0 !important;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .popup-form-wrap .fomr-wrap ul.no-list.hs-error-msgs.inputs-list li {
    margin-top: 0px !important;
  }
}

#image-box-slider {
  overflow: hidden;
}

.image-box-section .image-box-sectionwrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .image-box-section .image-box-sectionwrap {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .image-box-section .image-box-sectionwrap {
    flex-direction: column;
  }
}
.image-box-section .image-box-sectionwrap .image-box-intro {
  flex: 1 calc(40% - 30px);
  max-width: calc(40% - 30px);
  margin-right: 30px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .image-box-section .image-box-sectionwrap .image-box-intro {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .image-box-section .image-box-sectionwrap .image-box-intro {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.image-box-section .image-box-sectionwrap .image-box-card {
  flex: 1 60%;
  max-width: 60%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .image-box-section .image-box-sectionwrap .image-box-card {
    flex: 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .image-box-section .image-box-sectionwrap .image-box-card {
    flex: 1 100%;
    max-width: 100%;
  }
}
.image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap {
    flex-direction: row;
  }
}
.image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box {
    width: 100%;
    margin-bottom: 30px;
    margin-right: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box {
    width: calc(50% - 20px);
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box .img-wrap {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box .img-wrap {
    height: unset;
  }
}
.image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box .img-wrap img {
  width: 100%;
}
.image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box .image-box-title-eyebrow {
  order: 2;
  padding: 10px 20px 0;
}
.image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box .details {
  order: 3;
  padding: 0 20px 20px;
}
.image-box-section .image-box-sectionwrap .image-box-card .image-box-wrap .each-image-box .details a:hover {
  transition: all 0.3s;
}
.image-box-section .image-box-sectionwrap .image-box-eyebrow {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 6px;
  display: block;
}
.image-box-section .image-box-sectionwrap .image-box-title {
  font-size: var(--font-size, 22px);
  line-height: var(--line-height, 1.4);
  min-height: calc(var(--font-size, 22px) * var(--line-height, 1.4) * 2);
  color: #4a4a4a;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.image-box-section .image-box-sectionwrap .image-box-desc {
  font-size: var(--font-size, 18px);
  line-height: var(--line-height, 1.4);
  min-height: calc(var(--font-size, 18px) * var(--line-height, 1.4) * 3);
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.image-box-section .image-box-heading-top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.image-box-section .image-box-heading-top .image-box-intro {
  flex: 1 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.image-box-section .image-box-heading-top .image-box-card {
  flex: 1 100%;
  max-width: 100%;
}
.image-box-section .image-box-heading-top .image-box-card .image-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-box-section .image-box-heading-top .image-box-card .image-box-wrap {
    flex-direction: row;
  }
}
.image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box {
  flex: 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-right: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box {
    flex: 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-right: 20px;
  }
}
.image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box .img-wrap {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box .img-wrap {
    height: unset;
  }
}
.image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box .img-wrap img {
  width: 100%;
}
.image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box .image-box-title-eyebrow {
  order: 2;
  padding: 10px 20px 0;
}
.image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box .details {
  order: 3;
  padding: 0 20px 20px;
}
.image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box .details a:hover {
  transition: all 0.3s;
}
.image-box-section .image-box-heading-top .image-box-card .image-card-wrap {
  flex-wrap: nowrap;
  justify-content: unset;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-box-section .image-box-heading-top .image-box-card .image-card-wrap {
    overflow: hidden;
  }
}
.image-box-section .image-box-heading-top .image-box-card .image-card-wrap .each-image-box {
  flex: unset;
  max-width: unset;
}
.image-box-section .image-box-heading-top .image-box-card .bx-wrapper {
  margin: auto;
}
.image-box-section .image-box-heading-top .image-box-card .bx-viewport {
  padding-bottom: 20px;
  overflow: visible !important;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .image-box-section .image-box-heading-top .image-box-card .bx-viewport {
    overflow: hidden !important;
  }
}
.image-box-section .image-box-heading-top .image-box-card .each-image-box {
  background: #ffffff;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .image-box-section .image-box-heading-top .image-box-card .each-image-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-box-section .image-box-heading-top .image-box-card .each-image-box {
    margin-bottom: 0;
  }
}
.image-box-section .image-box-heading-top .image-box-card .each-image-box .img-wrap {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .image-box-section .image-box-heading-top .image-box-card .each-image-box .img-wrap {
    height: unset;
  }
}
.image-box-section .image-box-heading-top .image-box-card .each-image-box .image-box-title-eyebrow {
  order: 2;
  padding: 10px 20px 0;
}
.image-box-section .image-box-heading-top .image-box-card .each-image-box .details {
  order: 3;
  padding: 0 20px 20px;
  width: 100%;
}
.image-box-section .image-box-heading-top .image-box-card .each-image-box .details a:hover {
  transition: all 0.3s;
}
.image-box-section .image-box-heading-top .image-box-eyebrow {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 6px;
  display: block;
}
.image-box-section .image-box-heading-top .image-box-title {
  font-size: var(--font-size, 22px);
  line-height: var(--line-height, 1.4);
  min-height: calc(var(--font-size, 22px) * var(--line-height, 1.4) * 2);
  color: #4a4a4a;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.image-box-section .image-box-heading-top .image-box-desc {
  font-size: var(--font-size, 18px);
  line-height: var(--line-height, 1.4);
  min-height: calc(var(--font-size, 18px) * var(--line-height, 1.4) * 3);
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.image-box-section .each-image-box {
  margin-right: 30px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

#our-product .image-box-section .image-box-heading-top .image-box-card .image-box-wrap {
  justify-content: space-between;
  max-width: 80%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #our-product .image-box-section .image-box-heading-top .image-box-card .image-box-wrap {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #our-product .image-box-section .image-box-heading-top .image-box-card .image-box-wrap {
    justify-content: center;
  }
}
#our-product .image-box-section .image-box-heading-top .image-box-intro {
  margin-bottom: 40px;
}
#our-product .image-box-section .image-box-heading-top {
  flex-direction: row;
}
#our-product .image-box-section .image-box-heading-top .image-box-card .image-box-wrap .each-image-box {
  flex: 202px;
  max-width: 202px;
  margin-right: unset;
}

.image-box-dots-paginate .bx-pager-item a {
  text-indent: unset !important;
  line-height: 40px;
  font-size: 14px;
  transition: unset;
}
.image-box-dots-paginate .bx-pager-item a.active {
  transition: unset;
  transform: unset;
}

.image-box-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-box-nav #image-box-prev-icon {
  position: relative;
  margin-left: 10px;
}
.image-box-nav #image-box-next-icon {
  position: relative;
  margin-right: 10px;
}
.image-box-nav.image-box-nav-outside #image-box-prev-icon {
  position: relative;
  left: -50px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-box-nav.image-box-nav-outside #image-box-prev-icon {
    left: -10px;
  }
}
.image-box-nav.image-box-nav-outside #image-box-next-icon {
  position: relative;
  right: -50px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-box-nav.image-box-nav-outside #image-box-next-icon {
    right: -10px;
  }
}

.video-wrap a {
  display: inline;
}
@media (max-width: 1199.98px) {
  .video-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .video-wrap {
    padding: 30px 0;
  }
}
.video-wrap h2 {
  color: #000000;
}
.video-wrap .video-section,
.video-wrap .video-description {
  text-align: center;
}
.video-wrap p.video-description {
  margin-bottom: 15px;
}
.video-wrap a {
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .video-wrap a {
    height: 270px;
  }
}
@media (max-width: 991.98px) {
  .video-wrap a {
    width: 100%;
  }
}
.video-wrap a .img-wrap {
  border-radius: 20px;
  position: relative;
}
.video-wrap a .img-wrap::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  height: 100%;
}
.video-wrap a .img-wrap img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
}
.video-wrap a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap a .icon i {
  color: #fff;
  font-size: 50px;
  transition: all 0.3s;
  transform: scale(1);
}
.video-wrap a .icon img {
  width: 50px;
  transition: all 0.3s;
  transform: scale(1);
}
.video-wrap a:hover .icon i {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .video-wrap a:hover .icon i {
    transform: scale(1);
  }
}
.video-wrap a:hover .icon img {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .video-wrap a:hover .icon img {
    transform: scale(1);
  }
}
.video-wrap a .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: var(--width);
  background-size: cover;
  margin: 0 auto;
  background-position: 50%;
  padding-bottom: calc(var(--width) / 2);
}
.video-wrap a .image-overlay::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(211, 52, 46, 0));
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-wrap .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9*/
  position: relative;
  border: none;
  border-radius: 10px;
  width: 80%;
  margin: 40px auto 0;
}
@media (min-width: 0) and (max-width: 991.98px) {
  .video-wrap .iframe-container {
    width: 100%;
    margin: 40px 0 0;
  }
}
.video-wrap .iframe-container iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: calc(var(--width) / 2);
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .custom-play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.video-container .custom-play-button.hidden {
  display: none;
}
.video-container .custom-play-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  min-width: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .video-marketing-videos-wrapper .e-child {
    max-width: 33.3333%;
  }
}
@media screen and (min-width: 0px) and (max-width: 1199.98px) {
  .video-marketing-videos-wrapper .video-wrap .video-description p {
    margin-bottom: 0;
  }
}
.video-marketing-videos-wrapper .video-wrap .video-container {
  height: 280px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1198.98px) and (orientation: landscape) {
  .video-marketing-videos-wrapper .video-wrap .video-container {
    height: 204px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-marketing-videos-wrapper .video-wrap .video-container {
    height: 228px;
  }
}
.video-marketing-videos-wrapper .video-wrap .video-container .image-overlay {
  height: 280px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1198.98px) and (orientation: landscape) {
  .video-marketing-videos-wrapper .video-wrap .video-container .image-overlay {
    height: 204px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-marketing-videos-wrapper .video-wrap .video-container .image-overlay {
    height: 228px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .video-marketing-videos-wrapper .video-wrap {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767.98px) {
  .video-marketing-videos-wrapper .video-wrap {
    padding: 0 0 30px 0;
  }
}

.threed-product .two-column-btn.secondary-cta {
  margin-top: 10px;
}

.tab-section {
  overflow: hidden;
}
.tab-section .tab-main-title {
  color: #000000;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .tab-section .tab-main-title {
    font-size: 32px;
  }
}
.tab-section .tab-column-content.tab-horizontal {
  display: flex;
  flex-direction: column;
}
.tab-section .tab-column-content.tab-horizontal .left-title-list {
  flex: 1 100%;
  max-width: 100%;
}
.tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab {
    justify-content: unset;
    overflow: auto;
    scrollbar-width: none;
    width: 100%;
  }
  .tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab::-webkit-scrollbar {
    display: none;
  }
}
.tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li {
  list-style-type: none;
  width: 200px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li {
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    padding: 0 30px;
  }
  .tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li:last-child {
    margin-right: 0;
  }
  .tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li::after {
    content: none;
  }
}
.tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 36px;
  z-index: 9999999;
  transform: translateY(-50%);
}
.tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li:last-child::after {
  content: none;
}
.tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li.active, .tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li:hover {
  font-weight: 600;
  transition: all 0.3s;
}
.tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li.active::after, .tab-section .tab-column-content.tab-horizontal .left-title-list ul.tab li:hover::after {
  content: none;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder {
  flex: 1 100%;
  max-width: 100%;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab {
  display: none;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left {
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .right-section {
  width: 50%;
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .right-section {
    width: 100%;
    height: auto;
  }
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section {
  order: 2;
  width: 50%;
  padding: 40px 100px 40px 40px;
}
@media (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section {
    padding: 25px;
  }
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section.no-image-wrap {
  width: 100%;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section ul {
  padding: 0 0 0 18px;
  margin: 0;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section ul li {
  list-style-type: none;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right {
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .right-section {
  order: 2;
  width: 50%;
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .right-section {
    width: 100%;
    height: auto;
    border-bottom-left-radius: unset;
  }
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section {
  width: 50%;
  padding: 40px 100px 40px 40px;
}
@media (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section {
    padding: 25px;
  }
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section.no-image-wrap {
  width: 100%;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section ul {
  padding: 0 0 0 18px;
  margin: 0;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section ul li {
  list-style-type: none;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
}
.tab-section .tab-column-content.tab-horizontal .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
}
.tab-section .tab-column-content.tab-vertical {
  display: flex;
}
@media (min-width: 0) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical {
    flex-direction: column;
  }
}
.tab-section .tab-column-content.tab-vertical .left-title-list {
  flex: 1 30%;
  max-width: 30%;
}
@media (min-width: 0) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .left-title-list {
    flex: 1 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
  }
}
.tab-section .tab-column-content.tab-vertical .left-title-list ul.tab {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .tab-section .tab-column-content.tab-vertical .left-title-list ul.tab {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .left-title-list ul.tab {
    justify-content: unset;
    overflow: auto;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }
}
.tab-section .tab-column-content.tab-vertical .left-title-list ul.tab li {
  list-style-type: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 0) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .left-title-list ul.tab li {
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
  }
}
.tab-section .tab-column-content.tab-vertical .left-title-list ul.tab li.active::before {
  content: none;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder {
  flex: 1 70%;
  max-width: 70%;
  margin-left: 25px;
}
@media (min-width: 0) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder {
    flex: 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab {
  border-top: none;
  display: none;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left {
  display: flex;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0) and (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left {
    flex-direction: column;
  }
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .right-section {
  order: 1;
  width: 50%;
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .right-section {
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .right-section {
    width: 50%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
  }
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section {
  order: 2;
  width: 50%;
  padding: 40px 100px 40px 40px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section {
    flex: 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section {
    width: 50%;
  }
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section.no-image-wrap {
  width: 100%;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section ul {
  padding: 0 0 0 18px;
  margin: 0;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section ul li {
  list-style-type: none;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-left .left-section ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right {
  display: flex;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0) and (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right {
    flex-direction: column;
  }
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .right-section {
  order: 2;
  width: 50%;
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .right-section {
    order: unset;
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .right-section {
    width: 50%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
  }
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section {
  width: 50%;
  padding: 40px 100px 40px 40px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section {
    flex: 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section {
    width: 50%;
  }
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section.no-image-wrap {
  width: 100%;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section ul {
  padding: 0 0 0 18px;
  margin: 0;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section ul li {
  list-style-type: none;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
}
.tab-section .tab-column-content.tab-vertical .tab-content-holder .each-tab .tab-inner-holder.img-right .left-section ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
}

.footer {
  background-color: #000000;
  padding: 40px 0;
}
.footer.footer-type-two .footer-top .footer-description {
  display: flex;
  padding: 60px 0;
}
.footer.footer-type-two .footer-top .footer-description .lhs-wrap {
  flex: 1 80%;
  max-width: 80%;
  border-right: unset;
  padding: 0;
}
.footer.footer-type-two .footer-top .footer-description .lhs-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer.footer-type-two .footer-top .footer-description .lhs-wrap ul.footer-menu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer.footer-type-two .footer-top .footer-description .lhs-wrap ul li .footer-type-two-menu-item {
  text-decoration: none;
  cursor: pointer;
}
.footer.footer-type-two .footer-top .footer-description .rhs-wrap {
  flex: 1 20%;
  max-width: 20%;
}
.footer.footer-type-two .footer-top .footer-description .rhs-wrap ul {
  margin: 0;
  padding: 0;
}
.footer.footer-type-two .footer-top .footer-description .rhs-wrap ul li a .social-img {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 20px;
}
.footer.footer-type-two .footer-bottom {
  display: none;
}

.chatbot {
  position: fixed;
  bottom: 25px;
  right: 10px;
  width: 250px;
  z-index: 9999;
  opacity: 1;
  height: 20px;
  transition: right 0.75s ease;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .chatbot {
    width: -moz-fit-content;
    width: fit-content;
    left: 0;
    bottom: 20px;
    position: fixed;
    text-align: left !important;
    padding: 0 20px;
  }
}

.chatbot.open {
  height: 20px;
  overflow: unset;
  transition: 0.2s all;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 400;
  text-align: center;
  line-height: 20px;
}
.chatbot.open.active, .chatbot.open.hide {
  height: 0px;
  overflow: hidden;
  transition: 0.2s all;
}

.chatbot.close {
  width: 14px;
  height: 14px;
  bottom: 100px;
  right: 30px;
  display: none;
}
.chatbot.close img {
  width: 14px;
  height: auto;
  display: block;
}
.chatbot.close.active {
  display: none !important;
}

elevenlabs-convai {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
  z-index: 999999;
}
@media (min-width: 768px) {
  elevenlabs-convai {
    position: fixed;
    right: -25px;
    bottom: -25px;
    display: flex;
    align-items: stretch;
    transition: right 0.75s ease;
    width: 320px;
    left: unset;
  }
}
@media (max-width: 767.98px) {
  elevenlabs-convai {
    position: fixed;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
  }
}
elevenlabs-convai.show {
  transition: right 0.75s ease;
}
elevenlabs-convai.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

.accordion-wrap {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accordion-wrap h2 {
  font-weight: 600;
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .accordion-wrap h2 {
    font-size: 32px;
  }
}
.accordion-wrap p {
  text-align: center;
  margin: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .accordion-wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.accordion-wrap .accordion {
  max-width: 900px;
  padding: 33px;
  margin: auto;
  text-align: left;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .accordion-wrap .accordion {
    padding: 10px;
  }
}
.accordion-wrap .accordion .each-accordion {
  padding: 14px 0;
}
.accordion-wrap .accordion .each-accordion i {
  transition: all 200ms;
}
.accordion-wrap .accordion .each-accordion.active i.accordion-open {
  display: none;
  transition: all 200ms;
}
.accordion-wrap .accordion .each-accordion.active i.accordion-close {
  display: block;
  transition: all 200ms;
}
.accordion-wrap .accordion .each-accordion .accordion-title {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
}
.accordion-wrap .accordion .each-accordion .accordion-title h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 50px;
  line-height: 1.3;
}
.accordion-wrap .accordion .each-accordion .accordion-title h3.left-arrow {
  padding-right: 0;
  width: calc(100% - 22px);
}
.accordion-wrap .accordion .each-accordion .accordion-content {
  background-color: #ffffff;
  overflow: hidden;
  color: #333333;
  display: none;
  padding-top: 25px;
  text-align: left;
}
.accordion-wrap .accordion .each-accordion .accordion-content p {
  margin-bottom: 2px;
  text-align: left;
}
.accordion-wrap .accordion .each-accordion .accordion-close {
  display: none;
}
.accordion-wrap .two-col-accordian-content-wrap {
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 30px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .accordion-wrap .two-col-accordian-content-wrap {
    flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.accordion-wrap .two-col-accordian-img-wrap {
  flex: 1 1 50%;
  max-width: 50%;
}
@media (min-width: 1200px) {
  .accordion-wrap .two-col-accordian-img-wrap {
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .accordion-wrap .two-col-accordian-img-wrap {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.gallery-section h2 {
  text-align: center;
}
.gallery-section .gallery-wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: unset;
}
@media (max-width: 1199.98px) {
  .gallery-section .gallery-wrapper {
    width: 100%;
  }
}
.gallery-section .gallery-wrapper .gallery-top-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.gallery-section .gallery-wrapper .gallery-top {
  height: 500px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .gallery-section .gallery-wrapper .gallery-top {
    height: 300px;
  }
}
.gallery-section .gallery-wrapper .gallery-top .gallery-slide {
  height: 500px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .gallery-section .gallery-wrapper .gallery-top .gallery-slide {
    height: 300px;
  }
}
.gallery-section .gallery-wrapper .gallery-top .gallery-slide img {
  display: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-section .gallery-wrapper .gallery-thumbs .gallery-slide {
  position: relative;
}
.gallery-section .gallery-wrapper .gallery-thumbs .gallery-slide img {
  display: inherit;
}
.gallery-section .gallery-wrapper .gallery-thumbs .gallery-slide.active::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.gallery-section .gallery-wrapper .gallery-thumbs .gallery-slide.active {
  border: 5px solid;
}
.gallery-section .gallery-wrapper .gallery-thumbs .gallery-slide.active ::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.gallery-section .gallery-wrapper .gallery-thumbs .gallery-slide::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.gallery-section .gallery-wrapper .gallery-section-nav {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-section .gallery-wrapper .gallery-section-nav #gallery-prev-icon {
  margin-left: 10px;
}
.gallery-section .gallery-wrapper .gallery-section-nav #gallery-next-icon {
  margin-right: 10px;
}
.gallery-section .gallery-wrapper .gallery-section-nav.gallery-nav-outside #gallery-prev-icon {
  margin-left: -50px;
}
.gallery-section .gallery-wrapper .gallery-section-nav.gallery-nav-outside #gallery-next-icon {
  margin-right: -50px;
}
.gallery-section .gallery-slide {
  background-position: center;
  background-size: cover;
}
.gallery-section .gallery-slide img {
  width: 100%;
  height: auto;
}
.gallery-section .gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .gallery-section .gallery-thumbs {
    display: block;
  }
}
.gallery-section .gallery-thumbs a {
  height: 158px;
}
.gallery-section .bx-wrapper .bx-controls-direction a {
  text-indent: unset;
  font-size: 0;
  width: 60px;
  height: 60px;
}
.gallery-section .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("../../assets/images/prev-next-arrow-icon.svg") no-repeat 0 0/cover;
  transform: scale(1);
  transition: all 0.5s;
}
.gallery-section .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .gallery-section .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    transform: scale(1);
    transition: all 0.5s;
  }
}
.gallery-section .bx-wrapper .bx-controls-direction a.bx-next {
  background: url("../../assets/images/prev-next-arrow-icon.svg") no-repeat 0 0/cover;
  transform: rotate(180deg) scale(1);
  transition: all 0.5s;
}
.gallery-section .bx-wrapper .bx-controls-direction a.bx-next:hover {
  transform: rotate(180deg) scale(1.2);
  transition: all 0.5s;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .gallery-section .bx-wrapper .bx-controls-direction a.bx-next:hover {
    transform: rotate(180deg) scale(1);
    transition: all 0.5s;
  }
}

.bx-wrapper .bx-controls-direction a {
  font-size: 0;
  text-indent: unset !important;
}

.icon-section-heading,
.video-section-heading,
.two-column-section-heading,
.accordion-section-heading {
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.team-section {
  padding: 50px 0 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .team-section {
    padding: 40px 0 20px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section {
    padding: 30px 0 0;
  }
}
.team-section h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section h2 {
    font-size: 32px;
  }
}
.team-section .team-wrap {
  display: flex;
  overflow: hidden;
}
.team-section .bx-wrapper {
  margin: auto;
  padding: 0 60px;
}
.team-section .bx-viewport {
  padding-bottom: 20px;
}
.team-section .each-team-member {
  margin: 0px 2px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 8px 0px lightgrey;
  max-height: 548px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section .each-team-member {
    max-height: unset;
  }
}
.team-section .each-team-member .avatar-wrap {
  font-size: 0;
}
.team-section .each-team-member .avatar-wrap img {
  width: 100%;
  transition: all 0.3s;
}
.team-section .each-team-member .details {
  width: 100%;
  padding: 38px;
  background-color: #ffffff;
  margin-bottom: 0;
  box-shadow: 0px 0px 8px 0px lightgrey;
  overflow: hidden;
  position: absolute;
  bottom: -72px;
  transition: all 0.3s;
  cursor: pointer;
  height: 208px;
}
@media (max-width: 1199.98px) {
  .team-section .each-team-member .details {
    bottom: 0;
    padding: 20px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section .each-team-member .details {
    padding: 15px;
    position: relative;
  }
}
.team-section .each-team-member .details .nameWrap {
  min-height: 100px;
}
.team-section .each-team-member .details h3.team-member-name {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section .each-team-member .details h3.team-member-name {
    line-height: 1;
  }
}
.team-section .each-team-member .details p.team-member-role {
  font-weight: 600;
  font-size: 18px;
  color: #787878;
}
@media (max-width: 1199.98px) {
  .team-section .each-team-member .details p.team-member-role {
    margin: 0 0 24px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section .each-team-member .details p.team-member-role {
    margin: 0 0 15px;
  }
}
.team-section .each-team-member .details a,
.team-section .each-team-member .details button {
  cursor: pointer;
  background: transparent;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  line-height: 35px;
  font-weight: 600;
}
.team-section .each-team-member .details a:hover,
.team-section .each-team-member .details button:hover {
  transition: all 0.3s;
}
.team-section .each-team-member:hover {
  cursor: pointer;
}
.team-section .each-team-member:hover .avatar-wrap {
  font-size: 0;
}
.team-section .each-team-member:hover .avatar-wrap img {
  scale: 1.2;
  transition: all 0.3s;
}
.team-section .each-team-member:hover .details {
  bottom: 0;
  transition: all 0.3s;
}
.team-section .bx-pager.bx-default-pager {
  bottom: 0;
  position: relative;
}
.team-section .bx-wrapper .bx-controls-direction a {
  width: unset;
  height: unset;
}
.team-section .bx-wrapper .bx-controls-direction a.bx-prev {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.3s;
}
.team-section .bx-wrapper .bx-controls-direction a.bx-prev:before {
  left: 0px;
  position: relative;
  content: "";
  display: block;
  color: #000000;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../../assets/images/Arrow-black.png");
  background-size: contain;
  width: 15px;
  height: 24px;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.team-section .bx-wrapper .bx-controls-direction a.bx-prev:hover:before {
  background-image: url("../../assets/images/Arrow-black.png");
  transition: 0.4s;
}
.team-section .bx-wrapper .bx-controls-direction a.bx-next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s;
}
.team-section .bx-wrapper .bx-controls-direction a.bx-next:after {
  content: "";
  position: relative;
  right: 0px;
  display: block;
  color: #000;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../assets/images/Arrow-black.png");
  background-size: contain;
  width: 15px;
  height: 24px;
  background-repeat: no-repeat;
}
.team-section .bx-wrapper .bx-controls-direction a.bx-next:before {
  background-image: url("../../assets/images/Arrow-black.png");
  transition: 0.4s;
}
.team-section .bx-wrapper .bx-controls-direction a:hover {
  text-decoration: none;
  transition: all 0.3s;
}
.team-section .bx-wrapper .bx-controls-direction a:hover::before, .team-section .bx-wrapper .bx-controls-direction a:hover::after {
  color: #ffffff;
  transition: all 0.3s;
}
.team-section .overlay {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.team-section .overlay.active {
  display: block;
}
.team-section .modal {
  background-color: #fff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
  display: none;
  left: 50%;
  margin: 20px;
  max-height: 100%;
  max-width: 800px;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 99999999;
}
.team-section .closeButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 14px;
}
.team-section .modal.active {
  display: block;
}
.team-section .modal-content {
  padding: 30px 30px 15px 30px;
}
.team-section .modal-actions {
  padding: 0 30px 30px 30px;
}
.team-section .team-description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team-section .team-description .img-wrap {
  max-width: 40%;
  flex: 1 40%;
  padding-right: 20px;
}
.team-section .team-description .img-wrap img {
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .team-section .team-description .img-wrap {
    padding-right: 20px;
  }
}
.team-section .team-description .img-wrap .img-team {
  width: 100%;
  padding-right: 30px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section .team-description .img-wrap .img-team {
    padding: 30px 0;
  }
  .team-section .team-description .img-wrap img {
    width: 100%;
    margin-top: 30px;
  }
}
.team-section .team-description .wrap {
  max-width: 60%;
  flex: 1 60%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section .team-description .img-wrap {
    max-width: 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .team-section .team-description .wrap {
    max-width: 100%;
    flex: 1 100%;
  }
}
.team-section .team-description .wrap .inner-content {
  padding: 0;
}
.team-section .team-description .wrap .inner-content .name-desg h4 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-section .team-description .wrap .inner-content .name-desg p {
  font-size: 20px;
}
.team-section .team-description .wrap .inner-content p {
  font-family: "Poppins", sans-serif;
  color: #53555f;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.team-section .team-description .wrap .inner-content .link-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.team-section #team {
  padding-bottom: 20px;
}
.team-section #team .team-wrapper {
  padding: 12px 0 0;
  margin: 0;
  position: relative;
}
.team-section #team .team-wrapper .each-team {
  list-style-type: none;
  float: left;
  width: calc(25% - 44px);
  margin: 0 22px 44px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-section #team .team-wrapper .each-team {
    width: calc(50% - 36px);
    margin: 0 18px 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .team-section #team .team-wrapper .each-team {
    width: calc(33.33% - 36px);
    margin: 0 18px 36px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team-section #team .team-wrapper .each-team {
    width: calc(50% - 32px);
    margin: 0 16px 30px;
  }
}
@media (max-width: 575.98px) {
  .team-section #team .team-wrapper .each-team {
    width: 290px;
    margin: 0 auto 30px;
    padding: 0 5px;
    float: none;
  }
}
@media (max-width: 1199.98px) {
  .team-section #team .team-wrapper .each-team .vertical-align-middle {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.team-section #team .team-wrapper .each-team .expansion-grid-switch {
  transition: all 0.3s;
  transform: scale(1);
}
.team-section #team .team-wrapper .each-team .each-team-img {
  height: 256px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-section #team .team-wrapper .each-team .each-team-img {
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .team-section #team .team-wrapper .each-team .each-team-img {
    height: 280px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team-section #team .team-wrapper .each-team .each-team-img {
    height: 215px;
  }
}
@media (max-width: 575.98px) {
  .team-section #team .team-wrapper .each-team .each-team-img {
    height: 275px;
  }
}
.team-section #team .team-wrapper .each-team .each-team-img img {
  width: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 768px) {
  .team-section #team .team-wrapper .each-team .each-team-img img {
    filter: grayscale(100%);
  }
}
.team-section #team .team-wrapper .each-team .each-team-text {
  font-size: 1.375rem;
  transition: all 0.3s;
  padding: 25px 18px 20px 18px;
  box-shadow: 0px 4px 5.88px 0.12px rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: all 0.3s;
  background-color: white;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section #team .team-wrapper .each-team .each-team-text {
    padding: 20px 15px;
  }
}
.team-section #team .team-wrapper .each-team .each-team-text h4 {
  font-size: 1.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
  transition: all 0.3s;
  min-height: 52px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .team-section #team .team-wrapper .each-team .each-team-text h4 {
    font-size: 1.375rem;
    min-height: auto;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section #team .team-wrapper .each-team .each-team-text h4 {
    font-size: 1.25rem;
    min-height: 40px;
  }
}
.team-section #team .team-wrapper .each-team .each-team-text p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  margin: 0;
  min-height: 40px;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .team-section #team .team-wrapper .each-team .each-team-text p {
    min-height: auto;
  }
}
.team-section #team .team-wrapper .each-team.active, .team-section #team .team-wrapper .each-team:hover {
  outline: 0;
  transition: all 0.3s;
  -moz-outline-style: none;
}
.team-section #team .team-wrapper .each-team.active .expansion-grid-switch, .team-section #team .team-wrapper .each-team:hover .expansion-grid-switch {
  transform: scale(1.06);
  transition: all 0.3s;
}
.team-section #team .team-wrapper .each-team.active .each-team-img, .team-section #team .team-wrapper .each-team:hover .each-team-img {
  transition: all 0.3s;
}
.team-section #team .team-wrapper .each-team.active .each-team-img img, .team-section #team .team-wrapper .each-team:hover .each-team-img img {
  filter: none;
  transition: all 0.3s;
}
.team-section #team .team-wrapper .each-team.active .each-team-text, .team-section #team .team-wrapper .each-team:hover .each-team-text {
  box-shadow: 0px 4px 5.88px 0.12px rgba(0, 0, 0, 0.26);
  transition: all 0.3s;
}
.team-section #team .team-wrapper .each-team.active .each-team-text h4, .team-section #team .team-wrapper .each-team:hover .each-team-text h4 {
  color: #1c2a51;
  transition: all 0.3s;
}
.team-section #team .team-wrapper .each-team.active .each-team-text p, .team-section #team .team-wrapper .each-team:hover .each-team-text p {
  color: #1c2a51;
  transition: all 0.3s;
}
.team-section #team .team-wrapper .each-team:visited, .team-section #team .team-wrapper .each-team:active {
  -moz-outline-style: none;
}
.team-section #team .team-wrapper .team-pop-detail {
  background-color: #1c2a51;
  padding: 40px;
  color: #fff;
  margin-top: 35px;
  z-index: 99;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail {
    padding: 30px;
    margin-top: 33px;
  }
}
.team-section #team .team-wrapper .team-pop-detail .ImgWrapper {
  max-width: 40%;
  flex: 1 40%;
  padding-right: 20px;
}
.team-section #team .team-wrapper .team-pop-detail .ImgWrapper img {
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .team-section #team .team-wrapper .team-pop-detail .ImgWrapper {
    padding-right: 20px;
  }
}
.team-section #team .team-wrapper .team-pop-detail .ImgWrapper .img-team {
  width: 100%;
  padding-right: 30px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail .ImgWrapper .img-team {
    padding: 30px 0;
  }
  .team-section #team .team-wrapper .team-pop-detail .ImgWrapper img {
    width: 100%;
    margin-top: 30px;
  }
}
.team-section #team .team-wrapper .team-pop-detail .ContentWrapper {
  max-width: 60%;
  flex: 1 60%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail .ImgWrapper {
    max-width: 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .team-section #team .team-wrapper .team-pop-detail .ContentWrapper {
    max-width: 100%;
    flex: 1 100%;
  }
}
@media (max-width: 1199.98px) {
  .team-section #team .team-wrapper .team-pop-detail .team-pop-img {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail .team-pop-img {
    margin-bottom: 25px;
    display: none;
  }
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-img img {
  width: 100%;
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-text {
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail .team-pop-text {
    padding-left: 0;
  }
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-text h4 {
  font-size: 1.5rem;
  font-font-family: "Poppins", sans-serif;
  font-font-weight: 600;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
  transition: all 0.3s;
}
@media (max-width: 1199.98px) {
  .team-section #team .team-wrapper .team-pop-detail .team-pop-text h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail .team-pop-text h4 {
    font-size: 1.125rem;
  }
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-text p {
  font-size: 1.125rem;
  font-font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #cdcdcd;
  line-height: 1.4;
  margin: 0 0 30px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail .team-pop-text p {
    margin-bottom: 18px;
  }
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-text p.info {
  margin-bottom: 0;
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-text p a {
  color: #70706f;
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-text ul.social_profiles {
  display: block;
  list-style-type: none;
}
.team-section #team .team-wrapper .team-pop-detail .team-pop-text ul.social_profiles li {
  display: inline-block;
  margin-right: 10px;
}
.team-section #team .team-wrapper .team-pop-detail .close {
  top: 22px;
  right: 22px;
  width: 25px;
  height: 25px;
}
@media (max-width: 767.98px) {
  .team-section #team .team-wrapper .team-pop-detail .close {
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 575.98px) {
  .team-section #team .team-wrapper .expansion-grid-reveal {
    right: 0;
    left: 0;
  }
}
.team-section #team .team-wrapper.expansion-grid {
  position: relative;
  overflow: hidden;
}
.team-section #team .team-wrapper.expansion-grid &gt; li {
  position: static;
}
.team-section #team .team-wrapper.expansion-grid .active .expansion-grid-reveal {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.team-section #team .team-wrapper.expansion-grid li.active .expansion-grid-switch:after {
  opacity: 1;
}
.team-section #team .team-wrapper .expansion-grid-switch {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.team-section #team .team-wrapper .expansion-grid-switch:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -23px;
  left: 50%;
  width: 1px;
  border-right: 20px solid transparent;
  border-bottom: 16px solid #292929;
  border-left: 20px solid transparent;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  text-align: center;
  transform: translateX(-50%);
}
.team-section #team .team-wrapper .expansion-grid-switch span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36px;
  margin: auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.team-section #team .team-wrapper .expansion-grid-reveal {
  position: absolute;
  right: 22px;
  left: 22px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  visibility: hidden;
  padding: 60px;
  color: #fff;
  font-size: 18px;
}
.team-section #team .team-wrapper .expansion-grid-reveal button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  width: 30px;
  height: 30px;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  opacity: 1;
}
.team-section #team .team-wrapper .expansion-grid-reveal button.close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  margin: auto;
  background-color: silver;
  transform: rotate(-45deg);
}
.team-section #team .team-wrapper .expansion-grid-reveal button.close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  margin: auto;
  background-color: silver;
  transform: rotate(45deg);
}

.fa-x-twitter::before {
  content: "\e9ca";
}

#TeamsPopup {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  #TeamsPopup {
    flex-wrap: wrap;
    gap: unset;
  }
}
#TeamsPopup .each-team {
  position: relative;
}
@media (min-width: 991.98px) {
  #TeamsPopup .each-team {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  #TeamsPopup .each-team:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #TeamsPopup .each-team {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #TeamsPopup .each-team:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  #TeamsPopup .each-team {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#TeamsPopup .each-team .each-team-detail .inner-holder .img-wrap img {
  width: 100%;
  height: auto;
}
#TeamsPopup .each-team .social-wrapper {
  position: absolute;
  bottom: 26px;
  right: 0;
  padding: 0 24px 0 0;
  text-align: right;
  z-index: 1;
}
#TeamsPopup .each-team .social-wrapper img {
  display: block;
}
#TeamsPopup .each-team .social-wrapper i {
  color: #fff;
}

.each-team-description {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 1.2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .each-team-description {
    padding: 40px 20px 20px;
    width: 98%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
.each-team-description .close-btn {
  display: none;
}
.each-team-description .inner-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .each-team-description .inner-wrap {
    flex-wrap: wrap;
  }
}
.each-team-description .inner-wrap .img-wrap {
  width: 40%;
}
@media (max-width: 767.98px) {
  .each-team-description .inner-wrap .img-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.each-team-description .inner-wrap .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.each-team-description .inner-wrap .content-wrap {
  width: 60%;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .each-team-description .inner-wrap .content-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.each-team-description .inner-wrap .content-wrap h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.each-team-description .inner-wrap .content-wrap .designation {
  font-size: 20px;
  color: #53555f;
  font-weight: 300;
  margin-bottom: 20px;
}
.each-team-description .inner-wrap .content-wrap .description p {
  color: #53555f;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.each-team-description .inner-wrap .content-wrap .social-wrapper i {
  color: #fff;
  background-color: #525252;
  padding: 3px;
  border-radius: 2px;
}
.each-team-description .mfp-close {
  color: #000 !important;
  opacity: 1;
  font-size: 40px;
  margin-top: 1.2rem;
  margin-right: 1.2rem;
}
@media (max-width: 767.98px) {
  .each-team-description .mfp-close {
    margin: 0;
    font-size: 30px;
  }
}

.team-wrap .each-team .each-team-detail .inner-holder {
  position: relative;
}
.team-wrap .each-team .each-team-detail .inner-holder .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.team-wrap .each-team .each-team-detail .inner-holder .img-wrap img {
  border-radius: 10px;
  transition: all 0.5s;
  width: 100%;
  display: block;
}
.team-wrap .each-team .each-team-detail .inner-holder .img-wrap .overlay {
  background: linear-gradient(0deg, #000, transparent 30%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  z-index: 0;
}
.team-wrap .each-team .each-team-detail .inner-holder .bio {
  bottom: 24px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding: 0 24px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .team-wrap .each-team .each-team-detail .inner-holder .bio {
    padding: 0 25px;
  }
}
.team-wrap .each-team .each-team-detail .inner-holder .bio h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.team-wrap .each-team .each-team-detail .inner-holder .bio p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.team-wrap .each-team .each-team-detail .inner-holder .bio a {
  position: absolute;
  right: 24px;
  bottom: 0;
  height: 24px;
}
.team-wrap .each-team .each-team-detail .inner-holder .bio a img {
  display: block;
}
.team-wrap .each-team .each-team-detail .inner-holder .bio .linkedin .inner-holder {
  display: none;
}
.team-wrap .each-team .each-team-detail a.inner-holder {
  cursor: pointer;
  display: block;
}
.team-wrap .each-team .each-team-detail a.inner-holder:hover img {
  transform: scale(1.03);
  transition: all 0.5s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5 !important;
}

.teams-intro .intro-section {
  padding: 0;
}
@media (max-width: 767.98px) {
  .teams-intro .intro-section {
    padding-bottom: 10px;
  }
}

.testimonial {
  display: block !important;
}
.testimonial h2 {
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .testimonial {
    max-height: 510px;
    overflow: hidden;
  }
}
.testimonial .bx-viewport {
  overflow: hidden;
}
.testimonial .testimonial-carousel {
  position: relative;
}
.testimonial .testimonial-carousel .each-testimonial {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98) {
  .testimonial .testimonial-carousel .each-testimonial {
    min-width: 680px;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial .testimonial-carousel .each-testimonial {
    min-width: 870px;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .testimonial .testimonial-carousel .each-testimonial {
    height: auto !important;
  }
}
.testimonial .testimonial-carousel .each-testimonial .inner-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 70px 30px 70px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .testimonial .testimonial-carousel .each-testimonial .inner-holder {
    height: 100%;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial .testimonial-carousel .each-testimonial .inner-holder {
    padding: 40px 20px 20px 20px;
    margin-bottom: 10px;
    align-items: normal;
  }
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-image {
  max-width: 310px;
  flex: 1 1 310px;
  margin-right: 40px;
  height: unset;
  width: 330px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .testimonial .testimonial-carousel .each-testimonial .testimonial-image {
    flex: 1 1 30%;
    max-width: 30%;
    padding-right: 20px;
    margin-right: 10px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial .testimonial-carousel .each-testimonial .testimonial-image {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    max-height: 415px;
  }
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-image img {
  width: auto;
  max-width: none;
  height: 100%;
  margin: auto;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial .testimonial-carousel .each-testimonial .testimonial-image img {
    height: auto !important;
  }
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content {
  max-width: calc(100% - 370px);
  flex: 1 1 calc(100% - 370px);
  text-align: left;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .testimonial .testimonial-carousel .each-testimonial .testimonial-content {
    flex: 1 1 68%;
    max-width: 68%;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial .testimonial-carousel .each-testimonial .testimonial-content {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap {
  opacity: 0;
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap span.quote {
  background: url("../../assets/images/career-quote.svg") no-repeat 0 0/cover;
  display: block;
  height: 32px;
  width: 32px;
  margin-left: -3px;
  margin-bottom: 5px;
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap .testimonial-description {
  font-size: 18px !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap .testimonial-description {
    margin: 0px 0px 10px 0px;
  }
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap .testimonial-description p {
  font-size: 18px !important;
  font-weight: 300;
  line-height: 1.4;
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap .client-name {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap p {
  margin-bottom: 20px;
}
.testimonial .testimonial-carousel .each-testimonial .testimonial-content .content-wrap p.client-designation {
  margin-bottom: 0;
}
.testimonial .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #dadada !important;
  opacity: 1;
}
.testimonial .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .testimonial .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #575757 !important;
}
.testimonial .swiper-pagination {
  position: relative;
  bottom: -8px;
  margin-top: 30px;
}
.testimonial .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.testimonial .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
}
.testimonial .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("../../assets/images/Arrow-black.png") no-repeat 0 0/contain;
  left: 18px;
  transform: rotate(180deg);
}
.testimonial .bx-wrapper .bx-controls-direction a.bx-next {
  background: url("../../assets/images/Arrow-black.png") no-repeat 0 0/contain;
  right: 18px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial .bx-wrapper .bx-controls {
    position: relative;
  }
  .testimonial .bx-wrapper .bx-controls .bx-controls-direction {
    position: relative;
    bottom: 40px;
  }
}
.testimonial .bx-wrapper .bx-controls .bx-pager {
  padding: 0;
  bottom: 90px;
  width: 90px;
  margin-left: 400px;
  display: flex;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial .bx-wrapper .bx-controls .bx-pager {
    margin-left: 0;
    bottom: 40px;
    left: 45%;
    transform: translateX(-45%);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonial .bx-wrapper .bx-controls .bx-pager {
    bottom: 50px;
  }
}
.testimonial .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: rgb(140, 140, 140) 1px solid;
  background-color: #ffffff;
}
.testimonial .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active, .testimonial .bx-wrapper .bx-controls .bx-pager.bx-default-pager a:focus, .testimonial .bx-wrapper .bx-controls .bx-pager.bx-default-pager a:hover, .testimonial .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active:hover {
  background-color: #575757 !important;
  background: #575757 !important;
}

.careers-testimonial .container .testimonial .testimonial-carousel .each-testimonial .testimonial-image {
  height: unset;
}
.careers-testimonial .container .testimonial .testimonial-carousel .each-testimonial .testimonial-image img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}
.careers-testimonial .container .testimonial .testimonial-bx-wrapper .bx-pager {
  bottom: -50px;
  width: auto;
}
.careers-testimonial .container .testimonial .testimonial-carousel .each-testimonial .testimonial-content span.quote {
  height: 50px;
  width: 50px;
  margin-left: 0;
}

.testimonial-carousel-wrapper {
  position: relative;
}
.testimonial-carousel-wrapper.testi_dots_outside .bx-controls .bx-pager {
  bottom: -40px;
  width: 127px;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial-carousel-wrapper.testi_dots_outside .bx-controls .bx-pager {
    left: 50%;
    transform: translateX(-50%);
  }
}
.testimonial-carousel-wrapper .testimonial-section-nav-style_1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial-carousel-wrapper .testimonial-section-nav-style_1 {
    top: unset;
    bottom: 30px;
    transform: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonial-carousel-wrapper .testimonial-section-nav-style_1 {
    bottom: 40px;
  }
}
.testimonial-carousel-wrapper .testimonial-section-nav-style_1 #testimonial-prev-icon-style_1 {
  margin-left: 40px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial-carousel-wrapper .testimonial-section-nav-style_1 #testimonial-prev-icon-style_1 {
    margin-left: 30x;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonial-carousel-wrapper .testimonial-section-nav-style_1 #testimonial-prev-icon-style_1 {
    margin-left: 120x;
  }
}
.testimonial-carousel-wrapper .testimonial-section-nav-style_1 #testimonial-next-icon-style_1 {
  margin-right: 40px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .testimonial-carousel-wrapper .testimonial-section-nav-style_1 #testimonial-next-icon-style_1 {
    margin-right: 30x;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonial-carousel-wrapper .testimonial-section-nav-style_1 #testimonial-next-icon-style_1 {
    margin-right: 120x;
  }
}

#testimonial-two {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
#testimonial-two .container {
  position: relative;
}
#testimonial-two h2 {
  font-weight: 600;
  margin: 0 0 50px;
  text-align: left;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #testimonial-two h2 {
    font-size: 32px;
  }
}
#testimonial-two .bx-wrapper .bx-viewport {
  height: 350px !important;
  width: 90% !important;
  overflow: visible !important;
}
#testimonial-two .bx-wrapper .bx-viewport .testimonial-slider-two .each-testimonial-Slider {
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  overflow: hidden;
  width: 100%;
}
#testimonial-two .bx-wrapper .bx-viewport .testimonial-slider-two .each-testimonial-Slider .sliderWrapper {
  border: 1px solid #fff;
  border-radius: 12px;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#testimonial-two .bx-wrapper .bx-viewport .testimonial-slider-two .each-testimonial-Slider .sliderWrapper .sliderContent p {
  font-weight: 400;
  width: 75%;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#testimonial-two .bx-wrapper .bx-viewport .testimonial-slider-two .each-testimonial-Slider .sliderWrapper .sliderFooter {
  flex: 100%;
  max-width: 100%;
  max-height: 70px;
  align-items: start;
  justify-content: space-between;
  display: flex;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
#testimonial-two .bx-wrapper .bx-viewport .testimonial-slider-two .each-testimonial-Slider .sliderWrapper .sliderFooter .client-name-style-two {
  margin-bottom: 0;
}
#testimonial-two .bx-wrapper .bx-viewport .testimonial-slider-two .each-testimonial-Slider .sliderWrapper .sliderFooter .client-logo {
  padding-right: 50px;
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #testimonial-two .bx-wrapper .bx-viewport .testimonial-slider-two .each-testimonial-Slider .sliderWrapper .sliderFooter .client-logo {
    padding-right: 0;
  }
}
#testimonial-two .controls {
  position: absolute;
  top: 0;
  right: 15px;
}
#testimonial-two .controls a {
  line-height: 1;
  display: inline-block;
  font-size: 28px;
}
#testimonial-two .controls a.bx-prev {
  margin-right: 25px;
}
#testimonial-two .controls a i {
  color: #000000;
}
#testimonial-two .controls a.disabled i {
  color: rgba(0, 0, 0, 0.3);
}

.testimonial-section-nav-style_2 {
  position: absolute;
  right: 20px;
  top: 0px;
  display: flex;
  gap: 20px;
}

.layout-2-column h2 {
  color: #000000;
}
.layout-2-column p {
  color: #000000;
  margin: 0 0 30px;
}

.image-left {
  display: flex;
  gap: 40px;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.image-left a {
  display: block;
  position: relative;
}
.image-left a img::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
}
.image-left a .icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-left a .icon-wrap img {
  width: 50px;
}
.image-left a .icon-wrap img::before {
  content: none;
}
.image-left .lhs-wrap {
  width: 50%;
}
.image-left .lhs-wrap img {
  width: 100%;
  height: auto;
}
.image-left .rhs-wrap {
  width: 50%;
}
.image-left .rhs-wrap a {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 8px 28px;
  display: inline-block;
  transition: all 0.3s;
  height: 50px;
  line-height: 35px;
  font-weight: 700;
}
.image-left .rhs-wrap a:hover {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s;
}
.image-left h3 {
  color: #000000;
  margin: 0 0 10px;
}
.image-left p {
  color: #000000;
  margin: 0 0 30px;
}

.layout-2-column h2 {
  margin-bottom: 14px;
}
.layout-2-column p {
  margin-bottom: 20px;
}
.layout-2-column .column-fiftyfifty {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-2-column .column-fiftyfifty {
    gap: 0px;
    justify-content: space-between;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-left {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: unset;
  }
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap {
  flex: 1 50%;
  max-width: 50%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-left .lhs-wrap {
    max-width: 100%;
    flex: 1 100%;
  }
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  display: block;
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap .overlay {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(211, 52, 46, 0));
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap a img {
  width: 100%;
  height: auto;
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap a .img-wrap {
  position: relative;
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap a .icon img {
  width: 50px;
  transition: all 0.3s;
  transform: scale(1);
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap a:hover .icon i {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-left .lhs-wrap a:hover .icon i {
    transform: scale(1);
  }
}
.layout-2-column .column-fiftyfifty.img-left .lhs-wrap a:hover .icon img {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-left .lhs-wrap a:hover .icon img {
    transform: scale(1);
  }
}
.layout-2-column .column-fiftyfifty.img-left .rhs-wrap {
  flex: 1 50%;
  max-width: 50%;
  text-align: left;
  margin-left: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-left .rhs-wrap {
    max-width: 100%;
    flex: 1 100%;
    margin-left: 0;
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap {
  order: 2;
  flex: 1 550px;
  max-width: 550px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap {
    max-width: 100%;
    flex: 1 100%;
  }
}
@media (min-width: 1200px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap {
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap {
    flex: 1 345px;
    max-width: 345px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap {
    height: 450px;
    flex: 1 450px;
    max-width: 450px;
    width: 450px;
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap:has(iframe) {
  text-align: center;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  display: block;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap img {
    margin: unset;
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .overlay {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(211, 52, 46, 0));
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap a img {
  width: 100%;
  height: auto;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap a .img-wrap {
  position: relative;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  z-index: 9;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap a .icon img {
  width: 50px;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap a:hover .icon i {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap a:hover .icon i {
    transform: scale(1);
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap a:hover .icon img {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap a:hover .icon img {
    transform: scale(1);
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap iframe {
  border: 1px solid rgba(192, 192, 192, 0.1);
  margin-bottom: 0;
  max-width: 450px;
}
@media (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap iframe {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap iframe {
    max-width: 100%;
    width: 350px;
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap {
  background-color: #dbdbdb;
  border-radius: 50%;
  height: 500px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 500px;
  z-index: 9;
}
@media only screen and (max-width: 767.98px) and (orientation: portrait) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap {
    height: calc(100vw - 60px);
    margin: 20px auto 0;
    width: calc(100vw - 60px);
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap {
    height: 350px;
    margin: 20px auto 0;
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap {
    background-color: transparent;
    flex: 1 1 50%;
    height: 345px;
    margin-right: 0;
    max-width: 100%;
    width: 345px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap {
    height: 450px;
    flex: 1 450px;
    max-width: 450px;
    width: 450px;
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap:before {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap .img-wrap-animation {
  animation: aboutUs 60s linear infinite;
  display: flex;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap .img-wrap-animation img {
  border-radius: 0;
  height: auto;
  margin: 0;
  max-width: inherit;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap .img-wrap-animation img {
    height: 350px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap .img-wrap-animation img {
    height: 350px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap .img-wrap-animation {
    height: calc(100vw - 30px);
    width: 100vw;
  }
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .countUp {
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding-left: 0;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .countUp li {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  max-width: 170px;
  vertical-align: top;
  padding-right: 30px;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .countUp li .count-wrap {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  width: 100%;
}
.layout-2-column .column-fiftyfifty.img-right .lhs-wrap .countUp li .count-wrap p {
  margin-bottom: 0;
}
.layout-2-column .column-fiftyfifty.img-right .rhs-wrap {
  order: 1;
  flex: 1 50%;
  max-width: 50%;
  text-align: left;
  margin-left: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-fiftyfifty.img-right .rhs-wrap {
    max-width: 100%;
    flex: 1 100%;
    margin-left: 0;
  }
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-right .rhs-wrap {
    flex: 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.layout-2-column .column-fiftyfifty.img-right .rhs-wrap .countUp {
  display: flex;
  list-style: none;
  margin: 0 0 0px;
  padding-left: 0;
}
.layout-2-column .column-fiftyfifty.img-right .rhs-wrap .countUp li {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  max-width: 170px;
  vertical-align: top;
  padding-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .layout-2-column .column-fiftyfifty.img-right .rhs-wrap .countUp li {
    margin-right: 0;
  }
}
.layout-2-column .column-fiftyfifty.img-right .rhs-wrap .countUp li p {
  color: #000000;
}
.layout-2-column .column-fiftyfifty.img-right .rhs-wrap .countUp li .count-wrap {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  width: 100%;
}
.layout-2-column .column-fiftyfifty.img-right .rhs-wrap .countUp li p {
  margin-bottom: 0;
}
.layout-2-column .column-fiftyfifty .two-column-info-section-heading {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  margin-bottom: 10px;
}
.layout-2-column .column-fiftyfifty .two-column-info-section-description {
  font-size: 16px;
  color: #000000;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  margin-bottom: 27px;
}
.layout-2-column .column-thirtyseventy {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-thirtyseventy {
    flex-wrap: wrap;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-thirtyseventy.img-left {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: unset;
  }
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap {
  flex: 1 30%;
  max-width: 30%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-thirtyseventy.img-left .lhs-wrap {
    max-width: 100%;
    flex: 1 100%;
  }
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  display: block;
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap .overlay {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(211, 52, 46, 0));
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap a img {
  width: 100%;
  height: auto;
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap a .img-wrap {
  position: relative;
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap a .icon img {
  width: 50px;
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap a:hover .icon i {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-thirtyseventy.img-left .lhs-wrap a:hover .icon i {
    transform: scale(1);
  }
}
.layout-2-column .column-thirtyseventy.img-left .lhs-wrap a:hover .icon img {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-thirtyseventy.img-left .lhs-wrap a:hover .icon img {
    transform: scale(1);
  }
}
.layout-2-column .column-thirtyseventy.img-left .rhs-wrap {
  flex: 1 70%;
  max-width: 70%;
  text-align: left;
  margin-left: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-thirtyseventy.img-left .rhs-wrap {
    max-width: 100%;
    flex: 1 100%;
    margin-left: 0;
  }
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap {
  order: 2;
  flex: 1 30%;
  max-width: 30%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-thirtyseventy.img-right .lhs-wrap {
    max-width: 100%;
    flex: 1 100%;
  }
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  display: block;
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap .overlay {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(211, 52, 46, 0));
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap a img {
  width: 100%;
  height: auto;
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap a .img-wrap {
  position: relative;
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap a .img-wrap::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap a .icon img {
  width: 50px;
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap a:hover .icon i {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-thirtyseventy.img-right .lhs-wrap a:hover .icon i {
    transform: scale(1);
  }
}
.layout-2-column .column-thirtyseventy.img-right .lhs-wrap a:hover .icon img {
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .layout-2-column .column-thirtyseventy.img-right .lhs-wrap a:hover .icon img {
    transform: scale(1);
  }
}
.layout-2-column .column-thirtyseventy.img-right .rhs-wrap {
  order: 1;
  flex: 1 70%;
  max-width: 70%;
  text-align: left;
  margin-left: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .layout-2-column .column-thirtyseventy.img-right .rhs-wrap {
    max-width: 100%;
    flex: 1 100%;
    margin-left: 0;
  }
}
.layout-2-column .column-thirtyseventy .two-column-info-section-heading {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  margin-bottom: 10px;
}
.layout-2-column .column-thirtyseventy .two-column-info-section-description {
  font-size: 16px;
  color: #000000;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  margin-bottom: 27px;
}

.mfp-fade.mfp-bg.mfp-ready {
  z-index: 99999999999999 !important;
}

.mfp-wrap {
  z-index: 99999999999999 !important;
}

@keyframes aboutUs {
  0% {
    transform: translateZ(0);
    transition: all 0.3s;
  }
  100% {
    transform: translate3d(-5100px, 0, 0);
    transition: all 0.3s;
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  @keyframes aboutUs {
    0% {
      transform: translateZ(0);
      transition: all 0.3s;
    }
    100% {
      transform: translate3d(-3550px, 0, 0);
      transition: all 0.3s;
    }
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  .growth-counter .elementor-counter {
    padding-right: 30px;
  }
}

.creative-assets .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap .img-wrap-animation {
  animation: ticker-kf 30s linear infinite;
  display: flex;
}
.creative-assets .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap .img-wrap-animation img {
  margin: 0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .creative-assets .layout-2-column .column-fiftyfifty.img-right .lhs-wrap .img-wrap {
    height: 340px;
    flex: 1 340px;
    max-width: 340px;
    width: 340px;
  }
}

.portfolio-cta .two-col-btn-align .two-column-btn.secondary-cta:hover {
  border: 1px solid black !important;
}

@keyframes ticker-kf {
  0% {
    transform: translateZ(0);
    transition: all 0.3s;
  }
  100% {
    transform: translate3d(-2500px, 0, 0);
    transition: all 0.3s;
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  @keyframes ticker-kf {
    0% {
      transform: translateZ(0);
      transition: all 0.3s;
    }
    100% {
      transform: translate3d(-1630px, 0, 0);
      transition: all 0.3s;
    }
  }
}
.hero-carousel {
  position: relative;
}
.hero-carousel .each-hero-carousel {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero-carousel .each-hero-carousel {
    height: 450px;
  }
}
.hero-carousel .each-hero-carousel .banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.hero-carousel .each-hero-carousel img {
  width: 100%;
  height: auto;
}
.hero-carousel .each-hero-carousel video {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .hero-carousel .each-hero-carousel video {
    height: 450px;
  }
}
.hero-carousel .each-hero-carousel .hero-carousel-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-carousel .each-hero-carousel .hero-carousel-content .inner-holder .eyebrow {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .inner-holder .title {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .hero-carousel .each-hero-carousel .hero-carousel-content .inner-holder .title {
    font-size: 40px;
  }
}
.hero-carousel .each-hero-carousel .hero-carousel-content .inner-holder p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .inner-holder a span {
  display: flex;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .inner-holder a span img {
  width: 20px;
  height: 20px;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder {
    flex-wrap: wrap;
  }
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap {
  flex: 1 50%;
  max-width: 50%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap {
    flex: 1 100%;
    max-width: 100%;
  }
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap .eyebrow {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap .title {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap .title {
    font-size: 40px;
  }
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap a span {
  display: flex;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .lhs-wrap a span img {
  width: 20px;
  height: 20px;
}
.hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .rhs-wrap {
  flex: 1 50%;
  max-width: 50%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .hero-carousel .each-hero-carousel .hero-carousel-content .layout-2-inner-holder .rhs-wrap {
    flex: 1 100%;
    max-width: 100%;
  }
}

.hero-section-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-section-nav #hero-prev-icon {
  position: relative;
  margin-left: 10px;
}
.hero-section-nav #hero-next-icon {
  position: relative;
  margin-right: 10px;
}

.elementor-widget-hero-section-widget .bx-wrapper .bx-pager {
  bottom: 20px;
}
.elementor-widget-hero-section-widget .bx-wrapper .bx-pager .bx-pager-item a {
  background: rgba(255, 255, 255, 0.5);
}
.elementor-widget-hero-section-widget .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .elementor-widget-hero-section-widget .bx-controls-direction {
    display: none;
  }
}
.elementor-widget-hero-section-widget .bx-controls-direction a.bx-prev {
  background: url("../../assets/images/prev-next-arrow-icon.svg") no-repeat 0 0/cover;
  width: 60px;
  height: 60px;
  left: 0;
  transition: 0.3s all;
}
.elementor-widget-hero-section-widget .bx-controls-direction a.bx-prev:hover {
  width: 65px;
  height: 65px;
  transition: 0.3s all;
}
@media (max-width: 991.98px) {
  .elementor-widget-hero-section-widget .bx-controls-direction a.bx-prev:hover {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .elementor-widget-hero-section-widget .bx-controls-direction a.bx-prev {
    width: 45px;
    height: 45px;
  }
}
.elementor-widget-hero-section-widget .bx-controls-direction a.bx-next {
  background: url("../../assets/images/prev-next-arrow-icon.svg") no-repeat 0 0/cover;
  transform: rotate(180deg);
  width: 60px;
  height: 60px;
  right: 0;
  transition: 0.3s all;
}
.elementor-widget-hero-section-widget .bx-controls-direction a.bx-next:hover {
  width: 65px;
  height: 65px;
  transition: 0.3s all;
}
@media (max-width: 991.98px) {
  .elementor-widget-hero-section-widget .bx-controls-direction a.bx-next:hover {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .elementor-widget-hero-section-widget .bx-controls-direction a.bx-next {
    width: 45px;
    height: 45px;
  }
}

#LogoSlider.title-top {
  display: flex;
  flex-direction: column;
}
#LogoSlider.title-top .logo-title {
  flex: 1 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#LogoSlider.title-top .logo-wrapper .each-logo {
  text-align: center;
  height: 120px;
  align-content: center;
}
#LogoSlider.title-top .logo-wrapper .each-logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#LogoSlider.title-top .bx-wrapper {
  align-self: center;
  margin-top: 30px;
}
#LogoSlider.title-top .bx-pager {
  display: none;
}
#LogoSlider .client-logos-wrap {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  #LogoSlider .client-logos-wrap {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider .client-logos-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#LogoSlider .client-logos-wrap .each-logo {
  border-radius: 4px;
  max-width: calc(16.6666666667% - 20px);
  flex: calc(16.6666666667% - 20px);
  margin-right: 20px;
  overflow: hidden;
}
@media (max-width: 575.99px) {
  #LogoSlider .client-logos-wrap .each-logo {
    margin-bottom: 20px;
    display: flex;
    max-width: calc(50% - 20px);
    flex: calc(50% - 20px);
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider .client-logos-wrap .each-logo {
    max-width: calc(50% - 10px);
    flex: calc(50% - 10px);
    margin-right: 0;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #LogoSlider .client-logos-wrap .each-logo {
    justify-content: center;
    flex: calc(25% - 22px) 1;
    margin-bottom: 20px;
    max-width: calc(25% - 22px);
  }
}
#LogoSlider .client-logos-wrap .each-logo .logo-card {
  font-size: 0;
  width: 100%;
}
#LogoSlider .client-logos-wrap .each-logo .logo-card img {
  width: 100%;
  height: auto;
}
#LogoSlider .client-logos-wrap.five-column .each-logo {
  max-width: calc(20% - 10px);
  flex: calc(20% - 10px);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #LogoSlider .client-logos-wrap.five-column .each-logo {
    max-width: calc(20% - 20px);
    flex: calc(20% - 20px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider .client-logos-wrap.five-column .each-logo {
    flex: calc(50% - 8px) 1;
    max-width: calc(50% - 8px);
  }
}
#LogoSlider.title-left {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left {
    flex-direction: column;
  }
}
#LogoSlider.title-left .logo-title {
  flex: 1 310px;
  max-width: 310px;
  align-self: center;
  margin-right: 40px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .logo-title {
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  #LogoSlider.title-left .logo-title {
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    background-color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #LogoSlider.title-left .logo-title #LogoSlider.title-left .logo-title {
    margin-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .logo-title .client-logo-section-title {
    margin-bottom: 20px;
  }
}
#LogoSlider.title-left .logo-title p {
  display: none;
}
#LogoSlider.title-left .logo-wrapper .each-logo {
  text-align: center;
  align-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #LogoSlider.title-left .logo-wrapper .each-logo {
    max-width: 200px;
  }
}
#LogoSlider.title-left .logo-wrapper .each-logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#LogoSlider.title-left .client-logos-wrap {
  flex: 1 calc(100% - 350px);
  max-width: calc(100% - 350px);
  align-self: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  height: 166px;
  padding: 30px 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .client-logos-wrap {
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    background-color: #ffffff;
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #LogoSlider.title-left .client-logos-wrap {
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #LogoSlider.title-left .client-logos-wrap {
    height: auto;
  }
}
@media (max-width: 575.99px) {
  #LogoSlider.title-left .client-logos-wrap {
    justify-content: space-between;
  }
}
#LogoSlider.title-left .client-logos-wrap .each-logo {
  position: relative;
  border-radius: 4px;
  max-width: calc(33.3333333333% - 10px);
  flex: calc(33.3333333333% - 10px);
  margin-right: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .client-logos-wrap .each-logo {
    width: 100%;
    margin-bottom: 0;
    height: auto;
    max-width: 100%;
    flex: 100%;
  }
  #LogoSlider.title-left .client-logos-wrap .each-logo:nth-of-type(1) {
    max-width: 100%;
  }
  #LogoSlider.title-left .client-logos-wrap .each-logo:nth-of-type(2) {
    max-width: 288px;
  }
  #LogoSlider.title-left .client-logos-wrap .each-logo:nth-of-type(3) {
    max-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #LogoSlider.title-left .client-logos-wrap .each-logo {
    width: calc(33.3333333333% - 10px);
    height: auto;
    justify-content: space-between;
  }
}
#LogoSlider.title-left .client-logos-wrap .each-logo .logo-card {
  font-size: 0;
  width: 100%;
}
#LogoSlider.title-left .client-logos-wrap .each-logo .logo-card img {
  width: 100%;
  height: auto;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .client-logos-wrap .each-logo .logo-card img {
    flex: 1 1 80%;
    height: auto;
    margin: auto;
    max-width: 80%;
    text-align: center;
  }
}
#LogoSlider.title-left .client-logos-wrap.two-column {
  flex-wrap: wrap;
  height: 166px;
  max-width: 623px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #LogoSlider.title-left .client-logos-wrap.two-column {
    flex: 1 100%;
    max-width: 100%;
    padding: 30px 15px;
    height: unset;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .client-logos-wrap.two-column {
    flex-direction: row;
    padding: 30px 15px;
  }
}
#LogoSlider.title-left .client-logos-wrap.two-column .each-logo {
  max-width: calc(50% - 10px);
  flex: calc(50% - 10px);
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .client-logos-wrap.two-column .each-logo {
    max-width: calc(100% - 10px);
    flex: calc(100% - 10px);
  }
}
#LogoSlider.title-left .bx-wrapper {
  align-self: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider.title-left .bx-wrapper {
    background-color: #000000;
  }
}
#LogoSlider.title-left .bx-pager {
  display: none;
}
@keyframes awdslidein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#LogoSlider .client-logo-section-description .wrap {
  margin-bottom: 20px;
  opacity: 0;
  height: 100px;
  text-align: left;
  opacity: 1;
}
#LogoSlider .client-logo-section-description .wrap .img-one {
  width: 24px;
  animation: awdslidein 0.5s;
  animation-delay: 0.1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#LogoSlider .client-logo-section-description .wrap .img-two {
  width: 47px;
  margin-left: -10px;
  animation: awdslidein 1s;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#LogoSlider .client-logo-section-description .wrap .img-three {
  width: 70px;
  margin-left: -21px;
  animation: awdslidein 1s;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#LogoSlider .client-logo-section-description .wrap .img-four {
  width: 100px;
  margin-left: -35px;
  animation: awdslidein 1s;
  animation-delay: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#LogoSlider .client-logo-section-description .wrap .title {
  margin-left: -60px;
  animation: awdslidein 1s;
  animation-delay: 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#LogoSlider .client-logo-section-description .wrap .title h3 {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #LogoSlider .client-logo-section-description .wrap .title h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #LogoSlider .client-logo-section-description .wrap .title h3 {
    font-size: 36px;
    font-weight: 700;
  }
}
#LogoSlider .client-logo-section-description .wrap img {
  width: 100%;
  height: auto;
  margin-right: 0;
}
#LogoSlider .client-logo-section-description .image-shape {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  #LogoSlider .client-logo-section-description .wrap .title h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}

.awards-wrapper #LogoSlider .client-logos-wrap {
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .awards-wrapper #LogoSlider .client-logos-wrap {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.awards-wrapper #LogoSlider .client-logos-wrap .each-logo {
  max-width: calc(16.6666666667% - 50px);
  flex: calc(16.6666666667% - 50px);
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .awards-wrapper #LogoSlider .client-logos-wrap .each-logo {
    flex: calc(25% - 22px) 1;
    margin-bottom: 20px;
    max-width: calc(25% - 22px);
    margin-right: 22px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .awards-wrapper #LogoSlider .client-logos-wrap .each-logo {
    justify-content: center;
    flex: calc(33.3333% - 22px) 1;
    margin-bottom: 20px;
    max-width: calc(33.3333% - 22px);
    margin-right: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .clients-logo-v2-bx-wrapper {
    width: 90%;
  }
}
.clients-logo-v2-bx-wrapper .bx-pager-item a {
  transition: all 0.8s ease;
}
.clients-logo-v2-bx-wrapper .bx-pager-item a.active {
  transition: all 0.8s ease;
  transform: translate3d(0px, 0px, 0px);
}

@media (min-width: 0) and (max-width: 767.98px) {
  .client-logo-v2-wrapper {
    width: 90%;
  }
}
.client-logo-v2-wrapper .bx-wrapper {
  width: 100%;
}
.client-logo-v2-wrapper .bx-viewport {
  height: 120px !important;
}

.client-logo-slider-v2 {
  overflow: hidden;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
}

.client-logo-v2-logo-wrapper {
  overflow: hidden;
  width: 150px !important;
  align-content: center;
}
.client-logo-v2-logo-wrapper img {
  margin: 0 auto;
}

.client-logo-v2-dots-paginate .bx-pager-item a {
  text-indent: unset !important;
  line-height: 40px;
  font-size: 14px;
  transition: unset;
}
.client-logo-v2-dots-paginate .bx-pager-item a.active {
  transition: unset;
  transform: unset;
}

.client-logo-v2-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client-logo-v2-nav #client-logo-v2-prev-icon {
  position: relative;
  margin-left: 10px;
}
.client-logo-v2-nav #client-logo-v2-next-icon {
  position: relative;
  margin-right: 10px;
}
.client-logo-v2-nav.client-logo-v2-nav-outside #client-logo-v2-prev-icon {
  position: relative;
  left: -50px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .client-logo-v2-nav.client-logo-v2-nav-outside #client-logo-v2-prev-icon {
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .client-logo-v2-nav.client-logo-v2-nav-outside #client-logo-v2-prev-icon {
    left: -10px;
  }
}
.client-logo-v2-nav.client-logo-v2-nav-outside #client-logo-v2-next-icon {
  position: relative;
  right: -50px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .client-logo-v2-nav.client-logo-v2-nav-outside #client-logo-v2-next-icon {
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .client-logo-v2-nav.client-logo-v2-nav-outside #client-logo-v2-next-icon {
    right: -10px;
  }
}

.proud-partners #LogoSlider.title-left .logo-title {
  flex: 1 330px;
  max-width: 330px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .proud-partners {
    flex: 1 1 260px;
    max-width: 260px;
  }
  .proud-partners #LogoSlider.title-left .logo-title {
    margin-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  .proud-partners #LogoSlider.title-left .logo-title {
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    background-color: #ffffff;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .proud-partners #LogoSlider.title-left .logo-title .client-logo-section-title {
    margin-bottom: 30px;
  }
  .proud-partners #LogoSlider.title-left .client-logos-wrap.two-column {
    height: auto;
  }
  .proud-partners #LogoSlider.title-left {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .proud-partners #LogoSlider.title-left .client-logos-wrap.two-column {
    flex: 1 100%;
    max-width: 100%;
    padding: 30px 0px;
    height: unset;
  }
}

.rounded-logos #LogoSlider .client-logos-wrap {
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .rounded-logos #LogoSlider .client-logos-wrap {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.rounded-logos #LogoSlider .client-logos-wrap .each-logo {
  max-width: calc(16.6666666667% - 50px);
  flex: calc(16.6666666667% - 50px);
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .rounded-logos #LogoSlider .client-logos-wrap .each-logo {
    flex: calc(25% - 22px) 1;
    margin-bottom: 20px;
    max-width: calc(25% - 22px);
    margin-right: 22px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .rounded-logos #LogoSlider .client-logos-wrap .each-logo {
    justify-content: center;
    flex: calc(33.3333% - 22px) 1;
    margin-bottom: 20px;
    max-width: calc(33.3333% - 22px);
    margin-right: 22px;
  }
}

.price-card-section {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .price-card-section {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .price-card-section {
    padding: 30px 0;
  }
}
.price-card-section .price-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .price-card-section .price-card-wrap {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .price-card-section .price-card-wrap {
    flex-direction: row;
  }
}
.price-card-section .price-card-wrap .each-price-card {
  width: calc(33.3333333333% - 30px);
  margin-right: 30px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .price-card-section .price-card-wrap .each-price-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.price-card-section .price-card-wrap .each-price-card .price-card-title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.price-card-section .price-card-wrap .each-price-card .price-card-tagline {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}
.price-card-section .price-card-wrap .each-price-card .price-card-desc {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
}
.price-card-section .price-card-wrap .each-price-card .pricepermonth {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}
.price-card-section .price-card-wrap .each-price-card a {
  text-align: center;
  line-height: 30px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all;
}
.price-card-section .price-card-wrap .each-price-card a:hover {
  text-decoration: none;
  transition: 0.3s all;
}

.wpcf7-form.design1 {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  margin: 50px auto;
  font-family: "Helvetica, Arial, sans-serif";
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wpcf7-form.design1 label {
  display: block;
  font-size: 14px;
  color: #34495e;
  margin-bottom: 15px;
  font-weight: 700;
}
.wpcf7-form.design1 label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.wpcf7-form.design1 label .wpcf7-form-control-wrap input[type=text],
.wpcf7-form.design1 label .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #2c3e50;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.wpcf7-form.design1 label .wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form.design1 label .wpcf7-form-control-wrap input[type=email]:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 5px #3498db;
}
.wpcf7-form.design1 input[type=submit] {
  background-color: #3498db;
  color: #ffffff;
  border: none;
  padding: 15px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  display: block;
  width: 100%;
  margin-top: 30px;
}
.wpcf7-form.design1 input[type=submit]:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
}
.wpcf7-form.design1 input[type=submit]:focus {
  outline: none;
}
.wpcf7-form.design1 .wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 6px;
  display: none;
}
.wpcf7-form.design1 .wpcf7-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #3498db;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
}
.wpcf7-form.design2 {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 40px;
  border-radius: 10px;
  max-width: 600px;
  margin: 50px auto;
  font-family: "Helvetica, Arial, sans-serif";
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wpcf7-form.design2.design2 &gt; label {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.wpcf7-form.design2.design2 &gt; label:nth-child(even) {
  margin-right: 4%;
}
.wpcf7-form.design2 label {
  display: block;
  font-size: 14px;
  color: #34495e;
  font-weight: 700;
  margin-bottom: 10px;
}
.wpcf7-form.design2 label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.wpcf7-form.design2 label .wpcf7-form-control-wrap input[type=text],
.wpcf7-form.design2 label .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #2c3e50;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.wpcf7-form.design2 label .wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form.design2 label .wpcf7-form-control-wrap input[type=email]:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 5px #3498db;
}
.wpcf7-form.design2 input[type=submit] {
  background-color: #3498db;
  color: #ffffff;
  border: none;
  padding: 15px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  display: block;
  width: 100%;
  margin-top: 30px;
}
.wpcf7-form.design2 input[type=submit]:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
}
.wpcf7-form.design2 input[type=submit]:focus {
  outline: none;
}
.wpcf7-form.design2 .wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 6px;
  display: none;
}
.wpcf7-form.design2 .wpcf7-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #3498db;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
#inner-page-banner {
  height: 500px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
#inner-page-banner .container {
  height: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}
@media (max-width: 1199.98px) {
  #inner-page-banner.video-banner {
    padding: 0 !important;
  }
}
#inner-page-banner.video-banner .bgVideo {
  font-size: 0;
  height: 100%;
}
#inner-page-banner.video-banner .bgVideo:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACVJREFUGFdjZICASAYGhuXIbEaooBUDA8MxqASYDZLAqYNKRgEAjZ8MuTBFlFEAAAAASUVORK5CYII=) repeat;
  background-color: rgba(0, 0, 0, 0.34);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}
#inner-page-banner.video-banner .bgVideo video {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#inner-page-banner.video-banner .bannerContent {
  position: absolute;
  z-index: 999999;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  #inner-page-banner.video-banner .bgVideo video {
    height: 100vh;
    min-height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #inner-page-banner.video-banner .bannerContent {
    padding: 100px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #inner-page-banner.video-banner .bgVideo video {
    height: 100%;
    width: auto !important;
    height: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #inner-page-banner.video-banner .bgVideo video {
    height: 700px;
    height: 700px !important;
    width: auto !important;
  }
}
#inner-page-banner.video-banner .banner-3d-ctas {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  #inner-page-banner.video-banner .banner-3d-ctas {
    margin-left: -3px;
  }
}
#inner-page-banner.video-banner .banner-3d-ctas br {
  display: none;
}
#inner-page-banner.video-banner .banner-3d-ctas .secondary-cta {
  color: #00205c !important;
  background-color: #fff !important;
}
#inner-page-banner.video-banner .banner-3d-ctas .secondary-cta:hover {
  color: #fff !important;
  background-color: transparent !important;
}
#inner-page-banner.video-banner .banner-3d-ctas .secondary-cta.video-popup {
  background-color: transparent !important;
  color: #fff !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  text-align: center;
}
#inner-page-banner.video-banner .banner-3d-ctas .secondary-cta.video-popup:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  #inner-page-banner {
    height: unset;
    padding: 100px 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #inner-page-banner {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #inner-page-banner {
    margin-bottom: 50px;
  }
}
#inner-page-banner .banner-holder {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#inner-page-banner .banner-holder .images {
  position: relative;
  display: flex;
  justify-content: start;
}
#inner-page-banner .banner-holder .images .image-shape {
  display: inline-block;
  vertical-align: middle;
}
#inner-page-banner .banner-holder .images .image-shape.img-one {
  width: 59px;
  animation: slidein 3s;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#inner-page-banner .banner-holder .images .image-shape.img-two {
  width: 142px;
  margin-left: -16px;
  animation: slidein 3s;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#inner-page-banner .banner-holder .images .image-shape.img-three {
  width: 214px;
  margin-left: -65px;
  animation: slidein 3s;
  animation-delay: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#inner-page-banner .banner-holder .images .image-shape.img-four {
  width: 303px;
  margin-left: -109px;
  animation: slidein 3s;
  animation-delay: 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#inner-page-banner .banner-holder .banner-title {
  text-align: left;
  width: 50%;
  margin-left: 24px;
}
#inner-page-banner .banner-holder .banner-title h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
}
#inner-page-banner .banner-holder .banner-title p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
}
#inner-page-banner .banner-holder .banner-title a.button {
  border-radius: 50px;
  background-color: transparent;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #fff;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #inner-page-banner .banner-holder .images {
    max-width: 50%;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-one {
    width: 49px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-one img {
    width: 49px;
    height: 280px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-two {
    width: 112px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-two img {
    width: 112px;
    height: 280px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-three {
    width: 174px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-three img {
    width: 174px;
    height: 280px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-four {
    width: 280px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-four img {
    width: 280px;
    height: 280px;
  }
  #inner-page-banner .banner-holder .banner-title h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  #inner-page-banner .banner-holder .banner-title p {
    font-size: 20px;
  }
  #inner-page-banner .bannerContent {
    position: absolute;
    z-index: 999999;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  #inner-page-banner .banner-holder .banner-title .inner-banner-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) and (max-width: 991.98px) {
  #inner-page-banner .banner-holder .banner-title {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  #inner-page-banner .banner-holder .images {
    margin-bottom: 20px;
  }
  #inner-page-banner .banner-holder .banner-title {
    width: 100%;
    margin-left: 0;
  }
  #inner-page-banner .banner-holder .banner-title h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 650px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #inner-page-banner .banner-holder .images .image-shape.img-one {
    width: 30px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-one img {
    width: 30px;
    height: 200px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-two {
    width: 80px;
    margin-left: -10px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-two img {
    height: 200px;
    width: 80px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-three {
    width: 120px;
    margin-left: -45px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-three img {
    height: 200px;
    width: 120px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-four {
    width: 200px;
    margin-left: -45px;
  }
  #inner-page-banner .banner-holder .images .image-shape.img-four img {
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 1199.98px) {
  #inner-page-banner .bannerContent {
    position: absolute;
    z-index: 99999;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  #inner-page-banner .banner-holder .banner-title a.button:hover {
    background-color: #ffffff;
    transition: 0.5s;
    color: #000000;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aws-banner #inner-page-banner {
  margin-bottom: 0;
}

#OurServices .services-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
#OurServices .box-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  gap: 20px;
  justify-content: space-between;
}
#OurServices .box-wrap .eachbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#OurServices .box-wrap .eachbox span {
  position: absolute;
  bottom: 35px;
  left: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  z-index: 2;
}
#OurServices .box-wrap .eachbox:before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8926164216) 0%, rgba(0, 0, 0, 0) 90%);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#OurServices .box-wrap .eachbox img {
  margin-bottom: 0;
  width: 100%;
}
#OurServices .box-wrap .eachbox:nth-child(-n+2) {
  flex: 1 50%;
  max-width: calc(50% - 20px);
}
#OurServices .box-wrap .eachbox:nth-last-child(-n+3) {
  flex: 1 33.33%;
  max-width: calc(33.33% - 20px);
}
#OurServices p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
  color: #53555f;
}

body.page-id-21792 #OurServices .box-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  gap: 30px;
  justify-content: space-between;
}
body.page-id-21792 #OurServices .box-wrap .eachbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 1 33.33%;
  max-width: calc(33.33% - 20px);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-21792 #OurServices .box-wrap .eachbox {
    flex: 1 50%;
    max-width: calc(50% - 20px);
  }
}
body.page-id-21792 #OurServices .box-wrap .eachbox::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(193, 193, 193, 0.8) 100%);
}
body.page-id-21792 #OurServices .box-wrap .eachbox img {
  transform: scale(1);
  transition: all 0.5s;
}
body.page-id-21792 #OurServices .box-wrap .eachbox span {
  font-size: 24px;
  background-color: transparent;
  font-size: 14px;
  background-image: linear-gradient(50deg, #6441a5 2%, #d3342e 100%);
  border-style: none;
  border-radius: 50px;
  padding: 12px 30px;
  width: 300px;
  text-align: center;
  bottom: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-21792 #OurServices .box-wrap .eachbox span {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-21792 #OurServices .box-wrap .eachbox span {
    width: 70%;
  }
}
body.page-id-21792 .dialog-type-lightbox {
  z-index: 999999999;
}
body.page-id-21792 .dialog-type-lightbox header.elementor-slideshow__header {
  display: none;
}
body.page-id-21792 .layout-2-column .primary-cta {
  line-height: 1.2;
  padding: 12px 30px;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  body.page-id-21792 .layout-2-column .column-fiftyfifty.img-right .lhs-wrap a .icon {
    transform: translate(-50%, -50%);
  }
}
body.page-id-21792 #LogoSlider.title-top {
  margin-bottom: 60px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.page-id-21792 #LogoSlider.title-top {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-21792 #LogoSlider.title-top {
    margin-bottom: 50px;
  }
}
body.page-id-21792 #LogoSlider.title-top .logo-title {
  margin-bottom: 0;
}
body.page-id-21792 #LogoSlider.title-top .logo-title .client-logo-section-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}
body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  height: 100px;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column {
    padding: 15px;
  }
}
body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column .each-logo {
  max-width: 33.3333333333%;
  flex: 1 33.3333333333%;
  border-right: 1px solid rgba(102, 102, 102, 0.2);
  border-radius: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column .each-logo {
    margin-bottom: 0;
  }
}
body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column .each-logo:first-child .logo-card {
  padding-left: 0;
}
body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column .each-logo:last-child {
  border-right: none;
}
body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column .each-logo:last-child .logo-card {
  padding-right: 0;
}
body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column .each-logo .logo-card {
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
}
body.page-id-21792 #LogoSlider.title-top .client-logos-wrap.three-column .each-logo .logo-card img {
  aspect-ratio: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  body.page-id-21792 #Cards .cards-wrap .each-card .textOverlay {
    min-height: 192px;
  }
}
@media (min-width: 1400px) {
  body.page-id-21792 #Cards .cards-wrap .each-card .textOverlay {
    min-height: 166px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #OurServices .box-wrap {
    padding-bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #OurServices .box-wrap {
    padding-bottom: 40px;
  }
  #OurServices .box-wrap .eachbox {
    flex: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 0) and (max-width: 991.98px) {
  #OurServices .box-wrap .eachbox span {
    font-size: 22px;
  }
}
@media (min-width: 1199.98px) {
  #OurServices .box-wrap .eachbox:hover img {
    transform: scale(1.03);
    transition: all 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  #OurServices .box-wrap {
    gap: 0;
    justify-content: space-between;
  }
  #OurServices .box-wrap .eachbox:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}
.parallaxSection {
  background-attachment: fixed;
  background-position: 82% 56%;
  background-repeat: no-repeat;
  background-size: 550px;
  height: 100vh;
  position: relative;
  width: 100%;
}
@media (min-width: 2400px) {
  .parallaxSection {
    background-position: 66% 56%;
  }
}
@media only screen and (min-width: 2560px) and (min-device-pixel-ratio: 2), only screen and (min-width: 2560px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 2560px) and (min-resolution: 192dpi) {
  .parallaxSection {
    background-position: 66% 56%;
  }
}
@media (max-width: 1199.98px) {
  .parallaxSection {
    background-image: none !important;
    height: auto;
  }
}
.parallaxSection .holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1199.98px) {
  .parallaxSection .holder {
    position: relative;
    top: 0;
    transform: unset;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .parallaxSection .holder .content-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.parallaxSection .holder .content-wrapper .left-content {
  width: 47%;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .parallaxSection .holder .content-wrapper .left-content {
    width: calc(50% - 65px);
  }
}
@media (max-width: 767.98px) {
  .parallaxSection .holder .content-wrapper .left-content {
    width: 100%;
  }
}
.parallaxSection .holder .content-wrapper .left-content .animation-text {
  display: block;
  transform: scale(1);
  transition: 0.2s;
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  .parallaxSection .holder .content-wrapper .left-content .animation-text h2.two-column-case-title {
    font-size: 42px;
    line-height: 1.2;
  }
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .two-column-title {
  color: #161616;
  font-size: 50px;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 20px;
}
.parallaxSection .holder .content-wrapper .left-content .animation-text p {
  color: #161616;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .logo-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .logo-wrap .each-logo {
  border: 1px solid hsla(0, 0%, 72%, 0.4);
  border-radius: 4px;
  flex: 80% 1;
  margin-right: 20px;
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .logo-wrap .each-logo img {
  display: block;
  height: auto;
  margin-bottom: 0;
  width: 100%;
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .page-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links {
  align-items: center;
  align-self: flex-start;
  display: flex;
  margin-bottom: 20px;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links {
    width: 98%;
    flex: 98%;
    max-width: 98%;
  }
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links a {
  color: #161616;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links a {
    font-size: 16px;
  }
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links a i {
  color: #161616;
  font-size: 14px;
  line-height: 18px;
  margin-left: 10px;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links a:hover i {
    margin-left: 15px;
  }
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .emp-info p {
  color: #53555f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
.parallaxSection .holder .content-wrapper .left-content .animation-text .emp-info p span,
.parallaxSection .holder .content-wrapper .left-content .animation-text .emp-info p strong {
  display: block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.parallaxSection .holder .content-wrapper .mobile-img {
  display: none;
}
.parallaxSection .holder .content-wrapper .mobile-img img {
  height: auto;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .parallaxSection .holder .content-wrapper .mobile-img {
    display: block;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .parallaxSection .holder .content-wrapper .mobile-img {
    width: 100%;
  }
}
.parallaxSection .floating-casestudy {
  position: fixed;
  right: 0;
  bottom: -70px;
  width: 250px;
  height: 250px;
  opacity: 0;
  left: 75%;
  top: 59%;
  cursor: pointer;
  transition: ease-out 0.3s;
}
@media (min-width: 2400px) {
  .parallaxSection .floating-casestudy {
    left: 65%;
  }
}
@media only screen and (min-width: 2560px) and (min-device-pixel-ratio: 2), only screen and (min-width: 2560px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 2560px) and (min-resolution: 192dpi) {
  .parallaxSection .floating-casestudy {
    left: 65%;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .parallaxSection .floating-casestudy {
    animation: none;
    bottom: 0;
    display: block;
    left: unset;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: scale(1);
    z-index: 9;
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .parallaxSection .floating-casestudy {
    left: 75%;
    top: 60%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767.98px) and (orientation: landscape) {
  .parallaxSection .floating-casestudy {
    right: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .parallaxSection .floating-casestudy {
    top: unset;
    left: 47%;
    bottom: -60px;
  }
}
.parallaxSection .floating-casestudy a {
  display: block;
}
.parallaxSection .floating-casestudy .casestudy {
  position: relative;
  width: 200px;
  height: 200px;
  background: linear-gradient(140deg, rgba(100, 65, 165, 0.95) 10%, rgba(211, 52, 46, 0.95) 100%);
  border-radius: 50%;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease-out 0.3s;
  will-change: transform, width, height;
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .parallaxSection .floating-casestudy .casestudy {
    top: unset;
    left: unset;
    transform: unset;
  }
}
.parallaxSection .floating-casestudy .casestudy .case-wrap {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 165px;
  padding-left: 11px;
  transition: ease-out 0.3s;
}
.parallaxSection .floating-casestudy .casestudy .case-wrap .title {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  transition: ease-out 0.3s;
}
.parallaxSection .floating-casestudy .casestudy .case-wrap p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0;
  transition: ease-out 0.3s;
}
.parallaxSection .floating-casestudy .casestudy .case-wrap a {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: ease-out 0.3s;
}
.parallaxSection .floating-casestudy .casestudy .case-wrap a i {
  margin-left: 10px;
  transition: 0.5s;
}
.parallaxSection.active .holder .content-wrapper .left-content .animation-text {
  display: block;
  transition: 0.2s;
  transform: scale(1);
}

.two-col-spacing .parallaxSection .holder .content-wrapper .left-content .animation-text .decp {
  margin-right: 14px;
}

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

.last-parallax .parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links {
  flex: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .floating-casestudy .casestudy:hover {
    width: 250px;
    height: 250px;
    transition: 0.5s;
  }
  .active .floating-casestudy {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s ease-in;
    z-index: 9;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.ios-specific-element .parallaxSection,
  body.e--ua-appleWebkit .parallaxSection {
    background-image: none !important;
    padding: 60px 0px 0px;
    height: 650px;
  }
  body.ios-specific-element .parallaxSection .holder .content-wrapper,
  body.e--ua-appleWebkit .parallaxSection .holder .content-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.ios-specific-element .parallaxSection .holder .mobile-img,
  body.e--ua-appleWebkit .parallaxSection .holder .mobile-img {
    display: block;
    width: 50%;
  }
  body.ios-specific-element .parallaxSection .holder .content-wrapper .left-content,
  body.e--ua-appleWebkit .parallaxSection .holder .content-wrapper .left-content {
    width: calc(50% - 65px);
  }
  body.ios-specific-element .parallaxSection .floating-casestudy,
  body.e--ua-appleWebkit .parallaxSection .floating-casestudy {
    animation: none;
    bottom: 0;
    display: block;
    left: 75%;
    top: 60%;
    opacity: 1;
    position: absolute;
    right: 20px;
    transform: scale(1);
    z-index: 9;
    height: 200px;
    width: 200px;
  }
  body.ios-specific-element .inner-page-parallax .parallaxSection,
  body.e--ua-appleWebkit .inner-page-parallax .parallaxSection {
    height: auto;
    background-image: none !important;
  }
  body.ios-specific-element .inner-page-parallax .parallaxSection .holder,
  body.e--ua-appleWebkit .inner-page-parallax .parallaxSection .holder {
    position: relative;
    top: 0;
    transform: unset;
    width: 100%;
  }
  body.ios-specific-element .slider-modal .slider-wrapper .slides,
  body.e--ua-appleWebkit .slider-modal .slider-wrapper .slides {
    max-height: 555px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  body:not(.ios-specific-element):not(.e--ua-isTouchDevice) .parallaxSection .holder .content-wrapper .left-content .animation-text .page-links .each-page-links a {
    font-size: 16px;
  }
}

#OurCoreValues {
  padding: 60px 0;
}
#OurCoreValues .values-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#OurCoreValues .values-wrap .eachValues {
  flex: 1 calc(33.3333333333% - 15px);
  max-width: calc(33.3333333333% - 15px);
  border-radius: 10px;
  min-height: 320px;
  background-repeat: no-repeat;
}
#OurCoreValues .values-wrap .eachValues:nth-child(odd) {
  background-color: #0f4c81;
  padding: 20px;
}
#OurCoreValues .values-wrap .eachValues:nth-child(even) {
  background-color: #2ea7df;
  padding: 20px;
}
#OurCoreValues .values-wrap .eachValues:first-child {
  background-color: transparent;
  padding: 0px 50px 0 0;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}
#OurCoreValues .values-wrap .eachValues:first-child h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}
#OurCoreValues .values-wrap .eachValues h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}
#OurCoreValues .values-wrap .eachValues h2 span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  line-height: 1.5;
}
#OurCoreValues .values-wrap .eachValues p {
  font-size: 18px;
  font-weight: 300;
  color: #53555f;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #OurCoreValues {
    padding: 50px 0;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #OurCoreValues {
    padding: 40px 0;
  }
  #OurCoreValues .values-wrap {
    gap: 0;
  }
  #OurCoreValues .values-wrap .eachValues {
    flex: 1 100%;
    max-width: 100%;
    border-radius: 10px;
    min-height: 320px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  #OurCoreValues .values-wrap .eachValues:first-child {
    min-height: 20px !important;
    align-content: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #OurCoreValues .values-wrap .eachValues {
    flex: 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    border-radius: 10px;
    min-height: 320px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1199.98px) {
  #OurCoreValues .values-wrap .eachValues h2 {
    font-size: 32px;
  }
}
.homepage-cs {
  overflow-x: hidden;
}
.homepage-cs .casestudy-video {
  position: relative;
}
@media (max-width: 576px) {
  .homepage-cs .casestudy-video {
    height: 580px;
    width: 100%;
  }
}
.homepage-cs .casestudy-video .video-wrap {
  font-size: 0;
  height: auto;
  position: relative;
}
.homepage-cs .casestudy-video .video-wrap:before {
  background: rgba(0, 0, 0, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .homepage-cs .casestudy-video .video-wrap:before {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .homepage-cs .casestudy-video .video-wrap {
    height: 580px;
  }
  .homepage-cs .casestudy-video .video-wrap video {
    height: 100% !important;
    width: auto !important;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 1199.98px) {
  .homepage-cs .casestudy-video .video-wrap {
    padding: 0px 0;
  }
}
@media (max-width: 767.98px) {
  .homepage-cs .casestudy-video .video-wrap {
    padding: 0px 0;
  }
}
.homepage-cs .casestudy-video .sliderwrap {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.homepage-cs .casestudy-video .sliderwrap .contentholder .descp p.title {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;
}
.homepage-cs .casestudy-video .sliderwrap .contentholder .descp .cs-title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  -webkit-text-decoration: none solid #fff;
  text-decoration: none solid #fff;
}
.homepage-cs .casestudy-video .sliderwrap .contentholder .descp p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  line-height: 28px;
  margin: 16px 0 32px;
  opacity: 0.9;
}

#Cards {
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
#Cards h2 {
  font-size: 50px;
  color: rgb(22, 22, 22);
  font-weight: 800;
  margin-bottom: 20px;
}
#Cards .cards-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
#Cards .cards-wrap .each-card {
  width: 33%;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  max-width: 417px;
}
#Cards .cards-wrap .each-card::before {
  content: "";
  position: absolute;
  background: #161616;
  background: linear-gradient(0deg, rgb(22, 22, 22) 0%, rgba(22, 22, 22, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#Cards .cards-wrap .each-card .bckImage {
  overflow: hidden;
  background-position: center;
  background-size: 101%;
  transition: 0.5s;
  background-repeat: no-repeat;
  width: 100%;
  height: 555px;
}
#Cards .cards-wrap .each-card .bckImage img {
  width: 100%;
  height: auto;
  transition: 0.5s;
  scale: 1;
}
#Cards .cards-wrap .each-card .textOverlay {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #161616;
  background: linear-gradient(0deg, rgb(22, 22, 22) 0%, rgba(22, 22, 22, 0) 100%);
  padding: 30px 30px 46px 30px;
  width: 100%;
}
#Cards .cards-wrap .each-card .textOverlay .eyeBrow {
  font-size: 16px;
  color: #c4c4c4;
  -webkit-text-decoration: none solid #c4c4c4;
          text-decoration: none solid #c4c4c4;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 4px;
}
#Cards .cards-wrap .each-card .textOverlay .title {
  min-height: 78px;
}
#Cards .cards-wrap .each-card .textOverlay .title h5 {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
#Cards .cards-wrap .each-card .textOverlay .time p {
  font-size: 16px;
  color: #c4c4c4;
  line-height: 26px;
  font-weight: 400;
  margin-right: 32px;
  margin-bottom: 0;
}
#Cards .cards-wrap .each-card .date-time-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
}
#Cards .cards-wrap .each-card .date-time-wrap .date {
  position: relative;
}
#Cards .cards-wrap .each-card .date-time-wrap .date::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  top: 50%;
  right: 10px;
  transform: translate(-50%);
  position: absolute;
  border-radius: 50%;
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Cards h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #Cards h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Cards .cards-wrap {
    flex-wrap: wrap;
    gap: 25 !important;
    justify-content: unset;
  }
  #Cards .cards-wrap .each-card {
    width: calc(50% - 15px);
    margin-bottom: 0px;
  }
  #Cards .cards-wrap .each-card .bckImage {
    height: 455px;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  #Cards {
    padding: 51px 0px;
  }
  #Cards .cards-wrap {
    flex-wrap: wrap;
  }
  #Cards .cards-wrap .each-card {
    width: 100%;
    margin-bottom: 30px;
    min-height: unset;
    max-width: 100%;
  }
  #Cards .cards-wrap .each-card .bckImage {
    height: 485px;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Cards .cards-wrap .each-card .bckImage {
    height: 395px;
  }
}
@media (min-width: 1200px) {
  #Cards .cards-wrap .each-card:hover .bckImage {
    background-position: center;
    background-size: 105%;
    transition: 0.5s;
  }
  #Cards .cards-wrap .each-card:hover .bckImage img {
    scale: 1.05;
    transition: 0.5s;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #Cards .cards-wrap .each-card .bckImage {
    height: 450px;
  }
}
.creative-assets-modal-cards {
  overflow: hidden;
}
.creative-assets-modal-cards .card-with-bg-section-eyebrow {
  color: #53555f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.creative-assets-modal-cards .card-with-bg-card-title,
.creative-assets-modal-cards h3.percent {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 83px;
  overflow: hidden;
}
.creative-assets-modal-cards h3.percent {
  margin-bottom: 0;
  min-height: unset;
}
.creative-assets-modal-cards h5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #53555f;
  display: -webkit-box;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.creative-assets-modal-cards hr {
  margin-bottom: 20px;
  width: 106px;
}
.creative-assets-modal-cards h6 {
  color: #53555f;
  font-size: 20px;
  font-weight: 400;
  max-width: 300px;
  min-height: 56px;
}
.creative-assets-modal-cards .modal-btn {
  width: 50px;
  height: 50px;
  float: right;
}

.Process h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.Process p {
  font-size: 18px;
  font-weight: 300;
  color: #53555f;
  line-height: 1.4;
}
.Process p:last-child {
  margin-bottom: 0;
}
.Process .multiStageProcess {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}
.Process .multiStageProcess .eachProcess {
  flex: 0 194px;
}
.Process .multiStageProcess .eachProcess .iconImage {
  position: relative;
  height: 163px;
  width: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.Process .multiStageProcess .eachProcess .iconImage &gt; img {
  max-width: 90px;
  max-height: 90px;
}
.Process .multiStageProcess .eachProcess .iconImage .processImg {
  text-align: center;
  font-size: 0;
}
.Process .multiStageProcess .eachProcess .iconImage .processImg img {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
}
.Process .multiStageProcess .eachProcess .iconImage .borderImg {
  position: absolute;
  left: 0;
  font-size: 0;
}
.Process .multiStageProcess .eachProcess .iconImage .borderImg img {
  max-width: initial;
}
.Process .multiStageProcess .eachProcess .processContent {
  color: #53555f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  width: 150px;
}
.Process .multiStageProcess .eachProcess:not(:first-child) .processContent {
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .threeD-solution-process .Process .multiStageProcess .eachProcess {
    margin-bottom: 30px;
    max-width: 184px;
    flex: 0 184px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .Process .multiStageProcess .eachProcess {
    flex: 1 1 185px;
    max-width: 185px;
  }
  .gallery-right.e-flex.e-con-boxed.e-con.e-child,
  .gallery-left.e-flex.e-con-boxed.e-con.e-child {
    max-height: 573px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .Process .multiStageProcess {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (min-width: 0) and (max-width: 575.99px) {
  .Process h2 {
    max-width: 300px;
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .Process h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .Process .multiStageProcess .eachProcess {
    margin-bottom: 30px;
    max-width: 33.3333%;
    flex: 1 33.3333%;
  }
  .Process .multiStageProcess .eachProcess .iconImage {
    margin-bottom: 0;
    height: 170px;
  }
}
@media (max-width: 767.98px) {
  .Process .multiStageProcess {
    flex-wrap: wrap;
    justify-content: center;
  }
  .Process .multiStageProcess .eachProcess {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    max-width: 100%;
    flex: 100%;
  }
  .Process .multiStageProcess .eachProcess .iconImage {
    margin-bottom: 60px;
    width: 100%;
  }
  .Process .multiStageProcess .eachProcess .iconImage .borderImg {
    position: absolute;
    left: unset;
    top: 25px;
  }
  .Process .multiStageProcess .eachProcess .iconImage .borderImg img {
    transform: rotate(90deg);
  }
  .Process .multiStageProcess .eachProcess .processContent {
    text-align: center;
    max-width: 60%;
  }
  .Process .multiStageProcess .eachProcess:not(:first-child) .processContent {
    padding-left: unset;
  }
  .Process .multiStageProcess .eachProcess:last-child .iconImage {
    margin-bottom: 0;
  }
  .Process .multiStageProcess .eachProcess:last-child .iconImage .borderImg {
    top: 0;
  }
}
.CaseStudy {
  position: relative;
  background-image: url("../images/desktop-rise-smart-casestudy-hero-banner.jpg");
  height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 82% 56%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
.CaseStudy:last-child {
  background-attachment: scroll;
}
.CaseStudy .sliderwrap:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.CaseStudy .sliderwrap .contentholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.CaseStudy .sliderwrap .contentholder .descp {
  width: 62%;
}
.CaseStudy .sliderwrap .contentholder .descp .title {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
}
.CaseStudy .sliderwrap .contentholder .descp .img-wrap {
  margin-bottom: 30px;
  width: 200px;
}
.CaseStudy .sliderwrap .contentholder .descp .img-wrap img {
  height: auto;
  margin: 0;
  width: 100%;
}
.CaseStudy .sliderwrap .contentholder .descp h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}
.CaseStudy .sliderwrap .contentholder .descp p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.CaseStudy .sliderwrap .contentholder .descp a.button {
  border-radius: 50px;
  background-color: transparent;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  line-height: 1px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #fff;
}

.single-case-study .CaseStudy:last-child {
  background-attachment: fixed;
}
@media (max-width: 1199.98px) {
  .single-case-study .CaseStudy:last-child {
    background-attachment: scroll;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .casestudy-seo #CaseStudy {
    height: 700px;
    overflow: hidden;
  }
  .casestudy-seo .CaseStudy {
    height: 700px !important;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #CaseStudy {
    background-attachment: unset;
  }
}
@media (max-width: 767.98px) {
  #CaseStudy {
    padding-top: 40px;
    min-height: 500px;
  }
}
@media (max-width: 1199.98px) {
  #CaseStudy:first-child {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #CaseStudy {
    height: 600px;
    overflow: hidden;
  }
  #CaseStudy .sliderwrap {
    height: 500px;
  }
  #CaseStudy .sliderwrap .contentholder {
    padding: 50px 0;
  }
  #CaseStudy .sliderwrap .contentholder .descp {
    width: 70%;
  }
  #CaseStudy .sliderwrap .contentholder .descp .img-wrap {
    width: 150px;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #CaseStudy {
    height: 700px;
    overflow: hidden;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .seo #CaseStudy .sliderwrap .contentholder .descp {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .single-case-study .CaseStudy.case-study-mobile {
    background-image: none !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 767.98px) {
  #CaseStudy .sliderwrap .contentholder {
    padding: 40px 0;
  }
  #CaseStudy .sliderwrap .contentholder .descp {
    width: 100%;
  }
}
@media (min-width: 1199.98px) {
  #CaseStudy .sliderwrap .contentholder .descp a.button:hover {
    background-color: #ffffff;
    transition: 0.5s;
    color: #00205c;
  }
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider {
  position: relative;
  background-color: white;
  opacity: 0;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider.swiper-slide-next, #ImgContentSlider .slider-wrapper .two-col-slider .each-slider.swiper-slide-prev {
  opacity: 0 !important;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap {
  margin-right: 40px;
  text-align: left;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap {
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 767.98px) {
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-eyebrow {
  color: #828282;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-title {
    font-size: 24px;
  }
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-description p {
  color: #53555f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-description .countUp {
  display: flex;
  list-style: none;
  margin: 0 0 17px;
  padding-left: 0;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-description .countUp li {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-right: 15px;
  max-width: 125px;
  vertical-align: top;
  margin-bottom: 13px;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-description .countUp li .count-wrap {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  width: 100%;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .text-wrap .intro-description .countUp li .count-wrap p {
  margin-bottom: 0;
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .img-wrap {
  margin-right: 10px;
  width: 500px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .img-wrap {
    flex: 1 1 50%;
    max-width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .img-wrap #ImgContentSlider .slider-wrapper .each-slider .img-wrap {
    max-width: 100%;
    width: 100%;
  }
}
#ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .img-wrap img {
  border-radius: 50%;
  height: auto;
  margin-bottom: 0;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .text-image-holder .img-wrap img {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .swiper-slide {
    padding-bottom: 0px;
  }
  #ImgContentSlider .slider-wrapper .two-col-slider .each-slider .swiper-slide .text-image-holder .img-wrap {
    margin-bottom: 0px;
  }
}
#ImgContentSlider .slider-wrapper .bx-wrapper .bx-pager {
  bottom: 0px;
}
#ImgContentSlider .slider-wrapper .bx-wrapper .bx-pager-item {
  margin: 0 5px;
}
#ImgContentSlider .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dadada;
}
#ImgContentSlider .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
#ImgContentSlider .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus,
#ImgContentSlider .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #575757;
}
#ImgContentSlider .slider-wrapper .two-col-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}
#ImgContentSlider .slider-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #dadada !important;
  opacity: 1;
}
#ImgContentSlider .slider-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, #ImgContentSlider .slider-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #575757 !important;
}
#ImgContentSlider .slider-wrapper .swiper-pagination {
  position: relative;
  bottom: -8px;
  margin-top: 30px;
}
#ImgContentSlider .slider-wrapper .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
#ImgContentSlider .slider-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
}
@keyframes modal-enter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes modal-leave {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.slider-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4), 0px 0px 0px 3000px rgba(0, 0, 0, 0.25);
}
.slider-modal .slider-wrapper {
  max-height: 90vh;
  max-width: 1280px;
  width: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) translateZ(0);
  position: relative;
  border-radius: 10px;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .slider-modal .slider-wrapper {
    max-height: calc(100vh - 45px);
    max-width: calc(100% - 45px);
  }
}
.slider-modal .slider-wrapper .title {
  font-size: 16px;
  padding: 20px;
  font-weight: normal;
  color: #929292;
}
.slider-modal .slider-wrapper .slides {
  position: relative;
  overflow: hidden;
  height: 90vh;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-modal .slider-wrapper .slides {
    height: 665px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-modal .slider-wrapper .slides {
    height: 710px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .slider-modal .slider-wrapper .slides {
    max-height: 100vh;
  }
}
.slider-modal .slider-wrapper .bx-viewport {
  min-height: 50vh;
  height: 90vh !important;
}
.slider-modal .slider-wrapper .ModalSlideWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  z-index: 1;
  background-color: #f8f7f7;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .slider-modal .slider-wrapper .ModalSlideWrap {
    flex-wrap: wrap;
    overflow: scroll;
    max-height: 100%;
  }
  .slider-modal .slider-wrapper .ModalSlideWrap .imgWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    height: 200px;
    flex: 1 100%;
    max-width: 100%;
  }
  .slider-modal .slider-wrapper .ModalSlideWrap .contentWrap {
    flex: 1 100%;
    max-width: 100%;
    background-color: #f8f7f7;
    height: auto;
  }
}
.slider-modal .slider-wrapper .ModalSlideWrap.active {
  z-index: 3;
  width: 100% !important;
}
.slider-modal .slider-wrapper .slider-image-caption {
  text-align: center;
  font-size: 14px;
  color: #777;
}
.slider-modal .slider-wrapper .close-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .slider-modal .slider-wrapper .close-icon {
    top: 20px;
    background-color: white;
  }
}
.slider-modal .slider-wrapper .close-icon:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: rgb(0, 0, 0);
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -1px;
  transform: rotate(45deg);
}
.slider-modal .slider-wrapper .close-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: rgb(0, 0, 0);
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -1px;
  transform: rotate(-45deg);
}
.slider-modal .slider-wrapper .close-icon:active {
  background: rgba(0, 0, 0, 0.1);
}
.slider-modal .slider-wrapper .nav-arrow {
  position: absolute;
  background: rgba(204, 204, 204, 0.7);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.slider-modal .slider-wrapper .nav-arrow:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .slider-modal .slider-wrapper .nav-arrow {
    background: transparent;
  }
}
.slider-modal .slider-wrapper .nav-arrow.right {
  right: 20px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .slider-modal .slider-wrapper .nav-arrow.right {
    right: 10px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .slider-modal .slider-wrapper .nav-arrow.right {
    right: 0px;
    bottom: 20px;
    top: unset;
  }
}
.slider-modal .slider-wrapper .nav-arrow.right i {
  transform: rotate(90deg) translate(-50%, -20%);
  position: relative;
  top: 50%;
  left: 20%;
}
.slider-modal .slider-wrapper .nav-arrow.left {
  left: 20px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .slider-modal .slider-wrapper .nav-arrow.left {
    left: 10px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .slider-modal .slider-wrapper .nav-arrow.left {
    left: 0px;
    bottom: 20px;
    top: unset;
  }
}
.slider-modal .slider-wrapper .nav-arrow.left i {
  transform: rotate(-90deg) translate(40%, 10%);
  position: relative;
  top: 50%;
  left: 20%;
}

.slider-modal.modal-active {
  display: block;
  animation-name: modal-enter;
  animation-iterations: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.slider-modal.modal-close {
  animation-name: modal-leave;
  animation-duration: 0.2s;
  animation-iterations: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.ModalSlideWrap {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #f8f7f7;
}
.ModalSlideWrap .imgWrap {
  flex: 1 50%;
  max-width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  height: 100%;
  display: flex;
}
.ModalSlideWrap .imgWrap img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ModalSlideWrap .imgWrap video {
  display: inline-block;
  height: auto;
  width: 100%;
}
.ModalSlideWrap .imgWrap video:focus-visible {
  border: none;
  outline: none;
}
.ModalSlideWrap .contentWrap {
  flex: 1 50%;
  max-width: 50%;
  background-color: #f8f7f7;
  height: auto;
}
.ModalSlideWrap .contentWrap .Content {
  background-color: #f8f7f7;
  padding: 0 70px;
  height: auto;
}
.ModalSlideWrap .contentWrap .Content h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.ModalSlideWrap .contentWrap .Content ul {
  list-style: none;
  margin: 0;
  font-family: "Poppins", sans-serif;
  padding-left: 0;
}
.ModalSlideWrap .contentWrap .Content ul li {
  color: #53555f;
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
  line-height: 1.5;
}
.ModalSlideWrap .contentWrap .Content ul li strong {
  font-weight: 600;
}

.react-responsive-modal-closeButton svg {
  width: 35px;
  height: 38px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ModalSlideWrap .imgWrap {
    height: 672px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ModalSlideWrap .imgWrap {
    height: 546px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .aiGrowth .react-responsive-modal-root .react-responsive-modal-modal {
    max-width: 1280px;
    width: 100%;
    border-radius: 0;
    padding: 0;
    max-height: 90vh;
    background-color: #f8f7f7;
  }
}
@media (max-width: 1199.98px) {
  .aiGrowth .react-responsive-modal-root .react-responsive-modal-modal {
    max-width: calc(100% - 45px);
    padding: 0;
    max-height: calc(100% - 45px);
    overflow: scroll;
    background-color: #f8f7f7;
  }
  .ModalSlideWrap .imgWrap img {
    width: auto;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ModalSlideWrap .contentWrap .Content {
    padding: 40px 62px 40px 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .ModalSlideWrap {
    flex-wrap: wrap;
    overflow: scroll;
    max-height: 100%;
  }
  .ModalSlideWrap .imgWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    height: 200px;
    flex: 1 100%;
    max-width: 100%;
  }
  .ModalSlideWrap .contentWrap {
    flex: 1 100%;
    max-width: 100%;
    background-color: #f8f7f7;
    height: auto;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#Banner {
  height: 500px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  background: rgb(211, 52, 46);
  background: linear-gradient(-40deg, rgb(211, 52, 46) 16%, rgb(249, 130, 0) 67%);
}
#Banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#Banner .container .banner-holder {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#Banner .container .banner-holder .images {
  position: relative;
  display: flex;
  justify-content: start;
}
#Banner .container .banner-holder .images .image-shape {
  display: inline-block;
  vertical-align: middle;
}
#Banner .container .banner-holder .images .image-shape.img-one {
  width: 59px;
  animation: slidein 3s;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#Banner .container .banner-holder .images .image-shape.img-two {
  width: 142px;
  margin-left: -16px;
  animation: slidein 3s;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#Banner .container .banner-holder .images .image-shape.img-three {
  width: 214px;
  margin-left: -65px;
  animation: slidein 3s;
  animation-delay: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#Banner .container .banner-holder .images .image-shape.img-four {
  width: 303px;
  margin-left: -109px;
  animation: slidein 3s;
  animation-delay: 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
#Banner .container .banner-holder .title {
  text-align: left;
  width: 50%;
  margin-left: 24px;
}
#Banner .container .banner-holder .title .banner-title h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
}
#Banner .container .banner-holder .title .banner-title p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
#Banner .container .banner-holder .title .banner-title a.button {
  border-radius: 50px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #fff;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}

#PageIntro {
  padding-bottom: 60px;
}
#PageIntro .cta .apply-cta {
  align-items: center;
  background: #d3342e;
  background: linear-gradient(-40deg, #d3342e 16%, #f98200 67%);
  border: 1px solid #ec671b;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  width: -moz-max-content;
  width: max-content;
}
#PageIntro .cta .apply-cta:hover {
  background: #fff;
  border: 1px solid #000;
  color: #00205c;
  transition: 0.5s;
}
#PageIntro h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
#PageIntro p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #53555f;
  margin-bottom: 0;
}

#team-gallery h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 34px;
}
#team-gallery .gallery {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 10px;
}
#team-gallery .gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
#team-gallery .gallery__item &gt; img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#team-gallery .gallery__item--hor {
  grid-column: span 2;
}
#team-gallery .gallery__item--vert {
  grid-row: span 2;
}
#team-gallery .gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-wrapper .primary-img {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gallery-wrapper .primary-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .gallery-wrapper .primary-img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .gallery-wrapper .primary-img img {
    width: 100%;
    height: auto;
  }
}
.gallery-wrapper .twogalleryimg {
  display: flex;
  flex-wrap: wrap;
  height: 210px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gallery-wrapper .twogalleryimg {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .gallery-wrapper .twogalleryimg {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}
.gallery-wrapper .twogalleryimg .secondaryimgone {
  width: 50%;
  height: 210px;
  max-width: calc(50% - 2px);
  margin-right: 2px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gallery-wrapper .twogalleryimg .secondaryimgone {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .gallery-wrapper .twogalleryimg .secondaryimgone {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}
.gallery-wrapper .twogalleryimg .secondaryimgone img {
  width: 100%;
  height: 210px;
}
@media (max-width: 767.98px) {
  .gallery-wrapper .twogalleryimg .secondaryimgone img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}
.gallery-wrapper .twogalleryimg .secondaryimgtwo {
  width: 50%;
  height: 210px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gallery-wrapper .twogalleryimg .secondaryimgtwo {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .gallery-wrapper .twogalleryimg .secondaryimgtwo {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}
.gallery-wrapper .twogalleryimg .secondaryimgtwo img {
  width: 100%;
  height: 210px;
}
@media (max-width: 767.98px) {
  .gallery-wrapper .twogalleryimg .secondaryimgtwo img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}
.gallery-wrapper .gallery-left {
  max-width: calc(50% - 2px);
  flex: 1 calc(50% - 2px);
  margin-right: 2px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gallery-wrapper .gallery-left {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .gallery-wrapper .gallery-left {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
  }
}
.gallery-wrapper .gallery-left .twogalleryimg {
  margin-top: 2px;
}
.gallery-wrapper .gallery-right {
  max-width: 50%;
  flex: 1 50%;
}
.gallery-wrapper .gallery-right .twogalleryimg {
  margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gallery-wrapper .gallery-right {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .gallery-wrapper .gallery-right {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0;
  }
}

#PagesecondIntro {
  padding-bottom: 60px;
}
#PagesecondIntro h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
#PagesecondIntro p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #53555f;
  margin-bottom: 22px;
}
#PagesecondIntro a.button {
  border-radius: 50px;
  background: rgb(211, 52, 46);
  background: linear-gradient(-40deg, rgb(211, 52, 46) 16%, rgb(249, 130, 0) 67%);
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  transition: 0.5s;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border: 1px solid #ec671b;
}

#openingsection {
  padding: 60px 0 40px;
  scroll-margin-top: 60px;
}
#openingsection h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 46px;
  line-height: 1.2;
}
#openingsection .openingswrap {
  display: flex;
  flex-wrap: wrap;
}
#openingsection .openingswrap .eachopening {
  max-width: calc(33.3333333333% - 22px);
  flex: 1 calc(33.3333333333% - 22px);
  border: 1px solid rgba(83, 85, 95, 0.2);
  border-radius: 20px;
  margin: 0 22px 22px 0;
  padding: 20px;
  transition: all 0.5s;
  vertical-align: top;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #openingsection .openingswrap .eachopening {
    max-width: calc(50% - 22px);
    flex: 1 calc(50% - 22px);
  }
}
#openingsection .openingswrap .eachopening p {
  color: #53555f;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 40px;
}
#openingsection .openingswrap .eachopening h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  min-height: 50px;
}

.angry-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  height: 500px;
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Banner {
    margin-bottom: 40px;
  }
  #Banner .container .banner-holder .images .image-shape.img-one {
    width: 30px;
  }
  #Banner .container .banner-holder .images .image-shape.img-one img {
    width: 30px;
    height: 200px;
  }
  #Banner .container .banner-holder .images .image-shape.img-two {
    width: 80px;
    margin-left: -10px;
  }
  #Banner .container .banner-holder .images .image-shape.img-two img {
    height: 200px;
    width: 80px;
  }
  #Banner .container .banner-holder .images .image-shape.img-three {
    width: 120px;
    margin-left: -45px;
  }
  #Banner .container .banner-holder .images .image-shape.img-three img {
    height: 200px;
    width: 120px;
  }
  #Banner .container .banner-holder .images .image-shape.img-four {
    width: 200px;
    margin-left: -45px;
  }
  #Banner .container .banner-holder .images .image-shape.img-four img {
    height: 200px;
    width: 200px;
  }
  #PageIntro {
    padding-bottom: 40px;
  }
  #ImgContentSlider {
    padding: 0 0 0px;
  }
  #ImgContentSlider .slider-wrapper .slick-slide {
    margin: 50px 30px 30px;
  }
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .text-wrap .animation-text p {
    margin-bottom: 10px;
  }
  #ImgContentSlider .slider-wrapper .slick-track {
    align-items: start;
  }
  #ImageDescColSection {
    padding-bottom: 30px;
  }
  #ImageDescColSection h2 {
    line-height: 1.3;
  }
  #ImageDescColSection .imgdesc-cardwrapper {
    gap: 0;
    flex-direction: column;
  }
  #ImageDescColSection .imgdesc-cardwrapper .image-desc-card {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 100%;
    margin: 0;
    display: flex;
  }
  #ImageDescColSection .imgdesc-cardwrapper .image-desc-card .img-wrap {
    text-align: center;
    flex: 1 100px;
    max-width: 100px;
    margin-right: 20px;
  }
  #ImageDescColSection .imgdesc-cardwrapper .image-desc-card .text-wrap {
    max-width: 60%;
    flex: 1 60%;
  }
  #team-gallery {
    padding-bottom: 20px;
  }
  #team-gallery .gallery-wrapper .primary-img {
    height: unset;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 0;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgone {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0px;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgone img {
    height: unset;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgtwo {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    width: 100%;
    max-width: 100%;
    flex: 1 100%;
    height: 100%;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgtwo img {
    height: unset;
  }
  #team-gallery .gallery-wrapper .gallery-left {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0px;
  }
  #team-gallery .gallery-wrapper .gallery-right {
    max-width: 100%;
    flex: 1 100%;
    margin-right: 0px;
  }
  #openingsection {
    padding: 40px 0 20px;
  }
  #openingsection .openingswrap .eachopening {
    max-width: 100%;
    flex: 1 100%;
  }
  #TextImageSection {
    padding-bottom: 40px;
  }
  #TextImageSection .text-image-holder .text-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }
  #TextImageSection .text-image-holder .img-wrap {
    width: 100vw;
    height: calc(100vw - 30px);
  }
  #PagesecondIntro {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #Banner {
    margin-bottom: 50px;
  }
  #PageIntro {
    padding-bottom: 50px;
  }
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .img-wrap {
    max-width: 30%;
    flex: 1 30%;
    padding-right: 20px;
  }
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .text-wrap {
    max-width: 70%;
    flex: 1 70%;
  }
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .text-wrap h3 {
    font-size: 24px;
  }
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .text-wrap .animation-text p {
    margin-bottom: 10px;
  }
  #ImageDescColSection {
    padding-bottom: 20px;
  }
  #team-gallery {
    padding-bottom: 50px;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgone {
    height: unset;
    line-height: 0;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgone img {
    height: unset;
    width: 100%;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgtwo {
    height: unset;
    line-height: 0;
  }
  #team-gallery .gallery-wrapper .twogalleryimg .secondaryimgtwo img {
    height: unset;
    width: 100%;
  }
  #team-gallery .gallery-wrapper .gallery-left {
    max-width: 100%;
    flex: 1 100%;
  }
  #team-gallery .gallery-wrapper .gallery-right {
    max-width: 100%;
    flex: 1 100%;
  }
  #openingsection {
    padding: 50px 0 30px;
  }
  #TextImageSection {
    padding-bottom: 50px;
  }
  #TextImageSection .text-image-holder .text-wrap {
    max-width: calc(50% - 10px);
    flex: 1 calc(50% - 10px);
    margin-right: 10px;
  }
  #TextImageSection .text-image-holder .img-wrap {
    max-width: 50%;
    width: 50%;
    margin-right: 0;
    height: unset;
  }
  #PagesecondIntro {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  #Banner {
    height: unset;
    padding: 100px 0;
  }
  #Banner .container .banner-holder .images {
    margin-bottom: 20px;
  }
  #Banner .container .banner-holder .title {
    width: 100%;
    margin-left: 0;
  }
  #Banner .container .banner-holder .title .banner-title h1 {
    font-size: 38px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 1099.98px) {
  #Banner .container .banner-holder {
    position: relative;
    top: unset;
    transform: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Banner .container .banner-holder .images {
    max-width: 50%;
  }
  #Banner .container .banner-holder .images .image-shape.img-one {
    width: 49px;
  }
  #Banner .container .banner-holder .images .image-shape.img-one img {
    width: 49px;
    height: 280px;
  }
  #Banner .container .banner-holder .images .image-shape.img-two {
    width: 112px;
  }
  #Banner .container .banner-holder .images .image-shape.img-two img {
    width: 112px;
    height: 280px;
  }
  #Banner .container .banner-holder .images .image-shape.img-three {
    width: 174px;
  }
  #Banner .container .banner-holder .images .image-shape.img-three img {
    width: 174px;
    height: 280px;
  }
  #Banner .container .banner-holder .images .image-shape.img-four {
    width: 280px;
  }
  #Banner .container .banner-holder .images .image-shape.img-four img {
    width: 280px;
    height: 280px;
  }
  #Banner .container .banner-holder .title .banner-title h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  #Banner .container .banner-holder .title .banner-title p {
    font-size: 20px;
  }
  #ImgContentSlider .slider-wrapper .slick-dots {
    max-width: unset;
    width: unset;
    bottom: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #Banner .container .banner-holder .title .banner-title h1 {
    line-height: 1.2;
  }
}
@media (min-width: 1199.98px) {
  #Banner .container .banner-holder .title .banner-title a.button:hover {
    background-color: #fff;
    transition: 0.5s;
    color: #00205c;
  }
  #ImgContentSlider {
    padding: 0 0 40px;
  }
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .text-wrap button:hover {
    border: 1px solid #000;
    background-color: #000;
    transition: 0.5s;
    color: #ffffff;
  }
  #TextImageSection .text-image-holder .text-wrap a.button:hover {
    background: #fff;
    transition: 0.3s;
    color: #00205c;
    border: 1px solid #000;
  }
  #PagesecondIntro a.button:hover {
    background: #fff;
    transition: 0.5s;
    color: #00205c;
    border: 1px solid #000;
  }
  #contactus-section a.button:hover {
    background-color: #fff;
    transition: 0.5s;
    color: #00205c;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #PageIntro {
    padding-bottom: 50px;
  }
  #ImgContentSlider .slider-wrapper .slick-dots {
    max-width: unset;
    width: unset;
    margin: 0;
    bottom: 60px;
  }
  #ImageDescColSection h2 {
    line-height: 1.3;
  }
  #ImageDescColSection .imgdesc-cardwrapper {
    gap: 0;
    flex-wrap: wrap;
  }
  #ImageDescColSection .imgdesc-cardwrapper .image-desc-card {
    max-width: calc(33.33% - 20px);
    flex: 1 50%;
  }
  #team-gallery .gallery-wrapper .primary-img {
    height: unset;
    line-height: 0;
  }
  #team-gallery .gallery-wrapper .primary-img img {
    width: 100%;
  }
  #PagesecondIntro {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  #PageIntro h2 {
    font-size: 32px;
  }
  #openingsection h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  #TextImageSection .text-image-holder .text-wrap h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  #PagesecondIntro h2 {
    font-size: 32px;
  }
  #contactus-section h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  #ImgContentSlider.home-testimonial .slider-wrapper .each-slider .slider-content .content-wrap {
    width: 38%;
  }
  #ImgContentSlider.home-testimonial .slider-wrapper .each-slider .banner-cover::before {
    height: 100%;
  }
  #ImgContentSlider .slider-wrapper .slick-dots {
    max-width: unset;
    width: unset;
    bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  #ImgContentSlider .slider-wrapper .each-slider {
    padding-bottom: 20px;
  }
  #ImgContentSlider .slider-wrapper .each-slider .img-wrap {
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  #ImgContentSlider .slider-wrapper .each-slider .img-wrap img {
    max-width: 100%;
  }
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .text-wrap {
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
  }
  #TextImageSection {
    padding-bottom: 40px;
  }
  #TextImageSection .text-image-holder .img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  #TextImageSection .text-image-holder .img-wrap img {
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  #ImgContentSlider .slider-wrapper .each-slider .text-image-holder .text-wrap .animation-text h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  #ImgContentSlider .slider-wrapper .slick-dots {
    max-width: unset;
    width: unset;
    margin: 0 15px;
    bottom: 50px;
    left: 45%;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #ImgContentSlider .slider-wrapper .slick-dots {
    max-width: unset;
    width: unset;
    bottom: 55px;
  }
}
@media (min-width: 1400px) {
  #ImgContentSlider .slider-wrapper .slick-dots {
    max-width: unset;
    width: unset;
  }
}
@media only screen and (min-width: 0) and (max-width: 767.98px) and (orientation: landscape) {
  #TextImageSection .text-image-holder .img-wrap {
    width: 500px;
    height: 500px;
  }
}
#PageIntro {
  padding-bottom: 60px;
}

@media (max-width: 1199.98px) {
  #PageIntro {
    padding-bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #PageIntro {
    padding-bottom: 40px;
  }
  #Banner .container .banner-holder .title .banner-title p br {
    display: none;
  }
}
#PageIntro h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  #PageIntro h2 {
    font-size: 32px;
  }
}
#PageIntro h4 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  #PageIntro h4 {
    font-size: 24px;
  }
}
#PageIntro p {
  font-size: 18px;
  font-weight: 300;
  color: #53555f;
  margin-bottom: 30px;
}

.career-template-default #Banner {
  margin-bottom: 40px;
}
.career-template-default #PageIntro .careers-bread-crumb {
  padding-bottom: 40px;
  font-size: 14px;
}
.career-template-default #PageIntro .careers-bread-crumb a {
  color: #d8342f;
  font-weight: 600;
}
.career-template-default ul {
  margin-bottom: 26px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .career-template-default ul {
    margin-bottom: 23px;
  }
}
.career-template-default .career-heading {
  margin-bottom: 17px;
}

#warkato-header {
  padding: 20px 0;
}

header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
  left: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s;
}
header .header-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  transition: all 0.3s;
}
@media (min-width: 0) and (max-width: 767.98px) {
  header .logo {
    width: 150px;
  }
}
header .header-desktop-menu .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
header .header-desktop-menu .menu li {
  display: block;
  margin-bottom: 0;
  position: relative;
}
header .header-desktop-menu .menu li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  position: relative;
  padding: 10px 22px;
  letter-spacing: 0.8px;
}
header .header-desktop-menu .menu li .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: white;
  margin-top: 0;
  width: 250px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  padding: 15px 25px;
  z-index: 99;
  top: 90%;
}
header .header-desktop-menu .menu li .sub-menu li {
  display: block;
  text-align: left;
}
header .header-desktop-menu .menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

body.sticky-header header {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
body.sticky-header .logo {
  width: 200px;
  transition: all 0.3s;
}

.header-mobile-menu {
  display: none;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .header-mobile-menu {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 1199.98px) {
  .header-desktop-menu {
    display: none;
  }
  #sm_menu_ham {
    z-index: 9999999 !important;
    top: 40px !important;
  }
  #sm_menu_ham span {
    background-color: #000000 !important;
  }
  .sm_menu_outer {
    height: 100vh !important;
    bottom: auto !important;
    top: 0 !important;
  }
  .sm_menu_outer.active {
    z-index: 999999 !important;
  }
  #sm_menu_ham.open span {
    background-color: #ffffff !important;
  }
  .sm_menu_outer.active .menu {
    padding: 80px 0 0 0 !important;
    margin: 0;
    height: 100%;
  }
  .sm_menu_outer .menu li {
    -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #fff 20%, #fff 50%, #fff 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0 !important;
       border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #fff 20%, #fff 50%, #fff 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0 !important;
  }
  .sm_menu_outer.slide .menu li.hasChild &gt; a {
    background: url(../images/next.png) no-repeat scroll 95% center/5% auto !important;
  }
  .sm_menu_outer .menu li.back a {
    background: url(../images/back.png) no-repeat scroll 15px center/5% auto !important;
  }
  .sm_menu_outer.slide .menu .sub-menu {
    padding: 80px 0 0 0;
    margin: 0;
  }
}
.menu-wrap ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 0;
}
.menu-wrap ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.menu-wrap ul li a {
  color: #000000;
  text-decoration: none;
}
.menu-wrap ul li a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.menu-wrap ul li a.menu-cta {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 8px 28px;
  display: inline-block;
  transition: all 0.3s;
  height: 50px;
  line-height: 35px;
  opacity: 1;
  font-weight: 700;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .menu-wrap ul li a.menu-cta {
    font-size: 16px;
    padding: 5px 16px;
    height: 44px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    border-radius: unset !important;
  }
}
.menu-wrap ul li a.menu-cta:hover {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s;
}
.menu-wrap ul li a.menu-cta:hover img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.menu-wrap ul li a.menu-cta-with-icon span {
  margin-left: 10px;
  vertical-align: middle;
}
.menu-wrap ul li a.menu-cta-with-icon:hover img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

@media (min-width: 0) and (max-width: 767.98px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .footer-top .footer-description {
  padding: 38px 0 26px;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .footer .footer-top .footer-description {
    flex-wrap: wrap;
    padding: 24px 0;
  }
}
.footer .footer-top .footer-description .lhs-wrap {
  padding: 0 39px 0 0;
  border-right: 1px solid rgba(102, 102, 102, 0.5);
  flex: 1 80%;
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .footer .footer-top .footer-description .lhs-wrap {
    padding: 0 30px 0 0;
    flex: 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-top .footer-description .lhs-wrap {
    border: unset;
    margin-bottom: 24px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .footer-top .footer-description .lhs-wrap {
    border-right: 1px solid rgba(102, 102, 102, 0.5);
    padding: 0 30px 0 0;
    flex: 1 70%;
    max-width: 70%;
  }
}
.footer .footer-top .footer-description .lhs-wrap ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.footer .footer-top .footer-description .lhs-wrap p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.footer .footer-top .footer-description .rhs-wrap {
  padding-left: 44px;
  flex: 1 20%;
  max-width: 20%;
  align-self: flex-end;
}
@media (max-width: 767.98px) {
  .footer .footer-top .footer-description .rhs-wrap {
    padding-left: 30px;
    flex: 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-top .footer-description .rhs-wrap {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .footer-top .footer-description .rhs-wrap {
    padding-left: 30px;
    flex: 1 30%;
    max-width: 30%;
  }
}
.footer .footer-top .footer-description .rhs-wrap p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.footer .footer-top .footer-description .rhs-wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-description .rhs-wrap ul li {
  list-style-type: none;
  padding: 0;
}
.footer .footer-top .footer-description .rhs-wrap ul li:last-child {
  margin-right: 0;
}
.footer .footer-top .footer-description .rhs-wrap ul li a {
  color: #000000;
}
.footer .footer-top .footer-description .rhs-wrap ul li a span i {
  font-size: 20px;
  color: #ffffff;
}
.footer .footer-top .footer-description .rhs-wrap ul li a span.social-img {
  width: 20px;
  display: block;
}
.footer .footer-top .footer-description .rhs-wrap ul li a span.social-img img {
  width: 100%;
  height: auto;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .footer-bottom {
    padding-bottom: unset;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-bottom {
    flex-wrap: wrap;
  }
}
.footer .footer-bottom p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom p {
    margin-bottom: 20px;
  }
}
.footer .footer-bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-bottom ul li {
  margin: 0;
  padding: 0 0 0 45px;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom ul li {
    padding-left: unset;
    padding-right: 25px;
  }
}
.footer .footer-bottom ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  text-decoration: none;
}

.p2lib-form {
  margin: 0 auto;
}
.p2lib-form form .form-group label {
  display: block;
}
.p2lib-form form .form-group span {
  display: block;
}
.p2lib-form form .form-group input {
  padding: 8px 8px;
}
.p2lib-form form .submit-wrap input {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 30px;
  background-color: #000000;
  border: 1px solid #000000;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all;
  cursor: pointer;
}
.p2lib-form form .submit-wrap input span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.p2lib-form form .submit-wrap input img,
.p2lib-form form .submit-wrap input i {
  margin-left: 10px;
}
.p2lib-form form .submit-wrap input.rounded-btn {
  border-radius: 45px;
}
.p2lib-form form .submit-wrap input.menu-cta.rounded-btn {
  border-radius: 45px;
}
.p2lib-form form .submit-wrap input:hover {
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  transition: 0.3s all;
  border: 1px solid #000000;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .p2lib-form form .submit-wrap input:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.p2lib-form form .submit-wrap input:hover img {
  transition: 0.3s all;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .p2lib-form form .submit-wrap input:hover img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
  }
}

#TextImageSection {
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #TextImageSection {
    padding-bottom: 110px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #TextImageSection {
    padding-bottom: 100px;
  }
}
#TextImageSection .text-image-holder {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
#TextImageSection .text-image-holder .text-wrap {
  margin-right: 30px;
  text-align: left;
  max-width: 50%;
  flex: 50%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #TextImageSection .text-image-holder .text-wrap {
    flex: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
#TextImageSection .text-image-holder .text-wrap .two-column-case-section-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #TextImageSection .text-image-holder .text-wrap .two-column-case-section-title {
    font-size: 32px;
  }
}
#TextImageSection .text-image-holder .text-wrap p {
  color: #53555f;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
#TextImageSection .text-image-holder .text-wrap ul {
  list-style-type: none;
  margin: 0;
  margin-top: 5px;
}
#TextImageSection .text-image-holder .text-wrap ul .bullet-point li {
  margin-bottom: 12px;
  color: #53555f;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
#TextImageSection .text-image-holder .img-wrap {
  font-size: 0;
  position: relative;
}
@media (min-width: 768px) {
  #TextImageSection .text-image-holder .img-wrap {
    max-width: calc(50% - 30px);
  }
}
#TextImageSection .text-image-holder .img-wrap .image-container {
  position: relative;
}
#TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy {
  bottom: -28px;
  cursor: pointer;
  height: 250px;
  left: unset;
  position: absolute;
  right: -48px;
  text-align: left;
  top: unset;
  transition: 0.3s ease-out;
  max-width: 250px;
  width: 250px;
  flex: 1 1 250px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy {
    height: 200px;
    right: 0;
    max-width: 200px;
    width: 200px;
    flex: 1 1 200px;
    bottom: -78px;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  #TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy {
    height: 200px;
    right: 0;
    max-width: 200px;
    width: 200px;
    flex: 1 1 200px;
    bottom: -78px;
  }
}
#TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy .casestudy {
  background: linear-gradient(140deg, rgba(100, 65, 165, 0.95) 10%, rgba(211, 52, 46, 0.95));
  border-radius: 50%;
  height: 200px;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  width: 200px;
  will-change: transform, width, height;
}
@media (min-width: 1200px) {
  #TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy .casestudy:hover {
    height: 250px;
    transition: 0.5s;
    width: 250px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  #TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy .casestudy {
    top: unset;
    transform: translateX(-50%);
  }
}
#TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy .casestudy .case-wrap {
  left: 50%;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
}
#TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy .casestudy .case-wrap p {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
}
#TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy .casestudy .case-wrap .tertiary-cta {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: var(--font-poppins);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
#TextImageSection .text-image-holder .img-wrap .image-container .floating-casestudy .casestudy .case-wrap .tertiary-cta i {
  margin-left: 10px;
  transition: 0.5s;
}

.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap {
  flex-wrap: nowrap;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap {
    flex-wrap: wrap;
  }
}
.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container {
  position: relative;
}
.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy {
  bottom: -28px;
  cursor: pointer;
  height: 250px;
  left: unset;
  position: absolute;
  right: -48px;
  text-align: left;
  top: unset;
  transition: 0.3s ease-out;
  max-width: 250px;
  width: 250px;
  flex: 1 1 250px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy {
    height: 200px;
    right: 0;
    max-width: 200px;
    width: 200px;
    flex: 1 1 200px;
    bottom: -78px;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy {
    height: 200px;
    right: 0;
    max-width: 200px;
    width: 200px;
    flex: 1 1 200px;
    bottom: -78px;
  }
}
.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy .casestudy {
  background: linear-gradient(140deg, rgba(100, 65, 165, 0.95) 10%, rgba(211, 52, 46, 0.95));
  border-radius: 50%;
  height: 200px;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  width: 200px;
  will-change: transform, width, height;
}
@media (min-width: 1200px) {
  .elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy .casestudy:hover {
    height: 250px;
    transition: 0.5s;
    width: 250px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy .casestudy {
    top: unset;
    transform: translateX(-50%);
  }
}
.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy .casestudy .case-wrap {
  left: 50%;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
}
.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy .casestudy .case-wrap p {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy .casestudy .case-wrap .tertiary-cta {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: var(--font-poppins);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
.elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .image-container .floating-casestudy .casestudy .case-wrap .tertiary-cta i {
  margin-left: 10px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .elementor-widget-p2lib-accordian-with-casestudy .accordion-wrap .img-wrap {
    max-width: calc(50% - 30px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .threed-product .layout-2-column .column-fiftyfifty.img-right .lhs-wrap {
    border-radius: 50%;
    overflow: hidden;
    height: 345px;
  }
  .threed-product .layout-2-column .column-fiftyfifty.img-right .lhs-wrap iframe {
    max-width: 100%;
    width: 350px;
    margin-top: -80px;
  }
}

.contact-us-wrapper {
  padding: 60px 0;
}
@media (min-width: 992px) and (max-width: 1198.98px) {
  .contact-us-wrapper {
    flex-direction: row !important;
  }
}
.contact-us-wrapper h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: left !important;
}
.contact-us-wrapper form {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.contact-us-wrapper form label {
  margin-bottom: 0;
  color: #53555f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-size: 14px;
}
.contact-us-wrapper form label span {
  font-size: 14px;
  color: #53555f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  display: inline-block;
}
.contact-us-wrapper form .hs-richtext h3 {
  text-align: left !important;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.contact-us-wrapper form input {
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #53555f;
  height: 26px;
  padding: 0;
  padding-left: 10px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 15px;
  max-width: 100%;
  outline: none;
}
.contact-us-wrapper form input[type=submit] {
  background-color: #d8342f;
  border-bottom: 0;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin-top: 30px;
  padding: 12px 50px;
  width: auto;
}
.contact-us-wrapper form .condition {
  display: block;
  margin-top: 15px;
}
.contact-us-wrapper form .condition label {
  padding-left: 10px;
  width: 95%;
  display: inline-block;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
.contact-us-wrapper form .condition label a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}
.contact-us-wrapper form .condition input {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: auto;
}
.contact-us-wrapper form ul.hs-error-msgs {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  bottom: 0;
}
.contact-us-wrapper form ul.hs-error-msgs li {
  margin-bottom: 0;
}
.contact-us-wrapper form ul.hs-error-msgs li label {
  color: #d8342f;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  top: 4px;
}
@media (min-width: 992px) and (max-width: 1198.98px) {
  .contact-us-wrapper form ul.hs-error-msgs li label {
    font-size: 11px;
  }
}
.contact-us-wrapper form .legal-consent-container ~ .hs_recaptcha {
  width: 100%;
}
.contact-us-wrapper form .legal-consent-container ul {
  padding-left: 0;
  margin: 0 0 10px;
  list-style: none;
}
.contact-us-wrapper form .legal-consent-container ul li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-us-wrapper form .legal-consent-container ul li label input {
  width: 10px;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin: 2px 0 0;
}
@media (min-width: 0) and (max-width: 767.98px) and (orientation: landscape) {
  .contact-us-wrapper form .legal-consent-container ul li label input {
    margin: 5px 0 0;
  }
}
.contact-us-wrapper form .legal-consent-container ul li label span p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000000;
  line-height: 1.4;
  display: inline-block;
}
.contact-us-wrapper form .legal-consent-container ul li label span a {
  font-weight: 600;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.contact-us-wrapper form .hs_submit .actions {
  padding: 10px 0 0 0;
  margin: 0;
}
.contact-us-wrapper form .hs_submit .actions input[type=submit] {
  background: none;
  border-bottom: 0;
  background-color: #d8342f;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
  cursor: pointer;
  padding: 12px 50px;
  display: block;
  height: 38px;
  width: auto;
  text-shadow: none;
}
.contact-us-wrapper .hs_website {
  margin-bottom: 0 !important;
}
.contact-us-wrapper .legal-consent-container .hs-richtext {
  display: none;
}
.contact-us-wrapper .address h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.contact-us-wrapper .each-address {
  background: rgba(83, 85, 95, 0.05);
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  margin-bottom: 20px;
}
.contact-us-wrapper .each-address h4 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-us-wrapper .each-address p {
  font-size: 16px;
  color: #53555f;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
.contact-us-wrapper .each-address .tel {
  min-height: 50px;
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.contact-us-wrapper .each-address .tel a {
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
}
.contact-us-wrapper .each-address .tel a:nth-child(2) {
  display: block;
  margin-left: 30px;
}
.contact-us-wrapper .each-address .tel a br {
  display: none;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .contact-us-wrapper .each-address .tel a br {
    display: block;
  }
}
.contact-us-wrapper .each-address .tel a.phone-two {
  margin-left: 30px;
}
@media (min-width: 0) and (max-width: 767.98px) and (orientation: landscape) {
  .contact-us-wrapper .each-address .tel a.phone-two {
    margin-left: 33px;
  }
}
.contact-us-wrapper .submitted-message {
  position: static;
  top: 50%;
  transform: none;
  font-size: 36px !important;
  font-weight: 700;
}
.contact-us-wrapper .contact-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.contact-us-wrapper .contact-form {
  width: calc(100% - 480px);
}
.contact-us-wrapper .contact-location {
  width: 400px;
  text-align: left;
}
.contact-us-wrapper .hs-form-field {
  display: flex;
  margin-right: 15px;
  width: calc(50% - 23px);
  flex-direction: column;
  position: relative;
  align-items: start;
}
.contact-us-wrapper .hs-form-field.hs_industry_picklist {
  margin-bottom: 40px;
}
.contact-us-wrapper .hs-form-field.hs_industry_picklist label {
  margin-bottom: 5px;
}
.contact-us-wrapper .hs-form-field.hs_industry_picklist select {
  padding: 12px 10px;
  width: 250px;
  border-radius: 20px;
}
.contact-us-wrapper .hs-form-field.hs_industry_picklist .ul.no-list.hs-error-msgs.inputs-list {
  bottom: -20px !important;
}
.contact-us-wrapper .hs-form-field .input {
  width: 100%;
}
.contact-us-wrapper .hs_firstname {
  margin-right: 15px;
}
.contact-us-wrapper .hs_job_title {
  margin-right: 15px;
}
.contact-us-wrapper .hs_email {
  margin-right: 15px;
}
.contact-us-wrapper .hs_lastname {
  margin-left: 15px;
}
.contact-us-wrapper .hs-phone {
  margin-left: 15px;
}
.contact-us-wrapper .hs_company {
  margin-left: 15px;
}
.contact-us-wrapper a.second-contact {
  margin-left: 30px;
}
.contact-us-wrapper.healthcare .hs_company {
  margin-left: 0px;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .contact-us-wrapper.healthcare .hs_company {
    margin-right: 0;
  }
}
.contact-us-wrapper.healthcare .hs_email {
  margin-left: 15px;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .contact-us-wrapper.healthcare .hs_email {
    margin-left: 0;
  }
}
.contact-us-wrapper.healthcare .hs-phone {
  margin-left: 0;
}
.contact-us-wrapper.healthcare .hs-form-field.hs_industry_picklist {
  width: 100%;
}
.contact-us-wrapper.healthcare .hs_send_me_the_healthcare_white_paper ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.contact-us-wrapper.healthcare .hs_send_me_the_healthcare_white_paper ul li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-us-wrapper.healthcare .hs_send_me_the_healthcare_white_paper ul li label input {
  width: 10px;
  height: 12px;
  margin: 0 10px 0 0;
}
.contact-us-wrapper.healthcare .hs_send_me_the_healthcare_white_paper ul li label span {
  color: #000000;
  line-height: 1.4;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 1199.98px) {
  .contact-us-wrapper form .hs_submit .actions input[type=submit]:hover {
    opacity: 0.8;
    box-shadow: none;
  }
  .contact-us-wrapper .each-address .tel a:hover {
    text-decoration: none;
    color: #d8342f;
    transition: all 0.3s;
  }
  #InnerPageForm input[type=submit]:hover {
    background: rgba(216, 52, 47, 0.9);
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .contact-us-wrapper {
    padding: 30px 0;
  }
  .contact-us-wrapper .address {
    padding-top: 30px;
  }
  .contact-us-wrapper .submitted-message {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
  .contact-us-wrapper .contact-holder {
    flex-direction: column;
    gap: 0;
  }
  .contact-us-wrapper .contact-form {
    width: 100%;
  }
  .contact-us-wrapper .contact-location {
    width: 100%;
  }
  .contact-us-wrapper .hs_firstname {
    margin-right: 0;
    width: 100%;
  }
  .contact-us-wrapper .hs_job_title {
    margin-right: 0;
    width: 100%;
  }
  .contact-us-wrapper .hs_email {
    margin-right: 0;
    width: 100%;
  }
  .contact-us-wrapper .hs_lastname {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-us-wrapper .hs-phone {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-us-wrapper .hs_company {
    width: 100%;
    margin-left: 0;
  }
  .contact-us-wrapper a.second-contact {
    margin-left: 30px;
    margin-top: 8px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-us-wrapper .submitted-message {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
  .contact-us-wrapper .contact-holder {
    flex-direction: column;
    gap: 0;
  }
  .contact-us-wrapper .contact-form {
    width: 100%;
  }
  .contact-us-wrapper .contact-location {
    width: 100%;
  }
  .contact-us-wrapper .hs_firstname {
    margin-right: 0;
    width: 100%;
  }
  .contact-us-wrapper .hs_job_title {
    margin-right: 0;
    width: 100%;
  }
  .contact-us-wrapper .hs_email {
    margin-right: 0;
    width: 100%;
  }
  .contact-us-wrapper .hs_lastname {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-us-wrapper .hs-phone {
    margin-right: 0;
    width: 100%;
    margin-left: 0;
  }
  .contact-us-wrapper .hs_company {
    width: 100%;
    margin-left: 0;
  }
  .contact-us-wrapper a.second-contact {
    margin-left: 30px;
    margin-top: 8px;
    display: inline-block;
  }
  .contact-us-wrapper .each-address {
    width: calc(50% - 18px);
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    height: 250px;
  }
  .contact-us-wrapper .each-address.us {
    margin-right: 15px;
  }
  .contact-us-wrapper .each-address.india {
    margin-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-us-wrapper .submitted-message {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
}
ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  position: absolute;
}

ul.no-list.hs-error-msgs.inputs-list li {
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 992px) and (max-width: 1198.98px) {
  ul.no-list.hs-error-msgs.inputs-list li label {
    font-size: 11px;
  }
}

.hs_error_rollup {
  display: none;
}

.fe-list {
  display: none;
}

.formpopup {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.formpopup form {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.formpopup form label {
  margin-bottom: 0;
  color: #53555f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-size: 14px;
}
.formpopup form label span {
  font-size: 14px;
  color: #53555f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  display: inline-block;
}
.formpopup form .hs-richtext h3 {
  text-align: left !important;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.formpopup form input {
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #53555f;
  height: 26px;
  padding: 0;
  padding-left: 10px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 15px;
  max-width: 100%;
  outline: none;
}
.formpopup form input[type=submit] {
  background-color: #d8342f;
  border-bottom: 0;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin-top: 30px;
  padding: 12px 50px;
  width: auto;
}
.formpopup form .condition {
  display: block;
  margin-top: 15px;
}
.formpopup form .condition label {
  padding-left: 10px;
  width: 95%;
  display: inline-block;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
.formpopup form .condition label a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}
.formpopup form .condition input {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: auto;
}
.formpopup form ul.hs-error-msgs {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  top: 40px;
}
.formpopup form ul.hs-error-msgs li {
  margin-bottom: 0;
  line-height: 1;
}
.formpopup form ul.hs-error-msgs li label {
  color: #d8342f;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  top: 4px;
}
@media (min-width: 992px) and (max-width: 1198.98px) {
  .formpopup form ul.hs-error-msgs li label {
    font-size: 11px;
  }
}
.formpopup form .legal-consent-container ~ .hs_recaptcha {
  width: 100%;
}
.formpopup form .legal-consent-container ul {
  padding-left: 0;
  margin: 0 0 10px;
  list-style: none;
}
.formpopup form .legal-consent-container ul li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.formpopup form .legal-consent-container ul li label input {
  width: 10px;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin: 2px 0 0;
}
@media (min-width: 0) and (max-width: 767.98px) and (orientation: landscape) {
  .formpopup form .legal-consent-container ul li label input {
    margin: 5px 0 0;
  }
}
.formpopup form .legal-consent-container ul li label span p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000000;
  line-height: 1.4;
  display: inline-block;
  width: 90%;
}
.formpopup form .legal-consent-container ul li label span a {
  font-weight: 600;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.formpopup form .hs_submit .actions {
  padding: 10px 0 0 0;
  margin: 0;
}
.formpopup form .hs_submit .actions input[type=submit] {
  background: none;
  border-bottom: 0;
  background-color: #d8342f;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
  cursor: pointer;
  padding: 12px 50px;
  display: block;
  height: 38px;
  width: auto;
  text-shadow: none;
}
.formpopup form .hs-form-field {
  display: flex;
  width: calc(50% - 23px);
  flex-direction: column;
  position: relative;
  align-items: start;
}
.formpopup form .hs-form-field.hs_industry_picklist {
  margin-bottom: 40px;
}
.formpopup form .hs-form-field.hs_industry_picklist label {
  margin-bottom: 5px;
}
.formpopup form .hs-form-field.hs_industry_picklist input:focus-visible {
  outline: none;
}
.formpopup form .hs-form-field.hs_industry_picklist select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
}
.formpopup form .hs-form-field.hs_industry_picklist select:focus-visible {
  outline: none;
}
.formpopup form .hs-form-field.hs_industry_picklist .ul.no-list.hs-error-msgs li label {
  top: 20px;
}
.formpopup form .hs-form-field .input {
  width: 100%;
}
.formpopup form .hs_firstname {
  margin-right: 15px;
}
.formpopup form .hs_lastname {
  margin-left: 15px;
}
.formpopup form .hs_company {
  margin-right: 15px;
}
.formpopup form .hs_email {
  margin-left: 15px;
}
.formpopup form .hs-phone {
  margin-right: 15px;
}
.formpopup form .hs_industry_picklist {
  margin-left: 15px;
}
.formpopup form .hs_industry_picklist ul.hs-error-msgs {
  top: 42px;
}
.formpopup form .hs_send_me_the_healthcare_white_paper .hs-form-booleancheckbox {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.formpopup form .hs_send_me_the_healthcare_white_paper .hs-form-booleancheckbox label input {
  width: 10px;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin: 2px 0 0;
}
.formpopup form .hs_send_me_the_healthcare_white_paper .hs-form-booleancheckbox label span {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000000;
  line-height: 1.4;
}
.formpopup form .legal-consent-container .hs-richtext {
  display: none;
}
.formpopup button.mfp-close {
  font-size: 0;
}
.formpopup button.mfp-close::before {
  color: #ffffff;
  top: -20px;
  right: 20px;
}

@media (min-width: 1199.98px) {
  .formpopup form .hs_submit .actions input[type=submit]:hover {
    opacity: 0.8;
    box-shadow: none;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .formpopup {
    width: 95%;
    padding: 20px;
  }
  .formpopup form .hs-form-field {
    width: 100%;
  }
  .formpopup form .hs_firstname {
    margin-right: 0;
  }
  .formpopup form .hs_lastname {
    margin-left: 0;
  }
  .formpopup form .hs_company {
    margin-right: 0;
  }
  .formpopup form .hs_email {
    margin-left: 0;
  }
  .formpopup form .hs-phone {
    margin-right: 0;
  }
  .formpopup form .hs_industry_picklist {
    margin-left: 0;
  }
  .formpopup button.mfp-close::before {
    top: -50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .formpopup {
    width: 95%;
    padding: 30px;
  }
  .formpopup button.mfp-close::before {
    top: -50px;
  }
}
.page-id-30964 #Header,
.page-id-21792 #Header {
  z-index: 999999;
}
.page-id-30964 .mfp-wrap,
.page-id-21792 .mfp-wrap {
  z-index: 9999999999 !important;
}
.page-id-30964 .mfp-bg,
.page-id-21792 .mfp-bg {
  overflow: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
        * Remove all paddings around the image on small screen
        */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translateZ(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../assets/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
JQuery Simple MobileMenu
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body {
  overflow-x: hidden;
}

body.mmactive {
  overflow: hidden;
}

.header-mobile-menu menu {
  display: none;
  position: relative;
}

.sm_menu_outer.active .menu {
  display: block;
}

.sm_menu_outer {
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.2s;
}

.sm_menu_outer.active {
  opacity: 1;
  z-index: 999;
}

.sm_menu_outer .menu li.back a {
  padding: 20px 5px 20px 55px;
  background: url("../images/back.png") no-repeat scroll 15px center/5% auto;
}

.sm_menu_outer .menu a {
  color: #ffffff;
  display: block;
  font: 300 18px/140% "Lato", sans-serif;
  letter-spacing: 1px;
  padding: 20px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

/*Sub Menu anim */
.sm_menu_outer.slide .menu .sub-menu {
  background-color: #000000;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}

.sm_menu_outer.slide .menu li.active &gt; .sub-menu {
  right: 0;
}

.sm_menu_outer .menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  color: #ffffff;
}

.sm_menu_outer.slide .menu li.hasChild &gt; a {
  background: url("../images/next.png") no-repeat scroll 95% center/5% auto;
}

/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

#sm_menu_ham span {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}

#sm_menu_ham span:nth-child(1) {
  top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}

#sm_menu_ham span:nth-child(4) {
  top: 20px;
}

#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}

#sm_menu_ham.open span:nth-child(2) {
  transform: rotate(45deg);
}

#sm_menu_ham.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

.sm_menu_outer.accordion .menu .sub-menu,
.sm_menu_outer.accordion .menu li.hasChild ul.sub-menu {
  display: none;
}

.sm_menu_outer.accordion .menu .hasChild &gt; .sub-menu li {
  padding-left: 20px;
}

.sm_menu_outer.accordion .menu li.active &gt; .sub-menu {
  right: auto;
}

.sm_menu_outer.accordion .menu li.hasChild &gt; a {
  position: relative;
}

.sm_menu_outer.accordion .menu li.hasChild &gt; a::before {
  position: absolute;
  content: "";
  background: url("../images/next.png") no-repeat scroll 50% center/60% auto;
  right: 0;
  top: 20px;
  width: 40px;
  height: 25px;
  transition: all 0.19s ease;
}

.sm_menu_outer.accordion .menu li.hasChild.active &gt; a::before {
  transform: rotate(89deg);
  transition: all 0.19s ease;
}

@media (min-width: 1200px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}
.sm_menu_outer.accordion li {
  display: block;
}

/*Sub Menu anim */
.sm_menu_outer.slide .menu .sub-menu {
  background-color: #000000;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}

.sm_menu_outer.slide .menu li.active &gt; .sub-menu {
  right: 0;
}

.sm_menu_outer .menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  color: #ffffff;
}

.sm_menu_outer.slide .menu li.hasChild &gt; a {
  background: url("../images/next.png") no-repeat scroll 95% center/5% auto;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .sm_menu_outer.slide .menu li.hasChild &gt; a {
    background: url(../images/next.png) no-repeat scroll 95% center/3% auto !important;
  }
  .sm_menu_outer .menu li.back a {
    background: url(../images/back.png) no-repeat scroll 15px center/4% auto !important;
  }
}
.podcast-social-share .podcast-share {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.podcast-social-share .addtoany_shortcode {
  height: 24px;
}
.podcast-social-share .addtoany_shortcode .a2a_kit {
  line-height: 24px !important;
  display: flex;
}
.podcast-social-share .addtoany_shortcode .a2a_kit a {
  display: block;
  padding: 0;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s;
}
.podcast-social-share .addtoany_shortcode .a2a_kit a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover !important;
}
.podcast-social-share .addtoany_shortcode .a2a_kit a .a2a_svg {
  width: 24px !important;
  height: 24px !important;
  display: block;
  line-height: 1 !important;
  opacity: 0;
}
.podcast-social-share .addtoany_shortcode .a2a_kit a .a2a_svg svg {
  width: 100%;
  height: auto;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_facebook::after {
  background: url("/wp-content/uploads/2024/06/facebook-icon.svg");
  width: 16px;
  height: 16px;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_facebook:hover {
  background-color: #4866aa !important;
  transition: all 0.3s;
  border-color: #4866aa !important;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_linkedin::after {
  background: url("/wp-content/uploads/2024/06/linkedin-icon.svg");
  width: 14px;
  height: 14px;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_linkedin:hover {
  background-color: #3374a2 !important;
  transition: all 0.3s;
  border-color: #3374a2 !important;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_x::after {
  background: url("/wp-content/uploads/2024/06/twitter-x-icon.svg");
  width: 10px;
  height: 10px;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_x:hover {
  background-color: #49a0e9 !important;
  transition: all 0.3s;
  border-color: #49a0e9 !important;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_email::after {
  background: url("/wp-content/uploads/2025/05/mail.svg");
  width: 12px;
  height: 12px;
}
.podcast-social-share .addtoany_shortcode .a2a_kit .a2a_button_email:hover {
  background-color: #49a0e9 !important;
  transition: all 0.3s;
  border-color: #49a0e9 !important;
}
.podcast-social-share.hide {
  display: none;
  position: relative !important;
  width: 100%;
  margin-bottom: 80px;
}

.more-episodes .each-episodes-wrap .each-episode .podcast-social-share {
  position: absolute;
  left: 0;
}
.more-episodes .each-episodes-wrap .each-episode .play-area {
  margin-top: 10px;
  height: unset !important;
}
.more-episodes .each-episodes-wrap .old-episodes .podcast-share {
  margin-top: 15px;
  display: flex;
}

@media (min-width: 0) and (max-width: 767.98px) {
  html,
  body {
    overscroll-behavior: none;
  }
}

body.single-podcasts {
  background-color: #000;
}
body.single-podcasts #Header .header-wrap .header-menu {
  display: none !important;
  visibility: hidden !important;
}
body.single-podcasts .podcast-banner-wrap {
  padding: 150px 0 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.single-podcasts .podcast-banner-wrap {
    padding: 130px 0 0px;
  }
}
@media (max-width: 767.98px) {
  body.single-podcasts .podcast-banner-wrap {
    padding: 100px 0 0px 0;
  }
}
body.single-podcasts .podcast-banner-wrap .podcast-banner {
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-podcasts .podcast-banner-wrap .podcast-banner .banner-text {
    padding-bottom: 60px;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  body.single-podcasts .podcast-banner-wrap .podcast-banner .banner-text {
    padding-bottom: 0;
  }
}
body.single-podcasts .podcast-banner-wrap .podcast-banner .banner-text p.thumbnail {
  color: #2ea7df;
}
body.single-podcasts .podcast-banner-wrap .podcast-banner .banner-text p.second-banner-text {
  margin: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-podcasts .podcast-banner-wrap .podcast-banner .banner-img {
    padding-bottom: 20px;
  }
}
body.single-podcasts .podcast-share .transcript {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 15px;
  max-width: 1000px;
  margin: 20px auto 30px;
  text-align: center;
}
@media (max-width: 991.98px) {
  body.single-podcasts .podcast-share .transcript {
    margin: 60px auto 30px;
  }
}
@media (max-width: 767.98px) {
  body.single-podcasts .podcast-share .transcript {
    margin: 40px auto 30px;
  }
}
body.single-podcasts .podcast-share .transcript-content {
  padding: 20px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  height: 400px;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body.single-podcasts .podcast-share .transcript-content p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #000;
}
body.single-podcasts .podcast-share .transcript-content p.content-title {
  margin: 0 0 12px !important;
}
body.single-podcasts .podcast-share .transcript-content p:last-of-type {
  margin: 0;
}
body.single-podcasts .podcast-share .transcript-content p:first-of-type {
  margin: 0 0 30px;
}
body.single-podcasts .podcast-share .transcript-content ul,
body.single-podcasts .podcast-share .transcript-content ol {
  padding-left: 20px;
  margin-bottom: 30px;
}
body.single-podcasts .podcast-share .transcript-content ul li,
body.single-podcasts .podcast-share .transcript-content ol li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}
body.single-podcasts .podcast-share .transcript-content ul li:last-child,
body.single-podcasts .podcast-share .transcript-content ol li:last-child {
  margin-bottom: 0;
}
body.single-podcasts .podcast-share .transcript-content .close-button {
  display: none;
}
body.single-podcasts .episodes-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 60px 0 30px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.single-podcasts .episodes-logo {
    padding: 40px 0 10px;
  }
}
body.single-podcasts .episodes-logo p.second-banner-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.single-podcasts .episodes-logo p.second-banner-text {
    width: 100%;
    text-align: center;
  }
}
body.single-podcasts .episodes-logo .each-logo {
  width: 40px;
  display: block;
}
body.single-podcasts .episodes-logo .each-logo img {
  width: 100%;
  height: auto;
  display: block;
}</pre></body></html>