.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;m
}

.body {
  font-family: roc-grotesk, sans-serif;
}

.hero {
  height: 100vh;
  /*background-image: url('../images/service_bnr.jpg');*/
  background-position: 50%;
  background-size: cover;
  align-items: center;
  display: flex;
}

.hero.inner_hero {
  height: auto;
  min-height: 85vh;
  justify-content: center;
  position: relative;
}

.hero.inner_hero_short {
  height: auto;
  min-height: 40vh;
  justify-content: center;
  position: relative;
}

.hero.inner_hero_blog {
  height: auto;
  min-height: 40vh;
  /*background-image: url('../images/blog-header-bg-min.webp');*/
  justify-content: center;
  position: relative;
}

.hero.inner_hero_about {
  height: auto;
  min-height: 50vh;
  /*background-image: url('../images/about-banner-min.webp');*/
  justify-content: center;
  position: relative;
}

.hero.home-hero {
  /*background-image: url('../images/hero-lg-min.jpg');*/
}

.container {
  width: 1640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.container-blog {
  padding-right: 0;
}

.h1-title {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.hero-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
}

.hero-heading.hero-heading-inner {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 140%;
}

.hero-heading.hero-heading-inner-solo, .hero-heading.hero-heading-inner-solo-copy {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 100%;
}

.hero-paragraph {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.hero-paragraph.hero-paragraph-inner, .hero-paragraph.hero-paragraph-inner-copy {
  font-size: 20px;
}

.hero-paragraph.hero-paragraph-about {
  width: 600px;
  max-width: 100%;
  font-size: 20px;
}

.button {
  color: #fff;
  border: 2px solid #ff4712;
  border-radius: 10px;
  padding: 24px 40px;
  font-size: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  background-color: #ff4712;
}

.banner-content {
  width: 1000px;
  max-width: 100%;
}

.hero-text.hero-text-inner {
  max-width: 100%;
  text-align: center;
}

.hero-content {
  width: 1000px;
  max-width: 100%;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-content.hero-content-inner {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 150px;
  padding-right: 150px;
}

.text-block {
  line-height: 18px;
  position: relative;
  top: 1px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav {
  height: 160px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-hamburger {
  z-index: 10;
  background-color: #fff;
  border-radius: 200px;
  transition: all .4s cubic-bezier(.591, .024, .415, 1.001);
  position: relative;
  transform: scale(1);
}

.nav-hamburger:hover {
  background-color: #65b2e7;
}

.nav-hamburger-icon {
  height: 80px;
  transition: all .2s cubic-bezier(.579, .007, .24, .966);
}

.nav-hamburger-icon:hover {
  filter: invert();
  transform: rotate(-45deg);
}

.nav-logo-image {
  height: 30px;
}

.nav-ham-border {
  z-index: -1;
  opacity: 0;
  border: 3px solid #65b2e7;
  border-radius: 200px;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro {
  padding-top: 240px;
  padding-bottom: 240px;
}

.intro.serv_intro {
  border-bottom: 1px solid #021e42;
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-mid {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-heading {
  color: #000;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 70px;
}

.section-heading.text-center {
  text-align: center;
}

.section-heading.mb-40 {
  margin-top: 0;
  margin-bottom: 40px;
}

.body-paragraph {
  color: #021e42;
  font-size: 26px;
  line-height: 32px;
}

.body-paragraph.text-center {
  text-align: center;
}

.body-paragraph.midi-paragraph {
  font-size: 20px;
  line-height: 140%;
}

.button-dark {
  color: #021e42;
  text-transform: uppercase;
  border: 2px solid #ff4712;
  border-radius: 10px;
  padding: 24px 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .4s;
}

.button-dark:hover {
  color: #fff;
  background-color: #ff4712;
}

.button-text {
  line-height: 130%;
  position: relative;
  top: 2px;
}

.text-block-copy {
  line-height: 18px;
  position: relative;
  top: 1px;
}

.intro-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.intro-paragraph {
  width: 1000px;
  max-width: 100%;
  color: #021e42;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}

.intro-paragraph.text-center {
  text-align: center;
}

.section-about {
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.about-content {
  z-index: 10;
  width: 54%;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-heading-blue {
  color: #021e42;
  margin-top: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 70px;
}

.section-heading-blue.text-center {
  text-align: center;
}

.about-paragraph {
  color: #021e42;
  text-align: left;
  font-size: 26px;
  line-height: 32px;
}

.about-paragraph.text-center {
  text-align: center;
}

.image-2 {
  width: 120%;
  max-width: none;
  position: absolute;
  top: -30%;
  left: -15%;
}

.about-content-in {
  z-index: 10;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bg-cricle {
  position: relative;
  top: 0%;
  left: 0%;
}

.abount-content-hold {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-img-hold {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-img-lg {
  width: 160%;
  max-width: none;
}

.about-image-holder {
  z-index: 20;
  width: 40%;
  position: relative;
}

.about-img-sm {
  width: 350px;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: -30%;
  right: auto;
}

.about-content-bg {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: -10%;
}

.about-bg-img {
  width: 130%;
  max-width: none;
}

.section-specialities {
  padding-top: 240px;
  padding-bottom: 240px;
}

.specialities-holder {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-subheading-blue {
  color: #021e42;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.section-subheading-blue.text-center {
  text-align: center;
}

.specialities-row {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.specialities-item {
  width: 230px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.specialities-text {
  color: #021e42;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.image-4, .sp-image {
  border-radius: 200px;
  box-shadow: 0 10px 30px 16px #ebebeb;
}

.what-we-do-inner {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wwd-in {
  width: 100%;
  height: 900px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  align-content: center;
  display: flex;
  position: relative;
}

.div-block {
  width: 500px;
  height: 200px;
  background-color: #a3a3a3;
}

.div-block-copy {
  width: 500px;
  height: 300px;
  background-color: #a3a3a3;
}

.wwd-item {
  width: 500px;
  max-width: 32%;
  position: relative;
}

.wwd-item-text {
  z-index: 10;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
  position: relative;
}

.wwd-text-holder {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
  padding: 80px 60px 20px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wwd-text-bg {
  opacity: .4;
  background-color: #65b2e7;
  transition: all .4s cubic-bezier(.819, .013, 0, .796);
  position: absolute;
  top: 50px;
  bottom: 0%;
  left: 0%;
  right: 100%;
}

.link-block {
  width: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wwd-leaarn-more {
  width: 250px;
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  transform-style: preserve-3d;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wwd-leaarn-more:hover {
  transform: scale(1.2);
}

.wwd-lm-text {
  position: relative;
  top: -10px;
}

.wwd-lm-in {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  transition: all .2s;
}

.blog-latest {
  padding-top: 180px;
  padding-bottom: 180px;
  overflow: hidden;
}

.bl-flex {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.bl-label {
  z-index: 10;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bl-items {
  width: 100%;
  flex: 1;
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.bl-items-in {
  display: flex;
}

.bl-item {
  width: 360px;
  grid-row-gap: 10px;
  border-right: 1px solid #d8dfe2;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bl-heading {
  color: #000;
  white-space: normal;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.bl-text {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 24px;
}

.bl-link {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.bl-link:hover {
  text-decoration: underline;
}

.bl-items-holder {
  width: 60%;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.bl-cta-holder {
  padding-left: 20px;
}

.bl-label-holder {
  width: 40%;
  position: relative;
}

.bl-circle-bg {
  z-index: 5;
  width: 140%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bl-bg-circle-img {
  width: 100%;
}

.section-customers {
  background-color: #e9f4fc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.customers-holder {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.customers-row {
  width: 1400px;
  max-width: 100%;
  grid-column-gap: 10px;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-contact {
  background-color: #e9f4fc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-in {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-flex {
  width: 100%;
  flex-direction: row;
  display: flex;
}

.contact-form {
  width: 60%;
  border-right: 1px solid rgba(0, 0, 0, .24);
  padding-left: 0;
  padding-right: 40px;
}

.contact-info {
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-header {
  color: #021e42;
  text-align: center;
  margin-bottom: 40px;
  font-family: roc-grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.contact-header.text-center {
  text-align: center;
}

.contact-form-in {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
}

.input {
  height: 50px;
  border: 1px #000;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.input.input-in-column {
  width: 49%;
  font-size: 18px;
}

.input.input-border {
  border: 2px solid #021e42;
  margin-bottom: 0;
}

.input-inline {
  grid-column-gap: 2%;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-self: stretch;
  display: flex;
}

.input-textarea {
  border: 1px #000;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 18px;
}

.input-textarea.input-in-column {
  width: 49%;
}

.button-dark-submit {
  color: #021e42;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ff4712;
  border-radius: 10px;
  padding: 24px 40px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.button-dark-submit:hover {
  color: #fff;
  background-color: #ff4712;
}

.button-dark-submit.button-dark-submit-small {
  padding-top: 15px;
  padding-bottom: 13px;
}

.contact-form-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-info-flex {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.contact-info-time {
  font-weight: 500;
}

.ci-text {
  color: #021e42;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
}

.section-subscribe {
  padding-top: 160px;
  padding-bottom: 160px;
}

.subscribe-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.subscribe-text {
  width: 55%;
}

.subscribe-paragraph {
  color: #021e42;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
}

.subscribe-form {
  width: 40%;
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.subscribe-form-in {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.subscribe-form-holder {
  width: 100%;
}

.footer-dark {
  grid-row-gap: 100px;
  background-color: #021e42;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 140px 30px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 49px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.footer-text {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.footer-text:hover {
  color: #fff;
}

.footer-brank-links {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.foot-links {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.foot-link {
  color: #fff;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.foot-link:hover {
  color: rgba(255, 255, 255, .6);
}

.footwe-brand-logo {
  height: 35px;
}

.menu-floater {
  z-index: 20;
  width: 0;
  height: 0;
  opacity: 0;
  /*background-image: url('../images/menu-bg.png');*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s cubic-bezier(.673, .018, .25, 1);
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
}



.menu-floater.meuFloated {
    width: 60vw;
    height: 100vh;
    opacity: 1;
}
@media screen and (max-width: 992px) {
    .menu-floater.meuFloated {
        width: 90vw;
        height: 90vh;
        opacity: 1;
    }
}


.menu-floater:before {
    content:"";
    display:inline-block;
    background:#FFF;
    z-index: -1;
    border-radius: 10000px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 160vh;
    width: 160vh;
}

.close-menu {
  z-index: 10;
  opacity: .5;
  cursor: pointer;
  padding: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-menu:hover {
  opacity: 1;
}

.menu-flex {
  width: 60vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  padding-right: 150px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 9;
}

.menu-container {
  flex-direction: column;
  display: flex;
}

.menu-item {
  color: #000;
  cursor: pointer;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
  opacity: 1 !important;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}

@supports (-webkit-touch-callout: none) {
  .menu-item {
      -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
  }
}
@supports not (-webkit-touch-callout: none) {
}

.menu-item:hover {
  color: #494949;
}

.hero_scroll_down_indicator {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scrll_ind_img {
  width: 45px;
  margin-bottom: 20px;
}

.scrll_ind_txt {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.section_service_midi {
  padding-top: 150px;
  padding-bottom: 150px;
}

.service_midi_flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.serve_midi_left {
  width: 55%;
  padding-right: 60px;
}

.serve_midi_right {
  width: 45%;
}

.srv_img {
  width: 100%;
}

.srv_img.srv_img_lg_sm {
  display: none;
}

.section-heading-midi {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}

.serve_list_wrap {
  margin-top: 40px;
}

.serve_list_item {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.list_bullet_img {
  width: 24px;
  position: relative;
  top: -2px;
}

.serve_list_txt {
  color: #000;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.section-service-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service_lg_flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.srv_lg_left {
  width: 40%;
}

.srv_lg_right {
  width: 60%;
  padding-left: 40px;
  position: relative;
}

.srv_lg_img {
  width: 100%;
}

.srv_lg_img.srv_lg_img_sm {
  display: none;
}

.srv_lg_rt_in {
  z-index: 2;
  padding-left: 120px;
  padding-right: 150px;
  position: relative;
}

.srv_circle_flt_img {
  width: 120px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.srv_float_circle {
  z-index: 1;
  width: auto;
  height: 140%;
  max-width: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.srv_float_crcl_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-body {
  grid-row-gap: 40px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.blog-categories {
  grid-column-gap: 20px;
  justify-content: center;
  display: block;
}

.blog-category {
  color: #424141;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  align-self: baseline;
  padding: 10px 14px 8px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.blog-category:hover {
  background-color: rgba(0, 0, 0, .01);
}

.blog-category.category-selected {
  color: #000;
  background-color: #d3e9f8;
  flex: 0 auto;
  align-self: auto;
}

.blog-category-in {
  grid-column-gap: 20px;
  background-color: #eff7fc;
  border: 1px solid #65b2e7;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  padding: 10px 40px;
  display: flex;
  overflow: auto;
  text-align: center;
}

.blog-item {
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.bl-item-main {
  width: 360px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pagination-holder {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pagination-link {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.pagination-link:hover {
  text-decoration: underline;
}

.pagination-link.page-disabled {
  color: #ababab;
  cursor: none;
}

.pagination-link.page-disabled:hover {
  text-decoration: none;
}

.pagination-buttons {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pagination-button {
  width: 32px;
  height: 32px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.pagination-button:hover {
  background-color: #f9f9f9;
  border-radius: 100px;
}

.pagination-button.page-active {
  color: #fff;
  background-color: #2196f3;
  border-radius: 100px;
}

.blog-item-copy, .blog-items-flex-holder {
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.breadcrumb-holder {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.br-link {
  color: #52525c;
  font-size: 16px;
  text-decoration: none;
}

.br-link:hover {
  text-decoration: underline;
}

.br-text {
  font-size: 16px;
}

.br-arrow {
  opacity: .5;
}

.blog-details {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-header {
  font-weight: 600;
}

.inner-category {
  color: #fff;
  background-color: #65b2e7;
  border-radius: 20px;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
}

.blog-inner-image {
  width: 100%;
}

.blog-text {
  width: 800px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
}

.blog-inner-heading {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.blog-paragraph {
  margin-bottom: 20px;
}

.about-steps-in {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-link {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: all .4s cubic-bezier(.79, -.011, .25, 1);
  display: flex;
}

.text-link:hover {
  grid-column-gap: 30px;
}

.text-link-content {
  color: #65b2e7;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.about-step-subtext {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.about-steps-lg, .about-steps-sm {
  display: none;
}

.about-step-img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-expertise {
  background-color: #f0f7fd;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading-expertise {
  color: #65b2e7;
  text-align: center;
  margin-top: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 49px;
  font-weight: 600;
  line-height: 140%;
}

.section-heading-expertise.text-center {
  text-align: center;
}

.expertise-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.we_offer_wrap {
  border-bottom: 1px solid #021e42;
  padding-top: 150px;
  padding-bottom: 150px;
}

.we_offer_in {
  text-align: center;
}

.offer_grid_wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
}

.offer_grid_item {
  cursor: pointer;
  border: 1px solid #8cb1ca;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
}

.offer_grid_item:hover {
  background-color: rgba(140, 177, 202, .45);
}

.ofr_img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  transition: all .3s;
}

.ofr_in_txt_wrap {
  min-height: 140px;
  justify-content: space-between;
  align-items: center;
  padding: 26px;
  display: flex;
}

.oft_txt {
  color: #000;
  text-align: left;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.abt_step_wrap {
  align-items: center;
  display: flex;
}

.step_circle {
  width: 178px;
  height: 178px;
  border: 1px solid #65b2e7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.abt_stepper_img {
  width: 80px;
  transition: all .3s;
}

.step_circle_outer {
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.abt_stp_txt {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  transition: all .3s;
}

.stpr_line {
  width: 125px;
  position: relative;
  top: -25px;
}

@media screen and (min-width: 1440px) {
  .serve_midi_left {
    padding-right: 80px;
  }

  .srv_lg_right {
    padding-left: 100px;
    padding-right: 100px;
  }

  .srv_lg_rt_in {
    padding-left: 70px;
    padding-right: 80px;
  }

  .srv_float_circle {
    height: 135%;
  }
}

@media screen and (min-width: 1920px) {
  .serve_midi_left {
    padding-right: 80px;
  }

  .srv_lg_rt_in {
    padding-left: 100px;
    padding-right: 100px;
  }

  .srv_float_circle {
    height: 160%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: url('../images/645b182e046e977742b192b0_hero-sm-min.webp');
  }

  .hero.inner_hero {
    min-height: 90vh;
  }

  .hero.inner_hero_short {
    min-height: 80vh;
  }

  .hero.inner_hero_blog {
    min-height: 45vh;
  }

  .hero.inner_hero_about {
    min-height: 55vh;
  }

  .hero.home-hero {
    background-position: 100%;
  }

  .hero-heading.hero-heading-inner, .hero-heading.hero-heading-inner-solo, .hero-heading.hero-heading-inner-solo-copy {
    font-size: 40px;
  }

  .hero-paragraph.hero-paragraph-inner, .hero-paragraph.hero-paragraph-inner-copy, .hero-paragraph.hero-paragraph-about {
    font-size: 18px;
  }

  .hero-content.hero-content-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content.hero-content-inner.hero-content-inner-abt {
    padding-top: 50px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .intro.serv_intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-about {
    padding-top: 70px;
  }

  .section-heading-blue {
    width: 100%;
    flex: 0 auto;
  }

  .section-heading-blue.blog-heading {
    width: auto;
  }

  .about-paragraph {
    font-size: 20px;
  }

  .image-2 {
    width: 180%;
    top: -10%;
    left: -60%;
  }

  .bg-cricle {
    top: -10%;
  }

  .abount-content-hold {
    align-items: flex-end;
  }

  .about-img-sm {
    width: 210px;
  }

  .about-content-bg {
    left: -30%;
    right: -20%;
  }

  .specialities-row {
    justify-content: center;
  }

  .specialities-item {
    width: 220px;
  }

  .wwd-in {
    height: 560px;
  }

  .wwd-item-text {
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .wwd-leaarn-more {
    display: none;
  }

  .bl-flex {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .bl-label {
    width: 100%;
    grid-column-gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .bl-items-holder {
    width: 100%;
  }

  .blog-header-logo {
    height: 100px;
    order: -1;
  }

  .bl-label-holder {
    z-index: -1;
    width: 100%;
  }

  .bl-circle-bg {
    width: 100%;
    top: -60%;
    bottom: auto;
    right: auto;
  }

  .customers-row {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .customer-image {
    max-height: 50px;
  }

  .contact-flex {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    border-right-style: none;
    padding-right: 0;
  }

  .contact-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-header {
    margin-bottom: 10px;
  }

  .ci-text {
    text-align: center;
  }

  .section-subscribe {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subscribe-flex {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .subscribe-text, .subscribe-form {
    width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .menu-flex {
    width: 90vw;
    height: 90vh;
    padding-right: 120px;
  }

  .menu-item {
    margin-bottom: 50px;
    font-size: 35px;
  }

  .scrll_ind_img {
    display: none;
  }

  .scrll_ind_txt {
    font-size: 20px;
  }

  .section_service_midi {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .service_midi_flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .serve_midi_left {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .serve_midi_right {
    width: 50%;
    display: none;
  }

  .srv_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .srv_img.srv_img_lg_sm {
    object-position: 50% 0%;
    display: inline-block;
  }

  .section-service-lg {
    padding-top: 100px;
    overflow: hidden;
  }

  .service_lg_flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .srv_lg_left {
    width: 70%;
    margin-bottom: 120px;
    display: none;
  }

  .srv_lg_right {
    width: 100%;
    padding-left: 0;
  }

  .srv_lg_img.srv_lg_img_sm {
    height: 350px;
    object-fit: cover;
    object-position: 50% 0%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
  }

  .srv_lg_rt_in {
    padding-left: 70px;
    padding-right: 70px;
  }

  .srv_float_circle {
    width: auto;
    height: 120%;
    max-width: none;
  }

  .blog-category-in {
    justify-content: flex-start;
  }

  .text-link-content {
    font-size: 26px;
  }

  .section-heading-expertise {
    width: 100%;
    flex: 0 auto;
    font-size: 40px;
  }

  .section-heading-expertise.blog-heading {
    width: auto;
  }

  .we_offer_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .offer_grid_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .ofr_img {
    height: 470px;
  }

  .ofr_in_txt_wrap {
    padding: 10px;
  }

  .oft_txt {
    font-size: 26px;
  }

  .step_circle {
    width: 110px;
    height: 110px;
  }

  .abt_stepper_img {
    width: 45px;
  }

  .abt_stp_txt {
    font-size: 14px;
  }

  .stpr_line {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: url('../images/hero-sm-min.jpg');
    background-position: 50%;
  }

  .hero.inner_hero {
    min-height: 100vh;
  }

  .hero.inner_hero_short {
    min-height: 75vh;
  }

  .hero.inner_hero_blog {
    min-height: 35vh;
  }

  .hero.inner_hero_about {
    min-height: 60vh;
  }

  .hero.home-hero {
    background-image: url('../images/hero-sm-min.jpg');
    background-position: 50%;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .hero-heading.hero-heading-inner, .hero-heading.hero-heading-inner-solo, .hero-heading.hero-heading-inner-solo-copy {
    font-size: 30px;
  }

  .hero-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-paragraph.hero-paragraph-inner, .hero-paragraph.hero-paragraph-inner-copy, .hero-paragraph.hero-paragraph-about {
    font-size: 16px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    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 rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav {
    height: 120px;
  }

  .nav-hamburger-icon {
    height: 60px;
  }

  .nav-logo-image {
    height: 20px;
  }

  .intro, .intro.serv_intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .body-paragraph.midi-paragraph {
    font-size: 18px;
  }

  .button-dark {
    line-height: 130%;
  }

  .intro-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .section-about {
    padding-top: 200px;
    overflow: hidden;
  }

  .about-content {
    width: 100%;
  }

  .section-heading-blue {
    font-size: 30px;
    line-height: 36px;
  }

  .about-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .image-2 {
    width: 120%;
  }

  .about-logo-mark {
    height: 50px;
  }

  .bg-cricle {
    left: -40%;
  }

  .abount-content-hold {
    flex-direction: column;
    align-items: center;
  }

  .about-img-lg {
    width: 90%;
    position: relative;
    right: -10%;
  }

  .about-image-holder {
    width: 100%;
    justify-content: flex-end;
    display: flex;
  }

  .about-img-sm {
    width: 40%;
    bottom: 0%;
    left: 0%;
  }

  .about-content-bg {
    left: -20%;
    right: 0%;
  }

  .section-specialities {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading-blue {
    font-size: 30px;
    line-height: 36px;
  }

  .specialities-item {
    width: 150px;
  }

  .specialities-text {
    font-size: 16px;
    line-height: 20px;
  }

  .sp-image {
    width: 150px;
  }

  .what-we-do-inner {
    text-align: center;
  }

  .wwd-in {
    height: auto;
    flex-direction: row;
    justify-content: center;
  }

  .wwd-item {
    max-width: 30%;
  }

  .wwd-image {
    height: 200px;
    object-fit: cover;
  }

  .wwd-item-text {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wwd-text-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bl-flex {
    grid-row-gap: 40px;
  }

  .bl-items-in {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .bl-item {
    border-right-style: none;
  }

  .bl-cta-holder {
    width: 100%;
    text-align: center;
    margin-left: -10px;
    padding-left: 0;
  }

  .bl-circle-bg {
    top: -90%;
  }

  .contact-header {
    font-size: 30px;
    line-height: 36px;
  }

  .input.input-in-column {
    width: 100%;
  }

  .input-inline {
    flex-direction: column;
  }

  .footer-dark {
    grid-row-gap: 40px;
    padding: 60px 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    text-align: center;
  }

  .footer-link:hover {
    color: rgba(255, 255, 255, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-text {
    color: #fff;
    text-align: center;
  }

  .footer-text:hover {
    color: rgba(255, 255, 255, .75);
  }

  .foot-links {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .menu-flex {
    justify-content: flex-start;
    padding-top: 110px;
    padding-right: 50px;
  }

  .menu-item {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .scrll_ind_txt {
    font-size: 16px;
  }

  .srv_img {
    height: 280px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .section-heading-midi {
    font-size: 36px;
  }

  .serve_list_wrap {
    margin-top: 30px;
  }

  .serve_list_item {
    margin-bottom: 15px;
  }

  .list_bullet_img {
    width: 20px;
  }

  .serve_list_txt {
    font-size: 18px;
  }

  .srv_lg_img.srv_lg_img_sm {
    height: 280px;
    margin-top: 20px;
  }

  .srv_lg_rt_in {
    padding-left: 0;
    padding-right: 0;
  }

  .bl-item-main {
    border-right-style: none;
  }

  .blog-items-flex-holder {
    justify-content: center;
  }

  .text-link.text-link-abt {
    flex-direction: column;
  }

  .about-step-subtext {
    font-size: 20px;
    line-height: 26px;
  }

  .about-steps-lg, .about-steps-sm {
    display: none;
  }

  .section-heading-expertise {
    font-size: 30px;
    line-height: 36px;
  }

  .we_offer_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .offer_grid_wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .ofr_img {
    height: 300px;
  }

  .ofr_in_txt_wrap {
    min-height: 90px;
  }

  .oft_txt {
    font-size: 18px;
  }

  .ofr_link_img {
    width: 35px;
  }

  .txt_link_img {
    margin-top: 10px;
  }

  .abt_step_wrap {
    flex-direction: column;
  }

  .step_circle {
    width: 140px;
    height: 140px;
  }

  .abt_stp_txt {
    margin-top: 5px;
    font-size: 18px;
  }

  .stpr_line {
    height: 80px;
    margin-top: 5px;
    margin-bottom: 10px;
    top: 0;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 479px) {
  .hero.inner_hero_blog {
    min-height: 35vh;
  }

  .hero.inner_hero_about {
    min-height: 60vh;
  }

  .container.container-blog {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .button {
    padding: 16px 24px;
  }

  .hero-content {
    grid-row-gap: 30px;
  }

  .text-block {
    font-size: 18px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-hamburger-icon {
    height: 50px;
  }

  .nav-logo-image {
    height: 14px;
  }

  .section-heading {
    font-size: 27px;
  }

  .body-paragraph.midi-paragraph {
    font-size: 15px;
  }

  .button-dark {
    padding: 16px 24px;
    font-size: 20px;
  }

  .button-text {
    font-size: 16px;
  }

  .text-block-copy {
    font-size: 18px;
  }

  .section-about {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section-heading-blue {
    font-size: 27px;
  }

  .image-2 {
    width: 120%;
  }

  .about-content-in {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 100%;
    height: 120%;
    object-fit: cover;
    top: -10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .about-logo-mark {
    width: auto;
    height: 50px;
    object-fit: cover;
    top: -10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .bg-cricle {
    width: 120%;
    height: 150%;
    object-fit: cover;
    top: -25%;
    bottom: auto;
    left: -10%;
    right: 0%;
  }

  .abount-content-hold {
    grid-template-columns: 1.25fr;
  }

  .about-img-lg {
    right: -14%;
  }

  .about-img-sm {
    width: 40%;
    top: 27%;
    left: -5%;
  }

  .about-content-bg {
    top: -20%;
    bottom: -20%;
    left: 0;
    right: 0;
  }

  .about-bg-img {
    width: auto;
    height: 100%;
  }

  .section-subheading-blue {
    font-size: 27px;
  }

  .specialities-row {
    grid-column-gap: 16px;
    grid-row-gap: 1%;
  }

  .specialities-item {
    width: 28%;
    grid-row-gap: 20px;
  }

  .specialities-text {
    font-size: 15px;
  }

  .sp-image {
    width: 80px;
  }

  .what-we-do-inner {
    text-align: center;
  }

  .wwd-item {
    max-width: 100%;
  }

  .wwd-image {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .wwd-item-text {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .blog-latest {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .bl-label {
    grid-column-gap: 10px;
  }

  .bl-item {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bl-iamge {
    width: 100%;
  }

  .bl-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .bl-text {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-header-logo {
    height: 50px;
  }

  .bl-cta-holder {
    margin-left: 0;
    padding-left: 0;
  }

  .section-customers, .section-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-form, .contact-info {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-header {
    font-size: 27px;
  }

  .button-dark-submit {
    padding: 16px 24px;
  }

  .contact-info-flex {
    grid-row-gap: 20px;
  }

  .ci-text {
    font-size: 20px;
    line-height: 24px;
  }

  .section-subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subscribe-text {
    text-align: center;
  }

  .subscribe-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .subscribe-form-in {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .section_service_midi {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .srv_img {
    height: 180px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .section-heading-midi {
    font-size: 24px;
  }

  .list_bullet_img {
    width: 19px;
  }

  .serve_list_txt {
    padding-left: 10px;
    font-size: 15px;
  }

  .section-service-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .srv_lg_img.srv_lg_img_sm {
    height: 180px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .srv_circle_flt_img {
    width: 80px;
    margin-bottom: 30px;
  }

  .srv_float_circle {
    height: 120%;
  }

  .blog-category {
    font-size: 18px;
    line-height: 14px;
  }

  .blog-category-in {
    grid-column-gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .bl-item-main {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-steps-in {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-link {
    flex-direction: column;
  }

  .text-link-content {
    font-size: 20px;
    line-height: 24px;
  }

  .about-step-subtext {
    font-size: 16px;
  }

  .about-step-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-heading-expertise {
    font-size: 27px;
  }

  .we_offer_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .offer_grid_wrap {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .ofr_img {
    height: 300px;
  }

  .ofr_in_txt_wrap {
    min-height: auto;
    padding: 15px;
  }

  .oft_txt {
    font-size: 16px;
  }

  .txt_link_img {
    width: 40px;
    margin-top: 10px;
  }

  .abt_stepper_img {
    width: 55px;
  }

  .abt_stp_txt {
    margin-top: 5px;
  }

  .stpr_line {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

#w-node-_3c69ac82-a397-c17e-83db-348bee72a64c-8b968996, #w-node-c538a32b-6d56-4c02-0cc4-30875b377f97-5b377f85, #w-node-c538a32b-6d56-4c02-0cc4-30875b377f9e-5b377f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


