* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2 !important;
}

body.home {
  background-color: #fff !important;
}

.page-template-page-contact {
  background-color: #f2f2f2 !important;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

a {
  outline: none !important;
}

/* Hide scrollbar but keep scrolling */
/* html,
body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
} */

/* Header Styles */
header {
  flex-flow: row;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.header-container {
  flex-flow: row;
  flex: 1 0 0;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  width: 1px;
  max-width: 1640px;
  height: min-content;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-header {
  --selection-background-color: #0099ff26;
  --selection-color: #09f;
  z-index: 1;
  flex-flow: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 5px;
  width: 1px;
  height: min-content;
  padding: 16px 20px 16px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-header::before {
  content: '';
  border-width: 1px;
  border-color: #0b0b0b;
  border-style: solid;
  box-sizing: border-box;
  border-radius: inherit;
  corner-shape: inherit;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  flex-flow: row;
  flex: none;
  place-content: center flex-start;
  align-items: center;
  gap: 10px;
  width: min-content;
  height: 29px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo a {
  height: 61px;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 0;
  width: auto;
  padding: 0 17px 0px;
  text-decoration: none;
  display: flex;
  position: relative;
  border-bottom-width: 1px;
  border-color: #0b0b0b;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  width: auto;
  aspect-ratio: 3.33333 / 1;
  will-change: auto;
  opacity: 1;
}

nav.nav-menu {
  height: min-content;
  flex-flow: wrap;
  flex: 1 0 0;
  place-content: center flex-end;
  align-items: center;
  gap: 10px 40px;
  width: 1px;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 0.3s;
  line-height: 19.2px;
  font-variation-settings: normal;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}

.contact-btn {
  background-color: #0b0b0b !important;
  color: #fff !important;
  padding: 0 19.5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  flex: none;
  width: auto;
  height: 61px;
  position: relative;
  border: 1px solid rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 0.3s;
  line-height: 19px;
  font-variation-settings: normal;
  font-family: 'Inter', sans-serif;
}

.logo a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  corner-shape: inherit;
  object-position: center;
  object-fit: contain;
}

.contact-btn:hover {
  background-color: #333;
  color: white;
}

.mobile-toggle {
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #000; */
  border-radius: 50px;
  display: none;
}

.mobile-toggle .bar {
  user-select: none;
  pointer-events: none;
  flex: none;
  width: 15px;
  height: 2px;
  position: relative;
  overflow: visible;
  background-color: #fff;
  border-radius: 1px;
  transform: none;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

/* Main Content Area */
.error-page-main {
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  padding: 180px 0 120px;
  display: flex;
  position: relative;
  overflow: visible;
}

.outer-error-container {
  flex-flow: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 1px;
  max-width: 820px;
  height: min-content;
  padding: 0 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.error-container {
  border-bottom-width: 1px;
  border-color: #2b8552;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: dashed;
  border-top-width: 1px;
  background-color: #fff;
  will-change: var(--framer-will-change-override, transform);
  border-radius: 20px;
  flex-flow: column;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 1px;
  height: 466px;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-code {
  font-size: 120px;
  font-weight: 600;
  color: #0b0b0b;
  line-height: 168px;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
}

.error-title {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  line-height: 44px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.error-message {
  font-size: 16px;
  color: #636363;
  margin-bottom: 22px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.page-not-found-btn {
  flex: none;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.back-btn {
  color: #0b0b0b;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  line-height: 20.8px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  border-bottom-width: 0px;
  border-color: rgba(0, 0, 0, 0);
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
  background-color: #2b8552;
  width: 100%;
  opacity: 1;
  will-change: auto;
  padding: 14px 20px;
}

.back-btn:hover {
  background-color: #000;
  color: #fff;
}

/* =========== Home Header Start================== */

.home .inner-header::before,
.page-template-page-contact .inner-header::before,
.page-id-318 .inner-header::before,
.page-id-321 .inner-header::before,
.blog .inner-header::before,
.privacy-policy .inner-header::before,
.page-id-308 .inner-header::before,
.page-id-312 .inner-header::before,
.page-id-774 .inner-header::before,
.page-id-783 .inner-header::before {
  border-color: #ffffff;
}

.home .logo a,
.page-template-page-contact .logo a,
.page-id-318 .logo a,
.page-id-321 .logo a,
.blog .logo a,
.privacy-policy .logo a,
.page-id-308 .logo a,
.page-id-312 .logo a,
.page-id-774 .logo a,
.page-id-783 .logo a {
  border-color: #fff;
}

nav.nav-menu li {
  list-style: none;
}

.home nav.nav-menu li a,
.page-template-page-contact nav.nav-menu li a,
.page-id-318 nav.nav-menu li a,
.page-id-321 nav.nav-menu li a,
.blog nav.nav-menu li a,
.privacy-policy nav.nav-menu li a,
.page-id-308 nav.nav-menu li a,
.page-id-312 nav.nav-menu li a,
.page-id-774 nav.nav-menu li a,
.page-id-783 nav.nav-menu li a {
  color: #fff;
}

.nav-menu.active li a {
  color: #000 !important;
}

.page-template-page-contact .logo a img {
  filter: invert(1);
}

/* =========== Home Header End ================== */

/* =================== Footer ===================== */

.footer-dark-inner {
  flex-flow: row;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  padding: 100px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: rgb(26, 26, 26);
}

.footer-wrapper {
  display: contents;
}

.footer-side-image {
  z-index: 1;
  flex: none;
  width: 584px;
  /* width: 100%; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.footer-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: inherit;
  corner-shape: inherit;
  object-position: center center;
  object-fit: cover;
}

.footer-image {
  position: absolute;
  border-radius: inherit;
  corner-shape: inherit;
  inset: 0px;
}

.footer-overlay {
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: linear-gradient(
    rgba(26, 26, 26, 0.19) 0%,
    rgba(26, 26, 26, 0.73) 57.6577%,
    rgb(26, 26, 26) 100%
  );
  opacity: 1;
  z-index: 9;
}

/* .footer-image figure {
  margin: 0;
  will-change: var(--framer-will-change-filter-override, filter);
  z-index: 1;
  flex: none;
  width: 584px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
} */

.footer-image figure {
  margin: 0;
  will-change: var(--framer-will-change-filter-override, filter);
  z-index: 1;
  flex: none;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.footer-content {
  z-index: 1;
  flex-flow: column;
  flex: 1 0 0;
  place-content: flex-end center;
  align-items: flex-end;
  gap: 72px;
  width: auto;
  max-width: 1360px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-content-top {
  flex-flow: column;
  flex: none;
  place-content: flex-end flex-start;
  align-items: flex-end;
  gap: 46px;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-top-title {
  flex-flow: column;
  flex: none;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  /* width: 73%; */
  max-width: 990px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.top-title-one {
  flex-flow: row;
  flex: none;
  place-content: center flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-title h1 span {
  color: #2b8552;
}

.top-title-two {
  flex-flow: row;
  flex: none;
  place-content: center flex-start;
  align-items: center;
  gap: 10px;
  width: 96%;
  max-width: 1070px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.top-title-description {
  z-index: 1;
  flex-flow: column;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  max-width: 367px;
  height: min-content;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 153px;
  left: 680px;
  right: 0;
  overflow: visible;
}

.footer-title h1 {
  font-size: 100px;
  color: #f2f2f2;
  line-height: 119px;
  letter-spacing: -2.5px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.top-title-description p {
  font-size: 18px;
  color: #d1d1d1;
  line-height: 27.36px;
  vertical-align: baseline;
  letter-spacing: -0.1px;
  font-weight: 300;
  font-family: 'Spline Sans', sans-serif;
  margin: 0;
}

a.footer-contact-btn {
  border-bottom-width: 0px;
  --border-color: rgba(0, 0, 0, 0);
  --border-left-width: 0px;
  --border-right-width: 0px;
  --border-style: solid;
  --border-top-width: 0px;
  background-color: #2b8552;
  opacity: 1;
  padding: 10px 16px;
  cursor: unset;
  height: min-content;
  overflow: clip;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: min-content;
  text-decoration: none;
  display: flex;
  position: relative;
  color: #0b0b0b;
  font-weight: 500;
}

.footer-content-bottom {
  flex-flow: column;
  flex: none;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-top-nav {
  flex-flow: row;
  flex: none;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-social-icon {
  flex-flow: row;
  flex: 1 0 0;
  place-content: center space-between;
  align-items: center;
  width: 1px;
  max-width: 189px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-social-icon span {
  flex: none;
  width: 32px;
  height: 32px;
  position: relative;
}

.footer-top-btn a.footer-contact-btn span {
  flex: none;
  width: auto;
  height: auto;
  position: relative;
  white-space: pre;
  font-size: 16px;
  line-height: 20.8px;
  font-feature-settings: 'blwf', 'cv03', 'cv04', 'cv09', 'cv11';
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.footer-social-icon span a {
  cursor: pointer;
  flex-flow: row;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-social-icon span a .linked-in {
  aspect-ratio: 1;
  height: 14px;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 14px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
  transform: none;
  transform-origin: 50% 50% 0px;
}

.corner {
  --border-bottom-width: 0px;
  --border-color: rgba(0, 0, 0, 0);
  --border-left-width: 0px;
  --border-right-width: 0px;
  --border-style: solid;
  --border-top-width: 0px;
  border-radius: 0px;
  opacity: 1;
  will-change: auto;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0;
  overflow: visible;
}

/* .corner span {
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: 20%;
    height: 20%;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
} */

.corner span:nth-child(1) {
  z-index: 1;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 20%;
  height: 20%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  --border-bottom-width: 0px;
  --border-color: rgb(109, 109, 109);
  --border-left-width: 1px;
  --border-right-width: 0px;
  --border-style: solid;
  --border-top-width: 1px;
  opacity: 1;
  will-change: auto;
}

.corner span:nth-child(2) {
  z-index: 1;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 19%;
  height: 19%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 81.25%;
  overflow: visible;
  --border-bottom-width: 0px;
  --border-color: rgb(109, 109, 109);
  --border-left-width: 1px;
  --border-right-width: 0px;
  --border-style: solid;
  --border-top-width: 1px;
  transform: rotate(90deg);
  opacity: 1;
  will-change: auto;
}

.corner span:nth-child(3) {
  z-index: 1;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 19%;
  height: 19%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 26px;
  left: 81.25%;
  overflow: visible;
  --border-bottom-width: 0px;
  --border-color: rgb(109, 109, 109);
  --border-left-width: 1px;
  --border-right-width: 0px;
  --border-style: solid;
  --border-top-width: 1px;
  transform: rotate(-180deg);
  opacity: 1;
  will-change: auto;
}

.corner span:nth-child(4) {
  z-index: 1;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 19%;
  height: 19%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 26px;
  left: 0%;
  overflow: visible;
  --border-bottom-width: 0px;
  --border-color: rgb(109, 109, 109);
  --border-left-width: 1px;
  --border-right-width: 0px;
  --border-style: solid;
  --border-top-width: 1px;
  transform: rotate(-90deg);
  opacity: 1;
  will-change: auto;
}

.corner span:before {
  content: '';
  border-width: 1px 0 0 1px;
  border-color: rgb(109, 109, 109);
  border-style: solid;
  box-sizing: border-box;
  border-radius: inherit;
  corner-shape: inherit;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-top-nav .footer-nav-list {
  flex-flow: row;
  flex: 1 0 0;
  place-content: center flex-start;
  align-items: center;
  gap: 32px;
  width: 1px;
  max-width: 430px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
  justify-content: space-between;
}

.footer-top-nav .footer-nav-list a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 27.36px;
  color: #fff;
  text-decoration: none;
  font-family: 'Spline Sans', 'Spline Sans Placeholder', sans-serif;
}

.footer-social-icon span a .linked-in svg {
  fill: #f2f2f2;
}

.footer-bottom-nav {
  opacity: 1;
  flex-flow: row;
  flex: none;
  place-content: center space-between;
  align-items: center;
  width: 73%;
  /* max-width: 896px; */
  height: min-content;
  padding: 19px 0 0;
  display: flex;
  position: relative;
  overflow: visible;
  gap: 0 29px;
  margin-left: auto;
}

/* .footer-bottom-nav li:nth-child(3)::before {
  display: none;
} */

.footer-bottom-nav li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -17px;
}

.footer-bottom-nav .footer-nav-list {
  flex-flow: row;
  flex: 1 0 0;
  place-content: center flex-start;
  align-items: center;
  gap: 12px;
  width: 1px;
  max-width: 282px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-bottom-nav .footer-nav-list a {
  white-space: pre;
  flex: none;
  width: auto;
  height: auto;
  position: relative;
  font-size: 16.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19.2px;
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-stretch: 100%;
  font-variant: no-common-ligatures;
}

.footer-nav-list span.dot {
  flex: none;
  width: 5px;
  height: 5px;
  position: relative;
  overflow: visible;
  background-color: rgb(242, 242, 242);
  border-radius: 50px;
}

.footer-copyright {
  flex-flow: row;
  flex: 1 0 0;
  place-content: center flex-end;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-copyright span {
  color: #d1d1d1;
  font-size: 14px;
  line-height: 27.36px;
  letter-spacing: -0.1px;
  font-weight: 300;
  font-family: 'Spline Sans', 'Spline Sans Placeholder', sans-serif;
}

/* ====================Footer End======================= */

/* ====================Privacy Policy Start======================= */

/* Hero Section */
.inner-page-hero {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 0 0 100px;
  position: relative;
  width: 100%;
}

.inner-hero {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  max-width: 100%;
  /* overflow: var(--overflow-clip-fallback, clip); */
  padding: 0;
  position: relative;
  width: auto;
  margin: 0 auto;
}

.inner-hero-content {
  height: 681.78px;
  background: linear-gradient(rgb(0 0 0 / 87%), rgba(0, 0, 0, 0.55)),
    url('https://wordpress-1001567-6222617.cloudwaysapps.com/wp-content/uploads/2026/02/privacy-bg.avif')
      center / cover no-repeat;
  place-content: center;
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-flow: row;
  gap: 10px;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 0 32px;
  position: relative;
  width: 1px;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero-title {
  font-size: 87px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 88px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin: 0 0 4px;
  position: relative;
}

.inner-hero-updated {
  font-feature-settings: 'blwf', 'cv03', 'cv04', 'cv09', 'cv11';
  font-size: 16px;
  opacity: 1;
  color: #fff;
  line-height: 20.8px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin: 0;
}

.privacy-content {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 0px 0px 84px;
  position: relative;
  width: 100%;
}

.inner-privacy-content {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: visible;
  padding: 0px 30px;
  position: relative;
  max-width: 1640px;
  width: 1px;
}

/* Typography */
.privacy-wrapper h4:first-child {
  margin: 0;
  margin-bottom: 30px;
}

.privacy-wrapper h4 {
  font-size: 30px;
  line-height: 36px;
  color: #0b0b0b;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  padding-right: 0;
  margin: 40px 0 30px;
}

.privacy-wrapper p {
  font-size: 16px;
  color: #0b0b0b;
  font-weight: 400;
  line-height: 29px;
  font-family: 'Inter', sans-serif;
}

.privacy-wrapper ul {
  padding: 0;
  margin: 0 0 0 35px;
}

.privacy-wrapper li {
  font-size: 16px;
  color: #0b0b0b;
  font-weight: 400;
  line-height: 29px;
  font-family: 'Inter', sans-serif;
}

/* ====================Privacy Policy End======================= */

/* ====================Blog Start======================= */

/* SECTION */
.blog-section {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 40px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 0 0 100px;
  position: relative;
  width: 100%;
}

.inner-blog-section {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  max-width: 1640px;
  overflow: visible;
  padding: 0px 30px;
  position: relative;
  width: 100%;
}

/* CARD */
.blog-card {
  background: transparent;
}

.blog-img {
  overflow: hidden;
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.blog-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    rgba(84, 84, 84, 0) 0%,
    rgb(0, 0, 0) 0%,
    rgba(81, 81, 81, 0.08) 100%
  );
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 9;
}

/* GREEN BODY */
.blog-body {
  background: #2b8552;
  overflow: visible;
  padding: 57px 25px 30px;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 235px;
}

.blog-date {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 16.8px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.blog-title {
  font-size: 22px;
  line-height: 24.2px;
  font-weight: 500;
  margin: 0;
  font-family: 'Inter', sans-serif;
  padding: 0 25px 0 0;
  width: 69%;
  display: block;
  color: #fff;
  text-decoration: none;
}

.blog-actions {
  margin-top: 46px;
  display: none;
}

/* BUTTONS */
.blog-actions {
  margin-top: 46px;
}

.blog-btn-outline {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20.8px;
  place-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  flex-flow: wrap;
  gap: 10px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 14px 20px;
  position: relative;
  text-decoration: none;
  width: min-content;
  background-color: rgb(218, 235, 219);
  flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
  border-radius: 0;
  color: #000;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.pagination-btn {
  place-content: center;
  display: flex;
  height: min-content;
  max-width: 1640px;
  overflow: visible;
  padding: 0px 30px;
  position: relative;
  width: 100%;
  justify-content: start;
}

.blog-actions button {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20.8px;
  place-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  flex-flow: wrap;
  gap: 10px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 14px 20px;
  position: relative;
  text-decoration: none;
  width: min-content;
  background-color: rgb(218, 235, 219);
  flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
  border-radius: 0;
  color: #000;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.footer-bottom-nav li a {
  font-size: 14px;
  font-family: 'Spline Sans', sans-serif;
  line-height: 27.36px;
  letter-spacing: -0.1px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.footer-bottom-nav li {
  list-style: none;
  position: relative;
}

.footer-contact-btn a {
  border-bottom-width: 0px;
  border-color: rgba(0, 0, 0, 0);
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
  background-color: #2b8552;
  opacity: 1;
  padding: 10px 16px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  border: 1px solid #2b8552;
}

.footer-contact-btn a:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}

.footer-copyright p {
  margin: 0;
}

.footer-nav-list li {
  list-style: none;
}

.after-main-blogs {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 0px 0px 100px;
  position: relative;
  width: 100%;
}

.after-main-blogs-middle {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  max-width: 1640px;
  overflow: visible;
  padding: 0px 30px;
  position: relative;
  width: 1px;
}

.after-main-blogs-inner {
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: 1 0 0px;
  flex-flow: column;
  gap: 30px;
  height: min-content;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 1px;
}

.after-main-grid {
  display: grid;
  flex: 0 0 auto;
  gap: 24px;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  height: min-content;
  justify-content: center;
  padding: 0px;
  position: relative;
  width: 100%;
}

.after-recent-title h1 {
  font-size: 42px;
  font-family: 'Inter', sans-serif;
  color: #0b0b0b;
  line-height: 44px;
  font-weight: 500;
  margin: 0;
}

.after-main-grid .blog-body {
  width: 100%;
}

/* ====================Blog End======================= */

.footer-bottom-menu {
  flex-flow: row;
  flex: none;
  place-content: center space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  gap: 0 29px;
}

.page-id-232 .logo a img {
  filter: none;
}

.contact-right-form .wpcf7-response-output {
  color: #fff;
}

.contact-right-form form .form-box .form-group input:focus,
.contact-right-form form .form-box .form-group textarea:focus {
  color: #fff !important;
}

/* New CSS Start */

.steps-top-space {
  padding-top: 45px;
}

.inner-counter-sec {
  padding: 0 0 100px;
}

.steps-top-space .counter-box-warp .top-title-sec {
  max-width: 82%;
}

.faq-content-wapper .heading-box .top-title-sec {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq-content-wapper {
  z-index: 1;
  flex-flow: column;
  flex: 1 0 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 1px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
  flex-wrap: wrap;
}

.faq-text-content h4 {
  color: #0b0b0b;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  margin: 0 0 20px;
}

.faq-text-content p {
  margin: 0;
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.contant-number-text {
  margin-top: 20px;
}

.contant-number-text p a {
  color: #636363;
  text-decoration: none;
}

.faq-section-wapper .accordion-head-icons {
  border: none;
}

.faq-section-wapper .accordion-button .accordion-head-icons {
  background-color: transparent;
}

.faq-section-wapper .faq-accordion {
  gap: 20px;
}

.faq-section-wapper .faq-left-accordion-outer .accordion-head-title {
  color: #000;
}

.faq-section-wapper .accordion-head-icons span {
  width: 18px;
  height: 18px;
}

.faq-section-wapper .faq-content-wapper {
  justify-content: space-between;
  /* height: stretch; */
}

.faq-section-wapper .faq-content-wapper .title-outer {
  flex: none;
}

.full-page-hero .small-box-title-outer {
  aspect-ratio: unset;
  height: auto;
  flex: none;
  width: 100%;
}

.full-page-hero .small-box-title {
  width: auto;
  display: inline-flex;
  border: 1px solid #fff;
}

.full-page-hero .inner-hero-title {
  width: 100%;
}

.full-page-hero .inner-hero-content {
  /* background: none; */
  align-items: start;
  padding: 80px 32px;
  background-color: #000;
}

.full-page-hero .inner-small-box-title p {
  color: #fff;
  line-height: 19.8px;
}

.full-page-hero .inner-hero {
  padding: 0;
}

.full-page-hero {
  background-color: #000;
  width: 100%;
}

/* ==== Latest Projects CSS Start ==== */
.latest-projects-section {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 40px;
  height: min-content;
  padding: 0px 0px 120px;
  position: relative;
  width: 100%;
}

.inner-projects-section {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  max-width: 1640px;
  overflow: visible;
  padding: 0px 30px;
  position: relative;
  width: 100%;
}

.project-img {
  overflow: hidden;
  position: relative;
}

.project-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.projects-body {
  padding: 20px 0;
}

.project-place {
  font-size: 14px;
  color: #636363;
  margin-bottom: 14px;
  line-height: 16.8px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}

.project-title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  font-family: 'Inter', sans-serif;
  padding: 0;
  text-transform: capitalize;
}

.actions-btn {
  display: flex;
  width: 100%;
  max-width: 1640px;
  padding: 0 30px;
  justify-content: end;
}

.action-btn-load {
  place-content: center;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  background-color: #000;
  border: 1px dashed transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  transition: 0.3s;
  border-radius: 0;
}

.action-btn-load:hover {
  background-color: #2b8552;
  border: 1px dashed #000;
  color: #000;
  transition: 0.3s;
}

.ap-bg-img {
  background: url('../images/contact-img.png') center / cover no-repeat;
  position: relative;
}

.ap-hero-sec .hero-btn a {
  display: inline-flex;
}

.ap-hero-content .contact-hero-content {
  max-width: 100%;
}

.ap-hero-content {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 30px;
}

.ap-hero-content .contact-hero-content h1 {
  text-align: start;
  margin-bottom: 20px;
}

.ap-hero-content .contact-hero-content p {
  max-width: 30%;
  margin: 0 0 15px;
  line-height: 25px;
  text-align: start;
}

.ap-hero-content .hero-btn {
  text-align: start;
  margin-top: 50px;
}

.top-hero-boxes-wapper .contact-info {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.top-hero-boxes-wapper .info-wrapper {
  width: 100%;
}

.top-hero-boxes-wapper {
  position: absolute;
  width: 32%;
  right: 35px;
  bottom: -1px;
}

.top-hero-boxes-wapper .counter-icon {
  height: 29px;
  transform: none;
  margin-bottom: 20px;
  transform: rotate(-35deg);
}

.top-hero-boxes-wapper .counter-number {
  margin-bottom: 15px;
}

.top-hero-boxes-wapper .info-item p {
  font-size: 14px;
  font-weight: 500;
}

.top-hero-boxes-wapper .info-wrapper {
  padding: 40px 30px 10px;
}

.top-hero-boxes-wapper .divider {
  height: 134px;
}

/* ==== Latest Projects CSS End ==== */

.sets-sec {
  height: min-content;
  background-color: #fff;
  flex-flow: row;
  flex: none;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 80px 0 100px;
  position: relative;
  display: flex;
}

.sets-sec .container-box {
  z-index: 2;
  flex-flow: column;
  flex: 1 0 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 1px;
  max-width: 1250px;
  height: min-content;
  padding: 0 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.sets-sec .title h2 {
  text-align: center;
}

.sets-sec .text p {
  color: #636363;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-align: start;
  text-align: center;
}

.sets-sec .text {
  max-width: 435px;
}

.inner-img-box {
  flex: none;
  grid-template-columns: 36.5% 22% 36.5%;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  height: min-content;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.inner-content-area {
  flex: none;
  grid-template-columns: 44.5% 6% 44.5%;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  height: min-content;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
  align-items: center;
}

.sets-sec .inner-content-area .text {
  max-width: 474px;
  margin: 0 auto;
}

.image-box-content-area {
  margin-top: 20px;
}

.sets-sec .common-btn-outer {
  position: revert;
  transform: translate(0);
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.bottom-text {
  margin-top: 20px;
  width: 100%;
}

.sets-sec .bottom-text .text {
  max-width: 100%;
}

.our-mission-sec {
  background-color: #fff;
  height: min-content;
  flex-flow: row;
  flex: none;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.inner-mission {
  height: auto;
  flex-flow: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 60px;
  width: 1px;
  padding: 0 30px;
  display: flex;
  position: relative;
  flex-flow: column;
}

.inner-mission .small-box-title-outer {
  aspect-ratio: revert;
  width: auto;
}

.inner-mission .box-content-warp {
  padding: 40px;
  gap: 30px;
  align-items: start;
}

.inner-mission .inner-heading h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
  color: #0b0b0b;
  margin: 0;
}

.inner-mission .counter-text p {
  margin: 0 auto 15px;
  max-width: 100%;
  color: #636363;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-align: start;
}

.text-wapper p {
  color: #636363;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-align: start;
  margin-bottom: 6px;
}

.inner-mission .counter-text {
  width: 100%;
}

.text-wapper span {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-align: start;
}

.text-wapper {
  background-color: #f2f2f2;
  padding: 20px;
  width: 100%;
  border-radius: 12px;
}

.text-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.text-tags ul li {
  background-color: #f2f2f2;
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #636363;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-align: start;
}

.join-mission {
  background-color: #f2f2f2;
  height: min-content;
  flex-flow: row;
  flex: none;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.inner-join-mission {
  height: auto;
  flex-flow: row;
  flex: 1 0 0;
  place-content: center;
  align-items: center;
  gap: 60px;
  width: 1px;
  padding: 0 40px;
  display: flex;
  position: relative;
  flex-flow: column;
}

.inner-join-mission .title h2 {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 1px;
  text-align: center;
}

.inner-join-mission .text p {
  color: #636363;
  line-height: 24px;
  text-align: center;
}

.inner-join-mission .text {
  max-width: 408px;
  margin: 0 auto;
}

.inner-join-mission .title-outer {
  gap: 25px;
}

.inner-join-mission .common-btn-outer {
  position: revert;
  transform: none;
  margin-top: 15px;
}

.inner-join-mission .logo-section {
  padding: 0;
  width: 100%;
  border-radius: 25px;
}

.inner-join-mission .logo-section .marquee-wrapper {
  background-color: #fff;
  padding: 20px 30px 25px;
  border-radius: 25px;
}

.our-mission-sec .counter-box-outer {
  align-items: normal;
}

.our-mission-sec .title {
  width: 695px;
}

.our-mission-sec .empty-box {
  display: none;
}

.our-mission-sec .inner-mission {
  gap: 30px;
}

.news-section {
  padding-bottom: 100px !important;
}

.our-commitment {
  height: min-content;
  background-color: #fff;
  flex-flow: row;
  flex: none;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 50px 0;
  display: flex;
  position: relative;
}

.our-commitment .container-box {
  max-width: 1340px;
  padding: 0 30px;
}

.inner-commitment {
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 41px;
  width: 100%;
  padding: 10px 0 0;
  display: flex;
  position: relative;
}

.inner-commitment .top-title-sec {
  flex-flow: column;
}

.inner-commitment .small-box-title {
  width: fit-content;
}

.inner-commitment .top-title-sec {
  gap: 10px;
  padding: 0;
}

.inner-commitment .title-outer {
  width: fit-content;
  margin-bottom: 20px;
}

.commitment-list {
  margin-top: 20px;
}

.commitment-list ul li .list-text {
  color: #0b0b0b;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
}

.commitment-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.commitment-left-content {
  flex: 1 0 0;
  width: 1px;
  height: auto;
  position: relative;
}

.commitment-righ-img {
  height: 100%;
  flex-flow: column;
  flex: 1 0 0;
  place-content: flex-end flex-start;
  align-items: flex-end;
  gap: 0;
  width: 1px;
  padding: 0;
  display: flex;
  position: relative;
}

.commitment-list ul li .tick-img {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commitment-list ul li {
  display: inline-flex;
  width: 48%;
  align-items: center;
  gap: 8px;
}

.commitment-text p {
  color: #0b0b0b;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

.commitment-number h4 {
  color: #0b0b0b;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin-bottom: 15px;
}

.commitment-number-boxes {
  flex: none;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  justify-content: center;
  gap: 20px 20px;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
  width: 100%;
  margin-top: 20px;
}

.contact-form-section {
  padding-bottom: 100px;
}

.hero-title .getique {
  color: #2b8552;
}

.footer-social-icon > span:hover .corner span:before {
  border-color: #fff;
}

/* .about-section {
    width: 50%;
    flex: 0 0 auto; 
} */

.blogs-boxes-wapper a {
  text-decoration: none;
}

.blogs-boxes-wapper a .blog-img img {
  scale: 1;
  transition: 0.5s;
}

.blogs-boxes-wapper a:hover .blog-img img {
  scale: 1.05;
  transition: 0.5s;
}

.side-card-img {
  width: 42%;
}

.featured-card-img,
.side-card-img {
  overflow: hidden;
  position: relative;
}

.featured-card-img img,
.side-card-img img {
  scale: 1;
  transition: 0.5s;
}

.featured-card:hover .featured-card-img img,
.side-card:hover .side-card-img img {
  scale: 1.05;
  transition: 0.5s;
}

#ast-scroll-top {
  background-color: #2b8552;
  border: none !important;
}

.scroll-title-mob {
  display: none;
}

.sc-img video {
  width: 100%;
  height: 100%;
}

.blog-content-inner h3 {
  font-size: 30px;
  line-height: 36px;
  color: #0b0b0b;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  padding-right: 0;
  margin: 40px 0 30px;
}

.blog-content-inner ul {
  padding: 0;
  margin: 0 0 16px 35px;
}

.blog-content-inner ul li {
  font-size: 16px;
  color: #0b0b0b;
  font-weight: 400;
  line-height: 29px;
  font-family: 'Inter', sans-serif;
}

.outer-box-text .rc-small-text {
  margin-left: 15px;
  margin-bottom: 10px;
}

.outer-box-text {
  display: flex;
  justify-content: start;
  width: 100%;
}

.footer-contact-info {
  border-bottom-width: 1px;
  border-color: rgb(61, 61, 61);
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 1px;
  opacity: 1;
  flex-flow: row;
  flex: none;
  place-content: center space-between;
  align-items: center;
  width: 73%;
  /* max-width: 896px; */
  height: min-content;
  padding: 19px 0;
  display: flex;
  position: relative;
  overflow: visible;
  gap: 0 29px;
  margin-left: auto;
}

.info-title p,
.contact-details p {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 29.36px;
  letter-spacing: -0.1px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}

.contact-details p .foot-contact-number {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 29.36px;
  letter-spacing: -0.1px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  outline: none;
  margin-bottom: 5px;
}

.contact-details {
  display: flex;
  align-items: center;
}

.social-icon {
  background-color: #2b8552;
  border-radius: 4px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  padding-top: 3px;
  margin-right: 10px;
}

.social-icon a {
  color: #fff;
}

.contact-details p {
  margin: 0 !important;
}

.middel-line {
  display: inline-flex;
  width: 2px;
  background-color: #d1d1d1;
  height: 26px;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}

.top-hero-boxes-wapper .info-item p {
  max-width: 96% !important;
}

.top-hero-content-wapper {
  width: 100%;
}

.top-hero-content-wapper .ap-hero-content .contact-hero-content p {
  margin: 0 0 20px;
}

.top-hero-content-wapper .ap-hero-content .contact-hero-content p:last-child {
  margin: 0;
}

.up-icon {
  transform: rotate(180deg);
}

/* .text-green {
  color: #2b8552 !important;
} */

.green-icon img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(15%) saturate(1895%)
    hue-rotate(93deg) brightness(92%) contrast(81%);
}

.energy-management-img a img {
  width: 140px;
}

/* ==== Single Career PAge CSS Start ==== */
.single-career-page {
  place-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 31px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  padding: 160px 0px 84px;
  position: relative;
  width: 100%;
}

.inner-single-career {
  place-content: center;
  align-items: start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 40px;
  height: min-content;
  max-width: 1640px;
  overflow: visible;
  padding: 0px 30px;
  position: relative;
  width: 100%;
}

.single-career-top .career-tag {
  border-bottom-width: 1px;
  border-color: #0b0b0b;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  flex-flow: row;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: min-content;
  padding: 3px 13px;
  display: flex;
  position: relative;
  width: fit-content;
  margin: 0 0 10px;
}

.career-tag {
  font-size: 14px;
  color: #0b0b0b;
  margin-bottom: 10px;
  line-height: 16.8px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.career-title {
  font-size: 50px;
  line-height: 54px;
  color: #0b0b0b;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
}

.single-career-img {
  width: 100%;
}

.single-career-img img {
  width: 100%;
  border-radius: 20px;
  height: 711px;
  object-fit: cover;
}

.career-guarantee p {
  font-size: 24px;
  font-weight: 500;
  color: #2b8552;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
}

.career-btn a span {
  display: flex;
  width: 13px;
  transform: rotate(-90deg);
  position: relative;
  top: 1px;
}

.career-btn a span img {
  width: 100%;
}

.career-btn a {
  text-decoration: none;
  font-weight: 500;
  color: #000 !important;
  transition: 0.3s;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.career-btn a:hover {
  letter-spacing: 1px;
}

.single-career-detail {
  width: 100%;
}

.deatil-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 40px;
}

.career-detail-info h3 {
  font-size: 30px;
  line-height: 36px;
  color: #0b0b0b;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  padding-right: 0;
  margin: 40px 0 30px;
}

.career-detail-info p {
  font-size: 16px;
  color: #0b0b0b;
  font-weight: 400;
  line-height: 29px;
  font-family: 'Inter', sans-serif;
}

.career-detail-info a {
  font-size: 16px;
  color: #0b0b0b;
  font-weight: 400;
  line-height: 29px;
  font-family: 'Inter', sans-serif;
  transition: 0.3s;
}

.career-detail-info a:hover {
  color: #2b8552;
  transition: 0.3s;
}

.career-detail-info ul {
  padding: 0;
  margin: 0 0 0 35px;
}

.career-detail-info ul li {
  font-size: 16px;
  color: #0b0b0b;
  font-weight: 400;
  line-height: 29px;
  font-family: 'Inter', sans-serif;
}

.divided-sec {
  display: flex;
  gap: 50px;
}

.hero-content-box-wapper {
  width: 100%;
}

.hero-content-box {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 30px;
}

.mob-copyright {
  display: none;
}

/* ==== Single Career PAge CSS End ==== */

.process-section .common-btn-outer {
  left: 0;
  transform: translate(0);
  width: 100%;
  text-align: center;
  position: revert;
  margin-top: 20px;
}

.process-section .common-btn-outer .common-btn {
  display: inline-block;
}

.faq-section-wapper .heading-box {
  gap: 10px;
}

.top-hero-boxes-wapper .info-wrapper {
  background-color: #fff;
}

.top-hero-boxes-wapper .contact-info::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border: 5px solid #fff;
  bottom: -5px;
  left: -13px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 50px;
}

.top-hero-boxes-wapper .contact-info::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border: 5px solid #fff;
  bottom: -5px;
  right: -13px;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 50px;
}

.step-left-content .title {
  margin-bottom: 20px;
}

.job-icon span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(327deg) brightness(104%) contrast(102%);
}

.inner-page-faq {
  padding: 30px 0 100px;
}

.energy-management-img {
  margin-top: 4px;
}

.faq-section-wapper {
  padding: 100px 0;
}

.single-jobs .contact-btn,
.single-post .contact-btn {
  border: 1px solid #0b0b0b;
}

.divided-sec .career-lists {
  width: 100%;
}

.featured-card-middle a,
.side-card-middle a {
  text-decoration: none;
}

.policy-page h1 {
  text-align: center;
}

.policy-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgb(0 0 0 / 87%), rgba(0, 0, 0, 0.55));
  width: 100%;
  height: 100%;
}

#cmplz-manage-consent .cmplz-manage-consent {
  right: 80px !important;
}

/* Responsive */

@media only screen and (min-width: 1921px) {
  .steps-section .inner-step-box {
    max-width: 1640px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1800px) {
  .footer-side-image {
    width: 480px;
  }
}

@media only screen and (max-width: 1755px) {
  .top-hero-boxes-wapper {
    width: 36%;
  }
}

@media only screen and (max-width: 1600px) {
  .counter-box-warp {
    gap: 45px;
  }

  .step-left-content {
    width: 34%;
    padding: 55px 0 0;
  }

  .top-hero-boxes-wapper {
    bottom: -1px;
  }

  .s-step-2 .s-step-content-box {
    top: calc(53.4735% - 62.5px);
    left: 470px;
  }

  .s-step-4 .s-step-content-box {
    left: -180px;
  }

  .s-step-3 .s-step-content-box {
    left: 440px;
  }

  .faq-section .title h2 {
    width: 90%;
  }

  .logo-section .marquee-wrapper {
    padding: 30px 50px;
  }

  .linked-in a i {
    font-size: 14px;
  }

  .blog-img img {
    height: 440px;
  }

  .inner-hero-title {
    font-size: 80px;
    line-height: 88px;
  }

  .contact-hero h1 {
    font-size: 80px;
    line-height: 88px;
  }

  .contact-form-section h2.section-title,
  .faq-section-contact .faq-title {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 45px;
  }

  .top-hero-boxes-wapper {
    width: 36%;
  }

  .top-hero-boxes-wapper .info-wrapper {
    padding: 35px 30px 10px;
    gap: 34px;
  }

  .inner-mission .box-content-warp {
    padding: 30px 20px;
  }

  .inner-join-mission .marquee-track {
    gap: 145px;
  }

  .inner-join-mission .logo-item {
    flex: 0 0 4%;
  }

  .ap-hero-content .contact-hero-content p {
    max-width: 34%;
  }

  .footer-top-title {
    width: 67%;
  }

  .footer-title h1 {
    font-size: 90px;
    line-height: 109px;
  }

  .footer-contact-info {
    width: 67%;
  }

  .footer-bottom-nav {
    width: 67%;
  }

  .s-step-content-box {
    left: 390px;
  }
}

@media only screen and (max-width: 1499px) {
  .blog-title {
    width: 88%;
  }

  .footer-top-title {
    width: 64%;
  }

  .footer-contact-info {
    width: 64%;
  }

  .footer-bottom-nav {
    width: 64%;
  }
  .top-hero-boxes-wapper {
    width: 37%;
  }
}

@media only screen and (max-width: 1399px) {
  .steps-boxes {
    height: auto;
  }

  .step-list-box p {
    font-size: 15px;
  }

  .s-step-2 .s-step-content-box {
    top: calc(57% - 62.5px);
    left: 460px;
  }

  .s-step-3 .s-step-content-box {
    bottom: 88px;
    left: 422px;
  }

  .s-step-4 .s-step-content-box {
    left: -165px;
    bottom: 70px;
  }

  .faq-accordion .accordion-item .accordion-header button .accordion-number p {
    font-size: 14px;
  }

  .faq-accordion .accordion-item .accordion-header button .accordion-number {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .ap-hero-content .contact-hero-content p {
    max-width: 35%;
  }

  .top-hero-boxes-wapper .inner-number span {
    font-size: 36px;
  }

  .step-left-content .step-text p {
    font-size: 18px;
  }

  .inner-sc-img {
    height: 480px;
    width: 500px;
  }

  .footer-top-title {
    width: 63%;
  }

  .footer-title h1 {
    font-size: 85px;
    line-height: 104px;
  }

  .footer-contact-info {
    width: 63%;
  }

  .footer-bottom-nav {
    width: 63%;
  }
}

@media only screen and (max-width: 1365px) {
  .logo a {
    padding: 0 17px 0;
  }

  .title h2 p {
    margin: 0;
  }

  .step-content-image-outer {
    width: 650px;
  }

  /* .s-step-2 .s-step-content-box {
    left: 470px;
  }

  .s-step-3 .s-step-content-box {
    bottom: 60px;
    left: 380px;
  }

  .s-step-4 .s-step-content-box {
    left: 40px;
    top: 367px;
  } */

  .top-right-outer {
    height: 680px;
  }

  section.news-section {
    padding: 30px 30px 0;
  }

  .blog-img img {
    height: 360px;
  }

  .ap-hero-content .contact-hero-content p {
    max-width: 38%;
  }

  .top-hero-boxes-wapper {
    width: 42%;
  }

  .project-img img {
    height: 400px;
  }

  .commitment-number h4 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .footer-title h1 {
    font-size: 80px;
    line-height: 100px;
  }

  .footer-content-bottom {
    width: 100%;
  }

  .footer-bottom-nav li a {
    font-size: 14px;
  }

  .info-title p,
  .contact-details p,
  .contact-details p .foot-contact-number {
    font-size: 18px;
    line-height: 25.36px;
  }

  .card-boxes-warp {
    padding: 20px 0 0;
  }

  .commitment-list ul li {
    align-items: flex-start;
  }

  .commitment-list ul li .tick-img {
    position: relative;
    top: 3px;
  }

  .footer-side-image {
    width: 430px;
  }

  .footer-top-title {
    width: 64%;
  }

  .step-left-content {
    width: 36%;
  }

  .footer-contact-info {
    width: 64%;
  }

  .footer-bottom-nav {
    width: 64%;
  }

  .blog-hero-inner h1.blog-title,
  .career-title {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  .inner-mission .inner-heading h3 {
    font-size: 34px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1279px) {
  .step-content-image-outer {
    width: 550px;
  }

  /* .s-step-content-box {
    left: 334px;
  }

  .s-step-2 .s-step-content-box {
    left: 420px;
  }

  .s-step-3 .s-step-content-box {
    left: 340px;
  }

  .s-step-4 .s-step-content-box {
    left: 0;
  } */

  .faq-left-accordion-outer .accordion-head-title {
    font-size: 18px;
  }

  .top-right-outer {
    height: 650px;
  }

  .testimonial-section {
    padding: 100px 0;
  }

  .ap-hero-content .contact-hero-content p {
    max-width: 41%;
  }

  .project-title {
    font-size: 22px;
    line-height: 26px;
  }

  .project-place {
    margin-bottom: 12px;
  }

  .blog-title {
    width: 100%;
  }

  .footer-top-title {
    width: 66%;
  }

  .footer-contact-info {
    width: 66%;
  }

  .footer-bottom-nav {
    width: 66%;
  }

  .footer-title h1 {
    font-size: 77px;
    line-height: 96px;
  }

  .faq-text-content p br {
    display: none;
  }

  .inner-sc-img {
    height: 460px;
    width: 460px;
  }

  .step-right-content {
    padding: 20px 0;
  }

  .s-step-2 .s-step-content-box {
    left: 430px;
  }

  .s-step-3 .s-step-content-box {
    bottom: 65px;
    left: 395px;
  }

  .s-step-4 .s-step-content-box {
    bottom: 30px;
  }

  .rc-outer {
    width: 100%;
  }

  .rc-boxes-content-outer {
    padding: 0 0 0 10px;
  }

  .inner-rc-box-content {
    gap: 10px;
  }

  .rc-small-text p {
    padding-left: 0;
  }

  .divided-image-sec {
    top: 132px;
  }

  .footer-side-image {
    width: 380px;
  }

  .step-left-content {
    width: 38%;
  }

  .step-right-content {
    width: 62%;
  }
}

@media only screen and (max-width: 1199px) {
  .container-box {
    max-width: 710px;
  }

  .hero-section {
    padding: 162px 0 60px;
  }

  .top-title-sec {
    flex-direction: column;
  }

  .title-outer {
    width: 100%;
  }

  .about-content {
    width: 100%;
  }

  .card-boxes {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }

  .card-box .inner-card-box {
    width: 100%;
  }

  .card-content {
    width: 100%;
  }

  .card-text {
    width: 100%;
    max-width: 100%;
  }

  .card-text p {
    font-size: 13px;
  }

  .common-btn a {
    padding: 10px 20px;
    font-size: 15px;
  }

  .approch-section {
    padding: 20px 30px 40px;
  }

  .steps-boxes {
    top: 211px;
  }

  .step-1 .blank-box:nth-child(3),
  .step-1 .blank-box:nth-child(4) {
    display: none;
  }

  .step-2 .blank-box:nth-child(3),
  .step-2 .blank-box:nth-child(4) {
    display: none;
  }

  .step-3 .blank-box:nth-child(1),
  .step-3 .blank-box:nth-child(2) {
    display: none;
  }

  .step-4 .blank-box:nth-child(1),
  .step-4 .blank-box:nth-child(2) {
    display: none;
  }

  .hero-title h1 {
    font-size: 68px;
    line-height: 74px;
  }

  .hero-btn a {
    padding: 10px 18px;
    font-size: 15px;
    line-height: 19.8px;
  }

  .title h2 {
    font-size: 36px;
    line-height: 39px;
  }

  .card-boxes-warp {
    padding: 20px 0 0;
  }

  .step-content-box {
    align-items: start;
  }

  .scroll-title h2,
  .scroll-title-mob h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -2.2px;
  }

  .about-text h4 {
    font-size: 21px;
    line-height: 28.2px;
    letter-spacing: -0.72px;
    max-width: 620px;
  }

  .scroll-title {
    width: 310px;
  }

  .about-text h4 br {
    display: none;
  }

  .counter-section {
    padding: 80px 0 0;
  }

  .counter-box-warp .top-title-sec {
    max-width: 92%;
  }

  .title h2 br {
    display: none;
  }

  .inner-number span {
    font-size: 34px;
  }

  .inner-step-box {
    flex-wrap: wrap;
    gap: 20px;
  }

  .step-left-content .title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .step-left-content {
    width: 100%;
    padding: 0;
  }

  .step-right-content {
    width: 100%;
    gap: 20px;
    padding: 10px 0;
    max-width: 930px;
  }

  .step-content-image-outer {
    width: 570px;
    height: 387px;
    margin: 0 auto;
  }

  .step-left-content .step-text {
    width: 54%;
    margin: 0 auto;
    text-align: center;
  }

  .step-left-content .step-text p {
    font-size: 18px;
  }

  .step-left-content .common-btn-outer {
    margin: 0 auto;
  }

  .s-step-content-box {
    top: 25px;
    left: 598px;
  }

  .s-step-2 .s-step-content-box {
    top: calc(58% - 62.5px);
    left: 640px;
  }

  .s-step-3 .s-step-content-box {
    left: 600px;
    bottom: 38px;
  }

  .s-step-4 .s-step-content-box {
    left: 65px;
    bottom: 40px;
  }

  .steps-section {
    padding: 70px 0 10px;
  }

  .common-rounded-btn a {
    padding: 10px 24px;
    font-size: 15px;
  }

  .contact-section .container-box {
    grid-template-rows: auto;
    grid-template-columns: auto;
    max-width: 761px;
    display: block;
  }

  .contact-right-form {
    padding: 30px 0 0 0;
    display: block;
  }

  .contact-left-content .top-title-sec .title {
    max-width: 495px;
  }

  .faq-section .container-box {
    max-width: 761px;
  }

  .faq-section {
    padding: 40px 0;
  }

  .faq-section {
    padding: 40px 0;
  }

  .inner-page-faq {
    padding: 30px 0 80px !important;
  }

  .faq-content-outer {
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0 0;
  }

  .faq-left-accordion-outer {
    flex: auto;
    width: 100%;
  }

  .rc-outer {
    width: 100%;
  }

  .testimonial-section {
    padding: 80px 0;
  }

  .blog-main-title-outer {
    align-items: start;
  }

  .tag {
    margin-bottom: 0;
  }

  .news-header a.btn-all {
    padding: 10px 20px;
    font-size: 15px;
  }

  .testimonial-section h2.section-title {
    font-size: 36px;
    line-height: 39px;
  }

  .header-content h1 {
    font-size: 36px;
    line-height: 39px;
  }

  .featured-card img {
    height: 500px;
  }

  .card-content-blog h3,
  .side-content h4 {
    font-size: 20px;
    line-height: 29.8px;
  }

  .side-content {
    padding: 20px;
  }

  .card-content-blog {
    padding: 20px;
  }

  .logo-section {
    padding: 70px 0;
  }

  .footer-dark-inner {
    padding: 80px 30px;
  }

  .top-title-description {
    max-width: 577px;
    bottom: 123px;
    left: 653px;
  }

  .footer-bottom-nav li a {
    font-size: 14px;
    line-height: 25.36px;
  }

  .footer-copyright span {
    font-size: 14px;
    line-height: 25.36px;
  }

  .footer-top-nav .footer-nav-list {
    gap: 24px;
    max-width: 400px;
  }

  .footer-top-nav .footer-nav-list a {
    font-size: 16px;
    line-height: 25.36px;
  }

  .title {
    width: 100%;
  }

  .steps-section .inner-step-box {
    height: auto;
  }

  .heading-box {
    display: block;
  }

  .heading-box .top-title-sec {
    width: 100%;
  }

  .faq-section .empty-box {
    display: none;
  }

  .inner-hero-title {
    font-size: 66px;
    line-height: 75px;
  }

  .blog-btn-outline {
    font-size: 15px;
    line-height: 19.8px;
    padding: 10px 20px;
  }

  .blog-img img {
    height: 290px;
  }

  .blog-body {
    padding: 30px 20px;
    width: 100%;
    height: 190px;
  }

  .blog-title {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    width: 100%;
  }

  .inner-hero-content {
    padding: 0 32px;
    height: 580px;
  }

  .single-blog-inner {
    gap: 20px;
  }

  main.custom-blog-single {
    gap: 30px;
    padding: 140px 0px 64px;
    width: 100%;
  }

  .after-main-blogs {
    padding: 0px 0px 80px;
  }

  .after-recent-title h1 {
    font-size: 36px;
    line-height: 39px;
  }

  .contact-hero h1 {
    font-size: 66px;
    line-height: 75px;
  }

  .contact-hero p {
    max-width: 77.5%;
  }

  .contact-hero {
    height: 580px;
  }

  .info-item h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .info-wrapper {
    width: 93%;
    gap: 40px;
  }

  .contact-info {
    position: relative;
  }

  .contact-form-section button.btn-submit {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 19.8px;
  }

  .contact-form-section h2.section-title,
  .faq-section-contact .faq-title {
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 35px;
  }

  .faq-section-contact {
    padding: 70px 0;
  }

  .contact-info {
    margin-bottom: 70px;
  }

  .privacy-wrapper ul {
    margin-left: 30px;
  }

  .privacy-content {
    padding: 0px 0px 64px;
  }

  .error-page-main {
    padding: 120px 0 80px;
  }

  .error-container {
    height: auto;
    padding: 40px;
  }

  .back-btn {
    font-size: 15px;
    padding: 10px 20px;
  }

  .step-content-box .step-text p {
    min-height: auto;
  }

  nav.nav-menu {
    gap: 10px 15px;
  }

  .nav-menu a {
    font-size: 14px;
  }

  .logo a {
    aspect-ratio: 2.88888 / 1;
  }

  .ap-hero-content .contact-hero-content p {
    max-width: 49%;
  }

  .sets-sec .title,
  .join-mission .title {
    width: 80%;
  }

  .inner-img-box {
    gap: 23px;
  }

  .sets-sec {
    padding: 60px 0 80px;
  }

  .our-mission-sec {
    padding: 80px 0;
  }

  .join-mission {
    padding: 60px 0;
  }

  .join-mission .top-title-sec {
    padding: 0 0 15px;
  }

  .top-hero-boxes-wapper {
    width: 53%;
  }

  .top-hero-boxes-wapper .inner-number span {
    font-size: 32px;
  }

  .top-hero-boxes-wapper .info-wrapper {
    padding: 20px 30px 10px;
    gap: 30px;
  }

  .top-hero-boxes-wapper .counter-icon {
    margin-bottom: 15px;
  }

  .top-hero-boxes-wapper .counter-number {
    margin-bottom: 10px;
  }

  .top-hero-boxes-wapper .divider {
    height: 124px;
  }

  .inner-mission .inner-heading h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .inner-mission .box-content-warp {
    gap: 20px;
  }

  .text-tags ul li {
    font-size: 14px;
  }

  .inner-join-mission .title h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .inner-join-mission {
    gap: 40px;
  }

  .inner-join-mission .marquee-track {
    gap: 85px;
  }

  .inner-join-mission .logo-item {
    flex: 0 0 5%;
  }

  .inner-page-hero {
    padding: 0 0 80px;
  }

  .project-img img {
    height: 250px;
  }

  .project-title {
    font-size: 20px;
    line-height: 24px;
  }

  .latest-projects-section {
    padding: 0 0 70px;
  }

  .action-btn-load {
    padding: 10px 20px;
  }

  .full-page-hero .inner-hero-content {
    padding: 70px 30px;
  }

  .steps-top-space {
    padding: 60px 0 10px;
  }

  .steps-top-space .step-text p {
    min-height: auto;
  }

  .inner-counter-sec {
    padding: 20px 0 0 !important;
  }

  .counter-box-warp {
    gap: 35px;
  }

  .section-top-space {
    padding: 70px 0 !important;
  }

  .faq-section-wapper .faq-content-wapper {
    width: 100%;
  }

  .faq-section .title h2 {
    width: 100%;
  }

  .faq-section-wapper .faq-content-wapper {
    margin-bottom: 25px;
  }

  .faq-section-wapper .faq-accordion {
    gap: 12px;
  }

  .news-section {
    padding-bottom: 80px !important;
  }

  .inner-commitment {
    gap: 30px;
    flex-flow: column;
  }

  .commitment-left-content {
    width: 100%;
  }

  .our-commitment .container-box {
    max-width: 760px;
  }

  .commitment-righ-img {
    width: 100%;
  }

  .our-commitment {
    padding: 30px 0 40px;
  }

  .commitment-number h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
  }

  .process-section {
    padding: 60px 40px 0;
  }

  .career-jobs {
    padding: 0 0 80px !important;
  }

  .career-contanier {
    gap: 70px !important;
  }

  .job-card h3 {
    font-size: 20px !important;
  }

  .salary {
    font-size: 18px !important;
    margin-bottom: 60px !important;
  }

  .apply-btn {
    font-size: 14px !important;
  }

  .job-footer .apply-btn span {
    width: 12px !important;
  }

  .contact-form-section {
    padding-bottom: 80px;
  }

  .banner-content-wrap {
    padding: 20px 0 65px !important;
  }

  .blog-content-inner h3,
  .career-detail-info h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 30px 0 20px;
  }

  .footer-top-title {
    width: 80%;
  }

  .footer-bottom-nav {
    width: 80%;
  }

  .footer-contact-info {
    width: 80%;
  }

  .energy-management-img {
    width: 100%;
    text-align: center;
  }

  .inner-sc-img {
    margin: 0 auto 0;
    height: 380px;
    width: 410px;
  }

  .rc-small-text p {
    padding-left: 0;
  }

  .single-career-page {
    gap: 30px;
    padding: 140px 0px 60px;
  }

  .inner-single-career {
    gap: 20px;
  }

  .deatil-top-box {
    padding-bottom: 20px;
  }

  .career-guarantee p {
    font-size: 22px;
  }

  section.news-section {
    padding: 20px 30px 0;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .side-articles {
    flex-direction: row;
  }

  .side-card {
    flex-direction: column;
    height: auto;
  }

  .side-card-outer {
    width: 50%;
  }

  .news-grid {
    gap: 30px;
  }

  .side-articles {
    gap: 30px;
  }

  .contact-section {
    padding: 80px 0;
  }

  .faq-section-wapper {
    padding: 80px 0 !important;
  }

  .jobs-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .divided-sec {
    gap: 50px;
  }

  .blog-section {
    padding: 0 0 80px;
  }

  .privacy-wrapper h4 {
    margin: 30px 0 20px;
  }

  .jobs-grid {
    gap: 16px !important;
  }

  .after-main-grid {
    gap: 16px;
  }

  .side-card img {
    width: 100%;
    height: 270px;
  }

  .side-content {
    overflow: visible;
  }

  .side-card-img {
    width: 100%;
  }

  .step-title h4 {
    min-height: 53px;
  }

  .single-career-img img {
    height: 440px;
  }

  .blog-feature-image img {
    height: 560px;
  }
}

@media only screen and (max-width: 992px) {
  .side-card-img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-toggle {
    display: flex;
    flex-flow: column;
    gap: 6px;
    transition: 0.3s ease-in-out;
  }

  .step-content-image-outer {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .step-left-content .step-text p {
    font-size: 16px;
  }

  .step-left-content .step-text {
    width: 64%;
  }

  .mobile-toggle.active .bar1 {
    transform: rotate(-45deg) translate(-3px, 3px);
    transition: 0.3s ease-in-out;
  }

  .mobile-toggle.active .bar2 {
    transform: rotate(45deg) translate(-3px, -3px);
    transition: 0.3s ease-in-out;
  }

  .nav-menu {
    position: absolute !important;
    top: 70px;
    width: 100% !important;
    background-color: #fff;
    left: 0;
    border-radius: 12px;
    padding: 15px !important;
    display: none !important;
  }

  .home nav.nav-menu li a,
  .page-template-page-contact nav.nav-menu li a {
    color: #000;
    padding: 8px 0;
    display: inline-block;
  }

  nav.nav-menu li a {
    color: #000;
    padding: 8px 0;
    display: inline-block;
  }

  .mobile-toggle-wapper {
    height: min-content;
    flex-flow: wrap;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 10px 40px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .nav-menu.active {
    display: block !important;
  }

  .hero-title h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-sub-title p {
    font-size: 20px;
  }

  .process-section {
    padding: 40px 30px 0;
  }

  .inner-process-warp {
    gap: 10px;
  }

  .approch-section {
    padding: 20px 30px 30px;
  }

  .card-title h6 {
    font-size: 20px;
    line-height: 22px;
  }

  .card-content {
    padding: 30px 20px;
  }

  .counter-box-warp .top-title-sec {
    max-width: 100%;
  }

  .counter-section {
    padding: 60px 0 0;
  }

  .inner-number span {
    font-size: 26px;
    line-height: 30px;
  }

  .counter-box-warp {
    gap: 35px;
  }

  .box-content-warp {
    gap: 12px;
  }

  .steps-section {
    padding: 50px 0 20px;
  }

  .inner-step-box {
    padding: 0 30px;
  }

  .s-step-content-box {
    top: 0;
    left: 0;
  }

  .s-step-2 .s-step-content-box {
    left: revert;
    right: 0;
    top: 0;
  }

  .s-step-3 .s-step-content-box {
    bottom: 30px;
    left: revert;
    right: 0;
  }

  .s-step-4 .s-step-content-box {
    top: revert;
    bottom: 10px;
    justify-content: start;
    left: 0;
  }

  .step-right-content {
    padding: 40px 0;
    max-width: 710px;
  }

  .inner-sc-img {
    height: 480px;
    width: 480px;
  }

  .contact-left-content .top-title-sec .title h2 {
    line-height: 48px;
    font-size: 36px;
    letter-spacing: -1px;
  }

  .contact-left-content .top-title-sec {
    max-width: 100%;
  }

  .contact-left-content {
    max-width: 100%;
  }

  .faq-section .title h2 {
    width: 100%;
  }

  .scroll-title h2,
  .scroll-title-mob h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1px;
  }

  .scroll-title {
    width: 280px;
  }

  .about-text h4 {
    font-size: 18px;
    line-height: 28.2px;
    max-width: 520px;
  }

  .faq-section .container-box {
    padding: 0 30px;
  }

  .testimonial-section {
    padding: 60px 0;
  }

  section.news-section {
    padding: 10px 30px 0;
  }

  .news-grid {
    gap: 25px;
  }

  .side-articles {
    gap: 25px;
  }

  .side-articles .side-card-outer {
    width: 50%;
  }

  .logo-section {
    padding: 60px 0;
  }

  .footer-dark-inner {
    padding: 60px 30px;
  }

  .footer-title h1 {
    font-size: 72px;
    line-height: 91px;
    letter-spacing: -1.25px;
  }

  .top-title-description p {
    font-size: 16px;
    line-height: 25.36px;
    letter-spacing: 0px;
  }

  .top-title-description {
    max-width: 100%;
    position: revert;
  }

  .footer-overlay {
    background: linear-gradient(180deg, #1a1a1acc 0%, #1a1a1a 100%);
  }

  .marquee-track {
    gap: 90px;
  }

  .logo-item {
    flex: 0 0 5%;
  }

  .footer-content-top {
    gap: 36px;
  }

  .footer-content-top {
    width: 100%;
  }

  .footer-image figure {
    width: 100%;
  }

  .footer-content {
    gap: 40px;
  }

  .footer-top-nav {
    flex-direction: column;
    place-content: flex-start;
    align-items: flex-start;
    gap: 34px;
  }

  .footer-top-nav .footer-nav-list {
    width: 100%;
  }

  .footer-side-image {
    width: 100%;
  }

  .footer-bottom-nav {
    flex-direction: column;
    place-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding-top: 0;
  }

  .footer-copyright {
    width: 100%;
    max-width: 100%;
    justify-content: start;
  }

  .footer-content-bottom {
    gap: 25px;
    max-width: 100%;
  }

  .inner-hero-title {
    font-size: 60px;
    line-height: 70px;
  }

  .inner-hero-content {
    padding: 0 30px;
    height: 500px;
  }

  .inner-page-hero {
    padding: 0 0 60px;
  }

  .career-jobs {
    padding: 0 0 60px !important;
  }

  .blog-img img {
    height: 340px;
  }

  .blog-body {
    height: 165px;
  }

  .blog-section {
    padding: 0px 0px 70px;
  }

  .blog-hero-inner h1.blog-title,
  .career-title {
    font-size: 42px !important;
    line-height: 50px !important;
    margin-bottom: 20px;
  }

  .blog-feature-image img {
    height: 460px;
  }

  .after-main-grid {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }

  main.custom-blog-single {
    padding: 140px 0px 48px;
  }

  .contact-hero p {
    max-width: 89%;
  }

  .contact-hero .container {
    margin-top: 140px;
  }

  .contact-hero h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .contact-hero {
    height: 500px;
  }

  .contact-hero.a-propos-hero {
    height: 550px;
  }

  .info-wrapper {
    width: 100%;
    gap: 20px;
    padding: 25px 20px 10px;
  }

  .contact-info {
    margin-top: -100px;
  }

  .info-item h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .info-item p {
    font-size: 14px;
    line-height: 16.8px;
  }

  .privacy-wrapper h4 {
    font-size: 26px;
  }

  .privacy-content {
    padding: 0px 0px 54px;
  }

  .error-code {
    line-height: 110px;
  }

  .error-container {
    padding: 50px 30px;
  }

  .error-code {
    font-size: 80px;
  }

  .error-title {
    font-size: 28px;
  }

  .ap-hero-content .contact-hero-content p {
    max-width: 66%;
  }

  .top-hero-boxes-wapper {
    width: 68%;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    z-index: 9;
  }

  .top-hero-boxes-wapper .contact-info::before {
    bottom: 24px;
  }

  .top-hero-boxes-wapper .contact-info::after {
    bottom: 24px;
  }

  .ap-hero-content .hero-btn {
    margin-top: 30px;
  }

  .sets-sec .title,
  .join-mission .title {
    width: 100%;
  }

  .sets-sec .text {
    max-width: 100%;
  }

  .image-box-wapper {
    margin-top: 10px;
  }

  .inner-img-box {
    gap: 19px;
  }

  .image-box-content-area {
    margin-top: 20px;
  }

  .inner-content-area {
    gap: 20px;
  }

  .bottom-text {
    margin-top: 20px;
  }

  .inner-mission .inner-heading h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .inner-mission .box-content-warp {
    gap: 10px;
  }

  .text-wapper,
  .text-tags {
    margin-top: 10px;
  }

  .inner-join-mission .title h2 {
    font-size: 36px;
    line-height: 39px;
  }

  .inner-join-mission .marquee-track {
    gap: 65px;
  }

  .inner-join-mission .logo-item {
    flex: 0 0 6%;
  }

  .inner-join-mission .logo-section .marquee-wrapper {
    padding: 15px 30px 20px;
    border-radius: 20px;
  }

  .our-mission-sec .inner-mission,
  .inner-join-mission {
    padding: 0 30px;
  }

  .steps-top-space {
    padding: 80px 0 10px;
  }

  .faq-text-content h4 {
    font-size: 22px;
    line-height: 33px;
  }

  .jobs-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .blog-content-inner h3,
  .career-detail-info h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .footer-contact-info {
    width: 100%;
  }

  .footer-top-title {
    max-width: 100%;
    width: 100%;
  }

  .info-title p,
  .contact-details p,
  .contact-details p .foot-contact-number {
    font-size: 16px;
    line-height: 22.36px;
  }

  .contact-form-section .form-wrapper span input {
    height: 50px !important;
  }

  .single-career-img img {
    height: 390px;
  }

  .career-guarantee p {
    font-size: 20px;
  }

  .side-content h4 {
    min-height: 89px;
  }

  .news-section {
    padding-bottom: 60px !important;
  }

  .faq-section {
    padding: 30px 0;
  }

  .our-commitment {
    padding: 20px 0 30px;
  }

  .approch-section .top-title-sec {
    padding: 40px 0 30px;
  }

  .inner-page-faq {
    padding: 30px 0 60px !important;
  }

  .contact-section {
    padding: 60px 0;
  }

  .faq-section-wapper {
    padding: 60px 0 !important;
  }

  .sets-sec {
    padding: 50px 0 60px;
  }

  .our-mission-sec {
    padding: 60px 0;
  }

  .divided-sec {
    gap: 0;
    flex-wrap: wrap;
  }

  .single-career-page {
    padding: 140px 0px 40px;
  }

  .after-main-blogs {
    padding: 0px 0px 60px;
  }

  .contact-detail-box::before {
    bottom: 18px;
    left: -12px;
    border: 6px solid #f2f2f2;
    border-top: none;
    border-left: none;
  }

  .contact-detail-box::after {
    bottom: 18px;
    right: -12px;
    border: 6px solid #f2f2f2;
    border-top: none;
    border-right: none;
  }

  .contact-info {
    margin-bottom: 50px;
  }

  .contact-form-section {
    padding-bottom: 60px;
  }

  .header-content {
    flex-direction: column;
  }

  .blog-main-title {
    width: 100%;
  }

  .blog-main-title-outer {
    width: 100%;
  }

  .footer-content-top {
    align-items: start !important;
  }

  .contact-bg-position {
    background-position: 70%;
  }

  .about-text-warp {
    height: 55px;
  }

  .top-hero-boxes-wapper .info-item p {
    max-width: 110px !important;
  }
}

@media (max-width: 768px) {
  .blog-hero-title {
    font-size: 34px;
  }

  .blog-img img {
    height: 260px;
  }

  .blog-actions {
    flex-direction: column;
    gap: 16px;
  }

  .logo {
    border-bottom: none;
  }

  .nav-menu {
    width: 100%;
    flex-direction: column;
    gap: 15px;
    border: none;
    padding: 20px 0;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav {
    flex-direction: column;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-container {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
  }

  .logo a {
    height: 55px;
  }

  .inner-header {
    padding: 13px 0 13px 0;
    gap: 0;
  }

  .mobile-toggle {
    width: 25px;
    height: 25px;
  }

  .contact-btn {
    height: 55px;
    font-size: 14px;
  }

  .nav-menu {
    top: 65px;
  }

  .nav-menu a {
    font-size: 14px;
    line-height: 17px;
  }

  .hero-title h1 {
    font-size: 46px;
    line-height: 58px;
  }

  .hero-sub-title p {
    font-size: 16px;
  }

  .hero-section {
    padding: 135px 0 0px;
  }

  .hero-btn a {
    font-size: 14px;
    line-height: 17px;
  }

  .inner-banner-content {
    gap: 30px;
  }

  .small-box-title-outer {
    width: 225px;
  }

  .hero-banner-content {
    padding: 0 12px 20px;
  }

  .process-section {
    padding: 20px 12px 0;
  }

  .title h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .text p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .inner-small-box-title p {
    font-size: 13px;
    line-height: 15.8px;
  }

  .top-title-sec {
    padding: 20px 0 8px;
  }

  .card-title h6 {
    font-size: 18px;
    line-height: 20px;
  }

  .card-box-content-outer {
    width: 100%;
  }

  .approch-section {
    padding: 0px 12px 20px;
  }

  .step-number p {
    font-size: 98px;
    line-height: 110px;
  }

  .step-text p {
    font-size: 14px;
    line-height: 19px;
  }

  .step-title h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .inner-step-box {
    height: auto;
    gap: 0;
  }

  .step-content-box .step-text p {
    min-height: 114px;
  }

  .steps-boxes {
    top: 167px;
  }

  .about-content-outer {
    padding: 12px;
  }

  .scroll-title h2,
  .scroll-title-mob h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .scroll-title {
    width: 100%;
  }

  .common-rounded-btn a {
    padding: 7px 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-scroll-title {
    width: 100%;
  }

  .about-text-outer {
    width: 100%;
  }

  .about-text h4 {
    font-size: 15px;
    width: 100%;
  }

  .about-scroll-title {
    margin-bottom: 0;
  }

  .counter-section {
    padding: 35px 0 0;
  }

  .counter-section .container-box {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }

  .counter-divider-line {
    display: none;
  }

  .counter-box-outer {
    align-content: unset;
    align-items: unset;
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    gap: 12px 0;
    display: grid;
    padding: 15px 0;
  }

  .counter-icon {
    transform: rotate(0);
  }

  .counter-text {
    width: 100%;
  }

  .counter-text p {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }

  .steps-section {
    padding: 30px 0 20px;
  }

  .step-content-image-outer {
    display: none;
  }

  .about-content-divide {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .c-box-content {
    width: 100%;
  }

  .counter-box-warp {
    gap: 25px;
  }

  .step-left-content .step-text {
    width: 100%;
  }

  .inner-step-box {
    padding: 0 12px;
  }

  .step-right-content {
    align-items: unset;
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    gap: 30px 10px;
    display: grid;
    padding: 25px 0 0;
  }

  .s-step-content-box {
    position: revert;
  }

  .step-box-title p {
    font-size: 16px;
    line-height: 18px;
  }

  .number-circle p {
    font-size: 14px;
    line-height: 18px;
  }

  .number-circle {
    width: 32px;
    height: 32px;
  }

  .step-list-box p {
    font-size: 14px;
  }

  .step-list-box-outer {
    padding: 2px 0 0 23px;
  }

  .contact-left-content .top-title-sec .title h2 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  .contact-right-form .common-btn-outer {
    margin: 10px 0 0;
  }

  .contact-section {
    padding: 35px 0;
  }

  .contact-left-content .top-title-sec .inner-small-box-title p {
    font-size: 13px;
    line-height: 15.8px;
  }

  .common-btn a {
    font-size: 14px;
  }

  .rate-stars .star-icon {
    width: 20px;
    height: 20px;
  }

  .contact-right-form form .form-box {
    gap: 20px;
  }

  .contact-right-form form .form-box .form-group textarea {
    min-height: 100px;
    font-size: 14px;
    height: 100px;
  }

  .contact-right-form form .form-box .form-group input {
    height: 45px;
    font-size: 14px;
  }

  .common-btn-outer .common-btn p input {
    padding: 10px 20px;
    font-size: 14px;
  }

  .contact-right-form form {
    gap: 10px;
  }

  .faq-section {
    padding: 30px 0;
  }

  .faq-left-accordion-outer .accordion-head-title {
    font-size: 16px;
  }

  .accordion-body {
    font-size: 14px;
    line-height: 17px;
  }

  .contact-section .container-box {
    padding: 0 12px;
  }

  .faq-section .container-box {
    padding: 0 12px;
    max-width: 100%;
  }

  .rc-box-number p {
    font-size: 18px;
    line-height: 22px;
  }

  .top-right-outer {
    height: 600px;
  }

  .rc-box-text p {
    width: 86%;
  }

  .testimonial-section {
    padding: 30px 0;
  }

  .testimonial-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-card {
    min-height: 260px;
  }

  .testimonial-section h2.section-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  section.news-section {
    padding: 0 12px 0;
  }

  .news-header {
    padding: 0;
  }

  .news-header a.btn-all {
    font-size: 14px;
  }

  .sm-title-blog-inner span.tag {
    font-size: 13px;
    line-height: 15.8px;
  }

  .header-content h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .header-content h1 br {
    display: none;
  }

  .blog-main-title {
    width: 100%;
  }

  .news-section .container {
    gap: 30px;
  }

  .side-articles {
    flex-wrap: wrap;
  }

  .side-articles .side-card-outer {
    width: 100%;
  }

  .featured-card img {
    height: auto;
  }

  .side-card img {
    height: auto;
  }

  .card-content-blog h3,
  .side-content h4 {
    font-size: 18px;
    line-height: 25px;
  }

  .read-more {
    font-size: 14px;
    line-height: 26px;
  }

  .logo-section {
    padding: 30px 0;
  }

  .logo-item {
    flex: 0 0 8%;
  }

  .marquee-track {
    gap: 45px;
  }

  .logo-section .container {
    max-width: 100%;
    padding: 0 12px;
  }

  .footer-dark-inner {
    padding: 30px 12px;
  }

  .footer-title h1 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
  }

  .top-title-description p {
    font-size: 14px;
    line-height: 25px;
  }

  .footer-top-btn p {
    margin: 0 !important;
  }

  .footer-contact-btn a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-top-nav .footer-nav-list a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-top-nav .footer-nav-list {
    gap: 15px;
    max-width: 330px;
  }

  .footer-content-bottom {
    gap: 25px;
  }

  .footer-bottom-nav li a {
    font-size: 14px;
    line-height: 25px;
  }

  .footer-copyright span {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-bottom-nav {
    gap: 20px;
  }

  .ast-scroll-to-top-right {
    right: 12px;
    bottom: 50px;
  }

  .inner-hero {
    max-width: 100%;
    padding: 0;
  }

  .inner-hero-title {
    font-size: 46px;
    line-height: 58px;
  }

  .inner-page-hero {
    padding: 0 0 35px;
  }

  .inner-hero-content {
    padding: 0 30px;
    height: 400px;
  }

  .inner-blog-section {
    max-width: 100%;
    padding: 0px 12px;
  }

  .blog-img img {
    height: auto;
  }

  .blog-body {
    height: auto;
    padding: 30px 20px 20px;
  }

  .blog-title {
    font-size: 18px;
  }

  .pagination-btn {
    max-width: 100%;
    padding: 0px 12px;
  }

  .blog-btn-outline {
    font-size: 14px;
  }

  .blog-section {
    padding: 0px 0px 35px;
  }

  main.custom-blog-single {
    gap: 25px;
    padding: 99px 0px 10px;
    width: 100%;
  }

  .after-main-grid {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    gap: 10px;
  }

  .after-main-blogs {
    padding: 0px 0px 35px;
  }

  .after-recent-title h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .after-main-blogs-inner {
    gap: 25px;
  }

  .blog-content-inner p {
    font-size: 14px;
    line-height: 26px;
  }

  .blog-feature-image img {
    height: auto;
  }

  .blog-hero-inner h1.blog-title,
  .career-title {
    font-size: 34px !important;
    line-height: 45px !important;
    margin-bottom: 10px !important;
    padding-right: 0 !important;
  }

  .single-blog-inner {
    max-width: 100%;
    padding: 0px 12px;
  }

  .after-main-blogs-middle {
    max-width: 100%;
    padding: 0px 12px;
  }

  .contact-hero .container,
  .contact-hero .container-sm {
    max-width: 100%;
  }

  .contact-hero p {
    font-size: 14px;
    max-width: 100%;
  }

  .contact-hero h1 {
    font-size: 46px;
    line-height: 58px;
  }

  .info-wrapper {
    align-content: unset;
    align-items: unset;
    display: grid;
    gap: 20px;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-template-rows: repeat(2, min-content);
    /* max-width: 400px; */
  }

  .contact-info .info-item {
    width: 100%;
  }

  .contact-info .divider {
    display: none;
  }

  .contact-hero {
    height: 650px;
  }

  .contact-hero.a-propos-hero {
    height: 650px;
  }

  .contact-info {
    margin-top: -287px;
    margin-bottom: 30px;
  }

  .contact-form-section h2.section-title,
  .faq-section-contact .faq-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .contact-form-section .form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .contact-form-section button.btn-submit {
    font-size: 14px;
  }

  .contact-form-section .form-wrapper span input {
    height: 50px;
    font-size: 14px;
  }

  .contact-form-section .form-wrapper span textarea {
    height: 110px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .contact-form-section .container {
    max-width: 100%;
  }

  .contact-form-section .form-wrapper .full {
    margin-bottom: 25px;
  }

  .faq-section-contact {
    padding: 35px 0;
  }

  .faq-section-contact .container {
    max-width: 100%;
    padding: 0 12px;
  }

  .faq-item {
    padding: 15px;
  }

  .faq-question {
    font-size: 18px;
    line-height: 20px;
  }

  .faq-answer {
    margin-top: 14px;
    font-size: 14px;
  }

  .contact-hero .container {
    margin-top: 120px;
  }

  .inner-hero-updated {
    font-size: 14px;
    line-height: 18px;
  }

  .privacy-content {
    padding: 0px 0px 18px;
  }

  .privacy-wrapper h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .privacy-wrapper p {
    font-size: 14px;
  }

  .privacy-wrapper li {
    font-size: 14px;
  }

  .privacy-wrapper ul {
    margin-left: 16px;
  }

  .inner-privacy-content {
    padding: 0px 12px;
  }

  .error-page-main {
    padding: 90px 0 35px;
  }

  .error-code {
    font-size: 70px;
    line-height: 80px;
  }

  .error-title {
    font-size: 24px;
    line-height: 34px;
  }

  .error-message {
    font-size: 14px;
  }

  .back-btn {
    font-size: 14px;
  }

  .outer-error-container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }

  .error-container {
    width: 100%;
    max-width: 100%;
  }

  .error-container {
    padding: 40px 15px;
  }

  .our-mission-sec .title {
    width: 100%;
  }

  .ap-hero-content {
    padding: 0 12px;
    position: relative;
    top: -120px;
  }

  .ap-hero-content .contact-hero-content h1 {
    text-align: center;
  }

  .ap-hero-content .contact-hero-content p {
    max-width: 100%;
    text-align: center;
  }

  .ap-hero-content .hero-btn {
    margin-top: 20px;
    text-align: center;
  }

  .top-hero-boxes-wapper .info-wrapper {
    padding: 20px 20px 10px;
    gap: 15px;
  }

  .top-hero-boxes-wapper .inner-number span {
    font-size: 26px;
  }

  .top-hero-boxes-wapper .counter-number {
    margin-bottom: 5px;
  }

  .top-hero-boxes-wapper .counter-icon {
    margin-bottom: 10px;
    height: 22px;
  }

  .top-hero-boxes-wapper {
    bottom: -40px;
  }

  .sets-sec .container-box {
    max-width: 100%;
    padding: 0 12px;
  }

  .sets-sec .text p {
    font-size: 14px;
    line-height: 20px;
  }

  .sets-sec {
    padding: 35px 0;
  }

  .our-mission-sec {
    padding: 35px 0;
  }

  .join-mission {
    padding: 35px 0;
  }

  .sets-sec .title-outer {
    gap: 15px;
  }

  .inner-img-box,
  .inner-content-area {
    grid-template-columns: 100%;
  }

  .image-box-content-area {
    width: 100%;
  }

  .image-icon img {
    width: 60px;
  }

  .image-icon {
    text-align: center;
  }

  .bottom-text {
    margin-top: 10px;
  }

  .our-mission-sec .inner-mission {
    gap: 25px;
    padding: 0 12px;
  }

  .inner-mission .counter-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .inner-mission .inner-heading h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .counter-box-outer {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    padding: 0;
  }

  .our-mission-sec .counter-divider-line {
    display: block;
    width: 100%;
  }

  .inner-mission .box-content-warp {
    padding: 20px 15px;
  }

  .text-wapper p {
    font-size: 14px;
    line-height: 20px;
  }

  .text-wapper span {
    font-size: 14px;
    line-height: 20px;
  }

  .inner-join-mission {
    gap: 20px;
    padding: 0 12px;
  }

  .inner-join-mission .common-btn-outer {
    margin-top: 0;
  }

  .inner-join-mission .title h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .inner-join-mission .marquee-track {
    gap: 50px;
  }

  .inner-join-mission .logo-item {
    flex: 0 0 7%;
  }

  .full-page-hero .inner-hero-content {
    padding: 50px 12px;
  }

  .inner-projects-section {
    padding: 0px 12px;
  }

  .project-img img {
    height: auto;
  }

  .projects-body {
    padding: 20px 0 0;
  }

  .action-btn-load {
    font-size: 14px;
  }

  .project-place {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 14.8px;
  }

  .latest-projects-section {
    padding: 0 0 35px;
    gap: 25px;
  }

  .steps-top-space {
    padding: 60px 0 10px;
  }

  .inner-counter-sec {
    padding: 0 !important;
  }

  .section-top-space {
    padding: 35px 0 !important;
  }

  .faq-text-content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .faq-text-content {
    width: 100%;
  }

  .faq-text-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .contant-number-text {
    margin-top: 10px;
  }

  .faq-text-content p br {
    display: none;
  }

  .inner-page-contact .contact-right-form form {
    gap: 30px;
  }

  .news-section {
    padding-bottom: 30px !important;
  }

  .our-commitment .container-box {
    padding: 0 12px;
  }

  .inner-commitment .top-title-sec {
    gap: 15px;
    padding: 0 0 10px;
  }

  .commitment-list ul li .list-text {
    font-size: 14px;
    line-height: 25px;
  }

  .commitment-list ul li .tick-img {
    width: 20px;
    height: 20px;
  }

  .commitment-number h4 {
    font-size: 28px;
    line-height: 33px;
  }

  .commitment-text p {
    font-size: 14px;
    line-height: 25px;
  }

  .commitment-number-boxes {
    gap: 20px 15px;
    margin-top: 15px;
  }

  .our-commitment {
    padding: 15px 0;
  }

  .career-contanier {
    gap: 30px !important;
    max-width: 100% !important;
    padding: 0px 12px !important;
  }

  .jobs-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .career-jobs {
    padding: 0 0 35px !important;
  }

  .job-tags span {
    font-size: 12px !important;
  }

  .job-card {
    padding: 25px 20px !important;
  }

  .job-footer {
    padding: 22px 0 0 !important;
  }

  .salary {
    font-size: 16px !important;
    margin-bottom: 35px !important;
  }

  .job-card h3 {
    font-size: 18px !important;
    margin-bottom: 14px !important;
    min-height: auto !important;
  }

  .contact-form-section {
    padding-bottom: 35px;
  }

  .scroll-title-mob {
    display: inline-block;
    text-align: start;
    width: 100%;
  }

  .scroll-title {
    display: none;
  }

  .blog-content-inner ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .footer-contact-info {
    padding: 15px 0;
  }

  .step-left-content .step-text p {
    font-size: 14px;
  }

  .single-career-page {
    gap: 25px;
    padding: 99px 0px 15px;
  }

  .inner-single-career {
    padding: 0 12px;
  }

  .single-career-img img {
    height: auto;
  }

  .career-detail-info p {
    font-size: 14px;
    line-height: 26px;
  }

  .career-guarantee p {
    font-size: 18px;
  }

  .footer-content {
    gap: 50px;
  }

  .top-title-sec {
    gap: 10px !important;
  }

  .inner-commitment {
    gap: 15px;
  }

  .inner-commitment .title-outer {
    margin-bottom: 10px;
  }

  .commitment-list {
    margin-top: 15px;
  }

  .inner-page-faq {
    padding: 30px 0 35px !important;
  }

  .contact-right-form .common-btn-outer {
    margin: 10px 0 0;
  }

  .faq-section-wapper {
    padding: 35px 0 !important;
  }

  .faq-text-content h4 {
    margin: 0 0 15px;
  }

  .top-hero-boxes-wapper .contact-info::before {
    bottom: 35px;
  }

  .top-hero-boxes-wapper .contact-info::after {
    bottom: 35px;
  }

  .job-icon {
    width: 60px !important;
    height: 60px !important;
    font-size: 26px !important;
    margin-bottom: 28px !important;
  }

  .blog-content-inner h3,
  .career-detail-info h3 {
    margin: 16px 0 16px;
  }

  .career-detail-info a {
    font-size: 14px;
    line-height: 26px;
  }

  .career-detail-info ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .privacy-wrapper h4 {
    margin: 16px 0;
  }

  .footer-content-top {
    gap: 35px;
  }

  .jobs-grid {
    gap: 10px !important;
  }

  .news-section .side-content h4 {
    min-height: auto;
  }

  .contact-bg-position {
    background-position: 76%;
  }

  .footer-bottom-nav li:nth-child(3)::before {
    display: none;
  }

  .desktop-copyright {
    display: none;
  }

  .mob-copyright {
    display: block;
  }

  .about-text-warp {
    height: auto;
  }

  .top-hero-boxes-wapper .info-item p {
    max-width: 100% !important;
  }

  .contact-detail-box::before {
    bottom: 3px;
  }

  .contact-detail-box::after {
    bottom: 3px;
  }
}

@media only screen and (max-width: 614px) {
  .footer-title h1 {
    font-size: 54px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .card-boxes {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-auto-rows: revert;
    grid-template-rows: revert;
  }

  .hero-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .small-box-title-outer {
    margin: 0 auto;
  }

  .inner-process-warp h2 {
    max-width: 100%;
    text-align: center;
  }

  .text p {
    text-align: center;
  }

  .card-content {
    height: auto;
  }

  .title h2 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .step-1 .blank-box:nth-child(2),
  .step-2 .blank-box:nth-child(1),
  .step-3 .blank-box:nth-child(4),
  .step-4 .blank-box:nth-child(3) {
    display: none;
  }

  .steps-boxes {
    top: 152px;
  }

  .approch-section .small-box-title-outer {
    margin: 0;
  }

  .approch-section .title h2 {
    text-align: start;
  }

  .inner-number span {
    font-size: 22px;
    line-height: 26px;
  }

  .counter-box-outer {
    gap: 12px 20px;
  }

  .counter-text {
    width: 90%;
  }

  .step-right-content {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    gap: 25px 10px;
  }

  .s-step-content-box {
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-left-content .top-title-sec .title h2 {
    font-size: 20px;
    line-height: 32px;
    text-align: start;
  }

  .contact-left-content .top-title-sec .small-box-title {
    width: auto;
  }

  .contact-left-content .top-title-sec .small-box-title-outer {
    margin: 0;
  }

  .contact-right-form form .form-box {
    display: flex;
    flex-wrap: wrap;
  }

  .faq-accordion .accordion-item .accordion-header button .accordion-head-wrap {
    width: 92%;
  }

  .faq-left-accordion-outer .accordion-head-title {
    line-height: 24px;
  }

  .faq-left-accordion-outer .accordion-head-title {
    font-size: 16px;
    width: 92%;
  }

  .inner-rc-box-content {
    gap: 10px;
    flex-wrap: wrap;
  }

  .rc-outer {
    height: auto;
  }

  .rc-box-wrap {
    width: 100%;
  }

  .top-right-outer {
    height: 520px;
  }

  .divided-image-sec {
    top: 150px;
  }

  .header-content {
    justify-content: center;
    align-items: center;
  }

  .testimonial-section h2.section-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .header-content h1 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .news-header .text-end {
    justify-content: center;
  }

  .header-content {
    padding: 20px 0 15px;
  }

  .card-content-blog h3,
  .side-content h4 {
    font-size: 16px;
  }

  .footer-bottom-menu {
    gap: 0 24px;
  }

  .footer-bottom-nav li::before {
    right: -15px;
  }

  .footer-bottom-nav li a {
    font-size: 12px;
    line-height: 25px;
  }

  .footer-title h1 {
    font-size: 42px;
    line-height: 60px;
  }

  .footer-content-top {
    gap: 25px;
  }

  .footer-top-nav {
    gap: 24px;
  }

  .contact-btn {
    font-size: 13px;
  }

  .logo a {
    aspect-ratio: 2.66666 / 1;
  }

  .inner-hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .inner-hero-content {
    padding: 60px 30px;
  }

  .blog-body {
    padding: 20px 15px;
  }

  .blog-hero-inner h1.blog-title,
  .career-title {
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 0 !important;
  }

  .after-recent-title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-hero .container {
    margin-top: 100px;
  }

  .contact-form-section .form-row {
    gap: 0;
    flex-wrap: wrap;
  }

  .contact-form-section .form-wrapper .full {
    margin-bottom: 20px;
  }

  .privacy-wrapper p {
    margin: 12px 0;
  }

  .error-container {
    padding: 30px 15px;
  }

  .top-hero-boxes-wapper {
    width: 82%;
  }

  .ap-hero-content .contact-hero-content h1 {
    margin-bottom: 10px;
  }

  .ap-hero-content {
    top: -105px;
  }

  .inner-join-mission .logo-item {
    flex: 0 0 8%;
  }

  .inner-join-mission .marquee-track {
    gap: 28px;
  }

  .inner-join-mission .logo-section .marquee-wrapper {
    padding: 10px 20px 16px;
  }

  .full-page-hero .inner-hero-content {
    padding: 40px 12px 35px;
  }

  .s-step-4 .s-step-content-box {
    justify-content: center;
  }

  .faq-section-wapper .small-box-title-outer {
    display: flex;
    justify-content: center;
  }

  .heading-box .top-title-sec .title-outer {
    width: 100%;
  }

  .faq-text-content h4 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .faq-text-content p br {
    display: none;
  }

  .faq-text-content p {
    text-align: center;
  }

  .commitment-left-content .small-box-title-outer {
    margin: 0;
  }

  .commitment-left-content .text p {
    text-align: start;
  }

  .commitment-list ul li {
    width: 100%;
  }

  .commitment-number-boxes {
    gap: 10px 15px;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }

  .commitment-number h4 {
    font-size: 24px;
    line-height: 26px;
  }

  .step-content-box .step-text p {
    min-height: auto;
  }

  .step-number p {
    font-size: 78px;
    line-height: 85px;
  }

  .inner-hero-content {
    height: 300px;
  }

  .blog-content-inner h3,
  .career-detail-info h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 15px;
  }

  .blog-content-inner ul {
    margin: 0 0 20px 28px;
  }

  .info-title p,
  .contact-details p,
  .contact-details p .foot-contact-number {
    font-size: 15px;
    line-height: 20.36px;
  }

  .contact-hero.a-propos-hero {
    height: 640px;
  }

  .career-guarantee p {
    font-size: 16px;
  }

  .contact-hero {
    height: 580px;
  }

  .top-hero-boxes-wapper .contact-info::before {
    left: -13px;
  }

  .top-hero-boxes-wapper .contact-info::before {
    left: -13px;
  }

  .our-mission-sec .title h2 {
    text-align: start;
  }

  .our-mission-sec .small-box-title-outer {
    margin: 0;
  }

  .contact-bg-position {
    background-position: 74%;
  }

  .step-title h4 {
    min-height: auto;
  }

  .mobile-toggle {
    width: 22px;
    height: 22px;
  }

  .contact-detail-box::before {
    bottom: 2px;
  }

  .contact-detail-box::after {
    bottom: 2px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-btn {
    font-size: 12px;
    padding: 0 12px;
  }

  .title h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-title h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .hero-sub-title p {
    font-size: 14px;
  }

  .hero-btn a {
    font-size: 13px;
    line-height: 16px;
  }

  .card-content {
    padding: 20px 15px;
  }

  .step-number p {
    font-size: 74px;
    line-height: 85px;
  }

  .inner-step-box {
    height: auto;
  }

  .inner-number span {
    font-size: 20px;
    line-height: 24px;
  }

  .counter-box-outer {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    gap: 8px 20px;
  }

  .faq-left-accordion-outer .accordion-head-title {
    font-size: 15px;
  }

  .rc-boxes-content-outer {
    display: block;
  }

  .rc-box-text p {
    width: 100%;
  }

  .rc-small-text {
    margin-bottom: 10px;
  }

  .rc-box-content {
    margin-bottom: 5px;
    width: 100%;
  }

  .rc-box-content:last-child {
    margin-bottom: 0;
  }

  .inner-rc-box-content {
    align-items: center;
  }

  .faq-content-outer {
    gap: 25px;
  }

  .divided-image-sec {
    top: 170px;
  }

  .testimonial-section h2.section-title {
    font-size: 18px;
    line-height: 27px;
  }

  .header-content h1 {
    font-size: 18px;
    line-height: 27px;
  }

  .logo-section .marquee-wrapper {
    padding: 20px 20px;
  }

  .logo-section .marquee-wrapper {
    padding: 20px 20px;
  }

  .logo-item {
    flex: 0 0 9%;
  }

  .footer-title h1 {
    font-size: 34px;
    line-height: 48px;
  }

  .footer-bottom-nav li a {
    line-height: 13px;
  }

  .footer-bottom-nav li::before {
    right: 15px;
  }

  .logo a {
    aspect-ratio: 2.33333 / 1;
    padding: 0 8px 0;
  }

  .inner-hero-title {
    font-size: 36px;
    line-height: 45px;
  }

  .inner-hero-content {
    padding: 50px 30px;
  }

  .blog-hero-inner h1.blog-title,
  .career-title {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-top: 10px !important;
  }

  .after-recent-title h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .contact-hero h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .contact-form-section h2.section-title,
  .faq-section-contact .faq-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .privacy-wrapper h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-bottom-nav li::before {
    content: none;
  }

  .top-hero-boxes-wapper {
    width: 100%;
  }

  .steps-top-space .step-left-content {
    gap: 10px;
  }

  .top-hero-boxes-wapper .info-wrapper {
    width: 93%;
    max-width: 93%;
  }

  .contact-details {
    flex-wrap: wrap;
    gap: 6px;
  }

  .middel-line {
    display: none;
  }

  .social-icon {
    font-size: 13px;
    height: 24px;
    width: 24px;
    padding-top: 2px;
  }

  .contact-hero.a-propos-hero {
    height: 650px;
  }

  .top-hero-boxes-wapper .contact-info::after {
    bottom: 35px;
    right: 2px;
  }

  .top-hero-boxes-wapper .contact-info::before {
    bottom: 35px;
    left: 2px;
  }

  .footer-content {
    gap: 42px;
  }

  .contact-bg-position {
    background-position: 72%;
  }

  .contact-details p {
    width: 100%;
  }

  .contact-detail-box::before {
    bottom: 2px;
    left: -11px;
    border: 6px solid #f2f2f2;
    border-top: none;
    border-left: none;
  }

  .contact-detail-box::after {
    bottom: 2px;
    right: -11px;
    border: 6px solid #f2f2f2;
    border-top: none;
    border-right: none;
  }

  .ast-scroll-to-top-right {
    bottom: 120px;
  }
}

@media only screen and (max-width: 413px) {
  .top-hero-boxes-wapper .contact-info::after {
    right: 1px;
  }

  .top-hero-boxes-wapper .contact-info::before {
    left: 1px;
  }

  .contact-bg-position {
    background-position: 71%;
  }

  .contact-detail-box::before {
    border: 7px solid #f2f2f2;
    border-top: none;
    border-left: none;
  }

  .contact-detail-box::after {
    border: 7px solid #f2f2f2;
    border-top: none;
    border-right: none;
  }
}
