@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.slick-slide img {
  display: block;
}
.icon-box {
  background: #020b2d;
  /* dark navy */
  border: 1px solid rgba(0, 191, 255, 0.2);
  padding: 60px;
  text-align: center;
  position: relative;
}
/* top blue line */
.icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00bfff;
}
/* icon styling */
.icon svg {
  width: 60px;
  height: 60px;
  stroke-width: 1.8;
}
/* Different colors */
.icon-1 svg {
  stroke: #00bfff;
}
/* blue */
.icon-2 svg {
  stroke: #ff6b6b;
}
/* red */
.icon-3 svg {
  stroke: #28c76f;
}
/* green */
.icon-4 svg {
  stroke: #feca57;
}
/* yellow */
.services-tabs {
  padding: 40px;
  margin-top: 40px;
  /* number top right */
  /* icon */
  /* heading */
  /* active state */
  /* hover */
  /* content */
}
.services-tabs .tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.services-tabs .tab {
  position: relative;
  border: 1px solid #ddd;
  padding: 15px;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
  min-height: 180px;
}
.services-tabs .tab .number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #999;
}
.services-tabs .tab h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 40px;
  margin-right: 60px;
}
.services-tabs .tab.active {
  background-color: #09aff4;
}
.services-tabs .tab.active span.number,
.services-tabs .tab.active h3 {
  color: #fff;
}
.services-tabs .tab.active svg path {
  fill: #cdcdcd;
}
.services-tabs .tab:hover {
  transform: translateY(-5px);
  background-color: #09aff4;
}
.services-tabs .tab:hover span.number,
.services-tabs .tab:hover h3 {
  color: #fff;
}
.services-tabs .tab:hover svg path {
  fill: #cdcdcd;
}
.services-tabs .tab-content-wrapper {
  margin-top: 30px;
}
.services-tabs .tab-content {
  display: none;
  padding: 25px;
  border: 1px solid #ddd;
}
.services-tabs .tab-content.active {
  display: block;
  background-color: #fff;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup-box {
  width: 80%;
  max-width: 1100px;
  background: #fff;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.popup-left {
  width: 50%;
  padding: 40px;
  background: linear-gradient(135deg, #09aff4, #09aff4);
  color: #fff;
}
.popup-left span {
  color: #fff;
}
.popup-right {
  width: 50%;
  padding: 40px;
}
.close-popup {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 46px;
  cursor: pointer;
  color: #fff;
}
.wpcf7-response-output {
  border: none !important;
  outline: none;
  padding: 0px !important;
  font-weight: 600;
  color: red;
}
form.wpcf7-form.sent .wpcf7-response-output {
  color: green;
}
.custom-error {
  display: block;
  color: #ff4d4f;
  font-size: 13px;
  margin-top: 5px;
}
.custom-success {
  margin-top: 15px;
  color: green;
  font-weight: 500;
}
h1 {
  font-size: 70px;
  font-weight: 900;
  margin-right: 30px;
}
h1 b {
  font-weight: 900;
  color: #09aff4;
}
h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0;
}
p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.sec_container {
  padding: 0 80px;
}
.contact-form-wrapper {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #c4c4c4;
}
.contact-form-wrapper > p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-form-wrapper label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5px;
}
.contact-form-wrapper textarea {
  height: 100px;
  resize: none;
}
.contact-form-wrapper .wpcf7-submit {
  background: #09aff4;
  color: #fff;
  border: none !important;
  font-size: 17px;
  height: 44px !important;
  cursor: pointer;
}
.btns {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.btns a {
  padding: 15px 20px;
  background: #09aff4;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
.btns a + a {
  background-color: transparent;
  color: #09aff4;
  border: 1px solid #09aff4;
}
.heading {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.heading b {
  color: #09aff4;
}
section.banner_outer {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
section.banner_outer .custom-gradient {
  background: linear-gradient(to right, #f0fbff, #f7fdff, #f0fbff);
  padding: 100px 50px 50px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
}
section.banner_outer .custom-gradient > div {
  width: 100%;
}
section.banner_outer .custom-gradient > div > p {
  margin-right: 50px;
}
section.banner_outer::before {
  position: absolute;
  top: 120px;
  left: -100px;
  width: 500px;
  height: 400px;
  background-color: #b3e2f5;
  content: '';
  border-radius: 54%;
}
section.banner_outer::after {
  position: absolute;
  top: 320px;
  right: -100px;
  width: 500px;
  height: 500px;
  background-color: #b3e2f5;
  content: '';
  border-radius: 54%;
}
section.banner_outer span.num_1 {
  display: flex;
  gap: 10px;
  font-size: 20px;
  align-items: center;
  margin-bottom: 20px;
}
section.banner_outer span.num_1 b {
  font-size: 14px;
  padding: 8px 16px;
  background: #09aff4;
  color: #fff;
  border-radius: 23px;
  font-weight: 500;
}
section.client_exp_outer {
  padding: 40px 0;
}
section.client_exp_outer .custom-slider .slick-dots {
  bottom: -35px;
}
section.client_exp_outer .custom-slider .slick-dots li button:before {
  font-size: 15px;
  color: #09aff4;
}
section.client_exp_outer .custom-slider .slick-slider {
  margin: 0 -15px;
}
section.client_exp_outer .custom-slider .slick-slide {
  background-color: #05aff4a8;
  padding: 50px 24px ;
  border-radius: 20px;
  text-align: center;
  margin-right: 15px;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  color: #000;
  position: relative;
}
section.client_exp_outer .custom-slider .slick-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(61px);
  z-index: -1;
  background-size: 250px;
}
section.client_exp_outer .custom-slider .slick-slide p {
  font-weight: 500;
  font-size: 16px;
}
section.client_exp_outer .custom-slider .slick-slide span.name {
  padding: 40px 0 10px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
section.client_exp_outer .custom-slider .slick-slide span.name p {
  font-weight: 400;
}
section.client_exp_outer .custom-slider .slick-slide span.name img {
  width: 50px;
  margin: auto;
  margin-bottom: 20px;
}
section.client_exp_outer .custom-slider .slick-slide .designation {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
}
section.trusted_by {
  background-color: #09aff4;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
section.trusted_by .trusted_by_inner h2 {
  margin-bottom: 20px;
}
section.trusted_by .trusted_by_inner marquee img {
  height: 150px;
  margin-right: 20px;
  border-radius: 15px;
}
section.trusted_by .trusted_by_inner ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.trusted_by .trusted_by_inner ul li img {
  width: 100%;
  height: 150px;
  border-radius: 15px;
}
.verified_by_outer {
  padding: 50px 0;
  text-align: center;
}
.verified_by_outer .heading {
  margin-bottom: 15px;
}
.verified_by_outer p {
  font-size: 18px;
}
.verified_by_outer .flex {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}
.verified_by_outer .flex img {
  width: 150px;
}
h2 {
  font-size: 40px;
  font-weight: 800;
}
.our_work_outer {
  padding-top: 50px;
}
.our_work_outer .our_work_inner > .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: grey;
  font-weight: 300;
}
.our_work_outer ul {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.our_work_outer ul li {
  position: relative;
  width: 32%;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
}
.our_work_outer ul li .app_type {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  box-shadow: 0px 0px 2px 0px #000;
}
.our_work_outer ul li > a img {
  width: 150px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  display: none;
}
.our_work_outer ul li:hover > a img {
  display: block;
  z-index: 11;
}
.our_work_outer ul li:hover .imgb img {
  filter: brightness(0.5);
  transition: all 0.8s;
  transform: scale(1.1);
}
.our_work_outer ul li .imgb {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.our_work_outer ul li .imgb img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  transition: all 0.8s;
  max-height: 200px;
  object-fit: cover;
}
.our_work_outer ul li .text {
  padding: 20px 20px 10px;
}
.our_work_outer ul li .text .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.our_work_outer ul li .text p {
  font-weight: 300;
  font-size: 12px;
  color: grey;
}
.our_work_outer ul li .text .live {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  position: relative;
  padding-left: 15px;
}
.our_work_outer ul li .text .live:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #09aff4;
  border-radius: 50%;
  position: absolute;
  left: 0px;
}
.our_work_outer ul li .text .live img {
  width: 100px;
}
.experience_vol {
  padding: 20px 0 50px;
  text-align: center;
  background: #09aff4;
  color: #fff;
}
.experience_vol h2 {
  margin-bottom: 10px;
}
.experience_vol ul {
  margin-top: 20px;
  color: #000;
  display: flex;
  text-align: left;
  justify-content: center;
  gap: 30px;
}
.experience_vol ul li {
  width: 100%;
  border: 1px solid #bababa;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 1px 0px #aeaeae;
}
.experience_vol ul li b {
  display: block;
  font-size: 40px;
}
.experience_vol ul li .icon svg {
  width: 40px;
  height: 55px;
}
.our_services_outer .our_services_inner h2 {
  text-align: center;
  margin-bottom: 10px;
}
.our_services_outer .our_services_inner > p {
  text-align: center;
}
.tab-content {
  /* Make it responsive inside tabs */
  /* LEFT */
  /* RIGHT */
}
.tab-content .flutter-section-inner {
  display: flex;
  gap: 40px;
}
.tab-content .flutter-section-inner .left,
.tab-content .flutter-section-inner .right {
  flex: 1;
}
@media (max-width: 768px) {
  .tab-content .flutter-section-inner {
    flex-direction: column;
  }
}
.tab-content body {
  font-family: 'Roboto', sans-serif;
  background: #f5f5f5;
}
.tab-content .flutter-section {
  padding: 60px 20px;
}
.tab-content .left {
  flex: 1;
}
.tab-content .header {
  display: flex;
  gap: 15px;
  align-items: center;
}
.tab-content .icon {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tab-content .tags {
  color: #09aff4;
  font-size: 14px;
}
.tab-content .description {
  margin-top: 20px;
  line-height: 1.7;
  color: #333;
}
.tab-content .cards {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.tab-content .card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  flex: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.tab-content .card h4 {
  color: #09aff4;
  margin-bottom: 10px;
}
.tab-content .right {
  flex: 1;
}
.tab-content .right h3 {
  margin-bottom: 15px;
}
.tab-content .mt {
  margin-top: 30px;
}
.tab-content .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tab-content .chips span {
  border: 1px solid #09aff4;
  color: #09aff4;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
}
.tab-content .feature {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.tab-content .feature ul {
  list-style: none;
  padding: 0;
}
.tab-content .feature li {
  margin-bottom: 10px;
  color: #333;
}
.faq-section {
  padding: 60px 20px;
  text-align: center;
  /* ITEM */
  /* QUESTION */
  /* ANSWER */
  /* ICON */
  /* ANSWER ANIMATION */
  /* OPEN STATE */
  /* ICON */
  /* ROTATE */
}
.faq-section .faq-title {
  font-size: 42px;
  font-weight: 700;
}
.faq-section .faq-subtitle {
  margin-top: 10px;
  color: #666;
  max-width: 600px;
  margin-inline: auto;
}
.faq-section .faq-container {
  margin-top: 40px;
  max-width: 900px;
  margin-inline: auto;
}
.faq-section .faq-item {
  background: #f9f9f9;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  cursor: pointer;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.faq-section .faq-item.active {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.faq-section .faq-question {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-answer {
  margin-top: 15px;
  color: #555;
  line-height: 1.6;
  display: none;
}
.faq-section .faq-item.active .faq-answer {
  display: block;
}
.faq-section .icon {
  font-size: 18px;
  color: green;
  transition: transform 0.3s ease;
}
.faq-section .faq-item.active .icon {
  transform: rotate(180deg);
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 300px;
  /* enough height */
  opacity: 1;
  margin-top: 15px;
}
.faq-section .icon {
  display: flex;
  transition: transform 0.3s ease;
}
.faq-section .faq-item.active .icon {
  transform: rotate(180deg);
}
.faq-section .faq-item svg {
  width: 30px;
  height: 30px;
}
.services-section {
  text-align: center;
  /* CARD */
  /* TOP */
  /* BODY */
  /* BADGE */
  /* LINK */
}
.services-section .title {
  font-size: 42px;
  font-weight: 700;
}
.services-section .title span {
  color: #09aff4;
}
.services-section .subtitle {
  max-width: 700px;
  margin: 15px auto;
  color: #666;
}
.services-section .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}
.services-section .card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.services-section .card:hover {
  transform: translateY(-5px);
}
.services-section .card-top {
  padding: 25px;
  color: #fff;
  position: relative;
}
.services-section .card-top:before {
  content: '';
  position: absolute;
  bottom: -31px;
  left: -13px;
  width: 50px;
  height: 50px;
  background-color: #ffffff5c;
  border-radius: 50%;
}
.services-section .card-top:after {
  content: '';
  position: absolute;
  top: -27px;
  right: -13px;
  width: 50px;
  height: 50px;
  background-color: #ffffff5c;
  border-radius: 50%;
}
.services-section .card-top h3 {
  font-size: 24px;
  font-weight: 400;
}
.services-section .card.green .card-top {
  background: #09aff4;
}
.services-section .card.dark .card-top {
  background: #060922;
}
.services-section .emoji {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.services-section .card-body {
  padding: 20px;
}
.services-section .card-body p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.services-section .badge {
  display: inline-block;
  background: #e6f4ea;
  color: #4e8e4e;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin-top: 15px;
}
.services-section .link {
  display: inline-block;
  margin-top: 15px;
  color: #09aff4;
  font-weight: 500;
  text-decoration: none;
}
.popup-box .popup-right > div {
  border: none;
  box-shadow: none;
}
.popup-box .popup-right br {
  display: none;
}
.popup-box .popup-right .error-msg {
  display: none;
  color: #eb5757;
}
.consultation-section {
  margin-top: 40px;
}
.consultation-section .top-text {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 700px;
  color: #fff;
}
.consultation-section .feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  position: relative;
}
.consultation-section .feature::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: 8px;
  left: 8px;
}
.consultation-section .feature .icon {
  font-size: 20px;
  color: #22c55e;
  visibility: hidden;
  min-width: 20px;
}
.consultation-section .feature h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
.consultation-section .feature p {
  margin: 6px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
a.btn_box.show_form {
  background: #070922;
  display: block;
  margin: auto;
  width: fit-content;
  padding: 20px 30px;
  color: #fff;
  border-radius: 58px;
  font-size: 21px;
  margin-top: 40px;
}
div#thank-you-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 39%;
  background: #070922;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  transform: translate(-50%, -50%);
  text-align: center;
  flex-direction: column;
  gap: 31px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 1px #000;
}
div#thank-you-popup p {
  font-size: 24px;
}
div#thank-you-popup img {
  width: 100px;
}
html {
  margin: 0px !important;
}
@media (max-width: 991px) {
  section.banner_outer .custom-gradient {
    flex-direction: column;
    padding: 20px;
  }
  .tab-content .cards {
    flex-direction: column;
    gap: 10px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
  .sec_container {
    padding: 0 20px;
  }
  .btns {
    display: none;
  }
  section.trusted_by {
    padding: 20px 0 0;
  }
  .experience_vol ul li {
    padding: 15px;
  }
  .experience_vol ul li b {
    font-size: 20px;
  }
  a.btn_box.show_form {
    padding: 17px 23px;
    font-size: 16px;
    margin-top: 20px;
  }
  .our_work_outer ul li {
    width: 100%;
  }
  .verified_by_outer .flex img {
    width: 81px;
  }
  .services-tabs .tabs,
  .services-section .cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .services-tabs {
    padding: 0px;
  }
  .our_services_outer .our_services_inner h2 {
    text-align: left;
  }
  .faq-section .faq-title {
    font-size: 23px;
  }
  .popup-left {
    display: none;
  }
  .popup-right {
    width: 100%;
    padding: 0px;
  }
  .close-popup {
    top: 50px;
  }
  .contact-form-wrapper {
    padding: 20px;
  }
  section.banner_outer span.num_1 b {
    font-size: 12px;
  }
  .heading {
    font-size: 24px;
  }
  section.client_exp_outer .custom-slider .slick-slide span.name {
    position: static;
  }
  section.client_exp_outer .custom-slider .slick-slide {
    min-height: 666px;
    margin: 0;
  }
  section.trusted_by .trusted_by_inner marquee img {
    height: 120px;
  }
  .experience_vol ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  .experience_vol ul li {
    width: 48%;
  }
}
