.dropdown-list {
  padding-left: 10px;
}

.dropdown-list.w--open {
  width: 500px;
  margin-top: 44px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
}

.image {
  padding-right: 20px;
}

.container {
  background-color: #fff;
}

.brand {
  padding-top: 10px;
}

.dropdown-large-link {
  color: #205c96;
}

.paragraph-2 {
  padding-top: 10px;
  color: #2b7c27;
}

.column-2 {
  border-radius: 5px;
}

.navbar {
  min-height: 105px;
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: #f9ba00;
  border-radius: 0px;
  background-color: transparent;
}

.nav-link {
  padding: 40px 20px;
  font-family: Merriweather, serif;
  color: #000;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
  color: #6d6d6d;
}

.text-block-3 {
  color: #000;
  font-weight: 400;
}

.dropdown-toggle {
  padding: 0px;
  color: #08529a;
}

.dropdown-large-link-rightside {
  padding-left: 0px;
  color: #205c96;
}

.nav-link-img {
  padding-top: 29px;
}

.text-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.inside-page-title {
  background-color: #f9ba00;
  background-image: url('../images/scott-graham-OQMZwNd3ThU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: left;
}

.text-block-4 {
  font-family: Merriweather, serif;
  color: #000;
  font-weight: 400;
}

.heading {
  display: inline-block;
  font-family: Merriweather, serif;
  color: #fff;
  text-align: left;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.page-content {
  padding-top: 20px;
  padding-bottom: 40px;
}

.columns {
  margin-left: 0px;
}

.navigation-link {
  display: block;
  width: auto;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #525252;
}

.navigation-link.w--current {
  color: #99d715;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.dropdown-list-full-wrapper {
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
}

.navigation-column {
  width: 25%;
  padding: 10px 15px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: #f9ba00;
  color: #fff;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navigation {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-right {
  position: relative;
  display: block;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.navigation-full {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #f1f1f1;
}

.dropdown-toggle-2 {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Merriweather, serif;
  color: #000;
}

.dropdown-toggle-2:hover {
  color: #525252;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.87);
  font-size: 14px;
}

.dropdown-list-2 {
  min-width: 100%;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: 0px;
  top: 80px;
  right: 0px;
  bottom: auto;
  margin-top: 20px;
  padding-top: 25px;
  background-color: transparent;
  box-shadow: 2px 30px 50px 0 rgba(0, 0, 0, 0.08);
}

.navigation-button {
  position: relative;
  display: block;
  min-height: auto;
  min-width: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.large-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  color: #6127da;
  text-decoration: none;
}

.navigation-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-block:hover {
  border-radius: 0px;
  background-color: rgba(107, 107, 107, 0.05);
  color: #f9ba00;
}

.brand-2 {
  margin-right: 44px;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  min-width: 55px;
}

.dropdown {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.flowbase-logo {
  width: 54px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-link-block-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  border-radius: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-block-mob:hover {
  background-color: rgba(119, 53, 246, 0.05);
  color: #7735f6;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 700;
}

.btn-gold {
  border-radius: 20px;
  background-color: #f9ba00;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.btn-black {
  border-radius: 20px;
  background-color: #000;
}

.btn-gray {
  border-radius: 20px;
  background-color: #585858;
}

.heading-2 {
  font-family: Merriweather, serif;
}

.paragraph-3 {
  font-family: Merriweather, serif;
}

.content-box {
  padding: 20px;
  background-color: #ececec;
  font-family: Merriweather, serif;
  color: #000;
}

.btn-red {
  border-radius: 20px;
  background-color: #a33b34;
}

.btn-green {
  border-radius: 20px;
  background-color: #418628;
}

.field-label {
  font-family: Merriweather, serif;
}

.form-block {
  font-family: Merriweather, serif;
}

.footer {
  padding: 60px 20px 20px;
  background-color: #000;
  font-family: Merriweather, serif;
}

.image-2 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-2.footer-logo {
  padding-bottom: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-6 {
  font-family: Bitter, serif;
  color: #fff;
}

.text-block-7 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.text-block-7.footer-links-title {
  padding-bottom: 10px;
  font-size: 20px;
  text-decoration: underline;
}

.list-item-2 {
  padding-top: 10px;
  padding-bottom: 0px;
  list-style-type: none;
}

.footer-link {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.alert-banner {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #f9ba00;
  color: #fff;
}

.alert-banner-red {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #a33b34;
  color: #fff;
}

.navigation-full-home {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f1f1f1;
  background-color: #fff;
  opacity: 1;
}

.section-home {
  background-image: url('../images/homepagebg-1.png');
  background-position: 50% 28%;
  background-size: cover;
}

.homepage-welcome {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.heading-3 {
  font-family: Merriweather, serif;
}

.bold-text {
  font-weight: 300;
  text-align: left;
}

.quote-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #000 #000 #e6e6e6;
  border-radius: 0px;
  background-color: #f9ba00;
}

.quote-bar:hover {
  background-color: #f4b701;
}

.link-block {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.text-block-8 {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
}

.body {
  margin-right: auto;
  margin-left: auto;
  clear: none;
  background-color: #cbcbcb;
  text-align: left;
}

.top-home-box {
  padding: 10px;
  border-style: none;
  border-width: 3px;
  border-color: #000;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.top-home-box:hover {
  background-color: #3d3d3d;
}

.top-home-box-title {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.paragraph-4 {
  font-family: Merriweather, serif;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.link-block-4 {
  color: #fff;
  text-decoration: none;
}

.who-we-are-home {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.image-3 {
  border-radius: 8px;
}

.heading-4 {
  font-family: Merriweather, serif;
  font-weight: 400;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.popular-products {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #252525;
}

.heading-5 {
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 300;
}

.product-block {
  margin-bottom: 20px;
  padding: 0px;
  border: 1px none #000;
  background-color: #171717;
  text-align: center;
}

.product-block:hover {
  background-color: #f9ba00;
}

.link-block-5 {
  display: block;
  padding: 40px 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.text-block-9 {
  text-align: center;
}

.materialicon {
  display: inline-block;
  font-family: 'Materialicons 1', sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 44px;
}

.center-container {
  padding-top: 40px;
  text-align: center;
}

.section-third {
  padding: 100px 10px;
  background-image: url('../images/happy-family-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.center-div {
  text-align: center;
}

.heading-6 {
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 300;
}

.gradient-section-block {
  margin-top: 40px;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.reviews-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
}

.right-arrow {
  top: 17px;
  right: -17px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.right-arrow:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.play-button {
  position: absolute;
}

.testimonial-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #151c34;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.horizontal-logo {
  margin-bottom: 25px;
}

.left-arrow {
  left: -17px;
  top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.left-arrow:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 16px;
  font-weight: 500;
}

.author-job {
  color: rgba(21, 28, 52, 0.5);
}

.horizontal-angle {
  position: absolute;
  left: auto;
  top: 0%;
  right: -1%;
  bottom: 0%;
  z-index: 99;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask-horizontal {
  overflow: visible;
}

.play-icon {
  width: 60px;
}

.slide-nav {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60%;
  padding: 20px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 0px;
  margin-top: -62px;
  padding: 0px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partner-logos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-7 {
  font-family: Merriweather, serif;
}

@media screen and (max-width: 991px) {
  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .navigation-left {
    display: none;
  }

  .navigation {
    display: none;
  }

  .navigation-full {
    background-color: #fff;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-content-wrap {
    padding-left: 10px;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .menu-mob {
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .mobile-toggle {
    width: 100%;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px 0 rgba(82, 82, 82, 0.05);
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .navigation-link-block-mob {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block-mob:hover {
    background-color: transparent;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-full-home {
    background-color: #fff;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }

  .testimonial-image {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .menu-mob {
    background-color: #fff;
    color: #000;
  }

  .testimonial-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal-angle {
    display: none;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    text-align: center;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-mob {
    background-color: transparent;
    color: #000;
  }

  .menu-mob.w--open {
    background-color: transparent;
    color: #000;
  }

  .mobile-nav {
    overflow: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation-link-block-mob {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #000;
  }

  .navigation-link-block-mob:hover {
    color: #000;
  }

  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-4 {
    font-size: 27px;
  }

  .heading-5 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 27px;
    text-align: center;
  }

  .heading-6 {
    font-size: 27px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 20%;
    bottom: -3%;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .left-arrow {
    left: 20%;
    top: auto;
    right: auto;
    bottom: -3%;
  }

  .author-block {
    margin-top: 15px;
  }

  .horizontal-content-block {
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
  }

  .partner-logos {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-7 {
    font-size: 27px;
    text-align: center;
  }

  .column-6 {
    text-align: center;
  }

  .column-7 {
    text-align: center;
  }

  .column-8 {
    text-align: center;
  }

  .column-9 {
    text-align: center;
  }

  .column-10 {
    text-align: center;
  }

  .column-11 {
    text-align: center;
  }

  .column-12 {
    text-align: center;
  }

  .column-13 {
    text-align: center;
    text-decoration: none;
  }

  .column-14 {
    text-align: center;
  }

  .column-15 {
    text-align: center;
  }
}

@font-face {
  font-family: 'Materialicons 1';
  src: url('../fonts/MaterialIcons-Regular-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}