@charset "UTF-8";
/* Author : Abhishekhar Gundeti */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@use "sass:math";
.kt-megamenu .dropdown-menu .mega-cont .mega-list-menu .list-group-item:before, .kt-megamenu .dropdown .mega-cont .mega-list-menu .list-group-item:before, .home-hero .nav .nav-link:before, .accordion.accordion-style .accordion-item .accordion-button:before, .happy-work-list .h3:before {
  counter-increment: list-number;
  content: "/" counter(list-number, decimal-leading-zero);
}

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@-webkit-keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}

@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}

@font-face {
  font-family: 'Bosch';
  src: url("/assets/fonts/BoschRegular.woff2") format("woff2"), url("/assets/fonts/BoschRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.navbar {
  padding: 1rem var(--bs-navbar-padding-x);
}

.nav-link {
  font-size: 0.875rem;
  color: #525252;
  letter-spacing: .16px;
  padding: 15px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-height: calc(582px + 64px);
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
}

.offcanvas .offcanvas-header, .offcanvas-lg .offcanvas-header, .offcanvas-md .offcanvas-header, .offcanvas-sm .offcanvas-header, .offcanvas-xl .offcanvas-header, .offcanvas-xxl .offcanvas-header {
  padding: 1rem;
}

.kt-megamenu {
  position: inherit;
}

.kt-megamenu .dropdown {
  min-height: 582px;
}

.kt-megamenu .dropdown-menu, .kt-megamenu .dropdown {
  width: 100%;
  background-color: #FEFAFA;
  border-radius: 0;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  top: -582px;
  padding: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: .2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.kt-megamenu .dropdown-menu.show, .kt-megamenu .dropdown.show {
  visibility: visible;
  opacity: 1;
  min-height: 582px;
  top: 80px;
  -webkit-transform: none;
          transform: none;
}

.kt-megamenu .dropdown-menu .mega-nav, .kt-megamenu .dropdown .mega-nav {
  background-color: #E4D8D8;
  width: 370px;
  height: 100%;
  position: absolute;
}

.kt-megamenu .dropdown-menu .mega-nav .list-group-item, .kt-megamenu .dropdown .mega-nav .list-group-item {
  border-color: #959595;
}

.kt-megamenu .dropdown-menu .mega-nav li, .kt-megamenu .dropdown .mega-nav li {
  background: rgba(254, 250, 250, 0.5);
  padding: 28px 20px;
  position: initial;
  font-weight: 500;
}

.kt-megamenu .dropdown-menu .mega-nav li.show, .kt-megamenu .dropdown .mega-nav li.show {
  background-color: #fff;
}

.kt-megamenu .dropdown-menu .mega-cont, .kt-megamenu .dropdown .mega-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 370px);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 48px 40px 40px 48px;
  color: #1C1D1D;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.kt-megamenu .dropdown-menu .mega-cont.vissable, .kt-megamenu .dropdown .mega-cont.vissable {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.kt-megamenu .dropdown-menu .mega-cont h2, .kt-megamenu .dropdown .mega-cont h2 {
  font-size: 2.5rem;
  font-family: "Bosch", sans-serif;
}

.kt-megamenu .dropdown-menu .mega-cont .mega-list-menu, .kt-megamenu .dropdown .mega-cont .mega-list-menu {
  counter-reset: list-number;
}

.kt-megamenu .dropdown-menu .mega-cont .mega-list-menu .list-group-item, .kt-megamenu .dropdown .mega-cont .mega-list-menu .list-group-item {
  background-color: transparent;
  border-color: #5B5B5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 0;
}

.kt-megamenu .dropdown-menu .mega-cont .mega-list-menu .list-group-item:last-child, .kt-megamenu .dropdown .mega-cont .mega-list-menu .list-group-item:last-child {
  border-bottom-width: 1px;
}

.kt-megamenu .dropdown-menu .mega-cont .mega-list-menu .list-group-item:before, .kt-megamenu .dropdown .mega-cont .mega-list-menu .list-group-item:before {
  color: #e61d22;
  font-size: 0.8125rem;
  font-weight: 300;
}

.kt-megamenu .dropdown-menu .mega-cont .mega-list-menu .list-group-item a, .kt-megamenu .dropdown .mega-cont .mega-list-menu .list-group-item a {
  color: #1C1D1D;
  font-size: 1.25rem;
  font-family: "Bosch", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: default;
}

.kt-megamenu .dropdown-menu .mega-cont .mega-list-menu .list-group-item a .material-symbols-outlined, .kt-megamenu .dropdown .mega-cont .mega-list-menu .list-group-item a .material-symbols-outlined {
  color: #e61d22;
}

.kt-megamenu .dropdown-menu .mega-cont p, .kt-megamenu .dropdown .mega-cont p {
  font-size: 0.875rem;
  line-height: 24px;
}

.menu-around {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sm_menu_ham {
  top: 25px;
}

#sm_menu_ham span {
  background-color: #1C1D1D;
}

.sm_menu_outer {
  top: 76px;
  height: calc(100% - 76px);
  bottom: auto;
  background-color: #E4D8D8;
}

.sm_menu_outer.slide .mobile_menu {
  padding-left: 0;
}

.sm_menu_outer.slide .mobile_menu a {
  font: 400 1rem "IBM Plex Sans", sans-serif;
  padding-left: 55px;
  background-color: rgba(254, 250, 250, 0.5);
  color: #1C1D1D;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(254, 250, 250, 0.5);
  color: #1C1D1D;
}

.sm_menu_outer.slide .mobile_menu li.hasChild > a::after {
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-family: 'Material Symbols Outlined';
}

.sm_menu_outer.slide .mobile_menu li.back a {
  background-image: none;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.sm_menu_outer.slide .mobile_menu li.back a::before {
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-family: 'Material Symbols Outlined';
}

.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: #E4D8D8;
  padding-left: 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

header::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all ease-in .42s;
  transition: all ease-in .42s;
}

header .navbar {
  -webkit-transition: all ease-in .42s;
  transition: all ease-in .42s;
}

header .nav-link {
  position: relative;
}

header svg, header .svg {
  display: none;
}

header.header-fix .kt-megamenu .dropdown-menu.show, header.header-fix .kt-megamenu .dropdown.show {
  top: 68px;
}

header.header-fix .kt-megamenu .dropdown-menu.show img, header.header-fix .kt-megamenu .dropdown.show img {
  display: block;
}

header.header-fix::after {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

header.header-fix img {
  display: none;
}

header.header-fix svg, header.header-fix .svg {
  display: block;
}

header.header-fix .navbar {
  padding: 0.5rem var(--bs-navbar-padding-x);
}

.mmactive header {
  background-color: #fff;
}

.mmactive header.header-fix::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-hero {
  min-height: 100vh;
  background-image: url(/assets/images/hero-bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: calc( 52px + 8vh) 0;
  padding-bottom: calc( 52px + 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1440px) {
  .home-hero .container {
    padding: 0 1.9rem;
  }
}

.home-hero .home-hero-card {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .home-hero .home-hero-card {
    margin-top: 4vh;
  }
}

.home-hero .home-hero-card strong {
  display: block;
}

.home-hero .home-hero-card .title {
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}

.home-hero .home-hero-card .title .hindi-word {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: #e61d22;
}

.home-hero .nav {
  counter-reset: list-number;
  gap: 24px 38px;
}

.home-hero .nav .nav-link {
  font-size: 2.25rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
  color: #e61d22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: normal;
  gap: 10px;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .home-hero .nav .nav-link {
    font-size: 5.125rem;
    font-family: "Bosch", sans-serif;
    line-height: normal;
  }
}

.home-hero .nav .nav-link:hover {
  color: #DA1E28;
  background: -webkit-linear-gradient(left, #101011, #DA1E28, #DA1E28);
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animationgradienttitle;
          animation-name: animationgradienttitle;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.home-hero .nav .nav-link:before {
  color: #101011;
  font-size: 1.5rem;
  font-weight: 300;
}

.home-hero.inner-hero {
  padding-bottom: 2rem;
}

.home-hero.inner-hero .page-title {
  font-weight: 500;
  color: #e61d22;
}

.home-hero.inner-hero p {
  line-height: 24px;
}

.home-hero.inner-hero.pepople-hero {
  background-image: none;
  position: relative;
}

.home-hero.inner-hero.pepople-hero video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.home-hero.inner-hero.pepople-hero .video-color-overly {
  background-image: url(/assets/images/people-bg.png);
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.home-hero.inner-hero.pepople-hero .container {
  position: relative;
  z-index: 3;
}

.inner-hero-figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0 32px;
}

.inner-hero-figure figcaption {
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 12px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 767.5px) {
  .design-hero {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .design-hero {
    position: absolute;
    margin-left: -26px;
    bottom: 2rem;
  }
}

.people-hero {
  position: relative;
  margin-left: -26px;
  bottom: -48px;
}

.cloud-hero, .data-ai-hero, cad-hero, .generative-ai-hero {
  width: 280px;
}

h1 {
  font-size: 2.375rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
    font-family: "Bosch", sans-serif;
    line-height: normal;
  }
}

h2 {
  font-size: 2rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
    font-family: "Bosch", sans-serif;
    line-height: normal;
  }
}

h3 {
  font-size: 1.75rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.25rem;
    font-family: "Bosch", sans-serif;
    line-height: normal;
  }
}

h4 {
  font-size: 1.25rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
}

.h3 {
  font-size: 1.5rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .h3 {
    font-size: 2rem;
    font-family: "Bosch", sans-serif;
    line-height: normal;
  }
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.lh-normal {
  line-height: normal !important;
}

footer.section {
  padding-bottom: 0;
}

footer::after {
  display: none;
}

footer .contact-card {
  background-color: #F3E8E9;
  padding: 30px 28px;
  font-size: 0.875rem;
  line-height: 20px;
  padding-bottom: 55px;
}

footer .contact-card h4 {
  color: #e61d22;
}

footer .contact-card a {
  font-weight: 600;
}

footer .contact-card a.link {
  font-weight: 400;
  color: #1C1D1D;
}

footer .contact-card a.link:hover {
  color: #e61d22;
}

footer .footer-link {
  padding: 18px 28px;
}

form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #959595;
  font-size: 0.875rem;
  padding: 8px 0;
}

form .form-control::-webkit-input-placeholder {
  color: #959595;
}

form .form-control:-ms-input-placeholder {
  color: #959595;
}

form .form-control::-ms-input-placeholder {
  color: #959595;
}

form .form-control::placeholder {
  color: #959595;
}

form .form-control:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #e61d22;
}

.btn-primary {
  background: #e61d22;
  -webkit-box-shadow: 0 0 1px rgba(230, 29, 34, 0.25);
          box-shadow: 0 0 1px rgba(230, 29, 34, 0.25);
  color: #fff;
  border-color: #e61d22;
  border-radius: 0;
  font-size: 0.875rem;
  letter-spacing: .16px;
  padding: 8px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.btn-primary[role="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-primary:hover {
  background: #DA1E28;
  border-color: #DA1E28;
}

.btn-primary .material-symbols-outlined {
  font-size: 1rem;
}

.btn-primary:hover .material-symbols-outlined {
  -webkit-animation: bounceright .3s alternate ease infinite;
          animation: bounceright .3s alternate ease infinite;
}

.btn-link {
  color: #e61d22;
  border-radius: 0;
  font-size: 0.875rem;
  letter-spacing: .16px;
  padding: 8px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-decoration: none;
}

.btn-link[role="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-link:hover {
  -webkit-box-shadow: 0 0 1px rgba(230, 29, 34, 0.25);
          box-shadow: 0 0 1px rgba(230, 29, 34, 0.25);
  border: 1px solid #e61d22;
  color: #e61d22;
}

.btn-link .material-symbols-outlined {
  font-size: 1rem;
}

.btn-link:hover .material-symbols-outlined {
  -webkit-animation: bounceright .3s alternate ease infinite;
          animation: bounceright .3s alternate ease infinite;
}

a {
  color: #e61d22;
  text-decoration: none;
}

a:hover {
  color: #DA1E28;
}

.accordion.accordion-style {
  counter-reset: list-number;
}

.accordion.accordion-style .accordion-item {
  background-color: transparent;
  border: none;
}

.accordion.accordion-style .accordion-item:first-of-type {
  border-radius: 0;
}

.accordion.accordion-style .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.accordion.accordion-style .accordion-item .accordion-header {
  border-bottom: 1px solid #5B5B5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion.accordion-style .accordion-item .accordion-button {
  padding: 16px 0 14px 0;
  background-color: transparent;
  font-size: 1.5rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: normal;
  gap: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .accordion.accordion-style .accordion-item .accordion-button {
    font-size: 2rem;
    font-family: "Bosch", sans-serif;
    line-height: normal;
  }
}

.accordion.accordion-style .accordion-item .accordion-button:before {
  color: #e61d22;
  font-size: 1rem;
  font-weight: 300;
}

.accordion.accordion-style .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion.accordion-style .accordion-item .accordion-button::after {
  display: none;
}

.accordion.accordion-style .accordion-item .accordion-button:not(.collapsed) {
  color: #1C1D1D;
}

.accordion.accordion-style .accordion-item .accordion-body {
  padding: 12px 0;
  font-size: 0.875rem;
  line-height: 24px;
}

.accordion.accordion-style.accordion-style2 .accordion-item {
  border-bottom: 1px solid #959595;
}

.accordion.accordion-style.accordion-style2 .accordion-item:last-of-type {
  border-radius: 0;
}

.accordion.accordion-style.accordion-style2 .accordion-item .accordion-header {
  border-bottom: none;
}

.accordion.accordion-style.accordion-style2 .accordion-item .accordion-button {
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 16px;
}

.accordion.accordion-style.accordion-style2 .accordion-item .accordion-body {
  padding: 16px;
  padding-top: 0;
}

.accordion.accordion-style.no-list .accordion-button:before {
  display: none;
}

.accordion.accordion-style.no-list .accordion-button::after {
  display: block;
}

/* Author : Abhishekhar Gundeti */
html {
  scroll-behavior: smooth;
}

@media (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1900px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.875rem;
  color: #1C1D1D;
  overflow-x: hidden;
  line-height: 24px;
}

@media (min-width: 1620px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1560px;
  }
}

.primary-text, .accordion.accordion-style.accordion-style2 .accordion-item .accordion-button[aria-expanded="true"] {
  color: #e61d22;
}

.nav-link:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.learn-btn {
  text-decoration: none;
  font-size: 1rem;
  background-color: #e61d22;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 8px 15px;
}

.learn-btn span span {
  font-weight: 600;
}

.learn-btn .material-symbols-outlined {
  font-size: 1rem;
}

.learn-btn:hover {
  background-color: #DA1E28;
  color: #fff;
}

.dropdown-toggle::after {
  border: none;
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-family: 'Material Symbols Outlined';
}

.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 576px) {
  .section {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .section {
    overflow: visible;
  }
}

.section .container {
  z-index: 2;
  position: relative;
}

@media (min-width: 1440px) {
  .section .container {
    padding: 0 1.9rem;
  }
}

.section::after {
  content: "";
  background-image: radial-gradient(at -1% 41%, rgba(230, 29, 34, 0.17) 0px, transparent 50%);
  background-repeat: no-repeat;
  position: absolute;
  top: -10%;
  left: 0;
  width: 1057px;
  max-width: 100%;
  height: 1057px;
  z-index: 1;
  content: "";
  height: 1057px;
  z-index: 1;
}

.section:nth-child(odd)::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -60%;
}

hr {
  background-color: #5B5B5B;
  opacity: 1;
}

hr.primary {
  background-color: #F0B5B7;
  border-color: #F0B5B7;
}

.kt-img-radius {
  border-radius: 0 32px;
}

.our-story-section p {
  line-height: 30px;
}

.kt-home-casestudies-section {
  width: 378px;
  max-width: 100%;
}

.kt-home-casestudies-section .row .col {
  font-size: 0.875rem;
  padding: 54px 22px 26px 22px;
  background-color: #EECDCD;
}

.kt-home-casestudies-section .row .col span {
  font-size: 3rem;
  font-family: "Bosch", sans-serif;
  line-height: normal;
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}

.kt-home-casestudies-section .row .col:last-child {
  border-radius: 0px 32px 0px 0px;
  background: #F8EAEA;
}

.kt-home-casestudies-section figure {
  border-radius: 0px 0px 0px 32px;
  overflow: hidden;
  position: relative;
}

.kt-home-casestudies-section figure figcaption {
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 12px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.kt-home-casestudies-section.design-service {
  width: 413px;
}

.kt-home-casestudies-section.design-service .col {
  height: 306px;
}

.kt-home-casestudies-section.design-service .col:nth-of-type(2) {
  width: 224px;
  position: relative;
}

.kt-home-casestudies-section.design-service .col:nth-of-type(2) img {
  height: 335px;
  position: absolute;
}

@media (max-width: 575.98px) {
  .kt-home-casestudies-section.design-service .col:nth-of-type(2) img {
    top: 145px;
    right: 0;
    max-width: 90vw;
  }
}

@media (min-width: 576px) {
  .kt-home-casestudies-section.design-service .col:nth-of-type(2) img {
    top: 25px;
    left: 8px;
  }
}

@media (max-width: 767.98px) {
  .design-ourprocess-section .accordion-style {
    margin-top: 12rem;
  }
}

@media (max-width: 576px) {
  .life-kaara-section h2 {
    margin-top: 50px;
  }
}

.life-kaara .carousel .carousel-inner {
  counter-reset: list-number;
}

.life-kaara .carousel .carousel-inner .carousel-item {
  height: 106px;
}

.life-kaara .carousel .carousel-inner .carousel-item .active-tem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.life-kaara .carousel .carousel-inner .carousel-item .count {
  color: #e61d22;
  font-size: 1.5rem;
  font-weight: 300;
}

.life-kaara .carousel .carousel-inner .carousel-item p {
  font-size: 0.875rem;
  line-height: 30px;
}

.life-kaara .carousel .carousel-indicators {
  margin-bottom: -1rem;
  position: absolute;
  left: 55px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
}

.life-kaara .carousel .carousel-indicators [data-bs-target] {
  border-radius: 6px;
  background: #B3B3B3;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: none;
}

.life-kaara .carousel .carousel-indicators [data-bs-target].active {
  background-color: #e61d22;
  position: relative;
  margin-right: 30px;
}

.life-kaara .carousel .carousel-indicators [data-bs-target].active::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  background: #B3B3B3;
  left: 10px;
}

.people-testi .carousel-item {
  height: 220px !important;
}

@media (max-width: 576px) {
  .people-testi .carousel-item {
    height: 330px !important;
  }
}

.people-testi .carousel-indicators {
  margin-bottom: -3rem;
  position: absolute;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  margin-right: 0;
  margin-left: 0;
}

.people-testi .carousel-indicators [data-bs-target] {
  border-radius: 6px;
  background: #B3B3B3;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: none;
}

.people-testi .carousel-indicators [data-bs-target].active {
  background-color: #e61d22;
  position: relative;
  margin-right: 30px;
}

.people-testi .carousel-indicators [data-bs-target].active::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  background: #B3B3B3;
  left: 10px;
}

.our-customers-section figure {
  border: 1px dashed #B3B3B3;
  height: 100px;
  width: 200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 10px;
}

.our-customers-section figure img {
  max-width: 100%;
}

.our-team-section {
  font-size: 16px;
}

.our-team-section figure img {
  border-radius: 0px 32px;
}

.our-team-section span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.success-stories-section .box {
  background-color: #F8EAEA;
  padding: 46px 38px;
  border-radius: 0px 32px 0 0;
}

.success-stories-section .box figure {
  margin: -46px -38px;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 0px 32px;
  overflow: hidden;
}

.success-stories-section .box figure img {
  max-width: 100%;
  border-radius: 0px 32px;
}

.success-stories-section .box figure figcaption {
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 12px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.tags li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 20px 16px;
  border-radius: 30px;
  background: #F7F6F6;
  font-size: 20px;
  color: #e61d22;
}

.projects-section .box {
  border-radius: 12px;
  overflow: hidden;
}

.projects-section .box figure {
  position: relative;
  margin-bottom: 0;
}

.projects-section .box figure img {
  height: 285px;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}

.projects-section .box figure figcaption {
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 26px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.avatar {
  border: 1px solid #BDBDBD;
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.avatar.lg {
  height: 120px;
  width: 120px;
}

.dna-sec.row .col-md-3:nth-child(even) .people-box {
  background-color: #FEFAFA;
}

.people-box {
  border-radius: 12px;
  padding: 18px 12px 18px 12px;
  line-height: 24px;
  min-height: 132px;
  background-color: #F8EAEA;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media (max-width: 576px) {
  .people-box {
    min-height: auto;
  }
}

.people-box img {
  width: 40px;
  height: 40px;
}

.people-box ul {
  margin-top: 1rem;
}

.people-box ul li + li {
  margin-top: 16px;
}

.people-dna {
  width: 100%;
  border-radius: 0 30px;
}

.happy-work-list {
  counter-reset: list-number;
}

.happy-work-list .h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #5B5B5B;
  margin-bottom: 0;
  padding: 6px 0;
}

.happy-work-list .h3:before {
  color: #e61d22;
  font-size: 1rem;
  font-weight: 300;
  margin-right: 8px;
}

.happy-work-list li + li {
  margin-top: 24px;
}

.happy-work-list.w-100 .h3 {
  width: 100%;
}

.happy-work-list.w-100 li + li {
  margin-top: 14px;
}

.happy-place {
  border-radius: 0 32px;
}

@media (min-width: 768px) {
  .job-row.gx-md-5 {
    --bs-gutter-x: 9.125rem;
  }
}

.job-row .job-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #5B5B5B;
  padding: 10px 0;
  position: relative;
}

.job-row .job-card .material-symbols-outlined {
  color: #e61d22;
}

.job-row .job-card:hover {
  color: #e61d22;
}

.lSPager {
  display: none;
}
/*# sourceMappingURL=styles.css.map */