:root {
  --text_primary: rgba(22, 125, 238, 1);
  --text_color: rgba(255, 255, 255, 1);
  --second_text_color: rgba(33, 33, 33, 1);
  --text-align: center;
  --pt_70: 70px;
  --pt_50: 70px;
  --pt_50: 50px;
  --pt_34: 34px;
  --pt_30: 30px;
  --pt_20: 20px;
  --fw_800: 800;
  --fw_700: 700;
  --fw_600: 600;
  --fw_500: 500;
  --fw_400: 400;
  --fs_56: 56px;
  --fs_44: 44px;
  --fs_38: 38px;
  --fs_26: 26px;
  --fs_28: 28px;
  --fs_24: 24px;
  --fs_22: 22px;
  --fs_20: 20px;
  --fs_18: 18px;
  --fs_16: 16px;
}
.testimonial_main {
  padding-top: 110px;
}

.testimonial_container {
  max-width: 1440px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.testimonial_title span {
  display: block;
}
.testimonial_wrap {
  background-image: url("../images/about_us_banner.webp");
  height: 627px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial_title {
  position: relative;
}
.testimonial_title h1 {
  position: relative;
  color: var(--text_color);
  font-size: var(--fs_56);
  font-weight: var(--fw_700);
  text-align: var(--text-align);
  line-height: 1.3;
  margin: 0;
}
.testimonial_title h1:after {
  content: "";
  background: var(--text_color);
  position: absolute;
  bottom: -20px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  left: 50%;
  width: 80px;
  height: 4px;
}
.testimonial_title p {
  color: var(--text_color);
  font-size: var(--fs_26);
  font-weight: var(--fw_400);
  text-align: var(--text-align);
  padding-top: var(--pt_50);
  line-height: 38px;
  margin: 0;
}

/* slider css */
.slider_bg {
  background: rgba(243, 250, 253, 1);
}
.client_70 {
  padding-top: var(--pt_70);
  padding-bottom: var(--pt_70);
}
.testimonial_slider {
  position: relative;
  background: var(--text_primary);
  padding: 70px 70px 70px 136px;
  border-radius: 30px;
  margin-left: 70px;
  min-height: 410px;
  max-height: 410px;
}

.testimonial_slider_innner p {
  position: relative;
  color: var(--text_color);
  font-size: 25px;
  font-weight: var(--fw_400);
  line-height: 35px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.testimonial_slider_innner p::after {
  content: "";
  position: absolute;
  background-image: url("../img/about/client_after.svg");
  top: -23px;
  left: -62px;
  width: 54px;
  height: 40px;
  background-repeat: no-repeat;
}
.client_card_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client_card_inner h2 {
  color: var(--text_color);
  font-size: var(--fs_28);
  font-weight: var(--fw_800);
  padding-top: var(--pt_20);
  line-height: 100%;
  margin: 0;
}
.client_card_inner h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs_24);
  font-weight: var(--fw_400);
  padding-top: 10px;
  line-height: 100%;
  margin: 0;
}
.country_image {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-top: var(--pt_20);
}
.country_image span {
  color: var(--text_color);
  font-size: var(--fs_16);
  font-weight: var(--fw_700);
  line-height: 100%;
}
.client_image {
  position: absolute;
  bottom: 0px;
  transform: translate(-122%, -74%);
  border-radius: 20px;
}
.country_image img {
  width: 28px !important;
  height: 28px;
  object-fit: contain;
}
.swiper-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1.47px solid rgba(37, 131, 233, 1);
  border-radius: 50%;
  font-size: 18px;
  color: #007bff;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.swiper-button-prev-custom:active,
.swiper-button-next-custom:active {
  background: #007bff;
  color: #fff;
}

.swiper-button-prev-custom.active-button_click,
.swiper-button-next-custom.active-button_click {
  background: #007bff;
  color: #fff;
}
.mySwiper .swiper-slide .country_image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  border-radius: 0px !important;
}
/* end slider */

/* card slider */
.card_auto_slider {
  padding-top: 35px;
  padding-bottom: 70px;
  overflow: hidden;
}
.client_text_slider {
  background: rgba(255, 255, 255, 1);
  width: 1090px;
  max-width: 100%;
  margin: auto;
  padding: 30px 30px;
  border-radius: 30px;
}
.client_text_card p {
  color: var(--second_text_color);
  font-size: var(--fs_24);
  font-weight: var(--fw_400);
  text-align: var(--text-align);
  margin: 0;
}
.card_text_name h3 {
  font-size: var(--fs_38);
  text-align: var(--text-align);
  font-weight: var(--fw_800);
  color: rgba(59, 59, 59, 1);
  padding-top: 30px;
  margin: 0;
}
.white_color {
  justify-content: center;
  padding-top: 4px;
}
.white_color span {
  color: rgba(59, 59, 59, 1);
}
.card_auto_slider .swiper-3d {
  width: 1070px;
  max-width: 100%;
  height: 300px;
  border-radius: 25px;
}

.custom-cards-swiper .swiper-slide {
  background: #fff !important;
  height: 310px !important;
}
.card_auto_slider .swiper-3d .swiper-slide-shadow {
  background: rgb(255 255 255);
}
.card_auto_slider .swiper-cards .swiper-slide {
  border-radius: 25px;
}

.custom-cards-swiper .swiper-button-prev,
.custom-cards-swiper .swiper-button-next,
.custom-cards-swiper .swiper-pagination {
  display: none !important;
}
.card_auto_slider .swiper-slide {
  box-shadow: 0px 0px 13.8px 0px rgba(0, 0, 0, 0.2);
}
.card_auto_slider .swiper-cards .swiper-slide-active ~ .swiper-slide,
.swiper-slide-active {
  opacity: 1;
}

.card_auto_slider .swiper-slide-active {
  opacity: 1 !important;
}

.card_auto_slider .swiper-slide {
  opacity: 0;
}

/* end  */

/* start project  */
.start_project {
  text-align: var(--text-align);
}
.start_project h2 {
  font-size: var(--fs_38);
  position: relative;
  font-weight: var(--fw_500);
  color: var(--second_text_color);
  margin: 0;
}

.start_project h2:after {
  content: "";
  background: var(--text_primary);
  position: absolute;
  bottom: -20px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  left: 50%;
  width: 80px;
  height: 4px;
}
.about_more_card {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  padding-top: var(--pt_50);
}
.about_card_inner {
  background: rgba(232, 243, 255, 1);
  border: 1px solid rgba(159, 205, 255, 1);
  width: 695px;
  padding: 50px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_card_inner a {
  position: relative;
  font-size: var(--fs_26);
  font-weight: var(--fw_700);
  color: rgba(37, 131, 233, 1);
}
.about_card_inner a:after {
  content: "";
  background-image: url("../images/about_us_img08.svg");
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 150px;
  z-index: 9;
  background-repeat: no-repeat;
}
.workspace {
  padding-top: var(--pt_50);
  position: relative;
}
.play_video_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.card_auto_slider {
  position: relative;
}
.card_auto_slider .swiper-wrapper {
  transform: translate3d(0px, calc(1.5925% - 930px), -10px) rotateZ(0deg)
    scale(1);
}

/* end  */

/* esteemed_client */
.esteemed_client {
  background: rgba(0, 23, 55, 1);
  margin-top: 70px;
}
.esteemed_title h2 {
  position: relative;
  font-size: var(--fs_38);
  color: var(--text_color);
  text-align: var(--text-align);
  font-weight: var(--fw_500);
  margin: 0;
}
.esteemed_title h2:after {
  content: "";
  background: var(--text_color);
  position: absolute;
  bottom: -20px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  left: 50%;
  width: 80px;
  height: 4px;
}

.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

.icon-container-alt {
  display: flex;
  padding-right: 20px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  flex-shrink: 0;
}

.flex-vertical {
  margin-top: 30px;
  position: relative;
}
.flex-vertical::after {
  content: "";
  background: linear-gradient(
    89.82deg,
    #001737 2.42%,
    rgba(0, 23, 55, 0) 74.89%
  );
  position: absolute;
  right: -2px;
  top: 0;
  width: 411px;
  height: 210px;
  z-index: 9;
  transform: rotate(180deg);
}
.flex-vertical::before {
  content: "";
  background: linear-gradient(
    89.82deg,
    #001737 2.42%,
    rgba(0, 23, 55, 0) 74.89%
  );
  position: absolute;
  left: -2px;
  top: 0;
  width: 411px;
  height: 210px;
  z-index: 9;
  transform: rotate(360deg);
}

.flex-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.marquee-horizontal-large:hover .track-horizontal,
.marquee-horizontal-large:hover .track-horizontal-alt {
  animation-play-state: paused;
}

.marquee-row {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.marquee-row.reverse .marquee-track {
  animation: scroll-right 25s linear infinite;
}

.flex-vertical {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* marquee end  */

/* Services Company Accredite section */
.workspace_img {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.workspace_img img {
  width: 100%;
  max-width: 100%;
}

.workspace_img1 {
  grid-row: span 2 / span 2;
}

.workspace_img2 {
  grid-row: span 2 / span 2;
}

.workspace_img3 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.workspace_img5 {
  grid-column-start: 5;
}

.workspace_img6 {
  grid-column-start: 6;
}

.workspace_img7 {
  grid-column-start: 1;
  grid-row-start: 3;
}

.workspace_img8 {
  grid-column-start: 1;
  grid-row-start: 4;
}

.workspace_img9 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}

.workspace_img10 {
  grid-column-start: 3;
  grid-row-start: 3;
}

.workspace_img11 {
  grid-column-start: 4;
  grid-row-start: 3;
}

.workspace_img12 {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 4;
}

.workspace_img13 {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 5;
}

.workspace_img14 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 5;
}

.workspace_img15 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 2;
}

.workspace_img16 {
  grid-row: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 4;
}

.workspace_img17 {
  grid-row: span 2 / span 2;
  grid-column-start: 6;
  grid-row-start: 4;
}
.workspace_img1,
.workspace_img2,
.workspace_img3,
.workspace_img16,
.workspace_img17 {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(185, 220, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.workspace_img1 img {
  max-width: 100%;
  width: 98px;
}
.workspace_img2 img {
  width: 120px;
  height: 120px;
}
.workspace_img3 img {
  max-width: 100%;
  width: 284px;
}
.workspace_img16 img {
  max-width: 100%;
  width: 137px;
}
.workspace_img17 img {
  width: 84px;
  max-width: 100%;
}
/* end  */

@media (min-width: 1399.98px) and (max-width: 1680px) {
  .testimonial_wrap {
    height: 570px;
  }
}
@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  .testimonial_title span {
    display: inline;
  }
  .testimonial_main {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonial_container {
    width: 90%;
  }
  .flex-vertical::before {
    width: 470px;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --fs_28: 20px;
    --fs_24: 20px;
  }
  .testimonial_main {
    padding-top: 75px;
  }
  .testimonial_title span {
    display: inline;
  }
  .testimonial_wrap {
    height: 370px;
  }
  .testimonial_slider_innner p {
    font-size: 18px;
  }
  .testimonial_slider {
    padding: 40px 30px 30px 133px;
    min-height: 385px;
  }
  .client_card_inner h3 {
    font-size: 20px;
  }
  .about_card_inner a {
    font-size: 18px;
  }
  .about_more_card {
    column-gap: 20px;
  }
  .client_card_wrap svg {
    height: 60px;
    width: 60px;
  }
  .card_auto_slider:after {
    display: none;
  }
  .workspace_img16 img {
    width: 98px;
  }
  .workspace_img17 img {
    width: 60px;
  }
  .workspace_img3 img {
    width: 240px;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --fs_56: 45px;
    --fs_56: 30px;
  }
  .slider_bg .mySwiper {
    height: auto;
  }
  .swiper-buttons {
    margin-top: 10px;
  }
  .testimonial_slider {
    padding: 20px 20px 20px 133px;
  }
  .client_card_inner h3 {
    font-size: 18px;
  }
  .testimonial_slider_innner p::after {
    top: -11px;
  }
  .about_card_inner a {
    font-size: 18px;
  }
  .about_card_inner {
    padding: 20px;
  }
  .about_more_card {
    padding-top: 45px;
  }
  .workspace {
    padding-top: 45px;
  }
  .esteemed_client {
    margin-top: 45px;
  }
  .client_70 {
    padding-bottom: 40px;
  }
  .workspace_img1 img {
    width: 60px;
    object-fit: contain;
  }
  .workspace_img2 img {
    width: 70px;
  }
  .workspace_img3 img {
    width: 160px;
  }
  .flex-vertical::before,
  .flex-vertical::after {
    height: 150px;
  }
  .flex-vertical {
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --fs_56: 30px;
    --pt_50: 30px;
    --fs_26: 20px;
    --pt_70: 40px;
    --fs_38: 28px;
  }
  .testimonial_wrap {
    height: auto;
    padding-bottom: 30px;
  }
  .testimonial_title {
    padding-top: 25px;
  }
  .testimonial_slider {
    margin-left: 0px;
  }
  .slider_bg .mySwiper .swiper-slide {
    width: 100% !important;
    max-width: 100%;
  }
  .testimonial_slider {
    padding: 185px 20px 20px 20px;
    min-height: 510px;
  }
  .testimonial_slider_innner p {
    font-size: 16px;
    line-height: 32px;
  }
  .testimonial_slider_innner p::after {
    display: none;
  }
  .client_image {
    top: 14px;
    left: 14px;
    transform: translate(0);
  }
  .slider_bg .client_image img {
    border-radius: 30px !important;
  }
  .about_more_card {
    flex-wrap: wrap;
    row-gap: 20px;
    max-width: 100%;
  }
  .about_card_inner a {
    font-size: 16px;
  }
  .about_card_inner a:after {
    position: absolute;
    top: 111%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 138px;
  }
  .client_70 {
    padding-bottom: 50px;
  }
  .play_video_icon {
    top: 57%;
  }
  .play_video_icon img {
    width: 50px;
    height: 50px;
  }
  .flex-vertical::after,
  .flex-vertical::before {
    display: none;
  }
  .workspace.workspace_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .workspace_img1,
  .workspace_img2,
  .workspace_img5,
  .workspace_img6,
  .workspace_img7,
  .workspace_img8,
  .workspace_img10,
  .workspace_img11,
  .workspace_img16,
  .workspace_img17 {
    width: 48%;
  }
  .slider_bg .card_video_play img {
    width: 50px;
  }
  .card_text_name h3 {
    padding-top: 12px;
  }
  .client_text_card p {
    font-size: 16px;
  }
  .client_text_slider {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 567px) {
  .workspace_img1 img {
    padding: 20px 0;
  }
  .workspace_img3 img {
    padding: 20px;
  }
}

@media screen and (max-width: 375px) {
  .client_text_card p {
    font-size: 14px;
  }
}
