@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  background: var(--White, #fff);
  padding: 0.46rem 0;
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
header button {
  display: none;
}
header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
header .header-content-wraper .logo-wraper {
  display: table;
}
header .header-content-wraper .logo-wraper a {
  display: table;
}
header .header-content-wraper .logo-wraper a img {
  max-width: 15.8125rem;
  max-height: 4.08156rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .right-content-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
header .header-content-wraper .right-content-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
header .header-content-wraper .right-content-wraper a.menu-ber-open {
  width: 3.1875rem;
  height: 3.1875rem;
  background-color: #efefef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-content-wraper .right-content-wraper a.menu-ber-open img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .right-content-wraper a.menu-ber-open:hover {
  background-color: #241f20;
}
header .header-content-wraper .right-content-wraper a.menu-ber-open:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%) hue-rotate(27deg) brightness(100%) contrast(109%);
}

.mega-menu-ber {
  width: 100%;
  height: 100vh;
  padding: 6.5rem 0 1rem;
  background: var(--Main-Orange, #ff9902);
  box-shadow: 198px 150px 70px 0 rgba(205, 202, 198, 0), 127px 96px 64px 0 rgba(205, 202, 198, 0.01), 71px 54px 54px 0 rgba(205, 202, 198, 0.05), 32px 24px 40px 0 rgba(205, 202, 198, 0.09), 8px 6px 22px 0 rgba(205, 202, 198, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
.mega-menu-ber.menu-ber-open {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.mega-menu-ber .bg-img {
  max-width: 47.25rem;
  max-height: 27.5625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  right: -5.75rem;
}
.mega-menu-ber .grid-wraper {
  display: grid;
  grid-template-columns: 11.0625rem 11.75rem 11.375rem 11.375rem 5.825rem;
  justify-content: space-between;
  gap: 6rem;
}
.mega-menu-ber .grid-wraper .grid-item-wraper {
  width: 100%;
}
.mega-menu-ber .grid-wraper .grid-item-wraper h5 {
  color: var(--Black, #241f20);
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 0.625rem;
  margin-bottom: 1.4rem;
  position: relative;
}
.mega-menu-ber .grid-wraper .grid-item-wraper h5::after {
  content: "";
  width: 3.0625rem;
  height: 0.125rem;
  background: #241f20;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mega-menu-ber .grid-wraper .grid-item-wraper ul.menu.side-menu li {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}
.mega-menu-ber .grid-wraper .grid-item-wraper ul.menu li {
  color: rgba(36, 31, 32, 0.8);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 162.5% */
  text-transform: capitalize;
  margin-bottom: 0.9rem;
}
.mega-menu-ber .grid-wraper .grid-item-wraper ul.menu li:last-child {
  margin: 0;
}
.mega-menu-ber .grid-wraper .grid-item-wraper ul.menu li a {
  color: rgba(36, 31, 32, 0.8);
}

body.new-home-page {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body.new-home-page::-webkit-scrollbar {
  display: none;
}
body.new-home-page img {
  max-width: 100%;
  vertical-align: middle;
}
body.new-home-page ul,
body.new-home-page ol {
  margin: 0;
  padding: 0;
}
body.new-home-page ul li,
body.new-home-page ol li {
  list-style: none;
}
body.new-home-page a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
body.new-home-page a:hover {
  color: #000000;
}
body.new-home-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}
body.new-home-page .black-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3.125rem;
  background: var(--Black, #241f20);
  padding: 0.337rem 0.375rem 0.337rem 1.25rem;
  border: 1px solid #241f20;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
body.new-home-page .black-btn strong {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body.new-home-page .black-btn span {
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: var(--White, rgba(255, 255, 255, 0.3));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.new-home-page .black-btn span img {
  max-width: 1.25rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.new-home-page .orange-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3.125rem;
  background: var(--Main-Orange, #ff9902);
  padding: 0.337rem 0.375rem 0.337rem 1.25rem;
  border: 1px solid #ff9902;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
body.new-home-page .orange-btn strong {
  color: var(--Black, #241f20);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body.new-home-page .orange-btn span {
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: var(--White, rgba(255, 255, 255, 0.3));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.new-home-page .orange-btn span img {
  max-width: 1.25rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7479%) hue-rotate(247deg) brightness(104%) contrast(104%);
}
body.new-home-page .border-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3.125rem;
  background: transparent;
  padding: 0.337rem 0.375rem 0.337rem 1.25rem;
  border: 1px solid #241f20;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
body.new-home-page .border-btn strong {
  color: var(--Black, #241f20);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body.new-home-page .border-btn span {
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: rgba(36, 31, 32, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.new-home-page .border-btn span img {
  max-width: 1.25rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.new-home-page h2 {
  color: var(--Black, #241f20);
  font-family: Poppins;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.4375rem; /* 110% */
  margin-bottom: 0;
}
body.new-home-page h2 span {
  color: var(--Main-Orange, #ff9902);
}
body.new-home-page p {
  color: var(--Paragraph, #716a6c);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin: 0;
}
body.new-home-page .defaultsectionspacing {
  padding: clamp(3.125rem, 4.337vw + 1.046rem, 6.25rem) 0;
}
body.new-home-page section.home-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.new-home-page section.home-banner:before {
  content: "";
  background: var(--Main-Orange, #ff9902);
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0%);
  z-index: 2;
}
body.new-home-page section.home-banner .imageBanner {
  position: relative;
  width: 100%;
  height: 50rem;
  z-index: 1;
}
body.new-home-page section.home-banner .imageBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.new-home-page section.home-banner .imageBanner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(254deg, rgba(36, 31, 32, 0) 33.66%, rgba(36, 31, 32, 0.8) 66.3%, #241f20 100.87%);
  z-index: 1;
}
body.new-home-page section.home-banner .container {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
body.new-home-page section.home-banner .container .txtBanner h1 {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.25rem; /* 105% */
  text-transform: capitalize;
  margin: 0 0 2.5rem;
}
body.new-home-page section.home-banner .container .txtBanner h1 span {
  color: #f7941d;
}
body.new-home-page section.home-banner .container .txtBanner p {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  margin: 0 0 2.5rem;
}
body.new-home-page section.home-banner .formFillBanner {
  border-radius: 20px;
  background: var(--White, #fff);
  padding: 1.875rem 1.25rem;
}
body.new-home-page section.home-banner .formFillBanner h3 {
  color: var(--Black, #241f20);
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.7rem;
}
body.new-home-page section.home-banner .formFillBanner .FmGp input:not([type=submit], [type=radio], [type=checkbox], [type=file]),
body.new-home-page section.home-banner .formFillBanner .FmGp select {
  border-radius: 50px;
  background: var(--Accent-light-BG, #f6f6f6);
  color: var(--Black, #241f20);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.85rem 1.25rem;
  border: none;
  outline: none;
  width: 100%;
  margin: 0 0 1.875rem;
}
body.new-home-page section.home-banner .formFillBanner .FmGp select {
  background: var(--Accent-light-BG, #f6f6f6) url(../images/select-down-icon.svg) no-repeat;
  background-position: center right 1rem;
  background-size: 1.25rem;
}
body.new-home-page section.home-banner .formFillBanner .FmGp.datePicker input[type=text] {
  background: var(--Accent-light-BG, #f6f6f6) url(../images/calendar-select-icon.svg) no-repeat;
  background-position: center right 1rem;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}
body.new-home-page section.home-banner .formFillBanner .FmGp.location input[type=text] {
  background: var(--Accent-light-BG, #f6f6f6) url(../images/location-icon.svg) no-repeat;
  background-position: center right 1rem;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}
body.new-home-page section.home-banner .formFillBanner .black-btn.otherFm {
  position: relative;
}
body.new-home-page section.home-banner .formFillBanner .black-btn.otherFm input[type=submit] {
  position: absolute;
  inset: 0;
  border: none;
  opacity: 0;
}
body.new-home-page section.home-banner .orange-btn strong {
  color: white !important;
}
body.new-home-page section.home-banner .orange-btn img {
  filter: brightness(0) invert(1);
}
body.new-home-page section.home-mission {
  padding: 6.25rem 0;
}
body.new-home-page section.home-mission img {
  border-radius: 1.25rem;
}
body.new-home-page section.home-mission h2 {
  margin-bottom: 2rem;
}
body.new-home-page section.realExperience {
  padding: 6.25rem 0;
  background: var(--Light-Background, #efefef);
  position: relative;
  z-index: 1;
}
body.new-home-page section.realExperience:before {
  content: "";
  background: var(--Main-Orange, #ff9902);
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 60px, 100% 0);
}
body.new-home-page section.realExperience .headingAdjust {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  margin: 0 0 3.125rem;
  align-items: center;
}
body.new-home-page section.realExperience .headingAdjust h2 {
  text-transform: capitalize;
  max-width: 28rem;
}
body.new-home-page section.realExperience .headingAdjust h2 span {
  color: #ff9902;
}
body.new-home-page section.realExperience .arrow_btn {
  position: relative;
  display: flex;
  gap: 0.625rem;
}
body.new-home-page section.realExperience .arrow_btn button {
  position: relative;
  background-color: transparent !important;
  color: #ff7e1f !important;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 0.0625rem solid #ff7e1f;
  font-size: 1.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body.new-home-page section.realExperience .arrow_btn button:hover {
  background-color: #ff9902 !important;
  color: #000 !important;
}
body.new-home-page section.realExperience .arrow_btn button span {
  font-size: 1.25rem;
  line-height: 1;
}
body.new-home-page section.realExperience .arrow_btn button.owl-prev {
  left: 0;
}
body.new-home-page section.realExperience .arrow_btn button.owl-next {
  right: 0;
}
body.new-home-page section.realExperience .owl-carousel {
  padding: 0 0;
}
body.new-home-page section.realExperience .owl-carousel .owl-stage-outer {
  padding: 0 0 0;
}
body.new-home-page section.realExperience .owl-carousel .owl-dots {
  display: none;
}
body.new-home-page section.realExperience .video-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
  background-color: #000;
  margin: 0 0.3125rem;
}
body.new-home-page section.realExperience .video-item:hover {
  transform: translateY(-0.3125rem);
}
body.new-home-page section.realExperience .video-item video {
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.new-home-page section.realExperience .video-item .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}
body.new-home-page section.realExperience .video-item .video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
body.new-home-page section.realExperience .video-item .video-overlay .video-caption {
  color: white;
  padding: 1.25rem 0.9375rem 0.9375rem;
  z-index: 5;
}
body.new-home-page section.realExperience .video-item .video-overlay .video-caption h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
body.new-home-page section.realExperience .video-item .video-overlay .video-caption p {
  margin: 0.3125rem 0 0;
  font-size: 0.875rem;
  opacity: 0.9;
}
body.new-home-page section.realExperience .video-item .play-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transform: none;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #ff9902;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: black;
}
body.new-home-page section.realExperience .video-item .play-btn:hover {
  background-color: rgb(255, 126, 31);
}
body.new-home-page section.realExperience .video-item .play-btn i {
  color: black;
  font-size: 1.25rem;
  margin-left: 0;
}
body.new-home-page section.realExperience .video-item .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 0.625rem 0.9375rem;
  display: none;
  align-items: center;
  gap: 0.625rem;
}
body.new-home-page section.realExperience .video-item .video-controls.show {
  display: flex;
}
body.new-home-page section.realExperience .video-item .video-controls button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.125rem;
}
body.new-home-page section.realExperience .video-item .video-controls button:hover {
  color: #ff7e1f;
}
body.new-home-page section.realExperience .video-item .video-controls .video-progress {
  flex: 1;
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.125rem;
  cursor: pointer;
  position: relative;
}
body.new-home-page section.realExperience .video-item .video-controls .video-progress .video-progress-filled {
  height: 100%;
  background: #ff7e1f;
  border-radius: 0.125rem;
  width: 0%;
  transition: width 0.1s linear;
}
body.new-home-page .home-group-of-Companies {
  padding: 6.25rem 0;
}
body.new-home-page .home-group-of-Companies h2 {
  margin-bottom: 2rem;
}
body.new-home-page .home-group-of-Companies p {
  max-width: 68.625rem;
  margin: auto;
}
body.new-home-page .home-group-of-Companies .black-btn {
  margin: 3rem auto;
}
body.new-home-page .home-group-of-Companies .brand-logo-sec .logo-card {
  padding: 2.3rem 2.06rem;
  border-radius: 20px;
  border: 1px solid var(--Accent-light-BG, #f6f6f6);
  background: var(--White, #fff);
  transition: all 0.3s ease-in-out;
}
body.new-home-page .home-group-of-Companies .brand-logo-sec .logo-card:hover {
  box-shadow: 198px 150px 70px 0 rgba(205, 202, 198, 0), 127px 96px 64px 0 rgba(205, 202, 198, 0.01), 71px 54px 54px 0 rgba(205, 202, 198, 0.05), 32px 24px 40px 0 rgba(205, 202, 198, 0.09), 8px 6px 22px 0 rgba(205, 202, 198, 0.1);
}
body.new-home-page .home-group-of-Companies .brand-logo-sec .logo-card img {
  max-height: 7.9375rem;
  width: auto;
  margin: auto;
}
body.new-home-page section.kt-difference {
  padding: 6.25rem 0;
  background-color: var(--Light-Background, #efefef);
  position: relative;
}
body.new-home-page section.kt-difference:before {
  content: "";
  background: var(--Main-Orange, #ff9902);
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 0 3.75rem, 100% 0);
}
body.new-home-page section.kt-difference h2 {
  text-align: center;
  max-width: 45.0625rem;
  margin: 0 auto 3.125rem;
}
body.new-home-page section.kt-difference .video-container {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  background-color: #000;
  max-width: 100%;
  margin: 0 auto;
}
body.new-home-page section.kt-difference .video-container video {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 37.5rem;
}
body.new-home-page section.kt-difference .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}
body.new-home-page section.kt-difference .video-container .video-overlay.playing {
  opacity: 0.3;
  pointer-events: none;
}
body.new-home-page section.kt-difference .video-container .video-overlay.playing .play-btn {
  pointer-events: auto;
  cursor: pointer;
}
body.new-home-page section.kt-difference .video-container .video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
body.new-home-page section.kt-difference .video-container .video-overlay .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.375rem;
  height: 3.375rem;
  background-color: #ff9902;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
body.new-home-page section.kt-difference .video-container .video-overlay .play-btn:hover {
  background-color: #ff9902;
  transform: translate(-50%, -50%) scale(1.1);
}
body.new-home-page section.kt-difference .video-container .video-overlay .play-btn i {
  color: black;
  font-size: 1.25rem;
  margin-left: 0.3125rem;
}
body.new-home-page section.kt-difference .video-container .video-overlay .video-caption {
  color: white;
  padding: 1.25rem 0.9375rem 0.9375rem;
  z-index: 5;
}
body.new-home-page section.kt-difference .video-container .video-overlay .video-caption h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
body.new-home-page section.kt-difference .video-container .video-overlay .video-caption p {
  margin: 0.3125rem 0 0;
  font-size: 1rem;
  opacity: 0.9;
}
body.new-home-page section.kt-difference .video-container .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 0.9375rem 1.25rem;
  display: none;
  align-items: center;
  gap: 0.9375rem;
}
body.new-home-page section.kt-difference .video-container .video-controls.show {
  display: flex;
}
body.new-home-page section.kt-difference .video-container .video-controls button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}
body.new-home-page section.kt-difference .video-container .video-controls button:hover {
  color: #ff7e1f;
}
body.new-home-page section.kt-difference .video-container .video-controls .video-progress {
  flex: 1;
  height: 0.375rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.1875rem;
  cursor: pointer;
  position: relative;
}
body.new-home-page section.kt-difference .video-container .video-controls .video-progress .video-progress-filled {
  height: 100%;
  background: #ff7e1f;
  border-radius: 0.1875rem;
  width: 0%;
  transition: width 0.1s linear;
}
body.new-home-page section.kt-difference .video-container .video-controls .video-time {
  color: white;
  font-size: 0.875rem;
  min-width: 6.25rem;
  text-align: center;
}
body.new-home-page section.kt-difference .video-container .video-controls .fullscreen-btn {
  margin-left: 0.625rem;
}
body.new-home-page .home-process {
  padding: 6.25rem 0;
}
body.new-home-page .home-process h2 {
  margin-bottom: 4rem;
}
body.new-home-page .home-process .process-card {
  height: 100%;
  padding: 1.87rem 2.06rem 1.78rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Accent-light-BG, #f6f6f6);
  background: var(--White, #fff);
  position: relative;
  box-shadow: 198px 150px 70px 0 rgba(205, 202, 198, 0), 127px 96px 64px 0 rgba(205, 202, 198, 0.01), 71px 54px 54px 0 rgba(205, 202, 198, 0.05), 32px 24px 40px 0 rgba(205, 202, 198, 0.09), 8px 6px 22px 0 rgba(205, 202, 198, 0.1);
}
body.new-home-page .home-process .process-card .num {
  display: block;
  position: absolute;
  right: 1.56rem;
  top: -1.36rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #ff9902;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
body.new-home-page .home-process .process-card .num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(255, 153, 2, 0.2);
  border-radius: 50%;
}
body.new-home-page .home-process .process-card .image {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 153, 2, 0.1);
  border-radius: 50%;
  margin-bottom: 1.58rem;
}
body.new-home-page .home-process .process-card .tx h4 {
  color: var(--Black, #241f20);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}
body.new-home-page .home-process .process-card .tx p {
  color: var(--Paragraph, #716a6c);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 0;
}
body.new-home-page section.reviews {
  position: relative;
  padding: 6.25rem 0;
  background-color: var(--Light-Background, #efefef);
}
body.new-home-page section.reviews:before {
  content: "";
  background: var(--Main-Orange, #ff9902);
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 3.75rem, 100% 0);
}
body.new-home-page section.reviews h2 {
  text-align: center;
  max-width: 39.0625rem;
  margin: 0 auto 3.125rem;
}
body.new-home-page section.experience {
  padding: 6.25rem 0;
}
body.new-home-page section.experience h2 {
  max-width: 40.125rem;
}
body.new-home-page section.experience .btn-headingcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}
body.new-home-page section.experience .orange-btn.rev {
  padding-left: 0.375rem;
  padding-right: 1.25rem;
}
body.new-home-page section.experience .owl-carousel {
  padding: 0 0 2.5rem 0;
}
body.new-home-page section.experience .owl-carousel .owl-stage-outer {
  padding: 0;
}
body.new-home-page section.experience .owl-carousel .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
  transform: translateY(-50%);
}
body.new-home-page section.experience .owl-carousel .owl-nav button {
  position: absolute;
  background-color: rgb(255, 255, 255) !important;
  color: #ff7e1f !important;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 0.0625rem solid #ff7e1f;
  font-size: 1.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body.new-home-page section.experience .owl-carousel .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.new-home-page section.experience .owl-carousel .owl-nav button span {
  font-size: 1.25rem;
  line-height: 1;
}
body.new-home-page section.experience .owl-carousel .owl-nav button.owl-prev {
  left: -4.6875rem;
}
body.new-home-page section.experience .owl-carousel .owl-nav button.owl-next {
  right: -4.6875rem;
}
body.new-home-page section.experience .owl-carousel .owl-dots {
  display: none;
}
body.new-home-page section.experience .video-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
  background-color: #000;
  margin: 0 0.3125rem;
}
body.new-home-page section.experience .video-item:hover {
  transform: translateY(-0.3125rem);
}
body.new-home-page section.experience .video-item video {
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.new-home-page section.experience .video-item .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}
body.new-home-page section.experience .video-item .video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
body.new-home-page section.experience .video-item .video-overlay .video-caption {
  color: white;
  padding: 1.25rem 0.9375rem 0.9375rem;
  z-index: 5;
}
body.new-home-page section.experience .video-item .video-overlay .video-caption h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
body.new-home-page section.experience .video-item .video-overlay .video-caption p {
  margin: 0.3125rem 0 0;
  font-size: 0.875rem;
  opacity: 0.9;
}
body.new-home-page section.experience .video-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.375rem;
  height: 3.375rem;
  background-color: #ff9902;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: black;
}
body.new-home-page section.experience .video-item .play-btn:hover {
  background-color: #ff9902;
  transform: translate(-50%, -50%) scale(1.1);
}
body.new-home-page section.experience .video-item .play-btn i {
  color: black;
  font-size: 1.25rem;
  margin-left: 0;
}
body.new-home-page section.experience .video-item .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 0.625rem 0.9375rem;
  display: none;
  align-items: center;
  gap: 0.625rem;
}
body.new-home-page section.experience .video-item .video-controls.show {
  display: flex;
}
body.new-home-page section.experience .video-item .video-controls button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.125rem;
}
body.new-home-page section.experience .video-item .video-controls button:hover {
  color: #ff7e1f;
}
body.new-home-page section.experience .video-item .video-controls .video-progress {
  flex: 1;
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.125rem;
  cursor: pointer;
  position: relative;
}
body.new-home-page section.experience .video-item .video-controls .video-progress .video-progress-filled {
  height: 100%;
  background: #ff7e1f;
  border-radius: 0.125rem;
  width: 0%;
  transition: width 0.1s linear;
}
body.new-home-page .ui-state-default,
body.new-home-page .ui-widget-content .ui-state-default {
  display: block;
}
body.new-home-page .ui-widget-header {
  border: 1px solid #ff9902;
  background: #ff9902;
}
body.new-home-page .ui-state-active,
body.new-home-page .ui-widget-content .ui-state-active,
body.new-home-page .ui-widget-header .ui-state-active,
body.new-home-page a.ui-button:active,
body.new-home-page .ui-button:active,
body.new-home-page .ui-button.ui-state-active:hover {
  border: 1px solid #ff9902;
  background: #ff9902;
}

footer {
  background-color: #241f20;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
footer::after {
  content: "";
  width: 100%;
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ff9902;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 0 2%);
}
footer h5 {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 0.625rem;
  margin-bottom: 1.88rem;
  position: relative;
}
footer h5::after {
  content: "";
  width: 3.0625rem;
  height: 0.125rem;
  background: #ff9902;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-top-part {
  padding: 6.25rem 0 5.62rem;
}
footer .footer-top-part .left-content-wraper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .footer-top-part .left-content-wraper a.logo {
  display: table;
}
footer .footer-top-part .left-content-wraper a.logo img {
  max-width: 9.17188rem;
  max-height: 9.47013rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-top-part .left-content-wraper .text-socialicon-wraper {
  margin-top: auto;
}
footer .footer-top-part .left-content-wraper .text-socialicon-wraper h4 {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 118.182% */
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
footer .footer-top-part .left-content-wraper .text-socialicon-wraper p {
  color: var(--White, #fff);
  text-transform: capitalize;
  margin-bottom: 2rem;
}
footer .footer-top-part .left-content-wraper .text-socialicon-wraper ul.social-icon {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
footer .footer-top-part .left-content-wraper .text-socialicon-wraper ul.social-icon li {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #241f20;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
footer .footer-top-part .left-content-wraper .text-socialicon-wraper ul.social-icon li a {
  width: 100%;
  height: 100%;
  background-color: #241f20;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top-part .left-content-wraper .text-socialicon-wraper ul.social-icon li a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-top-part .mid-content-wraper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8.31rem;
}
footer .footer-top-part .mid-content-wraper ul.menu li {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
}
footer .footer-top-part .mid-content-wraper ul.menu li:last-child {
  margin: 0;
}
footer .footer-top-part .mid-content-wraper ul.menu li a {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-top-part .right-content-wraper .map-wraper {
  width: 100%;
  height: 10.625rem;
  overflow: hidden;
}
footer .footer-top-part .right-content-wraper .map-wraper iframe {
  width: 100%;
  height: 100%;
}
footer .footer-top-part .right-content-wraper h4 {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 1.3125rem 0 1.125rem;
}
footer .footer-top-part .right-content-wraper ul li {
  display: flex;
  align-items: center;
  gap: 0.94rem;
  margin-bottom: 1rem;
}
footer .footer-top-part .right-content-wraper ul li:last-child {
  margin: 0;
}
footer .footer-top-part .right-content-wraper ul li img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-top-part .right-content-wraper ul li span,
footer .footer-top-part .right-content-wraper ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
footer .footer-bottom-part {
  padding: 0.4375rem 0;
  background-color: rgba(255, 255, 255, 0.2);
}
footer .footer-bottom-part .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
footer .footer-bottom-part .flex-box h6 {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  text-transform: capitalize;
  margin: 0;
}
footer .footer-bottom-part .flex-box h6 a {
  color: var(--White, #fff);
}

.menu-ber-open img {
  display: block;
}
.menu-ber-open:hover i {
  color: white;
}
.menu-ber-open i {
  display: none;
  font-size: 20px;
}

.menu-active {
  overflow: hidden;
}
.menu-active .mega-menu-ber {
  overflow-y: auto;
}
.menu-active .menu-ber-open img {
  display: none;
}
.menu-active .menu-ber-open i {
  display: block;
}/*# sourceMappingURL=style.css.map */