/* @font-face {
  font-family: 'Inter Tight';
  src: url('./new-design/fonts/InterTight-ExtraBold.woff2') format('woff2'),
      url('./new-design/fonts/InterTight-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('./new-design/fonts/InterTight-Bold.woff2') format('woff2'),
      url('./new-design/fonts/InterTight-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('./new-design/fonts/InterTight-Regular.woff2') format('woff2'),
      url('./new-design/fonts/InterTight-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('./new-design/fonts/InterTight-Light.woff2') format('woff2'),
      url('./new-design/fonts/InterTight-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('./new-design/fonts/InterTight-Medium.woff2') format('woff2'),
      url('./new-design/fonts/InterTight-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('./new-design/fonts/InterTight-SemiBold.woff2') format('woff2'),
      url('./new-design/fonts/InterTight-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('./new-design/InterTight-Thin.woff2') format('woff2'),
      url('./new-design/InterTight-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
} */

:root {
  --primary-color: #06497F;
  --secondary-color: #f8a133;
  --grey-color: #7d7d7d;
  --lightGrey-color: #d9d9d9;
  --thin-grey-color:#fafafa;
  --thin-grey-color2:#f7f7f7;
  --dark-color: #000000;
  --light-color: #ffffff;
  --extraLight-color: #ffffff33;
  --darkGrey-color: #8b8b8b;
  --danger-color: #d32f2f;
  --success-color: #2e7d32;
  --lightBlue-color: #e6e9ee;
  --black-color: #000000;
  --thin-dark-color: #191b1d33;
  --thin-secondary-color: #f7a23333;
  --thin-primary-color: #06497F1a;
}

body,
html {
  margin: 0 !important;
  padding: 0;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.3px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif !important;
  position: relative;
}
::selection {
  background: var(--primary-color);
  color: var(--light-color);
}
::-moz-selection {
  background: var(--primary-color);
  color: var(--light-color);
}
.our-process-section::selection {
  background: var(--light-color) !important;
  color: var(--primary-color) !important;
}
.our-process-section::-moz-selection {
  background: var(--light-color) !important;
  color: var(--primary-color) !important;
}
h1 {
  font-size: 48px !important;
  line-height:60px !important;
}
h2 {
  font-size: 42px !important;
  line-height: 48px !important;
  font-weight: 600 !important;
}
h3 {
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: 600 !important;
}
h4 {
  font-size: 24px !important;
  line-height: 32px !important;
}
h5 {
  font-size: 20px !important;
  line-height: 28px !important;
}
h6 {
  font-size: 18px !important;
  line-height: 26px !important;
}
p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px !important;
  color: var(--dark-color);
}
li {
  list-style-type: none !important;
  font-weight: 400;
}
ul {
  padding-left: 0rem !important;
  margin-bottom: 0px !important;
}
a {
  text-decoration: none !important;
}
img[alt] {
  font-size: 0.75rem;
}
h1,
h2 {
  position: relative;
  display: inline-block;
  font-weight: 600 !important;
}
.heading-text p {
  max-width: 1060px;
  padding: 30px 0 30px;
  margin: auto;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 500;
  color: var(--black-color);
}
p.quote-sub-heading {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  font-style: italic;
  color: var(--black-color);
  padding: 16px 0;
  margin-bottom: 0;
}
/****Swiper****/
.swiper-button-next,
.swiper-button-prev {
  width: auto !important;
  height: auto !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.swiper-container {
  overflow: hidden;
  position: relative;
}
.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
  fill: var(--secondary-color);
  transition: all 0.3s;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--lightBlue-color);
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

/* custom card css start here  */
.custom-card {
  background-color: var(--light-color);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.custom-card h3 {
  position: relative;
  padding-left: 1rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.custom-card h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 30px;
  background: var(--secondary-color);
  border-radius: 1px;
}
.custom-card ul li {
  color: var(--dark-color);
  padding: 0.25rem 0 0.25rem 1.5rem;
  position: relative;
}
.custom-card ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  left: 0;
  top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--secondary-color) !important;
  font-size: 14px;
  line-height: 21px;
}
a:-webkit-any-link:focus-visible {
  outline-offset: 0px !important;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 21px;
}
/* custom card css end here  */
/******colors*******/
.primaryColor {
  color: var(--primary-color);
}
.secondaryColor {
  color: var(--secondary-color);
}
.lightColor {
  color: var(--light-color);
}
.darkColor {
  color: var(--dark-color);
}
.blackColor {
  color: var(--black-color);
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset !important;
}
.btn-default {
  border-radius: 5px !important;
  text-transform: capitalize !important;
  padding: 12px 16px !important;
  font-weight: 500 !important;
  border: 1px solid !important;
  display: block !important;
  text-align: center;
  transition: all 300ms ease-in 0s;
}
.btn-primary {
  color: var(--light-color) !important;
  background-color: var(--primary-color) !important;
  box-shadow: 0px 11px 17px #09346f26;
  border-color: var(--primary-color) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--light-color) !important;
  color: var(--primary-color) !important;
  box-shadow: 3px 3px 26px rgb(0 0 0 / 10%) !important;
}
.btn-secondary {
  color: var(--light-color) !important;
  background-color: var(--secondary-color) !important;
  box-shadow: 0px 11px 17px #e96f2226;
  border-color: var(--secondary-color) !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--secondary-color) !important;
  background-color: var(--light-color) !important;
  box-shadow: 3px 3px 26px rgb(0 0 0 / 10%);
}
.btn-primary-outlined {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  background-color: transparent !important;
}
.btn-secondary-outlined {
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  background-color: transparent !important;
}
.btn-secondary-outlined:hover,
.btn-secondary-outlined:focus {
  color: var(--light-color) !important;
  background-color: var(--secondary-color) !important;
  box-shadow: 0px 11px 17px #e96f2226;
  border-color: var(--secondary-color) !important;
}
.btn-danger {
  color: var(--light-color) !important;
  background-color: var(--danger-color) !important;
  box-shadow: 0px 11px 17px #d32f2f1a;
  border-color: var(--danger-color) !important;
}
.btn-danger-outlined {
  color: var(--danger-color) !important;
  border-color: var(--danger-color) !important;
}
.btn-success {
  color: var(--light-color) !important;
  background-color: var(--success-color) !important;
  box-shadow: 0px 11px 17px #2e7d321a;
  border-color: var(--success-color) !important;
}
.btn-success-outlined {
  color: var(--success-color) !important;
  border-color: var(--success-color) !important;
}
.btn-dark {
  color: var(--light-color) !important;
  background-color: var(--dark-color) !important;
  box-shadow: 0px 11px 17px #191b1d1a;
  border-color: var(--dark-color) !important;
}
.btn-dark:hover,
.btn-dark:focus {
  box-shadow: 0px 11px 17px #191b1d59 !important;
}
.btn-secondary:hover svg path,
.btn-secondary:focus svg path {
  fill: var(--secondary-color);
}
.form-control {
  height: unset !important;
  color: var(--black-color) !important;
}
.form-control:focus {
  box-shadow: 0 0 10px 5px var(--thin-secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
}
.container-fluid:before,
.container-fluid:after {
  display: none !important;
}
.container {
  width: 100% !important;
}
.form-group {
  margin-bottom: 0px !important;
}
.checkbox label {
  padding-left: 0px !important;
}
::placeholder {
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: capitalize !important;
  color: var(--dark-color) !important;
}
:focus-visible {
  outline: unset !important;
}
.wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
}
section.p-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.partners-main {
  padding: 60px 0;
}
.partners-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.btn-primary:hover svg path,
.btn-primary:focus svg path {
  fill: var(--primary-color);
}

.flex-item {
  flex: 50%;
}
.page-template-home .btn-default {
  display: inline-block !important;
}

/*************Our Case Study Starts********/
.case-study-slider-sec{
  padding:80px 0; 
}
.case-study-slider-sec h2 {
  max-width: 500px;
}
.case-study-slider-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding:0 80px;
}
.case-study-slider-content .main-case-study-swiper {
  width: calc(75% - 8px);
}
.case-study-slider-content .tech-offer-case-study-all {
  width: calc(25% - 8px);
}
.case-study-slider-content .case-study-slider2 img {
  width: 100%;
  height: 100%;
}
.case-study-slider-content .tech-offer-case-study-all a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 600 !important;
  color: var(--light-color);
  background-color: var(--secondary-color);
}
.case-study-slider-content .case-study-slider2 .swiper-slide img{
  height:600px;
  width:100%;
  object-fit:cover;
  object-position:center;
}
.case-study-slider-sec.b2b-case-study-sec
  .case-study-slider-content
  .tech-offer-case-study-all
  a {
  background-color: var(--primary-color);
}
.case-study-slider-content .swiper-slide a {
  position: relative;
  display: block;
}
.case-study-slider-content .swiper-slide .case-study-content {
  position: absolute;
  width: 100%;
  padding: 24px;
  opacity: 0;
  bottom: 0;
  transform: translateY(100px);
  transition: all 0.3s;
  z-index: 1;
}
.case-study-slider-content .swiper-slide .case-study-content h3 {
  font-size: 28px !important;
  line-height: 32px !important;
  color: var(--light-color) !important;
  font-weight: 600 !important;
  margin-bottom: 16px;
}
.case-study-slider-content .swiper-slide .case-study-content span {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: var(--light-color) !important;
}
.case-study-slider-content .swiper-slide .case-study-content span svg {
  margin-left: 8px;
}
.case-study-slider-content .swiper-slide.swiper-slide-thumb-active .case-study-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s;
  z-index: 10;
}
.case-study-slider-content .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000007a;
  z-index: 1;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.case-study-slider-content .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
  transition: all 0.3s;
}


/*************Our Case Study End**********/
/*********Counter css Starts******/
.technology-stats {
  padding: 80px 0;
}
.technology-stats .counter-box {
  width: calc(100% / 4 - 48px);
}
.technology-stats .counter-box span {
  font-size: 42px !important;
  line-height: 54px !important;
  color: var(--secondary-color);
  font-weight: 600 !important;
}
.technology-stats .counter-box strong {
  font-weight: 600 !important;
}
.technology-stats h3,
.technology-stats small {
  font-weight: 600 !important;
  color: var(--primary-color);
  margin: 0.5rem 0;
}
.technology-stats small {
  font-size: 20px;
  line-height: 28px;
  display: block;
}
/********Counter Css Ends******/
/*********Accordian CSS Starts*********/
.faqs-section {
  padding:80px 0;
}
.faqs-section .acc {
  margin: 0 auto;
  width: 100%;
}
.faqs-section .accordian-content{
  padding:0 80px;
}
.page-template-template-faq .faqs-section .acc {
  margin-top: 1.5rem;
}
.faqs-section .acc_card {
  margin: 0 0 1.5rem 0;
  position: relative;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  padding: 0.75rem;
}
.faqs-section .acc_title {
  background: var(--light-color);
  cursor: pointer;
  display: block;
  padding: 0.5rem 4rem 0.5rem 1rem;
  position: relative;
  text-align: left;
}
.faqs-section h2{
  color: var(--dark-color);
}
.faqs-section h2 span{
  color: var(--primary-color);
}
.acc_title h3 {
  color: var(--dark-color);
  margin-bottom:0;
  font-weight: 500 !important;
}
.acc_title h5{
  color: var(--black-color);
  margin-bottom:0;
}
.faqs-section .acc_title::after {
  width: 40px;
  height:40px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.002 1.42969L10.002 18.5725' stroke='%23004485' stroke-width='1.42857' stroke-linecap='round'/%3E%3Cpath d='M18.5723 10.002L1.42941 10.002' stroke='%23004485' stroke-width='1.42857' stroke-linecap='round'/%3E%3C/svg%3E%0A");  position: absolute;
  right: 10px;
  content: " ";
  top: calc(50% - 20px);
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size:20px;
  background-position:center;
  border:1px solid var(--primary-color);
  border-radius:50%;
}
.faqs-section .acc_title.active::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5723 10.002L1.42941 10.002' stroke='%23004485' stroke-width='1.42857' stroke-linecap='round'/%3E%3C/svg%3E%0A");  transition: all 0.3s ease-in-out;
}
.faqs-section .acc_panel {
  background: var(--light-color);
  color: var(--dark-color);
  display: none;
  margin: 0;
  padding:1.5rem 1rem 1rem 1rem;
  text-align: left;
}
.faqs-section ul {
  margin-bottom: 1rem !important;
}
.faqs-section ul li {
  list-style-type: auto !important;
  margin-left: 1.5rem;
  font-size: 14px;
  line-height: 21px;
  padding: 0.5rem 0;
}
.faqs-section p a {
  color: var(--primary-color) !important;
  font-weight: 500 !important;
}

/*********Accordian CSS Ends*********/
/********Inner enquiry Starts********/
.inner-enquiry .container .inner-enquiry-content {
  position: relative;
  border-radius: 15px;
  padding: 48px;
  background: linear-gradient(180deg, #0d2f5d99 0, #0d2f5d99 100%) 0 0 / cover,
    url(./images/solution/solution-enquiry-bg.webp) center no-repeat;
  margin-top: -90px;
  overflow: hidden;
  background-size: cover;
}
.inner-enquiry .container span {
  font-size: 36px;
  line-height: 44px;
  max-width: 500px;
  font-weight: 400;
  padding-left: 1.5rem;
  position: relative;
}
.inner-enquiry .container span:after {
  content: "";
  position: absolute;
  background: var(--secondary-color);
  height: calc(100% - 24px);
  width: 3px;
  border-radius: 2px;
  top: 12px;
  left: 0;
}
.inner-enquiry .container span strong {
  font-weight: 600 !important;
}
/********Inner enquiry Ends********/
/********Ticker Slider Starts********/
.ticker-slider-sec {
  padding: 80px 0 40px;
  border-bottom: 1px solid var(--lightBlue-color);
}
.ticker-slider {
  width: 100%;
  margin-top: 32px;
  overflow: hidden;
}
.ticker-slider .reverse-marquee-carousel,
.ticker-slider .marquee-carousel {
  width: 100%;
}

.ticker-slider .reverse-marquee-carousel .swiper-wrapper,
.ticker-slider .marquee-carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ticker-heading {
  position: relative;
}
.ticker-heading h2 {
  font-size: 24px !important;
  line-height: 32px !important;
  background-color: var(--light-color);
  padding: 0 16px;
}
.ticker-heading h2:after {
  display: none;
}
.ticker-heading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--lightBlue-color);
  left: 0;
  top: 16px;
}
.ticker-slider .swiper-slide {
  margin: 24px 12px;
}
.ticker-slider .swiper-slide img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: center;
}

/********Ticker Slider Ends*********/
/*********Solution Sliders Starts*********/
.podcast-audio {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcast-audio .seekBar {
  display: none;
}
/*******Temp Csss********/
.page-template-upgrade header,
.page-template-upgrade footer,
.menutoggle,
.wpmega-responsive-closebtn {
  display: none !important;
}
/********Page Navigation*******/
.wp-pagenavi {
  padding-top: 2rem;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--light-color);
}
.wp-pagenavi span.current {
  background: var(--secondary-color);
  color: var(--light-color);
  font-weight: 400;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  min-width: 48px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 400;
  border: 1px solid var(--primary-color);
  padding: 10px;
  margin-right: 4px;
  border-radius: 5px;
}
/*********Thank You Page********/
.thanks_main {
  background: linear-gradient(
      0deg,
      rgba(13, 47, 93, 0.8),
      rgba(13, 47, 93, 0.8)
    ),
    url("./images/thank-you-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.page-template-template-thankyou footer {
  display: none;
}
#Thank_you_page span {
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
  color: var(--light-color);
}
#Thank_you_page a.btn-default {
  display: inline-block !important;
  min-width: 200px;
}
#Thank_you_page ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#Thank_you_page ul li a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--light-color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#Thank_you_page ul li a:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 5px;
}
#Thank_you_page ul li:nth-child(1) a:hover {
  background: #38529a;
  border-color: #38529a;
}
#Thank_you_page ul li:nth-child(2) a:hover {
  background: #000000;
  border-color: #000000;
}
#Thank_you_page ul li:nth-child(3) a:hover {
  background: #0077b5;
  border-color: #0077b5;
}
#Thank_you_page ul li:nth-child(4) a:hover {
  background: #f00;
  border-color: #f00;
}
#Thank_you_page ul li:nth-child(5) a:hover {
  border-radius: 5px; /*1*/
  border: 1px solid transparent; /*2*/
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
#Thank_you_page ul li:nth-child(6) a:hover {
  background: #1db954;
  border-color: #1db954;
}
#Thank_you_page img {
  width: 100%;
  max-width: 110px;
}
#Thank_you_page ul li a svg {
  max-width: 22px;
}
/*****Hire Form Css******/
.hire-form .small-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.hire-form .hire-form-content {
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background: var(--light-color);
  padding: 3rem 2rem 2rem;
}
.hire-left-text,
.top-left {
  position: relative;
  padding-left: 1rem;
}
.hire-left-text:before,
.top-left:before {
  content: "";
  background: var(--secondary-color);
  position: absolute;
  width: 4px;
  border-radius: 2px;
  height: calc(100% - 10px);
  left: 0;
  top: 5px;
}
.hire-form .hire-form-content form {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  position: relative;
}
.hire-form .hire-form-content form .form-group {
  width: calc(38% - 6px);
}
.hire-form .hire-form-content form textarea.form-control {
  min-height: 90px !important;
  max-height: 90px !important;
  padding: 16px;
  resize: none;
}
.hire-form .contact-input {
  position: relative;
  top: -40px;
}
.hire-form .hire-form-content form input {
  height: 50px !important;
}
.hire-form .hire-form-content form .wpcf7-submit {
  width: 100%;
}
.hire-form .hire-form-content form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  top: -10px;
}
.hire-form .hire-form-content form input[type="checkbox"] {
  display: none;
}
.hire-form
  .hire-form-content
  form
  .wpcf7-checkbox
  input[type="checkbox"]
  + span:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--grey-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
}
.hire-form
  .hire-form-content
  form
  input[type="checkbox"]:checked
  + span:before {
  border-color: var(--secondary-color);
  background: var(--secondary-color);
}
.hire-form .hire-form-content form input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 13px;
  border: solid var(--light-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.hire-form .hire-form-content form .wpcf7-list-item {
  margin: 0;
}
.hire-form .hire-form-content form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px !important;
  line-height: 21px !important;
}
.hire-form .submit-inquiry {
  position: relative;
  top: -72px;
}
.hire-form .submit-inquiry p {
  width: fit-content;
}
.hire-form .submit-inquiry input {
  width: fit-content !important;
  padding: 0 16px;
  outline: unset !important;
  border: 1px solid var(--thin-dark-color) !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  box-shadow: 0px 11px 17px #e96f2226 !important;
  color: var(--light-color);
  font-weight: 500;
  border-radius: 5px;
}
.hire-form .submit-inquiry .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: -36px;
  text-align: center;
}
.hire-form .wpcf7-response-output {
  position: absolute;
  bottom: -10px;
  margin: 0 !important;
  font-size: 14px;
  padding: 0 1rem !important;
}
.hire-form .cta-form-content {
  background: linear-gradient(180deg, #0d2f5d99 0, #0d2f5d99 100%) 0 0 / cover,
    url(./images/solution/solution-enquiry-bg.webp) center no-repeat;
  background-size: cover;
  padding: 24px;
  margin: 16px 0;
}
.hire-form .cta-form-content .hire-large-text {
  color: var(--light-color);
  font-size: 24px;
  line-height: 32px;
}
.hire-form .cta-form-content .small-text {
  color: var(--lightBlue-color);
  font-size: 16px;
  line-height: 24px;
}
.hire-form
  .hire-form-content.cta-form-content
  form
  .wpcf7-checkbox
  input[type="checkbox"]
  + span:before {
  border-color: var(--light-color) !important;
}
.hire-form
  .hire-form-content.cta-form-content
  form
  .wpcf7-list-item
  .wpcf7-list-item-label {
  color: var(--light-color);
}
.hire-form .hire-form-content.cta-form-content form .form-group {
  width: calc(50% - 4px);
}
.hire-form .hire-form-content.cta-form-content form {
  gap: 8px;
}
.hire-form .cta-form-content .contact-input {
  top: -53px;
}
.hire-form .hire-form-content.cta-form-content form input {
  font-size: 12px;
  line-height: 35px;
  height: 35px !important;
}
.hire-form .hire-form-content.cta-form-content form input::placeholder,
.hire-form .hire-form-content.cta-form-content form textarea::placeholder {
  font-size: 12px !important;
}
.hire-form .hire-form-content.cta-form-content .secure-text.hire-secure-text p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  width: 176px;
}
.hire-form .hire-form-content.cta-form-content form textarea.form-control {
  min-height: 78px !important;
  max-height: 78px !important;
  padding: 8px;
  font-size: 12px !important;
}
.hire-form .hire-form-content.cta-form-content .wpcf7-response-output {
  position: absolute !important;
  bottom: -40px !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 4px !important;
}
.hire-form
  .hire-form-content.cta-form-content
  form
  .wpcf7-list-item
  .wpcf7-list-item-label {
  font-size: 12px !important;
  line-height: 18px !important;
}
.hire-form .hire-form-content.cta-form-content form .form-group.for-checkbox {
  position: absolute;
  bottom: 8px;
}
.hire-form .hire-form-content.cta-form-content .submit-inquiry {
  position: absolute !important;
  right: 0 !important;
  bottom: 8px !important;
  top: unset !important;
}
.hire-form .hire-form-content.cta-form-content .hire-secure-text {
  bottom: -20px !important;
}
.hire-form .hire-form-content.cta-form-content .wpcf7-not-valid-tip {
  font-size: 12px !important;
}
.hire-form .hire-form-content.cta-form-content .submit-inquiry input {
  padding: 0 24px !important;
}
.hire-form .hire-form-content.cta-form-content .submit-inquiry .wpcf7-spinner {
  position: absolute;
  right: 2px;
  bottom: 15px;
  text-align: center;
  margin: 0 !important;
  left: unset !important;
}


/*****Search Algolia*****/
.algolia-autocomplete{
  overflow: hidden;
  z-index: 10000 !important;
  border-radius: 15px;
}
.algolia-autocomplete .aa-dropdown-menu{
  height: 300px;
  overflow-y: auto;
  padding:0 8px;
  margin:8px 0;
  border-radius: 15px;
  border: 1px solid #bfc4cb !important;
  margin: 8px 0;
  background-color: var(--light-color) !important;
}
.algolia-autocomplete .aa-dropdown-menu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--lightBlue-color);
  margin:8px;
}
.algolia-autocomplete .aa-dropdown-menu::-webkit-scrollbar {
  width: 10px;
  border-radius:10px; 
}
.algolia-autocomplete .aa-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary-color);
}
.aa-dropdown-menu{
   box-shadow: unset !important;
}
.aa-dropdown-menu .suggestion-post-thumbnail{
  width:60px !important; 
  height: 60px !important;
}
.aa-dropdown-menu a.suggestion-link{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: "Inter", sans-serif !important;
  color: #000000 !important;
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-title{
  font-size:16px !important;
  line-height:24px !important;
  font-weight:500 !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-content{
  display: none !important;
}
.aa-dropdown-menu .autocomplete-header{
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  color: var(--dark-color);
}
.global-search-input .search-group{
  border: 1px solid #bfc4cb !important;
  border-radius:35px !important;
  background-color: var(--light-color);
  overflow:hidden;
}
.autocomplete-empty{
  font-family: "Inter", sans-serif !important;
  font-size:16px !important;
  line-height:24px !important;
  color: var(--dark-color);
}
/*****Custom Button css****/
.customBtn{
  font-size:24px;
  line-height:32px;
  font-weight:600;
  border-radius:40px;
  padding:16px 32px;
  padding-right:70px;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width:300px;
  transition: all 0.3s;
  border: 1px solid;
}
.btnDark{
  border-color: var(--dark-color);
  background-color: var(--dark-color);
  color: var(--light-color);
}
.btnDark:hover{
  color: var(--light-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transition: all 0.3s;
}
.btnDarkPrimary{
  border-color: var(--dark-color);
  background-color: var(--dark-color);
  color: var(--light-color);
}
.btnDarkPrimary:hover{
  color: var(--light-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 0.3s;
}
.btnThin{
  border-color: var(--light-color);
  background-color:transparent;
  color: var(--light-color); 
}
.btnThin:hover{
  border-color: var(--light-color);
  background-color:var(--light-color);
  color: var(--secondary-color);
}
.btnThinPrimary{
  border-color: var(--light-color);
  background-color:transparent;
  color: var(--light-color); 
}
.btnThinPrimary:hover{
  border-color: var(--light-color);
  background-color:var(--light-color);
  color: var(--primary-color);
}
.btnThinPrimary:hover span{
  background-color: var(--primary-color);
}
.btnThinPrimary:hover span svg path{
  fill: var(--light-color);
}
.customBtn span{
  position: absolute;
  right: 6px;
  top: 6px;
  height:calc(100% - 12px);
  width: 52px;
  border-radius: 50%;
  background-color: var(--light-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btnThin:hover span{
  background-color: var(--secondary-color);
}
.btnDark:hover span svg path{
  fill: var(--secondary-color);
}
.btnThin:hover span svg path{
  fill: var(--light-color);
}
.customBtn:hover span{
  transform: rotate(45deg);
  transition: all 0.3s;
}
/*****Banner Css****/
.banner-sec .inner-banner{
  position: relative;
}
.banner-sec .inner-banner img{
  width:100%;
  height:auto;
  object-fit:cover;
  object-position:center;
}
.banner-sec .inner-banner .banner-text{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background-color: #00000066;
}
/******Our Work Css*******/
.our-work-slider-section{
  position: relative;
}
.our-work-slider{
  position: relative;
  width: 100%;
  float: left;
  height:calc(100vh - 160px);
  margin:80px 0;
}
.our-work-slider .swiper-slide {
  overflow: hidden;
}
.our-work-slider .swiper-slide .our-work-slider-content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height: 100%;
  width:100%;
}
.our-work-slider .swiper-slide .our-work-slider-content .our-work-img{
  width:calc(50% - 8px);
  height: 100%;
}
.our-work-slider .swiper-slide .our-work-slider-content .our-work-img img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.our-work-slider .swiper-slide .our-work-slider-content .our-work-text{
  width:calc(50% - 8px);
  padding-left: 32px;
}
.our-work-slider .swiper-slide .our-work-slider-content .our-work-text span.our-work-title{
  font-size:40px;
  line-height:48px;
  font-weight:500;
  max-width: 700px;
  display:block;
  color: var(--dark-color);
}
.our-work-heading{
  font-family: sans-serif !important;
  position: absolute;
  top: 64px;
  right: 32px;
  color: var(--light-color);
  -webkit-text-stroke: 1px var(--primary-color);
  font-size: 120px;
  line-height: 120px;
  font-weight: 600;
  height: 125px;
  width: fit-content;
  z-index: 10;
}
.our-work-arrows{
  position: absolute;
  right: 32px;
  bottom:32px;
  width:60px;
  height:140px;
}
.our-work-arrows .swiper-button-next{
  right:0;
  width:55px !important;
  height:55px !important;
  background-color: var(--light-color);
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.1);
  padding:8px;
  border-radius: 50%;
}
.our-work-arrows .swiper-button-prev{
  right:0;
  top:0;
  left: unset !important;
  width:55px !important;
  height:55px !important;
  background-color: var(--light-color);
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.1);
  padding:8px;
  border-radius: 50%;
}
.video-play-icon .play-pulse .circle{
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: var(--secondary-color);
  z-index: 999;
  position: absolute;
}

/****Our Podcast*****/
.testimonials-slider{
  width: 100%;
}
.testimonials-sec{
  background-color: var(--thin-grey-color2);
  padding: 0 80px;
}
.testimonials-sec h2{
  font-weight: 600 !important;
  color: var(--dark-color);
  max-width:450px;
}
.testimonials-sec h2:after{
  display: none;
}
.testimonials-sec h2 span{
  color: var(--secondary-color);
}
.testimonial-listing .box{
  border-radius: 15px;
  background-color: var(--lightGrey-color);
  height: 300px;
  opacity: 0.2;
}
.testimonial-listing .box h3{
  font-size: 20px !important;
  line-height:28px !important;
  font-weight:600 !important;
}
.testimonials-sec .testimonial-box-content{
  background-color: var(--light-color);
  border-radius: 15px;
  padding:24px !important; 
  height: fit-content !important;
  opacity: 1 !important;
}
.testimonials-sec .testimonial-box-content .testimonials-video{
  position: relative;
}
.testimonials-sec .testimonials-content{
  height:720px;
  overflow: hidden;
}
.testimonials-sec .testimonials-content .full-testimonials{
  display: flex;
  gap: 24px;
  align-items: center;
}
.testimonials-sec .testimonials-content .full-testimonials .testimonial-listing{
  display: flex;
  justify-content:center;
  gap: 24px;
  width:50%;
  flex-direction: column;
  height:720px;
}
.testimonials-sec .testimonials-content .client-details{
  display: flex;
  align-items:center;
  gap: 16px;
  margin-top:16px;
}
.testimonials-sec .testimonials-content .client-details h3{
  margin-bottom:0;
}
.testimonials-sec .testimonials-content .client-details p{
  font-size: 14px;
  line-height:21px;
  font-weight: 500;
  color: var(--grey-color);
}
.testimonials-sec .testimonials-content .client-details .testimonials-img{
  width:70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--thin-grey-color2);
}
.testimonials-sec .testimonials-content .client-details .testimonials-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit:contain;
}
.testimonials-sec  .testimonials-video img{
  width: 100%;
  height:100%;
  object-fit:cover;
  border-radius: 15px;
}
.testimonials-sec .video-play-icon {
  position: absolute;
  border-radius: 15px !important;
  border: none !important;
  background-color: transparent;
  transform: scale(.75);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonials-sec .video-play-icon img {
  width: 100%;
}
.testimonials-sec .video-play-icon .play-pulse {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px; 
  margin: 0 auto;
}
.testimonials-sec .video-play-icon .play-pulse {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-sec .video-play-icon .play-pulse .circle {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: var(--secondary-color);
  z-index: 999;
  position: absolute;
}
.testimonials-sec .video-play-icon .play-pulse .waves {
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--lightBlue-color);
  opacity: 0;
  border-radius: 100%;
  right: -10px;
  bottom: -10px;
  z-index: 1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.testimonials-sec .video-play-icon .play-pulse .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.testimonials-sec .video-play-icon .play-pulse .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.testimonials-sec .video-play-icon .play-pulse .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@keyframes waves {
0% {
 -webkit-transform: scale(0.2, 0.2);
 transform: scale(0.2, 0.2);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
 opacity: 0.9;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
100% {
 -webkit-transform: scale(0.9, 0.9);
 transform: scale(0.9, 0.9);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
.testimonials-sec .video-play-icon .play-pulse svg {
  width: 25px; 
  height:25px;
  fill: var(--light-color);
  stroke: var(--light-color);
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.rll-youtube-player {
  height: 100% !important;
}
.testimoinal-modal iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.testimoinal-modal .modal-dialog {
  max-width: 770px !important;
  height: 433px !important;
}
.testimoinal-modal .modal-content {
  height: 433px !important;
}
.testimoinal-modal .btn-close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  background: var(--secondary-color);
  border-radius: 50%;
  color: var(--light-color);
  opacity: 1;
  z-index: 1000 !important;
}
.testimoinal-modal .btn-close:focus {
  box-shadow: unset;
}
/*****Tech Stack Starts****/
.tech-stack-sec{
  padding:80px 0;
}
.tech-stack-sec .tech-stack-container{
  padding:0 80px;
}
.tech-stack-container {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  gap: 16px;
  align-items: center;
}
.circle-tech-stack {
  position: relative;
   width:calc(55% - 8px);
}
.tech-stack-accordion{
  width:calc(45% - 8px);
}
.circle-tech-stack  .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.tech-stack-group{
  display: none;
}
.tech-stack-group.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.tech-stack-accordion-item {
  border-bottom: 1px solid var(--lightBlue-color);
}
.tech-stack-accordion-header {
  cursor: pointer;
  padding: 16px 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tech-stack-accordion-header h3{
  margin-bottom:0;
}
.tech-stack-accordion-body {
  display: none;
  padding: 0  0 20px;
}
.tech-stack-accordion-body ul{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  column-gap: 32px;
  row-gap: 16px;
}
.tech-stack-accordion-body ul li {
  position: relative;
  font-size:18px;
  line-height:26px;
  font-weight: 500;
  color: var(--dark-color);
  padding-left: 16px;
  width:auto;
}
.tech-stack-accordion-body ul li a{
  color: var(--dark-color);
  text-decoration: underline !important;
}
.tech-stack-accordion-body ul li:before{
  content:"";
  position: absolute;
  left:0;
  top:calc(50% - 3px);
  width:6px;
  height: 6px;
  border-radius:50%;
  background-color: var(--secondary-color);
}
.tech-stack-accordion-header .plus-icon {
  color: var(--primary-color);
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
/****Tech Circle css*****/
.tech-circle{
  position:relative;
  width:500px;
  height:500px;
  margin:50px;
}
.tech-circle-one,
.tech-circle-two{
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--lightBlue-color);;
}
.tech-circle-one {
  width: 270px;
  height: 270px;
  position:absolute;
  left:calc(50% - 135px);
  top:calc(50% - 135px);
}
.tech-circle-two {
  width: 500px;
  height: 500px;
  position: absolute;
  top:0;
  left:0;
}
.circle-anima{
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#F5F9FD;
  animation: orbit_dynamic 20s linear infinite;
}
.circle-anima img{
  max-width:40px;
}
@keyframes orbit_dynamic {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tech-circle .spin {
  animation: spin-circle 30s linear infinite;
}
@keyframes spin-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*****Tech Stack Ends****/
/*================Responsive Css==================*/
@media (min-width: 1500px) {
  .container {
    max-width: 1350px !important;
  }
  .page-template-home .container{
    max-width: 1500px !important;
  }
  footer .container {
    max-width: 1366px !important;
  }
}
@media (min-width: 1700px) {
  .page-template-home .container{
    max-width: 1600px !important;
  }
  footer .container {
    max-width: 1366px !important;
  }
}
@media (max-width: 1500px) {
  h2:after {
    min-width: 80px;
    max-width: 80px;
  }
  .container {
    max-width: 1250px !important;
  }
  .our-mobile-app-solution,
  .technology-stats,.case-study-slider-sec{
    padding: 60px 0;
  }
  .technology-stats .counter-box {
    width: calc(100% / 4 - 30px);
  }
  .technology-stats .counter-box span {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .btn-default {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .partners-main {
    padding: 50px 0;
  }
  h1 {
    font-size: 42px !important;
    line-height: 54px !important;
  }
  h2 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  h6,
  p,
  li {
    font-size: 16px;
    line-height: 24px;
  }
  .btn-default {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .inner-enquiry .container span {
    font-size: 32px;
    line-height: 40px;
  }
  .thanks_main {
    height: calc(100vh - 78px);
  }
  #Thank_you_page ul li a {
    height: 45px;
    width: 45px;
  }
  #Thank_you_page span {
    font-size: 70px;
    line-height: 90px;
  }
  .custom-card{
    padding: 24px;
  }
  .ticker-slider-sec {
    padding: 60px 0 40px;
  }
  .customBtn {
    font-size: 20px;
    line-height: 28px;
  }
  .customBtn span{
    width:48px;
  }
  .our-work-heading {
    font-size: 100px;
    line-height: 100px;
  }
  .our-work-slider .swiper-slide .our-work-slider-content .our-work-text span.our-work-title {
    font-size: 32px;
    line-height: 40px;
  }
  .testimonials-sec{
    padding:0 40px;
  }

  .testimonials-sec .col-left img{
    max-width:130px;
    object-fit:contain;
  }
  .testimonials-sec .testimonials-content .full-testimonials,.testimonials-sec .testimonials-content .full-testimonials .testimonial-listing {
    gap: 16px;
  }
  .testimonials-sec .testimonial-box-content{
    padding:16px !important;
  }
  .faqs-section {
    padding: 60px 0;
  }
  .case-study-slider-content .tech-offer-case-study-all a,
  .case-study-slider-content .swiper-slide .case-study-content h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .case-study-slider-content .swiper-slide .case-study-content span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .case-study-slider-content {
    margin-top: 0px;
  }
  .tech-stack-sec {
    padding: 60px 0;
  }
  .tech-stack-sec .tech-stack-container {
    padding: 0 40px;
  }
  .faqs-section .accordion-content{
     padding:0 60px;
  }
  .case-study-slider-content{
    padding: 0 40px;
  }
}
@media (max-width: 1400px) {
  .page-template-home .container,
  footer .container{
    max-width: 1270px !important;
  }
}
@media (max-width: 1366px) {
  .container {
    max-width: 1150px !important;
  }
  .thanks_main {
    height: calc(100vh - 70px);
  } 
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
    max-width: 1100px !important;
  }
  .container {
    max-width: 1100px !important;
  }
  .portfolio-sec {
    padding: 0px 20px !important;
  }
  .inner-enquiry .container .inner-enquiry-content {
    padding: 32px;
  }
  .page-template-home .container,
  footer .container{
    max-width: 1100px !important;
  }
  .technology-stats .container {
    padding: 0 20px !important;
  } 
  .testimonials-sec{
    padding:0 20px;
  }
  .our-work-slider{
    margin:60px 0;
   }
    .case-study-slider-content{
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .blur-body .cookie-container {
    z-index: 0;
    opacity: 0;
  }
  .partners-main{
    position: relative;
    z-index: 0;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .wrapper {
    padding: 0 16px;
  }
  .portfolio-sec {
    padding: 0px 16px !important;
  }
  .page-template-home .btn-default.btn-secondary-outlined {
    display: none !important;
  }
  .partners-main,
  .technology-stats,.case-study-slider-sec{
    padding: 50px 0;
  }
  .process-listing .process-list {
    width: calc(100% / 2 - 8px);
  }
  .container {
    padding: 0 16px !important;
  }
 
  .inner-enquiry .container span {
    font-size: 28px;
    line-height: 36px;
    max-width: 400px;
  }
  .heading-text p {
    padding: 16px 16px 24px 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .thanks_main {
    height: calc(100vh - 74px);
  }
  .video-play-button {
    width: 100%;
  }
  .ticker-slider-sec {
    padding: 50px 0 40px;
  }
  .customBtn {
    font-size: 18px;
    line-height: 26px;
    min-width: 250px;
    padding: 12px 32px;
    padding-right:60px;
  }
  .customBtn span {
    width: 42px;
    right: 4px;
    top: 4px;
    height: calc(100% - 8px); 
  }
  .testimonials-sec{
    padding-top:40px;
    padding-top:40px;
  }
  .our-work-slider{
    margin:0;
  }
  .testimonials-sec .col-left{
     margin-bottom:24px;
  }
  .testimoinal-modal .modal-content{
    height:auto !important;
  }
  .faqs-section {
    padding: 50px 0;
  }
  .faqs-section .accordion-content{
     padding:0 16px;
  }
    .case-study-slider-content{
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  h4 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  h6,
  p,
  .btn-default,
  ::placeholder,
  input,
  li,
  .all-blog .single-blog .blog-text-box p a {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .partners-main,
  .technology-stats,.case-study-slider-sec{
    padding: 40px 0;
  }
  .technology-stats .container {
    padding: 0 12px !important;
  }
  .technology-stats .counter-box {
    width: calc(100% / 2 - 16px);
  }
  .technology-stats .counter-main {
    gap: 24px;
  }
  .faqs-section {
    padding: 40px 0;
  }
  .faqs-section .acc_title {
    padding: 0.5rem 2rem 0.5rem 0.5rem ;
  }
  .faqs-section .acc_card {
    margin: 0 0 1rem 0;
  }
  .inner-enquiry .container {
    text-align: center;
  }
  .inner-enquiry .container a {
    display: inline-block !important;
  }
  .inner-enquiry .container span {
    max-width: 500px;
    width: 100%;
    margin: 0rem auto 2rem auto;
  }
  .inner-enquiry .container span:after {
    left: calc(50% - 40px);
    width: 80px;
    height: 4px;
    bottom: -10px;
    top: unset;
  }
  .faqs-section .acc_title::after {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    background-size: 15px;
  }
  .faqs-section .acc_card {
    padding: 0.5rem;
  }
  .faqs-section .acc_panel {
    padding: 0.5rem;
  }
  .inner-enquiry .container span {
    padding-left: 0 !important;
  }
  p.quote-sub-heading {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .our-work-slider .swiper-slide .our-work-slider-content .our-work-text span.our-work-title {
    font-size: 24px;
    line-height: 32px;
  }
  .our-work-slider .swiper-slide .our-work-slider-content{
    flex-wrap:wrap;
    position: relative;
  }
  .our-work-slider .swiper-slide .our-work-slider-content .our-work-img,.our-work-slider .swiper-slide .our-work-slider-content .our-work-text{
    width:100%;
  }
  .our-work-slider .swiper-slide .our-work-slider-content .our-work-text{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    padding-left: 0;
    width: calc(100% - 40px);
  }
  .our-work-arrows{
    display: none;
  }
  .our-work-slider .swiper-slide .our-work-slider-content .our-work-text span.our-work-title{
    color: var(--light-color);
  }
  .our-work-slider .swiper-slide .our-work-slider-content:after{
    content:"";
    background: linear-gradient(to top,#0d2f5d, transparent);
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .our-work-heading {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    top: 28px;
    left: 0;
    right: unset;
  }
  .testimonial-listing .box{
    display:none;
  }
  .testimonials-sec .testimonial-box-content{
    display:block;
  }
  .testimonials-sec .testimonials-content .full-testimonials{
    flex-wrap:wrap;
  }
  .testimonials-sec .testimonials-content .full-testimonials .testimonial-listing{
    width:100%;
  }
  .testimonials-sec .testimonials-content,.testimonials-sec .testimonials-content .full-testimonials .testimonial-listing{
    height:100%;
  }
  .testimonials-sec{
    padding-bottom:40px;
  }
  .case-study-slider-content .tech-offer-case-study-all a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 576px) {
  .partners-main ul {
    justify-content: center;
  }
  .partners-main ul li img {
    width: auto;
  }
  .partners-main ul li {
    text-align: center;
    width: calc(100% / 2 - 12px);
  }
  .inner-enquiry .container .inner-enquiry-content {
    padding: 24px 16px;
  }
  .inner-enquiry .container span {
    font-size: 24px;
    line-height: 32px;
  }
  .process-listing .process-list {
    width: 100%;
  }
  .thanks_main {
    margin-top: 66px;
  }
  .wp-pagenavi {
    padding-top: 1.5rem;
  }
  .technology-stats .counter-box span {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .technology-stats .counter-box {
    width: 100%;
  }
  .thanks_main {
    height: calc(100vh - 64px);
  }
  #Thank_you_page span {
    font-size: 40px;
    line-height: 50px;
  }
  #Thank_you_page img {
    width: 100%;
    max-width: 90px;
  }
  #Thank_you_page ul li a {
    height: 40px;
    width: 40px;
  }
  .great-place-work-logo {
    top: -22px;
  }
  p.quote-sub-heading {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .ticker-slider .swiper-slide {
    margin: 12px 8px;
  }
  .banner-sec{
    height:350px;
  }
  .banner-sec .inner-banner{
    height:100%;
  }
  .banner-sec .inner-banner img{
    height: 100%;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  h3 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  h4 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  h5 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .great-place-work-logo {
    top: -15px;
  }
  .wrapper {
    padding: 0 12px;
  }
  .all-blog .single-blog .blog-text-box p a,
  h6,
  p,
  .btn-default,
  ::placeholder,
  input,
  li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .partners-main{
    padding: 30px 0;
  }
  .partners-main ul li {
    width: 100%;
  }
  .thanks_main {
    margin-top: 55px;
  }
  .inner-enquiry .container span:after {
    left: calc(50% - 35px);
    width: 70px;
    height: 3px;
  }
  .inner-enquiry .container span {
    font-size: 20px;
    line-height: 28px;
  }
  .container,
  .wrapper {
    padding: 0 12px !important;
  }
  .thanks_main {
    height: calc(100vh - 54px);
  }
}
@media (max-width: 768px) {
  .ticker-slider {
    margin-top: 16px;
  }
  .ticker-heading h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.secure-text {
  padding: 8px 0;
}
.secure-text p {
  text-align: left !important;
  font-weight: 500 !important;
}
.hire-secure-text {
  position: absolute;
  right: 0;
  bottom: 4px;
}
/* Swiper Slider Styles */
.industry-swiper-slider.swiper-container {
  position: relative;
  width: 100%;
  height:calc(100vh - 200px); /* Adjust height as needed */
  padding:0;
}
.industry-swiper-slider:before{
    content: "Industries";
    font-size:160px;
    line-height:160px;
    font-weight: 600;
    color: var(--light-color);
    left:30px;
    top:30px;
    position: absolute;
    opacity: 0.4;
    z-index:10;
}
.industry-swiper-slider .mySwiper2 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Background layer */
  opacity: 1;
}
.industry-swiper-slider .mySwiper2 img {
  width: 100%;
  height: 100%;
}
.industry-swiper-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-swiper-slider .swiper {
  width: 100%;
  height:calc(100vh - 200px);
  margin: 0 auto;
}
.industry-swiper-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.industry-swiper-slider .mySwiper .swiper-slide {
  height: 100%;
  background: #0000004d;
}
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active {
  background: #00000080;
}
.industry-swiper-slider .swiper-button-next,
.industry-swiper-slider .swiper-button-prev {
  cursor:pointer;
  z-index: 100 !important;
}
/* Slider Content Styles */
.industry-swiper-slider .slider-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding:32px;
}
.industry-swiper-slider .content-wrap {
  position: relative;
  width: 100%;
  transition: transform 0.4s ease;
}
.industry-swiper-slider .mySwiper .swiper-slide .content-wrap {
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active .content-wrap,
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active .content-wrap div {
  opacity: 1;
}
/* Animations */
.industry-swiper-slider .mySwiper .swiper-slide .content-wrap p {
  transform: translateY(100px);
  transition: all 0.3s;
  color: var(--light-color);
  margin: 0 0 16px 0 !important;
}
.industry-swiper-slider .mySwiper .swiper-slide .slider-content h3{
  transform: translateY(0px);
  transition: all 0.3s;
  color: var(--light-color);
  margin:16px 0 !important;
  font-size:28px !important;
  line-height:40px !important;
  font-weight: 500 !important;
}
.industry-swiper-slider .mySwiper .swiper-slide .content-wrap p{
  font-weight: 400;
  font-size:18px;
  line-height:26px;
}
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active .slider-content h3,
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active .content-wrap p {
  transform: translateY(0);
}
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active .content-wrap{
  position: relative;
}
.industry-swiper-slider .mySwiper .swiper-slide .content-wrap div {
  display: inline-block;
  transform: translateX(-60px);
  transition: all 0.5s;
}
.industry-swiper-slider .mySwiper .swiper-slide .content-wrap div{
  display: inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  border-radius:25px;
  background-color: var(--secondary-color);
  color: var(--light-color);
  padding:4px 4px 4px 16px;
  font-weight:500;
  min-width: 180px;
}
.industry-swiper-slider .mySwiper .swiper-slide .content-wrap div:hover span{
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active .content-wrap div {
  transform: translateX(0);
}
.industry-swiper-slider .mySwiper .swiper-slide-thumb-active .content-wrap div span{
  width:40px;
  height: 40px;
  background-color:var(--light-color);
  border-radius:50%;
  display:inline-block;
  padding:6px;
  transition: transform 0.3s ease-in-out;
}
/* Transition Wrappers */
.industry-swiper-slider .mySwiper2 .swiper-wrapper {
  transition: transform 0.3s ease-in-out;
}
.home.page-template  .industry-swiper-slider.swiper-container{
  margin:0;
}
@media(max-width:1500px){
  .industry-swiper-slider:before{
    font-size: 120px;
    line-height:120px;
  }
  .industry-swiper-slider .slider-content{
    padding:24px;
  }
  .industry-swiper-slider .swiper,.industry-swiper-slider.swiper-container{
    height: calc(100vh - 250px);
  }
  .customBtn{
    min-width: 270px;
  }
  .industry-swiper-slider .mySwiper .swiper-slide .slider-content h3{
    font-size:20px !important;
    line-height:28px !important;
  }
  .industry-swiper-slider .mySwiper .swiper-slide .content-wrap p{
    font-size:16px;
    line-height:24px;
  }
  .faqs-section .acc_card {
    margin: 0 0 1rem 0;
  }
  .faqs-section .accordian-content{
    padding:0 40px;
  }
}
@media(max-width:1200px){
  .faqs-section .accordian-content{
    padding:0 20px;
  }
}
@media(max-width:991px){
  .industry-swiper-slider.swiper-container{
    margin:60px 0;
  }
  .industry-swiper-slider:before{
    font-size: 100px;
    line-height:100px;
  }
  .industry-swiper-slider.swiper-container,.industry-swiper-slider .swiper{
    height:calc(100vh - 200px);
  }
  .home.page-template  .industry-swiper-slider.swiper-container{
    margin:0;
  }
  .case-study-slider-content .tech-offer-case-study-all {
    width: 100%;
    max-width: fit-content;
    margin: auto;
  }
  .case-study-slider-content .tech-offer-case-study-all a {
    font-size: 20px !important;
    line-height: 26px !important;
    padding: 16px 24px;
    text-align: center;
    border-radius: 40px;
  }
  .case-study-slider-content .tech-offer-case-study-all a br {
    display: none;
  }
  .case-study-slider-content .main-case-study-swiper{
    width:100%;
  }
  .case-study-slider-content{
    padding:0;
  }
  .case-study-slider-content .case-study-slider2 .swiper-slide img{
    height:500px;
  }
  .faqs-section .accordian-content{
    padding:0 16px;
  }
}
@media(max-width:768px){
  .industry-swiper-slider.swiper-container{
    margin:50px 0;
  }
  .industry-swiper-slider:before{
    font-size: 70px;
    line-height:70px;
  }
  .industry-swiper-slider.swiper-container,.industry-swiper-slider .swiper{
    height:500px;
  }
  .home.page-template  .industry-swiper-slider.swiper-container{
    margin:0;
  }
  .aa-dropdown-menu .aa-suggestion .suggestion-post-title{
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .faqs-section .accordian-content{
    padding:0 16px;
  }
}
@media(max-width:576px){
  .industry-swiper-slider:before {
    font-size: 50px;
    line-height: 50px;
  }
}
#cc-main{
  font-family: "Poppins" !important;
}
#cc-main .cm__btn[data-role="all"],.pm__btn-group button{
   border-color: var(--primary-color) !important;
   background-color: var(--primary-color) !important;
   color: var(--light-color) !important;
}
#cc-main .cm__btn[data-role="necessary"]{
  border-color: var(--secondary-color) !important;
  background-color: var(--secondary-color) !important;
  color: var(--light-color) !important;
}
#cc-main .cm__title,.pm--box .pm__title{
  font-size: 28px !important;
  line-height:36px !important;
  color: var(--dark-color);
}
#cc-main .cm__desc{
  font-size:14px !important;
  margin-top:8px !important;
}
#cc-main .section__toggle:checked~.toggle__icon{
  background-color: var(--dark-color) !important;
  border-color: var(--dark-color) !important;
}
#cc-main  input:disabled + .toggle__icon{
  opacity: 0.5 !important;
}
.pm__section-title-wrapper .pm__section-title{
  color: var(--dark-color) !important;
}