.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body::-webkit-scrollbar{
  display: none;
  /* z-index: 0; */
}

.navbar-logo-left-container {
  z-index: 0;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  /* margin-right: auto; */
  padding: 15px 20px;
}

/* .navbar-logo-left{
  padding-right: 10px;
} */

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: auto;
}

.container-3 {
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding: auto;
  color: #7b7b7b;
}

.container-4{
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.link-border-2 {
  border-right: solid 1px lightgrey;
}

.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-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #68BA47;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  transition: all .2s;
  border-radius: 8px;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
  transition: 0.7s ease;
}

.button-primary:active {
  background-color: #43464d;
}

.contact-button {
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #3a3b39;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  border-radius: 8px;
}

.contact-button:hover{
  background-color: #68BA47;
  transition: 0.5s ease;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  /* padding: 20px 140px; */
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-4-list{
  font-size: 1.5rem;
  line-height: 2em;
  margin-top: -20px;
  color: rgb(29, 95, 105);

}

.check li::marker {
  content: "\2611";
  font-size: 26px;
  /* margin-right: 10px; */
}

.container-4-list li {
padding-left: 10px;
}

.shadow-two {
  margin-top: -38px;
  padding-top: 0;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  /* margin-bottom: 40px; */
  font-family: Varela, sans-serif;
  font-size: 24px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-evenly;
  /* align-items: flex-start; */
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template: "Area"
  / auto auto 1fr;
  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 {
  direction: ltr;
  color: #1a1b1f;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #fdfdfd;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .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: 14px;
  line-height: 16px;
  margin: 20px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-column-light {
  background-image: url('../images/image.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.body {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.hero-stack {
  mix-blend-mode: normal;
  background-color: #0e0f0f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  order: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image {
  text-align: center;
  transition: opacity .825s;
  display: block;
}

.testimonial-stack {
  opacity: 1;
  background-image: url('../images/image-5.jpg');
  background-position: 0 0;
  background-size: 1920px 960px;
  border-bottom: 1px solid #e4ebf3;
  /* padding: 10px 30px; */
  /* padding: 120px; */
  position: relative;
  box-shadow: 0 2px 5px rgba(250, 245, 245, .2);
}

.testimonial-card-three {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  /* text-align: center; */
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 0;
  /* padding: 10px 140px; */
  padding: 10px 140px 10px 20px;
}

.testimonial-card-content {
  /* max-width: 580px; */
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  /* text-align: center; */
  -webkit-text-stroke-color: #f6f1f1;
  /* margin-bottom: 24px; */
  margin: 140px 40px 40px 40px;
  font-size: 60px;
  line-height: 1.2em;
}

.testimonial-text-three {
  color: #fff;
  /* text-align: justify; */
  -webkit-text-stroke-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-right: 0;
  font-size: 24px;
  margin: 10px 40px 10px 40px;
  /* line-height: 32px; */
  line-height: 2.1rem;
}

.shift-button{
  text-align: end;
  padding-bottom: 130px;
  padding-top: 10px;
  padding-right: 40px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.text-span {
  float: none;
  color: #fff;
  text-align: left;
}

.testimonial-stack-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.testimonial-card-three-2 {
  text-align: center;
  background-color: #fff;
  padding: 10px 100px;
}

.testimonial-card-heading-2 {
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
  color: rgb(29, 95, 105);
  font-size: 3rem;
  line-height: 1.5em;
}

.testimonial-text-three-2 {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}
.hero-heading-right-2{
  color: rgb(29, 95, 105);
  font-size: 3.5rem;
  line-height: 1em;
  text-align: left;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.team-slider {
  background-color: #fff;
  /* border-bottom: 1px solid #e4ebf3; */
  padding: 10px 30px;
  position: relative;
}

.team-slider-wrapper {
  height: auto;
  display: grid;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 3%;
  margin-left: 3%;
}

.team-block {
  float: none;
  clear: none;
  -webkit-text-fill-color: inherit;
  background-color: rgb(189 224 173);
  background-clip: padding-box;
  padding-bottom: 0;
  border-radius: 14px;
  height: 100%;
}

.team-member-image-two {
  float: none;
  clear: none;
  direction: ltr;
  text-align: center;
  object-fit: cover;
  margin-bottom: 18px;
  display: block;
  position: relative;
  overflow: auto;
}

.team-block-info {
  clear: none;
  color: rgb(37, 37, 37);
  flex-direction: column;
  align-items: flex-start;
  /* margin-left: auto;
  margin-right: auto; */
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 24px 20px 24px;
  display: block;
  position: static;
  line-height: 1.5rem;
  font-weight: 500;
}

.team-member-name-two {
  text-align: center;
  align-self: center;
  margin-bottom: 12px;
  font-weight: 400;
}

.team-member-text {
  text-align: left;
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block {
  text-align: center;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  color: rgb(29, 95, 105);
}

.button {
  text-transform: uppercase;
}

/* .text-span-2 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
} */

.button-2 {
  background-color: #0b0c0c;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#1d293f, #1d293f);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  /* position: fixed; */
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  background-image: linear-gradient(#1d293f, #1d293f);
}

.div-block {
  text-align: center;
  display: block;
}

.div-block-2 {
  text-align: center;
}

.image-2 {
  text-align: left;
}

.div-block-3 {
  text-align: center;
  display: block;
}

.text-block-2 {
  color: #fff;
  padding-top: 20px;
  text-align: center;
  margin-left: -40px;
}

.text-block-3 {
  color: #fff;
}

.section-3 {
  display: block;
}

.image-3 {
  margin-top: 10px;
  display: inline-block;
}

.image-4, .image-5, .image-6 {
  margin-top: 10px;
}

.image-7, .image-8, .image-9 {
  padding-top: 20px;
}

.mask {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.flex-block {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

/* ----------------------------------------------
---------------------------------------------- */
header{
  background-color: #ffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.no-style {
  list-style: none;
}

.link-style{
  color: rgb(8, 8, 8);
  text-decoration: none;
}

.navbar{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.nav-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  z-index: 1;
}

.center-logo{
  display: block;
  margin: auto;
  /* margin-left: 20%; */
  padding-left: 28%;
}

.nav-branding{
  font-size: 2rem;
}

.nav-link{
  transition: 0.7s ease;
}

.nav-link:hover{
  color: dodgerblue;
}

.hov-border:hover{
  border-bottom: solid 1px lightgray;
}

.hamburger{
  display: none;
  cursor: pointer;
  border: solid 3px rgb(29, 95, 105, 0.7);
  padding: 3px;
  border-radius: 8px;
}

.bar{
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgb(29, 95, 105);
}

.no-deco{
  text-decoration: none;
  color: #fff;
}


/* ------------------------------------------------
------------------------------------------------ */

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .earn-center{
    align-self: center;
  }

  .center-logo {
    display: block;
    margin: auto;
    /* padding-left: 20%; */
    padding-right: 20%;
  }

  .hamburger{
    display: block;
    z-index: 3;
}

.hamburger.active .bar:nth-child(2){
    opacity: 0;
}

.hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}

.nav-menu{
    position:fixed;
    right: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #ffff;
    width: 40%;
    text-align: center;
    transition: 0.3s;
}
.nav-item{
    margin: 16px 0;
    padding-right: 36px;
}

.nav-menu.active{
    right: 0;
    border-radius: 4px;
    border: solid 1px lightgrey;
    z-index: 3;
    margin-top: 5px;
}

.center-logo{
    display: block;
    /* margin-left: 50%; */
    z-index: 2;
}

  /* .team-slider-wrapper {
    height: 50%;
  } */

  .hero-heading-right-2{
    font-size: 3rem;
    line-height: 1em;
    text-align: center;
    padding-top: 0;
    margin-top: 0;

  }

  .testimonial-stack {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .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 rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-border {
    border-bottom: solid 1px lightgrey;
  }

  .link-border-2 {
    border-right: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .testimonial-slide-wrapper {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
  }

  .testimonial-image {
    align-self: center;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .grid {
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4";
  }

  .column {
    background-image: url('../images/layer-1-32x.png');
    background-position: 0 0;
    background-size: auto;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #cee8c1;
    grid-template: "Area"
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 3%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  /* --------------------------- */

  .hamburger{
    display: block;
    z-index: 3;
}

.hamburger.active .bar:nth-child(2){
    opacity: 0;
}

.hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}

.nav-menu{
    position:fixed;
    right: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #ffff;
    width: 40%;
    text-align: center;
    transition: 0.3s;
}
.nav-item{
    margin: 16px 0;
}

.nav-menu.active{
    right: 0;
}

.center-logo{
    display: block;
    /* margin-left: 50%; */
    z-index: 2;
    padding-right: 20%;
}

  /* ------------------------------ */


  .testimonial-card-heading-2 {
    line-height: 1em;
    font-size: 2.5em;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    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;
  }

  .hero-heading-right, .features-list {
    padding: 10px 15px 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .text-block-2 {
    margin-left: 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-stack, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
    margin: 20px;
  }

  .testimonial-stack-2 {
    padding: 60px 15px;
  }

  .testimonial-text-three-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .team-slider {
    padding: 60px 15px;
  }
}

/* .team-slide-wrapper {
  width: 47%;
  margin-right: 3%;
  margin-left: 3%;
} */

@media(max-width:512px){
  .center-logo{
    margin-left: -25%;
    padding-right: 2%;
  }
}


@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .text-block-2 {
    margin-left: 0;
    padding-bottom: 20px;
    padding-top: 10px;
  }


  .testimonial-card-heading-2 {
    line-height: 1em;
    font-size: 2.5em;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .margin-bottom-24px {
    direction: ltr;
    text-align: left;
    text-decoration: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .footer-link {
    -webkit-text-stroke-color: #fff;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-stack {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card-heading {
    text-align: left;
    margin: 20px;
    font-size: 2.5em;
  }

  .testimonial-text-three {
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    margin: 20px;
  }

  .shift-button{
    text-align: center;
    padding: 10px 0 20px 0;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-card-three-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
}

#w-node-_06a7c43b-fef6-bc13-5c23-2eb0bacca1e1-caf53cfa, #w-node-_43028ce5-2cd0-214a-2e01-66eca03f8628-caf53cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8107792b-ac1b-767f-5476-8b101e0d7123-caf53cfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06a7c43b-fef6-bc13-5c23-2eb0bacca1e1-caf53cfc, #w-node-_43028ce5-2cd0-214a-2e01-66eca03f8628-caf53cfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8107792b-ac1b-767f-5476-8b101e0d7123-caf53cfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
