@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.relative {
  position: relative; }
  .relative .absoluteLink {
    position: absolute;
    top: -100px; }
  .relative #our-vision-2 {
    top: -200px; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body.noscroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%; }

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #1B1B1B;
  padding-top: 74px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400; }

body.search-active {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

.header-search-box {
  position: fixed;
  display: none;
  top: 73px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.5s ease-in-out 0s;
  z-index: 120; }
  .header-search-box .redbox-search {
    background: rgba(214, 35, 23, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 470px;
    width: 100%; }
    .header-search-box .redbox-search .wrapperContainer .close-search {
      position: absolute;
      right: 50px;
      top: 35px;
      background: url("../../assets/img/srch-cross.svg") no-repeat;
      height: 24px;
      width: 24px;
      cursor: pointer; }
    .header-search-box .redbox-search .wrapperContainer .search-wrapper {
      max-width: 100%;
      margin: 0 auto 50px; }
      .header-search-box .redbox-search .wrapperContainer .search-wrapper .heading-one {
        font-family: "HermesFB";
        color: #FFFFFF; }
      .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch {
        margin-top: 40px; }
        .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form input {
          width: 75%;
          border: none;
          border-bottom: 1px solid #FFFFFF;
          padding-bottom: 10px;
          color: #FFFFFF; }
          .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form input::placeholder {
            color: #FFFFFF;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            font-weight: 500; }
        .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-default, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-white, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-transparent {
          background: #FFFFFF;
          border-radius: 100px;
          height: 52px;
          padding: 0 47px 0 35px;
          max-width: 160px;
          font-family: "HermesFB";
          color: #1B1B1B;
          margin-left: 27px;
          position: relative; }
          .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-default:hover, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-white:hover, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-transparent:hover {
            color: white;
            background-color: unset; }
            .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-default:hover::after, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-white:hover::after, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-transparent:hover::after {
              filter: brightness(0.5) invert(1); }
          .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-default::before, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-white::before, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-transparent::before {
            background-color: #363636; }
          .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-default::after, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-white::after, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-transparent::after {
            content: "";
            position: absolute;
            bottom: 18px;
            right: 22px;
            background-color: unset;
            left: unset;
            background-image: url("../../assets/img/submitArrowIcon.svg");
            background-repeat: no-repeat;
            background-position: center;
            height: 16px;
            width: 16px;
            z-index: 999; }
  @media (max-width: 991px) {
    .header-search-box .redbox-search .wrapperContainer .search-wrapper {
      margin: 0 auto 0; }
      .header-search-box .redbox-search .wrapperContainer .search-wrapper .heading-one {
        font-size: 34px;
        font-weight: 400;
        line-height: 45px; }
      .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form input {
        width: 100%;
        margin-bottom: 54px; }
      .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-default, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-white, .header-search-box .redbox-search .wrapperContainer .search-wrapper .form-srch form .btn-transparent {
        margin-left: unset; }
    .header-search-box .redbox-search .wrapperContainer .close-search {
      right: 19px;
      top: 23px; } }

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #363636;
  line-height: 25px; }
  @media (max-width: 991px) {
    p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; } }

button {
  font-family: "HermesFB";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  border: none; }

img {
  max-width: 100%;
  height: 100%; }

ul,
ol,
li {
  list-style-type: none; }

a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #1B1B1B;
  transition: all 0.5s ease-in-out;
  display: block; }

table {
  border-collapse: collapse;
  border: 0; }

tr {
  background-color: #e1e1e1;
  border: 1px solid #aeaeae;
  text-transform: uppercase; }

.tableHeading {
  font-size: 18px;
  line-height: 28px;
  font-family: "HermesFB";
  color: #000000; }

input,
textarea,
button,
select {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  outline: none;
  font-size: 18px;
  line-height: 28px; }

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none; }

button {
  border: none;
  cursor: pointer; }

.wrapperContainer {
  max-width: calc(100% - 40px);
  margin: auto; }

.commonMargin {
  margin: 80px 0; }
  @media (max-width: 991px) {
    .commonMargin {
      margin: 48px 0; } }

lottie-player {
  width: 300px;
  height: 300px;
  max-width: 300px;
  margin: auto; }

#lottie-loader {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; }

.m-auto {
  margin: auto; }

.detailedBanner {
  position: relative;
  padding-top: calc(690 / 1900 * 100%); }
  .detailedBanner img {
    position: absolute;
    top: 0;
    left: 0; }

.com-pad {
  padding: 80px 0; }
  @media (max-width: 991px) {
    .com-pad {
      padding: 48px 0; } }

.col-25 {
  width: 25%; }

.col-33 {
  flex: 1; }

.bg-blue {
  background-color: #083A81; }

.lightGray {
  background-color: #F4F4F4; }

.swiper-button-next {
  transition: all 0.5s ease-in-out; }

.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #d62317;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: -1; }
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
  transform: scale(1); }

.desktop-div {
  display: block; }
  @media (max-width: 991px) {
    .desktop-div {
      display: none; } }

.mobile-div {
  display: none; }
  @media (max-width: 991px) {
    .mobile-div {
      display: block; } }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.col-50 {
  width: 50%; }
  @media (max-width: 991px) {
    .col-50 {
      width: 100%; } }

.img-hover {
  overflow: hidden;
  border-radius: 20px; }
  .img-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out; }
  .img-hover:hover img {
    transform: scale(1.05); }

.text-white {
  color: #FFFFFF; }

.commonBannerBox {
  position: relative; }
  .commonBannerBox .image {
    position: relative;
    padding-top: calc(606 / 1440 * 100%);
    border-radius: 20px; }
    @media (max-width: 991px) {
      .commonBannerBox .image {
        padding-top: calc(532 / 357 * 100%); } }
    .commonBannerBox .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .commonBannerBox .image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
      pointer-events: none; }
  .commonBannerBox .banner-content {
    position: absolute;
    bottom: 103px;
    left: 43px;
    max-width: 750px;
    z-index: 2; }
    .commonBannerBox .banner-content p {
      max-width: 500px; }
    @media (max-width: 991px) {
      .commonBannerBox .banner-content {
        left: 18px;
        bottom: 20px;
        max-width: 288px; } }

.date-tag {
  position: relative;
  padding-left: 30px; }
  .date-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../assets/img/calendar.svg) no-repeat;
    width: 24px;
    height: 24px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #363636;
  font-family: "HermesFB";
  text-transform: uppercase;
  letter-spacing: 0.04em; }

label {
  font-family: "HermesFB"; }

.heading-one {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .heading-one {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .heading-one {
      font-size: 22px; } }

.heading-red {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: "HermesFB";
  font-weight: 700;
  text-transform: unset;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .heading-red {
      font-size: 24px;
      line-height: 38px; } }

.heading-red span {
  font-weight: 400;
  color: #D62317; }

.heading-two {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .heading-two {
      font-size: 22px; } }

.heading-three {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px; }

.heading-four {
  font-size: 24px;
  line-height: 38px; }
  @media (max-width: 991px) {
    .heading-four {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; } }

.heading-six {
  font-size: 22px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .heading-six {
      font-size: 22px; } }

.text-center {
  text-align: center; }

.text-transform {
  text-transform: uppercase; }

.tableFont {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "HermesFB";
  color: #000000; }

.btn-default, .btn-white, .btn-transparent {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  line-height: 12px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 20px 50px;
  border-radius: 100px;
  display: inline-block;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "HermesFB"; }
  .btn-default:after, .btn-white:after, .btn-transparent:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D62317;
    border-radius: 100px;
    z-index: -2; }
  .btn-default:before, .btn-white:before, .btn-transparent:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1B1B1B;
    transition: all .3s;
    border-radius: 100px;
    z-index: -1; }
  .btn-default:hover, .btn-white:hover, .btn-transparent:hover {
    color: #FFFFFF; }
    .btn-default:hover:before, .btn-white:hover:before, .btn-transparent:hover:before {
      width: 100%; }

.btn-white {
  color: #363636; }
  .btn-white:after {
    background-color: #FFFFFF; }
  .btn-white:before {
    background-color: #D62317; }
  .btn-white:hover {
    color: #FFFFFF; }

.btn-transparent {
  border: 1px solid #AEAEAE;
  color: #1B1B1B;
  padding: 13px 45px;
  line-height: 19px; }
  .btn-transparent:after {
    content: '';
    background-color: #FFFFFF; }
  .btn-transparent:before {
    background-color: #D62317; }

.small-btn {
  padding: 20px 30px; }

.form-group:not(:last-child) {
  margin-bottom: 40px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; }
.form-group select {
  border: none;
  padding-bottom: 22px;
  border-bottom: 1px solid #AEAEAE;
  background: url(../assets/img/chevrondown.svg) no-repeat right center; }

.contact-form-box .form-group label {
  color: #353535;
  margin-bottom: 20px;
  display: block;
  font-family: "HermesFB"; }
.contact-form-box .form-group .form-input input, .contact-form-box .form-group .form-input textarea, .contact-form-box .form-group .form-input select {
  border: none;
  background: #FFFFFF;
  border-radius: 8px;
  height: 50px;
  padding: 0 15px;
  font-family: "HermesFB"; }
  .contact-form-box .form-group .form-input input::placeholder, .contact-form-box .form-group .form-input textarea::placeholder, .contact-form-box .form-group .form-input select::placeholder {
    color: #AEAEAE; }
.contact-form-box .form-group .form-input textarea {
  height: 100px;
  resize: none;
  padding-top: 23px; }
.contact-form-box .form-group .form-input select {
  color: #AEAEAE;
  background: #FFFFFF url(../assets/img/chevrondown.svg) no-repeat 98% center; }
  .contact-form-box .form-group .form-input select option {
    color: #1B1B1B; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.common-col, .col-33 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-33 {
  flex: 0 0 33.33%;
  max-width: 0 0 33.33%; }
  @media (max-width: 991px) {
    .col-33 {
      flex: 0 0 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #363636;
  font-family: "HermesFB";
  text-transform: uppercase;
  letter-spacing: 0.04em; }

label {
  font-family: "HermesFB"; }

.heading-one {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .heading-one {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .heading-one {
      font-size: 22px; } }

.heading-red {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: "HermesFB";
  font-weight: 700;
  text-transform: unset;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .heading-red {
      font-size: 24px;
      line-height: 38px; } }

.heading-red span {
  font-weight: 400;
  color: #D62317; }

.heading-two {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .heading-two {
      font-size: 22px; } }

.heading-three {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px; }

.heading-four {
  font-size: 24px;
  line-height: 38px; }
  @media (max-width: 991px) {
    .heading-four {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; } }

.heading-six {
  font-size: 22px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .heading-six {
      font-size: 22px; } }

.text-center {
  text-align: center; }

.text-transform {
  text-transform: uppercase; }

.tableFont {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "HermesFB";
  color: #000000; }

@font-face {
  font-family: "HermesFB";
  src: url("../../assets/fonts/HermesFB-Thin.eot");
  src: url("../../assets/fonts/HermesFB-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-Thin.woff2") format("woff2"), url("../../assets/fonts/HermesFB-Thin.woff") format("woff"), url("../../assets/fonts/HermesFB-Thin.ttf") format("truetype"), url("../../assets/fonts/HermesFB-Thin.svg#HermesFB-Thin") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "HermesFB";
  src: url("../../assets/fonts/HermesFB-Regular.eot");
  src: url("../../assets/fonts/HermesFB-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-Regular.woff2") format("woff2"), url("../../assets/fonts/HermesFB-Regular.woff") format("woff"), url("../../assets/fonts/HermesFB-Regular.ttf") format("truetype"), url("../../assets/fonts/HermesFB-Regular.svg#HermesFB-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "HermesFB";
  src: url("../../assets/fonts/HermesFB-ThinItalic.eot");
  src: url("../../assets/fonts/HermesFB-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-ThinItalic.woff2") format("woff2"), url("../../assets/fonts/HermesFB-ThinItalic.woff") format("woff"), url("../../assets/fonts/HermesFB-ThinItalic.ttf") format("truetype"), url("../../assets/fonts/HermesFB-ThinItalic.svg#HermesFB-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "HermesFB";
  src: url("../../assets/fonts/HermesFB-BoldItalic.eot");
  src: url("../../assets/fonts/HermesFB-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-BoldItalic.woff2") format("woff2"), url("../../assets/fonts/HermesFB-BoldItalic.woff") format("woff"), url("../../assets/fonts/HermesFB-BoldItalic.ttf") format("truetype"), url("../../assets/fonts/HermesFB-BoldItalic.svg#HermesFB-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "HermesFB";
  src: url("../../assets/fonts/HermesFB-Bold.eot");
  src: url("../../assets/fonts/HermesFB-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-Bold.woff2") format("woff2"), url("../../assets/fonts/HermesFB-Bold.woff") format("woff"), url("../../assets/fonts/HermesFB-Bold.ttf") format("truetype"), url("../../assets/fonts/HermesFB-Bold.svg#HermesFB-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "HermesFB";
  src: url("../../assets/fonts/HermesFB-BlackItalic.eot");
  src: url("../../assets/fonts/HermesFB-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-BlackItalic.woff2") format("woff2"), url("../../assets/fonts/HermesFB-BlackItalic.woff") format("woff"), url("../../assets/fonts/HermesFB-BlackItalic.ttf") format("truetype"), url("../../assets/fonts/HermesFB-BlackItalic.svg#HermesFB-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "HermesFB RegularItalic";
  src: url("../../assets/fonts/HermesFB-RegularItalic.eot");
  src: url("../../assets/fonts/HermesFB-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-RegularItalic.woff2") format("woff2"), url("../../assets/fonts/HermesFB-RegularItalic.woff") format("woff"), url("../../assets/fonts/HermesFB-RegularItalic.ttf") format("truetype"), url("../../assets/fonts/HermesFB-RegularItalic.svg#HermesFB-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "HermesFB";
  src: url("../../assets/fonts/HermesFB-Black.eot");
  src: url("../../assets/fonts/HermesFB-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HermesFB-Black.woff2") format("woff2"), url("../../assets/fonts/HermesFB-Black.woff") format("woff"), url("../../assets/fonts/HermesFB-Black.ttf") format("truetype"), url("../../assets/fonts/HermesFB-Black.svg#HermesFB-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
.footerSection {
  background-color: #000000;
  margin-top: 100px; }
  .footerSection .footerBorder {
    border-bottom: 1px solid #363636; }
    .footerSection .footerBorder .footerTop {
      border-bottom: 1px solid #363636; }
  .footerSection .contactDetails {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%; }
    .footerSection .contactDetails .locationDetails {
      background-color: #363636; }
    .footerSection .contactDetails .details {
      flex: 0 0 25%;
      border-right: 1px solid #363636;
      align-items: center;
      padding: 35px 15px 35px 0;
      max-width: 25%; }
      .footerSection .contactDetails .details .childDetails {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center; }
      .footerSection .contactDetails .details:first-child .childDetails {
        padding-left: 0;
        justify-content: start; }
      .footerSection .contactDetails .details img {
        display: block; }
      .footerSection .contactDetails .details span {
        display: block;
        position: relative;
        font-family: "HermesFB";
        font-weight: 700;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase; }
        .footerSection .contactDetails .details span a {
          font-family: "HermesFB";
          font-weight: 700;
          font-size: 24px;
          color: #FFFFFF;
          line-height: 100%;
          letter-spacing: 0%;
          text-transform: uppercase; }
      .footerSection .contactDetails .details:last-child {
        border-right: none; }
    .footerSection .contactDetails::before {
      content: "";
      background: #363636;
      height: 100%;
      width: 100%;
      position: absolute;
      left: -100%;
      top: 0;
      border-bottom: 1px solid #363636; }
  .footerSection .menuItemsList {
    display: flex;
    align-items: start;
    gap: 70px;
    padding-top: 85px;
    padding-left: 21px;
    padding-right: 21px; }
    .footerSection .menuItemsList .col-25 .menuItemsNames {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative; }
      .footerSection .menuItemsList .col-25 .menuItemsNames span {
        display: block;
        font-family: "HermesFB";
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFFFFF; }
      .footerSection .menuItemsList .col-25 .menuItemsNames ul {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .footerSection .menuItemsList .col-25 .menuItemsNames ul li a {
          display: inline;
          font-family: "Inter", sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #FFFFFF;
          line-height: 100%;
          letter-spacing: 0%;
          background: linear-gradient(90deg, #d62317, #d62317, 50%, #fff 50%);
          color: #1B1B1B;
          text-decoration: none;
          -webkit-text-fill-color: transparent;
          -webkit-background-clip: text;
          background-size: 200% 100%;
          background-position: 100%;
          transition: background-position 0.4s ease; }
          .footerSection .menuItemsList .col-25 .menuItemsNames ul li a:hover {
            background-position: 0%; }
      .footerSection .menuItemsList .col-25 .menuItemsNames::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 270px;
        border: 0.2px solid #363636; }
    .footerSection .menuItemsList .col-25:last-child {
      border-right: none; }
  .footerSection .connectWithUs {
    padding: 40px 20px 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .footerSection .connectWithUs span {
      display: block;
      font-family: "HermesFB";
      font-weight: 700;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #FFFFFF; }
    .footerSection .connectWithUs .socialMediaIcons {
      display: flex;
      gap: 20px; }
      .footerSection .connectWithUs .socialMediaIcons a {
        text-decoration: none; }
  .footerSection .copyRightItems {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 20px;
    background-color: #FFFFFF; }
    .footerSection .copyRightItems .copyrightContent p {
      font-family: "HermesFB";
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #363636;
      background: linear-gradient(90deg, #d62317, #d62317, 50%, #363636 50%);
      color: #1B1B1B;
      text-decoration: none;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 0.4s ease; }
      .footerSection .copyRightItems .copyrightContent p:hover {
        background-position: 0%; }
    .footerSection .copyRightItems .policyList {
      display: flex;
      gap: 10px; }
      .footerSection .copyRightItems .policyList span {
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        position: relative; }
        .footerSection .copyRightItems .policyList span a {
          font-family: "HermesFB";
          font-weight: 400;
          font-size: 14px;
          line-height: 100%;
          letter-spacing: 0%;
          color: #363636;
          transition: all 0.5s ease-in-out;
          background: linear-gradient(90deg, #d62317, #d62317, 50%, #363636 50%);
          color: #1B1B1B;
          text-decoration: none;
          -webkit-text-fill-color: transparent;
          -webkit-background-clip: text;
          background-size: 200% 100%;
          background-position: 100%;
          transition: background-position 0.4s ease; }
          .footerSection .copyRightItems .policyList span a:hover {
            background-position: 0%; }
        .footerSection .copyRightItems .policyList span p {
          padding-right: 5px; }
        .footerSection .copyRightItems .policyList span::after {
          content: "";
          height: 100%;
          position: absolute;
          right: -5px;
          border: 1px solid #363636; }
        .footerSection .copyRightItems .policyList span:last-child::after {
          content: unset; }
  .footerSection .footerMenuMobile {
    display: none; }
  @media (max-width: 991px) {
    .footerSection {
      margin-top: 40px; }
      .footerSection .wrapperContainer {
        max-width: 100%;
        margin: unset; }
        .footerSection .wrapperContainer .contactDetails {
          width: 100%;
          display: block; }
          .footerSection .wrapperContainer .contactDetails .details {
            max-width: 100%;
            padding: 30px 15px 30px 0; }
            .footerSection .wrapperContainer .contactDetails .details:first-child .childDetails {
              justify-content: center; }
            .footerSection .wrapperContainer .contactDetails .details span {
              font-size: 18px;
              line-height: 28px; }
              .footerSection .wrapperContainer .contactDetails .details span a {
                font-size: 18px;
                line-height: 28px; }
        .footerSection .wrapperContainer .menuItemsList {
          display: none; }
        .footerSection .wrapperContainer .connectWithUs {
          display: none; }
        .footerSection .wrapperContainer .footerMenuMobile {
          display: flex;
          flex-direction: column;
          gap: 30px;
          max-width: calc(100% - 33px);
          margin: auto;
          padding: 23px 0; }
          .footerSection .wrapperContainer .footerMenuMobile .mobileMenuList .mobileList {
            display: flex;
            flex-direction: column;
            gap: 30px; }
            .footerSection .wrapperContainer .footerMenuMobile .mobileMenuList .mobileList li {
              position: relative;
              font-size: 24px;
              line-height: 38px;
              color: #FFFFFF;
              font-family: "HermesFB";
              font-weight: 700; }
              .footerSection .wrapperContainer .footerMenuMobile .mobileMenuList .mobileList li a {
                font-size: 24px;
                line-height: 38px;
                color: #FFFFFF;
                font-family: "HermesFB";
                font-weight: 700; }
              .footerSection .wrapperContainer .footerMenuMobile .mobileMenuList .mobileList li img {
                position: absolute;
                right: 0;
                height: 24px;
                width: 26px;
                top: 8px;
                transition: all 0.3s ease-in-out; }
              .footerSection .wrapperContainer .footerMenuMobile .mobileMenuList .mobileList li .mobileDropDown {
                display: flex;
                flex-direction: column;
                gap: 16px;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                transition: all 0.3s ease-in-out; }
                .footerSection .wrapperContainer .footerMenuMobile .mobileMenuList .mobileList li .mobileDropDown li a {
                  font-size: 24px;
                  line-height: 38px;
                  color: #FFFFFF;
                  font-family: "HermesFB";
                  font-weight: 700; }
          .footerSection .wrapperContainer .footerMenuMobile .connectMobile {
            display: flex;
            flex-direction: column;
            gap: 20px; }
            .footerSection .wrapperContainer .footerMenuMobile .connectMobile span {
              display: block;
              font-size: 20px;
              line-height: 26px;
              color: #FFFFFF;
              font-family: "HermesFB";
              font-weight: 700; }
            .footerSection .wrapperContainer .footerMenuMobile .connectMobile .socialMobileIcons {
              display: flex;
              gap: 30px; }
      .footerSection .copyRightItems {
        flex-wrap: wrap;
        justify-content: center;
        padding: 23px 0; }
        .footerSection .copyRightItems .copyrightContent {
          order: 1;
          padding-top: 7px; }
        .footerSection .copyRightItems .policyList {
          gap: 10px;
          width: 100%;
          justify-content: center; }
          .footerSection .copyRightItems .policyList span a {
            font-size: 12px; } }

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 73px;
  width: 100%;
  z-index: 150;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease; }
  header .wrapperContainer .headerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; }
    header .wrapperContainer .headerDiv .eicherLogoImg {
      padding: 20px 0;
      width: 130px; }
      header .wrapperContainer .headerDiv .eicherLogoImg img {
        max-width: 100%;
        height: auto; }
    @media (max-width: 991px) {
      header .wrapperContainer .headerDiv {
        justify-content: space-between;
        gap: 24px; } }
  header .wrapperContainer .col-60 {
    flex: 1 1 auto;
    justify-content: center; }
    header .wrapperContainer .col-60 .listItems {
      display: flex;
      align-items: center;
      gap: 30px;
      justify-content: center; }
      header .wrapperContainer .col-60 .listItems .dropDown {
        list-style: none;
        position: relative;
        line-height: 67px; }
        header .wrapperContainer .col-60 .listItems .dropDown a {
          font-family: "HermesFB";
          display: flex;
          gap: 4px;
          align-items: center;
          font-weight: 400;
          font-size: 14px;
          line-height: unset;
          letter-spacing: 4%;
          text-transform: uppercase;
          background: linear-gradient(90deg, #d62317, #d62317, 50%, #363636 50%);
          color: #1B1B1B;
          text-decoration: none;
          -webkit-text-fill-color: transparent;
          -webkit-background-clip: text;
          background-size: 200% 100%;
          background-position: 100%;
          transition: background-position 0.4s ease; }
          header .wrapperContainer .col-60 .listItems .dropDown a:hover {
            background-position: 0%; }
        header .wrapperContainer .col-60 .listItems .dropDown .drop-menu {
          display: none;
          transition: all 0.4s ease-in-out;
          position: absolute;
          top: 100%;
          left: 0;
          backdrop-filter: blur(42px);
          -webkit-backdrop-filter: blur(42px);
          background: #fff;
          width: 250px;
          z-index: 10;
          transform: translateY(20px);
          box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.12);
          padding: 15px 0; }
          header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center; }
            header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li {
              display: flex;
              align-items: center;
              list-style-type: none;
              width: 100%;
              font-family: "HermesFB";
              font-weight: 400;
              color: #000;
              padding: 5px 15px;
              margin: 0;
              line-height: 26px;
              font-size: 14px;
              text-transform: uppercase;
              letter-spacing: 0.56px; }
              header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li a {
                font-size: 14px;
                width: 100%;
                display: block;
                background: linear-gradient(90deg, #d62317, #d62317, 50%, #363636 50%);
                color: #1B1B1B;
                text-decoration: none;
                -webkit-text-fill-color: transparent;
                -webkit-background-clip: text;
                background-size: 200% 100%;
                background-position: 100%;
                transition: background-position 0.4s ease; }
                header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li a:hover {
                  background-position: 0%; }
              header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li img {
                rotate: 270deg; }
              header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li .insideDropDown {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 10%;
                left: 100%;
                right: auto;
                min-width: 250px;
                backdrop-filter: blur(42px);
                -webkit-backdrop-filter: blur(42px);
                background: #fff;
                box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.12);
                padding: 15px 0;
                transition: all 0.3s ease-in-out;
                transform: translateX(20px); }
                header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li .insideDropDown li {
                  display: block;
                  width: 100%;
                  font-family: HermesFB;
                  font-weight: 400;
                  color: #000;
                  padding: 5px 15px;
                  margin: 0;
                  line-height: 26px; }
                  header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li .insideDropDown li a {
                    background: linear-gradient(90deg, #d62317, #d62317, 50%, #363636 50%);
                    color: #1B1B1B;
                    text-decoration: none;
                    -webkit-text-fill-color: transparent;
                    -webkit-background-clip: text;
                    background-size: 200% 100%;
                    background-position: 100%;
                    transition: background-position 0.4s ease; }
                    header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li .insideDropDown li a:hover {
                      background-position: 0%; }
              header .wrapperContainer .col-60 .listItems .dropDown .drop-menu ul li:hover .insideDropDown {
                visibility: visible;
                opacity: 1;
                transform: translateX(0); }
        header .wrapperContainer .col-60 .listItems .dropDown:hover .drop-menu {
          display: block;
          top: 100%;
          transform: translateY(0); }
    @media (max-width: 991px) {
      header .wrapperContainer .col-60 {
        display: none; } }
  header .wrapperContainer .col-10 .hamburgerIcon {
    display: none; }
    @media (max-width: 991px) {
      header .wrapperContainer .col-10 .hamburgerIcon {
        display: block; } }
  header .wrapperContainer .searchIcon {
    cursor: pointer; }

.mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  background: rgba(255, 255, 255, 0);
  display: none; }
  .mobile-menu .right-side {
    width: 350px;
    padding: 79px 0;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto; }
    .mobile-menu .right-side .closebt {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 16px;
      height: 21px;
      overflow: hidden;
      cursor: pointer; }
    .mobile-menu .right-side ul {
      max-width: calc(100% - 54px);
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 40px; }
      .mobile-menu .right-side ul .mobilesubmenu {
        position: relative; }
        .mobile-menu .right-side ul .mobilesubmenu::after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          background-image: url("../../assets/img/chevrondown.svg");
          background-repeat: no-repeat;
          background-position: center center;
          width: 18px;
          height: 18px;
          transform: rotate(0deg);
          transition: all 0.3s ease-in-out; }
        .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown {
          max-width: 100%;
          opacity: 0;
          max-height: 0;
          transition: all 0.3s ease-in-out; }
          .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown li {
            position: relative; }
            .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown li::after {
              content: "";
              position: absolute;
              right: 0;
              top: 0;
              background-image: url("../../assets/img/chevrondown.svg");
              background-repeat: no-repeat;
              background-position: center center;
              width: 18px;
              height: 18px;
              transform: rotate(0deg);
              transition: all 0.3s ease-in-out;
              pointer-events: none; }
            .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown li:last-child {
              border-bottom: none; }
            .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown li .nestedmobileDropDown {
              max-width: 100%;
              opacity: 0;
              max-height: 0;
              transition: all 0.3s ease-in-out; }
              .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown li .nestedmobileDropDown li::after {
                content: none; }
          .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown .nestedListOpen .nestedmobileDropDown {
            opacity: 1;
            max-height: 500px;
            margin-top: 10px; }
          .mobile-menu .right-side ul .mobilesubmenu .headermobileDropDown .nestedListOpen::after {
            transform: rotate(180deg); }
      .mobile-menu .right-side ul .mobilesubmenu.dropDownOpen::after {
        transform: rotate(180deg); }
      .mobile-menu .right-side ul .mobilesubmenu.dropDownOpen .headermobileDropDown {
        opacity: 1;
        max-height: 500px;
        margin-top: 20px; }
      .mobile-menu .right-side ul li {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 10px; }
        .mobile-menu .right-side ul li a {
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          font-family: "HermesFB";
          text-transform: uppercase;
          font-weight: 400; }

.mobile-menu.menuopen {
  display: block; }

.videoSwiperSection {
  position: relative;
  display: block;
  overflow: hidden; }
  .videoSwiperSection .videoSwiper {
    height: 650px;
    position: relative;
    z-index: 1; }
    .videoSwiperSection .videoSwiper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      width: 100%;
      height: 100%;
      border-radius: 20px;
      z-index: 2; }
      @media (max-width: 991px) {
        .videoSwiperSection .videoSwiper::before {
          background: rgba(92, 79, 79, 0.1);
          width: 90%;
          height: 532px; } }
    .videoSwiperSection .videoSwiper .swiper-wrapper {
      height: 100%; }
      .videoSwiperSection .videoSwiper .swiper-wrapper .swiper-slide {
        height: 100%; }
        .videoSwiperSection .videoSwiper .swiper-wrapper .swiper-slide video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 20px; }
    .videoSwiperSection .videoSwiper .swiper-button-prev:after {
      content: none !important; }
    .videoSwiperSection .videoSwiper .swiper-button-next:after {
      content: none !important; }
    .videoSwiperSection .videoSwiper .swiper-button-prev {
      position: absolute;
      right: 144px;
      left: auto;
      top: 86%;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      padding: 13px;
      background-color: #ffffff40; }
    .videoSwiperSection .videoSwiper .swiper-button-next {
      position: absolute;
      right: 80px;
      bottom: 0;
      top: 86%;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      padding: 13px;
      background-color: #ffffff40; }
    .videoSwiperSection .videoSwiper .bannerContent {
      max-width: 749px;
      position: absolute;
      left: 80px;
      bottom: 100px;
      width: 100%;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .videoSwiperSection .videoSwiper .bannerContent .contentHeading h1 {
        font-family: "HermesFB";
        font-weight: 700;
        font-size: 42px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFFFFF; }
      .videoSwiperSection .videoSwiper .bannerContent .contentPara {
        max-width: 621px; }
        .videoSwiperSection .videoSwiper .bannerContent .contentPara p {
          color: #FFFFFF; }
    .videoSwiperSection .videoSwiper .swiper-pagination {
      text-align: start;
      max-width: 100px;
      left: 80px;
      bottom: 70px; }
      .videoSwiperSection .videoSwiper .swiper-pagination .swiper-pagination-bullet {
        background-color: #FFFFFF; }
      .videoSwiperSection .videoSwiper .swiper-pagination .swiper-pagination-bullet-active {
        width: 50px;
        height: 10px;
        border-radius: 100px;
        transition: width 0.3s ease; }
      @media (max-width: 991px) {
        .videoSwiperSection .videoSwiper .swiper-pagination {
          max-width: 100px;
          left: 50%;
          transform: translateX(-50%); }
          .videoSwiperSection .videoSwiper .swiper-pagination .swiper-pagination-bullet {
            background-color: #363636; } }
  @media (max-width: 991px) {
    .videoSwiperSection .wrapperContainer {
      max-width: 100%; }
      .videoSwiperSection .wrapperContainer .videoSwiper {
        margin-left: 20px; }
        .videoSwiperSection .wrapperContainer .videoSwiper .swiper-button-next {
          display: none; }
        .videoSwiperSection .wrapperContainer .videoSwiper .swiper-button-prev {
          display: none; }
        .videoSwiperSection .wrapperContainer .videoSwiper .bannerContent {
          left: 18px;
          bottom: 200px; }
          .videoSwiperSection .wrapperContainer .videoSwiper .bannerContent .contentHeading h1 {
            font-size: 24px;
            line-height: 38px; }
          .videoSwiperSection .wrapperContainer .videoSwiper .bannerContent .contentPara p {
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            max-width: 288px; }
        .videoSwiperSection .wrapperContainer .videoSwiper .swiper-wrapper .swiper-slide {
          height: 532px; }
        .videoSwiperSection .wrapperContainer .videoSwiper .swiper-pagination {
          text-align: start;
          max-width: 100px;
          left: 80px;
          bottom: 70px; }
          .videoSwiperSection .wrapperContainer .videoSwiper .swiper-pagination .swiper-pagination-bullet {
            background-color: #FFFFFF; }
          .videoSwiperSection .wrapperContainer .videoSwiper .swiper-pagination .swiper-pagination-bullet-active {
            width: 50px;
            height: 10px;
            border-radius: 100px;
            transition: width 0.3s ease; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .videoSwiperSection .wrapperContainer .videoSwiper .swiper-pagination {
          max-width: 100px;
          left: 50%;
          transform: translateX(-50%); }
          .videoSwiperSection .wrapperContainer .videoSwiper .swiper-pagination .swiper-pagination-bullet {
            background-color: #363636; } }

.whoSection {
  margin: 80px 0; }
  .whoSection .wrapperContainer .sectionRow {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .whoSection .wrapperContainer .sectionRow .whoContent {
      text-align: center;
      display: flex;
      flex-direction: column;
      max-width: 1000px;
      margin: auto; }
      .whoSection .wrapperContainer .sectionRow .whoContent p {
        max-width: 1007px;
        margin: auto; }
    .whoSection .wrapperContainer .sectionRow .whoImgCollection {
      display: flex;
      gap: 12px;
      padding-right: 20px; }
      .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 {
        background-color: #F4F4F4;
        border-radius: 20px;
        padding: 0; }
        .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCards {
          padding: 68px 30px 68px 30px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 40px;
          height: 100%; }
          .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCards .cardLogo {
            position: relative;
            padding-top: calc(36 / 390 * 100%); }
            .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCards .cardLogo img {
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCards .collectionPoints ul {
            display: flex;
            flex-direction: column;
            gap: 24px; }
            .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCards .collectionPoints ul li {
              font-size: 18px;
              line-height: 28px;
              position: relative;
              padding-left: 23px; }
              .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCards .collectionPoints ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 7px;
                background-image: url("../../assets/img/listLogo.svg");
                background-repeat: no-repeat;
                background-position: center center;
                width: 16px;
                height: 16px; }
        .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCardImg {
          position: relative;
          padding-top: calc(416 / 478 * 100%);
          height: 100%; }
          .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCardImg img {
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCardImg img {
            border-radius: 20px; }
        .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33:hover {
          background-color: #083A81; }
          .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33:hover .collectionCards .collectionPoints ul li {
            color: #FFFFFF; }
            .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33:hover .collectionCards .collectionPoints ul li::before {
              filter: brightness(0.5) invert(1); }
      .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33.nobg {
        background-color: transparent; }
  @media (max-width: 991px) {
    .whoSection {
      margin: 0px 0 80px 0; }
      .whoSection .wrapperContainer .sectionRow .whoImgCollection {
        flex-wrap: wrap;
        padding-right: 0; }
        .whoSection .wrapperContainer .sectionRow .whoImgCollection .col-33 .collectionCards {
          padding: 40px 30px 40px 30px; } }

.ApplicationSection {
  margin: 80px; }
  .ApplicationSection .applicationTab {
    margin-top: 29px; }
    .ApplicationSection .applicationTab .tabsList {
      border-radius: 100px;
      border: 1px solid #f1f1f1;
      box-shadow: 0px 0px 40px 0px #0000000a;
      padding: 12px;
      display: flex;
      max-width: fit-content;
      margin: auto;
      justify-content: space-between;
      gap: 30px; }
      .ApplicationSection .applicationTab .tabsList .tab {
        background-color: transparent;
        padding: 0px 16px;
        border: 1px solid #aeaeae;
        height: 44px;
        display: flex;
        align-items: center;
        border-radius: 100px;
        max-width: fit-content;
        cursor: pointer;
        transition: all 0.3s ease; }
        .ApplicationSection .applicationTab .tabsList .tab.active {
          background-color: #D62317; }
          .ApplicationSection .applicationTab .tabsList .tab.active p {
            color: #FFFFFF; }
  .ApplicationSection .tabContentWrapper {
    margin-top: 30px; }
    .ApplicationSection .tabContentWrapper .tabContent {
      display: none;
      overflow: visible !important;
      z-index: 10;
      position: relative; }
      .ApplicationSection .tabContentWrapper .tabContent.active {
        display: block; }
      .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection {
        display: flex;
        gap: 24px;
        justify-content: center;
        align-items: center; }
        .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .filter-col {
          flex: 0 0 auto;
          width: 24.33%;
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .filter-col label {
            padding-left: 5px; }
          .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .filter-col select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 1px solid #f1f1f1;
            background-color: #FFFFFF;
            padding: 20px 16px;
            border-radius: 12px;
            background-image: url("../../assets/img/arrowDown.svg");
            background-repeat: no-repeat;
            background-position: right 22px bottom 21px;
            background-size: 16px;
            width: 100%;
            position: relative;
            z-index: 999;
            line-height: 18px; }
            .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .filter-col select:focus-visible {
              outline: none !important; }
            .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .filter-col select option {
              font-family: "Inter", sans-serif;
              font-weight: 400;
              font-size: 14px;
              color: #363636 !important;
              line-height: 150%;
              letter-spacing: 0%; }
        .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-default, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-white, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-transparent {
          border-radius: 12px;
          margin-top: 32px;
          height: 50px; }
          .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-default::before, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-white::before, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-transparent::before, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-default::after, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-white::after, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-transparent::after {
            border-radius: 12px; }
  @media (max-width: 991px) {
    .ApplicationSection {
      margin: 0;
      margin-top: 40px; }
      .ApplicationSection .applicationTab {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE 10+ */ }
        .ApplicationSection .applicationTab .tabsList {
          width: max-content;
          max-width: unset;
          border: none;
          gap: 6px; }
          .ApplicationSection .applicationTab .tabsList .tab {
            padding: 12px 16px; }
      .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection {
        flex-direction: column; }
        .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .filter-col {
          width: 100%; }
        .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-default, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-white, .ApplicationSection .tabContentWrapper .tabContent .selectDropDownSection .btn-transparent {
          width: 100%;
          margin-top: 0; } }

.productRangeSection .productRangeDesc {
  max-width: 604px;
  margin: auto;
  text-align: center; }
.productRangeSection .rangeImgSection {
  max-width: 100%;
  margin: auto;
  margin-top: 40px; }
  .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center; }
    .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg {
      position: relative;
      flex: 1;
      height: 100%;
      z-index: -1;
      padding-top: calc(480 / 358 * 100%); }
      .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg img {
        position: absolute;
        top: 0;
        left: 0; }
      .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg .text-absolute {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2; }
        .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg .text-absolute p {
          font-family: "HermesFB";
          color: #FFFFFF;
          white-space: nowrap;
          font-size: 24px;
          line-height: 38px; }
        .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg .text-absolute a img {
          opacity: 0;
          transition: opacity 0.3s ease-in-out;
          z-index: 3;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 124px;
          height: 124px; }
        .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg .text-absolute:hover a img {
          opacity: 1; }
      .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg .imgAbsolute {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
        height: 100px;
        width: 100px; }
        .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg .imgAbsolute img {
          opacity: 0;
          transition: all 0.3s ease-in-out; }
      .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg:hover .imgAbsolute img {
        opacity: 1; }
      .productRangeSection .rangeImgSection .swiper-wrapper .swiper-slide .productImg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        border-radius: 20px;
        z-index: 1; }
  .productRangeSection .rangeImgSection .swiper-button-next,
  .productRangeSection .rangeImgSection .swiper-button-prev {
    display: none;
    /* Hide by default */ }
  @media (max-width: 991px) {
    .productRangeSection .rangeImgSection {
      padding-bottom: 100px; }
      .productRangeSection .rangeImgSection .swiper-button-next,
      .productRangeSection .rangeImgSection .swiper-button-prev {
        position: absolute;
        background-color: #1B1B1B;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100; }
        .productRangeSection .rangeImgSection .swiper-button-next::after,
        .productRangeSection .rangeImgSection .swiper-button-prev::after {
          content: none; }
        .productRangeSection .rangeImgSection .swiper-button-next svg,
        .productRangeSection .rangeImgSection .swiper-button-prev svg {
          width: 27px;
          height: 27px;
          stroke: #fff; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .productRangeSection .rangeImgSection .swiper-button-next svg,
        .productRangeSection .rangeImgSection .swiper-button-prev svg {
          width: 20px;
          height: 20px; } }
  @media (max-width: 991px) {
      .productRangeSection .rangeImgSection .swiper-button-prev {
        left: calc(50% - (60px + 10px));
        bottom: 0px;
        top: inherit; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .productRangeSection .rangeImgSection .swiper-button-prev {
        bottom: 0;
        width: 40px;
        height: 40px;
        left: calc(50% - (40px + 10px)); } }
  @media (max-width: 991px) {
      .productRangeSection .rangeImgSection .swiper-button-next {
        left: calc(50% + 10px);
        bottom: 0px;
        top: inherit; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .productRangeSection .rangeImgSection .swiper-button-next {
        bottom: 0;
        width: 40px;
        height: 40px; } }

.setsSection .setsContentSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 80px 0; }
  .setsSection .setsContentSection .setLeftImg {
    display: flex;
    flex-direction: column;
    align-items: end; }
  .setsSection .setsContentSection .topImg {
    position: absolute;
    left: 0;
    top: 0; }
    .setsSection .setsContentSection .topImg img {
      width: 138px;
      height: 145px; }
  .setsSection .setsContentSection .bottomImg {
    position: absolute;
    left: 70px;
    bottom: 0; }
    .setsSection .setsContentSection .bottomImg img {
      width: 119px;
      height: 121px; }
  .setsSection .setsContentSection .setsMiddleContent h5 {
    display: block;
    text-align: center; }
  .setsSection .setsContentSection .setsMiddleContent p {
    max-width: 600px;
    margin: auto;
    padding-top: 20px;
    text-align: center; }
  .setsSection .setsContentSection .setRightImg {
    display: flex;
    flex-direction: column;
    align-items: start; }
    .setsSection .setsContentSection .setRightImg .topImg,
    .setsSection .setsContentSection .setRightImg .bottomImg {
      right: 0;
      left: inherit; }
    .setsSection .setsContentSection .setRightImg .bottomImg {
      right: 70px; }
.setsSection .setsCardsSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding-top: 10px; }
  .setsSection .setsCardsSection .setsCards {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: calc(32% - 22px);
    width: 100%;
    padding: 24px 20px 18px 16px;
    background-color: #f4f4f4;
    border-radius: 20px;
    transition: all 0.3s ease-in-out; }
    .setsSection .setsCardsSection .setsCards .cardHeading {
      display: flex;
      justify-content: space-between; }
      .setsSection .setsCardsSection .setsCards .cardHeading span {
        display: block;
        font-family: "HermesFB";
        font-weight: 400;
        font-size: 20px;
        color: #1B1B1B;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center; }
    .setsSection .setsCardsSection .setsCards:hover {
      background-color: #083A81; }
      .setsSection .setsCardsSection .setsCards:hover span,
      .setsSection .setsCardsSection .setsCards:hover p {
        color: #FFFFFF !important; }
  .setsSection .setsCardsSection .setCardPara p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1B1B1B;
    line-height: 24px;
    letter-spacing: 0%; }
  .setsSection .setsCardsSection .setsCards:nth-child(4) {
    flex-basis: 100%;
    height: 100%; }
@media (max-width: 991px) {
  .setsSection .setsContentSection {
    padding: 0 0 30px; }
    .setsSection .setsContentSection .topImg {
      display: none; }
    .setsSection .setsContentSection .bottomImg {
      display: none; }
    .setsSection .setsContentSection .setsMiddleContent p {
      padding-top: 0; }
  .setsSection .setsCardsSection {
    flex-direction: column; }
    .setsSection .setsCardsSection .setsCards {
      flex: unset;
      max-width: unset; } }

.InnovationSlider .innovationHeading {
  text-align: center; }
  .InnovationSlider .innovationHeading span {
    display: block;
    font-family: "HermesFB";
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: #353535; }
  .InnovationSlider .innovationHeading p {
    padding-top: 20px;
    max-width: 572px;
    margin: auto;
    color: #1B1B1B; }
.InnovationSlider .innovationDesktopSwiper {
  margin-top: 30px;
  position: relative;
  padding-bottom: 110px;
  display: block; }
  .InnovationSlider .innovationDesktopSwiper .swiper-wrapper {
    display: flex; }
    .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide {
      width: 25.83% !important; }
      .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide:first-child {
        width: 51.6% !important;
        height: unset !important; }
      .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg {
        position: relative; }
        .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg:first-child {
          height: 100%; }
        .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg a {
          position: absolute;
          top: 20px;
          right: 20px;
          padding: 10px 11.5px;
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          background-color: #FFFFFF;
          border-radius: 100px; }
        .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc {
          position: absolute;
          left: 30px;
          bottom: 30px;
          display: flex;
          flex-direction: column; }
          .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc span {
            display: flex;
            gap: 6px;
            align-items: end;
            font-family: "HermesFB";
            font-weight: 400;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 100%;
            letter-spacing: 4%; }
            .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc span img {
              width: unset;
              height: unset;
              filter: brightness(0.5) invert(1); }
          .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc .innovationCardPara {
            padding: 20px 0 30px 0; }
            .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc .innovationCardPara p:nth-of-type(1) {
              font-family: "HermesFB";
              color: #FFFFFF;
              font-size: 22px; }
            .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc .innovationCardPara p:nth-of-type(2) {
              padding-top: 16px;
              color: #FFFFFF; }
          .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc a {
            position: static;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-thickness: 0%;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            background-color: transparent;
            width: 25%;
            padding: 0; }
  .InnovationSlider .innovationDesktopSwiper .swiper-button-next,
  .InnovationSlider .innovationDesktopSwiper .swiper-button-prev {
    position: absolute;
    background-color: #1B1B1B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100; }
    .InnovationSlider .innovationDesktopSwiper .swiper-button-next::after,
    .InnovationSlider .innovationDesktopSwiper .swiper-button-prev::after {
      content: none; }
    .InnovationSlider .innovationDesktopSwiper .swiper-button-next svg,
    .InnovationSlider .innovationDesktopSwiper .swiper-button-prev svg {
      width: 27px;
      height: 27px;
      stroke: #fff; }
      @media (max-width: 991px) {
        .InnovationSlider .innovationDesktopSwiper .swiper-button-next svg,
        .InnovationSlider .innovationDesktopSwiper .swiper-button-prev svg {
          width: 20px;
          height: 20px; } }
  .InnovationSlider .innovationDesktopSwiper .swiper-button-prev {
    left: calc(50% - (60px + 10px));
    bottom: 0px;
    top: inherit; }
    @media (max-width: 991px) {
      .InnovationSlider .innovationDesktopSwiper .swiper-button-prev {
        bottom: 0;
        width: 40px;
        height: 40px;
        left: calc(50% - (40px + 10px)); } }
  .InnovationSlider .innovationDesktopSwiper .swiper-button-next {
    left: calc(50% + 10px);
    bottom: 0px;
    top: inherit; }
    @media (max-width: 991px) {
      .InnovationSlider .innovationDesktopSwiper .swiper-button-next {
        bottom: 0;
        width: 40px;
        height: 40px; } }
  .InnovationSlider .innovationDesktopSwiper .innovationCardContent {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 19px; }
    .InnovationSlider .innovationDesktopSwiper .innovationCardContent span {
      display: flex;
      gap: 6px;
      align-items: end;
      font-family: "HermesFB";
      font-weight: 400;
      font-size: 16px;
      color: #1b1b1b;
      letter-spacing: 4%; }
    .InnovationSlider .innovationDesktopSwiper .innovationCardContent h6 {
      color: #1B1B1B;
      letter-spacing: 4%;
      font-weight: 400; }
    .InnovationSlider .innovationDesktopSwiper .innovationCardContent p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #1B1B1B;
      letter-spacing: 4%; }
    .InnovationSlider .innovationDesktopSwiper .innovationCardContent a {
      font-family: "HermesFB";
      font-weight: 400;
      font-size: 16px;
      text-decoration: underline;
      color: #1B1B1B; }
.InnovationSlider .innovationMobileSwiper {
  display: none;
  margin-top: 30px;
  position: relative;
  padding-bottom: 120px; }
  .InnovationSlider .innovationMobileSwiper .swiper-wrapper {
    display: flex; }
    .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg {
      position: relative; }
      .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg:first-child {
        height: 100%; }
      .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg a {
        position: absolute;
        top: 16px;
        right: 16px;
        padding: 0 16px 0;
        height: 27px;
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        background-color: #FFFFFF;
        border-radius: 100px; }
      .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc {
        position: absolute;
        left: 18px;
        right: 14px;
        bottom: 30px;
        display: flex;
        flex-direction: column; }
        .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc span {
          display: flex;
          gap: 6px;
          align-items: end;
          font-family: "HermesFB";
          font-weight: 400;
          font-size: 16px;
          color: #FFFFFF;
          line-height: 100%;
          letter-spacing: 4%; }
          .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc span img {
            width: unset;
            height: unset;
            filter: brightness(0.5) invert(1); }
        .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc .innovationCardPara {
          padding: 20px 0 30px 0; }
          .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc .innovationCardPara p:nth-of-type(1) {
            font-family: "HermesFB";
            color: #FFFFFF;
            font-size: 22px; }
          .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc .innovationCardPara p:nth-of-type(2) {
            padding-top: 16px;
            color: #FFFFFF; }
        .InnovationSlider .innovationMobileSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc a {
          position: static;
          text-decoration: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 0%;
          color: #FFFFFF;
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          background-color: transparent;
          width: 50%;
          padding: 0; }
  .InnovationSlider .innovationMobileSwiper .swiper-pagination {
    text-align: start;
    max-width: 100px;
    left: 80px;
    bottom: 70px; }
    .InnovationSlider .innovationMobileSwiper .swiper-pagination .swiper-pagination-bullet {
      background-color: #FFFFFF; }
    .InnovationSlider .innovationMobileSwiper .swiper-pagination .swiper-pagination-bullet-active {
      width: 50px;
      height: 10px;
      border-radius: 100px;
      transition: width 0.3s ease; }
    @media (max-width: 991px) {
      .InnovationSlider .innovationMobileSwiper .swiper-pagination {
        max-width: 100px;
        left: 50%;
        transform: translateX(-50%); }
        .InnovationSlider .innovationMobileSwiper .swiper-pagination .swiper-pagination-bullet {
          background-color: #363636; } }
@media (max-width: 991px) {
  .InnovationSlider {
    margin-bottom: 0; }
    .InnovationSlider .innovationHeading {
      max-width: calc(100% - 40px);
      margin: auto; }
      .InnovationSlider .innovationHeading span {
        font-size: 22px;
        line-height: 30px; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .InnovationSlider .innovationHeading span {
          font-size: 22px; } }
@media (max-width: 991px) {
    .InnovationSlider .innovationDesktopSwiper {
      display: none; }
      .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide {
        width: 100% !important; }
        .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide:first-child {
          width: 88% !important; }
        .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc {
          left: 18px; }
          .InnovationSlider .innovationDesktopSwiper .swiper-wrapper .swiper-slide .innovationImg .innovationCardDesc a {
            width: 50%; }
    .InnovationSlider .innovationMobileSwiper {
      display: block; } }

.lifeEicherSection {
  padding-top: 40px; }
  .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards {
    display: flex;
    gap: 20px; }
    .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards {
      position: relative; }
      .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards img {
        width: 100%;
        height: 100%; }
      .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards .featuredCardDesc {
        position: absolute;
        bottom: 41px;
        left: 30px;
        display: flex;
        flex-direction: column; }
        .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards .featuredCardDesc p:nth-of-type(1) {
          font-family: "HermesFB";
          font-weight: 700;
          font-size: 42px;
          line-height: 52px;
          color: #FFFFFF; }
        .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards .featuredCardDesc p:nth-of-type(2) {
          color: #FFFFFF; }
        .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards .featuredCardDesc a {
          margin-top: 30px;
          padding: 0px 30px;
          display: flex;
          align-items: center;
          height: 54px;
          font-family: "HermesFB";
          border-radius: 100px;
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          letter-spacing: 0%;
          text-decoration: none;
          width: 100%;
          max-width: 161px; }
  .lifeEicherSection .desktopImg {
    display: block; }
  .lifeEicherSection .mobileImg {
    display: none; }
  @media (max-width: 991px) {
    .lifeEicherSection {
      padding-top: 0; }
      .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards {
        flex-wrap: wrap; }
        .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards .featuredCardDesc {
          left: 19px; }
          .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards .featuredCardDesc p:nth-of-type(1) {
            font-size: 22px;
            line-height: 30px; } }
        @media (max-width: 991px) and (max-width: 991px) {
          .lifeEicherSection .wrapperContainer .wrapperRow .lifeEicherCards .featuredCards .featuredCardDesc p:nth-of-type(1) {
            font-size: 22px; } }
  @media (max-width: 991px) {
      .lifeEicherSection .desktopImg {
        display: block; }
      .lifeEicherSection .mobileImg {
        display: block; } }

.successStorySection .successHeading {
  padding-bottom: 30px; }
  .successStorySection .successHeading span {
    display: block;
    font-family: "HermesFB";
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    color: #363636; }
  .successStorySection .successHeading p {
    color: #1B1B1B;
    padding-top: 20px;
    max-width: 493px;
    margin: auto; }
.successStorySection .successSlider {
  position: relative;
  padding-bottom: 150px; }
  .successStorySection .successSlider .swiper-wrapper .successCard {
    position: relative;
    padding-top: calc(306 / 452 * 100%); }
    .successStorySection .successSlider .swiper-wrapper .successCard img {
      border-radius: 20px;
      position: absolute;
      top: 0;
      bottom: 0; }
  .successStorySection .successSlider .swiper-wrapper .successContent {
    position: absolute;
    bottom: 23px;
    left: 11px;
    right: 12px; }
    .successStorySection .successSlider .swiper-wrapper .successContent .successDateBtn {
      height: 37px;
      padding: 0 25px;
      border-radius: 100px;
      font-family: "HermesFB";
      font-weight: 600;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      color: #FFFFFF;
      border: none;
      background-color: #d62317; }
    .successStorySection .successSlider .swiper-wrapper .successContent .successPara {
      display: flex;
      align-items: center;
      padding-top: 20px; }
      .successStorySection .successSlider .swiper-wrapper .successContent .successPara p {
        color: #FFFFFF; }
      .successStorySection .successSlider .swiper-wrapper .successContent .successPara a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #aeaeae;
        overflow: hidden;
        box-sizing: border-box;
        flex-shrink: 0; }
  .successStorySection .successSlider .swiper-button-next,
  .successStorySection .successSlider .swiper-button-prev {
    position: absolute;
    background-color: #1B1B1B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100; }
    .successStorySection .successSlider .swiper-button-next::after,
    .successStorySection .successSlider .swiper-button-prev::after {
      content: none; }
    .successStorySection .successSlider .swiper-button-next svg,
    .successStorySection .successSlider .swiper-button-prev svg {
      width: 27px;
      height: 27px;
      stroke: #fff; }
      @media (max-width: 991px) {
        .successStorySection .successSlider .swiper-button-next svg,
        .successStorySection .successSlider .swiper-button-prev svg {
          width: 20px;
          height: 20px; } }
  .successStorySection .successSlider .swiper-button-prev {
    left: calc(50% - (60px + 10px));
    bottom: 0px;
    top: inherit; }
    @media (max-width: 991px) {
      .successStorySection .successSlider .swiper-button-prev {
        bottom: 0;
        width: 40px;
        height: 40px;
        left: calc(50% - (40px + 10px)); } }
  .successStorySection .successSlider .swiper-button-next {
    left: calc(50% + 10px);
    bottom: 0px;
    top: inherit; }
    @media (max-width: 991px) {
      .successStorySection .successSlider .swiper-button-next {
        bottom: 0;
        width: 40px;
        height: 40px; } }
@media (max-width: 991px) {
  .successStorySection {
    margin-top: 0; }
    .successStorySection .wrapperContainer {
      max-width: 100%; }
    .successStorySection .successSlider {
      margin: 0 10px 0 10px;
      padding-bottom: 100px; }
    .successStorySection .successHeading {
      max-width: 332px;
      margin: auto; }
      .successStorySection .successHeading span {
        font-size: 22px;
        line-height: 30px; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .successStorySection .successHeading span {
          font-size: 22px; } }
@media (max-width: 991px) {
    .successStorySection .successSlider .swiper-wrapper .successContent .successPara {
      justify-content: space-between; }
      .successStorySection .successSlider .swiper-wrapper .successContent .successPara p {
        font-size: 20px;
        line-height: 26px;
        max-width: 252px; } }

.accoladesSection {
  display: none; }
  .accoladesSection .accoladesContainer .accoladesRow {
    position: relative;
    padding-bottom: 130px; }
    .accoladesSection .accoladesContainer .accoladesRow .accoladesHeading span {
      display: block;
      font-family: "HermesFB";
      font-weight: 700;
      font-size: 42px;
      line-height: 52px;
      line-height: 100%;
      color: #353535; }
    .accoladesSection .accoladesContainer .accoladesRow .accoladesHeading p {
      padding-top: 20px;
      color: #1B1B1B;
      max-width: 493px;
      margin: auto;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; }
    .accoladesSection .accoladesContainer .accoladesRow .accoladesSlider {
      margin-top: 30px;
      background-color: #f4f4f4;
      padding: 85px 0 40px 0; }
      .accoladesSection .accoladesContainer .accoladesRow .accoladesSlider .swiper-wrapper .swiper-slide .acoladesContent {
        display: flex;
        flex-direction: column;
        gap: 12px;
        transition: all 0.5s ease-in-out; }
        .accoladesSection .accoladesContainer .accoladesRow .accoladesSlider .swiper-wrapper .swiper-slide .acoladesContent img {
          transition: all 0.5s ease-in-out;
          cursor: pointer; }
        .accoladesSection .accoladesContainer .accoladesRow .accoladesSlider .swiper-wrapper .swiper-slide .acoladesContent p {
          color: #000000;
          opacity: 0;
          transition: all 0.5s ease-in-out; }
        .accoladesSection .accoladesContainer .accoladesRow .accoladesSlider .swiper-wrapper .swiper-slide .acoladesContent:hover img {
          transform: translateY(-10px); }
        .accoladesSection .accoladesContainer .accoladesRow .accoladesSlider .swiper-wrapper .swiper-slide .acoladesContent:hover p {
          opacity: 1; }
    .accoladesSection .accoladesContainer .accoladesRow .swiper-button-next,
    .accoladesSection .accoladesContainer .accoladesRow .swiper-button-prev {
      position: absolute;
      background-color: #1B1B1B;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 100; }
      .accoladesSection .accoladesContainer .accoladesRow .swiper-button-next::after,
      .accoladesSection .accoladesContainer .accoladesRow .swiper-button-prev::after {
        content: none; }
      .accoladesSection .accoladesContainer .accoladesRow .swiper-button-next svg,
      .accoladesSection .accoladesContainer .accoladesRow .swiper-button-prev svg {
        width: 27px;
        height: 27px;
        stroke: #fff; }
        @media (max-width: 991px) {
          .accoladesSection .accoladesContainer .accoladesRow .swiper-button-next svg,
          .accoladesSection .accoladesContainer .accoladesRow .swiper-button-prev svg {
            width: 20px;
            height: 20px; } }
    .accoladesSection .accoladesContainer .accoladesRow .swiper-button-prev {
      left: calc(50% - (60px + 10px));
      bottom: 0px;
      top: inherit; }
      @media (max-width: 991px) {
        .accoladesSection .accoladesContainer .accoladesRow .swiper-button-prev {
          bottom: 0;
          width: 40px;
          height: 40px;
          left: calc(50% - (40px + 10px)); } }
    .accoladesSection .accoladesContainer .accoladesRow .swiper-button-next {
      left: calc(50% + 10px);
      bottom: 0px;
      top: inherit; }
      @media (max-width: 991px) {
        .accoladesSection .accoladesContainer .accoladesRow .swiper-button-next {
          bottom: 0;
          width: 40px;
          height: 40px; } }
  @media (max-width: 991px) {
    .accoladesSection .accoladesContainer .accoladesRow {
      padding-bottom: 90px; }
      .accoladesSection .accoladesContainer .accoladesRow .accoladesHeading p {
        max-width: 357px; }
      .accoladesSection .accoladesContainer .accoladesRow .accoladesHeading span {
        font-size: 22px;
        line-height: 30px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .accoladesSection .accoladesContainer .accoladesRow .accoladesHeading span {
        font-size: 22px; } }

.commonBannerBox .productBannerNew {
  position: relative; }
  .commonBannerBox .productBannerNew::before {
    content: none; }

.powerGeneration .powerHeading {
  max-width: 1044px;
  margin: auto; }
  .powerGeneration .powerHeading h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      .powerGeneration .powerHeading h1 {
        font-size: 24px;
        line-height: 38px; } }
.powerGeneration .productGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px; }
  .powerGeneration .productGrid .productGridItem {
    background-color: #F4F4F480;
    border-radius: 20px; }
    .powerGeneration .productGrid .productGridItem a {
      display: block; }
      .powerGeneration .productGrid .productGridItem a .productContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
        padding-bottom: 45px; }
        .powerGeneration .productGrid .productGridItem a .productContent span {
          font-size: 34px;
          font-weight: 400;
          line-height: 45px; }
        .powerGeneration .productGrid .productGridItem a .productContent img {
          max-width: 245px; }
@media (max-width: 991px) {
  .powerGeneration .productGrid {
    margin-top: 26px;
    grid-template-columns: repeat(1, 1fr); }
    .powerGeneration .productGrid .productGridItem a .productContent {
      gap: 14px;
      padding-bottom: 19px; } }

.relatedIndustry .relatedIndustryHeading {
  max-width: 647px;
  margin: auto;
  padding-bottom: 30px; }
.relatedIndustry .industryBgImg {
  position: relative;
  padding-top: calc(455 / 1081 * 100%); }
  .relatedIndustry .industryBgImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px; }
  .relatedIndustry .industryBgImg .generatorSets {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 25px; }
    .relatedIndustry .industryBgImg .generatorSets .heading-one {
      color: #FFFFFF; }
    .relatedIndustry .industryBgImg .generatorSets a {
      height: 52px;
      padding-left: 0 20px;
      display: flex;
      justify-content: center;
      font-family: "HermesFB";
      color: #363636;
      align-items: center;
      border-radius: 100px;
      background-color: #FFFFFF;
      width: 100%;
      max-width: 187px; }
      @media (max-width: 991px) {
        .relatedIndustry .industryBgImg .generatorSets a {
          padding: 18px; } }
@media (max-width: 991px) {
  .relatedIndustry .industryBgImg {
    padding-top: calc(231 / 390 * 100%); }
    .relatedIndustry .industryBgImg .generatorSets {
      left: 18px;
      gap: 0; } }

.service-power-sec {
  position: relative; }
  .service-power-sec .image {
    position: relative;
    padding-top: calc(455 / 1400 * 100%); }
    .service-power-sec .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .service-power-sec .image::before, .service-power-sec .image::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(270deg, rgba(0, 0, 0, 0) 7.61%, rgba(0, 0, 0, 0.6) 95.43%);
      z-index: 1;
      pointer-events: none;
      border-radius: 12px; }
    .service-power-sec .image::after {
      top: inherit;
      bottom: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .service-power-sec .power-content-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
    z-index: 3;
    max-width: 666px; }
    .service-power-sec .power-content-box .heading-one {
      margin-bottom: 30px; }
      .service-power-sec .power-content-box .heading-one span {
        display: block;
        color: #D62317;
        font-weight: 400; }
  @media (max-width: 991px) {
    .service-power-sec {
      padding-bottom: 48px; }
      .service-power-sec .image {
        padding-top: calc(231 / 390 * 100%); }
      .service-power-sec .power-content-box {
        left: 35px;
        max-width: 229px; }
        .service-power-sec .power-content-box .heading-one {
          font-size: 16px;
          line-height: 22px;
          font-weight: 400; }
        .service-power-sec .power-content-box .btn-white {
          padding: 20px 30px;
          line-height: 0px; } }

.uptime-ser-sec .uptimeRow {
  display: flex;
  align-items: center;
  margin: 0 -16px; }
  .uptime-ser-sec .uptimeRow .left-side,
  .uptime-ser-sec .uptimeRow .right-side {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 16px; }
  .uptime-ser-sec .uptimeRow .left-side .image {
    position: relative;
    padding-top: calc(389 / 670 * 100%); }
    .uptime-ser-sec .uptimeRow .left-side .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .uptime-ser-sec .uptimeRow .left-side .image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
      pointer-events: none; }
  .uptime-ser-sec .uptimeRow .right-side .content {
    max-width: 500px;
    padding-left: 13px; }
@media (max-width: 991px) {
  .uptime-ser-sec .uptimeRow {
    flex-wrap: wrap-reverse; }
    .uptime-ser-sec .uptimeRow .left-side {
      flex: 0 0 100%;
      max-width: 100%; }
    .uptime-ser-sec .uptimeRow .right-side {
      max-width: 100%;
      flex: 0 0 100%; }
      .uptime-ser-sec .uptimeRow .right-side .content {
        text-align: center;
        margin-bottom: 20px; } }

.multipleTouchPoint-sec .multiRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px; }
  .multipleTouchPoint-sec .multiRow .left-side,
  .multipleTouchPoint-sec .multiRow .right-side {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 16px; }
  .multipleTouchPoint-sec .multiRow .left-side {
    padding-right: 35px; }
    .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box {
      margin-bottom: 30px; }
      .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box ul {
        display: flex; }
        .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box ul li {
          flex: 1;
          background: #F3F3F3;
          text-align: center; }
          .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box ul li a {
            padding: 22px 0;
            font-size: 22px;
            line-height: 30px;
            font-weight: 500;
            letter-spacing: 0.4px; }
            @media (max-width: 991px) {
              .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box ul li a {
                font-size: 22px; } }
          .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box ul li.active-tab {
            background: #D62317; }
            .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box ul li.active-tab a {
              color: #FFFFFF; }
    .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .tab-content {
      display: none; }
      .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .tab-content.active-content {
        display: block; }
  .multipleTouchPoint-sec .multiRow .right-side {
    padding-left: 35px; }
  .multipleTouchPoint-sec .multiRow .map-box {
    position: relative; }
    .multipleTouchPoint-sec .multiRow .map-box .legend {
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 1;
      padding-left: 15px;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px); }
      .multipleTouchPoint-sec .multiRow .map-box .legend li {
        list-style: none;
        float: left;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        line-height: 40px;
        padding-left: 20px;
        text-transform: uppercase;
        margin-right: 15px;
        font-weight: 600; }
      .multipleTouchPoint-sec .multiRow .map-box .legend li.workshop {
        background: url(../assets/img/map-marker-Blue.png) center left no-repeat; }
      .multipleTouchPoint-sec .multiRow .map-box .legend li.showroom {
        background: url(../assets/img/map-marker-YELLOW.png) center left no-repeat; }
    .multipleTouchPoint-sec .multiRow .map-box #map {
      width: 100%;
      height: 492px; }
  .multipleTouchPoint-sec .multiRow .searchOutPutRow {
    padding: 50px 20px; }
    .multipleTouchPoint-sec .multiRow .searchOutPutRow p {
      font-size: 35px;
      line-height: 45px;
      font-family: "HermesFB";
      margin-bottom: 25px; }
      .multipleTouchPoint-sec .multiRow .searchOutPutRow p span {
        font-size: 35px;
        line-height: 45px;
        color: #D62317; }
    .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; }
      .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards {
        border: 1px solid #ddd;
        padding: 35px;
        border-radius: 20px; }
        .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardHeading {
          margin-bottom: 25px; }
          .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardHeading h6 {
            font-size: 20px;
            line-height: 26px;
            color: #D62317; }
        .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardParent {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardParent .outputListItems {
            display: flex;
            align-items: start;
            gap: 25px; }
            .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardParent .outputListItems span {
              font-size: 18px;
              line-height: 28px;
              display: block;
              font-weight: 700;
              font-family: "HermesFB";
              position: relative; }
              .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardParent .outputListItems span::after {
                display: inline-block;
                content: "-";
                padding-left: 5px;
                position: absolute; }
            .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardParent .outputListItems p {
              font-size: 20px;
              line-height: 26px;
              margin-bottom: 0; }
    @media (max-width: 991px) {
      .multipleTouchPoint-sec .multiRow .searchOutPutRow {
        padding-bottom: 0; }
        .multipleTouchPoint-sec .multiRow .searchOutPutRow p {
          font-size: 18px;
          line-height: 28px; }
          .multipleTouchPoint-sec .multiRow .searchOutPutRow p span {
            font-size: 18px;
            line-height: 28px; }
        .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut {
          grid-template-columns: repeat(1, 1fr); }
          .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardHeading h6 {
            font-size: 20px;
            line-height: 26px; }
          .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardParent .outputListItems span {
            font-size: 20px;
            line-height: 26px; }
          .multipleTouchPoint-sec .multiRow .searchOutPutRow .searchOutPut .searchOutPutCards .outputCardParent .outputListItems p {
            font-size: 20px;
            line-height: 26px; } }
@media (max-width: 991px) {
  .multipleTouchPoint-sec .multiRow {
    flex-direction: column; }
    .multipleTouchPoint-sec .multiRow .left-side {
      max-width: 100%;
      margin-bottom: 20px; }
      .multipleTouchPoint-sec .multiRow .left-side .heading-box .heading-one {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 25px; }
      .multipleTouchPoint-sec .multiRow .left-side .touchPonitBox .genuine-tab-box ul li a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400; }
    .multipleTouchPoint-sec .multiRow .right-side {
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; }
      .multipleTouchPoint-sec .multiRow .right-side .map-box #map {
        height: 259px; }
      .multipleTouchPoint-sec .multiRow .right-side .map-box .legend {
        padding-left: 0; } }

.who-we-are-sec .whoRow {
  margin: 0 -16px; }
  .who-we-are-sec .whoRow .left-side,
  .who-we-are-sec .whoRow .right-side {
    max-width: 100%;
    padding: 0 16px; }
  .who-we-are-sec .whoRow .left-side .heading-content .heading-one {
    margin-bottom: 40px; }
  .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 33px 17px; }
    .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items:not(:last-child) {
      margin-bottom: 20px; }
    .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-header {
      font-size: 18px;
      line-height: 28px;
      font-family: "HermesFB";
      letter-spacing: 0.4px;
      cursor: pointer;
      position: relative; }
      .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-header span {
        margin-right: 25px; }
      .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-header::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: url(../assets/img/plus-icon.svg) no-repeat;
        width: 20px;
        height: 20px;
        transition: all 0.5s ease-in-out; }
      .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-header.active-header {
        color: #083A81; }
        .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-header.active-header::before {
          transform: translateY(-50%) rotate(45deg); }
    .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-body {
      margin-top: 30px;
      display: none; }
      .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-body p {
        letter-spacing: 0.4px;
        max-width: 100%;
        padding-bottom: 10px; }
      .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-body.open {
        display: block; }
      .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-body .default-ul {
        padding-left: 24px;
        padding-top: 20px; }
        .who-we-are-sec .whoRow .right-side .who-we-accor-box .accordian-items .accordian-body .default-ul li {
          list-style-type: disc; }
@media (max-width: 991px) {
  .who-we-are-sec .whoRow {
    flex-direction: column; }
    .who-we-are-sec .whoRow .left-side {
      flex: 1;
      max-width: 100%; }
      .who-we-are-sec .whoRow .left-side .heading-content {
        text-align: center; }
        .who-we-are-sec .whoRow .left-side .heading-content .heading-one {
          margin-bottom: 20px; }
    .who-we-are-sec .whoRow .right-side {
      flex: 1;
      max-width: 100%;
      padding-top: 20px; } }

.milestone-sec .milestone-heading-box {
  max-width: 550px;
  margin: auto;
  padding-bottom: 60px;
  position: relative;
  text-align: center; }
.milestone-sec .expert-team-inner {
  position: relative; }
  .milestone-sec .expert-team-inner .main-expert-slider {
    background: #FBFBFB;
    padding-bottom: 0;
    padding-top: 0; }
    .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide {
      position: relative;
      padding: 50px 0 30px 0;
      height: auto !important; }
      .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row {
        display: flex;
        align-items: center;
        height: 100%; }
        .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .left-side {
          flex: 0 0 100%;
          max-width: 100%;
          text-align: center; }
        .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .txt h2 {
          font-size: 62px;
          line-height: 72px;
          color: #D62317;
          font-weight: 700;
          margin-bottom: 45px; }
        .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .inner-text {
          padding-left: 15px;
          max-width: 800px;
          margin: auto; }
          .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .inner-text p span {
            position: relative;
            padding-left: 16px;
            padding-right: 16px;
            color: #d62317;
            font-size: 22px;
            line-height: 30px; }
            @media (max-width: 991px) {
              .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .inner-text p span {
                font-size: 22px; } }
            .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .inner-text p span::before {
              content: "";
              background: #D62317;
              width: 2px;
              height: 30px;
              position: absolute;
              right: 7px;
              top: 0px; }
              @media (max-width: 991px) {
                .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .inner-text p span::before {
                  height: 22px; } }
            @media (max-width: 991px) {
              .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .inner-text p span {
                padding-left: 0;
                font-size: 18px; } }
          @media (max-width: 991px) {
            .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .inner-text {
              padding-left: 20px;
              padding-right: 20px; } }
        .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .milestone-img img {
          width: 100%; }
  .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider {
    margin: 0 0 40px;
    padding-top: 5px;
    position: relative; }
    .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider .swiper-wrapper {
      margin-top: -3px; }
    .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider::after {
      content: "";
      width: 100%;
      height: 1px;
      border-top: 2px dotted #AEAEAE;
      position: absolute;
      top: 3px;
      left: 0; }
    .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider .swiper-slide {
      position: relative;
      padding: 30px 0 0;
      text-align: center;
      cursor: pointer; }
      .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider .swiper-slide .year {
        font-family: "HermesFB";
        letter-spacing: 0.4px; }
      .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider .swiper-slide::before {
        content: "";
        background: #1B1B1B;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 0;
        left: 50%;
        border-radius: 50%;
        transform: translate(-50%); }
      .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider .swiper-slide.swiper-slide-thumb-active :after {
        content: "";
        height: 3px;
        width: 90%;
        background: #D62317;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s ease; }
      .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider .swiper-slide.swiper-slide-thumb-active::before {
        display: none; }
      .milestone-sec .expert-team-inner .thumb-expert-slider-box .milestone-thumb-slider .swiper-slide.swiper-slide-thumb-active .year {
        color: #D62317; }
  .milestone-sec .expert-team-inner .swiper-button-next,
  .milestone-sec .expert-team-inner .swiper-button-prev {
    position: absolute;
    background-color: #1B1B1B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100; }
    .milestone-sec .expert-team-inner .swiper-button-next::after,
    .milestone-sec .expert-team-inner .swiper-button-prev::after {
      content: none; }
    .milestone-sec .expert-team-inner .swiper-button-next svg,
    .milestone-sec .expert-team-inner .swiper-button-prev svg {
      width: 27px;
      height: 27px;
      stroke: #fff; }
      @media (max-width: 991px) {
        .milestone-sec .expert-team-inner .swiper-button-next svg,
        .milestone-sec .expert-team-inner .swiper-button-prev svg {
          width: 20px;
          height: 20px; } }
  .milestone-sec .expert-team-inner .swiper-button-prev {
    left: calc(50% - (60px + 10px));
    bottom: 0px;
    top: inherit; }
    @media (max-width: 991px) {
      .milestone-sec .expert-team-inner .swiper-button-prev {
        bottom: 0;
        width: 40px;
        height: 40px;
        left: calc(50% - (40px + 10px)); } }
  .milestone-sec .expert-team-inner .swiper-button-next {
    left: calc(50% + 10px);
    bottom: 0px;
    top: inherit; }
    @media (max-width: 991px) {
      .milestone-sec .expert-team-inner .swiper-button-next {
        bottom: 0;
        width: 40px;
        height: 40px; } }
  .milestone-sec .expert-team-inner .swiper-button-next {
    left: calc(86% + 20px);
    top: 50%;
    margin: 0;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .milestone-sec .expert-team-inner .swiper-button-next {
        left: calc(50% + 10px);
        bottom: 0;
        top: unset;
        width: 50px;
        height: 50px; } }
  .milestone-sec .expert-team-inner .swiper-button-prev {
    left: calc(10% - (0px + 0px));
    top: 50%;
    margin: 0;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .milestone-sec .expert-team-inner .swiper-button-prev {
        left: calc(50% - (60px + 10px));
        bottom: 0;
        top: unset;
        width: 50px;
        height: 50px; } }
@media (max-width: 991px) {
  .milestone-sec .milestone-heading-box {
    max-width: 356px;
    margin: auto;
    padding-bottom: 40px; }
    .milestone-sec .milestone-heading-box::before {
      content: none; }
  .milestone-sec .expert-team-inner .wrapperContainer {
    max-width: 100%; }
  .milestone-sec .expert-team-inner .main-expert-slider {
    padding-left: 0; }
    .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide {
      padding: 30px 0 80px 0; }
      .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row {
        flex-direction: column; }
        .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .left-side {
          flex: 1;
          max-width: 100%;
          padding-bottom: 20px; }
        .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .right-side {
          max-width: 100%; }
        .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .txt h2 {
          font-size: 32px;
          line-height: 40px;
          margin-bottom: 20px; } }
        @media (max-width: 991px) and (max-width: 991px) {
          .milestone-sec .expert-team-inner .main-expert-slider .milestone-main-slider .swiper-slide .mile-row .txt h2 {
            font-size: 22px; } }
@media (max-width: 991px) {
  .milestone-sec .expert-team-inner .swiperNavigationBtn {
    margin-bottom: 80px; } }

.highlight-2010 .heading-four {
  color: #D62317;
  font-weight: bold; }
.highlight-2010::before {
  background-color: #D62317 !important; }

.productDetailSection {
  padding-top: 50px;
  position: relative; }
  .productDetailSection .wrapperRow {
    max-width: 1346px;
    margin: auto; }
    .productDetailSection .wrapperRow .breadCrumbWrapper {
      padding-bottom: 10px; }
      .productDetailSection .wrapperRow .breadCrumbWrapper ul {
        display: flex; }
        .productDetailSection .wrapperRow .breadCrumbWrapper ul li {
          display: inline-block;
          padding-right: 15px;
          margin-right: 5px;
          position: relative; }
          .productDetailSection .wrapperRow .breadCrumbWrapper ul li::after {
            content: "";
            font-family: "HermesFB";
            position: absolute;
            right: 0;
            top: 5px;
            background-image: url("../../assets/img/breadcrumbIcon.svg");
            background-repeat: no-repeat;
            width: 8px;
            height: 100%; }
          .productDetailSection .wrapperRow .breadCrumbWrapper ul li:last-child::after {
            content: none; }
          .productDetailSection .wrapperRow .breadCrumbWrapper ul li a {
            font-size: 12px;
            line-height: 20px;
            font-weight: 400;
            font-family: "Inter", sans-serif;
            color: #000000; }
        .productDetailSection .wrapperRow .breadCrumbWrapper ul li.active a {
          color: #D62317; }
    .productDetailSection .wrapperRow .productOverviewSection {
      display: flex;
      gap: 34px; }
      .productDetailSection .wrapperRow .productOverviewSection .prouductMainImg {
        position: relative;
        padding-top: calc(300 / 400 * 100%); }
        .productDetailSection .wrapperRow .productOverviewSection .prouductMainImg img {
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productSlider .productContent .tabs {
        display: flex;
        justify-content: center; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productSlider .productContent .tabs li {
          margin: 0 25px;
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          color: #000000; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productSlider .productContent .tabs li.active {
            border-bottom: 2px solid red;
            cursor: pointer; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productSlider .tab-Container .tabContent .productList .swiper-slide {
        border: 1px solid #aeaeae; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productSlider .tab-Container .tabContent .productList .swiper-slide.swiper-slide-thumb-active {
          border: 1px solid red; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productSlider .tab-Container .tabContent .productList .swiper-slide .productListImg img {
          width: 118px;
          height: 107px;
          cursor: pointer; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .productdescDetail {
        display: flex;
        flex-direction: column;
        gap: 18px; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .productdescDetail .powerGen {
          display: flex;
          flex-direction: column;
          gap: 8px; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .productdescDetail .powerGen span {
            display: block;
            font-size: 24px;
            line-height: 38px;
            font-family: "HermesFB";
            color: #D62317; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .productdescDetail .powerGen h2 {
            font-size: 40px;
            line-height: 50px;
            font-weight: 400;
            color: #1B1B1B; }
            @media (max-width: 991px) {
              .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .productdescDetail .powerGen h2 {
                font-size: 24px;
                line-height: 38px; } }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .downloadBrochure {
        display: flex;
        flex-direction: column;
        gap: 30px; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .downloadBrochure .downloadBtn {
          margin: 20px 0 40px;
          border-bottom: 1px solid #f5f5f5;
          padding-bottom: 25px; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .downloadBrochure .downloadBtn .img-btn-front {
            display: inline-block;
            background: #d62317;
            border: 1px solid #d62317;
            color: #fff;
            padding: 12px 14px 12px 60px;
            position: relative;
            height: 50px;
            margin-right: 32px;
            margin-bottom: 15px;
            font-family: "HermesFB";
            font-weight: 700; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .downloadBrochure .downloadBtn .img-btn-front.brocherDownload::before {
            content: "";
            height: 48px;
            width: 45px;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff url("../../assets/img/downloadbrochure.svg") no-repeat 50%; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .downloadBrochure .downloadBtn .img-btn-front.inquiryForm::before {
            content: "";
            height: 48px;
            width: 45px;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff url("../../assets/img/inquiryForm.svg") no-repeat 50%; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -116px; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li {
          flex: 0 0 33%;
          position: relative;
          padding-left: 60px;
          margin-bottom: 20px;
          margin-right: 100px;
          word-break: break-word; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li .listLogo {
            position: absolute;
            left: 0;
            top: 5px; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li .listInfo span:nth-of-type(1) {
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            font-weight: 100;
            color: #000000;
            font-family: "HermesFB"; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li .listInfo span:nth-of-type(2) {
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            color: #D62317;
            font-family: "HermesFB"; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li::after {
            content: "";
            position: absolute;
            right: -50px;
            top: 0;
            height: 100%;
            display: none;
            border: 1px solid #aeaeae66; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li:nth-child(1)::after, .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li:nth-child(3)::after {
            display: block; }
  @media (max-width: 991px) {
    .productDetailSection .wrapperRow .productOverviewSection {
      flex-wrap: wrap; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next,
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev {
        position: absolute;
        background-color: #1B1B1B;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next::after,
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev::after {
          content: none; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next svg,
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev svg {
          width: 27px;
          height: 27px;
          stroke: #fff; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next svg,
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev svg {
          width: 20px;
          height: 20px; } }
  @media (max-width: 991px) {
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev {
        left: calc(50% - (60px + 10px));
        bottom: 0px;
        top: inherit; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev {
        bottom: 0;
        width: 40px;
        height: 40px;
        left: calc(50% - (40px + 10px)); } }
  @media (max-width: 991px) {
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next {
        left: calc(50% + 10px);
        bottom: 0px;
        top: inherit; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next {
        bottom: 0;
        width: 40px;
        height: 40px; } }
  @media (max-width: 991px) {
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev {
        top: 50%;
        left: calc(50% - (60px + 100px));
        background-color: #FFFFFF;
        width: 40px;
        box-shadow: 0px 4px 22px 0px #0000001a;
        height: 40px; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev svg {
          width: 14px;
          height: 14px; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev svg path {
            stroke: #000000; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-prev:hover svg path {
          stroke: #FFFFFF; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next {
        top: 50%;
        left: calc(50% + 114px);
        background-color: #ffffff;
        width: 40px;
        height: 40px;
        box-shadow: 0px 4px 22px 0px #0000001a; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next svg {
          width: 14px;
          height: 14px; }
          .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next svg path {
            stroke: #000000; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(1) .productList .swiper-button-next:hover svg path {
          stroke: #FFFFFF; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .downloadBrochure {
        gap: 0; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productDescSideBar .downloadBrochure .downloadBtn {
        padding-bottom: 0; }
      .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li {
        flex: 0 0 100%;
        padding-bottom: 16px; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li .listInfo {
          display: flex;
          flex-direction: column;
          align-items: start; }
        .productDetailSection .wrapperRow .productOverviewSection .col-50:nth-of-type(2) .productinfoList ul li::after {
          right: 0;
          width: 100%;
          border: none;
          display: block;
          border-bottom: 1px solid #aeaeae66; }
    .productDetailSection .wrapperRow .breadCrumbWrapper {
      padding-bottom: 20px; } }

.SpecificationSection {
  margin-top: 80px; }
  .SpecificationSection .tabBorder {
    border: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; }
    .SpecificationSection .tabBorder .wrapperContainer .productTabs .productTabsList li {
      display: inline-block;
      padding: 16px 42px;
      text-align: center;
      cursor: pointer;
      font-size: 18px;
      line-height: 28px; }
    .SpecificationSection .tabBorder .wrapperContainer .productTabs .productTabsList li.active {
      background-color: #000000;
      color: #FFFFFF; }
  .SpecificationSection .tabContentWrapper {
    padding: 20px 0 0; }
    .SpecificationSection .tabContentWrapper .tabContent {
      display: none; }
      .SpecificationSection .tabContentWrapper .tabContent.active {
        display: block; }
      .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable {
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 10px; }
        .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable {
          width: 100%;
          table-layout: fixed; }
          .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable tr td {
            padding: 21px 45px;
            text-align: center;
            border-right: 1px solid #aeaeae; }
          .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable tr:nth-child(2n + 0):not(:first-child) {
            background-color: #f4f4f4; }
          .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable tr:nth-child(2n):not(:first-child) {
            background-color: white; }
        .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable::-webkit-scrollbar {
          width: 8px; }
        .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable::-webkit-scrollbar-track {
          background: #f1f1f1; }
        .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable::-webkit-scrollbar-thumb {
          background: #D62317;
          border-radius: 10px; }
  .SpecificationSection .technologySwiper,
  .SpecificationSection .ProductApplicationSwiper {
    padding-bottom: 160px; }
    .SpecificationSection .technologySwiper .technologyCard,
    .SpecificationSection .ProductApplicationSwiper .technologyCard {
      height: 100%;
      padding: 12px 11px 30px 11px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      border-radius: 20px;
      box-shadow: 0px 4px 26px 0px #0000001a; }
      .SpecificationSection .technologySwiper .technologyCard .techImg,
      .SpecificationSection .ProductApplicationSwiper .technologyCard .techImg {
        position: relative;
        padding-top: calc(300 / 396 * 100%); }
        .SpecificationSection .technologySwiper .technologyCard .techImg img,
        .SpecificationSection .ProductApplicationSwiper .technologyCard .techImg img {
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          width: 100%; }
      .SpecificationSection .technologySwiper .technologyCard .techdesc span,
      .SpecificationSection .ProductApplicationSwiper .technologyCard .techdesc span {
        font-size: 26px;
        line-height: 32px;
        font-family: "HermesFB";
        color: #D62317; }
      .SpecificationSection .technologySwiper .technologyCard .techdesc p,
      .SpecificationSection .ProductApplicationSwiper .technologyCard .techdesc p {
        padding-top: 18px;
        color: #000000; }
    .SpecificationSection .technologySwiper .swiper-button-next,
    .SpecificationSection .technologySwiper .swiper-button-prev,
    .SpecificationSection .ProductApplicationSwiper .swiper-button-next,
    .SpecificationSection .ProductApplicationSwiper .swiper-button-prev {
      position: absolute;
      background-color: #1B1B1B;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 100; }
      .SpecificationSection .technologySwiper .swiper-button-next::after,
      .SpecificationSection .technologySwiper .swiper-button-prev::after,
      .SpecificationSection .ProductApplicationSwiper .swiper-button-next::after,
      .SpecificationSection .ProductApplicationSwiper .swiper-button-prev::after {
        content: none; }
      .SpecificationSection .technologySwiper .swiper-button-next svg,
      .SpecificationSection .technologySwiper .swiper-button-prev svg,
      .SpecificationSection .ProductApplicationSwiper .swiper-button-next svg,
      .SpecificationSection .ProductApplicationSwiper .swiper-button-prev svg {
        width: 27px;
        height: 27px;
        stroke: #fff; }
        @media (max-width: 991px) {
          .SpecificationSection .technologySwiper .swiper-button-next svg,
          .SpecificationSection .technologySwiper .swiper-button-prev svg,
          .SpecificationSection .ProductApplicationSwiper .swiper-button-next svg,
          .SpecificationSection .ProductApplicationSwiper .swiper-button-prev svg {
            width: 20px;
            height: 20px; } }
    .SpecificationSection .technologySwiper .swiper-button-prev,
    .SpecificationSection .ProductApplicationSwiper .swiper-button-prev {
      left: calc(50% - (60px + 10px));
      bottom: 0px;
      top: inherit; }
      @media (max-width: 991px) {
        .SpecificationSection .technologySwiper .swiper-button-prev,
        .SpecificationSection .ProductApplicationSwiper .swiper-button-prev {
          bottom: 0;
          width: 40px;
          height: 40px;
          left: calc(50% - (40px + 10px)); } }
    .SpecificationSection .technologySwiper .swiper-button-next,
    .SpecificationSection .ProductApplicationSwiper .swiper-button-next {
      left: calc(50% + 10px);
      bottom: 0px;
      top: inherit; }
      @media (max-width: 991px) {
        .SpecificationSection .technologySwiper .swiper-button-next,
        .SpecificationSection .ProductApplicationSwiper .swiper-button-next {
          bottom: 0;
          width: 40px;
          height: 40px; } }
  @media (max-width: 991px) {
    .SpecificationSection {
      margin-top: 40px; }
      .SpecificationSection .tabBorder .wrapperContainer .productTabs .productTabsList {
        position: relative; }
        .SpecificationSection .tabBorder .wrapperContainer .productTabs .productTabsList li {
          text-align: start;
          padding: 10px 15px;
          width: 100%; }
        .SpecificationSection .tabBorder .wrapperContainer .productTabs .productTabsList li.active {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 52px; }
        .SpecificationSection .tabBorder .wrapperContainer .productTabs .productTabsList::after {
          content: "";
          position: absolute;
          right: 25px;
          top: 0;
          background-image: url(../../assets/img/downarrowWhite.svg);
          background-repeat: no-repeat;
          width: 20px;
          height: 50px;
          rotate: 0deg;
          transition: all 0.5s ease;
          background-position: center center; }
      .SpecificationSection .productTabsList {
        overflow: hidden;
        height: 50px;
        position: relative;
        margin: 0 -20px;
        padding-top: 50px; }
      .SpecificationSection .productTabsList.slideMobile {
        height: auto;
        overflow: inherit; }
        .SpecificationSection .productTabsList.slideMobile::after {
          transform: rotate(-180deg); }
      .SpecificationSection .tabContentWrapper {
        padding: 0; }
        .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer {
          max-width: 100%; }
          .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable {
            padding: 0; }
            .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable .tableHeading {
              font-size: 14px;
              line-height: 22px;
              font-weight: 400; }
              .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable .tableHeading td {
                padding: 8px; }
            .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable .tableFont {
              font-size: 14px; }
              .SpecificationSection .tabContentWrapper .tabContent .wrapperContainer .scrollTable .productTable .tableFont td {
                padding: 8px; }
      .SpecificationSection .technologySwiper {
        padding-bottom: 90px; }
      .SpecificationSection .ProductApplicationSwiper {
        padding-bottom: 130px; } }

#enquiryPopover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #f4f4f4;
  max-height: 90vh;
  overflow-y: scroll;
  /* Still scrollable */
  scrollbar-width: none;
  border: none;
  border-radius: 25px;
  z-index: 999; }
  #enquiryPopover form {
    padding: 44px 81px; }
    #enquiryPopover form .inquiryPopupForm span {
      display: block;
      font-size: 40px;
      line-height: 50px;
      font-weight: 400;
      font-family: "HermesFB";
      font-weight: 700; }
      @media (max-width: 991px) {
        #enquiryPopover form .inquiryPopupForm span {
          font-size: 24px;
          line-height: 38px; } }
    #enquiryPopover form .inquiryPopupForm .inquiryFormFields {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: end;
      gap: 25px;
      margin-top: 29px; }
      #enquiryPopover form .inquiryPopupForm .inquiryFormFields .formFieldsDetails {
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
        padding-bottom: 20px; }
        #enquiryPopover form .inquiryPopupForm .inquiryFormFields .formFieldsDetails label {
          font-size: 16px;
          line-height: 22px;
          font-weight: 400; }
        #enquiryPopover form .inquiryPopupForm .inquiryFormFields .formFieldsDetails select {
          height: 60px;
          border-radius: 8px;
          padding-left: 21px;
          border: none;
          background-color: #FFFFFF; }
        #enquiryPopover form .inquiryPopupForm .inquiryFormFields .formFieldsDetails input {
          width: 100%;
          height: 60px;
          border-radius: 8px;
          padding-left: 21px;
          border: none;
          background-color: #FFFFFF; }
        #enquiryPopover form .inquiryPopupForm .inquiryFormFields .formFieldsDetails .enquiryError {
          position: absolute;
          bottom: 0; }
      #enquiryPopover form .inquiryPopupForm .inquiryFormFields .custom-select-wrapper {
        position: relative; }
        #enquiryPopover form .inquiryPopupForm .inquiryFormFields .custom-select-wrapper::after {
          content: "";
          background-image: url("../../assets/img/downArrowSelect.svg");
          background-repeat: no-repeat;
          background-size: 12px;
          width: 18px;
          height: 8px;
          position: absolute;
          right: 16px;
          top: 70%;
          transform: translateY(-50%);
          pointer-events: none; }
    #enquiryPopover form .inquiryPopupForm .submitBtnField {
      display: flex;
      justify-content: center; }
  #enquiryPopover #openPopup {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    #enquiryPopover #openPopup img {
      width: 12px;
      height: 12px; }

@media (max-width: 991px) {
  #enquiryPopover {
    width: 95%;
    height: 90vh; }
    #enquiryPopover form {
      padding: 30px 30px; }
      #enquiryPopover form .inquiryPopupForm span {
        font-size: 22px;
        line-height: 30px; } }
      @media (max-width: 991px) and (max-width: 991px) {
        #enquiryPopover form .inquiryPopupForm span {
          font-size: 22px; } }
@media (max-width: 991px) {
      #enquiryPopover form .inquiryPopupForm .inquiryFormFields {
        grid-template-columns: repeat(1, 1fr); }
    #enquiryPopover #openPopup {
      top: 16px;
      right: 16px; } }
.technologySwiper .swiper-slide {
  height: auto !important; }

.eps-address-detail .address-wrapper {
  max-width: calc(100% - 300px);
  margin: auto; }
  .eps-address-detail .address-wrapper .address-item {
    box-shadow: 0px 4px 20px 0px #0000000a;
    padding: 60px 18px;
    text-align: center;
    height: 100%; }
    .eps-address-detail .address-wrapper .address-item .content {
      margin-top: 24px; }
      .eps-address-detail .address-wrapper .address-item .content h6 {
        margin-bottom: 16px;
        text-transform: none;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-weight: 700;
        color: #353535; }
      .eps-address-detail .address-wrapper .address-item .content p {
        color: #353535; }
    .eps-address-detail .address-wrapper .address-item .icon path.pin {
      fill: none;
      transition: fill 0.3s ease; }
    .eps-address-detail .address-wrapper .address-item:hover .icon path.pin {
      fill: #D62317; }
    .eps-address-detail .address-wrapper .address-item:hover .content p {
      text-decoration: underline; }
@media (max-width: 991px) {
  .eps-address-detail .address-wrapper {
    max-width: calc(100% - 38px);
    margin: auto; } }

.contact-form-box {
  background: #F4F4F4;
  border-radius: 20px;
  padding: 72px 32px; }
  .contact-form-box .heading-four {
    color: #000000;
    margin-bottom: 40px; }
  .contact-form-box .form-Checkbox {
    display: flex;
    gap: 20px;
    align-items: center; }
    .contact-form-box .form-Checkbox .custom-checkbox {
      position: relative;
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-bottom: 0; }
      .contact-form-box .form-Checkbox .custom-checkbox input {
        opacity: 0;
        width: 24px;
        height: 24px;
        margin: 0; }
      .contact-form-box .form-Checkbox .custom-checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 24px;
        width: 24px;
        background-color: white;
        border: 2px solid #ccc;
        border-radius: 4px;
        z-index: 1;
        pointer-events: none;
        transition: all 0.2s ease; }
      .contact-form-box .form-Checkbox .custom-checkbox input:checked + .checkmark {
        background-color: #ff0000;
        border-color: #ff0000; }
        .contact-form-box .form-Checkbox .custom-checkbox input:checked + .checkmark::after {
          content: "";
          position: absolute;
          left: 6px;
          top: 2px;
          width: 6px;
          height: 12px;
          border: solid white;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }
    .contact-form-box .form-Checkbox p {
      display: block;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      font-family: "HermesFB";
      font-weight: 400;
      line-height: 24px; }
      .contact-form-box .form-Checkbox p span {
        display: inline-block; }
        .contact-form-box .form-Checkbox p span a {
          display: block;
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          font-family: "HermesFB";
          font-weight: 400;
          color: #D62317; }
    @media (max-width: 991px) {
      .contact-form-box .form-Checkbox {
        align-items: start; } }

.contact-form-sec .left-side {
  padding-right: 52.5px;
  flex: 0 0 55%;
  max-width: 55%; }
.contact-form-sec .right-side {
  flex: 0 0 45%;
  max-width: 45%; }
.contact-form-sec .left-right {
  padding-left: 52.5px; }
.contact-form-sec .map-contact {
  margin-top: 30px; }
@media (max-width: 991px) {
  .contact-form-sec .heading-one {
    text-align: center; }
  .contact-form-sec .left-side {
    padding-right: 0; }
  .contact-form-sec .map-contact .mapIframe {
    height: 256px; } }

@media (max-width: 991px) {
  .multipleTouchPoint-sec .multiRow .left-side {
    margin-bottom: 48px; }
    .multipleTouchPoint-sec .multiRow .left-side .heading-box .heading-one {
      font-size: 22px;
      line-height: 30px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .multipleTouchPoint-sec .multiRow .left-side .heading-box .heading-one {
        font-size: 22px; } }
@media (max-width: 991px) {
  .multipleTouchPoint-sec .multiRow .right-side {
    padding-right: 12px;
    padding-left: 12px; }
    .multipleTouchPoint-sec .multiRow .right-side .contact-form-box .heading-four {
      font-size: 22px;
      line-height: 30px;
      font-weight: 700; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .multipleTouchPoint-sec .multiRow .right-side .contact-form-box .heading-four {
        font-size: 22px; } }
@media (max-width: 991px) {
    .multipleTouchPoint-sec .multiRow .right-side .contact-form-box .form-group label {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; } }

.common-main-heading {
  margin: auto;
  margin-bottom: 30px; }
  .common-main-heading .heading-one {
    margin-bottom: 0; }
  .common-main-heading p {
    max-width: 500px;
    margin: auto; }

.events-more-sec {
  margin-top: 80px; }
  .events-more-sec .event-more-flex {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap; }
    .events-more-sec .event-more-flex .event-item {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 15px;
      margin-bottom: 30px; }
      .events-more-sec .event-more-flex .event-item .inner-item {
        height: 100%;
        box-shadow: 0px 4px 26px 0px #0000001a; }
      .events-more-sec .event-more-flex .event-item .image {
        position: relative;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 342px; }
        .events-more-sec .event-more-flex .event-item .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .events-more-sec .event-more-flex .event-item .image::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
          pointer-events: none;
          z-index: 1; }
      .events-more-sec .event-more-flex .event-item .content {
        padding: 15px; }
        .events-more-sec .event-more-flex .event-item .content .date {
          margin-bottom: 20px;
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          color: #AEAEAE; }
        .events-more-sec .event-more-flex .event-item .content .title {
          color: #D62317;
          text-transform: uppercase;
          font-weight: 400; }
  @media (max-width: 991px) {
    .events-more-sec {
      margin-top: 40px; }
      .events-more-sec .event-more-flex {
        gap: 20px; }
        .events-more-sec .event-more-flex .event-item {
          flex: 0 0 100%;
          max-width: 100%; }
          .events-more-sec .event-more-flex .event-item .content .title {
            font-size: 18px;
            line-height: 28px; } }

.latest-news-flex {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .latest-news-flex .latest-news-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px; }
    .latest-news-flex .latest-news-item .image-box-tag {
      position: relative; }
      .latest-news-flex .latest-news-item .image-box-tag .product-tag {
        padding: 14px 25px;
        background: #FFFFFF;
        border-radius: 100px;
        position: absolute;
        top: 25px;
        right: 23px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        line-height: 83%;
        z-index: 1; }
      .latest-news-flex .latest-news-item .image-box-tag .image {
        position: relative;
        padding-top: calc(263 / 442 * 100%); }
        .latest-news-flex .latest-news-item .image-box-tag .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .latest-news-flex .latest-news-item .image-box-tag .image::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
          pointer-events: none;
          z-index: 1; }
      .latest-news-flex .latest-news-item .image-box-tag .videoPlayIcon {
        position: absolute;
        top: 40%;
        left: 48%;
        transform: translate(-50%, "50%");
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px); }
        .latest-news-flex .latest-news-item .image-box-tag .videoPlayIcon img {
          height: 23px;
          width: auto;
          position: static; }
    .latest-news-flex .latest-news-item .content {
      margin-top: 30px; }
      .latest-news-flex .latest-news-item .content .date-tag {
        margin-bottom: 20px; }
      .latest-news-flex .latest-news-item .content .read-more-link {
        text-decoration: underline;
        display: block;
        letter-spacing: 0.04em;
        font-family: "HermesFB"; }
    .latest-news-flex .latest-news-item .heading-two,
    .latest-news-flex .latest-news-item p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      text-transform: none;
      font-weight: 400;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
  @media (max-width: 991px) {
    .latest-news-flex .latest-news-item {
      flex: 0 0 100%;
      max-width: 100%; }
      .latest-news-flex .latest-news-item p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400; }
      .latest-news-flex .latest-news-item .content {
        margin-bottom: 30px; } }

.press-rel-sec .press-flex {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .press-rel-sec .press-flex .press-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px; }
    .press-rel-sec .press-flex .press-item .press-inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      height: 100%;
      flex-direction: column; }
    .press-rel-sec .press-flex .press-item .desc {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      -webkit-line-clamp: 2;
      text-transform: none;
      font-weight: 400;
      color: #000000; }
    .press-rel-sec .press-flex .press-item .heading-three {
      position: relative;
      padding-bottom: 15px;
      text-transform: none;
      font-weight: 400;
      color: #000000; }
      .press-rel-sec .press-flex .press-item .heading-three:after {
        content: "";
        height: 3px;
        width: 50px;
        background: #D62317;
        position: absolute;
        bottom: 0;
        left: 0; }
    .press-rel-sec .press-flex .press-item .desc {
      margin-bottom: 40px; }
@media (max-width: 991px) {
  .press-rel-sec .press-flex {
    gap: 20px; }
    .press-rel-sec .press-flex .press-item {
      flex: 0 0 100%;
      max-width: 100%; } }

.view-all-btn-box {
  margin: 30px 0 0;
  text-align: center; }

.thankyouSection .icon-animation {
  max-width: 300px;
  margin: auto;
  text-align: center; }
  .thankyouSection .icon-animation h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .thankyouSection .icon-animation h1 {
        font-size: 24px;
        line-height: 38px; } }
  .thankyouSection .icon-animation .mainColorBtn {
    color: #fff; }
    .thankyouSection .icon-animation .mainColorBtn::before {
      background-color: #363636; }
  .thankyouSection .icon-animation .btn-default, .thankyouSection .icon-animation .btn-white, .thankyouSection .icon-animation .btn-transparent {
    width: auto;
    padding: 20px 30px;
    margin-top: 10px;
    line-height: 20px; }
    .thankyouSection .icon-animation .btn-default span, .thankyouSection .icon-animation .btn-white span, .thankyouSection .icon-animation .btn-transparent span {
      margin-left: 5px;
      transition: all 0.5s ease;
      width: 15px;
      height: 15px;
      transform: translateY(4px);
      display: inline-block;
      position: relative; }
      .thankyouSection .icon-animation .btn-default span svg, .thankyouSection .icon-animation .btn-white span svg, .thankyouSection .icon-animation .btn-transparent span svg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0; }
        .thankyouSection .icon-animation .btn-default span svg path, .thankyouSection .icon-animation .btn-white span svg path, .thankyouSection .icon-animation .btn-transparent span svg path {
          fill: #FFFFFF; }

.blogDetailBanner .blogBannerImg {
  position: relative;
  padding-top: calc(800 / 2880 * 100%);
  border-radius: 0; }
  .blogDetailBanner .blogBannerImg img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
  .blogDetailBanner .blogBannerImg .bannerDetailPara {
    position: absolute;
    bottom: 28px;
    left: 100px;
    max-width: 834px; }
    .blogDetailBanner .blogBannerImg .bannerDetailPara p {
      font-size: 40px;
      line-height: 50px;
      font-weight: 400;
      font-family: "HermesFB";
      font-weight: 700;
      color: #FFFFFF; }
      @media (max-width: 991px) {
        .blogDetailBanner .blogBannerImg .bannerDetailPara p {
          font-size: 24px;
          line-height: 38px; } }
@media (max-width: 991px) {
  .blogDetailBanner .blogBannerImg {
    max-width: calc(100% - 40px);
    margin: auto; }
    .blogDetailBanner .blogBannerImg .desktop-div {
      display: block; }
    .blogDetailBanner .blogBannerImg img {
      border-radius: 20px; }
    .blogDetailBanner .blogBannerImg .bannerDetailPara {
      left: 18px;
      max-width: 500px; } }
@media (max-width: 563px) {
  .blogDetailBanner .blogBannerImg {
    padding-top: calc(532 / 350 * 100%); }
    .blogDetailBanner .blogBannerImg .desktop-div {
      display: none; }
    .blogDetailBanner .blogBannerImg .bannerDetailPara {
      max-width: 298px; } }

.blogContent {
  margin: 45px 0 122px 0; }
  .blogContent .wrapperContainer {
    max-width: calc(100% - 200px);
    margin: auto; }
  .blogContent .blogDetail {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .blogContent .blogDetail .blogDate span {
      font-size: 18px;
      line-height: 28px;
      font-family: "HermesFB";
      position: relative;
      display: inline-block;
      padding-left: 36px; }
      .blogContent .blogDetail .blogDate span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url("../../assets/img/calendarImg.svg");
        background-repeat: no-repeat;
        background-position: center;
        height: 24px;
        width: 24px; }
    .blogContent .blogDetail .DetailPara .Para1 h1 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 700;
      font-family: "HermesFB";
      padding-bottom: 16px; }
      @media (max-width: 991px) {
        .blogContent .blogDetail .DetailPara .Para1 h1 {
          font-size: 22px; } }
    .blogContent .blogDetail .DetailPara .Para1 p {
      padding-bottom: 20px; }
    .blogContent .blogDetail .DetailPara .para2 {
      padding-top: 40px; }
      .blogContent .blogDetail .DetailPara .para2 h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        font-family: "HermesFB"; }
        @media (max-width: 991px) {
          .blogContent .blogDetail .DetailPara .para2 h2 {
            font-size: 22px; } }
      .blogContent .blogDetail .DetailPara .para2 p {
        padding-top: 18px; }
    .blogContent .blogDetail .DetailPara .para3 {
      padding-top: 40px; }
      .blogContent .blogDetail .DetailPara .para3 h3 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        font-family: "HermesFB"; }
        @media (max-width: 991px) {
          .blogContent .blogDetail .DetailPara .para3 h3 {
            font-size: 22px; } }
      .blogContent .blogDetail .DetailPara .para3 p {
        padding-top: 18px; }
    .blogContent .blogDetail .DetailPara .para4 {
      padding-top: 40px; }
      .blogContent .blogDetail .DetailPara .para4 h4 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        font-family: "HermesFB"; }
        @media (max-width: 991px) {
          .blogContent .blogDetail .DetailPara .para4 h4 {
            font-size: 22px; } }
      .blogContent .blogDetail .DetailPara .para4 p {
        padding-top: 18px; }
    .blogContent .blogDetail .DetailPara .para5 {
      padding-top: 40px; }
      .blogContent .blogDetail .DetailPara .para5 h5 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        font-family: "HermesFB"; }
        @media (max-width: 991px) {
          .blogContent .blogDetail .DetailPara .para5 h5 {
            font-size: 22px; } }
      .blogContent .blogDetail .DetailPara .para5 p {
        padding-top: 18px; }
    .blogContent .blogDetail .DetailPara .para6 ul {
      padding-top: 20px; }
    .blogContent .blogDetail .DetailPara .commonPara h1,
    .blogContent .blogDetail .DetailPara .commonPara h2,
    .blogContent .blogDetail .DetailPara .commonPara h3,
    .blogContent .blogDetail .DetailPara .commonPara h4,
    .blogContent .blogDetail .DetailPara .commonPara h5,
    .blogContent .blogDetail .DetailPara .commonPara h6 {
      font-size: 24px;
      line-height: 38px;
      font-weight: 700;
      font-family: "HermesFB";
      color: #1B1B1B; }
      @media (max-width: 991px) {
        .blogContent .blogDetail .DetailPara .commonPara h1,
        .blogContent .blogDetail .DetailPara .commonPara h2,
        .blogContent .blogDetail .DetailPara .commonPara h3,
        .blogContent .blogDetail .DetailPara .commonPara h4,
        .blogContent .blogDetail .DetailPara .commonPara h5,
        .blogContent .blogDetail .DetailPara .commonPara h6 {
          font-size: 20px;
          line-height: 26px;
          line-height: 30px; } }
    .blogContent .blogDetail .DetailPara .commonPara p {
      padding-bottom: 20px;
      padding-top: 18px; }
    .blogContent .blogDetail .DetailPara .commonPara span {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      font-family: "HermesFB";
      font-weight: 700; }
    .blogContent .blogDetail .DetailPara .commonPara ul {
      padding-left: 45px;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .blogContent .blogDetail .DetailPara .commonPara ul li {
        list-style: disc; }
        .blogContent .blogDetail .DetailPara .commonPara ul li p {
          padding-top: 0;
          padding-bottom: 0; }
    .blogContent .blogDetail .DetailPara .para7 {
      padding-top: 40px; }
      .blogContent .blogDetail .DetailPara .para7 span {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        font-family: "HermesFB"; }
        @media (max-width: 991px) {
          .blogContent .blogDetail .DetailPara .para7 span {
            font-size: 22px; } }
    .blogContent .blogDetail .DetailPara .blogMediaIcons .blogIcons {
      display: flex;
      gap: 14px;
      align-items: center; }
      .blogContent .blogDetail .DetailPara .blogMediaIcons .blogIcons span {
        font-size: 20px;
        line-height: 26px;
        font-family: "HermesFB";
        font-weight: 700; }
      .blogContent .blogDetail .DetailPara .blogMediaIcons .blogIcons .icons {
        display: flex;
        gap: 20px;
        align-items: center;
        padding-top: 5px; }
  @media (max-width: 991px) {
    .blogContent {
      margin: 45px 0 40px 0; }
      .blogContent .wrapperContainer {
        max-width: calc(100% - 40px); } }

.header-search-box.searchactive {
  display: block; }

.DetailCommonBanner .DetailBannerImg {
  position: relative;
  padding-top: calc(800 / 2880 * 100%);
  border-radius: 0; }
  .DetailCommonBanner .DetailBannerImg img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
  .DetailCommonBanner .DetailBannerImg .searchBannerPara {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .DetailCommonBanner .DetailBannerImg .searchBannerPara p {
      font-size: 40px;
      line-height: 50px;
      font-weight: 400;
      font-family: "HermesFB";
      font-weight: 700;
      color: #FFFFFF; }
      @media (max-width: 991px) {
        .DetailCommonBanner .DetailBannerImg .searchBannerPara p {
          font-size: 24px;
          line-height: 38px; } }
@media (max-width: 991px) {
  .DetailCommonBanner .DetailBannerImg {
    max-width: calc(100% - 40px);
    margin: auto; }
    .DetailCommonBanner .DetailBannerImg .desktop-div {
      display: block; }
    .DetailCommonBanner .DetailBannerImg img {
      border-radius: 20px; }
    .DetailCommonBanner .DetailBannerImg .searchBannerPara {
      left: 18px;
      max-width: 500px; }
    .DetailCommonBanner .DetailBannerImg .searchBannerPara {
      left: 50%;
      max-width: 100%; }
      .DetailCommonBanner .DetailBannerImg .searchBannerPara p {
        font-size: 42px;
        line-height: 52px; } }
@media (max-width: 563px) {
  .DetailCommonBanner .DetailBannerImg {
    padding-top: calc(532 / 350 * 100%); }
    .DetailCommonBanner .DetailBannerImg .desktop-div {
      display: none; }
    .DetailCommonBanner .DetailBannerImg .searchBannerPara {
      max-width: 298px; } }

.search-result .outer-serchbx {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.039);
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  background: #fff;
  padding: 50px;
  margin-top: -120px;
  z-index: 3;
  position: relative; }
  .search-result .outer-serchbx .search-bar {
    max-width: 850px;
    margin: 0 auto 50px; }
    .search-result .outer-serchbx .search-bar input {
      width: 75%;
      border: none;
      border-bottom: 1px solid #AEAEAE !important;
      border-radius: 0;
      padding: 0;
      padding-bottom: 10px; }
    .search-result .outer-serchbx .search-bar .btn-default, .search-result .outer-serchbx .search-bar .btn-white, .search-result .outer-serchbx .search-bar .btn-transparent {
      border: 1px solid #AEAEAE;
      color: #AEAEAE;
      margin-left: 30px;
      width: 20%;
      max-width: 160px;
      padding-left: 39px; }
      .search-result .outer-serchbx .search-bar .btn-default:hover::after, .search-result .outer-serchbx .search-bar .btn-white:hover::after, .search-result .outer-serchbx .search-bar .btn-transparent:hover::after {
        background-color: unset; }
      .search-result .outer-serchbx .search-bar .btn-default::after, .search-result .outer-serchbx .search-bar .btn-white::after, .search-result .outer-serchbx .search-bar .btn-transparent::after {
        background-color: unset;
        z-index: -2;
        position: absolute;
        left: 68%;
        /* left: 110px; */
        bottom: 20px;
        background-image: url("../../assets/img/grayArrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 15px;
        z-index: 999;
        height: 12px; }
    .search-result .outer-serchbx .search-bar .btn-default.mainColorBtn, .search-result .outer-serchbx .search-bar .mainColorBtn.btn-white, .search-result .outer-serchbx .search-bar .mainColorBtn.btn-transparent {
      background-color: #D62317; }
      .search-result .outer-serchbx .search-bar .btn-default.mainColorBtn::after, .search-result .outer-serchbx .search-bar .mainColorBtn.btn-white::after, .search-result .outer-serchbx .search-bar .mainColorBtn.btn-transparent::after {
        filter: brightness(0.5) invert(1); }
  .search-result .outer-serchbx .srch-bx {
    margin-bottom: 40px; }
    .search-result .outer-serchbx .srch-bx .srch-txt-1 p {
      font-size: 26px;
      line-height: 32px;
      font-family: "HermesFB";
      color: #363636cc; }
      .search-result .outer-serchbx .srch-bx .srch-txt-1 p span {
        font-size: 26px;
        line-height: 32px;
        font-family: "HermesFB";
        color: #D62317; }
  .search-result .outer-serchbx .src-box-list .srch-list {
    padding-bottom: 45px;
    margin-bottom: 25px;
    border-bottom: 1px solid #aeaeae4d; }
    .search-result .outer-serchbx .src-box-list .srch-list .wd-srch {
      display: flex;
      flex-direction: column;
      gap: 14px; }
      .search-result .outer-serchbx .src-box-list .srch-list .wd-srch .sch-heading p {
        font-size: 26px;
        line-height: 32px;
        font-family: "HermesFB"; }
      .search-result .outer-serchbx .src-box-list .srch-list .wd-srch .srchData p {
        font-family: "HermesFB"; }
      .search-result .outer-serchbx .src-box-list .srch-list .wd-srch .only-txt-btn {
        color: #D62317;
        font-family: "HermesFB";
        width: 102px;
        position: relative;
        padding-bottom: 5px; }
        .search-result .outer-serchbx .src-box-list .srch-list .wd-srch .only-txt-btn:hover::after {
          width: 100%; }
        .search-result .outer-serchbx .src-box-list .srch-list .wd-srch .only-txt-btn::before {
          content: "";
          position: absolute;
          right: 0;
          top: 5px;
          background-image: url("../../assets/img/redarrow.svg");
          background-repeat: no-repeat;
          background-position: center;
          height: 13px;
          width: 19px; }
        .search-result .outer-serchbx .src-box-list .srch-list .wd-srch .only-txt-btn::after {
          content: "";
          width: 0;
          background: #d62317;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: 0;
          transition: width 0.5s; }
  .search-result .outer-serchbx .loadMoreBtn {
    display: flex;
    justify-content: center;
    padding-top: 15px; }
    .search-result .outer-serchbx .loadMoreBtn .btn-default, .search-result .outer-serchbx .loadMoreBtn .btn-white, .search-result .outer-serchbx .loadMoreBtn .btn-transparent {
      padding: 20px 30px;
      display: flex;
      gap: 8px;
      align-items: center; }
@media (max-width: 991px) {
  .search-result .outer-serchbx {
    padding: 40px 20px; }
    .search-result .outer-serchbx .search-bar input {
      width: 100%; }
    .search-result .outer-serchbx .search-bar .btn-default, .search-result .outer-serchbx .search-bar .btn-white, .search-result .outer-serchbx .search-bar .btn-transparent {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; }
    .search-result .outer-serchbx .srch-bx .srch-txt-1 p {
      font-size: 20px;
      line-height: 26px; }
      .search-result .outer-serchbx .srch-bx .srch-txt-1 p span {
        font-size: 20px;
        line-height: 26px; } }

.ErrorSection {
  padding-top: 145px;
  padding-bottom: 100px; }
  .ErrorSection .errorDetails .errorheading {
    font-size: 80px;
    line-height: 100px;
    font-weight: 700;
    color: #D62317; }
  .ErrorSection .errorDetails p {
    font-size: 45px;
    line-height: 52px;
    font-weight: 700;
    font-family: "HermesFB"; }
    .ErrorSection .errorDetails p:nth-of-type(2) {
      font-size: 24px;
      line-height: 38px;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      padding-bottom: 60px; }
  .ErrorSection .errorDetails .btn-default, .ErrorSection .errorDetails .btn-white, .ErrorSection .errorDetails .btn-transparent {
    padding: 25px 35px; }
  @media (max-width: 991px) {
    .ErrorSection {
      padding-top: 80px;
      padding-bottom: 80px; }
      .ErrorSection .errorDetails .errorheading {
        font-size: 25px;
        line-height: 35px; }
      .ErrorSection .errorDetails p {
        font-size: 25px;
        line-height: 35px; }
        .ErrorSection .errorDetails p:nth-of-type(2) {
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          padding-bottom: 10px; }
      .ErrorSection .errorDetails .btn-default, .ErrorSection .errorDetails .btn-white, .ErrorSection .errorDetails .btn-transparent {
        padding: 20px 20px; } }

.breadCrumb {
  padding: 14px 0 0; }
  .breadCrumb .breadcrubmList li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: "HermesFB";
    position: relative; }
    .breadCrumb .breadcrubmList li::after {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/breadcrumbIcon.svg");
      background-repeat: no-repeat;
      background-position: center center;
      right: 0;
      top: 1px;
      color: #363636;
      font-size: 16px;
      width: 8px;
      height: 100%; }
    .breadCrumb .breadcrubmList li:last-child {
      color: #D62317; }
      .breadCrumb .breadcrubmList li:last-child::after {
        content: none; }
  @media (max-width: 991px) {
    .breadCrumb .breadcrubmList {
      padding-left: 0; } }
  .breadCrumb .breadcrubmList.pl-10 {
    padding-left: 10px; }

.privacyPolicyContent .policyContent .mainContent {
  padding-left: 10px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.pressReleaseDetailsection {
  margin-top: 40px; }
  .pressReleaseDetailsection .pressReleaseListing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px; }
    .pressReleaseDetailsection .pressReleaseListing .pressReleaseContent {
      max-width: 500px; }
    .pressReleaseDetailsection .pressReleaseListing .pressReleaseDropDown {
      height: 100%; }
      .pressReleaseDetailsection .pressReleaseListing .pressReleaseDropDown select {
        padding: 10px 30px 10px 20px;
        border-radius: 3px;
        background: #ffffff url("../../assets/img/chevrondown.svg") no-repeat 94% center;
        font-size: 20px;
        line-height: 26px;
        font-family: "HermesFB"; }
  .pressReleaseDetailsection .press-flex {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap; }
    .pressReleaseDetailsection .press-flex .press-item {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 15px;
      margin-bottom: 40px; }
      .pressReleaseDetailsection .press-flex .press-item .press-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%; }
      .pressReleaseDetailsection .press-flex .press-item .desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        text-transform: none;
        margin-bottom: 40px; }
  @media (max-width: 991px) {
    .pressReleaseDetailsection .pressReleaseListing {
      flex-wrap: wrap;
      gap: 30px;
      margin-bottom: 40px; }
    .pressReleaseDetailsection .press-flex .press-item {
      flex: 0 0 100%;
      max-width: 100%; } }

.newsRoomDetailSection {
  margin-top: 80px; }
  .newsRoomDetailSection .newsRoomDetailContent {
    position: relative;
    padding-left: 30px; }
    .newsRoomDetailSection .newsRoomDetailContent .detailDate {
      position: relative;
      display: block;
      padding-left: 24px;
      margin-bottom: 30px; }
      .newsRoomDetailSection .newsRoomDetailContent .detailDate::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        background-image: url("../../assets/img/calendar-icon.svg");
        background-repeat: no-repeat;
        background-position: center center;
        height: 20px;
        width: 20px; }
    .newsRoomDetailSection .newsRoomDetailContent h1 {
      padding-bottom: 30px;
      font-size: 40px;
      line-height: 50px;
      font-weight: 400;
      font-family: "HermesFB";
      text-transform: unset; }
      @media (max-width: 991px) {
        .newsRoomDetailSection .newsRoomDetailContent h1 {
          font-size: 24px;
          line-height: 38px; } }
    .newsRoomDetailSection .newsRoomDetailContent .newsRoomList {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 20px; }
      .newsRoomDetailSection .newsRoomDetailContent .newsRoomList li {
        position: relative;
        padding-left: 20px; }
        .newsRoomDetailSection .newsRoomDetailContent .newsRoomList li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background-image: url("../../assets/img/breadcrumbIcon.svg");
          background-repeat: no-repeat;
          background-position: center center;
          width: 8px;
          height: 22px; }
    .newsRoomDetailSection .newsRoomDetailContent p {
      padding-bottom: 30px; }
    .newsRoomDetailSection .newsRoomDetailContent h2 {
      padding-bottom: 20px; }
    .newsRoomDetailSection .newsRoomDetailContent::before {
      content: "";
      background: #D62317;
      height: 100%;
      width: 8px;
      position: absolute;
      left: 0;
      top: 0; }
  @media (max-width: 991px) {
    .newsRoomDetailSection {
      margin-top: 40px;
      margin-bottom: 40px; }
      .newsRoomDetailSection .newsRoomDetailContent .detailDate {
        margin-bottom: 20px; }
      .newsRoomDetailSection .newsRoomDetailContent .newsRoomList li {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400; } }

/*# sourceMappingURL=main.css.map */
