* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   ðŸŒž LIGHT THEME DEFAULT
========================= */
body {
  scroll-behavior: smooth;
}

:root {
  --secondry-bg: #1b1b1b;
  --bg-primary: #111111;
  --slider: #fff;
  --text-primary: #fff;
  --text-secondry: #cccccc;
  --border: #7d838780;
  --buttonBG: #000;
  --button-gradient:
    linear-gradient(90deg, #51A2FF -5.52%, #00D3F3 2.42%, #FDC700 74.28%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  /* --button-gradient:
    linear-gradient(90deg, #51a2ff 0%, #00d3f3 28.8%, #fdc700 57.59%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); */
  --hero-line-stroke-color: rgba(145, 158, 171, 0.32);
  --hero-circle-stroke-color: rgba(145, 158, 171, 0.24);
  --hero-plus-stroke-color: #637381;
}

@keyframes arrowbotmBannewg {
  0% {
    background-position: left -100% bottom -100%;
    background-size: 0%;
  }

  100% {
    background-position: center center;
    background-size: 55%;
  }
}

.learn-more-link {
  color: #fff;
  font-size: 15px;
  background-image: var(--button-gradient);
  border-radius: 50px;
  font-weight: 500;
  padding: 0px;
  text-transform: capitalize;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.learn-more-link::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 12px;
  top: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
  border-radius: 50%;
  background-image: url("../image/gradient-arrow.svg");
  cursor: pointer;
}

.learn-more-link span {
  padding: 12px 48px 12px 21px;
  display: block;
  background: #111;
  border-radius: 50px;
  margin: 2px;
}

a:hover::before,
.new-gradiant-btn p.learnmore-nav a:hover::before {
  color: #fff;
  background-image: url("../image/arrow-right_h.png");
  background-color: #fff;
  background-position: center center;
  background-size: 55%;
  animation: arrowbotmBannewg 0.5s;
}

.submitButton {
  background: var(--button-gradient);
  padding: 1px 2px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins";
  border: 0;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 45px;
  position: relative;
  border-radius: 40px;
}

.submitButton span {
  padding: 0;
  text-align: center;
  background: var(--bg-primary);
  display: block;
  border-radius: 0;
  color: var(--text-primary);
  margin: 0;
  position: absolute;
  top: 8px;
  right: 10px;
}

.invalid .wpcf7-response-output {
  display: none;
}

.submitButton .btnsubmit {
  padding: 0;
  border: 0;
  height: 43px !important;
  background: #111111;
  cursor: pointer;
  border-radius: 40px;
}

.reviewer_detail {
  max-width: calc(100% - 71px);
}

.wpcf7-spinner::before {
  background: #fff;
}

/* =========================
   BASE
========================= */
body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: "Poppins", sans-serif;
  transition:
    background 0.4s ease,
    color 0.4s ease;
}

.dark_logo {
  display: block;
  height: 50px;
}

.containerSm {
  max-width: 1340px;
  margin: auto;
  width: 95%;
}

input,
textarea {
  border: 0;
  border-bottom: 1px solid var(--border);
  background-color: transparent;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 0px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  outline: none;
  color: var(--text-primary);
}

.formPrivacy {
  font-size: 13px;
  line-height: 147%;
}

.formPrivacy a {
  color: var(--text-primary);
  font-weight: 700;
  transition: 0.3s all;
}

.formPrivacy:hover a {
  background-image: var(--button-gradient);
  color: transparent;
  background-clip: text;
}

/* input {
  height: 45px;
} */
input::placeholder,
textarea::placeholder {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--text-primary);
}

.form-group {
  margin-bottom: 11px;
}

input[type="checkbox" i] {
  height: 20px;
  width: 20px;
  border: 1px solid var(--border);
  border-radius: 5px;
}

.form-group label,
.checkbox_wrpa .wpcf7-list-item-label {
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  max-width: calc(100% - 30px);
}

.checkbox_wrpa {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-left: 0;
}

.checkbox_wrpa .wpcf7-list-item {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  margin-left: 0;
}

/* =========================
   SECTION
========================= */
.hero_Wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0px 30px;
  overflow: hidden;
  transition: background 0.6s ease;
}

.light-theme .hero_Wrap {
  background: #f5f5f5;
}

/* =========================
   header
========================= */
.headerWrap {
  position: fixed;
  width: 100%;
  z-index: 1200;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}

.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.theme-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.3s ease;
  border: 0px solid #656060;
}

.theme-toggle .icon {
  position: absolute;
  height: 25px;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  color: var(--text-primary);
}

.theme-toggle .icon.moon svg {
  height: 25px;
  width: 25px;
}

.theme-toggle .icon.sun svg {
  height: 22px;
  width: 22px;
  margin-top: 2px;
  margin-left: 2px;
}

.theme-toggle .moon {
  opacity: 0;
  transform: scale(0.5);
}

.dark-theme .theme-toggle .sun {
  opacity: 0;
  transform: scale(0.5);
}

.dark-theme .theme-toggle .moon {
  opacity: 1;
  transform: scale(1);
}

.header_right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* =========================
   header
========================= */
/* =========================
   HERO GRID
========================= */
.contact_grid_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact_grid {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.contact_grid:first-child {
  padding-right: 15px;
  border-right: 2px solid #fff;
}

.contact_grid .linkText {
  transition: 0.3s all;
}

.contact_grid:hover .linkText {
  text-decoration: underline;
}

.Contact_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: #000;
  border-radius: 50%;
}

.Contact_icon svg {
  height: 20px;
  width: 20px;
}

.hero_content_area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.hero_content_left,
.hero_content-right {
  flex: 1;
}

.hero_content-right,
.formFooter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact-form {
  padding: 25px;
  background: #00000066;
  max-width: 550px;
  position: relative;
  width: 100%;
  border-radius: 20px;
}

.contact-form p {
  margin-bottom: 0;
}

.checkbox_wrpa p {
  width: 100%;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--button-gradient);
  display: none;
}

.light-theme .hero-section {
  display: none;
}

.tag_line,
.sub_tag_line {
  display: block;
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 700;
  padding-left: 52px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.sub_tag_line {
  padding-left: 0;
  opacity: 50%;
  font-weight: 600;
}

.form_header {
  margin-bottom: 10px;
}

.tag_line::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  left: 0;
  background: var(--button-gradient);
  top: 50%;
  border-radius: 20px;
  transform: translateY(-50%);
}

.hero_heading {
  font-size: 55px;
  line-height: 130%;
  margin: 10px 0 10px 0;
  color: var(--text-primary);
  letter-spacing: -1.2px;
  font-weight: 600;
}

.bg_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.read_captcha.google_captcha {
  margin-bottom: 15px;
}

.bg_image img {
  height: 100%;
  width: 100%;
}

.big_heading {
  font-size: 40px;
  line-height: 130%;
  margin: 3px 0 10px 0;
  color: var(--text-primary);
  font-weight: 700;
}

.hero_text {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-secondry);
  line-height: 175%;
  margin-bottom: 30px;
}

.contact-form h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 134%;
  margin-bottom: 7px;
}

.contact-form .subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--text-secondry);
  font-weight: 400;
  line-height: 170%;
}

/* service section css */
.service_section {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  border-bottom: 1px solid var(--border);
}

.service_grid_container {
  display: flex;
  gap: 20px;
}

.service_grid_wrap,
.service_grid_head {
  width: 50%;
}

.service_grid_headIn {
  position: sticky;
  top: 100px;
}

.service_text_wrap p {
  font-size: 17px;
  line-height: 170%;
  color: var(--text-secondry);
  margin-bottom: 15px;
  font-weight: 400;
}

.service_grid_content img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.service_grid_content {
  background: var(--bg-primary);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.serve_card h3 {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-primary);
  margin: 7px 0 10px;
}

.sws_iconWrap {
  height: 3px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--button-gradient);
  border-radius: 1px;
  box-shadow:
    0px 4.17px 6.25px -4.17px #0000001a,
    0px 10.42px 15.62px -3.13px #0000001a;
}

.sws_iconWrap img {
  display: none;
}

.service_grid.service_grid_head {
  margin-bottom: 30px;
}

.serve_card p {
  font-size: 16px;
  line-height: 168%;
  color: var(--text-secondry);
  font-weight: 400;
}

.serve_card {
  position: relative;
  padding: 25px 0;
  height: 100%;
}

.service_grid_content:not(:first-child) {
  border-top: 1px solid var(--border);
}

.services_viewMore h3 {
  color: var(--text-primary);
  font-size: 29px;
  font-weight: 500;
}

.services_viewMore p {
  color: var(--text-primary);
  font-size: 18px;
}

/* counterSection css */
.counterSection {
  position: relative;
  z-index: 1;
  padding: 25px 0 80px;
}

.stats-section {
  display: flex;
  border-radius: 16px;
  background: var(--secondry-bg);
  padding: 40px 0;
}

.stat-box {
  flex: 1;
  text-align: center;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.stat-box:not(:first-child) {
  border-left: 1px solid var(--border);
}

.stat-text {
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.textGradient {
  background-image: var(--button-gradient);
  color: transparent;
  background-clip: text;
}

.counterSectionCounter {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--text-primary);
}

.text-center {
  text-align: center;
}

.success_story_section {
  padding-top: 50px;
}

.heading_wrap {
  margin-bottom: 25px;
}

.underprivileged {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 25px 0;
  color: #dee3e7;
}

.counterSection .stat-text {
  font-size: 20px;
  color: #fff;
  line-height: 150%;
}

/* UK_page_testimonial_section css start */
.UK_page_testimonial_section {
  margin-bottom: 80px;
}

.UK_page_testimonial_section .sub_label {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--text-secondry);
  letter-spacing: 0.5px;
  margin-bottom: 7px;
  font-weight: 500;
}

.UK_page_testimonial_section .title_head {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 135%;
  color: var(--text-primary);
  font-weight: 600;
}

.UK_page_testimonial .owl-item {
  opacity: 0.5;
}

.UK_page_testimonial .owl-item.active.center {
  opacity: 1;
}

.slideItem {
  box-sizing: border-box;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--border);
}

.UK_page_testimonial.owl-carousel .owl-dots {
  display: none !important;
}

.UK_page_testimonial_item_top .prifileImage_Wrap {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.UK_page_testimonial_item_top .profile-img {
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1;
}

.UK_page_testimonial_item_top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

.UK_UserName {
  font-size: 20px;
  margin: 0 0 3px 0;
  font-weight: 400;
  font-family: "Poppins";
  line-height: normal;
}

.UK_page_testimonial_section_top {
  margin-bottom: 35px;
}

.UK_page_testimonial_item_Description {
  font-size: 18px;
  font-style: normal;
  line-height: 200%;
  font-weight: 400;
}

.UK_UserDesignation {
  font-size: 16px;
  margin: 0;
  color: var(--text-secondry);
  font-weight: 400;
}

.commmaImage {
  display: flex;
  justify-content: flex-start;
}

.commmaImage img {
  width: auto !important;
  margin-bottom: 10px;
}

.UK_readMore {
  background: var(--button-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

/* brand slider */
.brandLogos {
  padding-top: 50px;
}

.brand-slider .owl-stage {
  transition-timing-function: linear !important;
}

.brand-slider {
  background-color: var(--secondry-bg);
  border-radius: 16px;
  padding: 25px 0;
}

.brand-slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
}

.brand-slider img {
  filter: grayscale(100%);
  transition: 0.3s ease;
  max-width: 150px;
}

.brand-slider img:hover {
  filter: grayscale(0%);
}

/* brand slider */

/* case study css */
.caseStuddy {
  padding: 50px 0;
}

.caseSliderCard {
  background: var(--secondry-bg);
  border-radius: 16px;
}

.caseTag {
  font-size: 15px;
  color: var(--text-secondry);
  line-height: 200%;
  min-height: 25px;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.caseTitle a {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: var(--text-primary);
  height: 77px;
}

.caseStudyLink {
  display: inline-block;
  transition: 0.3s all;
  transform: rotate(45deg);
  margin-top: 6px;
  display: none;
}

.caseSliderCard:hover .caseStudyLink {
  transform: rotate(0deg);
}

.caseImageWrap {
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  max-height: 300px;
}

.caseCardHeader {
  padding: 20px;
}

.caseImageWrap img {
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out 0.2s;
  object-fit: cover;
  aspect-ratio: 1;
}

.caseSliderCard:hover .caseImageWrap img {
  transform: scale(1.2);
}

/* case study css */
/* custome review css */

.customer_review {
  padding: 45px 0;
  border-top: 1px solid var(--border);
}

.item.review_card {
  padding: 25px;
  background: var(--secondry-bg);
  border-radius: 16px;
  height: 100%;
}

.review_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating {
  display: flex;
  gap: 5px;
}

.reviewImage_wrap {
  height: 40px;
  /* opacity: 50%; */
  max-width: 120px;
}

.reviewImage_wrap img {
  object-fit: contain;
}

.reviewer_name {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.reviewer_designation {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondry);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.review_content {
  min-height: 215px;
}

.review_content p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 168%;
  color: var(--text-primarys);
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.review_footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.reviewer_image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}

.reviewer_image img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: 0.3s ease-out 0.2s;
}

/* custome review css */
.project_Ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.project_Ul li {
  font-size: 18px;
  display: flex;
  align-items: self-start;
  gap: 10px;
  line-height: 170%;
}

.project_Ul li img {
  margin-top: 6px;
}

.copy_writeSection {
  background: #000;
  padding: 20px 0;
}

.f_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerLink {
  text-decoration: none;
  color: var(--text-primary);
  font-size: 16px;
  transition: 0.3s all;
}

.f_container p {
  color: var(--text-primary);
  font-size: 16px;
}

.centerList {
  padding: 0 10px;
  margin: 0 10px;
  border-left: 1px solid var(--text-primary);
}

.footerLink:hover {
  background-image: var(--button-gradient);
  color: transparent;
  background-clip: text;
}

.project_section_wrap {
  padding: 45px 0 !important;
  border-top: 1px solid var(--border);
  min-height: auto;
}

.project_section_wrap .hero_heading {
  margin-top: 0;
}

.footer_grid {
  display: grid;
  grid-template-columns: 2fr repeat(2, 300px);
  grid-column-gap: 180px;
}

.about_content {
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 175%;
  color: var(--text-primary);
}

.partnerSection {
  padding: 45px 0;
}

.partnerImage {
  height: 40px;
  width: auto !important;
}

.partner_container .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner_container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 25px 15px;
  background: var(--secondry-bg);
  border-radius: 16px;
  margin-top: 10px;
  overflow: auto;
}

.footer_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.footer_text {
  font-size: 15px;
  margin-top: 7px;
  display: inline-block;
  color: var(--text-secondry);
  font-weight: 400;
  text-decoration: none;
}

a.footer_text:hover {
  background-image: var(--button-gradient);
  color: transparent;
  background-clip: text;
  text-decoration: underline;
}

.cirtified {
  margin-top: 24px;
  width: 200px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.F_contact {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.case_badge {
  position: relative;
  display: inline-flex;
  padding: 1px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  overflow: hidden;
}

.caseCardHeaderTop {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.case_badgeIn {
  display: inline-block;
  border-radius: 20px;
  padding: 2px 12px;
  font-size: 12px;
  position: relative;
  z-index: 2;
  font-weight: 500;
  background: #3A3A3A;
}

.case_badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(299.2deg, #444444 0%, #484848 60.92%, #666666 100%);
}

/* trus section css */
.trus_imageWrap {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 15px;
}

.trus_section {
  padding-bottom: 50px;
}

.trus_imageWrap img {
  width: 100%;
  height: auto;
}

.trust_card {
  padding: 50px 0 50px 20px;
}

.trust_grid_wrap {
  border-left: 1px solid var(--border);
}

.trust_active {
  border-left: 2px solid #9ea8b3;
}

/* trus section css */
/* responsive */

@media screen and (max-width: 1200px) {
  .hero_heading {
    font-size: 40px;
  }

  .hero_text {
    font-size: 18px;
  }

  .counterSectionCounter {
    font-size: 30px;
  }

  .counterSection .stat-text {
    font-size: 16px;
  }

  .footer_grid {
    grid-column-gap: 66px;
  }

  .partnerImage {
    height: 35px;
  }
}

@media screen and (max-width: 992px) {
  .stats-section {
    padding: 20px 0;
  }

  .footer_grid {
    grid-column-gap: 30px;
    grid-template-columns: 2fr repeat(2, 260px);
  }

  .stat-box {
    padding: 8px;
  }

  .stat-text {
    font-size: 10px;
  }

  .hero_heading {
    font-size: 30px;
  }

  .contact-form h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .UK_page_testimonial_item_Description,
  .UK_readMore {
    font-size: 16px;
  }

  .slideItem {
    padding: 20px;
    border-radius: 14px;
    max-width: 93% !important;
  }

  .UK_page_testimonial_item_top {
    margin-top: 15px;
    padding-top: 15px;
  }

  .UK_page_testimonial_section {
    margin-bottom: 30px;
  }

  .UK_page_testimonial_item_top .prifileImage_Wrap {
    height: 50px;
    width: 50px;
  }

  .UK_UserName {
    font-size: 15px;
  }

  .UK_UserDesignation {
    font-size: 13px;
  }

  .UK_page_testimonial_userDetail {
    max-width: calc(100% - 70px);
  }

  .review_content p {
    font-size: 15px;
  }

  .review_footer {
    margin-top: 15px;
  }

  .service_text_wrap p {
    font-size: 15px;
  }
}

@media screen and (max-width: 850px) {
  .blank_html {
    display: none;
  }

  .services_viewMore {
    height: 125px;
  }

  .counterSection .stat-text {
    font-size: 12px;
  }

  .f_container p,
  .footerLink {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contact_grid {
    font-size: 12px;
  }

  .footer_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas:
      "header header"
      "add con";
    grid-template-columns: none;
  }

  .logo_section {
    grid-area: header;
  }

  .addtress_section {
    grid-area: add;
  }

  .F_contact {
    grid-area: con;
  }

  .service_grid_headIn {
    position: relative;
    top: auto;
  }

  .service_grid_wrap,
  .service_grid_head {
    width: 100%;
  }

  .service_grid_container {
    flex-direction: column;
  }

  .project_content_area {
    align-items: baseline;
  }

  .hero_Wrap {
    padding-top: 120px;
  }

  .hero_heading {
    font-size: 50px;
    max-width: 600px;
  }

  .counterSection .stat-box {
    width: 45%;
    flex: none;
    border: 0;
  }

  .counterSection .stats-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .counterSectionCounter {
    font-size: 20px;
  }

  .hero_content-right,
  .hero_content-right>div {
    width: 100%;
  }

  .hero_text {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .hero_content_area {
    gap: 24px;
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .project_Ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .contact_grid .linkText {
    display: none;
  }
.partner_container{gap: 60px;}
  .contact_grid:first-child {
    border: 0;
    padding: 0;
  }
.trust_card {
    padding: 20px 0 20px 20px;
}
  .services_viewMore {
    height: auto;
    padding: 16px;
  }

  .submitButton {
    height: 36px;
  }

  .submitButton .btnsubmit {
    height: 34px !important;
  }

  .hero_content_left .learn-more-link,
  .headerBox .learn-more-link {
    display: none;
  }

  .containerSm {
    width: 90%;
  }

  .contact-form {
    padding: 15px;
  }

  .hero_heading {
    font-size: 32px;
    max-width: 392px;
  }

  .hero_text {
    font-size: 15px;
  }

  .counterSectionCounter {
    font-size: 18px;
    font-weight: 700;
  }

  .stat-box {
    padding: 25px 8px;
  }

  .big_heading {
    font-size: 24px;
    margin: 0;
  }

  .caseTitle a {
    -webkit-line-clamp: 5;
    line-clamp: 5;
    height: auto;
  }

  .hero_Wrap {
    padding-top: 92px;
  }

  .checkbox_wrpa label {
    display: inline-block;
    max-width: calc(100% - 23px);
    margin: 0;
    margin-top: -3px;
  }

  .checkbox_wrpa {
    align-items: flex-start;
  }

  .formPrivacy {
    margin: 13px 0 20px;
  }
  .contact_grid_wrap{gap: 8px;}
}

@media screen and (max-width: 576px) {
  .stats-section {
    flex-direction: column;
    padding: 0 15px;
  }

  .stat-text {
    font-size: 14px;
    text-align: left;
    max-width: 177px;
    width: 100%;
  }

  .counterSectionCounter {
    width: 75px;
    font-size: 20px;
    text-align: left;
  }

  .stat-box {
    padding: 15px 0px;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  .stat-box:not(:first-child) {
    border-left: 0px solid var(--border);
    border-top: 1px solid var(--border);
  }

  .footer_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas:
      "header header"
      "add add" "con con";
    grid-template-columns: none;
  }
}

@media screen and (max-width: 490px) {
  .checkbox_wrpa input[type="checkbox" i] {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  .f_container {
    flex-direction: column;
    gap: 8px;
  }

  .centerList {
    border: 0;
  }

  .f_container p,
  .footerLink {
    text-align: center;
  }

  .dark_logo {
    height: 40px;
  }
}

.owl-theme .owl-nav {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 40px;
  width: 100%;
}

.owl-prev,
.owl-next {
  height: 35px;
  width: 35px;
  background: var(--button-gradient) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 12;
  background: var(--button-gradient);
  transform: translateY(-50%);
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

.owl-prev span,
.owl-next span {
  font-size: 20px !important;
  height: 32px;
  width: 32px;
  background-color: var(--secondry-bg);
  border-radius: 50%;
}

/* cta section */

.cta_section {
  padding-bottom: 50px;
}

.cta_container {
  border-radius: 25px;
  position: relative;
  padding: 1px;
  overflow: hidden;
}

.cta_container:after {
  content: '';
  position: absolute;
  background: var(--button-gradient);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;

}

.cta_container_in {
  padding: 50px;
  background: #111111;
  text-align: center;
  border-radius: 25px;
  z-index: 2;
  position: relative;
}

.cta_container .CTA_container {
  font-size: 40px;
  font-weight: 700;
  color: var(--text-primary);
}

.cta_container p {
  font-size: 24px;
  color: var(--text-primary);
  margin: 0 0 20px 0;
  opacity: 60%;
}

@media screen and (max-width: 992px) {
  .cta_container .CTA_container {
    font-size: 30px;
  }

  .cta_container p {
    font-size: 16px;
  }
}

.cta_container .learn-more-link {
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .cta_container .CTA_container {
    font-size: 20px;
  }
  .cta_container,.cta_container:after {
    border-radius: 16px;
  }

  .cta_container_in {
    padding: 25px 15px;
    border-radius: 16px;
  }

  .cta_container p {
    margin: 4px 0 10px 0;
  }

  .cta_container .learn-more-link {
    font-size: 13px;
  }
}