@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

/*html*/
body {
  overflow-x: hidden;
  scroll-behavior: initial;
}

/* Set core root defaults */
/*html:focus-within {
  scroll-behavior: initial;
}*/

@media (min-width: 768px) {
  html.lenis {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: 16px;
  font-family: var(--ff-primary);
  color: #000000;
}

p {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #343030;
}

.container {
  max-width: 1180px !important;
}

:root {
  --clr-primary-500: #d34007;
  --clr-secondary-500: #0e0706;
  --clr-green-500: #143327;
  --clr-neutral-900: #111111;
  --clr-neutral-800: #414142;
  --clr-neutral-600: #7f7f7f;
  --clr-neutral-400: #BCBEC0;
  --clr-neutral-200: #E7E8E9;
  --clr-neutral-150: #F6F5F5;
  --clr-neutral-100: hsl(0 0% 100%);
  --ff-primary: "Maven Pro", sans-serif;
  --ff-body: var(--ff-primary);
  --ff-heading: var(--ff-primary);
  --fw-regular: 400;
  --fw-semi-bold: 500;
  --fw-semi-bold-600: 600;
  --fw-bold: 700;
  --fs-200: 0.75rem;
  --fs-300: 0.8125rem;
  --fs-350: 0.85rem;
  --fs-400: 0.875rem;
  --fs-500: 0.9375rem;
  --fs-600: 1.1rem;
  --fs-650: 1.3rem;
  --fs-700: 1.875rem;
  --fs-800: 2.5rem;
  --fs-900: 3.5rem;
  --fs-body: var(--fs-400);
  --fs-primary-heading: var(--fs-700);
  --fs-secondary-heading: var(--fs-600);
  --fs-nav: var(--fs-500);
  --fs-button: var(--fs-300);
  --size-100: 0.25rem;
  --size-200: 0.5rem;
  --size-300: 0.75rem;
  --size-400: 1rem;
  --size-500: 1.5rem;
  --size-600: 2rem;
  --size-700: 3rem;
  --size-800: 4rem;
  --size-900: 5rem;
  --size-1000: 7rem;
}

.vertical-align-center {
  align-items: center;
}

.vertical-align-top {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-spacebetween {
  justify-content: space-between;
}

.justify-self-end {
  justify-self: end;
}

.justify-text {
  text-align: justify;
}

@media (min-width: 50em) {
  .justify-self-end-md {
    justify-self: end;
  }
}
:where(.flow :not(:first-child)) {
  margin-top: var(--flow-spacer, 3em);
}

.text-center {
  text-align: center;
}

.text-center p {
  margin-inline: auto;
}

@media (max-width: 50em) {
  .text-center-sm-only {
    text-align: center;
  }
  .text-center-sm-only p {
    margin-inline: auto;
  }
}
.text-primary-500 {
  color: var(--clr-primary-500);
}

.text-primary-400 {
  color: var(--clr-primary-400);
}

.text-primary-300 {
  color: var(--clr-primary-300);
}

.text-accent-400 {
  color: var(--clr-accent-400);
}

.text-accent-300 {
  color: var(--clr-accent-300);
}

.text-accent-100 {
  color: var(--clr-accent-100);
}

.text-neutral-100 {
  color: var(--clr-neutral-100);
}

.text-neutral-600 {
  color: var(--clr-neutral-600);
}

.text-neutral-800 {
  color: var(--clr-neutral-800);
}

.text-neutral-900 {
  color: var(--clr-neutral-900);
}

.text-green-500 {
  color: var(--clr-green-500);
}

.text-green-200 {
  color: var(--clr-green-200);
}

.bg-1 {
  background-color: #fef6f2;
}

.bg-2 {
  background-color: #fdece5;
}

.bg-neutral-150 {
  background-color: var(--clr-neutral-150);
}

.bg-neutral-200 {
  background-color: var(--clr-neutral-200);
}

.bg-neutral-800 {
  background-color: var(--clr-neutral-800);
}

.bg-neutral-900 {
  background-color: var(--clr-neutral-900);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-semi-bold {
  font-weight: var(--fw-semi-bold);
}

.fw-semi-bold-600 {
  font-weight: var(--fw-semi-bold-600);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fs-primary-heading {
  font-size: var(--fs-primary-heading);
  line-height: 1.5;
}

.fs-secondary-heading {
  font-size: var(--fs-secondary-heading);
  line-height: 1.5;
}

.fs-200 {
  font-size: var(--fs-200);
}

.fs-300 {
  font-size: var(--fs-300);
}

.fs-400 {
  font-size: var(--fs-400);
}

.fs-600 {
  font-size: var(--fs-600);
}

.fs-650 {
  font-size: var(--fs-650);
}

.fs-700 {
  font-size: var(--fs-700);
}

.fs-800 {
  font-size: var(--fs-800);
}

.h-100 {
  height: 100vh !important;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (min-width: 50em) {
  .display-md-inline-flex {
    display: inline-flex;
  }
}
.padding-block-1000 {
  padding: var(--size-1000) 0;
}

.padding-block-900 {
  padding: var(--size-900) 0;
}

.padding-block-700 {
  padding: var(--size-700) 0;
}

.padding-block-500 {
  padding: var(--size-500) 0;
}

.padding-block-300 {
  padding: var(--size-300) 0;
}

.padding-block-200 {
  padding: var(--size-200) 0;
}

.padding-500 {
  padding: var(--size-500);
}

.padding-300 {
  padding: var(--size-500);
}

.padding-side-300 {
  padding: 0 var(--size-500);
}

.padding-top-900 {
  padding-top: var(--size-900);
}

.padding-top-400 {
  padding-top: var(--size-400);
}

.padding-top-0 {
  padding-top: 0 !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-top-100 {
  margin-top: var(--size-100) !important;
}

.margin-top-200 {
  margin-top: var(--size-200) !important;
}

.margin-top-300 {
  margin-top: var(--size-300) !important;
}

.margin-top-400 {
  margin-top: var(--size-400) !important;
}

.margin-top-500 {
  margin-top: var(--size-500) !important;
}

.margin-top-900 {
  margin-top: var(--size-900) !important;
}

.margin-top-800 {
  margin-top: var(--size-800) !important;
}

.margin-top-700 {
  margin-top: var(--size-700);
}

.margin-top-600 {
  margin-top: var(--size-600);
}

.margin-top-500 {
  margin-top: var(--size-500);
}

.margin-top-300 {
  margin-top: var(--size-300);
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-bottom-700 {
  margin-bottom: var(--size-700);
}

.margin-bottom-900 {
  margin-bottom: var(--size-900);
}

.heading1 {
  position: relative;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
.heading1::after {
  position: absolute;
  content: "";
  width: 180px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background-color: var(--clr-primary-500);
}

.heading2 {
  position: relative;
  font-size: 23px;
  font-weight: 600;
  color: #343030;
  line-height: 1.5;
}

.heading3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #343030;
  line-height: 1.5;
}

.gredientBG {
  position: relative;
}
.gredientBG::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(236, 68, 0, 0) 0%, rgba(236, 68, 0, 0.14) 100%);
  z-index: -1;
}

.btn1 {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  font-weight: 600;
  padding: 0 24px;
  color: var(--clr-neutral-100);
  text-decoration: none;
  background: var(--clr-primary-500);
  border-radius: 34px;
  gap: 15px;
  font-size: 16px;
  transition: all 0.3s;
}
.btn1:hover {
  background: rgb(230, 83, 26);
  gap: 25px;
}

.btn2 {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0 24px;
  color: var(--clr-primary-500);
  text-decoration: none;
  background: #FFFFFF;
  border: 2px solid var(--clr-primary-500);
  border-radius: 34px;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.btn2:hover {
  background: var(--clr-primary-500);
  color: var(--clr-neutral-100);
  gap: 25px;
}

.btn3 {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border: 2px solid var(--clr-primary-500);
  border-radius: 34px;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.btn3:hover {
  gap: 25px;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  padding: 6px 0;
  z-index: 9;
  transition: all 0.3s;
}
header.background {
  background-color: rgba(0, 0, 0, 0.8235294118);
}
header.background .wrapper .logo {
  width: 120px;
}
@media screen and (max-width: 1390px) {
  header.background .wrapper .topSubMenu {
    display: none;
  }
}
@media screen and (min-width: 1390px) {
  header .container {
    max-width: 1400px !important;
  }
}
header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  position: relative;
  display: block;
  width: 180px;
  transition: all 0.3s;
}
header .wrapper .rightSection {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 1390px) {
  header .wrapper .rightSection {
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
  }
}
header .wrapper .rightSection .searchWrapper {
  position: relative;
  width: 40px;
  height: 40px;
}
header .wrapper .rightSection .Hotbg {
  position: absolute;
  background: #2f3640;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 5px;
  transition: all 0.6s;
}
header .wrapper .rightSection .Hotbg:hover, header .wrapper .rightSection .Hotbg:hover > .Hotbg-txt {
  right: 0;
  width: 240px;
  padding: 5px 6px;
  font-weight: 400;
}
header .wrapper .rightSection .Hotbg:hover > .Hotbg-btn {
  background: var(--clr-primary-500);
  color: black;
}
header .wrapper .rightSection .Hotbg-btn {
  position: absolute;
  color: #e84118;
  float: right;
  width: 30px;
  height: 30px;
  right: 5px;
  border-radius: 50%;
  background: var(--clr-primary-500);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  color: azure;
  cursor: pointer;
}
header .wrapper .rightSection .Hotbg-btn > img {
  width: 15px;
}
header .wrapper .rightSection a {
  text-decoration: none;
}
header .wrapper .rightSection .Hotbg-txt {
  position: absolute;
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: azure;
  font-size: 14px;
  transition: 0.4s;
  width: 0px;
  font-weight: bold;
}
header .wrapper .topSubMenu {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  gap: 20px;
}
header .wrapper .topSubMenu .call {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: var(--clr-neutral-100);
}
header .wrapper .desktopMenu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Hide Dropdowns by Default */
  /* Display Dropdowns on Hover */
  /* Fisrt Tier Dropdown */
  /* Second, Third and more Tiers	*/
  /* Change this in order to change the Dropdown symbol */
}
@media screen and (max-width: 980px) {
  header .wrapper .desktopMenu {
    display: none;
  }
}
header .wrapper .desktopMenu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
header .wrapper .desktopMenu nav ul li {
  display: inline-block;
}
header .wrapper .desktopMenu nav ul li.current {
  position: relative;
}
header .wrapper .desktopMenu nav ul li.current a {
  position: relative;
}
header .wrapper .desktopMenu nav ul li.current a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--clr-neutral-100);
}
header .wrapper .desktopMenu nav a {
  position: relative;
  display: block;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
header .wrapper .desktopMenu nav a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  bottom: -1px;
  transition: all 0.5s;
}
header .wrapper .desktopMenu nav a:hover,
header .wrapper .desktopMenu nav > ul > li.active a {
  color: #ffffff;
}
header .wrapper .desktopMenu nav a:hover::before,
header .wrapper .desktopMenu nav > ul > li.active a::before {
  width: 100%;
}
header .wrapper .desktopMenu nav ul ul {
  display: none;
  position: absolute;
  background: var(--clr-neutral-100);
  top: 38px; /* the height of the main nav */
  border: 1px solid var(--clr-neutral-200);
}
header .wrapper .desktopMenu nav ul li:hover > ul {
  display: inherit;
  z-index: 2;
}
header .wrapper .desktopMenu nav ul ul li {
  width: 210px;
  float: none;
  display: list-item;
  position: relative;
  background-color: var(--clr-neutral-100);
}
header .wrapper .desktopMenu nav ul ul li a {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #e2e2e2;
  text-transform: none;
  color: var(--clr-neutral-900);
  font-size: 14px;
  font-weight: 500 !important;
}
header .wrapper .desktopMenu nav ul ul li a:hover {
  color: var(--clr-primary-500);
}
header .wrapper .desktopMenu nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}
header .wrapper .desktopMenu li > a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  /*background-image: url("../images/icons/nav-arrow.svg");*/
  background-size: cover;
  display: inline-block;
  margin-top: 2px;
  opacity: 0.2;
}
header .wrapper .desktopMenu li > a:only-child:after {
  content: "";
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: black;
}
.banner .myBanner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .myBanner .nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 5;
}
.banner .myBanner .nav .swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.banner .myBanner .nav .swiper-button img {
  width: 28px;
}
.banner .myBanner .nav .swiper-button:hover {
  background-color: var(--clr-primary-500);
}
.banner .myBanner .pagination {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 5%;
}
.banner .myBanner .pagination .container {
  position: relative;
}
.banner .myBanner .pagination .swiper-pagination {
  text-align: left;
}
.banner .myBanner .pagination .swiper-pagination-bullet {
  width: 80px;
  border-radius: 10px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.banner .myBanner .pagination .swiper-pagination-bullet-active {
  width: 160px;
  background-color: #EC4400;
}
.banner .item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.banner .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 3;
  pointer-events: none;
  z-index: 1;
}
.banner .item .bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  pointer-events: none;
}
.banner .item .details {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-top: 180px;
}
.banner .item .details h1 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: var(--clr-neutral-100);
}
.banner .item .details h2 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: var(--clr-neutral-100);
}
.banner .item .details p {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: var(--clr-neutral-100);
}

.insidebanner2 {
  position: relative;

  /*background: linear-gradient(179deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.72) 100%);*/
  display: flex;
  align-items: end;
  /*min-height: 450px;*/
  padding-top: 170px;
  padding-bottom: 50px;
}
.insidebanner2.aboutus::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/banner/slide4.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0.4;
}
.insidebanner2.contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/banner/slide4.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0.4;
}
.insidebanner2.design-and-engineering::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/banner/design-and-engineering.jpg");
  background-size: cover;
  background-position: center center;
}
.insidebanner2 .bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  left: 0;

}
.insidebanner2 h1 {
  position: relative;
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
}
.insidebanner2 h2 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.insidebanner2 ul {
  position: relative;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 7px;
  padding: 0;
  margin: 0;
}
.insidebanner2 ul li, .insidebanner2 ul a {
  color: var(--clr-primary-500);
  font-size: 16px;
  text-decoration: none;
}
.insidebanner2 ul li img, .insidebanner2 ul a img {
  width: 18px;
}

.insidebannerImg2 {
  position: relative;
}
.insidebannerImg2.contact::before {
  display: none !important;
}
.insidebannerImg2 img {
  position: relative;
  z-index: 2;
}
.insidebannerImg2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background-color: #222222;
}

.aboutUs {
  position: relative;
}
.aboutUs::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(236, 68, 0, 0) 0%, rgba(236, 68, 0, 0.14) 100%);
}
.aboutUs .circle {
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  margin: 0px;
  outline-offset: -20px;
  display: block;
}
.aboutUs .circle .details {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  width: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.aboutUs .circle .details h2 {
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
}
.aboutUs .circle .details h3 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.aboutUs .circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  stroke-width: 13;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  stroke-linecap: butt;
  transition: all 2s ease-out;
}
.aboutUs .circle svg rect {
  x: 5px;
  y: 7px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
}
.aboutUs .circle[color=c1] {
  stroke: #ff6400;
}
.aboutUs .circle[color=c1] h2 {
  color: #ff6400;
}
.aboutUs .circle[color=c2] {
  stroke: #00aeef;
}
.aboutUs .circle[color=c2] h2 {
  color: #00aeef;
}
.aboutUs .circle[color=c3] {
  stroke: #0fcb4f;
}
.aboutUs .circle[color=c3] h2 {
  color: #0fcb4f;
}
.aboutUs .circle[color=c4] {
  stroke: #FFA100;
}
.aboutUs .circle[color=c4] h2 {
  color: #FFA100;
}
.aboutUs .circle.aos-animate svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  stroke-width: 10;
}
.aboutUs .box {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  gap: 15px;
  align-items: flex-start;
}
.aboutUs .box img {
  width: 50px;
}
.aboutUs .box .details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aboutUs .box .details h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.aboutUs .box .details h3 {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.aboutUs .box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  stroke-width: 13;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  stroke-linecap: butt;
  transition: all 2s ease-out;
}
.aboutUs .box svg rect {
  x: 5px;
  y: 7px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
}
.aboutUs .box[color=c1] h2 {
  color: #FF9D00;
}
.aboutUs .box[color=c2] h2 {
  color: #FF5900;
}
.aboutUs .box[color=c3] h2 {
  color: #E43900;
}
.aboutUs .box[color=c4] h2 {
  color: #FB0000;
}
.aboutUs .box.aos-animate svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  stroke-width: 10;
}

.homeCeo {
  position: relative;
  overflow: hidden;
}
.homeCeo::before {
  position: absolute;
  content: "";
  width: 378px;
  height: 378px;
  right: -1px;
  bottom: -1px;
  background-image: url("../images/bg/corner5.png");
  z-index: 3;
}
.homeCeo .photo {
  position: relative;
}
.homeCeo .photo .anwar {
  position: relative;
  z-index: 2;
}
.homeCeo .photo .bg {
  position: absolute;
  display: block;
  z-index: 1;
  top: 10%;
  right: 0;
  min-width: 673px;
}
.homeCeo .heading1::after {
  left: 0 !important;
  transform: translateX(0) !important;
}
.homeCeo h2 {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  color: #302B29;
}
.homeCeo p {
  text-align: justify;
}

.counter {
  position: relative;
  background-color: #421807;
}
.counter .box {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  gap: 15px;
  align-items: flex-start;
}
.counter .box img {
  width: 50px;
}
.counter .box .details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.counter .box .details h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.counter .box .details h3 {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.counter .box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  stroke-width: 13;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  stroke-linecap: butt;
  transition: all 2s ease-out;
}
.counter .box svg rect {
  x: 5px;
  y: 7px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
}
.counter .box[color=c1] h2 {
  color: #FF9D00;
}
.counter .box[color=c2] h2 {
  color: #FF5900;
}
.counter .box[color=c3] h2 {
  color: #E43900;
}
.counter .box[color=c4] h2 {
  color: #FB0000;
}
.counter .box.aos-animate svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  stroke-width: 10;
}

.legacy {
  position: relative;
  background: #F0F0F0;
}
.legacy::before {
  position: absolute;
  content: "";
  width: 378px;
  height: 378px;
  right: -1px;
  bottom: -1px;
  background-image: url("../images/bg/corner.png");
  z-index: 0;
}
.legacy .item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: flex-end;
  aspect-ratio: 3/5;
  border-radius: 20px;
  overflow: hidden;
  background-color: #dce4b8;
  height: 100%;
}
.legacy .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(176deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.legacy .item .content {
  position: relative;
  padding: 10px 20px 20px 20px;
  z-index: 3;
}
.legacy .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}
.legacy .item h2 {
  position: relative;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}
.legacy .item p {
  color: #ffffff;
  font-size: 15px;
}
.legacy .item a {
  position: relative;
}

.services {
  position: relative;
  background: #F0F0F0;
}
.services::before {
  position: absolute;
  content: "";
  width: 378px;
  height: 378px;
  right: -1px;
  bottom: -1px;
  background-image: url("../images/bg/corner.png");
  z-index: 0;
}
.services .item {
  position: relative;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.services .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
}
.services .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s;
}
.services .item .details {
  position: relative;
  padding: 40px;
  z-index: 3;
}
.services .item .details h2 {
  position: relative;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}
.services .item .details p {
  font-size: 15px;
  color: #ffffff;
}
.services .item:hover .img img {
  transform: scale(1.1);
}
.services .nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 5;
}
.services .nav .swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.services .nav .swiper-button img {
  width: 28px;
}
.services .nav .swiper-button:hover {
  background-color: var(--clr-primary-500);
}
.services .nav .swiper-button-prev {
  left: -30px;
}
.services .nav .swiper-button-next {
  right: -30px;
}

.team {
  position: relative;
  background: #F0F0F0;
}
.team::before {
  position: absolute;
  content: "";
  width: 378px;
  height: 378px;
  right: -1px;
  bottom: -1px;
  background-image: url("../images/bg/corner.png");
  z-index: 0;
}
.team .item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 2;
}
.team .item .profile {
  position: relative;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  border: 4px solid var(--clr-primary-500);
}
.team .item .details {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.team .item .details h4 {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #413E3E;
  text-transform: uppercase;
  text-align: center;
}
.team .item .details h3 {
  font-size: 20px;
  color: #1B1B1B;
  font-weight: 500;
  text-align: center;
}

.testimonials {
  position: relative;
  background-image: url("../images/bg/001.jpg");
  background-position: right top;
  background-size: cover;
}
.testimonials::before {
  position: absolute;
  content: "";
  width: 378px;
  height: 378px;
  right: -1px;
  bottom: -1px;
  background-image: url("../images/bg/corner3.png");
  z-index: 2;
}
.testimonials .wrapper {
  position: relative;
  padding: 130px 50px;
}
.testimonials .wrapper::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  right: -60px;
  background-color: #002060;
  border-radius: 0 0 300px 0;
}
.testimonials .testimonialSwiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.testimonials .testimonialSwiper .nav {
  position: absolute;
  width: 100px;
  bottom: 20px;
  left: 0;
  z-index: 5;
}
.testimonials .testimonialSwiper .nav .swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  margin-right: -10px;
  transition: all 0.3s;
}
.testimonials .testimonialSwiper .nav .swiper-button img {
  width: 28px;
}
.testimonials .testimonialSwiper .nav .swiper-button:hover {
  background-color: var(--clr-primary-500);
}
.testimonials .item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 10px;
}
.testimonials .item .details {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.testimonials .item .details h2 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-neutral-100);
}
.testimonials .item .details h3 {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: var(--clr-neutral-100);
}
.testimonials .item .details p {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: var(--clr-neutral-100);
}

.visionMission {
  position: relative;
}
.visionMission .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.visionMission .box .content {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  padding: 70px 40px 30px;
}
.visionMission .box .content::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100px;
  height: 40px;
  clip-path: polygon(48% 100%, 0 0, 100% 0);
  background-color: #ffffff;
}
.visionMission .box .content h2 {
  font-size: 32px;
  color: #ffffff;
}
.visionMission .box .content p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.visionMission .box .content.c1 {
  background-color: #FF5900;
}
.visionMission .box .content.c2 {
  background-color: #E43900;
}
.visionMission .box .content.c3 {
  background-color: #FB0000;
}

.contactTop {
  position: relative;
}
.contactTop .box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}
.contactTop .box.c1 {
  background-color: #FF5900;
}
.contactTop .box.c2 {
  background-color: #E43900;
}
.contactTop .box.c3 {
  background-color: #FB0000;
}
.contactTop .box h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
}
.contactTop .box p {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.contactTop .box p strong {
  font-weight: 600;
}

.enquiryForm {
  position: relative;
}
.enquiryForm input {
  position: relative;
  padding: 15px;
  width: 100%;
  border: 1px solid #E1E1E1;
}
.enquiryForm textarea {
  position: relative;
  padding: 15px;
  width: 100%;
  height: 100%;
  border: 1px solid #E1E1E1;
}

.projectPage {
  position: relative;
}
.projectPage .box {
  position: relative;
  width: 100%;
  height: 275px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
.projectPage .box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 84.85%);
  left: 0;
  top: 0;
  z-index: 1;
}
.projectPage .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
  left: 0;
  top: 0;
  transition: all 0.7s;
}
.projectPage .box:hover .bg {
  transform: scale(1.15);
}
.projectPage .box .details {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 2;
  align-items: center;
}
.projectPage .box .details h2 {
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  width: 70%;
}

.clients {
  position: relative;
}
.clients::before {
  position: absolute;
  content: "";
  width: 378px;
  height: 378px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
}

.productDes {
  position: relative;
  overflow: hidden;
}
.productDes::before {
  position: absolute;
  content: "";
  width: 378px;
  height: 378px;
  right: -1px;
  bottom: -1px;
  background-image: url("../images/bg/corner3.png");
  z-index: 3;
}

.subProduct {
  position: relative;
  background: #f0f0f0;
}
.subProduct .item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: flex-end;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  background-color: #dce4b8;
  height: 100%;
}
.subProduct .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(176deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.subProduct .item .content {
  position: relative;
  padding: 10px 20px 20px 20px;
  z-index: 3;
}
.subProduct .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}
.subProduct .item h2 {
  position: relative;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}
.subProduct .item p {
  color: #ffffff;
  font-size: 15px;
}
.subProduct .item a {
  position: relative;
}
.subProduct .subProductSwiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.subProduct .subProductSwiper .nav {
  position: absolute;
  width: 100px;
  bottom: 20px;
  left: 0;
  z-index: 5;
}
.subProduct .subProductSwiper .nav .swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  margin-right: -10px;
  transition: all 0.3s;
}
.subProduct .subProductSwiper .nav .swiper-button img {
  width: 28px;
}
.subProduct .subProductSwiper .nav .swiper-button:hover {
  background-color: var(--clr-primary-500);
}

footer {
  position: relative;
  background-color: #434343;
  background-image: url("../images/bg/footer.jpg");
  background-size: cover;
  width: 100%;
}
footer .enquiry {
  position: relative;
  display: block;
  padding: 30px 0;
  background-color: #262626;
}
footer h2 {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
}
footer .footerLink {
  position: relative;
  display: block;
  padding: 60px 0;
}
footer .footerLink h4 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
footer .footerLink h5 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
footer .footerLink .links {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
  margin-top: 20px;
}
footer .footerLink .links li a {
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
footer .footerLink .links li a:hover {
  text-decoration: underline;
}
footer .footerLink .contact {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 8px;
}
footer .footerLink .contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
footer .footerLink .contact li p {
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  margin: 0;
}
footer .footerLink .contact li p a{
	text-decoration:none;
	color:#ffff
}
footer .copyright {
  border-top: 1px solid #ffffff;
  padding: 30px 0;
}
footer .copyright p {
  position: relative;
  margin: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 14px;
}
footer .copyright .social {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 15px;
}/*# sourceMappingURL=style.css.map */


.insidebanner2{
  overflow: hidden;
  /*background-image: url('../images/bg/logo-banner.png') ;*/
  background-repeat: no-repeat;
  background-position: right;

}

 /*.insidebanner2::before {
    animation: zoomEffect 20s ease-in-out infinite alternate;
  }

  @keyframes zoomEffect {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.2);
    }
  }*/
.c-add{
  padding-left: 40px;
  position: relative;
  }
  .c-add span{
    position: absolute;
    left: 0;
    top: -3px;
  }
  .c-add a{
    text-decoration: none;
    color: var(--clr-neutral-900);
  }
  .contact-details{
    border:  1px solid #bababa;
    height: 100%;
	  padding:20px 20px 10px 20px  !important;
  }
  
  .form-control  {
  background: transparent !important;
  border: 0px ;
  border-bottom: 1px solid #333;
  padding: 10px;
  color: #fff;
  border-radius: 0px;
}

.insidebanner2.banner-col::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  opacity:1;
}
.h-coming{
  font-size: 60px;
  color: #fd7e14;
}
.side-menu{
  border:1px solid #eee;
  padding: 20px;
   position: sticky;
  top: 100px; 
}
.side-menu li {
   padding: 20px;
    border-bottom:  1px solid #eee;
}
.side-menu li:last-child {
  border-bottom: none;
}
.side-menu li a{
  color: var(--clr-neutral-900);
  text-decoration: none;
 position: relative;
 padding-left: 60px;
 display: flex;
 align-items: center;
 font-size: 18px;
 font-weight: 500;
 transition: transform 0.3s ease, color 0.3s ease;

}
.side-menu li a:hover {
  transform: translateX(-8px); 
  color: #d34007; 
}
.side-menu li a i{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
font-size: 20px;
border: 1px solid #eee;
padding: 10px;
background: #eee;
left: -15px;
border-radius: 25px;
color: #d34007;
transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.side-menu li a:hover i {
  background: #d34007;
  color: #fff;
  border-color: #d34007;
}
.side-menu li a:hover img{
filter: brightness(0) invert(1);
}

.headingN {
  position: relative;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  
}
.headingN::after {
  position: absolute;
  content: "";
  width: 180px;
  bottom: -10px;
  left:90px ;
  transform: translateX(-50%);
  height: 4px;
  background-color: var(--clr-primary-500);
}

footer{
  margin-top: 100px !important;
}
header .wrapper .desktopMenu nav > ul > li.active  ul li{
  border-bottom: 1px solid #e2e2e2;
}
header .wrapper .desktopMenu nav > ul > li.active  ul li a{
  color: #333 ;
  border-bottom: 1px solid #e2e2e2;
}

.service-new-box {
  overflow: hidden;
  text-align: center;
  background-color: #000;
}

.service-new-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.service-new-img img {
  width: 100%;
	transform: scale(1.15);
  height: auto;
  transition: transform 0.4s ease;
	 opacity: .8;
}

.service-new-img:hover img {
  transform: scale(1.2);
  opacity: .5;
}

.overlay-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background:#d34007;
  padding:10px 15px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 20px;
}

.service-new-img:hover .overlay-link {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.service-new-box h3 {
  position: absolute;
  bottom: 0;
  left: 20px; 
  transform-origin: bottom right;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: 0 100%;
  font-size: 22px;
  font-weight: 600;
  color: #fff !important;
  white-space: wrap;
  z-index: 2;
  text-transform: capitalize;
  letter-spacing: 1px;
	width:80%;
	text-align:left;
}

.service-new-box h3 a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}


.service-new-box h3 a:hover {
  color: var(--clr-primary-500);
}

.sticky-image {
  position: sticky;
  top: 100px; 
}
.sticky-image img {
  width: 100%;
  border-radius: 10px; 
  
}

.bread-text{
    color: #fff;
  }
  .bread-text a{
    color: #fff ;
    text-decoration: none;
  }
  .h-bar{
    position: relative;
    padding-left: 20px;
  }
  .h-bar:after{
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 5px;
    top: 10px;
    background: #d34007;

  }


