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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 7px;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  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: #1a1b1fbf;
}

.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: #1a1b1fbf;
}

.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: #00f;
  margin-right: 9px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary.w--current {
  color: #00f;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 7px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  background-image: url('../images/Best-Digital-Growth-Marketing-Company-in-India-_-Amura-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.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;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-column-light {
  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-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.image, .image-2, .image-3, .image-4 {
  align-self: center;
}

.heading {
  flex: 1;
  align-self: center;
}

.heading-2, .heading-3 {
  align-self: center;
}

.heading-4 {
  text-align: center;
  margin-top: 173px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.image-5, .image-6, .heading-6, .text-block, .heading-7, .text-block-2 {
  align-self: center;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-top: 162px;
  margin-bottom: 0;
  margin-left: 543px;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container-2 {
  background-color: #000;
}

.quick-stack {
  color: #fff;
  background-color: #0a0a0a;
}

.quick-stack-2 {
  background-color: #000;
}

.text-block-3, .cell-3, .cell-4 {
  color: #fff;
}

.container-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-8 {
  text-align: center;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

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

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-left: 24px;
  margin-right: 33px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.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 {
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  background-color: #e92c2c;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

.heading-9 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.heading-10 {
  margin-top: -344px;
  margin-left: 702px;
}

.container-5 {
  text-align: center;
  background-image: url('../images/🚀-REVEALED_-Hidden-Originality-AI-Features-Worth-5000-Annually.jpg');
  background-size: cover;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-4 {
  margin-left: 112px;
  margin-right: 112px;
}

.text-block-5 {
  margin-left: 111px;
  margin-right: 111px;
}

.image-7, .image-8, .image-9 {
  align-self: center;
}

.container-6 {
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.quick-stack-3 {
  border-bottom: 1px solid #000;
  margin-top: 78px;
  margin-bottom: 82px;
}

.text-block-6 {
  margin-top: 59px;
  margin-left: 50px;
  margin-right: 50px;
}

.body {
  border-bottom: 1px solid #0e0c0c;
}

.team-slider-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #fff;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 87px;
  display: block;
}

.team-block-info-2 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 0;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-7 {
  text-align: center;
  background-color: #fff;
  margin: 111px 100px 178px;
  font-weight: 600;
}

.heading-11 {
  text-align: center;
  margin-top: 45px;
}

.container-7 {
  background-image: url('../images/What-is-Vision-in-business-and-elements-of-vision.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: -2px;
  font-family: Montserrat, sans-serif;
}

.image-10 {
  background-image: url('../images/What-is-Vision-in-business-and-elements-of-vision.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading-12 {
  text-align: center;
  margin-top: 52px;
}

.text-block-8 {
  text-align: center;
}

.team-member-name-two-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.image-11 {
  height: Infinity% ;
  text-align: center;
  vertical-align: middle;
  min-height: 100%;
  margin-left: 19px;
  margin-right: auto;
}

.heading-13 {
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 5px;
  margin-top: -646px;
  margin-left: 557px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  margin-top: -15px;
  margin-left: 224px;
}

.container-8 {
  margin-top: 63px;
}

.text-block-9 {
  border-radius: 10px;
  margin-top: -32px;
  margin-left: 546px;
  margin-right: 17px;
  padding-top: 70px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-circles {
  background-image: url('../images/-Image-free-Royalty.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  background-color: #fff;
  background-image: url('../images/-Image-free-Royalty.jpg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: #fff;
  background-color: #4141b4;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.heading-16 {
  text-align: center;
  margin-top: 70px;
  font-family: Montserrat, sans-serif;
}

.text-block-11 {
  margin-top: 27px;
  margin-left: 114px;
  margin-right: 114px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-12 {
  text-align: center;
  background-color: #264aeb;
  margin: 0 100px 101px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bold-text {
  color: #0f29ec;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.heading-17 {
  text-align: center;
  margin-bottom: 67px;
  margin-left: 0;
}

.button {
  text-align: center;
  background-color: #207ccc;
  margin-bottom: 100px;
  margin-left: 38px;
}

.quick-stack-4 {
  margin-left: 79px;
  margin-right: 80px;
}

.heading-18 {
  text-align: center;
}

.container-10 {
  background-image: url('../images/What-Makes-Digital-Marketing-Solutions-UK-The-Best-Choice-For-You_.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block-13 {
  background-color: #f5f0f0;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
  font-weight: 700;
}

.button-2 {
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.button-3 {
  margin-top: 0;
  margin-bottom: 57px;
  margin-left: 400px;
}

.mask {
  background-color: #278dec;
}

.mask-2 {
  color: #181616;
  background-color: #0c0b0b;
  font-family: Montserrat, sans-serif;
}

.container-11 {
  background-image: url('../images/Page-3-_-Social-Media-Images---Free-Download-on-Freepik.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block-14 {
  background-color: #bd3737;
  margin: 2px 100px 80px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.button-4 {
  background-color: #d11b36;
  margin-top: 10px;
  margin-bottom: 100px;
  margin-left: 455px;
}

.container-12 {
  margin-top: 0;
}

.mask-3 {
  background-color: #fff;
}

.body-3 {
  border: 1px solid #00f;
  border-radius: 6px;
}

.link {
  font-weight: 400;
}

.link.w--current {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.footer-light-2 {
  background-color: #cfd6db;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: -79px;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  font-family: Montserrat, sans-serif;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-light-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright-3 {
  color: #3a4554;
}

.container-16 {
  font-family: Montserrat, sans-serif;
}

.heading-19 {
  text-align: center;
}

.button-5 {
  align-self: center;
  margin-top: 19px;
}

.button-6 {
  align-self: center;
  margin-top: 20px;
}

.button-7 {
  align-self: center;
  margin-top: 19px;
}

.heading-20 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.team-slider-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
  display: inline-block;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-15, .mask-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.container-19, .body-4 {
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .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;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-14 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .container-15, .container-18 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .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 #0000000d;
  }

  .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;
  }

  .team-slider, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .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;
  }

  .team-slider-2, .team-circles {
    padding: 60px 15px;
  }

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

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-light-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    height: 60px;
    min-height: 40px;
    margin-bottom: 0;
  }

  .navbar-wrapper {
    margin-top: -33px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
    margin-top: -48px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-two {
    font-family: Montserrat, sans-serif;
  }

  .testimonial-info-three {
    padding: 0;
  }

  .heading-4 {
    margin: 39px auto 7px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-form {
    margin-left: 425px;
    margin-right: -61px;
  }

  .footer-form-container {
    margin-left: -416px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .cell {
    align-items: flex-start;
    display: block;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-9 {
    text-align: center;
    margin-top: 10px;
  }

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

  .container-5 {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .text-block-4, .text-block-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 21px;
  }

  .team-slider-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-2 {
    background-color: #fff;
    padding-bottom: 0;
  }

  .team-member-image-two-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team-block-info-2 {
    font-family: Montserrat, sans-serif;
  }

  .team-member-name-two-2 {
    text-align: center;
    margin-top: 28px;
  }

  .team-member-text-2 {
    text-align: center;
    margin-bottom: 21px;
  }

  .text-block-7 {
    margin: 21px 41px 63px;
  }

  .heading-11 {
    text-align: center;
    margin-top: 10px;
  }

  .container-7 {
    margin-top: 36px;
  }

  .heading-12 {
    border-top: 1px solid #000;
    font-family: Montserrat, sans-serif;
  }

  .text-block-8 {
    margin-left: 21px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .team-member-name-two-3 {
    text-align: center;
    padding-left: 0;
  }

  .image-11 {
    margin-top: 16px;
    margin-left: 0;
  }

  .heading-13 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
  }

  .container-8 {
    margin-top: 253px;
  }

  .text-block-9 {
    text-align: center;
    margin-top: -6px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 0;
  }

  .container-9 {
    text-align: center;
    margin-top: -228px;
  }

  .cell-5 {
    padding-left: 0;
  }

  .cell-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    margin-left: -28px;
    margin-right: 28px;
    padding-left: 0;
  }

  .image-12 {
    margin-left: -26px;
    padding-left: 24px;
  }

  .heading-15 {
    margin-right: 40px;
  }

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

  .text-block-10 {
    margin-top: 22px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-16 {
    text-align: center;
  }

  .text-block-11 {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 700;
  }

  .text-block-12 {
    color: #fff;
    background-color: #1b1549;
    margin: -18px 40px 44px;
  }

  .heading-17 {
    margin-top: -39px;
  }

  .button {
    margin-bottom: 39px;
  }

  .quick-stack-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-13 {
    text-align: center;
    background-color: #f8f4f4;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .button-3 {
    margin-top: 0;
    margin-left: 100px;
  }

  .container-11 {
    margin-top: 6px;
  }

  .text-block-14 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-4 {
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 100px;
  }

  .container-13 {
    background-image: url('../images/Page-3-_-Social-Media-Images---Free-Download-on-Freepik.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .footer-light-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .container-14 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
    margin-left: 8px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .container-15 {
    max-width: none;
  }

  .image-13 {
    margin-top: -9px;
  }

  .button-5, .button-6 {
    align-self: center;
  }

  .button-7 {
    flex: 0 auto;
    align-self: center;
  }

  .container-17 {
    margin-top: 527px;
    margin-bottom: 0;
  }

  .team-slider-3 {
    padding-top: 10px;
  }

  .container-18 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slider-wrapper-3 {
    margin-top: 40px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-15 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-21 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_18624364-de7c-4f60-bfd6-a91141287218-d0f79944, #w-node-_18624364-de7c-4f60-bfd6-a91141287223-d0f79944, #w-node-_18624364-de7c-4f60-bfd6-a9114128722d-d0f79944, #w-node-_18624364-de7c-4f60-bfd6-a91141287237-d0f79944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fd00515-a06a-4863-4019-3e375ccd05a1-d0f79944 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2daf0bee-44ce-d5c9-e45c-a30554fb201f-d0f79944, #w-node-_8afc134e-dd39-88fd-76e2-7d36e36d3f70-d0f79944 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_87c7e0fc-eff0-f721-f4e2-caec026e4335-d7375634, #w-node-_87c7e0fc-eff0-f721-f4e2-caec026e4340-d7375634, #w-node-_87c7e0fc-eff0-f721-f4e2-caec026e434b-d7375634 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7fc234a-7934-a589-3526-23d01c217a25-d09522bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f33b72bd-38d4-da5a-16a0-243c6b8de1b5-a7d76c60 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f33b72bd-38d4-da5a-16a0-243c6b8de1d4-a7d76c60 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2397e49a-fb75-8bf8-1ebb-0412eb01ee67-c4f667a8, #w-node-_2397e49a-fb75-8bf8-1ebb-0412eb01ee72-c4f667a8, #w-node-_2397e49a-fb75-8bf8-1ebb-0412eb01ee7d-c4f667a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_18624364-de7c-4f60-bfd6-a91141287223-d0f79944, #w-node-_18624364-de7c-4f60-bfd6-a9114128722d-d0f79944 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8afc134e-dd39-88fd-76e2-7d36e36d3f70-d0f79944, #w-node-d7fc234a-7934-a589-3526-23d01c217a25-d09522bb {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }
}
