@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  padding: 0;
}

.common-form .form-control {
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  padding: 8px 12px;
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #0E0E0E;
}
.common-form .form-control::-moz-placeholder {
  color: #0E0E0E;
}
.common-form .form-control::placeholder {
  color: #0E0E0E;
}
.common-form textarea {
  height: 269px;
}
.common-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 32px 0;
  padding: 0;
}
.common-form .form-check .form-check-input {
  padding: 0;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #656565;
  background: #F4F4F4;
  flex: 0 0 24px;
  height: 24px;
}
.common-form .form-check .form-check-label {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #3C3C3C;
}
.common-form .form-check .form-check-label a {
  color: #005BB9;
}
.common-form button {
  border: 0;
}

.common-heading-sec h1 {
  /* Heading/H1 */
  font-family: "Lufga";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 64.8px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.common-heading-sec p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 40px;
}

.second-common-heading h5 {
  /* Heading/H2 */
  font-family: "Lufga";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 50.4px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.second-common-heading p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}

.primary-btn {
  text-align: center;
  display: inline-block;
  padding: 13px 32px;
  border-radius: 29.455px;
  background: radial-gradient(50% 50% at 50% 50%, #7C54FA 0%, #683FEA 98.96%);
  box-shadow: 0px 0px 1px 4px rgba(255, 255, 255, 0.1), 0px 2px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
  color: white;
  /* P/Btn */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-transform: capitalize;
}
.primary-btn:hover {
  border-radius: 29.455px;
  background: radial-gradient(63.71% 63.64% at 50% 50%, #9172F3 35.94%, #683FEA 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px -4px 2px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 1px 4px rgba(255, 255, 255, 0.1), 0px 0px 180px 0px rgba(153, 23, 255, 0.5);
}

.secondary-btn {
  /* P/Btn */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-transform: capitalize;
  text-align: center;
  color: white;
  border-radius: 29.455px;
  padding: 13px 32px;
  border-radius: 29.455px;
  border: 1.5px solid #7C54FA;
}

Header {
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
Header .desktop-header {
  max-width: 1256px;
  margin: auto;
}
Header .desktop-header nav {
  display: flex;
  gap: 56px;
  justify-content: end;
}
Header .desktop-header nav a {
  /* P/Btn */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-transform: capitalize;
  color: white;
}
Header .desktop-header nav a.active {
  color: #9F85EC;
}

header.dark-header {
  background: #191A26;
  position: relative;
}

header.active {
  position: fixed;
  background-color: #191A26;
}

footer {
  background: url(../images/footer-bg.png) no-repeat center top;
  background-size: cover;
}
footer .footer-wrap {
  max-width: 1255px;
  margin: auto;
  padding-top: 133.5px;
  padding-bottom: 64px;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .footer-logo-sec {
  max-width: 336px;
}
footer .footer-wrap .footer-logo-sec p {
  /* P/Small */
  font-family: "Lufga";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 23.4px */
  color: #B7B1CD;
  margin: 32px 0 0 0;
}
footer .footer-wrap .footer-Quick-Links-sec {
  max-width: 263px;
}
footer .footer-wrap .footer-Quick-Links-sec nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
}
footer .footer-wrap .footer-Quick-Links-sec nav a {
  width: 99px;
  /* P/Btn */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-transform: capitalize;
  color: white;
}
footer .footer-wrap .footer-Contact-Details-sec {
  max-width: 339px;
}
footer .footer-wrap .footer-Contact-Details-sec nav a {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: white;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
footer .footer-wrap .footer-Contact-Details-sec nav a span {
  vertical-align: middle;
}
footer .footer-wrap h4 {
  /* Heading/H4 */
  font-family: "Lufga";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  color: #9F85EC;
  margin-bottom: 42px;
}

.welcome-sec {
  position: relative;
  overflow: hidden;
}
.welcome-sec .welocome-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 44;
}
.welcome-sec .welocome-sec-wrap {
  max-width: 1256px;
  margin: auto;
}
.welcome-sec .welocome-sec-wrap .common-heading-sec {
  max-width: 559px;
}
.welcome-sec .welocome-sec-wrap .common-heading-sec h1 {
  background: radial-gradient(86.58% 86.58% at 50% 50%, #FFF 32.29%, #5E4785 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.welcome-sec .welocome-sec-wrap .common-heading-sec p {
  color: #B7B1CD;
}
.welcome-sec .iframe-sec {
  position: absolute;
  right: 0;
  top: 0;
  width: 1030px;
  height: 1030px;
  z-index: 33;
}
.welcome-sec .arrow-icon {
  position: absolute;
  bottom: 82px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.welcome-top-sec-wrap-img {
  margin-top: -7%;
  position: relative;
  z-index: 666;
}

.steps-success-sec {
  padding: 88px 0 44px 0;
  background-color: white;
  position: relative;
  z-index: 55;
}
.steps-success-sec .step-success-wrap {
  max-width: 1256px;
  margin: auto;
}
.steps-success-sec .step-success-wrap .second-common-heading {
  max-width: 785px;
  margin: auto;
  text-align: center;
  margin-bottom: 64px;
}
.steps-success-sec .step-success-wrap .second-common-heading h5 {
  color: #002152;
}
.steps-success-sec .step-success-wrap .second-common-heading p {
  color: #847E99;
}
.steps-success-sec .step-success-wrap .step-success-items {
  display: flex;
  justify-content: space-between;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content {
  max-width: 375px;
  background: #F5F5F5;
  /* Shadow Card */
  box-shadow: 0px 4.07407px 16.21482px 0px rgba(0, 0, 0, 0.03), 0px 19.25926px 63.38519px 0px rgba(0, 0, 0, 0.04), 0px 50px 199px 0px rgba(0, 0, 0, 0.07);
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-top-content {
  padding: 95px 83px 41px 57px;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-top-content h3 {
  /* Heading/H3 */
  font-family: "Lufga";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
  text-transform: capitalize;
  color: #002152;
  margin-bottom: 16px;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-top-content p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #847E99;
  margin-bottom: 24px;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-one {
  background: url(../images/slider-one-img.png) no-repeat left 57px top 43px;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-two {
  background: url(../images/slider-two-img.png) no-repeat left 57px top 43px;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-three {
  background: url(../images/slider-three-img.png) no-repeat left 57px top 43px;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-bottom-sec {
  position: relative;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-bottom-sec .step-bottom-btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #FFF;
  padding: 10px;
  transition: all 0.5s ease-in-out;
  height: 49px;
  display: flex;
  align-items: center;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-bottom-sec .step-bottom-btn a {
  /* P/Btn */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-transform: capitalize;
  color: #002152;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-bottom-sec .step-bottom-btn a img {
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-bottom-sec .step-bottom-btn:hover {
  height: 100%;
}
.steps-success-sec .step-success-wrap .step-success-items .step-sucess-item-content .step-success-bottom-sec .step-bottom-btn:hover img {
  rotate: 44deg;
}

.pioneering-Excellence-sec {
  position: relative;
}
.pioneering-Excellence-sec .pioneering-excellence-content {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pioneering-Excellence-sec .pioneering-excellence-content .second-common-heading {
  max-width: 712px;
}
.pioneering-Excellence-sec .pioneering-excellence-content .second-common-heading h5 {
  color: #002152;
}
.pioneering-Excellence-sec .pioneering-excellence-content .second-common-heading p {
  margin-bottom: 24px;
  max-width: 628px;
  color: #656565;
}

.nighthawks-industry-sec {
  padding: 163px 0;
  background: url(../images/nighthawks-industry-bg.png) no-repeat center right;
  background-size: cover;
  position: relative;
}
.nighthawks-industry-sec .nighthawks-industry-content {
  max-width: 622px;
  margin-left: auto;
}
.nighthawks-industry-sec .nighthawks-industry-content h5 {
  color: #002152;
}
.nighthawks-industry-sec .nighthawks-industry-content p {
  color: #847E99;
}
.nighthawks-industry-sec .nighthawks-left-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.why-Nighthawk-sec {
  padding: 32px 0 215px 0;
  background: url(../images/home-footer-bg-img.png) no-repeat center bottom;
  background-size: 100%;
}
.why-Nighthawk-sec .why-Nighthawk-content {
  padding: 64px;
  border-radius: 16px;
  background: linear-gradient(95deg, #1F2244 0%, #1A1B26 25.03%, #161724 74.4%, #2E3364 100.6%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why-Nighthawk-sec .why-Nighthawk-content .second-common-heading {
  max-width: 424px;
}
.why-Nighthawk-sec .why-Nighthawk-content .second-common-heading h5 {
  color: white;
}
.why-Nighthawk-sec .why-Nighthawk-content .second-common-heading p {
  color: #B7B1CD;
}
.why-Nighthawk-sec .why-Nighthawk-content .second-common-heading .btn-wrap {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}
.why-Nighthawk-sec .why-Nighthawk-content .second-common-heading .btn-wrap a {
  margin: 0;
}
.why-Nighthawk-sec .why-Nighthawk-content .why-Nighthawk-owl {
  max-width: 680px;
  border-radius: 8px;
  border: 1px solid rgba(208, 208, 208, 0.1294117647);
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
}
.why-Nighthawk-sec .why-Nighthawk-content .why-Nighthawk-owl p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 24px;
  color: #D0D0D0;
}
.why-Nighthawk-sec .owl-dots {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.why-Nighthawk-sec .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 33px;
  opacity: 0.4;
  background: #F5F5F5;
}
.why-Nighthawk-sec .owl-dots .owl-dot.active {
  opacity: 1;
  border-radius: 33px;
  width: 35px;
  background: #7C54FA;
}

.service-Areas-sec {
  padding: 80px 0 0 0;
  padding-bottom: 305px;
  background: url(../images/service-Areas-sec-bg.png) no-repeat center bottom;
  background-size: cover;
  background-color: #F6F6F6;
}
.service-Areas-sec .second-common-heading {
  max-width: 887px;
  margin: auto;
  text-align: center;
  margin-bottom: 64px;
}
.service-Areas-sec .second-common-heading h5 {
  color: #002152;
}
.service-Areas-sec .second-common-heading p {
  color: #847E99;
}
.service-Areas-sec .select-service-para {
  margin-bottom: 16px;
  color: #9F85EC;
  text-align: center;
  /* P/Small */
  font-family: "Lufga";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 23.4px */
}
.service-Areas-sec .servic-Area-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-Areas-sec .servic-Area-main .service-Area-content {
  max-width: 438px;
}
.service-Areas-sec .servic-Area-main .service-Area-content .service-Area-main-content h3 {
  /* Heading/H3 */
  font-family: "Lufga";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
  text-transform: capitalize;
  color: #002152;
  margin-bottom: 16px;
}
.service-Areas-sec .servic-Area-main .service-Area-content .service-Area-main-content p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #847E99;
  margin-bottom: 24px;
}
.service-Areas-sec .servic-Area-main .service-Area-lists {
  max-width: 804px;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav::before {
  position: absolute;
  content: "";
  background: url(../images/nav-center-line.svg) no-repeat left center;
  background-size: cover;
  height: 100%;
  width: 3px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item {
  padding: 20px 32px;
  flex: 1 1 50%;
  position: relative;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item:nth-child(odd)::before {
  background: linear-gradient(90deg, rgba(60, 60, 60, 0) -0.12%, #1E1E1E 100.12%);
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item:nth-child(even)::before {
  background: linear-gradient(90deg, #1E1E1E -0.12%, rgba(60, 60, 60, 0) 100.12%);
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item:last-child::before, .service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item:nth-last-child(2)::before {
  content: unset;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .active .inactive {
  display: block !important;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .active .active {
  display: none;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link {
  padding: 0;
  /* P/Large */
  font-family: "Lufga";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
  color: #002152;
  opacity: 0.5;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link img {
  height: 40px;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link:hover {
  opacity: 1;
  display: flex;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link:hover .inactive {
  display: block;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link:hover .active {
  display: none;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link img {
  margin-right: 29px;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link .inactive {
  display: none;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item .nav-link.active {
  opacity: 1;
  display: flex;
}
.service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item:has(.nav-link.active) {
  background: rgba(84, 170, 250, 0.08);
}
.service-Areas-sec .service-option-btn {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #0E0E0E;
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  background-color: #FFF;
  padding: 5px 12px;
  width: 274px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto;
  position: relative;
}
.service-Areas-sec .service-option-btn img {
  width: 21px;
}
.service-Areas-sec .service-option-btn .nav-item:has(.nav-link.active) {
  display: block;
}
.service-Areas-sec .service-option-btn .nav-item {
  display: none;
}
.service-Areas-sec .service-option-btn::after {
  content: "";
  background: url(../images/dropdown-icon.svg) no-repeat center right;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 24px;
}
.service-Areas-sec a[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.about-top-sec {
  position: relative;
  z-index: 2;
}
.about-top-sec .about-top-container {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.about-top-sec .about-top-wrap {
  max-width: 1256px;
  margin: auto;
}
.about-top-sec .common-heading-sec {
  max-width: 535px;
  width: 100%;
}
.about-top-sec .common-heading-sec h1 {
  color: #002152;
}
.about-top-sec .common-heading-sec p {
  color: #191A26;
}

.pioneers-Business-sec {
  position: relative;
  margin-top: -8%;
}
.pioneers-Business-sec .second-common-heading {
  max-width: 662px;
  margin-left: auto;
}
.pioneers-Business-sec .second-common-heading h5 {
  color: #002152;
}
.pioneers-Business-sec .second-common-heading p {
  color: #847E99;
}
.pioneers-Business-sec .pioneers-Business-container {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.expertise-Unveiled-sec {
  padding: 60px 0;
  background: linear-gradient(180deg, #FFF 0%, #FBFBFB 100%);
}
.expertise-Unveiled-sec .expertise-Unveiled-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 92px;
}
.expertise-Unveiled-sec .second-common-heading {
  max-width: 609px;
}
.expertise-Unveiled-sec .second-common-heading h5 {
  color: #002152;
}
.expertise-Unveiled-sec .second-common-heading p {
  margin-bottom: 24px;
  color: #847E99;
}
.expertise-Unveiled-sec .expertise-unveiled-right-img {
  max-width: 796px;
}

.about-step-success-sec {
  background: linear-gradient(180deg, #FBFBFB 0%, rgba(250, 250, 250, 0) 100%);
  position: relative;
}
.about-step-success-sec::before {
  content: "";
  position: absolute;
  background: url(../images/about-step-success-left-img.png) no-repeat top center;
  background-size: contain;
  width: 27%;
  height: 662px;
  top: -5%;
  left: 0;
}
.about-step-success-sec .step-success-wrap {
  position: relative;
  z-index: 2;
}

.merging-Experience-sec {
  position: relative;
}
.merging-Experience-sec .merging-Experience-wrap {
  max-width: 1256px;
  margin: auto;
}
.merging-Experience-sec .merging-Experience-wrap .second-common-heading {
  position: absolute;
  top: 19%;
  max-width: 662px;
  width: 100%;
}
.merging-Experience-sec .merging-Experience-wrap .second-common-heading h5 {
  color: #002152;
}
.merging-Experience-sec .merging-Experience-wrap .second-common-heading p {
  color: #847E99;
}

.footer-about {
  margin-top: -7%;
  position: relative;
}

.benefits-sec {
  position: relative;
  padding: 83px 0;
}
.benefits-sec::before {
  position: absolute;
  content: "";
  background: url(../images/benefit-center-bg-main.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 166%;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.benefits-sec .benefits-wrap-sec .benefits-center-content {
  max-width: 252px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benefits-sec .benefits-wrap-sec .benefits-center-content h6 {
  /* Heading/H3 */
  font-family: "Lufga";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
  text-transform: capitalize;
  color: #002152;
  margin-bottom: 16px;
}
.benefits-sec .benefits-wrap-sec .benefits-center-content p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 24px;
  color: #3C3C3C;
}
.benefits-sec .benefit-center-bg {
  margin: auto;
  width: 57%;
  text-align: center;
}
.benefits-sec .benefites-list-sec .benefites-list-item {
  max-width: 235px;
  position: absolute;
}
.benefits-sec .benefites-list-sec .benefites-list-item h6 {
  /* P/Large */
  font-family: "Lufga";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
  color: #002152;
  margin: 4px 0;
}
.benefits-sec .benefites-list-sec .benefites-list-item p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #847E99;
  margin-bottom: 0;
  margin-top: 4px;
}
.benefits-sec .benefites-list-sec .benefites-item-1 {
  top: 9%;
  left: 15%;
}
.benefits-sec .benefites-list-sec .benefites-item-2 {
  top: 41%;
  left: 12%;
}
.benefits-sec .benefites-list-sec .benefites-item-3 {
  top: 72%;
  left: 16%;
}
.benefits-sec .benefites-list-sec .benefites-item-4 {
  top: 9%;
  right: 15%;
}
.benefits-sec .benefites-list-sec .benefites-item-5 {
  top: 41%;
  right: 12%;
}
.benefits-sec .benefites-list-sec .benefites-item-6 {
  top: 72%;
  right: 16%;
}

.service-top-sec .common-heading-sec {
  max-width: 578px;
}
.service-top-sec .common-heading-sec h1 {
  color: white;
}
.service-top-sec .common-heading-sec p {
  color: #B7B1CD;
}

.main-service-Areas-sec {
  background: url(../images/main-service-Areas-sec-bg.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 33;
}
.main-service-Areas-sec .servic-Area-main .service-Area-content {
  max-width: 100% !important;
}
.main-service-Areas-sec .servic-Area-main .service-Area-content .service-Area-main-content h3 {
  /* Heading/H2 */
  font-family: "Lufga";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 50.4px */
  text-transform: capitalize;
}
.main-service-Areas-sec .servic-Area-main .service-Area-lists {
  max-width: 100%;
}
.main-service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item {
  flex: 1 1 25%;
  padding: 20px 22px;
}
.main-service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item::before {
  content: unset;
}
.main-service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item:nth-child(1)::before, .main-service-Areas-sec .servic-Area-main .service-Area-lists .nav .nav-item:nth-child(3)::before {
  position: absolute;
  content: "";
  background: url(../images/nav-center-line.svg) no-repeat left center !important;
  background-size: cover !important;
  height: 200%;
  width: 3px;
  left: unset;
  top: 0;
  right: 0;
  transform: unset;
}
.main-service-Areas-sec .servic-Area-main .service-Area-lists .nav::after {
  position: absolute;
  content: "";
  background: url(../images/nav-center-line-2.svg) no-repeat center center;
  background-size: cover;
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-service-Areas-sec .service-Area-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  max-width: 1304px;
  margin: auto;
  margin-top: 80px;
}
.main-service-Areas-sec .service-Area-wrap .service-Area-main-content {
  max-width: 713px;
}

.unmatched-advantage-sec {
  position: relative;
  margin-top: -20%;
  z-index: 2;
}
.unmatched-advantage-sec .second-common-heading {
  position: absolute;
  max-width: 766px;
  width: 100%;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.unmatched-advantage-sec .second-common-heading h5 {
  color: white;
  margin-bottom: 16px;
}
.unmatched-advantage-sec .second-common-heading p {
  color: #B7B1CD;
  margin-bottom: 24px;
}

.blueprint-Service-top-sec {
  margin-top: -8%;
  position: relative;
  z-index: 3;
}

.blueprint-Service-sec {
  position: relative;
  margin-top: -7%;
}
.blueprint-Service-sec .blueprint-Service-container {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blueprint-Service-sec .second-common-heading {
  max-width: 565px;
  margin-left: auto;
}
.blueprint-Service-sec .second-common-heading h5 {
  color: #002152;
}
.blueprint-Service-sec .second-common-heading p {
  color: #847E99;
}

.our-promise-sec {
  position: relative;
}
.our-promise-sec .second-common-heading {
  max-width: 698px;
  position: absolute;
  top: 19%;
}
.our-promise-sec .second-common-heading h5 {
  color: #002152;
  margin-bottom: 24px;
}
.our-promise-sec .second-common-heading p {
  color: #847E99;
  margin-bottom: 34px;
}

.service-footer {
  margin-top: -6%;
  position: relative;
}

.legals-content-top-sec {
  background: url(../images/legal-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 125px 0 130px 0;
}
.legals-content-top-sec .legal-content-sec {
  max-width: 498px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.legals-content-top-sec .legal-content-sec p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 16px;
  color: #B7B1CD;
}
.legals-content-top-sec .legal-content-sec h1 {
  /* Heading/H1 */
  font-family: "Lufga";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 64.8px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 25px;
}
.legals-content-top-sec .legal-content-sec .legal-text-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.legals-content-top-sec .legal-content-sec .legal-text-wrap a {
  /* P/Btn */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-transform: capitalize;
  color: white;
  opacity: 0.4;
}
.legals-content-top-sec .legal-content-sec .legal-text-wrap a.active {
  opacity: 1;
}

.legal-main-content-sec {
  padding: 80px 0;
  padding-bottom: 301px;
  background: url(../images/legal-main-content-bg.png) no-repeat center bottom;
  background-size: cover;
}
.legal-main-content-sec .legal-main-wrap {
  max-width: 1026px;
  margin: auto;
}
.legal-main-content-sec .legal-main-wrap p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #847E99;
}
.legal-main-content-sec .legal-main-wrap h4 {
  /* P/Large */
  font-family: "Lufga";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
  color: #002152;
}
.legal-main-content-sec .legal-main-wrap ul {
  list-style-type: disc;
  margin-left: 24px;
  color: #847E99;
}
.legal-main-content-sec .legal-main-wrap ul li::marker {
  color: #847E99;
}

.error-sec {
  position: relative;
}
.error-sec .error-container {
  max-width: 1256px;
  margin: auto;
}
.error-sec .error-content {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  max-width: 388px;
}
.error-sec .error-content h1 {
  color: #FFF;
  leading-trim: both;
  font-family: "Lufga";
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 60%;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.error-sec .error-content h2 {
  /* Heading/H2 */
  font-family: "Lufga";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 50.4px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.error-sec .error-content p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 24px;
  color: white;
}

.error-footer {
  margin-top: -7%;
  position: relative;
}

.contant-top-sec {
  position: relative;
}
.contant-top-sec .contact-top-content {
  position: absolute;
  max-width: 710px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.contant-top-sec .contact-top-content h1 {
  /* Heading/H1 */
  font-family: "Lufga";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 64.8px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 16px;
}
.contant-top-sec .contact-top-content p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #B7B1CD;
}

.contact-details-sec {
  margin-top: -4%;
}
.contact-details-sec #message-submitted {
  text-align: center;
  padding: 32px 24px;
}
.contact-details-sec #message-submitted img {
  margin-bottom: 24px;
}
.contact-details-sec #message-submitted h5 {
  /* Heading/H3 */
  font-family: "Lufga";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin: 0px 0 10px 0;
  font-size: 28px;
  font-weight: 500;
}
.contact-details-sec #message-submitted p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #3C3C3C;
  font-size: 15px;
}
.contact-details-sec .contact-details-wrap {
  max-width: 1258px;
  margin: auto;
}
.contact-details-sec .contact-details-wrap .contact-details-items {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.contact-details-sec .contact-details-wrap .contact-details-items .contact-details-items-wrap {
  text-align: center;
  max-width: 314px;
  width: 313px;
}
.contact-details-sec .contact-details-wrap .contact-details-items .contact-details-items-wrap .top-img {
  filter: drop-shadow(0px 0px 16px rgba(2, 2, 2, 0.0745098039));
}
.contact-details-sec .contact-details-wrap .contact-details-items .contact-details-items-wrap h6 {
  /* Heading/H4 */
  font-family: "Lufga";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  color: #002152;
  margin: 40px 0 8px 0;
}
.contact-details-sec .contact-details-wrap .contact-details-items .contact-details-items-wrap a {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #002152;
  display: block;
  margin-top: 8px;
  text-align: center;
}
.contact-details-sec .contact-details-wrap .contact-details-items .contact-details-items-wrap:first-child, .contact-details-sec .contact-details-wrap .contact-details-items .contact-details-items-wrap:last-child {
  margin-top: -3%;
}
.contact-details-sec .contact-details-wrap .contact-details-items .contact-details-items-wrap img {
  display: block;
  margin: auto;
}

.contact-form-wrap {
  padding: 80px 0;
  padding-bottom: 231px;
  background: url(../images/contact-form-wrap-bg.png) no-repeat center bottom;
  background-size: 100%;
}
.contact-form-wrap .contact-main-form {
  max-width: 962px;
  margin: auto;
  background-color: #F5F5F5;
  padding: 55px;
}
.contact-form-wrap .contact-main-form h3 {
  text-align: center;
  /* Heading/H2 */
  font-family: "Lufga";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 50.4px */
  text-transform: capitalize;
  color: #002152;
  margin-bottom: 32px;
}
.contact-form-wrap .contact-main-form .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.contact-form-wrap .contact-main-form .form-flex .form-group {
  flex: 1 1 48%;
}
.contact-form-wrap .contact-main-form .common-form .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
.contact-form-wrap .contact-main-form .common-form .btn-wrap button {
  width: 427px;
}
.contact-form-wrap .contact-main-form .common-form .want-wrap {
  text-align: center;
}
.contact-form-wrap .contact-main-form .common-form .want-wrap p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #847E99;
  margin-bottom: 0;
}
.contact-form-wrap .contact-main-form .common-form .want-wrap p a {
  color: #005BB9;
}

.footer-contant {
  margin-top: -6.6%;
}

.contact-popups {
  text-align: center;
}
.contact-popups .modal-content {
  border-radius: 50%;
  background: #F4F4F4;
}
.contact-popups .modal-body {
  padding: 79px 51px;
}
.contact-popups h5 {
  /* Heading/H3 */
  font-family: "Lufga";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin: 32px 0 16px 0;
}
.contact-popups p {
  /* P/Standard */
  font-family: "Lufga";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  color: #3C3C3C;
  max-width: 332px;
  margin: auto;
  margin-bottom: 32px;
}

.footer-home {
  margin-top: -6%;
}/*# sourceMappingURL=style.css.map */

.common-form .form-check .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    border: 2px solid #656565;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.common-form .form-check .form-check-input:checked {
    background-color: #3f87f5;
    border-color: #3f87f5;
}

.common-form .form-check .form-check-input:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: bold;
}
