@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #ff7f00;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

::-moz-selection {
  background-color: #F36D26;
  /* The highlight background */
  color: #ffffff;
  /* The text color when selected */
}

::selection {
  background-color: #F36D26;
  /* The highlight background */
  color: #ffffff;
  /* The text color when selected */
}

button:focus {
  outline: none !important;
}

h1 {
  color: #000;
  font-family: Outfit;
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem;
}

h2 {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h3 {
  color: #FFF;
  font-family: Outfit;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.125rem;
  margin-bottom: 0;
}

h4 {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

h5 {
  color: var(--Charcoal, #2B2B2B);
  font-family: Outfit;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.glb_btn {
  border-radius: 0.3125rem;
  background: linear-gradient(94deg, #F1592A -14.32%, #F7941E 115.17%);
  padding: 0.92rem 3.69rem;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all ease-in 0.4s;
  outline: none;
  border: 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.glb_btn:hover {
  color: #fff;
  background: linear-gradient(#F1592A -14.32%, #F1592A 115.17%);
}
.glb_btn.link {
  background: transparent;
  padding: 0;
  transition: all 0.5s ease;
  border-radius: 0;
  border-bottom: 1px solid rgba(252, 177, 64, 0);
}
.glb_btn.link img {
  margin-left: 0.38rem;
  width: 1.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.glb_btn.link:hover {
  color: #FCB040;
  border-bottom: 1px solid #FCB040;
}
.glb_btn.link:hover img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(97%) saturate(905%) hue-rotate(327deg) brightness(103%) contrast(98%);
}
.glb_btn.link.orange {
  color: #F7941E;
}
.glb_btn.link.orange img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(97%) saturate(905%) hue-rotate(327deg) brightness(103%) contrast(98%);
}

section {
  overflow: hidden;
}

.defaultspacing {
  padding: 7.5rem 0;
}

.defaultspacing-5 {
  padding: 5rem 0;
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(35, 31, 32, 0.2);
  backdrop-filter: blur(4px);
}
header .menu_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu_area .main_logo {
  max-width: 10rem;
}
header .menu_area .main_logo img {
  width: 100%;
}
header .menu_area .main_links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
header .menu_area .main_links ul {
  gap: 1.62rem;
}
header .menu_area .main_links ul li a {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.94rem 0;
  transition: all 0.4s ease;
}
header .menu_area .main_links ul li a:hover {
  color: #FCB040;
}
header .menu_area .main_links ul li a::before {
  display: none;
}
header .menu_area .main_links ul li.menu-item-has-children ul.sub-menu a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 32, 0.2);
  backdrop-filter: blur(4px);
  opacity: 1;
  transition: none;
  height: 100%;
  z-index: -1;
}
header .menu_area .main_links > .stellarnav > ul.menu > li.current-menu-item > a {
  color: #FCB040;
}

.stellarnav ul li.menu-item-has-children {
  position: relative;
}
.stellarnav ul li.menu-item-has-children > a {
  padding-right: 1.25rem;
}
.stellarnav ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  margin-left: 0.4rem;
  vertical-align: middle;
  transition: transform 0.25s ease;
}
.stellarnav ul li.menu-item-has-children:hover > a::after, .stellarnav ul li.menu-item-has-children.active > a::after {
  transform: rotate(-135deg) translateY(-3px);
}
.stellarnav ul li .sub-menu {
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  min-width: 18rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background: rgba(35, 31, 32, 0.2);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.stellarnav ul li .sub-menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #909090;
}
.stellarnav ul li .sub-menu li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.stellarnav ul li .sub-menu li a {
  display: block;
  padding: 1.23rem 0.63rem;
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.stellarnav ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  display: block;
}

@media (min-width: 991px) {
  .outer-header.scrolled header {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(35, 31, 32, 0.2);
    backdrop-filter: blur(4px);
    animation: headerSlideDown 0.3s ease forwards;
  }
  @keyframes headerSlideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
}
section {
  position: relative;
  background-color: #fff;
}

.defaultspacing {
  padding: 7.5rem 0;
}

.heroSec {
  position: sticky;
  top: 0;
}
.heroSec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 78.16%);
}
.heroSec .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroSec h1 {
  margin-bottom: 0.75rem;
  color: #Fff;
  max-width: 45rem;
}
.heroSec h3 {
  max-width: 47rem;
  margin-bottom: 0.75rem;
}
.heroSec p {
  color: #DBDBDB;
  max-width: 46rem;
  margin-bottom: 2rem;
}
.heroSec .btns {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}

.blue {
  color: #57B7DF;
}

.bluetag {
  color: var(--Dark-Blue, #0F75BC);
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
}

.companySec {
  padding: 6.56rem 0 0;
}
.companySec .sideImgs {
  display: flex;
  gap: 1.94rem;
}
.companySec figure img {
  border-radius: 0.25rem;
  width: 100%;
}
.companySec figure:has(.data) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.companySec .data {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.62rem 0.88rem;
  max-width: 18rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.companySec .data__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.81rem;
}
.companySec .data__header .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fef3e2;
  border-radius: 8px;
  flex-shrink: 0;
}
.companySec .data__header .icon-wrapper img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.companySec .data__header .stat-number {
  color: var(--Medium-Orange, #F7941E);
  font-family: Outfit;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.companySec .data__title {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.companySec .data__desc {
  font-size: 0.875rem;
  margin: 0;
  line-height: normal;
}
.companySec h2 {
  margin-bottom: 1.5rem;
}
.companySec p {
  margin-bottom: 0.75rem;
}
.companySec ul {
  margin: 1.5rem 0;
}
.companySec ul li {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.78rem;
}
.companySec ul li:last-child {
  margin-bottom: 0;
}
.companySec ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/check.png);
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}

figcaption {
  text-align: center;
  margin: 0 auto 2rem;
}
figcaption h2 {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.companyValue {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.companyValue .value-card {
  text-align: center;
  padding: 0.62rem;
}
.companyValue .value-card .value-icon {
  display: flex;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto 1.25rem;
}
.companyValue .value-card .value-icon img {
  width: 1.7rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.companyValue .value-card h4 {
  color: var(--Charcoal, #2B2B2B);
  text-align: center;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.63rem;
}
.companyValue .value-card p {
  margin-bottom: 0;
}

.coreService .swiper {
  width: 100%;
  height: 100%;
}
.coreService .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.inner-banner + section {
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -3rem;
}

.inner-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30rem;
  padding: 8.81rem 0;
}
.inner-banner__bg {
  position: absolute;
  inset: 0;
}
.inner-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.inner-banner .container {
  position: relative;
  z-index: 1;
}
.inner-banner__content {
  max-width: 52rem;
}
.inner-banner__title {
  color: #FFF;
  font-family: Outfit;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.25rem;
  margin-bottom: 0.75rem;
}
.inner-banner__description {
  color: #DBDBDB;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.83rem;
  color: #DBDBDB;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.breadcrumb__item a {
  color: #DBDBDB;
  transition: color 0.4s ease;
}
.breadcrumb__item a:hover {
  color: #FCB040;
}
.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid rgb(255, 255, 255);
  border-right: 1.5px solid rgb(255, 255, 255);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.breadcrumb__item--current {
  color: #DBDBDB;
}

.page-content {
  position: relative;
  z-index: 1;
  margin-top: -2.5rem;
  padding-top: 5rem;
  background: #fff;
  border-radius: 2.5rem 2.5rem 0 0;
}

.companySec {
  padding: 6.56rem 0 7.31rem;
  border-radius: 3.125rem 3.125rem 0 0;
}
.companySec .sideImgs {
  display: flex;
  gap: 1.94rem;
}
.companySec figure img {
  border-radius: 0.25rem;
  width: 100%;
}
.companySec figure:has(.data) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.companySec .data {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.62rem 0.88rem;
  max-width: 18rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.companySec .data__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.81rem;
}
.companySec .data__header .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fef3e2;
  border-radius: 8px;
  flex-shrink: 0;
}
.companySec .data__header .icon-wrapper img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.companySec .data__header .stat-number {
  color: var(--Medium-Orange, #F7941E);
  font-family: Outfit;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.companySec .data__title {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.companySec .data__desc {
  font-size: 0.875rem;
  margin: 0;
  line-height: normal;
}
.companySec h2 {
  margin-bottom: 1.5rem;
}
.companySec p {
  margin-bottom: 0.75rem;
}
.companySec ul {
  margin: 1.5rem 0;
}
.companySec ul li {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.78rem;
}
.companySec ul li:last-child {
  margin-bottom: 0;
}
.companySec ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/check.png);
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}

figcaption {
  text-align: center;
  margin: 0 auto 2rem;
}
figcaption h2 {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.companyValue .value-card {
  text-align: center;
  padding: 0.62rem;
}
.companyValue .value-card .value-icon {
  display: flex;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto 1.25rem;
}
.companyValue .value-card .value-icon img {
  width: 1.7rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.companyValue .value-card h4 {
  color: var(--Charcoal, #2B2B2B);
  text-align: center;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.63rem;
}
.companyValue .value-card p {
  margin-bottom: 0;
}

.coreService .swiper {
  width: 100%;
  height: 100%;
}
.coreService .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coreService .srvCard {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.coreService .srvCard::before {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 46.15%, #1E1E1E 100%);
}
.coreService .srvCard::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease;
}
.coreService .srvCard img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coreService .srvCard .topText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
  text-align: left;
}
.coreService .srvCard .topText .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  display: none;
  transition: all 0.6s ease;
}
.coreService .srvCard .topText h4 {
  margin-bottom: 0.75rem;
  margin-top: auto;
  color: #fff;
}
.coreService .srvCard .topText p {
  transition: all 0.6s ease;
  display: none;
}
.coreService .srvCard .topText .glb_btn {
  transition: all 0.6s ease;
  margin-top: auto;
  display: none;
}
.coreService .srvCard:hover::after {
  height: 100%;
  background-color: #fff;
}
.coreService .srvCard:hover .topText h4 {
  color: #000;
  margin-top: 0;
}
.coreService .srvCard:hover .topText p {
  display: block;
}
.coreService .srvCard:hover .topText .glb_btn {
  display: flex;
}
.coreService .srvCard:hover .topText .icon {
  display: block;
}
.coreService .srvCard .glb_btn {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.coreService .srvCard .glb_btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.4rem;
}
.coreService .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.coreService .slider-nav .swiper-btn-prev,
.coreService .slider-nav .swiper-btn-next {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coreService .slider-nav .swiper-btn-prev img,
.coreService .slider-nav .swiper-btn-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.coreService .slider-nav .swiper-btn-prev img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(90%) sepia(12%) saturate(6641%) hue-rotate(326deg) brightness(101%) contrast(98%);
}

.industries {
  padding: 5rem 0 6.52rem;
  background-color: #FFF7EE;
}
.industries .industries-list {
  margin: 1.5rem 0 0;
}
.industries .industries-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0 0 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.industries .industries-list li:last-child {
  margin-bottom: 0;
}
.industries .industries-list .srv-icon {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFEEF2;
  border-radius: 50%;
}
.industries .industries-list .srv-icon img {
  width: 1.8rem;
  height: 1.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.industries .industries-list .srv-text {
  width: calc(100% - 4.72em);
}
.industries .industries-list .srv-text h4 {
  font-size: 1.125rem;
  margin-bottom: 0.38rem;
}
.industries .industries-list .srv-text p {
  margin: 0;
}
.industries .sideImg {
  border-radius: 0.25rem;
  padding-bottom: 1.63rem;
  overflow: hidden;
}
.industries .sideImg img {
  width: 100%;
  border-radius: 0.25rem;
}
.industries .count {
  margin-top: 5rem;
}

.count {
  background: #fff;
}
.count h3 {
  color: #231F20;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.88rem;
  line-height: normal;
}
.count h3 span {
  color: #C8102E;
}
.count p {
  margin: 0;
  line-height: normal;
}

footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
footer .footerInner {
  width: 100%;
  border-radius: 3.125rem 3.125rem 0 0;
  background-color: #231F20;
}
footer .logo {
  width: 16rem;
  margin-bottom: 2.5rem;
}
footer p {
  color: var(--White, #FFF);
  margin-bottom: 2.5em;
}
footer .social-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
footer .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .social-icons a img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
footer .footer-top {
  padding: 3.75rem 0 2.5rem;
}
footer .links {
  display: flex;
  justify-content: space-between;
  gap: 6.23rem;
  padding-left: 2rem;
}
footer .linkdv h4 {
  color: var(--White, #FFF);
  margin-bottom: 2.5rem;
}
footer .linkdv ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .linkdv ul li a {
  color: var(--White, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
footer .linkdv ul li a:hover {
  color: #FCB040;
}
footer .linkdv ul.current_page_item a {
  color: #FCB040;
}
footer .linkdv .contact-list {
  gap: 1.25rem;
}
footer .linkdv .contact-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
footer .linkdv .contact-list li img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
footer .linkdv .contact-list li span,
footer .linkdv .contact-list li a {
  color: var(--White, #FFF);
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
footer .footer-bottom {
  border-top: 1px solid rgba(217, 217, 217, 0.1294117647);
  padding: 1.25rem 0 1.88rem;
}
footer .footer-bottom p {
  margin: 0;
  color: var(--White, #FFF);
  line-height: normal;
  text-align: center;
  font-weight: 300;
}
footer .footer-bottom p a {
  color: var(--White, #FFF);
  transition: 0.3s all ease;
}
footer .footer-bottom p a:hover {
  color: #FCB040;
}

.testimonial {
  padding-bottom: 7.25rem;
}
.testimonial figcaption {
  margin-bottom: 2.87rem;
}
.testimonial figcaption h2 {
  margin-bottom: 0.75rem;
}
.testimonial .stars {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
  gap: 0.3rem;
}
.testimonial .stars img {
  width: 1.24rem;
  height: 1.24rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial .review {
  box-shadow: 0 4px 10px 0 rgba(91, 44, 111, 0.08);
  border-radius: 0.3125rem;
  padding: 0.625rem 0.5625rem;
  max-width: 55rem;
  margin: 0 auto;
}
.testimonial .review p {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 1.46rem;
}
.testimonial .review .author {
  display: block;
  color: var(--Black, #222);
  text-align: center;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.testimonial .slideDv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.testimonial .swiper-button-prev img {
  rotate: 90deg;
}
.testimonial .swiper-button-next img {
  rotate: -90deg;
}
.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  position: relative;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #F26827;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 !important;
}
.testimonial .swiper-button-next svg,
.testimonial .swiper-button-prev svg {
  display: none;
}
.testimonial .swiper-button-next img,
.testimonial .swiper-button-prev img {
  width: 0.8rem;
}

.consultation {
  padding: 8.31rem 0 7.5rem;
}
.consultation .container {
  position: relative;
}
.consultation figure {
  position: absolute;
  right: 2.19rem;
  bottom: 0;
  margin: 0;
  width: 24rem;
  z-index: 1;
}
.consultation .cntntWrap {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.consultation .cntntWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(94deg, #0F75BC 0%, rgba(15, 117, 188, 0.7) 100%);
}
.consultation .cntntWrap .bg {
  width: 100%;
}
.consultation .cntntWrap .cntnt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.75rem 2rem;
}
.consultation .cntntWrap .cntnt .glb_btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: none;
  border: 1px solid #fff;
}
.consultation .cntntWrap .cntnt .glb_btn:hover {
  background: #f1592a;
}
.consultation .cntntWrap .cntnt .bluetag {
  color: #fff;
  margin-bottom: 0.75rem;
}
.consultation .cntntWrap .cntnt h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}
.consultation .cntntWrap .cntnt p {
  max-width: 52rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 300;
}

.contact-form-wrap {
  padding-top: 4.4rem;
}
.contact-form-wrap .row {
  align-items: flex-start;
}
.contact-form-wrap .left-block h2 {
  max-width: 32rem;
  margin-bottom: 1rem;
}
.contact-form-wrap .left-block p {
  max-width: 38rem;
  margin-bottom: 0;
}
.contact-form-wrap .contact-block {
  font-style: normal;
  margin-top: 2.5rem;
}
.contact-form-wrap .contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2.25rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.contact-form-wrap .contact-card:first-child {
  padding-top: 0;
}
.contact-form-wrap .contact-card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 0;
  box-shadow: 0 4px 4.5px rgba(186, 186, 186, 0.25);
  border-radius: 0.25rem;
}
.contact-form-wrap .contact-card h4 {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.contact-form-wrap .contact-card span,
.contact-form-wrap .contact-card a {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: color 0.4s ease;
}
.contact-form-wrap .contact-card a:hover {
  color: #F7941E;
}
.contact-form-wrap .social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.25rem;
}
.contact-form-wrap .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #F7941E;
  border-radius: 50%;
  color: #F7941E;
  font-size: 1.25rem;
  transition: all 0.4s ease;
}
.contact-form-wrap .social-links a:hover {
  background: #F7941E;
  color: #fff;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.form-group label span {
  color: #231F20;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 1.09rem 0.75rem;
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: border-color 0.3s ease;
}
.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #9A9A9A;
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #9A9A9A;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #F7941E;
}
.form-group select {
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1 1.5l5 5 5-5" stroke="%23231F20" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  background-size: 0.875rem;
  padding-right: 2.75rem;
}
.form-group textarea {
  resize: vertical;
  height: 7.25rem;
}

.file-upload {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  background: #fff;
  border: 1px dashed #D5D5D5;
  border-radius: 0.25rem;
  padding: 0.94rem;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.file-upload__text {
  color: var(--Body-Text, #555658) !important;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.file-upload__icon {
  color: #231F20;
  flex-shrink: 0;
}
.file-upload:hover {
  border-color: #F7941E;
}
.file-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wpcf7 form {
  background: #FFF7EE;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.wpcf7 form .glb_btn {
  margin-top: 0.5rem;
  padding: 0.85rem 2.75rem;
}

.maps-wrap {
  background-color: #FFF7EE;
}
.maps-wrap .right-content {
  max-width: 642px;
  padding-left: 10px;
}
.maps-wrap .right-content .bluetag {
  margin-bottom: 0.75rem;
}
.maps-wrap .right-content h2 {
  margin-bottom: 1rem;
}
.maps-wrap .right-content p {
  margin-bottom: 1.5rem;
}
.maps-wrap .right-content address {
  color: var(--Medium-Orange, #F7941E);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 2.25rem;
}
.maps-wrap .map iframe {
  min-height: 485px;
  width: 100%;
}

.image-content-wrap {
  padding: 7.5rem 0;
}
.image-content-wrap .image-content-block {
  align-items: center;
}
.image-content-wrap .image-content-block .image-block {
  margin-bottom: 0;
}
.image-content-wrap .image-content-block:not(:last-child) {
  margin-bottom: 2.5rem;
}
.image-content-wrap .image-content-block:nth-child(even) {
  flex-direction: row-reverse;
}
.image-content-wrap .image-content-block h2,
.image-content-wrap .image-content-block p {
  margin-bottom: 1rem;
}
.image-content-wrap .image-content-block h2, .image-content-wrap .image-content-block a {
  color: var(--Black, #231F20);
}
.image-content-wrap .image-content-block .list-wrap h4 {
  color: var(--Charcoal, #2B2B2B);
  font-size: 1rem;
  margin-bottom: 0.78rem;
}
.image-content-wrap .image-content-block .list-wrap ul li {
  padding-left: 1.75rem;
  position: relative;
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.image-content-wrap .image-content-block .list-wrap ul li:not(:last-child) {
  margin-bottom: 0.62rem;
}
.image-content-wrap .image-content-block .list-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0.729rem;
  height: 0.72938rem;
  background: url("../images/list-arrow-icon.svg"), no-repeat;
  background-size: 100%;
}
.image-content-wrap .image-content-block .list-wrap.type-2 h4 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.image-content-wrap .image-content-block .list-wrap.type-2 ul li {
  padding-left: 1.75rem;
  position: relative;
  padding-block: 1rem;
  border-bottom: 1px solid var(--Border, #E9E9E9);
}
.image-content-wrap .image-content-block .list-wrap.type-2 ul li:not(:last-child) {
  margin-bottom: 0;
}
.image-content-wrap .image-content-block .list-wrap.type-2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 0.729rem;
  height: 0.72938rem;
  background: url("../images/list-arrow-icon.svg"), no-repeat;
  background-size: 100%;
}
.image-content-wrap .image-content-block .list-wrap.type-2 ul.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.88rem;
       column-gap: 1.88rem;
}
.image-content-wrap .image-content-block .content-block.spacing-left {
  padding-left: 1.5rem;
}

.qna-section-wrap .qna-section-inner {
  border-radius: 0.5rem;
  background: #FFF7EE;
  text-align: center;
}
.qna-section-wrap .qna-section-inner h2,
.qna-section-wrap .qna-section-inner p {
  max-width: 50rem;
  margin-inline: auto;
}
.qna-section-wrap .qna-section-inner h2 {
  margin-bottom: 1rem;
}
.qna-section-wrap .qna-section-inner p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.qna-section-wrap .qna-section-inner p:last-of-type {
  margin-bottom: 0;
}

.contactSec .sideImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  height: 100%;
}
.contactSec .formDv h2 {
  margin-bottom: 0.75rem;
}
.contactSec .formDv p {
  color: #767676;
}
.contactSec .formDv .wpcf7 form {
  margin-top: 1.5rem;
  background-color: #fff;
  padding: 0;
}
.contactSec .formDv .wpcf7 form .glb_btn {
  margin-top: 0;
  padding: 0.88rem 3.69rem;
}

.solutionCard .img {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.solutionCard .img img {
  width: 100%;
  transition: all 0.4s ease;
}
.solutionCard:hover .img img {
  scale: 1.1;
}
.solutionCard h5 {
  margin-bottom: 0.5rem;
  transition: all 0.4s ease;
}
.solutionCard h5 a {
  color: #2B2B2B;
}
.solutionCard h5:hover a {
  color: #F36927;
}
.solutionCard p {
  margin-bottom: 0;
}

.solution .row {
  row-gap: 1.88rem;
  margin-bottom: 2.75rem;
}
.solution figcaption {
  margin-bottom: 2.5rem;
}
.solution h2 {
  max-width: 35rem;
  margin: 0 auto 1rem;
}
.solution p {
  max-width: 54rem;
  margin: 0 auto;
}
.solution .glb_btn {
  margin: 0 auto;
}

.whyChoose h2 {
  margin-bottom: 2.5rem;
}
.whyChoose ul li {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  position: relative;
}
.whyChoose ul li:last-child {
  margin-bottom: 1.38rem;
  border-bottom: none;
  padding-bottom: 0;
}
.whyChoose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0.729rem;
  height: 0.72938rem;
  background: url("../images/list-arrow-icon.svg"), no-repeat;
  background-size: 100%;
}
.whyChoose ul li h5 {
  color: var(--Charcoal, #2B2B2B);
  font-family: Outfit;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.3rem;
}
.whyChoose ul li p {
  margin-bottom: 0;
}

.capabilities-inner .left-block .capabilities-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.87rem;
}
.capabilities-inner .left-block .capabilities-card object {
  padding: 0.81rem;
  border-radius: 0.25rem;
  background: #FFF7EE;
  aspect-ratio: 1/1;
  display: block;
  margin-bottom: 0.62rem;
}
.capabilities-inner .left-block .capabilities-card .heading {
  color: var(--Charcoal, #2B2B2B);
  font-family: Outfit;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.62rem;
  display: block;
}
.capabilities-inner .left-block .capabilities-card p {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.location h2 {
  margin-bottom: 1rem;
}
.location .sideImg {
  border-radius: 0.25rem;
}
.location .locationWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.12rem;
}
.location .imgDv {
  width: 48%;
}
.location .imgDv iframe {
  width: 100%;
  height: 19rem;
  border-radius: 0.25rem;
}
.location .cntntWrap {
  width: 48%;
}

.equipment .row {
  margin-bottom: 0;
}
.equipment h2 {
  max-width: 44rem;
  margin: 0 auto 1rem;
}
.equipment p {
  max-width: 54rem;
  margin: 0 auto;
}

.facilityCntnt {
  padding: 7.5rem 0;
}
.facilityCntnt .image-content-block {
  align-items: unset;
}
.facilityCntnt .row {
  margin-bottom: 7.5rem !important;
}
.facilityCntnt .row:last-child {
  margin-bottom: 0 !important;
}
.facilityCntnt .image-block {
  height: 100%;
}
.facilityCntnt figure img {
  height: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.ourFacility p {
  max-width: 68rem;
  margin: 0 auto;
}
.ourFacility figcaption h2 {
  margin-bottom: 1rem;
}
.ourFacility .gridSec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 17rem 17rem;
  gap: 1rem;
}
.ourFacility .gridSec .grid-item {
  overflow: hidden;
  border-radius: 0.375rem;
}
.ourFacility .gridSec .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ourFacility .gridSec .grid-item--1 {
  grid-column: 1/3;
  grid-row: 1;
}
.ourFacility .gridSec .grid-item--2 {
  grid-column: 3;
  grid-row: 1/3;
}
.ourFacility .gridSec .grid-item--3 {
  grid-column: 4;
  grid-row: 1;
}
.ourFacility .gridSec .grid-item--4 {
  grid-column: 1;
  grid-row: 2;
}
.ourFacility .gridSec .grid-item--5 {
  grid-column: 2;
  grid-row: 2;
}
.ourFacility .gridSec .grid-item--6 {
  grid-column: 4;
  grid-row: 2;
}

.companyValue.euipmentsec {
  padding: 7.5rem 0;
}
.companyValue.euipmentsec figcaption {
  margin-bottom: 2rem;
}
.companyValue.euipmentsec h2 {
  margin-bottom: 1rem;
}
.companyValue.euipmentsec p {
  max-width: 54rem;
  margin: 0 auto;
}

.mission .sideImg {
  border-radius: 0.25rem;
}
.mission .locationWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.75rem;
}
.mission .locationWrap.revrse {
  flex-direction: row-reverse;
}
.mission .imgDv {
  width: 47.5%;
}
.mission .cntntWrap {
  width: 47.5%;
}
.mission .logo_img {
  margin-bottom: 2.12rem;
  width: 19rem;
}
.mission h2 {
  margin-bottom: 1.5rem;
}

.companyValue.eqipmntSec {
  padding: 0;
}

.why_choose {
  padding-bottom: 6.25rem;
}
.why_choose .row {
  row-gap: 1.88rem;
}
.why_choose h2 {
  margin: 0 auto 0.75rem;
}
.why_choose p {
  margin: 0 auto;
}
.why_choose h2,
.why_choose p {
  max-width: 57rem;
}

.cntntWrap_why {
  width: 100%;
  padding: 0.69rem 1rem 1.25rem;
}
.cntntWrap_why .icon {
  width: 5rem;
  height: 5rem;
  background-color: #BF1E2E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.cntntWrap_why .icon img {
  width: 3rem;
}
.cntntWrap_why h2 {
  margin-bottom: 0.62rem;
}

.blogContnt {
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.blogContnt .blgImg {
  border-radius: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
}
.blogContnt .sideImg {
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}
.blogContnt h2 {
  margin-bottom: 0.75rem;
}
.blogContnt p {
  margin-bottom: 1.5rem;
}

.lined-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.5rem;
}

h2.lined-heading {
  color: var(--Black, #231f20);
  font-family: Outfit;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h3.lined-heading {
  color: var(--Charcoal, #2b2b2b);
  font-family: Outfit;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 1rem;
}

.blog-pg-wrap .row {
  row-gap: 1.88rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.blog-card figure {
  margin: 0 0 1rem;
  border-radius: 4px;
  overflow: hidden;
}
.blog-card figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.blog-card .content .top-block {
  flex: 1 1 auto;
  margin-bottom: 2.16rem;
}
.blog-card .content .top-block h4 a {
  color: var(--Charcoal, #2b2b2b);
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.63rem;
  display: block;
}
.blog-card .content .top-block p {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .content .bottom-block a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--Medium-Orange, #f7941e);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color 0.4s ease;
}
.blog-card .content .bottom-block a object {
  width: 1.25rem;
  height: auto;
  pointer-events: none;
  transition: transform 0.4s ease;
}
.blog-card .content .bottom-block a:hover {
  color: #f1592a;
}
.blog-card .content .bottom-block a:hover object {
  transform: translateX(0.25rem);
}
.blog-card:hover figure img {
  transform: scale(1.05);
}

.blog-small-wrap {
  margin-bottom: 2.1rem;
}

.blog-card-small {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  margin-bottom: 2.25rem;
}
.blog-card-small figure {
  flex-shrink: 0;
  width: 5.125rem;
  height: 4.75rem;
  margin: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
.blog-card-small figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card-small .content {
  min-width: 0;
}
.blog-card-small .content h4 a {
  color: var(--Charcoal, #2b2b2b);
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
  transition: color 0.4s ease;
  display: block;
}
.blog-card-small .content p {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card-small:hover figure img {
  transform: scale(1.05);
}
.blog-card-small:hover .content h4 {
  color: #f7941e;
}

.arrw-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--Medium-Orange, #f7941e);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color 0.4s ease;
}
.arrw-btn object {
  width: 1.25rem;
  height: auto;
  pointer-events: none;
  transition: transform 0.4s ease;
}
.arrw-btn:hover {
  color: #f1592a;
}
.arrw-btn:hover object {
  transform: translateX(0.25rem);
}

.common-sec-div {
  padding: 7.5rem 0;
}
.common-sec-div .container {
  max-width: 60rem;
}
.common-sec-div h2,
.common-sec-div .wp-block-heading {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.common-sec-div h2:not(:first-child),
.common-sec-div .wp-block-heading:not(:first-child) {
  margin-top: 2.5rem;
}
.common-sec-div h3 {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.common-sec-div h3:not(:first-child) {
  margin-top: 2rem;
}
.common-sec-div h4 {
  color: var(--Black, #231F20);
  font-family: Outfit;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.common-sec-div h4:not(:first-child) {
  margin-top: 1.5rem;
}
.common-sec-div p {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.common-sec-div p:not(:last-child) {
  margin-bottom: 1rem;
}
.common-sec-div p {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.common-sec-div strong,
.common-sec-div .privacy-policy-tutorial {
  color: var(--Charcoal, #2B2B2B);
  font-weight: 600;
}
.common-sec-div a {
  color: #F7941E;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.common-sec-div a:hover {
  color: #F1592A;
}
.common-sec-div ul,
.common-sec-div ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.common-sec-div ul li,
.common-sec-div ol li {
  color: var(--Body-Text, #555658);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.common-sec-div ul li:not(:last-child),
.common-sec-div ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.common-sec-div ul li {
  list-style: disc;
}
.common-sec-div ol li {
  list-style: decimal;
}
.common-sec-div blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 3px solid #F7941E;
  background: #faf7f3;
}
.common-sec-div blockquote p:last-child {
  margin-bottom: 0;
}
.common-sec-div img {
  height: auto;
  border-radius: 0.3125rem;
  margin: 1.5rem 0;
}

@media (max-width: 1399px) {
  html {
    font-size: 80%;
  }
}
@media screen and (max-width: 1199px) {
  .consultation .cntntWrap .cntnt {
    position: relative;
    z-index: 2;
    padding: 2rem 17rem 2rem 2rem;
  }
  .consultation .cntntWrap::before {
    z-index: 1;
  }
  .consultation figure {
    width: 19rem;
    z-index: 3;
  }
  .consultation .cntntWrap .bg {
    position: absolute;
    inset: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .count h3 {
    font-size: 1.8rem;
  }
  .location .locationWrap {
    gap: 2.62rem;
  }
  .mission .locationWrap {
    gap: 2.35rem;
  }
  .mission .logo_img {
    margin-bottom: 1.5rem;
  }
  .mission .logo_img {
    width: 14rem;
  }
  .why_choose {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.95rem;
  }
  header .menu_area .main_links {
    flex-direction: row-reverse;
  }
  .stellarnav ul li.has-dropdown:hover .dropdown {
    display: none;
  }
  .inner-banner {
    min-height: 26rem;
    padding: 9.5rem 0 6rem;
  }
  header {
    position: relative;
    backdrop-filter: unset;
    padding: 0.6rem 0;
    background-color: #231F20;
  }
  .heroSec::before,
  .consultation .cntntWrap::before {
    z-index: 1;
  }
  .heroSec .top {
    position: relative;
    padding: 6rem 0 4rem;
    z-index: 3;
  }
  .heroSec .bg,
  .consultation .cntntWrap .bg {
    position: absolute;
    inset: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .heroSec {
    position: relative;
  }
  .defaultspacing,
  .consultation,
  .companySec {
    padding: 4rem 0;
  }
  .testimonial {
    padding-bottom: 0;
  }
  .companySec .data {
    max-width: 100%;
  }
  .count h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .consultation figure {
    width: 16rem;
    z-index: 2;
  }
  .consultation .cntntWrap .cntnt {
    position: relative;
    z-index: 2;
    padding: 2rem 17rem 2rem 2rem;
  }
  footer .row {
    row-gap: 2rem;
  }
  footer p {
    margin-bottom: 1rem;
  }
  footer .links {
    padding-left: 0;
  }
  footer .linkdv h4 {
    margin-bottom: 1.2rem;
  }
  header .menu_area .main_links ul li a {
    padding: 1.24rem 1.3rem;
  }
  .image-content-wrap {
    padding: 4rem 0;
  }
  .industries {
    padding: 4rem 0 0;
  }
  .industries .row {
    row-gap: 2rem;
  }
  .capabilities-wrap h2 {
    margin-bottom: 2rem;
  }
  .defaultspacing-5 {
    padding: 4rem 0;
  }
  .location .locationWrap {
    gap: 1.5rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  .image-content-wrap .image-content-block .list-wrap h4 {
    font-size: 1.3rem;
  }
  .companyValue.euipmentsec {
    padding: 4rem 0 0;
  }
  .blog-pg-wrap.explore {
    padding-bottom: 0;
  }
  .common-sec-div {
    padding: 5rem 0;
  }
  .common-sec-div h2,
  .common-sec-div .wp-block-heading {
    font-size: 1.875rem;
  }
  .common-sec-div h3 {
    font-size: 1.375rem;
  }
  .stellarnav ul li .sub-menu {
    position: static;
  }
  .stellarnav ul li.menu-item-has-children:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    transform: translateX(0);
    display: none;
  }
  .stellarnav ul li.menu-item-has-children.open .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    display: block;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
  h2 {
    font-size: 2rem;
  }
  .glb_btn {
    font-size: 1.1rem;
  }
  .inner-banner {
    min-height: auto;
    padding: 4rem 0 4.5rem;
  }
  .inner-banner__description {
    margin-bottom: 1.75rem;
  }
  .page-content {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-row .form-group {
    margin-bottom: 1.5rem;
  }
  .wpcf7 form {
    padding: 1.75rem;
  }
  .contact-form-wrap {
    padding: 4.5rem 0;
  }
  .contact-form-wrap .left-block {
    margin-bottom: 2.5rem;
  }
  .image-content-wrap,
  .industries {
    padding: 3.5em 0;
  }
  .defaultspacing-5 {
    padding: 3rem 0;
  }
  .capabilities-wrap h2 {
    text-align: center;
  }
  footer .linkdv .contact-list li {
    justify-content: center;
  }
  footer .links {
    gap: 2.6rem 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  header .menu_area .main_links {
    gap: 1rem;
  }
  .glb_btn {
    padding: 0.72rem 1.49rem;
  }
  .image-content-wrap .image-content-block {
    row-gap: 2rem;
    flex-direction: column-reverse;
  }
  .image-content-wrap .image-content-block:nth-child(even) {
    flex-direction: column-reverse;
  }
  .breadcrumb {
    justify-content: center;
  }
  .content-block {
    text-align: center;
  }
  .content-block ul li {
    text-align: left;
  }
  p {
    font-size: 1.1rem;
  }
  .inner-banner__content,
  .heroSec h1,
  .heroSec h3,
  .heroSec p,
  .companySec h2,
  .companySec p,
  .bluetag,
  .industries h2,
  .industries p {
    text-align: center;
  }
  .companySec .sideImgs {
    gap: 1rem;
  }
  .companySec .sideImgs figure {
    width: 48%;
  }
  .companySec .data__desc,
  .companySec .data__title {
    font-size: 1rem;
    text-align: left;
  }
  .companyValue .row {
    row-gap: 1.5rem;
  }
  .testimonial .review p {
    margin-bottom: 1.5rem;
  }
  .form-group label {
    font-size: 1.1rem;
  }
  .testimonial .review .author {
    font-size: 1.2rem;
  }
  .companySec .row {
    row-gap: 2rem;
    flex-direction: column-reverse;
  }
  .companySec .glb_btn.link {
    margin: 0 auto;
  }
  .industries {
    padding: 3.5rem 0;
  }
  .industries .industries-list .srv-text p {
    text-align: left;
  }
  .heroSec .btns {
    gap: 1rem;
    justify-content: center;
  }
  .defaultspacing,
  .consultation,
  .companySec {
    padding: 3.5rem 0;
  }
  .count h3 {
    text-align: center;
  }
  .count .row {
    row-gap: 1.5rem;
  }
  .count .col-2 {
    width: 33%;
  }
  .mission .cntntWrap {
    width: 100%;
  }
  .mission .logo_img {
    margin: 0 auto 1.5rem;
    display: block;
  }
  .cntntWrap_why .icon img {
    width: 2rem;
  }
  .cntntWrap_why {
    padding: 0;
    text-align: center;
  }
  .cntntWrap_why .icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1.2rem;
  }
  .eqipmntSec .row {
    row-gap: 2rem;
  }
  .companyValue .value-card {
    padding: 0;
  }
  .mission p {
    text-align: center;
  }
  .mission h2 {
    text-align: center;
  }
  .mission .imgDv {
    width: 100%;
  }
  .consultation .cntntWrap .cntnt {
    padding: 2.5rem 1.5rem;
  }
  .consultation figure {
    opacity: 0.5;
  }
  .consultation .cntntWrap .cntnt h2 {
    text-align: center;
  }
  .consultation .cntntWrap .cntnt p {
    text-align: center;
  }
  .consultation .cntntWrap .cntnt .glb_btn {
    margin: 0 auto;
  }
  .contactSec .row {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
  .contactSec .formDv h2,
  .contactSec .formDv p {
    text-align: center;
  }
  .companyValue .value-card h4 {
    font-size: 1.3rem;
  }
  .contactSec .formDv .wpcf7 form .glb_btn {
    margin: 0 auto;
  }
  .industries .industries-list .srv-text h4 {
    font-size: 1.2rem;
  }
  .industries .row {
    row-gap: 2rem;
  }
  .inner-banner__description {
    font-size: 1.1rem;
  }
  .breadcrumb__item {
    font-size: 1rem;
  }
  section.inner-banner + section {
    border-radius: 0;
    margin-top: 0;
  }
  .image-content-wrap .image-content-block .list-wrap h4 {
    font-size: 1.2rem;
    text-align: left;
  }
  .image-content-wrap .image-content-block .list-wrap ul li {
    font-size: 1.1rem;
  }
  footer .linkdv ul li a,
  footer .linkdv .contact-list li span {
    font-size: 1.1rem;
  }
  footer .footer-bottom p {
    font-size: 1rem;
    line-height: 1.9rem;
    max-width: 24rem;
    margin: 0 auto;
  }
  .inner-banner__title {
    font-size: 2.2rem;
    line-height: 2.85rem;
  }
  .capabilities-wrap .row {
    row-gap: 2rem;
  }
  .bluetag {
    font-size: 1.1rem;
  }
  .capabilities-wrap form .row,
  .contactSec form .row {
    row-gap: 0;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 1rem;
  }
  .solution .row {
    row-gap: 2rem;
  }
  .whyChoose .row {
    row-gap: 2rem;
  }
  .whyChoose .glb_btn {
    margin: 0 auto;
  }
  .whyChoose h2 {
    text-align: center;
  }
  .whyChoose ul li h5 {
    font-size: 1.2rem;
  }
  .solutionCard {
    text-align: center;
  }
  h2.lined-heading {
    font-size: 2rem;
    text-align: center;
  }
  .blog-card {
    text-align: center;
  }
  .blog-card-small figure {
    width: 7rem;
    height: 7rem;
  }
  .blog-card-small .content h4 a {
    font-size: 1.3rem;
  }
  .blog-card-small {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .blog-card-small:last-child {
    margin-bottom: 0;
  }
  .blog-card-small .content p {
    font-size: 1.1rem;
  }
  footer .logo {
    margin: 0 auto 1.4rem;
    display: block;
  }
  footer .social-icons {
    justify-content: center;
  }
  .blog-card .content .top-block p {
    font-size: 1.1rem;
  }
  .blog-card .content .top-block h4 a {
    font-size: 1.2rem;
  }
  footer p {
    text-align: center;
  }
  .arrw-btn {
    font-size: 1.2rem;
  }
  h3.lined-heading {
    text-align: center;
  }
  .blog-pg-wrap .arrw-btn {
    margin: 0 auto;
    display: block;
  }
  .blogContnt h2 {
    text-align: center;
  }
  .blogContnt .txt,
  .blogContnt p {
    text-align: center;
  }
  .blog-card .content .bottom-block a {
    font-size: 1.2rem;
  }
  .blogContnt h5 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .location .imgDv,
  .location .cntntWrap {
    width: 100%;
  }
  .location h2 {
    text-align: center;
  }
  .location p {
    text-align: center;
  }
  .count p {
    text-align: center;
  }
  .ourFacility .gridSec {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
  }
  .ourFacility .gridSec .grid-item {
    aspect-ratio: 1/1;
  }
  .ourFacility .gridSec .grid-item--1,
  .ourFacility .gridSec .grid-item--2,
  .ourFacility .gridSec .grid-item--3,
  .ourFacility .gridSec .grid-item--4,
  .ourFacility .gridSec .grid-item--5,
  .ourFacility .gridSec .grid-item--6 {
    grid-column: auto;
    grid-row: auto;
  }
  .facilityCntnt .row {
    margin-bottom: 2rem !important;
  }
  .maps-wrap .right-content .glb_btn {
    margin: 0 auto;
  }
  .maps-wrap {
    padding-bottom: 2rem;
  }
  .contact-form-wrap .left-block h2,
  .contact-form-wrap .left-block p {
    max-width: 100%;
    text-align: center;
  }
  .maps-wrap .right-content address {
    text-align: center;
  }
  .maps-wrap .right-content h2,
  .maps-wrap .right-content p {
    text-align: center;
  }
  .maps-wrap .row {
    row-gap: 2rem;
  }
  footer .linkdv .contact-list li img {
    width: 1rem;
    height: 1rem;
  }
  .blog-pg-wrap {
    padding-bottom: 0;
  }
  .maps-wrap .map iframe {
    min-height: auto;
    height: 300px;
  }
  .companyValue .value-card .value-icon {
    margin: 0 auto 0.25rem;
  }
  .mission .locationWrap {
    flex-direction: column-reverse;
  }
  footer .linkdv h4 {
    text-align: center;
  }
  footer .linkdv ul li {
    text-align: center;
  }
  .blog-card .content .top-block {
    margin-bottom: 1.1rem;
  }
  .blog-pg-wrap h3.lined-heading {
    margin-top: 2rem;
  }
  .location .locationWrap {
    flex-direction: column-reverse;
  }
  .common-sec-div {
    padding: 3.5rem 0;
  }
  .common-sec-div h2,
  .common-sec-div .wp-block-heading {
    font-size: 1.625rem;
  }
  .common-sec-div h2:not(:first-child),
  .common-sec-div .wp-block-heading:not(:first-child) {
    margin-top: 2rem;
  }
  .common-sec-div h3 {
    font-size: 1.25rem;
  }
  .common-sec-div h4 {
    font-size: 1.125rem;
  }
  .common-sec-div p,
  .common-sec-div ul li,
  .common-sec-div ol li {
    font-size: 0.9375rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 576px) {
  footer .links .linkdv {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */