/*=============
  Herosection
=============== */
.herosection {
  padding-top: 0;
  position: relative;
  padding-bottom: calc(100vh - 118px);
  overflow: hidden;
}
.herosection .btn-contact{
  display: none;
  width: 50%;
  margin: auto 0;
}

.herosection:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  display: block;
  z-index: 1;
  background: linear-gradient(180.49deg, rgb(0 0 0 / 92%) -3.49%, rgb(0 0 0 / 77%) -3.48%, rgb(0 0 0 / 24%) 92.49%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.herosection > video {
  /* animation: 30s ease 0s normal forwards 1 imgzoom; */
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  line-height: 1.2;
}

.hero-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
  text-align: left;
}

.hero-content h1 {
  color: var(--text-white)
}

@keyframes imgzoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}



/* ==========
Flow Section
=============*/

.sys-row {
  display: flex;
  align-items: center;
}

.sys-row:nth-child(odd) {
  flex-direction: row-reverse;
}

.sys-detail {
  padding: 30px 45px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 290px;
}

.animation-block {
  width: 370px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sys-animation {
  --theme-color: #00913A;
}

.sys-boost {
  --theme-color: #CB5235;
}

.sys-commercial {
  --theme-color: var(--blue);
}

.animation-block {
  background-color: var(--theme-color);
}

.animation-block + div .state,
.animation-block + div [class*="icon"] {
  color: var(--theme-color);
}

.sys-text {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
}

.sys-text [class*="icon"] {
  font-size: 35px;
}

.sys-text p {
  max-width: 400px;
  color: var(--text-black);
  margin-right: 10px;
}


/* System slider */
.product-slider-wrapper {
  position: relative;
  overflow: visible;
}

.slider-main {
  height: 80vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-height: 730px;
}

.slider-content {
  width: 475px;
  background-color: var(--bgwhite);
  padding: 36px;
  position: absolute;
  right: 60px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(380px);
  transition: all ease 0.5s;
  transition-delay: 0.8s;
}


.next-prev-wrapper {
  display: flex;
  justify-content: space-between;
  margin-inline: 0;
  position: absolute;
  height: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -78px;
  right: -78px;
  z-index: 99;
  pointer-events: none;
}

.next-prev-wrapper [class^="ctm-"] {
  pointer-events: all;
}

.swiper-slide-active .slider-content {
  transform: translateY(0);
}

.feature-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 45px 10px;
}

.casestudy-slider {
  overflow: visible;
}

.casestudy-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: visible;
}

.slider-content .viewmore {
  font-size: 16px;
}

.slider-content .viewmore [class*="icon"] {
  font-size: 15px;
}

.slick-slide .card-main .card-content {
  padding: 24px 20px;
  height: auto;
}

/* ==================
    Card Design
  ===================  */
.card-main .card-content {
  height: 265px;
  padding: 16px;
}

.card-main {
  position: relative;
}

.card-main .card-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-main .image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden;
}



.card-main .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-row .card-main {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.news-row .card-main .card-content {
  height: 290px;
  position: relative;
  width: 100%;
  padding: 30px;
}

.post-section .news-row .card-main .card-content {
  height: 229px;
}



.news-row .card-main .image-wrapper {
  width: 370px;
  height: 290px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.news-row .card-main .image-wrapper img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-row .card-main .cart-inner-width {

  display: flex;
  flex-direction: column;
  height: 100%;
  width: 92%;
}

.name-linked {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.name-linked .linkedin-btn {
  font-size: 26px;
  display: flex;
  color: var(--blue);
}

/* =====================
    Testimonal Design
  ======================  */
.testimonial {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  background-color: var(--light-bg);
  position: relative;
}

.testimonial .slider-btn-group {
  position: absolute;
  top: 0;
  right: 12px;
  display: flex;
  gap: 24px;
}

.testimonial-img-slider {
  position: relative;
}

.testimonial-img-slider:after {
  width: 26px;
  height: 100%;
  content: "";
  background: var(--bs-primary);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.testimonial-content-slider {
  width: calc(50% + 70px);
  margin-left: -70px;
}

.testimonial-content {
  padding: 80px 80px 80px 130px;
  background-color: var(--bgwhite);
}

.textimonal-content-main {
  background-color: var(--bgwhite);
}

.testimonial-content-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
}

.testimonial-content:before,
.testimonial-content:after {
  display: block;
  position: absolute;
  background-color: var(--bgwhite);
  font-size: 192px;
  line-height: 1;
  color: var(--bs-primary);
}

.testimonial-content:before {
  content: "\201C";
  left: 30px;
  top: 23px;
}

.testimonial-content:after {
  content: "\201D";
  line-height: .2;
  right: 40px;
  bottom: 16px;
}

.testimonial-content p {
  max-width: 430px;
  font-size: 26px;
  line-height: 1.3;
}

.testimonial-img-slider {
  width: 50%;
}

.testimonial-img {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  position: relative;
}

.testimonial-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ===============================
             Footer
================================= */

/* cta */
.cta {
  background: linear-gradient(89.91deg, rgba(0, 0, 0, 0.2) 0.07%, rgba(0, 0, 0, 0) 99.93%), url("../images/home/cta.webp"), #D9D9D9;
  background-size: cover;
  background-position: center;
  padding-top: 230px;
  overflow: hidden;
}

.cta .cta-tagline {
  font-size: 108px;
  font-weight: 700;
  line-height: 162px;
  color: var(--white);
  text-overflow: clip;
  overflow: hidden;
  margin-bottom: -46px;
  padding-top: 22px;
}

.cta .btn.btn-cta {
  background: rgba(203, 82, 53, 0.1);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  -webkit-backdrop-filter: blur(6.7px);
  backdrop-filter: blur(6.7px);
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.17em;
}

footer {
  padding-top: 50px;
  background: var(--blue);
  position: relative;
}

footer:after {
  content: "";
  background-image: url(../images/about/chrome.svg);
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 60%;
  opacity: 0.3;
  z-index: 0;
}

footer .container {
  z-index: 1;
  position: relative;
}

.email {
  color: #B0B0B0;
}

.email:hover {
  color: var(--bs-primary);
}

/* SOLUTIONS */







.footer-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
}

.footer-links li a {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #DCDEDD;
  margin-bottom: 12px;
  display: inline-block;
}

.footer-links li a:hover {
  transform: translateX(-5px);
  color: var(--text-white);
}

.footer-links li:last-child a {
  margin-bottom: 0;
}

footer .footer-blogs-list-verticle {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

footer .footer-blogs-list-verticle:last-child {
  margin-bottom: 0;
}

footer .footer-bl-image-wrapper {
  width: 90px;
  height: 82px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}

footer .footer-bl-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .footer-blogs-list-verticle .footer-blog-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.34px;
  color: #CCCCD6;
}

footer .footer-blogs-list-verticle p {
  color: #A5A6B6;
  font-size: 14px;
}

.footer-top {
  border-top: 1px solid rgba(158, 158, 158, 0.2);
  margin-top: 50px;
  padding: 20px 0;
}

.footer-top a,
.footer-top span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #B0B0B0;
}

.footer-top a:hover {
  color: var(--text-white);
}

footer .footer-blogs-list-verticle .footer-blog-title:hover {
  color: var(--text-white);
}

.social-list {
  display: flex;
}

.social-list li:not(:last-child) {
  margin-right: 20px;
}

.social-list li [class*="icon"] {
  font-size: 12px;
  line-height: 1;
}

.social-list li a {
  width: 30px;
  height: 30px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.social-list li a:hover {
  transform: scale(1.05);
}



/* =================================================
               Page Header
  =================================================== */
.mission-inner {
  padding: 80px;
  background-color: var(--light-bg)
}

.mission-inner .image-wrapper {
  position: relative;
  /*padding-bottom: 125%;*/
  width: 100%;
  transition: .5s;
  overflow: hidden;

}

.intro-sec-title h2 {
  font-weight: 700;
}

input[type="file"] {
  display: none;
}


.mission-inner .image-wrapper.fleshImg:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(203, 82, 53, .15);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  filter: blur(30px);
  transform: translateX(-100%);
  animation: fleshImg 0.6s ease-in-out;

}

@keyframes fleshImg {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(107%);
  }
}

.mission-inner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}

/* ==================
     animtion
===================== */
.fade-in {
  visibility: hidden;
}

.fade-in {
  visibility: visible;
  -webkit-animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slide-top {
  -webkit-animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting .char {
  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-.5turn) scale(0.5);
    opacity: 0;
  }
}

/*Animation*/


/*=====================
    About us Page
======================= */
.why-row {
  display: flex;
  align-items: center;
}

.why-row:nth-child(odd) {
  flex-direction: row-reverse;
}

.why-row {
  height: 330px;
}

.why-detail {
  padding: 45px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}


.why-row .image-block {
  /* width: 50%; */
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.why-row .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.why-us-main .why-row:nth-child(3n+1) {
  --theme-color: #CB5235;
}

.why-us-main .why-row:nth-child(3n+2) {
  --theme-color: #00913A;
}

.why-us-main .why-row:nth-child(3n+3) {
  --theme-color: var(--blue);
}

.why-row:nth-child(odd) .why-content-block {
  width: calc(100% - 43%);
}

.why-row:nth-child(even) .why-content-block {
  width: 43%;
}

.why-detail {
  background-color: var(--theme-color);
  color: var(--text-white);
}


.why-text {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
}

.why-text [class*="icon"] {
  font-size: 40px;
  margin-bottom: 5px;
}

.why-text p {
  max-width: 280px;
  color: var(--text-white);
  margin-right: 10px;
}

.team .desc {
  color: #898989;
  font-weight: 500;
}

.card-main .card-content p {
  overflow: visible;
  text-overflow: inherit;
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}

.team.news-row .card-main .image-wrapper {
  height: 364px;
  padding-bottom: 0;
}

.team.news-row .card-main .image-wrapper:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: var(--bs-primary);
  bottom: 0;
}

.team .card-main .card-content {
  height: 364px;
  background: var(--light-bg);
}

.team .card-main .image-wrapper {
  padding-bottom: 100%;
}

/* ================
   About Timeline
 =================*/
/* ================
   About Timeline
 =================*/
.timeline-sec {
  background-color: var(--blue);
  /* padding-top: 60px; */
  background-image: url(../images/about/chrome.svg);
  background-repeat: no-repeat;
  background-position: -200px 300px;

}

.timeline-sec .timeline-header {
  padding-top: 60px;
  position: sticky;
  top: 100px;
  margin-bottom: 30px;
}

.timeline-sec .inner-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.timeline-sec .timeline-title {
  font-size: 24px;
  color: var(--text-gray-light);
}

.timeline-sec .timeline-sub-title {
  font-size: 48px;
  color: var(--bgwhite);
  width: 375px;
}


.timeline-sec .timeline {
  width: 90%;
  padding: 100px 50px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.timeline-sec .timeline > ul {
  padding: 0;
  position: relative;
}

.timeline-sec .timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  background: #bdc3c7;
  height: 1500px;
}

.timeline-sec .timeline .draw-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #2ecc71;
}

.timeline-sec .timeline > ul > li {
  list-style-type: none;
  position: relative;
  /* width: 2px; */
  margin: 0 auto;
  /* height: 400px; */
  background: transparent;
  padding-bottom: 60px;
  padding-left: 40px;
  transition: background-color 0.3s ease-in-out;
  border-left: 2px solid transparent;
}

.timeline-sec .timeline > ul > li.event.active {
  padding-bottom: 40px;
  border-left: 2px solid #F6AB00;
}

.timeline-sec .timeline > ul:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100pc;
  background: #888888;
  top: 0;
  opacity: 0.35;
}

.timeline-sec .timeline > ul:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100pc;
  background: #F6AB00;
  bottom: 100%;
  opacity: 1;
}

.timeline-sec .timeline ul li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline-sec .timeline ul li.in-view::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-image: url("https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg");
  background-color: #2ecc71;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline-sec .timeline > ul > li.event .sm-dot {
  /* content: ""; */
  position: absolute;
  left: -1px;
  top: -7px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: inherit;
  background: #FFF;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.timeline-sec .timeline > ul > li.event.active .sm-dot {
  background: #F6AB00;
}

.timeline-sec .timeline > ul > li.event .lg-dot {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  transform: translateX(-50%) scale(0);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: inherit;
  transition: all 0.4s ease-in-out;
}

.timeline-sec .timeline > ul > li.event.active .lg-dot {
  width: 41px;
  height: 41px;
  border: 3px solid #F6AB00;
  z-index: 1;
  top: -18px;
  left: -1px;
  background: rgb(246 171 0 / 31%);
  transform: translateX(-50%) scale(1);
}

.timeline-sec .timeline > ul > li .inner-content {
  min-height: 37px;
  overflow: hidden;
  transform: translate(0, -18px);
}


.timeline > ul > li.event h5,
.timeline > ul > li.event p {
  color: #fff;
  margin: 0;
}

.timeline > ul > li.event h5 {

  margin-bottom: 3px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.timeline > ul > li.event p {
  font-size: 18px;

}

/* why us section start */
.why-us {}

.why-us .why-row .image-block.activeSection img {
  width: 100%;
  height: 100%;
  animation: scaleUpAndDown 2s forwards;
  animation-timing-function: ease-in-out;
}


@keyframes scaleUpAndDown {
  0% {
    transform: scale(1);
    /* Start at normal size */
  }

  50% {

    transform: scale(1.5);
    /* Scale up to 150% size */
  }

  100% {
    transform: scale(1);
    /* Back to normal size */
  }
}

/* why us section end */

/* Thank you */

.success-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 30px;
  box-shadow: 0px 6px 9px #0000000D;
}

.check-img {
  margin: 0 auto 25px;
  display: block;
  text-align: center;
}

.check-img img {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.success-page h6 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  color: #302D3A;
  text-transform: capitalize;
}

.success-page p {
  font-size: 18px;
  text-align: justify;
}

/* our-culture section */
.our-culture {
  padding-block: 126px 178px;
  background: #FAFAFB;
}

.our-culture .number-points {
  margin-top: 118px;
}

.our-culture .number-points ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-culture .number-points li {
  display: flex;
  gap: 32px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  align-items: center;
}

.our-culture .number-points li .num-box {
  background: var(--primary);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
}

.our-culture .video-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.our-culture .video-block .video-wrapper {
  height: 600px;
  /* padding: 15px; */
}

.our-culture .video-block .video-wrapper .video-outer {
  height: 100%;
}

.our-culture .video-block .video-wrapper .video-outer.decor-border:before {
  top: -13px;
  left: -13px;
}

.our-culture .video-block .video-wrapper .video-outer.decor-border:after {
  bottom: -13px;
  right: -13px;
}

.our-culture .video-block .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-culture .video-block .video-img-wrapper {
  display: flex;
  gap: 30px;
}

.our-culture .video-block .video-img-wrapper .video-btn {
  display: flex;
  width: calc(100% / 3);
  filter: grayscale(1);
}

.our-culture .video-block .video-img-wrapper .video-btn.active {
  filter: grayscale(0);
}

.video-img-wrapper a img {
  width: 100%;
}

.progress-container {
  width: 100%;
  background-color: #ddd;
  height: 10px;
  position: absolute;
  bottom: 0;
  background: rgba(203, 82, 53, 0.30);
}

.progress-bar {
  width: 0%;
  height: 100%;
  background-color: rgba(203, 82, 53, 0.60);
}

/* Our Partner start */

.our-partner-section {
  padding-block: 120px 130px;
}

.our-partner-section .title-block {
  margin-bottom: 48px;
}

.wrapper {
  width: 100%;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

.wrapper:hover .mover {
  animation-play-state: paused;
  filter: blur(5px);
}

.wrapper .mover:hover {
  filter: blur(0);
}

.mover {
  display: inline-flex;
  align-items: center;
  animation: marquee 10s linear infinite;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
  font-size: 30px;
  padding: 0 15px;
  transition: 0.5s;
  width: 204px;
  flex: 0 0 204px;
}

@keyframes marquee {
  100% {
    transform: translateX(calc(-100% * 5));
  }
}

/* Our Partner end */
/*About  News Page start*/
.about-news-section .news-row .card-main .image-wrapper {
  width: 360px;
}

.blog-btn-group {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.news-action-btns {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.news-action-btns .news-cat-buttons {
  display: flex;
  gap: 16px;
}

/*About  News Page end*/

/*About  News detail Page start*/

.post-detail-section {
  padding-block: 104px 66px;
  background: #FAFAFB;
}

.post-detail-section .meta-date {
  position: static;
}

.post-detail-block {
  margin-bottom: 32px;
}

article .post-title {
  font-size: 24px;
  color: var(--primary);
  font-weight: 400;
  margin: 0;
  padding-block: 38px 24px;
}

.post-detail-section article .post-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.post-detail-section article p:not(.post-excerpt) {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.post-detail-section article p:last-child {
  margin-bottom: 0;
}

.post-detail-section article img {
  width: 100%;
  padding-block: 40px;
}

.post-detail-recent .slick-list {
  overflow: visible;
  margin-inline: -16px;
}

.recent-post-section {
  padding-block: 50px 75px;
  overflow: hidden;
}

.recent-post-section .post-detail-recent {
  overflow: visible;
}

.recent-post-section .post-detail-recent .card-main .card-content {
  height: auto;
}

/*.recent-post-section .swiper-wrapper .swiper-slide{
  overflow: visible;
}*/
.post-detail-recent .slick-dots {
  bottom: -40px;
}

/*About  News detail Page end*/
/* Blog listing page start */
.post-section .news-row .card-main {
  flex-direction: column;
}

.post-section .news-row .card-main .image-wrapper {
  width: 100%;
}

.post-section .news-row .card-main .image-wrapper img {
  position: absolute;
}



.card-content .post-title {

  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  padding: 0;
}

.card-content .post-category {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.17em;
  color: #154481;
}

/* Blog listing page end */
/* product listing  start*/
.product-listing-section .card-block {
  margin-bottom: 68px;
}

.product-listing-section .news-main {
  margin-bottom: 30px;
  box-shadow: 0px 0.799236px 2.39771px rgba(0, 0, 0, 0.1);
}

.product-listing-section .news-main .card-main {
  box-shadow: 0px 0.799236px 1.59847px rgba(0, 0, 0, 0.06);
}

.product-listing-section .news-main .card-main .image-wrapper {
  padding: unset;
}

.product-listing-section .news-main .card-main .card-content {
  height: auto;
  padding: 26px 32px;
  background: var(--light-bg);
}

/* product listing  end*/
/* product details  start*/
.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}

.product-header .content-block {
  width: 480px;
}

.product-header .action-btn-wrapper {
  display: flex;
  gap: 30px;
}

.product-hero-img {
  height: 465px;
  overflow: hidden;
  margin-bottom: 60px;
}

.product-hero-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.product-block {
  padding: 60px;
  display: flex;
  background: #FAFAFB;
}

.product-block .video-wrapper {
  width: calc(100% - 400px);
  padding-left: 60px;
}

.product-block .video-wrapper img {
  width: 100%;
  object-position: center;
  height: 100%;
  object-fit: cover;
}

.block-content {
  width: 400px;
}

.features-specifications-section {
  padding: 80px 0;
}

.nav-tabs {
  margin-bottom: -1px;
}

.features-specifications-section .why-row {
  display: flex;
  align-items: center;
}

.features-specifications-section .why-row:nth-child(odd) {
  flex-direction: row-reverse;
}

.features-specifications-section .why-row {
  height: 393px;
}

.features-specifications-section .why-row .image-block {
  /* width: 50%; */
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.features-specifications-section .why-row .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.features-specifications-section .why-us-main .why-row:nth-child(3n+1) {
  --theme-color: #CB5235;
}

.features-specifications-section .why-us-main .why-row:nth-child(3n+2) {
  --theme-color: var(--blue);

}

.features-specifications-section .why-us-main .why-row:nth-child(3n+3) {
  --theme-color: #00913A;
}

.features-specifications-section .why-row:nth-child(odd) .why-content-block {
  width: calc(100% - 46%);
}

.features-specifications-section .why-row:nth-child(even) .why-content-block {
  width: 57%;
}

.features-specifications-section .why-detail {
  background-color: var(--theme-color);
  color: var(--text-white);
  padding: 30px;
  padding-right: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.features-specifications-section .why-row:nth-child(even) .why-detail {
  padding: 30px;
  padding-left: 0;
  text-align: right;
}

.features-specifications-section .why-detail:before {
  content: "";
  width: 13px;
  height: 127px;
  position: absolute;
  background: #fff;
  left: 30px;
}

.features-specifications-section .why-row:nth-child(even) .why-detail:before {
  right: 30px;
  left: auto;
}

.features-specifications-section .why-text {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
}

.features-specifications-section .why-text [class*="icon"] {
  font-size: 40px;
  margin-bottom: 5px;
}

.features-specifications-section .why-text p {
  max-width: 280px;
  color: var(--text-white);
  margin-right: 10px;
}


.specifications-tab ul {
  margin-top: 30px;
}

.specifications-item {
  display: flex;
  padding: 34px 33px;
  justify-content: space-between;
}

.specifications-item label {

  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #898989;
}

.specifications-item span {


  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--secondary);


  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;

}

.specifications-item:nth-child(even) {
  background: var(--light-bg);
}

/* product details  end*/

/* support start */
.faq-download-section {
  padding: 80px 0;
}

.faq-download-section .tab-content > .tab-pane {
  padding-top: 34px;
}

.download-block {
  padding-top: 30px;
}

.download-block .card-main {
  margin-bottom: 30px;
  filter: drop-shadow(0px 0.799236px 2.39771px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0.799236px 1.59847px rgba(0, 0, 0, 0.06));
}

.download-block .card-main .image-wrapper {
  padding-bottom: 0;
  height: 230px;
}

.download-block .card-main .card-content .btn.btn-primary {
  margin-inline: -30px;
  display: flex;
  /* width: 100%; */
  min-width: -webkit-fill-available;
  margin-top: auto;
}

.download-block .card-main .card-content {
  height: auto;
  padding: 30px;
  padding-bottom: 0;
  background: var(--light-bg);

}

.download-block .card-main .card-content p {
  line-height: 24px;
  color: var(--bs-gray);
}

.download-block .btn span {
  margin-right: 16px;
}

/* support end */
/* Job listing Page start */
.job-listing-section {
  padding: 80px 0;
}

.job-listing-section .job-listing-header {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light-border);
  margin-bottom: 40px;
}

.job-listing-section .ctm-select-box {
  margin-left: auto;
}

.job-listing-block {
  padding: 80px 60px;
  background: #FAFAFB;
  margin-bottom: 22px;
}

.job-listing-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 40px;
  border-bottom: 1px solid var(--light-border);
}

.job-listing-item:first-child {
  padding-top: 0;
}

.listing-content p {
  display: flex;
}

.listing-content .location {
  font-weight: 400;
  color: var(--bs-gray);
}

.listing-content .job-type {
  color: var(--blue);
  position: relative;
  display: flex;
}


.listing-content .job-type:before {
  content: "";
  width: 2px;
  height: 28px;
  display: block;
  background: #DCDEDD;
  margin: 0 16px;
  /* position: absolute; */
  z-index: 15;
  position: relative;
}

.job-listing-details {
  padding: 57px;
  background: #FAFAFB;
  overflow: auto;
  height: 1310px;
}

.job-listing-details h3 {
  margin-bottom: 60px;
}

.job-listing-details strong {
  color: var(--secondary);
}

.job-listing-details p,
.job-listing-details li {
  font-size: 18px;
  color: #898989;
  list-style-type: disc;
  margin-bottom: 25px;
}

.job-listing-details.job-form-block {
  height: auto;
}

.responsiblities ul {
  padding-left: 2rem;
}

/* Job listing Page end */
/* contact page start */
.contact-map-section {
  background: #FAFAFB;
  padding-block: 40px 80px;
}

.contactus-section {
  padding: 80px 0;
}

.left-border-primary {
  border-left: 12px solid var(--primary);
}



.contact-map-section .section-title {
  width: 34%;
  margin-bottom: 120px;
}

.contact-map-section .map iframe {
  width: 100%;
}

.location-block {
  padding: 30px 48px;
  background: #fff;
  margin-top: 100px;
}

.location-card {
  padding: 24px 36px;
  border-radius: 0;
  box-shadow: 0px 12px 16px -4px #00000014;

}

.location-card img {
  margin-bottom: 8px;
}

.location-card h3 {
  margin-bottom: 24px;
}

.location-card .viewmore {
  font-size: 14px;
}

.location-card .viewmore span {
  font-size: 12px;
}

.location-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(25% - 1.875rem), 1fr));
  grid-gap: 60px;
  gap: 60px;
  align-content: start;
  position: relative;
  margin-block: 15px;
}

.contact-map-section .accordion-button {
  font-size: 24px;
  line-height: 32px;
}

.contact-map-section .accordion-button[aria-expanded="true"] {
  color: var(--primary);
}

/* contact page end */

/* Privacy policy start*/

.legal ul li {

  padding-left: 25px;
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}

.legal ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: inherit;
  transition: all 0.4s ease-in-out;
  border: 3px solid var(--bs-primary);
}

.legal p {
  margin-bottom: 20px;
  text-align: justify;
}

.legal ol {
  margin: 0px;
}

.legal ol li {
  margin-bottom: 15px;
}


.legal h2,
.legal h3 {
  margin-bottom: 15px;
}

.legal h2 {
  font-size: 40px;
}

.legal h3 {
  font-weight: 800;
  text-decoration: underline;
  font-size: 20px;
  line-height: 28px;
}

.legal a.form-link {
  color: #F13C31;
}

.legal h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #252b33;
  line-height: 26px;
}



.legal ul {
  padding-left: 20px;
  margin-left: 0px;
}

.legal ul.cms-ul {
  padding-left: 0px;
}

.legal ul.cms-ul li {
  font-size: 16px;
}

.legal a.form-link {
  color: #f13c31;
}

/* Privacy policy  end*/

/* Testimonials & Gallery Start */
.testimonial-list {
  gap: 30px 0;
}

.testimonial-date {
  color: #154481;
}

.testimonial-block .card-main .image-wrapper {
  height: 300px;
  padding-bottom: 82.875%;
}

@media only screen and (max-width:991px) {
  .testimonial-list {
    gap: 24px 0;
  }
}

@media only screen and (max-width:575px) {
  .testimonial-list {
    gap: 20px 0;
  }
}

/* Testimonials & Gallery End */