:root {
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
}

a {
  text-decoration: underline;
}

a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-main {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-main.headerblack {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff21;
}

.hero-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-main.hmmrs {
  background-image: none;
}

.hero-content {
  text-align: center;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  max-width: 900px;
  font-size: 72px;
  font-weight: 300;
  line-height: 82px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.body {
  color: #000;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
}

.div-block-2 {
  background-color: #0000004a;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-2.coldark {
  background-color: #00000078;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.button.herobutton2 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
}

.button.herobutton2:hover {
  color: #fff;
  background-color: #4d5876;
  border-color: #4d5876;
}

.button.btn-black {
  color: #fff;
  background-color: #000;
}

.button.btn-black:hover {
  background-color: #4d5876;
}

.button.btnhover:hover {
  color: #fff;
  background-color: #000;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.web-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.web-container.posre {
  position: relative;
}

.web-container.webless {
  padding-top: 0;
  padding-bottom: 0;
}

.web-container.weblow {
  padding-top: 0;
}

.primary-heading {
  color: #393939;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 105%;
}

.primary-heading.primcenter {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

.primary-heading.colrswh {
  color: #fff;
  width: 100%;
}

.primary-heading.tecs {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.primary-heading.tecs.twhite {
  color: #fff;
}

.primary-heading.tecs.heading-subsection {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.primary-heading.tecs.heading-subsection.hwhite, .primary-heading.tecs.twhite {
  color: #fff;
}

.primary-heading.tecs.twhite.scprime {
  color: #393939;
  text-align: left;
  text-align: left;
  width: 50%;
  max-width: none;
  padding-right: 40px;
}

.subtext {
  color: #6b6b6b;
  margin-top: 14px;
  font-size: 17px;
  line-height: 150%;
}

.subtext.subcenter {
  color: #6b6b6b;
  text-align: center;
}

.subtext.colswhs {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  display: flex;
}

.subtext.tesds {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.subtext.tesds.hwhite {
  color: #fff;
}

.subtext.sbbc {
  text-align: center;
}

.cards-section.cdddas {
  display: none;
}

.architecture-wrapper {
  background-color: #ececec;
}

.architecture-flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.architecture-flex.deskno {
  display: none;
}

.arch-left {
  flex-flow: wrap;
  height: 500px;
}

.arch-center {
  width: 1000px;
  padding-left: 0;
  padding-right: 0;
}

.arch-right {
  flex-flow: wrap-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
}

.arch-item {
  padding: 40px 20px 0;
}

.heading-4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-3 {
  color: #000c;
  margin-top: 5px;
}

.image-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.slide-card {
  background-color: #8d9eb2;
  border-radius: 15px;
  min-height: 400px;
  padding: 30px;
}

.slide-card.withbg {
  background-color: #918f8f;
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/6a1f4f223cd4f03257ba0ca4_close-up-of-computer-server-cabinet-2026-01-09-09-28-08-utc%20(1).jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide-card.withbg.s55 {
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/69e06eff0a24441baa161589_sophisticated-woman-immersed-in-productivity-and-c-2026-01-09-10-41-27-utc%20(1).jpg");
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.slide-card.withbg.s2 {
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/6a1f4f22e92db62239830738_flat-view-of-the-office-desk-with-a-creative-arran-2026-01-08-05-14-29-utc%20(1).jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide-card.withbg.dddr {
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/6a1f4f22e4e9a523fadf0a35_cropped-view-of-man-putting-wooden-block-on-blue-2026-01-06-00-09-18-utc%20(1).jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide-card.p1 {
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/6a1f4fabfe270398e89be3ca_WhatsApp%20Image%202026-06-03%20at%201.53.57%20AM.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide-card.s4 {
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/6a1f4f229ab26f9c15420928_business-handshake-agreement-between-two-professio-2026-01-09-10-58-58-utc%20(1).jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide-card.s66 {
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/6a1f4fab56dfc8db08743ab1_WhatsApp%20Image%202026-06-03%20at%201.53.56%20AM.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.heading-5 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}

.text-block-5 {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.teamsection {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  min-height: 600px;
  position: relative;
}

.teamblock {
  background-color: #00000040;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fullhteam {
  flex-flow: wrap;
  width: 100%;
  max-width: 1280px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.image-3 {
  object-fit: cover;
  border-radius: 15px;
  min-height: 450px;
  max-height: 450px;
}

.slideheadings {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.tmars {
  margin-top: 60px;
}

.enterprise-section {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/69df42ac4555589136c592e9_product-showcase-with-spotlight-black-studio-room-background-use-as-montage-product-display.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.enterprise-section.securesect {
  background-color: #fff;
  background-image: none;
}

.enterprise-section.securesect.ssdsdsdsd {
  display: none;
}

.enterprise-cards {
  margin-top: 60px;
}

.enterprise-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.enterprise-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.image-4 {
  filter: invert();
  width: 32px;
  height: 32px;
}

.heading-6 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.text-block-8 {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.approach-section {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
}

.approach-section.apprchome {
  background-image: url("https://cdn.prod.website-files.com/69ddf4ba09acac632ab3f3ec/69df43a74d506db7de7cfa93_f1a3bcd7-a890-41e1-8d67-7e87e7ec3f6a.jpg");
  background-position: 0 0;
  background-size: cover;
}

.approach-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 40px;
  display: flex;
}

.footer-label {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.footer-links-parent {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.link {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link:hover {
  color: #4d5876;
}

.navbar-logo-left {
  z-index: 999999999;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  position: static;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover, .nav-link-4:focus {
  color: #fff;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4:visited {
  color: #fff;
}

.nav-link-4.navlinkbacl {
  color: #000;
}

.mobile-margin-top-10 {
  margin-left: 60px;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #4d5876;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.btndardsk {
  color: #fff;
  background-color: #4d5876;
}

.image-5 {
  height: 22px;
}

.image-5.logoimage.logoblack {
  filter: invert();
}

.cardsec-center.ddcenter {
  text-align: center;
  text-align: center;
}

.swippertop {
  margin-top: 60px;
  position: relative;
}

.div-block-3 {
  background-color: #ffffff80;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-block-10 {
  margin-top: 40px;
}

.image-6 {
  height: 23px;
}

.background-video {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.slidedrop {
  opacity: .61;
  background-color: #00000057;
  background-image: linear-gradient(174deg, #000, #00000059 77%, #00000026);
  border-radius: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.background-video-2 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.background-video-2.mobileonvideo {
  display: none;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.last-nav-item {
  padding-right: 0;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 300;
}

.dropdown-list {
  background-color: #fff;
  width: 100vw;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 80px 0 auto auto;
  overflow: hidden;
}

.nav-link-5 {
  color: #fff;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 300;
  transition: color .3s ease-in-out;
}

.nav-link-5:hover {
  color: #fff;
}

.nav-link-5.w--current {
  color: #de5000;
  border-bottom: 3px solid #de5000;
}

.dropdown-item-wrapper {
  z-index: 1;
  height: 100%;
  box-shadow: none;
  background-color: #f7f9fc;
  display: flex;
}

.dropdown-toggle {
  padding: 0 18px 0 0;
}

.icon-3 {
  color: #fff;
  margin-right: 0;
}

.text-block-13 {
  color: #333;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.link-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.flex-block-7, .flex-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.heading-8 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.secdiv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rigss {
  color: #000000e6;
  width: 50%;
  padding-left: 20px;
  font-size: 20px;
  line-height: 24px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 20px 15px;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-about-blog-card-paragraph {
  color: #666;
  text-align: center;
  max-width: 400px;
  margin-top: 30px;
}

.rt-about-blog-card {
  box-shadow: none;
  background-color: #fff;
  border-right: 1px #ff471d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  transition: box-shadow .3s, border-radius .3s;
  display: flex;
  position: relative;
}

.rt-about-blog-card:hover {
  z-index: 2;
  box-shadow: 0 20px 40px #00000026;
}

.rt-about-blog-wrapper {
  grid-template: ". Area"
  / 2.5fr 2.25fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-about-blog-card-straight-line {
  height: 47%;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  background-color: #000;
  border-right: 1px solid #666;
  position: absolute;
  right: 0%;
}

.link-block-2 {
  z-index: 99999;
  width: 100%;
  position: absolute;
  inset: 0;
}

@media screen and (min-width: 1920px) {
  .hero-main {
    min-height: 1280px;
  }

  .web-container {
    max-width: 1680px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .teamsection {
    min-height: 70vh;
  }

  .text-block-7 {
    line-height: 22px;
  }

  .enterprise-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .enterprise-flex {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .approach-section {
    min-height: 600px;
  }

  .text-block-14 {
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rt-contact-two-form-wrapper {
    padding: 45px 60px 60px;
  }

  .rt-contact-two-form-text-wrapper {
    margin-top: 0;
  }

  .rt-contact-form-main-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-text-field {
    padding-left: 15px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .logo {
    width: 106px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .nav-link-5.w--current {
    padding-bottom: 2px;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .rt-doctor-name-and-category {
    margin-top: 21px;
  }

  .rt-team-member {
    max-width: 100%;
  }

  .rt-full-image-width-in-responsive {
    width: 100%;
    height: 100%;
  }

  .rt-team-one-expert-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rt-radius-six.rt-responsive-full-width-2, .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-client-image-two, .rt-client-image-one {
    width: 150px;
    height: auto;
  }

  .rt-home-three-client-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-home-three-client-block.rt-client-active.rt-client-side-border, .rt-home-three-client-block.rt-client-inactive.rt-client-side-border {
    border-bottom: 1px solid #c3c3c3;
  }

  .rt-home-three-client-block.rt-client-inactive.rt-client-side-border {
    border-bottom: 1px solid #c3c3c3;
  }

  .rt-home-three-client-block.rt-client-inactive.rt-client-side-border.rt-border-none {
    border-bottom-style: none;
  }

  .rt-home-three-client-block.rt-client-active.rt-client-side-border {
    border-bottom: 1px solid #c3c3c3;
  }

  .rt-home-three-client-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-three-client-wrap.rt-client-full-border {
    border-bottom-style: none;
  }

  .rt-project-card-main-wrap {
    width: 100%;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-contact-two-form-wrapper {
    padding: 30px 30px 45px;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-main {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .nav-link-5 {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .rt-team-oneteam-members-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-team-one-expert-grid {
    grid-template-columns: 1fr;
  }

  .rt-home-three-client-block {
    padding-bottom: 0;
  }

  .rt-home-three-client-block.rt-client-inactive.rt-client-side-border {
    border-right-style: none;
  }

  .rt-home-three-client-block.rt-client-active.rt-client-side-border {
    border-bottom: 1px solid #c3c3c3;
  }

  .rt-home-three-client-block.rt-client-active.rt-client-side-border.rt-client-no-border {
    border-bottom-style: none;
  }

  .rt-home-three-client-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-three-client-wrap.rt-client-full-border {
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-autofit-8 {
    height: auto;
  }

  .rt-project-accodian-image {
    display: none;
  }

  .rt-construction-heading-block {
    max-width: 100%;
  }

  .rt-home-three-costruction-flex {
    display: block;
  }

  .rt-button-two-2 {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-main {
    min-height: 600px;
    padding: 100px 20px 60px;
  }

  .heading {
    font-size: 44px;
    line-height: 120%;
  }

  .text-block {
    font-size: 18px;
  }

  .button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .web-container {
    max-width: 100%;
    padding: 40px 16px;
  }

  .web-container.weblow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-heading {
    font-size: 32px;
  }

  .subtext {
    font-size: 15px;
  }

  .architecture-flex.mobilenew {
    display: none;
  }

  .architecture-flex.deskno {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .arch-left {
    flex-flow: wrap;
    height: auto;
  }

  .arch-center {
    width: 100%;
  }

  .arch-right {
    height: auto;
  }

  .arch-item {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .teamsection {
    background-position: 0%;
    background-size: cover;
    min-height: 400px;
  }

  .fullhteam {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slideheadings {
    margin-top: 10px;
  }

  .text-block-7 {
    margin-top: 0;
  }

  .enterprise-flex {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .enterprise-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

  .text-block-8 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .approach-section {
    background-position: 50%;
    background-size: cover;
    min-height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    width: 100%;
    margin: 0;
    position: absolute;
  }

  .nav-menu-two {
    filter: saturate(200%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #ffffffd4;
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .nav-link-4, .nav-link-4:visited {
    color: #000;
  }

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .menu-button.w--open {
    background-color: #9099a500;
  }

  .image-5 {
    width: 250px;
    height: auto;
  }

  .swippertop {
    margin-top: 40px;
  }

  .div-block-3 {
    background-color: #ffffff69;
  }

  .image-6 {
    width: 320px;
    height: auto;
  }

  .icon {
    color: #fff;
  }

  .background-video {
    top: 0;
  }

  .slidedrop {
    background-image: linear-gradient(174deg, #000, #0000008f 79%, #0003);
  }

  .background-video-2.deskvideon {
    display: none;
  }

  .background-video-2.mobileonvideo {
    display: block;
  }

  .seconsub-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
  }

  .subcards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding: 15px 18px;
  }

  .subcard-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .subcard-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .thirdsectionflex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-top: 40px;
  }

  .subthidbox {
    width: 100%;
  }

  .thirdboxhead {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 20px;
  }

  .thirdboxdesc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-4 {
    background-color: #ffffff69;
  }

  .rt-no-margin-top.rt-margin-bottom-twenty.rt-text-center {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 24px;
  }

  .rt-text-center.rt-form-two-description.rt-margin-bottom-thirty {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .rt-contact-two-form-wrapper {
    padding: 15px;
  }

  .rt-form-element-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .contacttex {
    width: 100%;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 22px;
  }

  .dropdown-list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 170px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .centered_w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-5 {
    color: #000;
    font-size: 14px;
  }

  .icon-3 {
    color: #000;
  }

  .text-block-13 {
    display: none;
  }

  .flex-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .heading-8 {
    display: none;
  }

  .rt-category-cards-text.rt-margin-bottom-ten-2 {
    font-size: 20px;
  }

  .rt-team-oneteam-members-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-body-font-color {
    font-size: 16px;
  }

  .trdes {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-14 {
    margin-top: 0;
  }

  .rt-home-three-client-block.rt-client-inactive, .rt-home-three-client-block.rt-client-inactive.rt-client-side-border, .rt-home-three-client-block.rt-client-inactive, .rt-home-three-client-block.rt-client-inactive.rt-client-side-border, .rt-home-three-client-block.rt-client-inactive.rt-client-side-border {
    padding-top: 20px;
  }

  .rt-home-three-client-wrap, .rt-home-three-client-wrap.rt-client-full-border, .rt-home-three-client-wrap.rt-client-full-border {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-partners-marquee-main-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rt-margin-bottom-zero {
    font-size: 16px;
    line-height: 24px;
  }

  .rt-project-card-wrap {
    padding: 20px 15px 15px 25px;
  }

  .rt-construction-heading-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-home-three-costruction-flex {
    display: flex;
  }

  .rt-project-card-main-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .abouttxt {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hlet {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .tright {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .rt-heading-six.rt-margin-top-twenty-five {
    margin-top: 10px;
  }

  .rt-about-blog-card-paragraph {
    margin-top: 10px;
    line-height: 22px;
  }

  .rt-about-blog-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .rt-about-blog-card-straight-line {
    display: none;
  }

  .ilogoss {
    width: 90px;
  }
}
