:root {}

.brix-badges-wrapper {
  display: none !important
}

#MainHeader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
}

#MainHeader.scrolled {
  position: fixed;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 0 0;
}

#MainHeader .logo-link img {
  transition: all 0.3s;
}

.clientLogo {
  height: 80px;
  width: auto;
}

#MainHeader .logo-link {
  position: relative;
  width: 167px;
  height: 69px;
}

.mainLogo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.scrolled .mainLogo {
  transform: translateY(-95px);
  display: none
}


.fixedLogo {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-110px)
}

.scrolled .fixedLogo {
  transform: translateY(0);
  opacity: 1;
}

.top-section-card {
  overflow: visible;
}

#whyChoose a {
  pointer-events: none;
}

#whyChoose .card.w-dyn-items div.w-dyn-item:first-child img {
  width: 52px;
  height: 53px;
}

#whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(2) img {
  width: 65px;
  height: 77px;
}

#whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(3) img {
  width: 77px;
  height: 64px;
}

#whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(4) img {
  width: 71px;
  height: 63px;
}

#whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(5) img {
  width: 51px;
  height: 67px;
}

#whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(6) img {
  width: 77px;
  height: 80px;
}

@media screen and (max-width:991px) {
  .header-nav-list-item.show-in-tablet {
    display: block !important
  }

  .header-nav-list-item.show-in-tablet a.btn-primary {
    display: block !important
  }
}

@media screen and (max-width:767px) {

  #whyChoose .card.w-dyn-items div.w-dyn-item:first-child img {
    width: auto;
    height: 60px;
    max-width: 100%;
  }

  #whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(2) img {
    width: auto;
    height: 60px;
    max-width: 100%;
  }

  #whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(3) img {
    width: auto;
    height: 60px;
    max-width: 100%;
  }

  #whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(4) img {
    width: auto;
    height: 60px;
    max-width: 100%;
  }

  #whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(5) img {
    width: auto;
    height: 60px;
    max-width: 100%;
  }

  #whyChoose .card.w-dyn-items div.w-dyn-item:nth-child(6) img {
    width: auto;
    height: 60px;
    max-width: 100%;
  }

}

#whyChoose ._3-column-links-card---item {
  height: 100%;
}

#CTAService {
  background: #000;
  border-radius: 20px;
  max-width: calc(100% - 6px);
}

@media screen and (max-width:940px) {
  #CTAService {
    width: 462px;
  }

  #CTAService .image-2 {
    margin-right: auto
  }

  #MainHeader .container-default {
    margin-bottom: 0
  }
}

#CTABtnLogo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


#CTABtnLogo .w-button {
  background-color: #fff;
  color: #000;
  margin-right: auto;
  margin-bottom: 50px
}

#CTAText {
  color: #fff
}

.ourProcess .slide-item-mg {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 12px;
  border: 1px solid #e1e6f1
}

.process-image.processImg {
  position: absolute;
  overflow: hidden;
  width: 323px;
  height: 100%;
  left: 0;
  border-radius: 12px 0 0 12px;
}

.processImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.processTxt {
  padding: 75px 50px;
  width: calc(100% - 323px);
  margin-left: 323px;
}

.processTxt .div-block-14 {
  border-bottom: 1px solid var(--neutral--400);
  border-radius: 1px;
  padding-bottom: 45px;
  min-height: 218px;
}

.work-section {
  max-width: calc(100% - 40px);
}

.work-section ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.work-section ul li {
  margin-bottom: 4px
}

body,
html {
  overflow-x: hidden;
}

@media screen and (max-width:990px) {}

@media screen and (max-width:767px) {
  .cta-card.v2 {
    padding-bottom: 40px !important
  }
}

@media screen and (max-width:700px) {
  .process-item {
    flex-flow: column;
    flex-direction: column;
  }

  .process-image.processImg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 258px;
    left: 0;
    border-radius: 12px 12px 0 0;
  }

  .processTxt {
    padding: 30px 30px;
    width: 100%;
    margin-left: 0;
  }

  .processTxt .div-block-14 {
    padding-bottom: 20px;
  }

  .marquee-row {
    transform: none !important
  }
}

a .link-item-text---hover-secondary-2,
.link-item-text---hover-secondary-2 {
  color: #111828 !important
}

a:hover .link-item-text---hover-secondary-2,
.link-item-text---hover-secondary-2:hover {
  color: #0082c8 !important
}

#OurWorkList .flex.w-dyn-item {
  max-width: 100%
}

@media screen and (max-width: 479px) {
  #HomeHero .footercol1.top-section---grid-right {
    grid-template-columns: 1fr 1fr;
    width: 120%;
    margin-top: 40px;
    display: flex;
    margin-left: -10%;
  }
}

#ContactLocation>div:not(:last-child) a {
  pointer-events: none !important;
}