@import "contact-merge.css";
@import "cost-calculation.css";
@import "wedwise.css";
@import "cost-popup.css";
@import "3d-games.css";
@import "2d-games.css";
@import "game-development.css";
@import "contact-popup.css";

/*@import "portfolio.css";*/
@import "portfolio-new.css";
@import "staff-augmentation.css";
/* @import "cost-calculation-popup.css"; */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

label,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

.header-wrapper {
  width: 100%;
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.feedbackMessages {
  margin-top: 10px;
}

.alert {
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.async-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(57, 56, 56, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.async-loader.hidden {
  display: none;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top: 6px solid #222;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.job-lists {
  height: 350px;
  overflow-y: auto !important;
}

#jobListsContainer {
  position: relative;
  min-height: 200px;
  /* Ensure that the jobLists container takes at least the full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
}


#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  /* Hide initially */
}

.is-contact-page .contact-wrapper {
  position: relative !important;
  padding: 0 !important;
}

.branch-details {
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.5;
}

.branch-flag img {
  height: 60px !important;
  width: 60px;
}

/* Responsive */
@media screen and (max-width: 992px) {
  .branch-details {
    font-size: 10px !important;
    color: white !important;
  }
}

.header-wrapper li.nav-item .nav-phone {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
  margin-right: 16px;
  font-weight: 500;
  padding: 0;
}

.header-wrapper li.nav-item .nav-phone span {
  margin-right: 7px;
  display: block;
  height: 23px;
}



.header-wrapper li.nav-item .nav-phone span svg path {
  fill: #000;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.custom-zindex {
  z-index: 11111;
  /* Increase the z-index as needed */
}

.custom-zindex .modal-dialog {
  max-width: 80%;
  margin: 1.75rem auto;
}

.is--home .contact-wrapper {
  padding: 7% 3%;
}



.is--home .contact-wrapper .contact-form .row.m-b {
  margin-bottom: 20px;
}

.is--home .modal-content {
  background: #000;
  border-radius: 20px;
}

.is--home .modal-content .contact-heading {
  color: #fff;
  margin-bottom: 30px;
}

.is--home .modal-content .contact-description {
  color: #fff;
  opacity: 0.5;
}

.is--home .modal-content .contact-heading h1 {
  font-size: 34px;
}

.is--home .contact-wrapper .contact-form .form-control {
  font-size: 16px;
}

.is--home .contact-wrapper .contact-form .btn-submit {
  border-radius: 20px;
  background: #d091ff;
  width: 132px;
  border: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.stick-wrap {
  position: fixed;
  right: -66px;
  top: 30%;
  z-index: 111111;
  background: #f9f9f9;
  border-radius: 15px 0px 0 15px;
  transition: right linear 500ms;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.stick-wrap .btn-sticks .st-ar-icon {
  position: absolute;
  left: -20px;
  top: 36%;
  z-index: 111;
  width: 20px;
  height: 60px;
  bottom: auto;
  background: #d091ff;
  border-radius: 6px 0 0 6px;
  display: flex;
}

.stick-wrap:hover {
  right: 0;
}

.stick-wrap .btn-sticks {
  padding: 10px 21px;
  position: relative;
}

.stick-wrap .btn-sticks ul {
  margin: 0;
  padding: 0;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stick-wrap .btn-sticks ul li {
  list-style: none;
}

.stick-wrap .btn-sticks ul li a {
  display: block;
  margin: 16px 0;
  width: 25px;
  height: 25px;
}

.stick-wrap .btn-sticks ul li a svg {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header {
  width: 100%;
  padding: 0 0 28px;
}

.quote-btn {
  border-radius: 20px;
  background: #d091ff;
  width: 132px;
  height: 34px;
}

.nav-btn-text {
  color: #1c1f22;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 12px;
}

.header-wrapper li.nav-item .nav-phone .h-black svg path {
  fill: #fff;
}

.is-contact-page .nav-btn-text {
  margin-right: 15px;
}

.hero-wrapper {
  width: 100%;
  /* height: 480px; */
  position: relative;
}

.hero-bg-anime {
  width: 100%;
  position: absolute;
  top: 13%;
  z-index: 1;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.hero-bg-anime img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-content {
  padding: 20px 20px 0 0;
  text-align: left;
}

.hero-content.cont-puffs {
  max-width: 530px;
}

.hero--inner {
  padding: 30px 0 0px 0;
  align-items: center;
}

.hero-content p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
  margin: 40px 0 0;
  /* animation: drop-in 1s ease 1200ms backwards; */
}

.hero-content h1 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* animation: drop-in 1s ease 200ms backwards; */
}

.hero-content.cont-puffs .content-card .get-proceed {
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 6% 0;
}

.hero-content.cont-puffs .content-card .get-proceed .btn-act {
  height: 40px;
  display: flex;
  min-width: 115px;
  align-items: center;
  justify-content: center;
  background: #1C1F22;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 0 15px;
  color: #fff;
  border: none;
  box-shadow: unset;
}

.hero-content.cont-puffs .content-card .get-proceed .btn-act:hover {
  background: #d091ff;
  color: #1C1F22;
}

.get-quote-wrap {
  padding-top: 60px;
  width: 100px;
  position: relative;
}

.get-quote-wrap a {
  width: 85px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 4px 8px 0 0;
}

.get-quote-wrap a img {
  max-width: 100%;
  object-fit: contain;
  transition: all 1s;
}

.get-quote-wrap a:hover img {
  transform: rotate(45deg);
}

/* animation spinner get a quote */
.carousel-control-prev {
  left: auto;
  right: 0;
  background: transparent;
  opacity: 1;
  bottom: 0;
  top: auto;
  transform: translate(-350px, -50px);
}

.p-ios {
  color: white;
  opacity: .5;
}

.carousel-control-next {
  left: auto;
  right: 0;
  background: transparent;
  opacity: 1;
  bottom: 0;
  top: auto;
  transform: translate(-200px, -50px);
}

.carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../../assets/images/icons/ic-arrow-prev.png);
  background-size: contain;
  width: 70px;
  height: 30px;
}

.carousel-control-next .carousel-control-next-icon {
  background-image: url(../../assets/images/icons/ic-arrow-next.png);
  background-size: contain;
  width: 70px;
  height: 30px;
}

/* rotate text */
.get-quote-wrap #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.b-top {
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.5;
  margin-bottom: 20px;
}

.cls-mb {
  margin-bottom: 98px;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translate(0px);
  }
}

@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

.lowercase {
  text-transform: lowercase;
}

.get-quote-wrap .main {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: -1;
}

.get-quote-wrap .main img {
  position: absolute;
}

.get-quote-wrap .main img {
  position: absolute;
  animation-name: rotate-circle;
  animation-direction: reverse;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  filter: drop-shadow(0px 0px 5px #333);
}

/* Counter Timer */
/* .counter-wrapper #counter {
  background: rgba(0, 0, 0, .05);
  padding: 25px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.counter-wrapper #counter li {
  flex: 1;
  text-align: center;
  font-size: 50px;
}

.counter-wrapper #counter span.percent:after {
  content: "%";
  display: inline-block;
} */

.counter-wrapper {
  padding: 5% 0;
}

.counter-wrapper .timer-wrap {
  display: flex;
  gap: 20px;
}

.counter-wrapper .timer-wrap .time-col {
  flex-basis: 25%;
  text-align: center;
}

.counter-wrapper .timer-wrap .time-col .digits {
  font-size: 60px;
  font-weight: 600;
  line-height: 74px;
  color: #000;
}

.counter-wrapper .timer-wrap .time-col .time-title {
  display: block;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #D091FF;
  margin: 10px 0;
}

/* New Banner */
.hero-content .hero-banner {
  width: 100%;
}

.hero-content .hero-banner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Discover banner */

.discover-wrapper {
  padding: 100px 0 100px;
  background-color: #1c1f22;
}

.discover-wrapper .discover-head .d-description h3 {
  color: #d091ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.discover-wrapper .discover-head {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.discover-wrapper .discover-head .d-description {
  padding: 10px 0;
}



.discover-wrapper .discover-head .d-description .d-title {
  max-width: 600px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.discover-wrapper .discover-head .about-action {
  margin-left: 50px;
  width: 80px;
  height: 80px;
}

.discover-wrapper .discover-head .about-action a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 2px solid #d091ff;
  border-radius: 50%;
}

.discover-wrapper .discover-head .about-action a img {
  max-width: 100%;
  object-fit: contain;
  transition: all 1s;
}

.discover-wrapper .discover-head .about-action a:hover img {
  transform: rotate(-45deg);
}

.tech-client-slider--item {
  padding-left: 20px;
  padding-right: 20px;
}

.tech-client-slider--item img {
  object-fit: contain;
}

.discover-slider {
  max-width: 1200px;
  margin: 0 0 0 auto;
  padding: 60px 0 20px;
}

.discover-slider .item-discover {
  padding: 5px 20px;
  width: 100%;
}

.discover-slider .item-discover .discover-image {
  width: 100%;
}

.discover-slider .item-discover .discover-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.discover-slider .item-discover h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.discover-slider .item-discover p {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
  margin: 10px 0;
}

.cs-portfolio .discover-slider .item-discover h4 {
  color: #212529;
}

.cs-portfolio .discover-slider .item-discover p {
  color: #212529;
  opacity: 0.5;
}

.cs-portfolio {
  background: #fff;
}

.cs-portfolio .discover-head {
  flex-direction: column;
  align-items: flex-start;
}

.cs-portfolio .discover-head .d-description .d-title {
  max-width: 100%;
  color: #212529;
}

.cs-portfolio .discover-head .portoflio-actions a {
  display: flex;
  gap: 15px;
  color: #d091ff;
}

/* Process wrapper */
.process--wrapper {
  width: 100%;
}

.process--wrapper .row {
  align-items: center;
  margin: 0;
}

.process--wrapper .row .col-md-6 {
  padding: 0;
}

.process--wrapper .row .process--banner {
  width: 100%;
}

.process--wrapper .row .process--banner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process--wrapper .row .process--slider {
  padding: 0 45px;
}

.process--wrapper .row .process--slider .owl-process .item {
  max-width: 600px;
  margin: auto;
}

.process--wrapper .row .process--slider .owl-process .item h4 {
  margin: 15px 0;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  text-transform: capitalize;
  color: #d091ff;
}

/* .process--wrapper .row .process--slider .owl-process .item .process-description {
  margin: 10px 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  max-width: 550px;
  color: #000;
} */
.process--wrapper .row .process--slider .owl-process .item .process-description {
  margin: 10px 0;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  max-width: 100%;
  color: #000;
}

.process--wrapper .row .process--slider .owl-dots {
  text-align: left;
  padding: 30px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.process--wrapper .row .process--slider .owl-dots .owl-dot span {
  width: 15px;
  height: 6px;
  background: #d091ff;
}

.process--wrapper .row .process--slider .owl-dots .owl-dot.active span {
  width: 74px;
  background: #1c1f22;
}

.tech--wrapper.industry {
  padding: 0 0 60px;
}

.owl-discover .owl-dots {

  padding: 30px 60px;
}

.owl-discover .owl-dots .owl-dot span {
  width: 15px;
  height: 5px;
  background: #ddd;
}

.owl-discover .owl-dots .owl-dot.active span {
  width: 50px;
  background: #d091ff;
}

.owl-processes .owl-dots {

  padding: 30px 60px;
}

.owl-processes .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #161616;
}

.owl-processes .owl-dots .owl-dot.active span {
  width: 50px;
  background: #d091ff;
}

/* Tech wrapper */
.tech--wrapper {
  padding: 100px 0;
  background: #1c1f22;
}

.tech--wrapper .tech--bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 4% 0;
  align-items: center;
}

.tech--wrapper .tech--bar .tech-head {
  max-width: 250px;
  flex-basis: 30%;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: #fff;
}

.tech--wrapper .tech--bar .tech-clients {
  padding: 0 10px;
  flex-basis: 70%;
}

.tech--wrapper .tech--bar .tech-clients ul {
  margin: 0;
  padding: 0;
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.tech--wrapper .tech--bar .tech-clients ul li {
  list-style: none;
  width: 86px;
  height: 86px;
  margin-right: 0px;
  margin-bottom: 20px;
  flex-basis: 14%;
}

.tech--wrapper .tech--bar .tech-clients ul li img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.tech--wrapper .tech--bar .tech-clients ul li .tech-ititle {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0;
  font-weight: 500;
  line-height: normal;
}

.tech--wrapper.global {
  padding: 3% 0;
  background: #fff;
}

.tech--wrapper.global .tech--bar .tech-head {
  max-width: 270px;
  color: #000;
}

.tech--wrapper.global .tech--bar .tech-clients ul {
  gap: 20px;
}

.tech--wrapper.global .tech--bar .tech-clients ul li {
  max-width: 200px;
  width: 100%;
}

.tech--wrapper .tech--tabs .nav-pills {
  justify-content: center;
}

.tech--wrapper.twt .tech--bar {

  justify-content: center;

}

.tech--wrapper .tech--tabs .nav-pills .nav-item {
  min-width: 150px;
  margin-bottom: 20px;
}

.tech--wrapper .tech--tabs .nav-pills .nav-item .nav-link {
  color: #fff;
  margin: auto;
}

.tech--wrapper .tech--tabs .nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  background: transparent;
}

.tech--tabs .tabtech-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 250px;
  gap: 30px;
}


.tech--tabs .tabtech-wrap .tabcard {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  flex-direction: column;
}

.tech--tabs .tabtech-wrap .tabcard .tab-icon {
  height: 70px;
  width: 100%;
}

.tech--tabs .tabtech-wrap .tabcard .tab-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.tech--tabs .tabtech-wrap .tabcard .tab-icon.ios img {

  filter: brightness(0) invert(1);
}

.tech--tabs .tabtech-wrap .tabcard .tabtech-text {
  color: #fff;
  margin: 30px 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

/* target module */
.target-module {
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.target--content span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #d091ff;
  display: block;
  margin-bottom: 25px;
}

.target-module .target--content {
  flex-basis: 30%;
}

.target--content {
  flex-basis: 70%;
}

.target-module .target--content h4 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 45px;
  margin-bottom: 15px;
}

.target-module .target--content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 15px;
}

.target-module .target--content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 15px;
}

.target-module .target--content a {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #d091ff;
}

.target-module .target--content a span {
  display: block;
  width: 57px;
  height: 20px;
  margin: 0;
}

.target-module .target--content a span svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* badge wrapper */
.badge-wrapper {
  background: #1c1b1b;
  padding: 70px 0;
}

.badge-wrapper .badge-box {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1400px;
  margin: auto;
}

.badge-wrapper .badge-box .awards-text {
  flex-basis: 40%;
  border-right: 2px solid #fff;
  padding: 50px 30px;
}

.badge-wrapper .badge-box .awards-text span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 30px;
  line-height: 1.1;
}

.badge-wrapper .badge-box .awards-text h2 {
  max-width: 350px;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.1;
  color: #fff;
}

.badge-wrapper .badge-box .badge-media {
  flex-basis: 60%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}

/* .badge-wrapper .badge-box .badge-media .bd-icon {
  flex-basis: 30.33%;
  display: flex;
  min-height: 170px;
  width: 160px;
  height: 60px;
  margin-bottom: 20px;
} */
.badge-wrapper .badge-box .badge-media .bd-icon {
  flex-basis: 30.33%;
  display: flex;
  min-height: 100px;
  max-width: 220px;
  height: 60px;
  background: #161616;
  border-radius: 20px;
  margin: 20px auto;
  padding: 0 10px;
}

.badge-wrapper .badge-box .badge-media .bd-icon img {
  width: 100%;
  height: 100%;
  object-fit: none;
  max-width: 100%;
}

.badge-wrapper .badge-box .badge-media .bd-icon img.rush-1 {
  object-fit: contain;
}

/* portfolio wrapper */
.portfolio-wrapper {
  background-color: #1c1f22;
  padding: 5% 0;
}

.portfolio-wrapper .container .row {
  padding: 154px 0 66px 0;
  align-items: center;
  justify-content: space-between;
}

.portfolio-wrapper .portfolio-content {
  width: 100%;
  padding-top: 30px;
}

.portfolio-wrapper .portfolio-content .product-icon {
  /* margin-bottom: 43px; */
  width: 180px;
  height: 50px;
  margin-bottom: 25px;
}

.portfolio-wrapper .portfolio-content .product-icon .product-icon span {
  font-size: 34px;
  font-weight: 700;
}

.portfolio-wrapper .portfolio-content .product-icon img {
  max-width: 100%;
}

.portfolio-wrapper .portfolio-content .product-icon svg {
  max-width: 100%;
}

.portfolio-wrapper .portfolio-content .product-title {
  width: 366px;
  margin-bottom: 0;
}

.portfolio-wrapper .portfolio-content .product-title span {
  color: #D091FF;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  padding-bottom: 25px;
  margin-bottom: 25px;

}

.portfolio-wrapper .portfolio-content .product-title h2 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* text-transform: lowercase; */
}

.portfolio-wrapper .portfolio-content .sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  font-style: normal;
  margin-bottom: 10px;
  opacity: 0.9;
}

.portfolio-wrapper .portfolio-content .product-description {
  width: 398px;
}

.portfolio-wrapper .portfolio-content .product-description p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.5;
}

.portfolio-wrapper .portfolio-content .product-action {
  margin-top: 43px;
}

.portfolio-wrapper .portfolio-content .product-action a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #d091ff;
  font-size: 14pSx;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.portfolio-wrapper .portfolio-content .product-action a span {
  margin-left: 10px;
  width: 57px;
}

.portfolio-wrapper .portfolio-content .product-action a span svg {
  max-width: 100%;
}

.portfolio-wrapper .portfolio-bottom {
  margin-top: 91px;
}

.portfolio-wrapper .portfolio-bottom .row {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 66px;
}

.portfolio-wrapper .portfolio-bottom .app-info {
  width: 100%;
}

.portfolio-wrapper .portfolio-bottom .app-info .app-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}

.portfolio-wrapper .portfolio-bottom .app-info .apple {
  width: 90px !important;
}

.portfolio-wrapper .portfolio-bottom .app-info .app-icon svg {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.portfolio-wrapper .portfolio-bottom .app-info .app-content {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.portfolio-wrapper .product-images {
  max-width: 670px;
  height: 567px;
}

.portfolio-wrapper .product-images img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* home */
.is--home .is-contact-page .contact-content .contact-heading h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

/* about wrapper */

.about-wrapper {
  width: 100%;
}

.about-wrapper .about-content {
  padding: 70px 0 111px 0;
}

.about-wrapper .about-content .about-title {
  width: 100%;
  margin-bottom: 15px;
}

.about-wrapper .about-content .about-title h3 {
  color: #d091ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about-wrapper .about-content .about-description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-wrapper .about-content .about-description p {
  max-width: 1048px;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.about-wrapper .about-content .about-description .about-action {
  width: 80px;
  height: 80px;
}

.about-wrapper .about-content .about-description .about-action a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 2px solid #d091ff;
  border-radius: 50%;
}

.about-wrapper .about-content .about-description .about-action a img {
  max-width: 100%;
  object-fit: contain;
  transition: all 1s;
}

.about-wrapper .about-content .about-description .about-action a:hover img {
  transform: rotate(-45deg);
}

.about-wrapper .about-classification {
  width: 100%;
  padding-bottom: 70px;
}

.about-wrapper .about-classification .col-md-4 {
  padding-right: 80px;
}

.about-wrapper .about-classification .cls-main-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 133px;
}

.about-wrapper .about-classification .cls-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.about-wrapper .about-classification .cls-title .start-icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.about-wrapper .about-classification .cls-title .start-icon img {
  max-width: 100%;
  object-fit: contain;
}

.about-wrapper .about-classification .cls-description p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  min-height: 100px;
}

/* Testimonial Section */
.testimonial-wrapper {
  background-color: #1c1f22;
  width: 100%;
  /* height: 982px; */
  position: relative;
}

/* vetical testimonial */
.is--home .vertical-carousel.owl-carousel {
  transform: rotate(90deg);
  height: 270px;
  width: 100%;
  height: 700px;
}

.is--home .vertical-carousel .item {
  transform: rotate(-90deg);
  height: 583px;
  width: 430px;
  /* padding: 51px 1px; */
}

/* end  */
.testimonial-wrapper .testimonial-module .testm-bg-anime {
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;

}

.testimonial-wrapper .testimonial-module .testm-bg-anime img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.testimonial-module {
  width: 100%;
}

.testimonial-wrapper .testimonial--content {
  padding: 70px 0 0 0;
  position: relative;
  z-index: 11;
}

.services .testimonial-wrapper .testimonial--content {
  position: relative;
  z-index: 11;
}

.services .contact-wrapper {
  padding: 7% 3%;
}



.services .contact-wrapper .contact-form .row.m-b {
  margin-bottom: 20px;
}

.services .modal-content {
  background: #000;
  border-radius: 20px;
}

.services .modal-content .contact-heading {
  color: #fff;
  margin-bottom: 30px;
}

.services .modal-content .contact-description {
  color: #fff;
  opacity: 0.5;
}

.services .modal-content .contact-heading h1 {
  font-size: 34px;
}

.services .contact-wrapper .contact-form .form-control {
  font-size: 16px;
}

.services .contact-wrapper .contact-form .btn-submit {
  border-radius: 20px;
  background: #d091ff;
  width: 132px;
  border: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
}

.testimonial-wrapper .testimonial--content .tm-title {
  margin-bottom: 30px;
  max-width: 200px;
}

.testimonial-wrapper .testimonial--content .tm-title h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.testimonial-wrapper .testimonial--content .tm-sb-title {
  margin-bottom: 30px;
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  max-width: 283px;
}

.testimonial-wrapper .testimonial--content .tm-description {
  margin-bottom: 32px;
}

.testimonial-wrapper .testimonial--content .tm-description p {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
  max-width: 507px;
}

.testimonial-wrapper .testimonial--content .tm-action-btn {
  max-width: 250px;
}

.testimonial-wrapper .testimonial--content .tm-action-btn a {
  display: block;
  width: 100%;
  color: #d091ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.testimonial-wrapper .testimonial--content .tm-action-btn a span {
  display: inline;
  margin-left: 10px;
}

.testimonial-box {
  width: 100%;
  /* height: 250px; */
  border-radius: 10px;
  background: #41474e;
  padding: 51px 40px 25px 40px;

}

.testimonial-box .testimonial-box-content {
  margin-bottom: 47px;
  min-height: 100px;
}

.testimonial-box .testimonial-box-content p {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
}

.testimonial-box .testimonial-box-media {
  width: 100%;
  display: flex;
  align-items: center;
}

.testimonial-box .testimonial-box-media .tm-media {
  max-width: 50px;
  height: 50px;
}

.testimonial-box .testimonial-box-media .tm-media img {
  max-width: 100%;
  object-fit: contain;
}

.testimonial-box .testimonial-box-media .tm-client-detail {
  margin-left: 10px;
}

.testimonial-box .testimonial-box-media .tm-client-detail .tm-client-name {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 3px;
}

.testimonial-box .testimonial-box-media .tm-client-detail .tm-client-designation {
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
  display: block;
}

/* carousel */
/* Add this custom CSS to your stylesheet */
/* .item {
    transform: rotate(-90deg);
}
.owl-carousel{
     transform: rotate(90deg);
} */

/* portfolio showcase */

.portfolio-showcase {
  width: 100%;
  padding-bottom: 5%;
}

.portfolio-showcase .portfolio-content {
  padding: 98px 0 0 0;
}

.portfolio-showcase .portfolio-content .portfolio-heading {
  margin-bottom: 30px;
}

.portfolio-showcase .portfolio-content .portfolio-heading h3 {
  color: #d091ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.portfolio-showcase .portfolio-content .portfolio-desc {
  /* 45px */
  max-width: 1122px;
  margin-bottom: 30px;
}

.portfolio-showcase .portfolio-content .portfolio-desc p {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.portfolio-showcase .portfolio-content .portoflio-actions {
  width: 200px;
}

.portfolio-showcase .portfolio-content .portoflio-actions a {
  display: flex;
  color: #d091ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.portfolio-showcase .portfolio-content .portoflio-actions a span {
  margin-left: 10px;
  display: block;
  max-width: 57px;
}

.portfolio-showcase .portfolio-inner {
  margin-top: 120px;
}

.portfolio-showcase .portfolio-inner .row {
  column-gap: 26px;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-1 {
  width: 100%;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-1 .p-i-media-1 {
  width: 100%;
  /* max-width: 306px; */
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-1 .p-i-media-1 img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 14px;
}

.portfolio-showcase .portfolio-inner .split-mode {
  transition: all 1s;
  flex: 1;
  cursor: pointer;
  position: relative;
  padding: 0;
}

/* .portfolio-showcase .portfolio-inner .split-mode:hover {
    /* width: 40%;  *
    flex: 2;
} */

.portfolio-showcase .portfolio-inner .split-mode:hover .show-1 {
  display: none;
}

/* .portfolio-showcase .portfolio-inner .split-mode:not(:hover) {
    flex: 1;
} */
.portfolio-showcase .portfolio-inner .split-mode .p-i-wrap {
  width: 100%;
}

.portfolio-showcase .portfolio-inner .split-mode:before {
  content: "";
  width: 100%;
  height: 431px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1c1f22 8.7%, rgba(28, 31, 34, 0) 92.69%);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 1s;
  z-index: -1;
}

.portfolio-showcase .portfolio-inner .split-mode:hover::before {
  display: block;
  opacity: 1;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 {
  display: none;
  position: relative;
  transition: all 1s;
  /* transform: scalex(0) */
}

.portfolio-showcase .portfolio-inner .split-mode:hover .show-2 {
  display: block;
  transition-delay: 0.3s;
  animation: fade_in_show 0.5s;
  transform-origin: left center;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: scalex(0);
  }

  100% {
    opacity: 1;
    transform: scalex(1);
  }
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .p-i-media-2 {
  width: 100%;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .p-i-media-2 img {
  max-width: 100%;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  border-radius: 10px;
  background: linear-gradient(180deg, #1c1f22 8.7%, rgba(28, 31, 34, 0) 92.69%);
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title {
  padding: 38px 0 0 33px;

}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  display: block;
  margin-bottom: 5px;
  display: none;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .action-proceed {
  margin-top: 103px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .action-proceed a {
  transition: all 1s;
  width: 100%;
  display: flex;
  max-width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #d091ff;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .action-proceed a img {
  max-width: 100%;
  transition: all 1s;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .action-proceed a img:hover {
  transform: rotate(-45deg);
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .p-i-media-2 {
  width: 10%;
  display: none;
}

.portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .p-i-media-2 img {
  max-width: 100%;
  border-radius: 10px;
}

.portfolio-showcase .portfolio-inner .split-mode:hover .p-i-media-2 {
  display: block;
  width: 100%;
}

.research-wrapper {
  padding: 40px 0;
  width: 100%;
  background: #1c1f22;
}

.research-wrapper .research-banner {
  max-width: 1000px;
  margin: auto;
}

.research-wrapper .research-banner img {
  max-width: 100%;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  text-align: center;
}

.mad .counter-wrapper {
  background: #1c1f22;
}

/* .bottom-teaser .teaser-content {

    overflow: hidden; 
    animation: scroll-left 10s linear infinite; 

    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f0f0f0;
    display: flex;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }  */
.is--home .bottom-teaser {
  margin-top: 0;
}

.bottom-teaser {
  margin-top: 98px;
  width: 100%;
  background-image: url(../images/teser-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 69px 0;
}

.bottom-teaser .teaser-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom-teaser .teaser-content .teaser-media {
  max-width: 55px;
  height: 40px;
  margin-right: 20px;
}

.bottom-teaser .teaser-content .teaser-media svg {
  max-width: 100%;
}

.bottom-teaser .teaser-content .teaser-text {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.bottom-teaser .marquee {
  margin: 0 auto;
  max-width: 1200px;
  height: auto;
  /* white-space: nowrap; */
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

/* .bottom-teaser .marquee:before,
  .bottom-teaser  .marquee:after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 30px;
    content: "";
    z-index: 1;
  } */
.bottom-teaser .marquee:before {
  left: 0;
  background: linear-gradient(to right, #ccc 10%, transparent 80%);
}

.bottom-teaser .marquee:after {
  right: 0;
  background: linear-gradient(to left, #ccc 10%, transparent 80%);
}

.bottom-teaser .marquee__content {
  width: 300%;
  display: flex;
  line-height: normal;
  animation: marquee 30s linear infinite forwards;
  padding-left: 50px;
}

.bottom-teaser .marquee__content:hover {
  animation-play-state: paused;
}

.bottom-teaser .list-inline {
  display: flex;
  justify-content: space-around;
  width: 33.33%;
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-66.6%);
  }
}

/* Footer */
footer {
  background: #1c1f22;
}

footer .footer-navigation ul li a {
  transition: 500ms linear;
}

footer .footer-navigation ul li a:hover {
  margin-left: 10px;
}

footer .footer-content {
  width: 100%;
  padding-top: 100px;
  /* padding-bottom: 30px; */
  padding-bottom: 0px;
}

footer .footer-content .social-wrap {
  width: 100%;
}

footer .footer-content .social-wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
}

footer .footer-content .social-wrap ul li {
  list-style: none;
  margin-right: 10px;
}

footer .footer-content .social-wrap ul li a {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 1s;
}

footer .footer-content .address-wrap {
  margin-top: 52px;
  width: 279px;
}

footer .footer-content .address-wrap p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 17.5px */
  text-transform: capitalize;
}

footer .footer-content .address-wrap .cn-number {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  display: block;
  margin-top: 20px;
}

footer .footer-content .address-wrap .cn-number span {
  margin: 5px 0 0 0;
}

.ft-mt {
  margin-top: 35px;
}

footer .footer-content .address-wrap span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  display: block;
  margin-top: 20px;
}

footer .footer-content .general-inquiry {
  width: 100%;
}


footer .footer-content .general-inquiry span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
}

footer .footer-content .general-inquiry p a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: block;
  text-decoration: none;
}

footer .footer-navigation {
  margin-top: 104px;
}

footer .footer-navigation ul {
  margin: 0;
  padding: 0;
}

footer .footer-navigation ul li {
  list-style: none;
  margin-bottom: 13px;
}

footer .footer-navigation ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 17.5px */
  text-transform: capitalize;
}

footer .newsletter-wrapper {
  margin-top: 176px;
}

footer .newsletter-wrapper .newsletter-title {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  opacity: 0.5;
  margin-bottom: 15px;
}

footer .newsletter-wrapper .newsletter-description {
  margin-bottom: 14px;
}

footer .newsletter-wrapper .newsletter-description p {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 17.5px */
}

.news-field {
  position: relative;
  width: 100%;
}

.news-field input {
  width: 100%;
  height: 40px;
  border-radius: 25px;
  border: 2px solid #fff;
  background: #1c1f22;
  padding: 0 0 0 10px;
  color: #fff;
  outline: 0;
  font-size: 12px;
}

.news-field input::placeholder {
  font-size: 12px;
  color: #ccc;
  opacity: 0.5;
}

.news-field .submit {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background: #d091ff;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.bottom-teaser .bottom-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

footer .copyright-section {
  margin-top: 40px;
  padding-bottom: 30px;
  align-items: center;
}

footer .copyright-section .copyright-wrapper {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 15px */
  opacity: 0.5;
}

footer .copyright-section .bottom-navigation a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 15px */
  opacity: 0.5;
}

footer .footer-content .social-wrap ul li a span {
  display: block;
}

footer .footer-content .social-wrap ul li a label {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* transition-delay: 2s; */
  text-transform: capitalize;
  cursor: pointer;
}

footer .footer-content .social-wrap ul li a:hover {
  width: 122px;
  border-radius: 25px;
}

footer .footer-content .social-wrap ul li a:hover span {
  display: none;
  transition-delay: 2s;
}

footer .footer-navigation ul li a:hover {
  color: #d091ff;
}

footer .footer-content .social-wrap ul li a:hover label {
  display: block;
}

footer .country-wrap .country-box {
  text-align: center;
}

footer .country-wrap .country-box .flag {
  display: flex;
  margin: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

footer .country-wrap .country-box .flag span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}

footer .country-wrap .country-box .flag svg {
  width: 50px;
}

footer .country-wrap .country-box .address-wrap p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  max-width: 300px;
  margin: 10px auto;
}

footer .country-wrap .country-box .address-wrap span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
}

footer .footer-content .content-tag {
  max-width: 280px;
}

footer .footer-content .content-tag p {
  color: #fff;
  font-size: 14px;
  margin: 20px 0;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

footer .footer-content .content-tag .ft-title {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
}

footer .country-wrap .country-box .address-wrap .cn-number a {
  text-transform: lowercase;
  text-decoration: none;
  color: #fff;
}

footer .country-wrap .country-box .address-wrap .cn-number {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
}

/* awein */

.is--home .vertical-carousel.owl-carousel {
  transform: rotate(90deg);
  height: 270px;
  width: 979px;
  height: 700px;
  position: absolute;
  top: 141px;
  right: 0;
}

.is--home .vertical-carousel.owl-carousel .item {
  height: 760px;
  width: 430px;
}

.is--home .vertical-carousel.owl-carousel .testimonial-box {
  width: 584px;
  height: 318px;
}

/* portfolio custom css */

.portfolio-wrapper .btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.portfolio-wrapper .btn-theme {
  background: var(--theme-color1);
  color: #212121;
}

.portfolio-wrapper .c-container {
  margin: auto;
  width: 93%;
  position: relative;
  z-index: 1;
}

.portfolio-wrapper .btn-outline-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-wrapper .btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.portfolio-wrapper .btn-outline-white:hover {
  background-color: #fff;
  color: var(--text-dark);
}

/* common css up */

.portfolio-wrapper .testimonial-one p,
.portfolio-wrapper .testimonial-two p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 35px;
}

.portfolio-wrapper .testimonial-one .name,
.portfolio-wrapper .testimonial-two .name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: left;
}

.portfolio-wrapper .testimonial-one .designation,
.portfolio-wrapper .testimonial-two .designation {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  opacity: 0.65;
}

.portfolio-wrapper .unt {
  margin-bottom: 20px;
  margin-top: 60px;
}

.portfolio-wrapper .hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}

.portfolio-wrapper .gallery-thumbs-one,
.portfolio-wrapper .gallery-thumbs-two {
  height: 100%;
  z-index: 111;
}

.portfolio-wrapper .gallery-thumbs-one .swiper-wrapper,
.portfolio-wrapper .gallery-thumbs-two .swiper-wrapper {
  align-items: center;
}

/* .portfolio-wrapper .gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 330px !important;
  height: 680px;
  position: relative;
} */
.portfolio-wrapper .gallery-thumbs-one .swiper-slide,
.portfolio-wrapper .gallery-thumbs-two .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 330px !important;
  height: 450px;
  position: relative;
}

.portfolio-wrapper .gallery-thumbs-one .swiper-slide img,
.portfolio-wrapper .gallery-thumbs-two .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  border-radius: 10px;
}

.portfolio-wrapper .gallery-thumbs-one .swiper-slide-active,
.portfolio-wrapper .gallery-thumbs-two .swiper-slide-active {
  height: 550px;
}

.portfolio-wrapper .gallery-thumbs-one .swiper-slide-active img,
.portfolio-wrapper .gallery-thumbs-two .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}

.portfolio-wrapper .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.portfolio-wrapper .flex-row .flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.portfolio-wrapper .gallery-thumbs-one .swiper-wrapper,
.portfolio-wrapper .gallery-thumbs-two .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-wrapper .testimonial-section .quote {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.portfolio-wrapper .swiper-container.testimonial-one,
.portfolio-wrapper .swiper-container.testimonial-two {
  height: 100vh;
}

.portfolio-wrapper .testimonial-section .user-saying {
  background: var(--theme-color2);
  width: 40%;
  color: #fff;
  height: 100%;
  padding-left: 5%;
}

.portfolio-wrapper .testi-user-img {
  width: 60%;
}

.portfolio-wrapper .testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.portfolio-wrapper .swiper-container-3d {
  perspective: 460px;
}

footer .copyright-section .bottom-navigation a:hover {
  color: #d091ff;
  opacity: 1;
}

.is-contact-page .contact-wrapper {
  position: relative !important;
  padding: 0 !important;
}

.branch-details {
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.5;
}

.branch-flag img {
  height: 60px !important;
  width: 60px;
}

/* Responsive */
@media screen and (max-width: 992px) {
  .branch-details {
    font-size: 10px !important;
    color: white !important;
  }
}

@media screen and (max-width: 1440px) {
  .bottom-teaser .teaser-content.-tw0 {
    display: none;
  }
}

@media screen and (max-width: 1330px) {
  .is--home .vertical-carousel.owl-carousel {
    display: none;
  }

  .testimonial-wrapper .container .row {
    flex-direction: column;
  }

  .testimonial-wrapper .container .row .col-md-6 {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (min-width: 1331px) {
  .is--home .owl-horizontal {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .portfolio-wrapper .portfolio-wrap {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .custom-col-1 {
    padding: 0 0 0 10px;
  }

  .sticky {
    position: fixed;
    font-size: 32px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 16px 0 20px;
    /* height: 100px;
    padding: 1em 0; */
    background: #fff;
    color: white;
    text-align: center;
    /* transition: 0.8s; */
    z-index: 9999;
  }

  /* .fixed {
    font-size: 24px;
    position: fixed;
    height: 90px;
    transition: 0.5s;

  } */

  /* .fixed .container-fluid {
    max-width: 1200px;
    padding: 0;
  }

  .fixed .container-fluid ul.navbar-nav {
    align-items: center;
  } */
}

.container-fluid ul.navbar-nav {
  align-items: center;
}

@media screen and (max-width: 1259.98px) {
  .testimonial-wrapper .testimonial-module .testm-bg-anime {

    filter: invert(1);
    mix-blend-mode: luminosity;
  }

  footer .footer-content .general-inquiry {
    padding-left: 0 !important;
    padding-bottom: 15px;
  }

  footer .footer-content .row.ft-mt {
    flex-direction: column;
  }

  footer .footer-content .row.ft-mt .col-md-4 {
    margin-bottom: 15px;
  }

  .about-wrapper .about-content .about-description {
    padding: 0 20px 0 0;
  }

  .about-wrapper .about-content .about-description p {
    max-width: 85%;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
  }

  .about-wrapper .about-content {
    padding: 80px 0 100px 0;
  }

  .process--wrapper .row .process--slider .owl-process .item .process-description {
    font-size: 22px;
    line-height: 1.3;

  }
}

@media screen and (max-width: 1200px) {
  .portfolio-wrapper .testimonial-section {
    display: none;
  }

  .portfolio-wrapper .portfolio-wrap {
    display: block;
    max-width: 600px;
    margin: 0 auto 20px auto;

  }

  .custom-zindex .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }

  .is--home .contact-wrapper {
    padding: 7% 2%;
  }

  .is--home .modal-content .contact-heading h1 {
    font-size: 26px;
  }

  .is--home .modal-content .contact-description p {
    font-size: 16px;
  }

  .is--home .contact-wrapper .row {
    align-items: center;
  }

  .hero-wrapper .hero--inner {
    flex-direction: column-reverse;
  }

  .hero-content.cont-puffs .content-card .get-proceed {
    justify-content: center;
  }

  .hero-content.cont-puffs .content-card .get-proceed .btn-act {
    background: #fff;
    color: #1C1F22;
  }

  .get-quote-wrap {
    margin: auto;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    display: none;
  }

  .hero-wrapper .hero-bg-anime {
    top: 5%;
    display: none;
  }

  .hero-wrapper .hero--inner .col-xl-6:first-child {
    display: none;
  }

  .h-bg-1,
  .h-bg-2 {
    display: block;
    width: 100% !important;
  }

  .h-bg-1 {
    background-image: url('../images/header-banner-02.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h-bg-2 {
    background-image: url('../images/header-banner-02.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-content.cont-puffs {
    max-width: 100%;
    padding: 10% 4%;
    text-align: center;
    background-position: center;
    min-height: 600px;

  }

  .hero-content.cont-puffs h1 {
    font-size: 48px;
    color: #fff;
    max-width: 500px;
    margin: auto;
  }

  .hero-content.cont-puffs p {

    font-size: 16px;
    color: #fff;
    opacity: 1;
    max-width: 500px;
    margin: 40px auto 0;
  }

  .hero-content .content-card {
    padding: 5% 3%;
    position: relative;
    z-index: 111;
  }


}

@media screen and (max-width: 1201px) {
  .hero-content.cont-puffs.h-bg-1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
  }

}

@media screen and (max-width: 1023.98px) {
  .tech--tabs .tabtech-wrap .tabcard {

    width: 120px;
  }

  .tech--tabs .tabtech-wrap {

    justify-content: center;
  }

  .tech--wrapper.global .tech--bar .tech-head {
    max-width: 100%;
  }

  .tech--wrapper.industry {
    padding-top: 0;
  }

  .tech--wrapper.industry .tech--bar {
    gap: 5px;
    justify-content: flex-start;
  }

  .tech--wrapper.industry .tech--bar .tech-clients ul {
    justify-content: flex-start;
    gap: 15px;
  }

  .tech--wrapper .tech--tabs .nav-pills {
    padding-bottom: 40px;
  }

  .tech--wrapper.industry .tech--bar .tech-clients ul li {
    height: 64px;
    margin-bottom: 60px;
    width: 120px;
    margin: 20px auto 60px;
  }

  .process--wrapper {
    width: 100%;
    position: relative;
  }

  .process--wrapper .row .process--banner {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    left: 0;
    right: 0;
    height: 100%;
  }

  .process--wrapper .row .col-md-6.ps {
    flex: 0 0 auto;
    width: 100%;
  }

  .process--wrapper .row .process--slider {
    padding: 12% 45px;
  }

  .process--wrapper .row .process--slider .owl-process .item {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .process--wrapper .row .process--slider .owl-process .item h4 {
    margin: 20px 0;
    font-size: 24px;
  }

  .process--wrapper .row .process--slider .owl-process .item .process-description {

    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 550px;
    color: #000;
    margin: 10px auto;
  }

  .process--wrapper .row .process--slider .owl-dots {
    text-align: center;

  }

  .process--wrapper .row .process--banner img {
    object-fit: cover;
  }

  .tech--wrapper .tech--bar {
    flex-direction: column;
    gap: 50px;
  }

  .tech--wrapper .tech--bar .tech-head {
    max-width: 100%;
    flex-basis: 100%;
    font-size: 28px;
    text-align: center;
  }

  .tech--wrapper .tech--bar .tech-clients {
    padding: 0 10px;
    flex-basis: 100%;
  }

  .tech--wrapper .tech--bar .tech-clients ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .tech--wrapper .tech--bar .tech-clients ul li {
    list-style: none;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 25%;
  }

  .tech--wrapper {
    padding: 100px 0 0;

  }

  .badge-wrapper .badge-box .awards-text span {
    font-size: 20px;
  }

  .badge-wrapper .badge-box {
    gap: 10px;
    flex-direction: column;
  }

  .badge-wrapper .badge-box .awards-text {
    flex-basis: 100%;
    border-right: none;
    padding: 30px 10px;
    margin-bottom: 30px;
  }

  .badge-wrapper .badge-box .badge-media {
    flex-basis: 100%;
  }

  .badge-wrapper .badge-box .awards-text span {
    text-align: center;
    margin-bottom: 15px;
  }

  .badge-wrapper .badge-box .awards-text h2 {
    font-size: 32px;
    text-align: center;
    max-width: 100%;
  }

  .bottom-teaser .teaser-content .teaser-text {
    font-size: 40px;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .hero-wrapper .hero-bg-anime {
    top: 10%;
  }

  .hero-wrapper .hero--inner {
    /* flex-direction: column-reverse; */
    padding: 0;
  }

  .portfolio-wrapper .testimonial-section {
    flex-direction: column;
  }

  .portfolio-wrapper .testimonial-section .user-saying {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .portfolio-wrapper .testi-user-img {
    margin: auto;
    width: 100%;
    padding: 0 145px;
  }

  .portfolio-wrapper .swiper-container-3d {
    /* perspective: 240px; */
    /* perspective: 200px; */
  }

  .mad .service-wrapper {
    margin-top: 85px !important;
  }

  .mad .main-banner .banner-wrapper {
    margin: 0px auto 0px !important;
  }

  .services.mad .main-banner .service-row .banner-wrapper .u-title h1 {
    max-width: 100%;
    font-size: 30px;
    text-align: center;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 991.98px) {
  .custom-zindex .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }

  .is--home .contact-wrapper .row {
    flex-direction: column;
  }

  .is--home .contact-wrapper .row .col-md-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .is--home .contact-wrapper .contact-form .row.m-b .col-md-6 {
    margin-bottom: 20px;
    width: 100%;
  }

  .is--home .contact-wrapper .contact-form .row.m-b {
    margin-bottom: 0;
  }

  .is--home .contact-wrapper .row .col-md-7 {
    width: 100%;
  }

  .is--home .contact-wrapper .contact-form .submit-form {
    margin: 20px 0;
  }

  .is--home .modal-content .contact-description p {
    font-size: 14px;
  }

  .services .contact-wrapper .row .col-md-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .services .contact-wrapper .contact-form .row.m-b .col-md-6 {
    margin-bottom: 20px;
    width: 100%;
  }

  .services .contact-wrapper .contact-form .row.m-b {
    margin-bottom: 0;
  }

  .services .contact-wrapper .row .col-md-7 {
    width: 100%;
  }

  .services .contact-wrapper .contact-form .submit-form {
    margin: 20px 0;
  }

  .services .modal-content .contact-description p {
    font-size: 14px;
  }

  .testimonial-wrapper .testimonial-module .testm-bg-anime img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
  }

  .hero-content .content-card {
    padding: 10% 3% 1%;
  }

  header {
    padding: 10px 0;
  }

  .hero-wrapper .hero--inner .hero-content {
    text-align: center;
  }

  .hero-wrapper .hero--inner .hero-content p {
    max-width: 100%;
  }

  .get-quote-wrap {
    margin: 20px auto 0;
  }



  .about-wrapper .about-classification .col-md-4 {
    padding-right: 40px;
  }

  .about-wrapper .about-classification .col-md-4:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-wrapper .about-classification .col-md-4 {
    width: 50%;
  }

  .about-classification .col-md-4:first-child .cls-main-title {
    max-width: 100%;
  }

  .portfolio-showcase .portfolio-inner .row {
    flex-direction: column;
  }

  .portfolio-showcase .portfolio-inner .split-mode {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .p-i-media-2 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-1 .p-i-media-1 {
    padding: 15px 0;
    background: linear-gradient(180deg,
        #1c1f22 8.7%,
        rgba(28, 31, 34, 0) 92.69%);
  }

  .portfolio-showcase .portfolio-inner {
    margin-top: 60px;
  }

  .bottom-teaser {
    margin-top: 30px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .action-proceed {
    margin-top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60%;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-1 .p-i-media-1 img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-1 .p-i-media-1 img:first-child {
    display: none;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-1 .p-i-media-1 img:nth-child(2) {
    display: block;
  }

  .bottom-teaser .teaser-content .teaser-text {
    font-size: 24px;
  }

  .bottom-teaser .teaser-content .teaser-media svg {
    max-width: 100%;
    width: 40px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title span {
    font-size: 20px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title p {
    font-size: 14px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title {
    padding: 38px 0 0 15px;
  }

  .is--home .mobile-menu img {
    filter: unset;
  }

  .testimonial-box .testimonial-box-content {
    min-height: 150px;
  }

}

@media screen and (min-width: 992px) {
  .portfolio-showcase .portfolio-inner .p-i-wrap .show-1 .p-i-media-1 img:nth-child(2) {
    display: none;
  }

  .portfolio-showcase .portfolio-inner .split-mode {
    transition: flex 0.8s;
  }

  .portfolio-showcase .portfolio-inner .split-mode:hover {
    flex: 1.5;
  }
}

@media screen and (min-width: 768px) {
  /* .portfolio-wrapper .portfolio-wrap {
    display: none;
  } */
}

@media screen and (max-width: 1260px) {
  .portfolio-wrapper .portfolio-content .product-description {
    width: 280px;
  }

  .portfolio-wrapper .portfolio-content .sub-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.98px) {
  .mad .on-demand-wrapper .demand-box .d-b-description {
    margin-bottom: 15px;
  }

  .mad .main-banner .on-demand-wrapper .demand-box .d-b-title {
    max-width: 100%;
    min-height: 40px;
  }

  .mad .main-banner .on-demand-wrapper {
    padding: 80px 10px 0;
  }

  .services .target-wrap .row h3 {
    font-size: 24px;
  }

  .testimonial-box .testimonial-box-content {
    min-height: 200px;
  }

  .tech--wrapper.global {
    display: none;
  }

  .counter-wrapper .timer-wrap {
    flex-wrap: wrap;
  }

  .counter-wrapper .timer-wrap .time-col {
    flex-basis: 47%;

  }

  .counter-wrapper .timer-wrap .time-col .digits {
    font-size: 44px;
  }

  .discover-wrapper .discover-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .discover-wrapper .discover-head .about-action {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    text-align: left;
  }

  .discover-wrapper .discover-head .about-action a img {
    padding: 5px;
  }

  .discover-slider .item-discover {
    text-align: center;
  }

  .discover-wrapper .discover-head .d-description h3 {
    font-size: 20px;

  }

  .discover-wrapper .discover-head .d-description .d-title {
    font-size: 24px;
  }

  .process--wrapper .row .process--slider .owl-process .item h4 {
    font-size: 18px;
  }

  .process--wrapper .row .process--slider .owl-process .item .process-description {
    font-size: 24px;

  }

  .process--wrapper .row .process--slider .owl-dots {

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .badge-wrapper .badge-box .badge-media .bd-icon {
    min-height: 100%;
    max-width: 100%;
    height: auto;
  }

  .badge-wrapper .badge-box .badge-media .bd-icon img {
    object-fit: cover;
  }

  footer .copyright-section .copyright-wrapper {
    margin-bottom: 10px;
  }

  .bottom-teaser .teaser-content .teaser-text {
    font-size: 20px;
    text-align: center;
  }

  .bottom-teaser {
    padding: 50px 0;
  }

  footer .newsletter-wrapper {
    margin-top: 50px;
    text-align: center;
  }

  footer .newsletter-wrapper .news-field {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .about-wrapper .about-classification .col-md-4 {
    width: 100%;
    margin-bottom: 50px;
  }

  .cls-mb {
    margin-bottom: 50px;
  }

  .about-wrapper .about-content .about-description {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-wrapper .about-content .about-description p {
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 20px;
  }

  .about-wrapper .about-content {
    padding: 80px 0 80px 0;
  }

  .about-wrapper .about-content .about-description .about-action {
    width: 60px;
    height: 60px;
  }

  .about-wrapper .about-content .about-description .about-action a {
    padding: 17px;
  }

  .about-wrapper .about-classification {
    padding-bottom: 50px;
  }

  .testimonial-wrapper {
    height: 100%;
  }

  .portfolio-wrapper .portfolio-content {
    width: 100%;
    padding: 0 20px;
  }

  .portfolio-showcase .portfolio-content {
    padding-top: 50px;
  }

  .portfolio-showcase .portfolio-content .portfolio-desc p {
    font-size: 20px;
  }

  .testimonial-wrapper .testimonial--content {
    padding: 50px 12px 0;
  }

  .portfolio-wrapper .portfolio-bottom .col-md-4 {
    margin-bottom: 30px;
  }

  .portfolio-wrapper .portfolio-bottom {
    margin-top: 70px;
  }

  /*  */
  /* .portfolio-wrapper .testimonial-section {
    display: none;
  }

  .portfolio-wrapper .portfolio-wrap {
    display: block;
  } */

  .portfolio-wrapper .portfolio-wrap .portfolio--modules {
    /* max-width: 550px; */
    margin: 50px auto;
    padding: 0 10px;
  }

  .portfolio-wrapper .portfolio-content .product-icon {
    margin: 20px auto 43px;
    width: 49px;
    height: 62px;
  }

  .portfolio-wrapper .portfolio-wrap .portfolio--modules .pf-media {
    width: 100%;
    height: 600px;
  }

  .portfolio-wrapper .portfolio-wrap .portfolio--modules .pf-media img {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .portfolio-wrapper .portfolio-content .product-title h2 {
    font-size: 26px;
  }

  .portfolio-wrapper .portfolio-content .sub-title {
    font-size: 20px;
    opacity: 0.5;
    color: #fff;
  }

  .portfolio-wrapper .portfolio-content .product-description {
    width: 100%;
    padding: 10px 0;
  }

  .portfolio-wrapper .portfolio-wrap .portfolio--modules .pf-content {
    margin-top: 40px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title span {
    font-size: 16px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .p-i-title p {
    font-size: 12px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .action-proceed a {
    max-width: 50px;
    height: 50px;
  }

  .portfolio-showcase .portfolio-inner .p-i-wrap .show-2 .bottle-context .action-proceed a img {
    width: 20px;
  }

  footer .footer-content .content-tag .ft-title {
    font-size: 28px;

  }
}

@media screen and (max-width: 599.98px) {
  .discover-slider .item-discover .discover-image {
    width: 65%;
    margin: 0 auto 30px;
  }

  .testimonial-box .testimonial-box-content {
    min-height: 70px;
  }
}

@media screen and (max-width: 575px) {
  .hero-content.cont-puffs h1 {
    font-size: 32px;
    color: #fff;
    max-width: 500px;
    margin: auto;
    padding: 0 10px;
  }

  .owl-discover .owl-dots {
    padding: 30px 10px;
  }

  .owl-discover .owl-dots .owl-dot.active span {
    width: 15px;
  }

  .owl-processes .owl-dots {
    padding: 30px 10px;
  }

  .owl-processes .owl-dots .owl-dot.active span {
    width: 15px;
  }

  .owl-discover .owl-dots .owl-dot span {
    width: 7px;
    height: 5px;
    background: #ddd;
  }

  footer .footer-navigation {
    margin-top: 40px;
  }

  footer .row .col-sm-6.col-md-3 {
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  footer .copyright-section {
    margin-top: 50px;
  }

  .bottom-teaser .teaser-content {
    flex-direction: column;
  }

  .bottom-teaser .teaser-content .teaser-media {
    margin-bottom: 20px;
  }

  .hero-wrapper .hero--inner .hero-content {
    padding: 0 0 15px;
    min-height: 400px;
  }

  .testimonial-box .testimonial-box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .bottom-teaser {
    padding: 20px 10px 20px;
  }

  .bottom-teaser .marquee__content {
    width: 100%;
    display: flex;
    line-height: normal;
    animation: unset;
    padding-left: 0px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bottom-teaser .marquee__content .ts2 {
    display: none;
  }

  .tech--wrapper.industry .tech--bar .tech-clients ul li {
    height: 50px;
    margin-bottom: 60px;
    width: 100%;
    margin: 20px auto 60px;
    flex-basis: 48%;

  }
}

@media screen and (max-width: 480px) {
  .hero-content.cont-puffs .content-card .get-proceed {
    flex-direction: column;
    padding: 0 13px;
  }

  .badge-wrapper .badge-box .badge-media .bd-icon {
    flex-basis: 50%;
    max-width: 160px;
    min-height: 100px;
    height: 60px;
  }

  .counter-wrapper .timer-wrap .time-col {
    flex-basis: 100%;

  }

  .counter-wrapper .timer-wrap .time-col .digits {
    font-size: 38px;
  }
}

@media screen and (max-width: 400px) {
  .badge-wrapper .badge-box .badge-media .bd-icon {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 100px;
    height: 60px;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .badge-wrapper .badge-box .badge-media .bd-icon img {
    object-fit: contain;
  }
}

.opacity-light-text {
  color: white !important;
  opacity: .5 !important;
}

.btn-theme-primary {
  border-radius: 25px;
  background: #d091ff;
  color: #1c1f22;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 12px;
  font-size: 16px !important;
}

.btn-theme-primary:hover {
  background: #000;
  color: #fff;
}

.bg-theme-dark {
  background-color: #1c1f22;
}

.fs-60 {
  font-size: 60px;
}

.fs-50 {
  font-size: 50px;
}

.text-theme-primary {
  color: #d091ff;
}

.text-theme-secondary {
  color: #ffffff7d;
}