:root {
  --heading-font: "Poppins", sans-serif;
  --sub-font: "Open Sans", sans-serif;
  --font-52: 52px;
  --font-48: 48px;
  --font-44: 44px;
  --font-40: 40px;
  --font-36: 36px;
  --font-32: 32px;
  --font-28: 28px;
  --font-24: 24px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-15: 15px;
  --font-14: 14px;
  --font-12: 12px;
  --font-10: 10px;
  --weight-100: 100;
  --weight-200: 200;
  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;
  --weight-800: 800;
  --weight-900: 900;
  --black-clr: #000000;
  --black-light: #4d4d4d;
  --white-clr: #ffffff;
  --white-light: #f9f9f9;
  --logo-clr: #32568a;
  --logo-secendary-clr: #fbaf3a;
  --logo-rgb: 254, 129, 1;
  --logo-clr-50: #f4f6fb;
  --logo-clr-100: #e8ecf6;
  --logo-clr-200: #ccd9eb;
  --logo-clr-300: #9eb8db;
  --logo-clr-400: #6a93c6;
  --logo-clr-500: #4775b0;
  --logo-clr-600: #32568a;
  --logo-clr-700: #2c4a78;
  --logo-clr-800: #284064;
  --logo-clr-900: #263754;
  --logo-clr-950: #192438;
  --logo-secendary-50: #fff8eb;
  --logo-secendary-100: #feeac7;
  --logo-secendary-200: #fdd48a;
  --logo-secendary-300: #fbb03b;
  --logo-secendary-400: #fa9e25;
  --logo-secendary-500: #fbaf3a;
  --logo-secendary-600: #d85607;
  --logo-secendary-700: #b3390a;
  --logo-secendary-800: #922b0e;
  --logo-secendary-900: #78250f;
  --logo-secendary-950: #451003;
  --transition-fast: .1s ease;
  --transition-nrml: .25s ease;
  --transition-slow: .4s ease;
  --transition-xslow: .6s ease;
  --border-radius-3: 3px;
  --border-radius-5: 5px;
  --border-radius-10: 10px;
  --border-radius-15: 15px;
  --border-radius-20: 20px;
  --border-radius-25: 25px;
  --border-radius-30: 30px;
  --border-radius-circle: 50%;
  --box-shadow-sm: 0 0 12px -5px rgba(0, 0, 0, 0.05);
  --box-shadow-nrml: 0 0 10px -3px rgba(0, 0, 0, 0.07);
  --box-shadow-rglr: 0 0 25px -3px rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 0 50px rgba(0, 0, 0, 0.1);
}

body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  color: var(--black-light);
  font-family: var(--heading-font);
  font-size: var(--font-16);
}

::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: var(--logo-clr-50);
  border-radius: var(--border-radius-10);
  -webkit-transition: var(--transition-nrml);
  transition: var(--transition-nrml);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--logo-clr-300);
  border-radius: var(--border-radius-10);
  -webkit-transition: var(--transition-nrml);
  transition: var(--transition-nrml);
}

::-webkit-scrollbar-track:hover {
  background: var(--logo-clr-100);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--logo-clr-400);
}

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

.form-group {
  margin-bottom: 12px;
}
.form-group label {
  font-size: var(--font-14);
  margin: 0 0 5px;
  font-weight: var(--weight-500);
  color: var(--black-light);
  opacity: 0.8;
  margin-bottom: 0.75rem;
}
.form-group label span.star {
  color: red;
}
.form-group .form-control,
.form-group .form-select {
  height: 42px;
  border-radius: var(--border-radius-3);
  border-color: #c9c9c9;
  font-size: var(--font-15);
}
.form-group .form-control:focus,
.form-group .form-select:focus {
  border-color: var(--logo-clr-500);
  color: var(--logo-clr-500);
  box-shadow: unset;
}
.form-group .form-control::-moz-placeholder, .form-group .form-select::-moz-placeholder {
  color: #bdbdbd;
  font-size: var(--font-14);
}
.form-group .form-control::placeholder,
.form-group .form-select::placeholder {
  color: #bdbdbd;
  font-size: var(--font-14);
}

@media only screen and (max-width: 480px) {
  .class_mob {
    height: 300px;
  }
  .swiper-button-prev {
    top: 56px;
    right: 15%;
    left: auto;
  }
}
.heading {
  color: var(--black-clr);
}
@media only screen and (max-width: 768px) {
  .heading {
    width: 100% !important;
  }
  .heading h1, .heading .h1, .heading p, .heading .p {
    width: 100% !important;
  }
}
.heading h1,
.heading .h1 {
  font-family: var(--heading-font);
  font-size: var(--font-36);
  font-weight: var(--weight-700);
  line-height: 1.3;
  color: inherit;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.heading h1 span,
.heading .h1 span {
  background: linear-gradient(90deg, var(--logo-clr) 48.64%, #eb905d 100.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .heading h1,
  .heading .h1 {
    font-size: var(--font-28);
    font-weight: var(--weight-600);
  }
}
@media only screen and (max-width: 480px) {
  .heading h1,
  .heading .h1 {
    font-size: var(--font-24);
    font-weight: var(--weight-600);
  }
}
.heading h2,
.heading .h2 {
  font-family: var(--heading-font);
  font-size: var(--font-28);
  font-weight: var(--weight-600);
  line-height: 1.5;
  text-transform: capitalize;
  color: inherit;
}
.heading h2 span,
.heading .h2 span {
  background: linear-gradient(90deg, var(--logo-clr) 48.64%, #eb905d 100.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading p,
.heading .p {
  font-family: var(--heading-font);
  font-size: var(--font-16);
  font-weight: var(--weight-400);
  line-height: normal;
  color: var(--black-clr);
  opacity: 0.75;
}
@media only screen and (max-width: 768px) {
  .heading p,
  .heading .p {
    font-size: var(--font-14);
    font-weight: var(--weight-300);
  }
}
.heading.text-white {
  color: var(--white-clr);
}
.heading.text-white h1 span, .heading.text-white .h1 span, .heading.text-white h2 span, .heading.text-white .h2 span {
  background: linear-gradient(90deg, #ffffff 24%, #eb905d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading.text-white p, .heading.text-white .p {
  color: var(--white-clr) !important;
}

.logo_clr {
  color: var(--logo-clr) !important;
}

.logo_secclr {
  color: #dd9b00 !important;
}

.logo_bgclr {
  background-color: var(--logo-clr) !important;
}

.logo_bgsecclr {
  --bg-opacity: 1;
  background-color: #dd9b00 !important;
}

#header {
  width: 100%;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #header {
    position: relative;
  }
}
#header .org__logo {
  display: none;
}
#header .navbar {
  position: relative;
  z-index: 201;
}
#header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white-light);
  font-weight: var(--weight-500);
  font-family: var(--heading-font);
  text-transform: uppercase;
  padding: 0 30px;
}
#header .navbar .navbar-nav .nav-item .nav-link .nav_text {
  position: relative;
  display: block;
}
#header .navbar .navbar-nav .nav-item .nav-link .nav_text::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--logo-clr-500);
  transition: var(--transition-xslow);
  bottom: 0;
  left: 0;
}
#header .navbar .navbar-nav .nav-item .nav-link .nav_text:hover::after {
  width: 100%;
}
#header .navbar .navbar-nav .nav-item .nav-link.active.drop__menu {
  color: var(--logo-clr-500) !important;
}
#header .navbar .navbar-nav .nav-item .nav-link.active.drop__menu::after {
  width: 100%;
}
#header .navbar .explrBtn {
  padding: 10px 20px;
  background-color: var(--logo-clr);
  font-family: var(--heading-font);
  color: var(--white-clr);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: inset 0 0 10px #8aa9d7;
  font-size: var(--font-14);
  font-weight: var(--weight-500);
}
#header .navbar.active .navbar-brand .wht__logo {
  display: none;
}
#header .navbar.active .navbar-brand .org__logo {
  display: block;
}
#header .navbar.active .navbar-nav .nav-item .nav-link {
  color: var(--black-light);
  transition: var(--transition-nrml);
}
#header.dark-menu .wht__logo {
  display: none;
}
#header.dark-menu .org__logo {
  display: block;
}
#header.dark-menu .navbar .navbar-nav .nav-item .nav-link {
  color: var(--black-clr);
}
@media only screen and (max-width: 1024PX) {
  #header {
    position: relative;
  }
  #header .navbar-brand {
    padding: 0;
  }
  #header .navbar-brand .org__logo {
    display: block;
    width: 75px;
  }
  #header .wht__logo {
    display: none;
  }
  #header .navbar .navbar-nav .nav-item .nav-link {
    color: var(--black-clr) !important;
    font-size: var(--font-14);
  }
}
#header.fixed-header {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  transition: var(--transition-nrml);
}
#header.fixed-header .navbar .navbar-brand .wht__logo {
  display: none;
}
#header.fixed-header .navbar .navbar-brand .org__logo {
  display: block;
  width: 60px;
  transition: var(--transition-nrml);
}
#header.fixed-header .navbar .navbar-nav .nav-item .nav-link {
  color: var(--black-light);
  transition: var(--transition-nrml);
}
#header .megamenu {
  display: none;
  position: fixed;
  z-index: 200;
  padding: 140px 0 30px;
  width: 100%;
  background-color: var(--white-clr);
  left: 0;
  top: 0;
  transition: var(--transition-nrml);
}
#header .megamenu .mega_menu_wrapper .mega_menu_items ul {
  margin-bottom: 0;
}
#header .megamenu .mega_menu_wrapper .mega_menu_items ul li a {
  padding: 10px 0;
  transition: all 0.2s;
  border-bottom: 1px solid #9297c9;
}
#header .megamenu .mega_menu_wrapper .mega_menu_items ul li a:hover {
  color: var(--logo-clr-200) ddd;
  padding-left: 10px;
}
#header .megamenu .mega_menu_wrapper .mega_menu_items ul li:first-child a {
  border-top: 1px solid #9297c9;
}
#header .megamenu.active {
  display: block;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  80% {
    opacity: 1;
    transform: scaleY(1.1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.hero_btn {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  display: block;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  width: -moz-fit-content;
  width: fit-content;
}
.hero_btn:hover {
  filter: brightness(110%);
}
.hero_btn:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.hero_btn:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.hero_btn:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}
.hero_btn:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}
.hero_btn:focus:not(:focus-visible) {
  outline: none;
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsla(0, 0%, 0%, 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(to left, var(--logo-clr-400) 0%, var(--logo-clr-500) 8%, var(--logo-clr-500) 92%, var(--logo-clr-400) 100%);
}

.front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: var(--white-clr);
  background: var(--logo-clr-600);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}
@media only screen and (max-width: 480PX) {
  .front {
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 0.875rem;
  }
}

.hero_btn.btn_sm .front {
  padding: 8px 16px;
  font-size: 0.85rem;
}
.hero_btn.btn_sm * {
  border-radius: var(--border-radius-5);
}

#heroSectioin {
  position: relative;
}
#heroSectioin .swiper-slide .hero_sliderWrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
  z-index: 11;
}
#heroSectioin .swiper-slide .hero_sliderWrapper .hero_sliderInner .heading {
  padding-left: 30px;
  border-left: 3px solid var(--logo-clr-50);
}
#heroSectioin .swiper-slide .hero_sliderWrapper .hero_sliderInner .heading h1 {
  opacity: 0;
  transform: translateY(-50px) scale(1, -1);
  transition: 1s;
  transform-origin: top;
  transition-delay: 0.5s;
}
#heroSectioin .swiper-slide .class_mob {
  transition: 5s;
  transition-delay: 0.5s;
  transform-origin: center;
  display: block;
}
#heroSectioin .swiper-slide.swiper-slide-active .hero_sliderWrapper .hero_sliderInner .heading h1 {
  opacity: 1;
  transform: unset;
}
#heroSectioin .swiper-slide.swiper-slide-active .class_mob {
  transform: scale(1.2);
}

#aboutSection {
  position: relative;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 0), linear-gradient(180deg, rgba(0, 0, 0, 0.05) 1px, transparent 0);
  background-size: 60px 60px;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 480px) {
  #aboutSection {
    padding-bottom: 2rem;
  }
}
#aboutSection .stats_wrapper {
  text-align: center;
  width: 85%;
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  top: -62px;
  margin: 0 auto -62px;
  box-shadow: var(--box-shadow-lg);
  border: 1px solid var(--logo-clr-200);
  font-size: var(--font-14);
}
@media only screen and (max-width: 480px) {
  #aboutSection .stats_wrapper {
    top: 0;
    width: 100%;
    margin: 1rem auto;
    padding: 1rem;
    border-radius: 10px;
  }
}
#aboutSection .stats_wrapper .stats_innerWrapper {
  border-right: 1px solid #e7e7e7;
}
#aboutSection .stats_wrapper .stats_innerWrapper h4 {
  font-size: var(--font-28);
  font-weight: var(--weight-700);
}
@media only screen and (max-width: 480px) {
  #aboutSection .stats_wrapper .stats_innerWrapper h4 {
    font-size: var(--font-16);
  }
}
#aboutSection .stats_wrapper .stats_innerWrapper span {
  color: var(--logo-clr-500);
  font-weight: var(--weight-500);
}
@media only screen and (max-width: 480px) {
  #aboutSection .stats_wrapper .stats_innerWrapper span {
    font-size: var(--font-12);
    display: block;
    line-height: 1.2;
    font-weight: var(--weight-400);
  }
}
#aboutSection .aboutSection {
  padding: 4rem 0;
}
@media only screen and (max-width: 480px) {
  #aboutSection .aboutSection {
    padding: 0;
  }
}
#aboutSection .aboutSection .aboutSection_imgWrapper {
  position: sticky;
  top: 1rem;
}
#aboutSection .aboutSection .aboutSection_innerWrapper {
  position: relative;
  padding-top: 4rem;
}
@media only screen and (max-width: 480px) {
  #aboutSection .aboutSection .aboutSection_innerWrapper {
    padding: 0 !important;
  }
}
#aboutSection .aboutSection .aboutSection_innerWrapper .heading h6 {
  font-size: var(--font-18);
  line-height: 26px;
  font-weight: var(--weight-600);
  font-style: italic;
  margin-bottom: 1.75rem;
}
#aboutSection .aboutSection .aboutSection_innerWrapper .heading h3 {
  font-size: var(--font-24);
  font-weight: var(--weight-600);
  margin-top: 1.75rem;
  letter-spacing: -1px;
}
#aboutSection .aboutSection .aboutSection_innerWrapper .heading span {
  color: var(--logo-clr-500);
  font-weight: var(--weight-500);
}
#aboutSection .aboutSection .aboutSection_innerWrapper .backdropImg {
  position: absolute;
  bottom: 0;
  right: 0;
}
#aboutSection .company__logoWrapper {
  position: relative;
  padding: 1rem;
  background-color: var(--logo-clr-100);
  border-radius: var(--border-radius-5);
  box-shadow: var(--box-shadow-lg);
  gap: 10px;
  margin-bottom: 0;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#aboutSection .company__logoWrapper .company__btn {
  border: 1px solid var(--logo-clr-300);
  background-color: var(--logo-clr-50);
  padding: 0.2rem 1rem;
  border-radius: var(--border-radius-5);
  transition: var(--transition-nrml);
  transform: scale(0.98);
  box-shadow: inset 0 0 10px var(--logo-clr-200), 0 0 20px rgba(0, 0, 0, 0.05);
}
#aboutSection .company__logoWrapper .company__btn.active {
  border: 1px solid var(--logo-clr-500);
  background-color: var(--white-clr);
  box-shadow: unset;
  transform: scale(1);
}
#aboutSection .company__logoWrapper .company__btn .company__Logo {
  width: 120px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
#aboutSection .company__logoWrapper .company__btn:hover {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transform: scale(1.02);
}
@media only screen and (max-width: 480px) {
  #aboutSection .company__logoWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #aboutSection .company__logoWrapper li {
    width: 48%;
  }
  #aboutSection .company__logoWrapper li .company__btn {
    width: 100%;
    padding: 0.5rem 0.875rem;
  }
  #aboutSection .company__logoWrapper li .company__btn .company__Logo {
    width: 100%;
    height: 30px;
  }
}

#business__section {
  position: relative;
  padding: 6rem 0 2rem;
}
@media only screen and (max-width: 480px) {
  #business__section {
    padding: 3rem 0;
  }
}
#business__section .business-container {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 480px) {
  #business__section .business-container {
    flex-wrap: wrap;
  }
}
#business__section .business-container .business-item {
  position: relative;
  height: 400px;
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
  transition: var(--transition-xslow);
}
@media only screen and (max-width: 480px) {
  #business__section .business-container .business-item {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
#business__section .business-container .business-item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: brightness(0.75);
}
@media only screen and (max-width: 480px) {
  #business__section .business-container .business-item img {
    height: 300px;
  }
}
#business__section .business-container .business-item .overlay {
  position: absolute;
  right: -70px;
  max-width: 200px;
  width: 100%;
  transform: rotate(-90deg);
  bottom: 100px;
  transition: var(--transition-xslow);
}
@media only screen and (max-width: 480px) {
  #business__section .business-container .business-item .overlay {
    transform: rotate(0deg);
    right: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 30px;
  }
}
#business__section .business-container .business-item .overlay .business-title {
  font-size: var(--font-28);
  font-weight: var(--weight-500);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  transition: var(--transition-xslow);
  color: var(--white-clr);
}
#business__section .business-container .business-item .overlay .know-more-btn {
  display: none;
  transition: var(--transition-xslow);
}
@media only screen and (max-width: 480px) {
  #business__section .business-container .business-item .overlay .know-more-btn {
    display: block;
  }
}
#business__section .business-container .business-item:hover {
  flex: 2.5;
}
@media only screen and (max-width: 480px) {
  #business__section .business-container .business-item:hover {
    flex: unset;
  }
}
#business__section .business-container .business-item:hover img {
  height: 100%;
  width: 100%;
}
#business__section .business-container .business-item:hover .overlay {
  transform: rotate(0deg);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}
#business__section .business-container .business-item:hover .overlay .business-title {
  text-align: center;
}
#business__section .business-container .business-item:hover .overlay .know-more-btn {
  display: block;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  color: var(--logo-clr-600);
  transition: var(--transition-nrml);
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-circle);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  background-size: contain;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next {
  top: 56px;
  right: 0%;
  left: auto;
}

.swiper-button-prev {
  top: 56px;
  right: 5%;
  left: auto;
}

.swiper-button-next::after {
  background-image: url(../assets/icons/right_arrow.svg);
}

.swiper-button-prev::after {
  background-image: url(../assets/icons/left_arrow.svg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--white-clr);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: var(--font-24);
  font-weight: var(--weight-900);
}

.swiper-pagination-bullet {
  opacity: 1;
  color: var(--white-clr);
  width: 14px;
  height: 14px;
  margin-left: 10px !important;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: var(--transition-nrml);
  color: var(--white-light);
  border-left: 4px solid var(--logo-clr-900);
}

.swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-light);
  border-left: 4px solid var(--logo-clr-800);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white-clr);
  border-left: 4px solid var(--logo-clr-600);
  color: white;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
}

.row-bordered {
  overflow: hidden;
}
.row-bordered > * {
  position: relative;
}
.row-bordered > *::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 0;
  border-top: 1px solid #e0e0e0;
}
.row-bordered > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  display: block;
  width: 0;
  border-left: 1px solid #e0e0e0;
}
.row-bordered.clr_brdr > *::before, .row-bordered.clr_brdr > *::after {
  border-color: #4f69ab;
}

#ourPresence {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(45deg, #fff0e8 -30%, #ffffff 100%);
  overflow-x: hidden;
}
@media only screen and (max-width: 480px) {
  #ourPresence {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 480px) {
  #ourPresence .ourPresence_left .row-bordered > *::after,
  #ourPresence .ourPresence_left .row-bordered > *::before {
    display: none;
  }
}
#ourPresence .ourPresence_left .ourPresence_leftWrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
#ourPresence .ourPresence_left .ourPresence_leftWrapper .icons__presence {
  width: 50px;
  height: 50px;
  padding: 8px;
  border-radius: var(--border-radius-circle);
  border: 1px solid var(--logo-clr-200);
}
#ourPresence .ourPresence_left .ourPresence_leftWrapper .icons__presence img {
  width: 100%;
}
#ourPresence .ourPresence_left .ourPresence_leftWrapper .icons__title {
  width: calc(100% - 50px);
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}

image.jvm-marker.jvm-element {
  width: 80px;
}

#impact_section {
  position: relative;
  z-index: 1;
  padding: 6rem 0 0;
}
#impact_section .swiper {
  width: 100%;
  height: 100%;
}
#impact_section .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#impact_section .impact__gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
}
#impact_section .impact__gradient::before {
  position: absolute;
  content: "";
  height: 100%;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--black-clr) 70%);
  width: 100%;
  z-index: -1;
}
#impact_section .impact__slider {
  position: relative;
  padding: 6rem 0;
}

#client__section {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 480px) {
  #client__section {
    padding: 3rem 0;
  }
}
#client__section .client__section .client__wrapper {
  position: relative;
  padding: 1rem;
  border: 1px solid var(--logo-clr-200);
  background-color: var(--logo-clr-50);
  border-radius: var(--border-radius-5);
  transition: var(--transition-nrml);
  margin-right: 1rem;
}
#client__section .client__section .client__wrapper img {
  width: 120px;
  aspect-ratio: 5/3;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition-nrml);
  mix-blend-mode: darken;
}
#client__section .client__section .client__wrapper:hover img {
  transform: scale(1.08);
}
#client__section .swiper-pagination-bullet {
  background: var(--logo-clr-500);
}
#client__section .swiper-horizontal > .swiper-pagination-bullets, #client__section .swiper-pagination-bullets.swiper-pagination-horizontal, #client__section .swiper-pagination-custom, #client__section .swiper-pagination-fraction {
  bottom: 10px;
}
#client__section .swiper-pagination-bullet:hover {
  background: var(--logo-clr-400);
}
#client__section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--logo-clr);
}

.linkUrl {
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  transition: var(--transition-fast);
  color: var(--logo-clr);
  font-weight: var(--weight-500);
  font-size: var(--font-14);
  border: 1px solid var(--logo-clr-300);
  background: var(--white-clr);
}
.linkUrl:hover {
  background-color: var(--logo-clr);
  color: var(--white-clr);
  border-color: var(--logo-clr);
}

#blog__section {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 0), linear-gradient(180deg, rgba(0, 0, 0, 0.05) 1px, transparent 0);
  background-color: var(--logo-clr-50);
  background-size: 60px 60px;
  padding: 6rem 0;
  position: relative;
}
#blog__section .blog__wrapper {
  position: relative;
  padding: 0.75rem;
  border-radius: var(--border-radius-10);
  box-shadow: var(--box-shadow-lg);
  background-color: var(--white-clr);
}
#blog__section .blog__wrapper .blog__img {
  position: relative;
}
#blog__section .blog__wrapper .blog__img .blog__date {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10px 10px 0;
  background-color: var(--white-clr);
  color: var(--logo-clr);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-5);
  font-size: var(--font-14);
  font-weight: var(--weight-600);
}
#blog__section .blog__wrapper .blog__img img {
  border-radius: var(--border-radius-10);
}
#blog__section .blog__wrapper .blog__text {
  margin: 1.5rem 0 0.5rem;
}
#blog__section .blog__wrapper .blog__text .heading h6 {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 72px;
  word-wrap: break-word;
  margin-bottom: 0;
}

#footer {
  position: relative;
  background-color: #4EA2DE;
  padding: 0 0 1rem;
  color: var(--white-clr);
}
@media only screen and (max-width: 480px) {
  #footer {
    padding: 3rem 0 0rem;
    background-color: var(--logo-clr);
  }
}
#footer .footer__topWrapper {
  position: relative;
  padding: 1rem 2.5rem;
  background: #fff;
  border-radius: 70px;
  margin: 0 auto;
  top: -61px;
  z-index: 11;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.075);
  color: var(--black-clr);
}
@media only screen and (max-width: 480px) {
  #footer .footer__topWrapper {
    padding: 0;
    background: unset;
    border-radius: 0;
    top: 0;
    box-shadow: unset;
    color: white;
    border-bottom: 1px solid var(--logo-clr-300);
    margin-bottom: 1rem;
  }
  #footer .footer__topWrapper .mobfot {
    border: unset !important;
  }
  #footer .footer__topWrapper .heading > * {
    color: white;
  }
}
@media only screen and (max-width: 480px) {
  #footer .footer__widget {
    border-bottom: 1px solid var(--logo-clr-300);
    margin-bottom: 1rem;
  }
}
#footer .footer__widget .footer__title {
  font-size: var(--font-18);
  font-weight: var(--weight-600);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 480px) {
  #footer .footer__widget .footer__title {
    margin-bottom: 1rem;
    font-size: var(--font-14);
    font-weight: var(--weight-400);
  }
}
@media only screen and (max-width: 480px) {
  #footer .footer__widget ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#footer .footer__widget ul li {
  opacity: 0.75;
  transition: var(--transition-nrml);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
#footer .footer__widget ul li:last-child {
  margin-bottom: 0;
}
#footer .footer__widget ul li:hover {
  opacity: 1;
  padding-left: 5px;
}
@media only screen and (max-width: 480px) {
  #footer .footer__widget ul li {
    width: 50%;
    font-size: var(--font-14);
  }
}

#aboutPage__section {
  position: relative;
  padding: 6rem 0;
}
@media only screen and (max-width: 480px) {
  #aboutPage__section {
    padding: 3rem 0;
  }
}

.about__stats {
  background-color: var(--logo-clr-50);
  padding: 3rem 2rem;
  border-radius: var(--border-radius-25);
}

.key__wrapper {
  padding: 5rem 0;
}
.key__wrapper .key__innerWrapper {
  position: relative;
  padding: 3rem 2rem;
  border-radius: var(--border-radius-10);
  background-color: var(--bg-clr);
  height: 100%;
}

#timeline__wrapper {
  position: relative;
  padding: 6rem 0;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.1) 2px, transparent 0);
  background-size: 40px 40px;
}
@media only screen and (max-width: 480px) {
  #timeline__wrapper {
    padding: 3rem 0;
  }
}
#timeline__wrapper .timeline__wrapper .timeline__wrapperLeft {
  position: sticky;
  top: 5rem;
}
#timeline__wrapper .timeline__wrapper .timeline__wrapperRight {
  position: relative;
  padding: 3rem 0;
}
#timeline__wrapper .timeline__wrapper .timeline__wrapperRight::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  border-left: 1px solid var(--logo-clr-200);
}
@media only screen and (max-width: 480px) {
  #timeline__wrapper .timeline__wrapper .timeline__wrapperRight {
    padding-left: 3rem;
  }
  #timeline__wrapper .timeline__wrapper .timeline__wrapperRight::after {
    left: 16px;
  }
}
#timeline__wrapper .timeline__wrapper .timeline__wrapperRight .timeline__classRight img {
  border-radius: var(--border-radius-10);
}
#timeline__wrapper .timeline__wrapper .timeline__wrapperRight .dot {
  position: relative;
}
#timeline__wrapper .timeline__wrapper .timeline__wrapperRight .dot::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: var(--border-radius-circle);
  background-color: var(--logo-clr-500);
  outline: 5px solid var(--logo-clr-300);
  right: -30.5px;
  top: 50%;
  z-index: 2;
  transition: var(--transition-nrml);
}
@media only screen and (max-width: 480px) {
  #timeline__wrapper .timeline__wrapper .timeline__wrapperRight .dot::after {
    right: auto;
    left: -35px;
  }
}
#timeline__wrapper .timeline__wrapper .timeline__wrapperRight .timeline__classRight.dot:hover::after,
#timeline__wrapper .timeline__wrapper .timeline__wrapperRight .timeline__classLeft.dot:hover::after {
  outline: 8px solid var(--logo-clr-300);
}

#breadcrumb__section {
  background: linear-gradient(202deg, #000 14.24%, #4EA2DE 207.42%);
  position: relative;
  padding: 10rem 0 4rem;
  color: var(--white-clr);
  transition: var(--transition-slow);
  z-index: 10;
  width: 100%;
}
#breadcrumb__section hr {
  display: none;
}
#breadcrumb__section.sticked {
  position: sticky;
  padding: 1rem 0 1rem;
  top: -1px;
}
#breadcrumb__section.sticked hr {
  display: block;
}
#breadcrumb__section .breadcrumb__section ul li {
  position: relative;
}
#breadcrumb__section .breadcrumb__section ul li:after {
  position: absolute;
  content: "";
}
#breadcrumb__section .breadcrumb__section ul li a {
  font-size: var(--font-14);
  font-weight: var(--weight-300);
  opacity: 0.75;
  transition: var(--transition-nrml);
}
#breadcrumb__section .breadcrumb__section ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#breadcrumb__section .breadcrumb__section ul li a span {
  color: #4EA2DE;
  font-weight: var(--weight-600);
  display: none;
}

.newsroom__wrapper {
  padding: 5rem 0;
}
.newsroom__wrapper#blog__Sections {
  padding: 7rem 0;
}
.newsroom__wrapper#gallery__section {
  padding-bottom: 5rem;
}
.newsroom__wrapper .heading {
  width: -moz-fit-content;
  width: fit-content;
}
.newsroom__wrapper .newsroom__Slider {
  position: relative;
  z-index: 1;
}
.newsroom__wrapper .newsroom__Slider .newsroom__item {
  position: relative;
  transition: var(--transition-nrml);
  border: 1px solid var(--logo-clr-200);
  border-radius: var(--border-radius-10);
  background: var(--logo-clr-50);
  height: 100%;
}
.newsroom__wrapper .newsroom__Slider .newsroom__item .newsroom__img {
  height: 250px;
}
.newsroom__wrapper .newsroom__Slider .newsroom__item .newsroom__img img {
  width: 100%;
  border-radius: var(--border-radius-10);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.newsroom__wrapper .newsroom__Slider .newsroom__item .newsroom__content {
  padding-top: 1.2rem;
  padding: 1.2rem 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: start;
}
.newsroom__wrapper .newsroom__Slider .newsroom__item .newsroom__content .newsroom__title {
  font-size: var(--font-18);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 68px;
  width: calc(100% - 44px);
  transition: var(--transition-nrml);
}
.newsroom__wrapper .newsroom__Slider .newsroom__item .newsroom__content .newsroom__link {
  font-size: var(--font-28);
  transition: var(--transition-nrml);
}
.newsroom__wrapper .newsroom__Slider .newsroom__item:hover .newsroom__title {
  text-decoration: underline;
}
.newsroom__wrapper .newsroom__Slider .newsroom__item:hover .newsroom__link {
  color: var(--logo-secendary-600);
}
.newsroom__wrapper .newsroom__Slider .swiper-button-prev, .newsroom__wrapper .newsroom__Slider .swiper-button-next {
  background-color: var(--logo-clr-50);
}
.newsroom__wrapper .feature__wrapper {
  position: relative;
  background-color: var(--logo-clr-50);
  text-align: center;
  border-radius: var(--border-radius-5);
  padding: 1.2rem 0.75rem;
  position: relative;
}
.newsroom__wrapper .feature__wrapper img {
  height: 80px;
  aspect-ratio: 5/3;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition-nrml);
}
.newsroom__wrapper .feature__wrapper:hover img {
  transform: scale(1.05);
}
.newsroom__wrapper.mk_section .newsroom__item .newsroom__img {
  height: 160px;
  background-color: var(--white-clr);
  border-radius: var(--border-radius-10);
}

.event_wrapper {
  position: relative;
  z-index: 1;
}
.event_wrapper .newsroom__item {
  position: relative;
  transition: var(--transition-nrml);
  border: 1px solid var(--logo-clr-200);
  border-radius: var(--border-radius-10);
}
.event_wrapper .newsroom__item .newsroom__img img {
  width: 100%;
  border-radius: var(--border-radius-10);
}
.event_wrapper .newsroom__item .newsroom__content {
  padding: 1rem;
  background-color: var(--logo-clr-50);
  border-radius: 0 0 var(--border-radius-10) var(--border-radius-10);
}
.event_wrapper .newsroom__item .newsroom__content .newsroom__title {
  font-size: var(--font-18);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: var(--transition-nrml);
  margin-bottom: 0;
}
.event_wrapper .newsroom__item .newsroom__content .newsroom__link {
  font-size: var(--font-28);
  transition: var(--transition-nrml);
}
.event_wrapper .newsroom__item:hover .newsroom__title {
  text-decoration: underline;
}
.event_wrapper .newsroom__item:hover .newsroom__link {
  color: var(--logo-secendary-600);
}
.event_wrapper .swiper-button-prev, .event_wrapper .swiper-button-next {
  background-color: var(--logo-clr-50);
}

.sustainbility__section {
  padding: 6rem 0;
  background: var(--logo-clr-50);
}
@media only screen and (max-width: 480px) {
  .sustainbility__section {
    padding: 4rem 0 2rem;
  }
}
.sustainbility__section .sustainbility__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sustainbility__section .sustainbility__wrapper img {
  border-radius: var(--border-radius-10);
}
.sustainbility__section .sustainbility__wrapper .heading {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  z-index: 1;
}
.sustainbility__section .sustainbility__wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, black, transparent);
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius-10);
}
.sustainbility__section .sustainbility__wrapper.side__sm .heading p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#innovation__section {
  position: relative;
  padding: 6rem 0;
  background-color: var(--white-light);
}
@media only screen and (max-width: 480px) {
  #innovation__section {
    padding: 3rem 0;
  }
}

.innovation__leftWrapper img {
  border-radius: var(--border-radius-10);
}

.innovation__rightWrapper .heading h3 {
  font-size: var(--font-24);
  font-weight: var(--weight-700);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.innovation__rightWrapper .heading h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  border-radius: var(--border-radius-circle);
  background: radial-gradient(50% 50% at 50% 50%, #4EA2DE 0%, rgba(42, 88, 120, 0) 100%);
}

#success__storySection {
  position: relative;
  padding: 6rem 0;
}
#success__storySection .success__storyWrapper {
  border-radius: var(--border-radius-10);
  background-color: var(--white-clr);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
}
#success__storySection .success__storyWrapper .success__storyImg img {
  border-radius: var(--border-radius-10);
}
#success__storySection .success__storyWrapper .success__storyText {
  padding: 1rem;
}
#success__storySection .success__storyWrapper span.story__ctg {
  position: relative;
  display: block;
  background: #4EA2DE;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 14px;
  box-shadow: inset 0 0 5px 2px #82cbff;
}
#success__storySection .success__storyWrapper h3.strory__title {
  font-size: var(--font-16);
  margin: 1rem 0;
  font-weight: var(--weight-500);
  color: var(--black-clr);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#success__storySection .success__storyWrapper p.story__details {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#testimonial__section {
  position: relative;
  padding: 0 0 6rem;
}
@media only screen and (max-width: 480px) {
  #testimonial__section {
    padding: 0 0 3rem;
  }
}
#testimonial__section .testimonial__wrapper {
  position: relative;
  padding: 1rem;
  border: 1px solid var(--logo-clr-200);
  border-radius: var(--border-radius-10);
  margin-bottom: 4rem;
}
#testimonial__section .swiper-horizontal > .swiper-pagination-bullets, #testimonial__section .swiper-pagination-bullets.swiper-pagination-horizontal, #testimonial__section .swiper-pagination-custom, #testimonial__section .swiper-pagination-fraction {
  bottom: 0px;
}
#testimonial__section .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}
#testimonial__section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--logo-clr-400);
}
#testimonial__section .swiper-slide-prev {
  transform: scale(0.75);
  transition: var(--transition-nrml);
  transform-origin: center;
  transition-delay: 0.2s;
  filter: blur(2px);
}
#testimonial__section .swiper-slide-next {
  transform: scale(0.75);
  transition: var(--transition-nrml);
  transition-delay: 0.2s;
  transform-origin: center;
  filter: blur(2px);
}
#testimonial__section .swiper-slide-active {
  transition: var(--transition-slow);
  transition-delay: 0.5s;
  filter: unset;
}

#lag__wrapper {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 0), linear-gradient(180deg, rgba(0, 0, 0, 0.05) 1px, transparent 0);
  background-color: var(--logo-clr-50);
  background-size: 60px 60px;
  height: 110vh;
}
@media only screen and (max-width: 480px) {
  #lag__wrapper {
    height: 55vh;
  }
}
#lag__wrapper .lag__wrapper {
  margin-top: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media only screen and (max-width: 480px) {
  #lag__wrapper .lag__wrapper {
    width: 80%;
    margin-top: 40px;
  }
}

#explore__officeSection {
  position: relative;
  padding: 6rem 0;
}
@media only screen and (max-width: 480px) {
  #explore__officeSection {
    padding: 3rem 0;
  }
}
#explore__officeSection .explore__officeWrapper img {
  margin: 0 0.5rem;
  width: 350px;
}
#explore__officeSection .teamate__testimonials {
  border-radius: var(--border-radius-10);
  background: linear-gradient(90deg, #4EA2DE 0%, #1266A3 100%);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  padding: 1.5rem 3rem;
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 480px) {
  #explore__officeSection .teamate__testimonials {
    padding: 2.5rem 2rem;
  }
}
#explore__officeSection .teamate__testimonials .teamate__slider .teamate__testimonials__item {
  color: var(--white-clr);
}
#explore__officeSection .teamate__testimonials .teamate__slider .teamate__testimonials__item .teamate__testimonials__item__img img {
  border-radius: var(--border-radius-10);
}
#explore__officeSection .teamate__testimonials .teamate__slider .teamate__testimonials__item .teamate__testimonials__item__content h6 {
  font-size: var(--font-20);
  font-style: italic;
  font-weight: var(--weight-500);
  line-height: 1.45;
}
@media only screen and (max-width: 480px) {
  #explore__officeSection .teamate__testimonials .teamate__slider .teamate__testimonials__item .teamate__testimonials__item__content h6 {
    font-size: var(--font-18);
  }
}
#explore__officeSection .swiper-button-next, #explore__officeSection .swiper-button-prev {
  top: unset;
  bottom: 0;
}

#benifits__section {
  position: relative;
  padding: 5rem 0;
  border-radius: 25px 25px 0px 0px;
  background: linear-gradient(180deg, #E3F3FF 50%, rgba(255, 255, 255, 0) 100%);
}
#benifits__section .benifits__wrapper {
  position: relative;
  border-radius: var(--border-radius-10);
  background: var(--Color-white, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  text-align: center;
  padding: 1.2rem;
  border: 1px solid var(--logo-clr-200);
}
#benifits__section .benifits__wrapper img {
  width: 80px;
  margin-bottom: 1.2rem;
}
#benifits__section .benifits__wrapper p {
  font-size: var(--font-15);
  margin-bottom: 0;
}

#career__breadcrumb {
  position: relative;
  padding: 8rem 0 5rem;
  background-color: var(--logo-clr-100);
  background-image: url(../assets/images/careerBg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 500px;
  box-shadow: inset 0px -40px 40px rgba(0, 0, 0, 0.2);
}

#hp_section {
  padding: 4rem 0;
  position: relative;
  background: #f3f3f3;
}
@media (max-width: 768px) {
  #hp_section {
    padding: 1rem 0;
  }
}
#hp_section .steps-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#hp_section .steps-container .step {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  flex: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
}
#hp_section .steps-container .step img {
  width: 40px;
  margin-bottom: 10px;
}
#hp_section .steps-container .step .step-number {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
#hp_section .steps-container .step .step-text {
  font-size: 16px;
}
#hp_section .steps-container .step:nth-child(1) .step-number {
  background-color: #56acff;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 0 50%);
          clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 0 50%);
}
#hp_section .steps-container .step:nth-child(2) .step-number {
  background-color: #2f8aff;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
          clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
}
#hp_section .steps-container .step:nth-child(3) .step-number {
  background-color: #1152e4;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
          clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
}
#hp_section .steps-container .step:nth-child(4) .step-number {
  background-color: #1544b8;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
          clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
}
#hp_section .steps-container .step:nth-child(5) .step-number {
  background-color: #132658;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
          clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
}
#hp_section .steps-container .step:last-child::after {
  display: none;
  display: none;
}
#hp_section .steps-container .step::after {
  top: auto;
  bottom: -10px;
  right: 0;
  left: calc(50% - 10px);
  transform: rotate(90deg);
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
@media (max-width: 768px) {
  #hp_section .steps-container .steps-container {
    flex-direction: column;
  }
  #hp_section .steps-container .step {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
    margin: 0 0 10px;
    width: 100%;
    flex: unset;
    padding: 0 20%;
  }
  #hp_section .steps-container .step::after {
    top: auto;
    bottom: -10px;
    right: 0;
    left: calc(50% - 10px);
    transform: rotate(90deg);
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
  }
  #hp_section .steps-container .step:last-child::after {
    display: none;
  }
}

#current__openings {
  position: relative;
  padding: 5rem 0;
}
#current__openings .current__openings .current__openings__item {
  position: relative;
  padding: 1.2rem;
  border-radius: var(--border-radius-5);
  border: 1px solid var(--logo-clr-100);
}
#current__openings .current__openings .current__openings__item .current__openings__item__heading h3 {
  font-size: var(--font-16);
  margin-bottom: 0;
  font-weight: var(--weight-500);
  color: var(--black-clr);
}
#current__openings .current__openings .current__openings__item .current__openings__item__heading .job__location {
  font-size: var(--font-12);
  margin-bottom: 0;
  border-radius: var(--border-radius-20);
  padding: 0.35rem 0.75rem;
  font-weight: var(--weight-500);
  border: 1px solid var(--Color-Logo-Color, #4EA2DE);
  background: #EEF8FF;
  text-wrap: nowrap;
}
#current__openings .current__openings .current__openings__item .current__openings__item__heading .job__location i {
  font-size: var(--font-14);
}
#current__openings li::marker {
  color: #4ea2de;
}

.modal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal.fade .modal-dialog {
  transform: scale(0.95) translate(0, 10px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-backdrop.show {
  opacity: 0.75;
}

#contact__breadcrumb {
  position: relative;
  padding: 8rem 0 5rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../assets/images/map.png);
  box-shadow: inset 0px -40px 40px rgba(0, 0, 0, 0.2);
}

#contact__form {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 0), linear-gradient(180deg, rgba(0, 0, 0, 0.05) 1px, transparent 0);
  background-size: 60px 60px;
}
#contact__form::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/conbg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.contact__form {
  background-color: var(--logo-clr-50);
  padding: 3rem;
  border-radius: var(--border-radius-20);
  position: relative;
}
@media only screen and (max-width: 480px) {
  .contact__form {
    padding: 1rem !important;
  }
}

#breadcrumb__blog {
  background: linear-gradient(202deg, #000 14.24%, #4EA2DE 207.42%);
  position: relative;
  padding: 10rem 0 4rem;
  color: var(--white-clr);
  transition: var(--transition-slow);
  z-index: 10;
  width: 100%;
}

#blog__detailsSection .heading img {
  width: 100%;
  border-radius: var(--border-radius-10);
  display: block;
  margin: 1.2rem 0;
}
#blog__detailsSection .blogimg {
  position: relative;
  top: -260px;
  z-index: 11;
}
#blog__detailsSection .blogimg img {
  width: 100%;
  border-radius: var(--border-radius-10);
}
#blog__detailsSection .blog__dWrapperLeft {
  position: relative;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.09);
  top: -40px;
  z-index: 10;
  background: var(--white-clr);
  margin-bottom: 40px;
  border-radius: 10px;
}
#blog__detailsSection .shareBtn {
  cursor: pointer;
}
#blog__detailsSection #shareIcon ul {
  position: absolute;
  right: 30px;
  top: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 8px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
  z-index: 11;
}
#blog__detailsSection #shareIcon li a {
  background-color: var(--logo-clr-950);
  color: var(--white-clr);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: var(--border-radius-circle);
}
#blog__detailsSection #shareIcon li a i {
  line-height: 35px;
  display: inline-block;
}

#loader {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgb(255, 255, 255);
}
#loader .loader__container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 120px;
  height: 120px;
  background: url(../assets/images/weblogo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#loader .loader__container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 150%;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  transform: rotate(45deg);
  top: -20px;
  margin-left: 120%;
  animation: slde2 2s ease infinite;
}
@keyframes slde2 {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 120%;
  }
}

/* Content styles */
#content {
  opacity: 0; /* Hidden initially */
  transition: opacity 1s ease-in; /* Fade-in animation */
}

#default_career .default_career {
  padding: 3rem 3rem;
  background: var(--logo-clr-500);
  margin-bottom: 6rem;
  border-radius: var(--border-radius-20);
  background-image: linear-gradient(90deg, rgba(225, 225, 225, 0.05) 1px, transparent 0), linear-gradient(180deg, rgba(225, 225, 225, 0.05) 1px, transparent 0);
  background-size: 60px 60px;
}
@media only screen and (max-width: 480px) {
  #default_career .default_career {
    padding: 2rem 1rem;
  }
}

#notice__Section {
  background-color: var(--logo-clr-950);
  padding: 0.5rem 0;
  color: var(--white-light);
}
#notice__Section .notice__Section h6 {
  font-size: var(--font-12);
  font-weight: var(--weight-300);
  margin-bottom: 0;
  letter-spacing: 0.5px;
  margin-right: 200px;
}
#notice__Section .badge-container {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#notice__Section .new-badge {
  background-color: red;
  color: white;
  padding: 1px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  animation: blink 1s infinite;
  letter-spacing: 0.5px;
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@media only screen and (max-width: 480px) {
  .swiper-button-prev {
    top: 25px;
    right: 15%;
    left: auto;
  }
  .swiper-button-next {
    top: 25px;
  }
}
#kks__section {
  background: url(../assets/images/kamlesh-kumar-singh.webp);
  height: 100vh;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  #kks__section {
    height: auto;
    background-size: cover;
    background: url(../assets/images/kks__sectionBg.png);
  }
  #kks__section .heading {
    top: 80% !important;
  }
}
#kks__section .kks__sectionWrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  #kks__section .kks__sectionWrapper {
    box-shadow: unset;
    padding: 0;
    border: unset;
    align-items: start;
  }
}
#kks__section .kks__sectionWrapper .kks__wrapperLeft {
  display: flex;
  position: relative;
  gap: 15px;
}
@media only screen and (max-width: 480px) {
  #kks__section .kks__sectionWrapper .kks__wrapperLeft {
    gap: 8px;
  }
}
#kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intImg {
  width: 50px;
}
@media only screen and (max-width: 480px) {
  #kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intImg {
    width: 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  #kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText {
    width: calc(100% - 48px);
  }
}
#kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText h6 {
  font-size: var(--font-14);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  opacity: 0.75;
  color: #e3e3e3;
}
#kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues {
  background: var(--logo-clr-100);
  border: 1px solid var(--logo-clr-200);
  border-radius: var(--border-radius-15);
  border-top-left-radius: 0;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 500px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  #kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues {
    padding: 0.5rem 0.5rem;
  }
}
#kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues h2 {
  font-size: var(--font-16);
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  #kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues h2 {
    font-size: var(--font-15);
  }
}
#kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues span, #kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues p {
  font-size: var(--font-15);
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  #kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues span, #kks__section .kks__sectionWrapper .kks__wrapperLeft .kks__intText .kks__intQues p {
    font-size: var(--font-14);
  }
}
#kks__section .kks__sectionWrapper .kks__wrapperLeft.ans .kks__intQues {
  border-top-left-radius: var(--border-radius-15);
  border-top-right-radius: 0;
  background-color: var(--logo-clr-50);
  border-color: var(--logo-clr-100);
  max-width: 600px;
}

#kks__sectionDesc {
  position: relative;
  background-position: center;
  background-size: cover;
}
#kks__sectionDesc .h_container {
  background-position: center;
  background-size: cover !important;
  background: url(../assets/images/journey-bg.webp);
}

.tyi_5107ip {
  top: 120px;
}
@media only screen and (max-width: 480px) {
  .tyi_5107ip {
    top: 0px !important;
    margin-top: 20px;
  }
}

.blog__dWrapperRight {
  position: relative;
  padding: 2rem 0;
}

#csr__section {
  position: relative;
  padding: 6rem 0;
}

#success {
  background-color: #278b27;
  color: var(--white-light);
  padding: 8px 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin: 2rem auto 0;
}

body {
  overflow-x: hidden;
}

.h_container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}
.h_container .panel {
  flex: 1 0 100%;
  margin-top: 79px;
  height: 100vh;
  width: 100vw;
  color: white;
  background-position: bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.h_container .panel.blue {
  background: url(../assets/images/3.webp);
}
.h_container .panel.red {
  background: url(../assets/images/2.webp);
}
.h_container .panel.orange {
  background: url(../assets/images/1.webp);
}
.h_container .panel .h_slider {
  position: relative;
  padding: 5rem 0 8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h_container .panel .h_slider ul li {
  padding: 16px 48px;
  border-right: 1px solid #f1f1f1;
}
.h_container .panel .h_slider ul li:last-child {
  border: unset;
}

#dealer {
  position: relative;
}
#dealer .dealer__section {
  background: linear-gradient(180deg, var(--logo-clr-300), var(--logo-clr-100));
  padding: 2rem;
  border-radius: var(--border-radius-10);
  border: 1px solid #c4dcff;
}

#carrer__apply {
  padding: 6rem 0;
  position: relative;
}
#carrer__apply .carrer__applyRight {
  position: sticky;
  top: 100px;
  background-color: var(--logo-clr-50);
  padding: 20px;
  border-radius: var(--border-radius-10);
}

.custombut {
  padding: 10px 16px;
  background-color: var(--white-clr);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--logo-clr-200);
  border-radius: var(--border-radius-20);
  color: var(--logo-clr-600);
  transition: var(--transition-nrml);
}
.custombut:hover {
  background-color: var(--logo-clr-50);
}
.custombut.active {
  background-color: var(--logo-clr);
  color: var(--white-clr);
}

.map-container {
  position: relative;
}

.map-image {
  width: 100%;
}

.markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.marker {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--logo-clr);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: var(--transition-nrml);
  transform-origin: center;
}
.marker.ofcfac {
  background: linear-gradient(90deg, var(--logo-clr) 50%, #d66b1e 50%);
}
.marker.ofcfacprj {
  background: linear-gradient(90deg, var(--logo-clr) 33.33%, #d66b1e 33.33%, #d66b1e 66.33%, rgb(65, 153, 51) 66.33%);
}
.marker.brch {
  background: rebeccapurple;
}
.marker.brchprj {
  background: linear-gradient(90deg, rebeccapurple 50%, rgb(65, 153, 51) 50%);
}
.marker.fac {
  background: #d66b1e;
}
.marker.facprj {
  background: linear-gradient(90deg, #d66b1e 50%, rgb(65, 153, 51) 50%);
}
.marker.prj {
  background-color: rgb(65, 153, 51);
}

.marker:hover {
  opacity: 1;
  z-index: 2;
  transform: scale(1.1);
  outline: 1px solid var(--logo-clr);
  outline-offset: 3px;
}

.tooltip {
  position: absolute;
  left: -20px;
  background-color: #fff;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  bottom: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: var(--box-shadow-lg);
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
}
.tooltip span {
  display: block;
  font-style: italic;
  text-wrap: nowrap;
}
.tooltip h6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: var(--weight-600);
}

.marker:hover .tooltip {
  opacity: 1;
}

.shape {
  width: 12px;
  height: 12px;
  border-radius: var(--border-radius-circle);
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}
.shape.ofc {
  background-color: var(--logo-clr);
}
.shape.fac {
  background-color: #d66b1e;
}
.shape.brnh {
  background-color: rebeccapurple;
}
.shape.prj {
  background-color: rgb(65, 153, 51);
}

#prod__hero {
  position: relative;
  padding: 10rem 0 0;
  background: var(--logo-clr-900);
  border-radius: 0 0 100px 100px;
  background-image: linear-gradient(to right, rgba(74, 98, 214, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(74, 98, 214, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 99;
}
@media only screen and (max-width: 480px) {
  #prod__hero {
    border-radius: 0;
    padding: 3rem 0 0;
  }
}

#brochure__section {
  position: relative;
  padding: 6rem 0 8rem;
}
#brochure__section .brochure__wrapper {
  position: relative;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--logo-clr-200);
  border-radius: var(--border-radius-5);
  transition: var(--transition-nrml);
}
#brochure__section .brochure__wrapper:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--logo-clr-500);
}
#brochure__section .brochure__wrapper .brochure__img img {
  border-radius: var(--border-radius-5);
  margin-bottom: 1rem;
}
#brochure__section .brochure__wrapper .brochure__text {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: space-between;
}

#faq__tab {
  position: sticky;
  top: 78.97px;
  z-index: 98;
  background-color: var(--logo-clr-100);
  padding: 0.5rem 0;
}
#faq__tab::before {
  height: 150px;
  position: absolute;
  content: "";
  width: 100%;
  background-color: var(--logo-clr-100);
  bottom: 100%;
}

.nav__pillsss a {
  transition: var(--transition-nrml);
  border-radius: var(--border-radius-5);
}
.nav__pillsss a:hover {
  background-color: var(--logo-clr-200);
}
.nav__pillsss a.active {
  background-color: var(--logo-clr);
  color: var(--white-clr);
}

.nav__pillsss button {
  transition: var(--transition-nrml);
  border-radius: var(--border-radius-5);
}
.nav__pillsss button:hover {
  background-color: var(--logo-clr-50);
}
.nav__pillsss button.active {
  background-color: var(--logo-clr);
  color: var(--white-clr);
}
.nav__pillsss button.active .prod__icoWrapper img {
  filter: invert(1);
}

#faq_section {
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
}
#faq_section .paddtop__div {
  padding: 7rem 0 0;
}
#faq_section::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/faqbg.png);
  background-repeat: repeat;
  background-size: 150px;
  opacity: 0.05;
}
#faq_section .faq_sectionWrapper {
  padding-left: 35px;
  position: relative;
}
#faq_section .faq_sectionWrapper::before {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.2rem;
  transition: transform 0.2s ease-in-out;
  border-radius: 50%;
  background-position: center;
  position: absolute;
  left: 0px;
  background-image: url(../assets/icons/question.png);
}

.prod__icoWrapper {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: var(--border-radius-circle);
  border: 1px solid var(--logo-clr-100);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.prod__icoWrapper img {
  width: 70px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .prod__icoWrapper {
    width: 80px;
    height: 80px;
  }
  .prod__icoWrapper img {
    width: 50px;
    display: block;
    margin: auto;
  }
}

.prod_card {
  position: relative;
  transition: var(--transition-nrml);
  border: 1px solid var(--logo-clr-100);
  border-radius: var(--border-radius-10);
  overflow: hidden;
  background-color: var(--white-clr);
}

.world-map .stats {
  display: flex;
  justify-content: space-between;
}
.world-map .stats .stat span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.world-map .stats .stat p {
  font-size: 1rem;
  margin: 0;
}

.csr__menu button {
  background-color: transparent;
  border: unset;
  padding: 10px 15px;
  text-align: start;
  border-left: 5px solid transparent;
  transition: var(--transition-nrml);
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.5;
}
.csr__menu button:hover {
  opacity: 0.75;
}
.csr__menu button.active {
  border-left: 5px solid var(--logo-clr);
  opacity: 1;
  font-weight: var(--weight-500);
}

.csr__menuwrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-5);
  border: 1px solid var(--logo-clr-200);
  transition: var(--transition-nrml);
}
.csr__menuwrapper .csr_textWrapper {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.csr__menuwrapper .csr_textWrapper h6 {
  font-size: var(--font-16);
  margin-bottom: 0;
  font-weight: var(--weight-500);
}
.csr__menuwrapper .csr_textWrapper i {
  font-size: var(--font-24);
  display: block;
  line-height: 1;
}
.csr__menuwrapper:hover {
  border-color: var(--logo-clr-300);
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.csr__menuwrapper:hover .csr_textWrapper h6 {
  color: var(--logo-clr);
}
.csr__menuwrapper:hover .csr_textWrapper i {
  color: var(--logo-clr);
}

#career__homepage {
  background-color: #284798;
  position: relative;
  margin-top: 6rem;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 4rem 0;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  #career__homepage {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
#career__homepage::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 100%;
  background-image: url(../assets/images/white_curve.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 480px) {
  #career__homepage::after {
    opacity: 0.2;
    width: 100%;
  }
}

#certicate_section {
  position: relative;
  padding: 5rem 0 8rem;
  background-color: var(--logo-clr-50);
}
#certicate_section .certificate_standars {
  padding: 0.5rem;
  background-color: var(--white-clr);
  border-radius: var(--border-radius-10);
}
#certicate_section .certificate_standars img {
  height: 300px;
}
#certicate_section .certificate_standars h6 {
  margin: 20px 0 0;
  text-align: center;
}

#bs_wrapper {
  position: relative;
  padding: 3rem 0;
  background: linear-gradient(45deg, var(--bs-primary-text-emphasis), #284798);
}
#bs_wrapper .bs__container {
  position: relative;
  background: linear-gradient(0deg, rgba(158, 184, 219, 0.3215686275), transparent);
  border-radius: var(--border-radius-10);
  padding: 20px 10px 10px;
  margin-bottom: 50px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
#bs_wrapper .bs__container .heading {
  margin-bottom: 20px;
}
#bs_wrapper .bs__container .heading h3 {
  font-size: var(--font-20);
  font-weight: var(--weight-500);
  margin: 0;
  color: var(--white-clr);
}
#bs_wrapper .bs__container .bs__img img {
  border-radius: var(--border-radius-10);
}
#bs_wrapper .swiper-horizontal > .swiper-pagination-bullets, #bs_wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.businessHero_section {
  position: relative;
  height: 100%;
  top: 130px;
}
@media only screen and (max-width: 992px) {
  .businessHero_section {
    top: 100px;
  }
}

.business_iconsWrapper {
  position: relative;
}
.business_iconsWrapper .business_tabhead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background: rgba(0, 0, 0, 0.7294117647);
  border-radius: 15px;
  outline: 1px solid var(--logo-clr-400);
  transition: var(--transition-fast);
  margin: 0 auto 1rem;
  padding: 10px;
}
.business_iconsWrapper .business_tabhead img {
  filter: contrast(0.1);
  width: 60px;
}
.business_iconsWrapper a {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: var(--white-clr);
}
.business_iconsWrapper:hover .business_tabhead {
  outline: 2px solid var(--logo-secendary-400);
  outline-offset: -2px;
}
.business_iconsWrapper:hover .business_tabhead img {
  filter: unset;
}

#company__section {
  position: relative;
  padding-top: 6rem;
}
@media only screen and (max-width: 480px) {
  #company__section {
    padding-top: 3rem;
  }
}
#company__section .company_card03 {
  position: relative;
  padding: 1.5rem 1rem;
  background-color: var(--bg-clr);
  border-radius: var(--border-radius-10);
  height: 100%;
  box-shadow: inset var(--box-shadow-nrml);
  z-index: 1;
}
#company__section .company_card03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/white_curve.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#company__section .company__section {
  background-color: #284798;
  padding: 8rem 3rem 8rem 0;
  position: relative;
  z-index: 1;
}
#company__section .company__section::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  right: 100%;
  top: 0;
  background-color: #284798;
}
#company__section .company__section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/white_curve.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.billing-cycle {
  background-color: var(--white-clr);
  border-radius: 10px;
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  box-shadow: var(--box-shadow-lg);
  gap: 10px;
}
.billing-cycle .priceBtn {
  margin-right: 0;
  font-size: var(--font-14);
  background: transparent;
  border: unset;
  padding: 10px 16px;
  border-radius: 10px;
  transition: var(--transition-nrml);
  font-weight: var(--weight-500);
  color: #000;
}
.billing-cycle .priceBtn:hover {
  background-color: var(--logo-clr-50);
}
.billing-cycle .priceBtn.active {
  background-color: var(--logo-clr);
  color: var(--white-clr);
}

#prod_manf {
  padding: 2rem 0;
  background: var(--logo-clr-500);
  background-image: linear-gradient(90deg, rgba(225, 225, 225, 0.05) 1px, transparent 0), linear-gradient(180deg, rgba(225, 225, 225, 0.05) 1px, transparent 0);
  background-size: 60px 60px;
}
@media only screen and (max-width: 480px) {
  #prod_manf {
    margin-bottom: 4rem;
  }
}
#prod_manf .prod__btn {
  background-color: transparent;
  border: unset;
  color: var(--white-clr);
  padding: 1rem 2rem;
  transition: var(--transition-nrml);
  outline: unset;
  border-radius: var(--border-radius-5);
  border-bottom: 5px solid transparent;
}
#prod_manf .prod__btn:hover {
  background-color: var(--logo-clr-600);
}
#prod_manf .prod__btn.active {
  background-color: var(--logo-clr-900);
  border-bottom: 5px solid var(--logo-secendary-300);
}

#certification__section {
  position: relative;
  padding: 9rem 0 6rem;
}
#certification__section .certification__section {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-30);
  padding: 3rem 2rem;
}
@media only screen and (max-width: 480px) {
  #certification__section {
    padding: 9rem 0 3rem;
  }
}

.active > .page-link, .page-link.active {
  background-color: var(--logo-clr);
  border-color: var(--logo-clr);
}

.page-link {
  font-size: var(--font-14);
  font-weight: var(--weight-500);
  color: var(--black-clr);
}
.page-link:hover {
  color: var(--logo-clr);
}

#section__404 {
  position: relative;
  padding: 10rem 0;
}/*# sourceMappingURL=style.css.map */