a:hover,
a:focus,
a:active {
  color: inherit;
}

.mrgb130 {
  margin-bottom: 130px;
}

.mrgb50 {
  margin-bottom: 50px;
}

.blueBg {
  background: #001C43;
  padding: 60px 0;
}

.title-with-line.noIncline {
  padding-inline-start: 0;
}
.title-with-line.noIncline:before {
  display: none;
}
.title-with-line.black:before {
  background: #000;
}
.title-with-line.black * {
  color: #000;
}

.subPagesLinks {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
.subPagesLinks a {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.subPagesLinks a.active {
  font-weight: 500;
}
.subPagesLinks a:not(:first-child) {
  text-decoration: none;
  position: relative;
  padding-inline-start: 25px;
}
.subPagesLinks a:not(:first-child):before {
  background-color: #DDD;
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
}

.mainBanner .scrollBanner {
  height: 550px;
}
.mainBanner .scrollBanner:after {
  background: url("../../../assets/images/emblem.svg");
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100px;
  left: 0;
  background-repeat: no-repeat;
}
.mainBanner .title-with-line {
  position: absolute;
  right: 90px;
  bottom: 50px;
}

.scrollBanner {
  position: relative;
  margin-bottom: 130px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.scrollBanner.noTitle .topText .text {
  padding-inline-start: 0;
}
.scrollBanner:before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.scrollBanner .topText {
  max-width: 50%;
  color: #FFF;
  margin-top: 80px;
  margin-bottom: 150px;
}
.scrollBanner .topText .text {
  padding-inline-start: 86px;
  color: #FFF;
  z-index: 2;
  position: relative;
  line-height: 28px;
}
.scrollBanner .topText .text.highlightedText {
  max-width: 100%;
  line-height: 40px;
  font-size: 30px;
}
.scrollBanner .bottomText {
  max-width: 50%;
  color: #FFF;
  margin-top: 80px;
  margin-inline-start: 50%;
  margin-bottom: 150px;
}
.scrollBanner .bottomText .text {
  padding-inline-start: 86px;
  line-height: 28px;
  color: #FFF;
  z-index: 2;
  position: relative;
  font-size: 18px;
}

.imgText {
  display: flex;
  margin-bottom: 130px;
}
.imgText .textDesc {
  flex: 0 0 50%;
  padding-inline-start: 10%;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.imgText .textDesc .highlghted {
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
.imgText .textDesc .highlghted {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .imgText .textDesc .highlghted {
    font-size: calc(22px + strip-unit(4px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .imgText .textDesc .highlghted {
    font-size: 26px;
  }
}
.imgText img {
  border-radius: 24px;
  overflow: hidden;
  flex: 0 0 41.66666667%;
}

.valueItem {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 25px;
  text-align: center;
}
.valueItem img {
  margin-bottom: 25px;
}
.valueItem h6 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.valueItem .description {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 160% */
}

.values {
  margin-bottom: 130px;
}
.values .slider {
  margin-top: 50px;
}

.historyList .dates_details_holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.historyList .dates_details_holder .single_detail_history_holder {
  margin-bottom: 50px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.historyList .dates_details_holder .single_detail_history_holder {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .historyList .dates_details_holder .single_detail_history_holder {
    font-size: calc(16px + strip-unit(2px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .historyList .dates_details_holder .single_detail_history_holder {
    font-size: 18px;
  }
}
.historyList .dates_details_holder .single_detail_history_holder img {
  border-radius: 18px;
  margin-bottom: 30px;
}
.historyList .single_date_holder {
  margin-bottom: 15px;
}
.historyList .single_date_holder.active a {
  color: #000;
}
.historyList #dates_id_holder {
  position: relative;
  display: flex;
  height: 100vh;
}
.historyList #dates_id_holder a {
  color: #B4B4B4;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}
.historyList #dates_id_holder a {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .historyList #dates_id_holder a {
    font-size: calc(28px + strip-unit(7px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .historyList #dates_id_holder a {
    font-size: 35px;
  }
}
.historyList #dates_id_holder .active a {
  color: #000;
}

.hideDesktop {
  display: none;
}

.highlightedText {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  max-width: 50%;
}
.highlightedText {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .highlightedText {
    font-size: calc(25px + strip-unit(5px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .highlightedText {
    font-size: 30px;
  }
}
.highlightedText p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cardList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
  margin-bottom: 130px;
}
.cardList .cardInfo {
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px 4.25px 20.4px 0px rgba(0, 0, 0, 0.06);
  flex: 0 0 23%;
  max-width: 23%;
  padding: 24px;
  font-size: 14px;
  margin-bottom: 20px;
}
.cardList .cardInfo h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
.cardList .cardInfo .externalLink {
  color: #001C43;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding-inline-end: 35px;
}
.cardList .cardInfo .externalLink:hover {
  padding-inline-end: 45px;
  transition: all 0.4s ease-in-out;
}
.cardList .cardInfo .externalLink:before {
  text-decoration: none;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../images/arrow-right-black.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 2px;
  transition: all 0.4s ease-in-out;
}
.cardList .cardInfo .additionalInfo > div {
  padding-inline-start: 35px;
  margin-bottom: 20px;
  position: relative;
}
.cardList .cardInfo .additionalInfo > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.cardList .cardInfo .additionalInfo > div.address:before {
  background: url(../../images/pin.svg);
}
.cardList .cardInfo .additionalInfo > div.call a {
  text-decoration: none;
  color: #000;
}
.cardList .cardInfo .additionalInfo > div.call:before {
  background: url(../../images/call.svg);
}

.certificationWrapper {
  margin-top: 60px;
}
.certificationWrapper .certificationItem {
  position: relative;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 30px 0px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.certificationWrapper .certificationItem .date {
  float: right;
}
.certificationWrapper .certificationItem:hover {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.certificationWrapper .certificationItem:hover .hiddenImage {
  display: block;
}
.certificationWrapper .certificationItem .hiddenImage {
  display: none;
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.editorText {
  line-height: 27px;
}

.listprojects .list-holder .s1 {
  padding-bottom: 0;
  padding-top: 0;
}
.listprojects .projectInfo {
  margin-top: 5px;
}
.listprojects .projectInfo .category {
  color: #0B0606;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.listprojects .projectInfo .projectTitle {
  color: #0B0606;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.showroomInfo {
  margin-top: 30px;
  padding: 60px;
  color: #FFF;
  background-repeat: no-repeat;
  margin-bottom: 130px;
  background-size: cover;
}
.showroomInfo h3 {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.showroomInfo h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .showroomInfo h3 {
    font-size: calc(28px + strip-unit(7px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .showroomInfo h3 {
    font-size: 35px;
  }
}
.showroomInfo .description {
  color: #FFF;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 100px;
}
.showroomInfo .description {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .showroomInfo .description {
    font-size: calc(18px + strip-unit(2px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .showroomInfo .description {
    font-size: 20px;
  }
}
.showroomInfo .actionTools {
  display: flex;
  gap: 10px;
}
.showroomInfo .actionTools a {
  border-radius: 36px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #FFF;
  background-color: #FFF;
  transition: all 0.4s ease-in-out;
  background-image: url("../../images/btnLeftArrow.svg");
  background-position: 90% center;
  padding: 10px 20px;
  background-repeat: no-repeat;
  text-decoration: none;
  min-width: 150px;
  color: #000;
}
.showroomInfo .actionTools a:hover {
  background-color: transparent;
  color: #FFF;
  background-image: url("../../images/btnLeftArrowWhite.svg");
}
.showroomInfo .actionTools a.transparentBtn {
  background-color: transparent;
  background-image: url("../../images/btnLeftArrowWhite.svg");
  color: #FFF;
}
.showroomInfo .actionTools a.transparentBtn:hover {
  background-color: #FFF;
  color: #000;
  background-image: url("../../images/btnLeftArrow.svg");
}

.primaryBtn {
  border-radius: 36px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #FFF;
  transition: all 0.4s ease-in-out;
  background-image: url("../../images/btnLeftArrow.svg");
  background-position: 90% center;
  padding: 10px 20px;
  background-repeat: no-repeat;
  text-decoration: none;
  min-width: 150px;
  background-color: transparent;
  background-image: url("../../images/btnLeftArrowWhite.svg");
  color: #FFF;
}
.primaryBtn:hover {
  background-color: #FFF;
  color: #000;
  background-image: url("../../images/btnLeftArrow.svg");
}
.primaryBtn.invert {
  border: 1px solid #001C43;
  background: #001C43;
  background-image: url("../../images/btnLeftArrowWhite.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-inline-end: 40px;
}
.primaryBtn.invert:hover {
  background-color: #FFF;
  color: #000;
  background-image: url("../../images/btnLeftArrow.svg");
}

.contactUs .row {
  align-items: center;
}
.contactUs h3 {
  color: #FFF;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contactUs h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .contactUs h3 {
    font-size: calc(28px + strip-unit(7px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .contactUs h3 {
    font-size: 35px;
  }
}
.contactUs .text {
  color: #FFF;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
}
.contactUs .text {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .contactUs .text {
    font-size: calc(16px + strip-unit(2px) * (100vw - 320px) / strip-unit(1601px));
  }
}
@media screen and (min-width: 1921px) {
  .contactUs .text {
    font-size: 18px;
  }
}
.contactUs .col-sm-6:last-child {
  text-align: right;
}
.contactUs .col-sm-6:last-child .primaryBtn {
  min-width: 150px;
  color: #FFF !important;
  display: inline-block;
  text-align: left;
}
.contactUs .col-sm-6:last-child .primaryBtn:hover {
  color: #000 !important;
}

.dates_holder {
  padding-bottom: 130px;
}

.solutions .third-section-wrapper {
  padding-top: 0;
}

@media all and (max-width: 1100px) {
  .cardList .cardInfo {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media all and (max-width: 767px) {
  .subPagesLinks a {
    font-size: 13px;
  }
  .hideDesktop {
    display: block;
  }
  .mainBanner .title-with-line {
    right: 30px;
  }
  .cardList {
    margin-bottom: 60px;
  }
  .cardList .cardInfo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .certificationWrapper .certificationItem {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .certificationWrapper .certificationItem .hiddenImage {
    display: block;
    position: unset;
    transform: none;
    margin-top: 30px;
  }
  .highlightedText {
    max-width: 100%;
  }
  .title-with-line::before {
    height: 40px;
  }
  .historyList #dates_id_holder {
    display: none;
  }
  .imgText {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .imgText img {
    margin-bottom: 30px;
  }
  .imgText .textDesc {
    padding-inline-start: 0;
  }
  .scrollBanner .topText,
  .scrollBanner .bottomText {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .scrollBanner .bottomText {
    margin-inline-start: 0%;
  }
  .scrollBanner .topText {
    margin-bottom: 40px;
  }
  .subPagesLinks {
    overflow: scroll;
  }
  .subPagesLinks a {
    flex: 0 0 33%;
  }
  .mainBanner .scrollBanner {
    height: 350px;
  }
  .mainBanner .scrollBanner:after {
    background-size: 50%;
    bottom: -150px;
    left: -30px;
  }
  .scrollBanner {
    margin-bottom: 60px;
  }
  .scrollBanner .bottomText .text {
    padding-inline-start: 0;
  }
  .mrgb130 {
    margin-bottom: 60px;
  }
  .showroomInfo {
    padding: 30px;
    background-position: top right;
    border-radius: 30px;
  }
  .scrollBanner .topText .text,
  .scrollBanner .bottomText .text {
    padding-inline-start: 60px;
  }
}/*# sourceMappingURL=debbas-style.css.map */