/*
Theme Name: adaps
Author: the adaps Team
Requires at least: 6.0
Tested up to: 6.0.1
Version: 2.0
Text Domain: adaps
*/
:root {
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-bold: 500;
  --font-bolder: 700;
  --font-boldest: 700;
  --main-font: "Poppins", sans-serif;
  --orange-color2: #f78409;
  --new-blue: #2957b2;
  --grey: #888888;
  --turquoise: #0b8789;
}
.collaboration-section .inner-block h3,
.history-content h3 {
 
  color: var(--orange-color2);
}
a.theme-btn.btn.btn-primary,
.contact-form-row .btn.btn-primary,
.contact-form-sec  .btn.btn-primary {
  background-color: var(--blue-color);
}
a.theme-btn.btn.btn-primary:hover,
.contact-form-row .btn.btn-primary:hover,
.contact-form-sec  .btn.btn-primary:hover{
  background-color: var(--orange-color2);
}
.single-jobpost .site-header{
  background: rgb(from var(--black) r g b / 50%);
}
.single-section .sjb-page .list-data .v2 .company-logo {
  width: 88px;
}
.single-section .sjb-page img {
  min-height: 68px;
}

.lenis-disabled {
  scroll-behavior: auto !important;
}

.body-scroll-lock {
  position: fixed;
  width: 100%;
}

.ptb-120 {
  padding: 120px 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.blue {
  color: var(--blue-color);
}
.section-heading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.inner-banner-section {
  max-height: 800px;
}
.inner-banner-section .banner-content .container-lg {
  text-align: left;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 60px;
  width: 100%;
  z-index: 9;
  padding-left: 20px;
}
.inner-banner-section .banner-content h1 {
  position: unset;
  transform: none;
  justify-content: flex-start;
  font-size: 70px;
}
.reduce-testing-cost-section p {
  font-size: 18px;
  line-height: 30px;
}
.reduce-testing_row {
  align-items: center;
}





 

.case-study-section .theme-btn.white-btn,
.case-study-section a.theme-btn.btn.btn-primary {
  border-radius: 100px;
  background-color: var(--white) ;
  display: inline-block;
  color: #141414;
  border: 0px !important;
}
 .case-study-section .theme-btn.white-btn:hover,
 .case-study-section a.theme-btn.btn.btn-primary:hover {
  background-color: var(--light-orange-color);
  color: var(--white);
} 
.case-study-section {
  background: #141414;
  padding: 100px 0;
}
.case-study-section.service-case-study {
  margin-top: 100px;
}
.case-study-section h3 {
  font-size: 30px;
  color: var(--white);
  font-weight: var(--font-weight-light);
  margin: 0;
}
.case-study-section h4 {
  font-size: 36px;
  color: var(--white);
  font-weight: 700;
}
.case-study-col {
  text-align: center;
}
.case-study-row {
  align-items: center;
 
  flex-wrap: wrap;
}
.case-study-btn {
  text-align: end;
}


.roadmap-outer {
  position: relative;
  box-sizing: border-box;
}
.center-timeline .default-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: calc(100% - 70px);
  top: 70px;
  background: rgb(255 255 255 / 26%);
  z-index: 1;
}
.center-timeline .draw-line {
  width: 2px;
  height: 0px;
  position: absolute;
  left: 50%;
  background: var(--light-orange-color);
  z-index: 9;
  top: 70px;
  transition: height linear 0.1s;
}
.center-timeline .draw-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -19px;
  right: 0;
  background-image: url(https://www.adaps.com/wp-content/uploads/2024/07/arrow-down.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.roadmap-outer ul {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.roadmap-outer ul li {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.content {
  padding-bottom: 20px;
}
.roadmap-outer .section-heading {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 580px;
}
.roadmap-outer .section-heading span {
  color: var(--sky-color);
}
.roadmap-outer ul li p {
  margin: 10px 0 0;
  padding: 0;
}
.roadmap-outer ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.roadmap-outer .time {
  padding: 100px;
}
.roadmap-outer .content {
  padding: 50px 100px;
  display: flex;
  justify-content: center;
}
.roadmap-outer ul li .time-desc {
  background: var(--white);
  box-shadow: 1px 9px 12px 0px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 30px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 30px;
}
.roadmap-outer ul li p {
  font-size: 18px;
  line-height: 30px;
}
.roadmap-card {
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all ease 0.5s;
}
.roadmap-card.reverse-col {
  flex-direction: row-reverse;
}
.reverse-col .time {
  padding: 100px;
}
.roadmap-section.section .container-fluid {
  padding: 0;
}
.roadmap-outer .center-arrow {
  position: sticky;
  top: 115px;
  width: 100%;
  background-size: cover;
  z-index: 99;
  margin-bottom: 80px;
  margin-top: -80px;
}
.roadmap-outer .center-arrow img {
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30px;
}

.technologies-section h2 {
  margin-bottom: 30px;
}
.technologies-section p {
  font-size: 18px;
  line-height: 30px;
}
.technologies-row {
  align-items: center;
  width: 100%;
}
.technologies-section .btn-wrap {
  text-align: end;
}
.theme-btn.dicover-more-btn {
  margin: 0;
}
.technologies-section {
  padding-top: 100px;
}

.industries-we-deliver-section h2 {
  text-align: center;
  margin-bottom: 50px;
}
.industries-we-deliver-section .industries-lists {
  border: none;
  box-shadow: none;
  padding: 0;
}
.industries-we-deliver-section .industries-lists .section-title {
  max-width: 100%;
}
.content-rgt p {
  font-size: 18px;
  line-height: 30px;
}
.theme-btn.orange-btn {
  background-color: var(--blue-color);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 10px !important;
  transition: all ease 0.5s;
  border: none !important;
  box-shadow: none;
  margin-top: 20px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.theme-btn.orange-btn:hover {
  background-color: var(--orange-color);
}
.industries-we-deliver-section .industries-type .content h4 {
  line-height: 26px;
}
.industries-we-deliver-row {
  align-items: center;
}

.testimonila-slider-wrapper {
  background: var(--white);
  border-radius: 18px;
  padding: 40px;
  text-align: center;
  height: 100%;
 
 
}
.swiper.testimonial-slider.swiper-horizontal > .swiper-pagination-bullets{
  bottom: -1px;
}
.clients-feedback .testimonila-slider-wrapper .feedback-content {
  padding: 0;
}
.testimonila-slider-wrapper .swiper-wrapper.feedback-content {
  margin-bottom: 50px;
}
.swiper-pagination-bullet-active {
  background: #f78409 !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 1;
}
.clients-feedback:before {
  content: "";
  position: absolute;
  background: #00000094;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.clients-feedback,
.clients-feedback .row {
  position: relative;
}

.process-section.section {
  padding: 100px 0 0;
  overflow: hidden;
  background: var(--gray);
}
.process-block-row {
  padding-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  counter-reset: process-counter;
}
.process-block {
  background: var(--white);
  box-shadow: 1px 9px 12px 0px rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  padding: 20px;
  margin: 60px 0 25px;
  position: relative;
  counter-increment: process-counter;
}
.process-block:before {
  content: "";
  position: absolute;
  background: var(--blue-color);
  width: 100%;
  height: 3px;
  right: 50%;
  top: -60px;
}
.process-block-row .process-block-col:first-child {
  margin-left: 20%;
}
.process-block-row .process-block-col:first-child .process-block:before {
  right: 0;
  width: 0;
}
.process-block:after {
  content: counter(process-counter);
  position: absolute;
  top: -74px;
  width: 30px;
  height: 30px;
  left: 0;
  right: -20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-color);
  color: var(--white);
  border-radius: 30px;
}
.process-block .content-wrap h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.process-block .content-wrap p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.process-block .img-wrap img,
.process-slider-wrapper .img-wrap img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.process-block-col:hover .img-wrap img
.process-slider-wrapper .img-wrap img {
  transform: scale(1.2);
}
.process-block-col .img-wrap,
.process-slider-wrapper .img-wrap{
  overflow: hidden;
  border-radius: 20px;
  height: 348px;
}
.process-block-col .img-wrap img
.process-slider-wrapper .img-wrap img {
  transition: all ease 0.5s;
}


.services-slider-wrapper .swiper-slide {
  background: var(--white);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  height: auto;
  display: flex;
  align-items: start;
  transition: all ease 0.5s;
}
.services-slider-wrapper .swiper-slide:hover {
  background: var(--sky-color);
  color: #fff;
}
.services-slider-wrapper .swiper-slide:hover a.theme-btn.sky-btn {
  background: var(--blue-color);
}
.services-slider .sky-btn {
  display: inline-block;
  font-size: 20px;
  border-radius: 100px;
}
.services_inner_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.services_inner_content h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.our-services-section .section-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}
.swiper.services-slider {
  padding-bottom: 80px;
}
.swiper.services-slider.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}
.orange {
  color: var(--light-orange-color);
}
.services-slider-wrapper .swiper-button-next:after,
.services-slider-wrapper .swiper-button-prev:after,
.testimonila-slider-wrapper .swiper-button-next:after,
.testimonila-slider-wrapper .swiper-button-prev:after{
  background-color: var(--orange-color);
  font-size: 22px;
  padding: 10px 12px;
  color: var(--white);
  border-radius: 4px;
}
.services_inner_content {
  display: grid;
  gap: 10px;
}
.services-slider-wrapper {
  position: relative;
  padding: 0 30px;
}

.theme-btn.explore-arw-btn {
  color: #212429;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

        .theme-btn.explore-arw-btn{
          display: none;
        }
       

.theme-btn.explore-arw-btn:hover {
  color: var(--blue-color);
}
.our-partner-tech-box {
  background: var(--white);
  border-radius: 18px;
  padding: 40px;
  text-align: left;
  height: 100%;
  display: flex;
 
  align-items: start;
  transition: all ease 0.5s;
  position: relative;
}
.our-partner-tech-box p {
  text-align: left;
}
.our-partner-tech-box .services_inner_content {
  gap: 20px;
}
.theme-btn.explore-arw-btn img {
  width: 11px;
}
.our-partner-tech-row {
  gap: 24px 0;
}
.tech-partnr-popup-list .fa-arrow-right:before {
  content: "\f061";
  background: var(--sky-color);
  padding: 15px;
  border-radius: 100px;
  color: var(--white);
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech-partnr-popup-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.our-partner-tech-box-popup {
  background: var(--white);
  border-radius: 18px;
  padding: 40px;
  text-align: left;
  height: 100%;
  display: flex;
  max-height: 90svh;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup_inner_content {
  display: flex;
  flex-direction: column;
}
.our-partner-section .section-heading {
  margin-bottom: 30px;
}

.our-partner-section .modal {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
}
.our-partner-section .modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 20px;
  width: 65%;
  border-radius: 18px;
  align-items: center;
}
.our-partner-section .close {
  color: #9f9c9c;
  font-size: 28px;
  font-weight: bold;
  border: 2px solid;
  max-width: 33px;
  height: 33px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
}
.our-partner-section .close:hover,
.our-partner-section .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.tech-partnr-popup-list {
  padding-left: 20px;
}
body.popup-opened {
  overflow: hidden;
}
.contact-form-home .row.mb-3 {
  margin-bottom: 0 !important;
}
.contact-form-home .contact-form .d-grid p,
.contact-form-home .wpcf7 form .wpcf7-response-output {
  margin-bottom: 0;
}
.our-partner-tech-box:hover {
  transition: all ease 0.5s;
  transform: scale(1.0161290323);
  cursor: pointer;
}
.our-partner-tech-box:hover .theme-btn.explore-arw-btn {
  color: var(--white);
}
.wpcf7-not-valid-tip {
  font-size: 0.8rem !important;
}
.page-template-service-page .technologies-section,
.page-template-testing-page .technologies-section,
.page-template-app-modernisation .technologies-section,
.page-template-cyber-resilience .technologies-section,
.page-template-app-development .technologies-section {
  padding-bottom: 100px;
}

.roadmap-outer ul li .time-desc ul {
  padding-left: 30px;
}
.roadmap-outer ul li .time-desc ul li {
  list-style: disc;
}
.banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000045;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section-title.section-tittle-gap {
  margin-bottom: 60px;
}
.history-content-wpr {
  background: #000;
  padding: 72px 0;
  overflow: hidden;
}
.section-header {
  margin-bottom: 30px;
}
.year_title h2 {
  font-size: 300px;
  font-weight: 700;
  font-family: "Poppins";
  position: relative;
  color: rgba(17, 99, 251, 1);
  opacity: 1;
}
.year-content {
  display: flex;
  align-items: flex-start;
  color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 4% 0;
}
.year_image {
  position: absolute;
  top: 50%;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  max-width: 520px;
  object-fit: cover;
  transform: rotate(-10deg) translate(0%, -50%) scale(1);
  left: 65px;
}
.year_image img {
  max-width: 520px;
}
.year_para-wpr {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-top: auto;
  max-width: 450px;
  position: absolute;
  right: 40px;
  bottom: 0;
}
.year_title {
  max-width: 800px;
  margin: auto;
}
.year_para {
  margin-bottom: 0;
  font-size: 20px;
}
.section-header > h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  min-height: 450px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-top: 70px;
  background-color: transparent;
  height: 5px;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 100%;
  display: flex;
  color: #fff;
  margin-top: 70px;
 
  justify-content: space-between;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom:after {
  content: "";
  width: 98%;
  position: absolute;
  height: 1px;
  background: #1163fb;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 30px;
  display: block;
  max-width: max-content;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title {
  position: relative;
  font-weight: 400;
  right: 0;
 
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
  padding-top: 25px;
  display: block;
  margin-top: -5px;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title:after {
  position: absolute;
  top: 5px;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
  background-color: #000;
  border: 1px solid #1163fb;
  border-radius: 10px;
  display: block;
  width: 30px;
  height: 20px;
  margin: 0;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  .switch-title:after {
  width: 30px;
  height: 20px;
  transition-delay: 0.4s;
  background-color: rgba(17, 99, 251, 1);
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  ~ .swiper-pagination-switch
  .switch-title {
  font-weight: 500;
}

.history-slider-wrapper{
  display: none;
}
.process-slider-wrapper{
  display: none;
}
.process-slider-wrapper .default-slide{
  box-shadow: -3px 10px 5px 0px rgba(0, 0, 0, 0.4);
}
.process-slider-wrapper .img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.services-slider-wrapper.process-slider-wrapper{
  padding: 0 0 60px 0;
}


.mission-section {
  border-radius: 20px;
  max-width: 1180px;
  width: 100%;
  min-width: 1000px;
  box-shadow: 0px 0px 60px 0px #0000001a;
}
.mission-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.mission-section.process-block-col:first-child {
  margin-left: 5%;
}
.mission-swiper.process-block-row {
  gap: 50px;
  padding-top: 0;
}
section.section.mission-sec.process-section {
  height: 100svh;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.Mission-tittle {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.swiper.mission-swiper {
  padding: 50px 0;
}
.bold-light {
  color: rgb(229 229 227 / 20%);
  position: absolute;
  top: -75px;
  left: 0;
  z-index: -1;
  letter-spacing: 2px;
  right: 0;
  font-family: Poppins;
  font-size: 120px;
  font-weight: 900;
  line-height: 180px;
}
.Mission-tittle h2 {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
}
.text-section {
  max-width: 55%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 70px;
}
.text-section p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins";
  color: #1e1e1e;
  text-align: justify;
  line-height: 32px;
}
.image-section {
  max-width: 45%;
  background-color: #333;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  padding: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.swiper.mission-swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.swiper.mission-swiper {
  padding: 50px 0;
  padding-left: 60px;
}
.image-section img {
  width: 100%;
  border-radius: 15px;
  display: block;
  height: 100%;
  object-fit: cover;
}
.image-section img {
  width: 100%;
  border-radius: 15px;
  display: block;
}
.mission-section-inner {
  padding-left: 7%;
}
.mission-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: 0.5s all ease;
}
.mission-swiper .swiper-slide {
  transform: scale(0.9);
  transition: 0.5s all ease;
}
.section.mission-sec {
  padding: 50px 0;
}
.swiper.mission-swiper .swiper-slide.swiper-slide-active .mission-section {
  box-shadow: 0px 0px 60px 0px #0000001a;
}
.mission-swiper .swiper-slide {
  cursor: grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.mission-swiper .swiper-slide:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title {
  color: #898989;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title {
  color: #898989;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  .switch-title {
  color: #fff;
}
.team-section {
  padding-top: 20px;
  padding-bottom: 100px;
}
.team-heading {
  margin-bottom: 40px;
  text-align: center;
}
.team-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.team-member {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: calc(33% - 30px);
  text-align: center;
}
.team-member img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 600px;
}
.member-name {
  font-weight: bold;
  margin-top: 15px;
  font-size: 20px;
}
.member-title {
  color: #555;
  margin-top: 5px;
  font-size: 0.9em;
}
.graph-section-wpr iframe {
  width: 100%;
  height: 540px;
}

.popup-outer {
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 100%;
  margin: auto;
  right: 0;
  max-height: 100vh;
  top: 50%;
  transform: translateY(-50%);
  padding: 3% 6%;
}
.popup-outer .sjb-quick-apply-modal-close-btn .close {
  color: #ffffff;
  float: right;
  font-size: 19px;
}
.popup-outer .sjb-page .sjb-detail {
  margin: 0;
}
.popup-outer .sjb-quick-apply-modal-close-btn {
  background: #1730aa;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
  border-radius: 6px;
}
.popup-outer .v2 header {
  width: 100%;
}
.popup-outer .v2 header .row {
  width: 100%;
  margin: 0;
}
body .home-hero-section {
  margin-top: -148px;
  height: calc(90svh + 148px);
}
body header.site-header {
 
  padding: unset;
}
.navbar{
  padding: 10px 0;
}

.link-text:hover {
  color: var(--orange-color2) !important;
}

.popup-outer .sjb-page .list-data .sjb-job-info {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}
.popup-outer .sjb-page .list-data .v2:hover {
  transform: none;
}
.popup-outer .sjb-page .sjb-detail .list-data .v2 {
  height: 90vh;
  overflow: auto;
}
.tech-partnr-popup-list .fa-arrow-right:before {
  width: 45px;
  height: 45px;
}
.our-partner-section .close {
  color: #9f9c9c;
  font-size: 28px;
  font-weight: 200;
  border: 2px solid;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  margin-left: auto;
  height: 33px;
  line-height: 33px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  background: #fff;
}
.popup-outer .sjb-title-value {
  padding-left: 0;
}
.swiper-btnwpr {
  position: relative;
  max-width: 300px;
  margin: auto;
  top: -10px;
}
body.adaps {
  width: 100vw;
  overflow-x: hidden;
}


.home-logo-partner-slider .owl-stage-outer img {
  max-width: 100%;
  width: auto;
  max-height: 80px;
  display: block;
  margin: auto;
}
.lgos-wpr img.tech-logo {
  max-width: 160px;
}

section.section.history-sec-wpr.process-section {
  position: relative;
  padding-bottom: 150px !important;
}
.sec-background-img-wpr img {
  height: 100%;
  object-fit: cover;
}
.sec-background-img-wpr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  /* display: none; */
}
.sec-background-img-wpr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000045;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.text-white {
  color: #fff;
}
.process-block.history-press-block:after {
  background: var(--orange-color2);
}
.process-block.history-press-block:before {
  background: var(--orange-color2);
}
.process-block.history-press-block {
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  height: 100%;
}
.history-content h3 {
  margin-bottom: 18px;
  min-height: 65px;
}
.history-content p {
  line-height: 28px;
}
.process-block-col.history-block-col {
  position: relative;
  padding-top: 15px;
}
.history-year-block {
  position: absolute;
  top: -40px;
  max-width: max-content;
  margin: auto;
  left: 20px;
  right: 0;
}
.history-year-block h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.ceo-img-wpr {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 1px 9px 20px 0px rgb(0 0 0 / 16%);
  border-radius: 30px;
  position: relative;
  max-width: 360px;
}
.ceo-img-wpr img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
}
.section.ceo-comment-sec {
  background: var(--gray);
}
.section.world-map-sec {
  background: #fff;
}
.life-of-adaps-slider-wrapper {
  margin-top: 50px;
}
.life-of-adaps-slider-wrapper .industries-slider-wrapper .swiper-slide {
  height: auto;
}
.life-Of-Adaps-img{
  max-height: 240px;
}
.life-Of-Adaps-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 240px;
}
.industries-lists.inner-operation-block.life-of-adaps-slider-wrapper {
  padding-top: 40px;
}
.btn-primary {
  background-color: var(--blue-color);
  color: var(--white);
  padding: 15px 50px !important;
  border-radius: 10px;
  border: 0px;
 
  transition: all ease 0.3s;
}
h2.section-heading:empty {
  display: none;
}
input.btn-search.btn.btn-primary {
  padding: 0px !important;
}

.life-of-adaps-slider-wrapper .swiper-button-next {
  left: auto;
  right: 0%;
}
.life-of-adaps-slider-wrapper .swiper-button-prev {
  left: 0%;
  right: auto;
}

.contact-form label span{
  color: #C5100B;
}
.logo-slider-sec .swiper-btnwpr{
  top: -45px;
  max-width: 95%;
}
.logo-slider-sec .swiper-button-next:after,
.logo-slider-sec .swiper-button-prev:after{
  background-color: var(--orange-color);
  font-size: 22px;
  padding: 10px 12px;
  color: var(--white);
  border-radius: 4px;
}
.logo-slider-sec .new-about-logo-slider{
  width: 90%;
}
.technologies-section{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.technologies-section .logo-slider-sec{
  padding: 10px 0;
}
.technologies-section .logo-slider-sec .logo-partner-slider{
  width: 90%;
  margin: auto;
}

@media (min-width: 1400px) and (min-height: 700px) {
  .process-block.history-press-block {
    border-radius: 20px;
    padding: 30px 20px;
  }
 
}
@media (min-width: 1536px) and (min-height: 780px) {
  .process-block.history-press-block {
    border-radius: 20px;
    padding: 50px 40px;
  }
  .process-block.history-press-block {
    height: 100%;
  }
  .col-xl-5.process-block-col.history-block-col {
    max-width: 33%;
  }
}
@media (min-width: 1181px) and (max-height: 850px) {
  .process-block.history-press-block {
    padding: 20px 10px;
  }
  .process-block.history-press-block {
    height: 80%;
  }
}
@media (min-width: 1181px) and (max-height: 550px) {
  .process-block.history-press-block {
    height: 70%;
  }
}
@media (min-width: 1440px) and (min-height: 600px) {
  .process-block.history-press-block {
    height: 80%;
  }
}
@media (min-width: 1181px) and (max-height: 550px) {
  .col-xl-5.process-block-col.history-block-col {
    width: 55%;
  }
}
@media (max-width: 1680px) {
  .bold-light {
    font-size: 100px;
    top: -80px;
  }
}
@media (max-width: 1536px) {
  .mission-section-inner {
    padding-left: 4%;
  }
  .text-section {
    padding: 50px 40px;
  }
  .Mission-tittle h2 {
    font-size: 50px;
  }
  .image-section {
    padding: 40px;
  }
}
@media (max-width: 1440px) {
  .mission-section-inner {
    padding-left: 1%;
  }
  .img-wrap {
    max-height: 250px;
  }
  .main-services-row .img-wrap{
    max-height: unset;
  }
}
@media (max-width: 1366px) {
  .mission-section-inner {
    padding-left: 5%;
  }
  .year_para {
    font-size: 18px;
  }
  .year_title h2 {
    font-size: 250px;
  }
  .year_image {
    max-width: 430px;
    left: 55px;
  }
}
@media (max-width: 1280px) {
  .mission-section-inner {
    padding-left: 2%;
  }
  .text-section p {
    font-size: 16px;
    line-height: 28px;
  }
  .bold-light {
    font-size: 90px;
    top: -80px;
  }
  .Mission-tittle h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .image-section {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .team-container {
    gap: 30px;
  }
  .bold-light {
    font-size: 100px;
    top: -80px;
    z-index: 999;
  }
  .year-content {
    padding: 10% 0;
    height: 100%;
  }
  .year_image {
    max-width: 350px;
  }
  .year_image img {
    max-width: 350px;
  }
  .year_title h2 {
    font-size: 180px;
  }
  .year_para {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .mission-section {
    min-width: auto;
  }
  .mission-swiper.process-block-row {
    gap: 0;
    padding-top: 0;
  }
  section.section.mission-sec.process-section {
    height: auto;
  }
  .image-section img {
    max-height: 320px;
  }
 
  .process-block-row .process-block-col.history-block-col {
    margin-bottom: 60px !important;
  }
 
  .history-sec-wpr .process-block-row{
    display: none;
  }
  .history-slider-wrapper{
    display: block;
  }
  .process-block-row{
    display: none;
  }
  .process-slider-wrapper{
    display: block;
    padding-bottom: 60px;
  }
  .default-slider{
    padding-bottom: 80px;
  }
  .default-slider .default-slide{
    align-items: start;
  }
  .swiper.default-slider.swiper-horizontal > .swiper-pagination-bullets {
    bottom: -1px;
}
  .history-content h2{
    color: var(--orange-color2);
    position: relative;
    font-weight: 700;
    min-height: 30px;
    font-size: 25px;
  }
  .services_inner_content .history-content h3{
    font-size: 26px;
  }
}
@media (max-width: 1179px) {
  .process-block.history-press-block {
    height: auto;
  }
}
@media (max-width: 992px) {
  .mission-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .image-section {
    padding: 15px;
    border-radius: 10px 10px 0px 0;
    max-width: 100%;
  }
  .text-section {
    max-width: 100%;
    width: 100%;
  }
  .swiper.mission-swiper {
    padding-left: 35px;
  }
  .team-container {
    gap: 20px;
  }
  .team-member {
    max-width: calc(33% - 15px);
  }
  .member-title {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ceo-comment-sec .tech-btn-col{
    display: flex;
    justify-content: center;
  }
  .history-sec-wpr .services-slider-wrapper .swiper-slide{
    padding: 15px;
  }
  t .services_inner_content .history-conten h3{
    min-height: 80px;
  }
}

@media (max-width: 820px) {
  .swiper.mission-swiper {
    padding-left: 20px;
  }
  .image-section {
    display: none;
  }
  .year_title h2 {
    font-size: 160px;
  }
  .year_para {
    margin-bottom: 0;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .team-member {
    max-width: calc(50% - 15px);
  }
  section.section.history-sec-wpr.process-section {
    padding: 60px 0 !important;
  }
  .history-sec-wpr .services-slider-wrapper{
    padding: 0 5px;
  }
}
@media (max-width: 680px) {
  .member-name {
    font-size: 17px;
  }
  .section.mission-sec {
    padding: 30px 0;
  }
  .year_title h2 {
    font-size: 135px;
  }
  .year_para {
    font-size: 15px;
    font-weight: 100;
  }
  .swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
    min-height: 450px;
    height: 100%;
  }
  .year-content {
    overflow: visible;
    height: 100%;
  }
}
@media (max-width: 580px) {
  .year_para-wpr {
    right: 0;
    bottom: 0;
    padding: 0 20px;
  }
  .year_image img {
    max-width: 100%;
  }
  .year-content {
    overflow: visible;
    height: 100%;
  }
  .text-section {
    padding: 50px 30px;
  }
  .section.mission-sec {
    padding: 20px 0;
  }
  .swiper.mission-swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bold-light {
    font-size: 80px;
    top: -80px;
    z-index: 99;
  }
  .mission-section-inner {
    padding-left: 0;
  }
  .swiper-container-wrapper--timeline
    .swiper-pagination-custom
    .swiper-pagination-switch
    .switch-title:after {
    width: 20px;
    height: 12px;
    margin: 0;
  }
  .swiper-container-wrapper--timeline
    .swiper-pagination-custom
    .swiper-pagination-switch.active
    .switch-title:after {
    width: 20px;
    height: 12px;
  }
  .swiper-container-wrapper--timeline
    .swiper-pagination-custom
    .swiper-pagination-switch
    .switch-title {
    font-size: 13px;
  }
  .year_title h2 {
    font-size: 120px;
  }
  .logo-partner-slider .swiper-slide img {
    max-width: 100%;
    max-height: 120px;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .year_image {
    max-width: 350px;
    left: 70px;
    transform: rotate(-10deg) translate(0%, -80%) scale(1);
  }
  .year_image img {
    max-width: 310px;
  }
  .year_title h2 {
    font-size: 100px;
  }
  .graph-section-wpr iframe {
    width: 100%;
    height: 320px;
  }
  .year_para-wpr {
    padding: 0 10px;
  }
  .Mission-tittle h2 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .text-section p {
    font-size: 15px;
    line-height: 26px;
  }
  .text-section {
    padding: 40px 20px;
  }
  .text-section p:last-child {
    margin-bottom: 0;
  }
  .bold-light {
    font-size: 65px;
  }
  .team-member {
    max-width: 100%;
  }
  .swiper-container-wrapper--timeline
    .swiper-pagination-custom
    .swiper-pagination-switch
    .switch-title {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .year_image {
    max-width: 280px;
    left: 50px;
    transform: rotate(-10deg) translate(0%, -80%) scale(1);
  }
  .year_image img {
    max-width: 290px;
  }
}
