.fontMont {
  font-family: 'Montserrat', sans-serif;
}
.fontOS {
  font-family: 'Open Sans', sans-serif;
}
a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a,
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
*:focus {
  outline: none;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
button {
  outline: none !important;
}
body {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: normal;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
h1 {
  font-size: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 124%;
  margin: 0px;
}
h1 green {
  color: #37953C;
}
h2 {
  font-size: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 124%;
  margin: 0px;
}
h2 green {
  color: #37953C;
}
h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin: 0px;
}
h3 green {
  color: #37953C;
}
p {
  margin: 0px 0px 20px;
}
.c-btn {
  display: inline-block;
  min-width: 174px;
  padding: 18px 25px;
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 24px;
  background-color: #44B649;
  border: 2px solid #44B649;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}
.c-btn:hover {
  background-color: #fff;
  color: #44B649;
}
.c-btn.btn-small {
  padding: 10px 20px;
  font-size: 16px;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1000;
  background-color: transparent;
}
header.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
header.scrolled .header-holder {
  padding: 10px 0px;
}
header.scrolled .header-holder .alt-logo-holder {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
header.scrolled .header-holder .alt-logo-holder a {
  pointer-events: initial;
}
header.scrolled .header-holder .logo-holder {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
}
header.scrolled .header-holder .logo-holder a {
  pointer-events: none;
}
header.scrolled .header-holder .logo-holder img {
  max-height: 54px;
}
header.scrolled .header-holder .menu-holder {
  display: block;
  opacity: 1;
}
header.scrolled .header-holder .phone-menu {
  display: none;
}
header .header-holder {
  position: relative;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
header .header-holder .alt-logo-holder {
  position: absolute;
  opacity: 0;
  left: 0px;
  min-height: 54px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
}
header .header-holder .alt-logo-holder a {
  pointer-events: none;
}
header .header-holder .alt-logo-holder img {
  max-width: 151px;
  max-height: 54px;
  width: auto;
  height: auto;
}
header .header-holder .logo-holder {
  min-height: 54px;
  padding: 0px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
header .header-holder .logo-holder img {
  max-height: 100px;
  width: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
header .header-holder .phone-menu {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  border: none;
  margin: -10px 0px 0px 0px;
  margin-bottom: 0px;
  padding: 0px;
  cursor: pointer;
  background-color: transparent;
}
header .header-holder .phone-menu .bar1,
header .header-holder .phone-menu .bar2,
header .header-holder .phone-menu .bar3 {
  width: 15px;
  height: 1px;
  background-color: #000;
  margin: 4px 0px;
}
header .header-holder .menu-holder {
  display: none;
  position: absolute;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 0px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
header .header-holder .menu-holder .primary-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-holder .menu-holder .primary-menu li {
  margin: 0px 0px 0px 20px;
  line-height: 20px;
}
header .header-holder .menu-holder .primary-menu li a {
  color: #000;
  font-size: 16px;
}
header .header-holder .menu-holder .primary-menu li.nav-btn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #44b649;
  background-color: #44b649;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
}
header .header-holder .menu-holder .primary-menu li.nav-btn a:hover {
  background-color: #fff;
  color: #37953C;
}
header .header-holder .menu-holder .primary-menu li.nav-search a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 0px;
  border: none;
  background-color: transparent;
  background-image: url('../img/search-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.side-menu {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 100%;
  top: 0px;
  height: 100%;
  overflow-x: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  z-index: 1010;
}
.side-menu.visible {
  left: 0px;
}
.side-menu .header-holder {
  position: relative;
  padding: 30px 0px;
  display: block;
}
.side-menu .header-holder .logo-holder {
  width: 100%;
  padding: 0px;
  text-align: center;
}
.side-menu .header-holder .logo-holder img {
  max-height: 100px;
  width: auto;
}
.side-menu .header-holder .nav-close {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -10px 0px 0px 0px;
  display: block;
  padding: 0px;
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background-image: url('../img/close-nav.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.side-menu .menu-primary-menu-container {
  background-color: #fff;
  display: block;
}
.side-menu .menu-primary-menu-container .primary-menu {
  padding: 85px 0px 0px;
  margin: 0px;
  list-style: none;
  text-align: right;
}
.side-menu .menu-primary-menu-container .primary-menu li {
  margin: 0px 0px 30px;
}
.side-menu .menu-primary-menu-container .primary-menu li.current-menu-item a {
  color: #37953C;
}
.side-menu .menu-primary-menu-container .primary-menu li.nav-search {
  display: none;
}
.side-menu .menu-primary-menu-container .primary-menu li a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.side-menu .menu-primary-menu-container .primary-menu li a:hover {
  color: #37953C;
}
.side-menu .social-media {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.side-menu .social-media li {
  margin: 0px 0px 0px 20px;
}
.side-menu .social-media li a {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
}
.section-404 {
  padding: 300px 0px 200px;
  text-align: center;
}
.section-404 h1 {
  margin-bottom: 45px;
}
footer {
  width: 100%;
}
footer .footer-logo {
  padding: 50px 0px;
}
footer .footer-logo img {
  max-width: 151px;
  max-height: 54px;
  width: auto;
  height: auto;
}
footer .menu-lines {
  padding-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .social-media {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
footer .social-media li {
  margin: 0px 0px 20px 20px;
}
footer .social-media li a {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
}
footer .menu-footer-menu-container {
  flex: 1;
}
footer .menu-footer-menu-container .footer-menu {
  padding: 0px 0px 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .menu-footer-menu-container .footer-menu li {
  margin: 0px 0px 20px 50px;
}
footer .menu-footer-menu-container .footer-menu li a {
  color: #000000;
}
footer .menu-footer-menu-container .footer-menu li a:hover {
  color: #37953C;
}
footer .address-text {
  width: 100%;
  padding-top: 15px;
  text-align: right;
}
footer .address-text p {
  font-size: 15px;
  margin: 0px;
}
footer .footer-text {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: right;
}
footer .footer-text p {
  font-size: 15px;
  margin: 0px;
}
footer .footer-text a {
  color: #37953C;
}
footer .footer-text a:hover {
  opacity: 0.7;
}
footer .line {
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
}
.contact-section .text-block {
  padding-right: 50px;
  margin: 0px 0px 80px;
}
.contact-section .text-block.contact-block h2:after {
  content: '';
  display: inline-block;
  width: 68px;
  height: 46px;
  margin-left: 35px;
  background-image: url('../img/envelope.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-section .text-block h2 {
  margin: 0px 0px 25px;
}
.contact-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 27px;
}
.contact-section .text-block a:not(.c-btn) {
  color: #37953C;
}
.contact-section .text-block a:not(.c-btn):hover {
  opacity: 0.7;
}
.form-holder {
  width: 100%;
}
.form-holder .input-holder {
  width: 100%;
  margin-bottom: 20px;
}
.form-holder .input-holder input[type=text],
.form-holder .input-holder input[type=email],
.form-holder .input-holder input[type=tel] {
  width: 100%;
  height: 64px;
  padding: 0px 20px;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form-holder .input-holder textarea {
  width: 100%;
  height: 150px;
  padding: 20px 20px;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  resize: none;
}
.form-holder .input-holder input[type=submit] {
  display: inline-block;
  min-width: 174px;
  height: 64px;
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 24px;
  background-color: #44B649;
  border: 2px solid #44B649;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-align: center;
}
.form-holder .input-holder input[type=submit]:hover {
  background-color: #fff;
  color: #44B649;
}
.wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 16px;
	margin-left: 10px;
}
.wpcf7-checkbox label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.wpcf7-checkbox input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: #C5C5C5;
  width: 24px;
  height: 24px;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}
.wpcf7-checkbox input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  
  background-color: CanvasText;
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}

#wpcf7-f2731-p2723-o1 .wpcf7-submit {
  padding: 18px 22px;
}
.columns-section {
  padding: 0px 0px 40px;
}
.columns-section .section-title {
  text-align: center;
  padding-bottom: 100px;
}
.columns-section .text-block {
  margin-bottom: 60px;
}
.columns-section .text-block h3 {
  width: 100%;
  max-width: 460px;
  margin: 0px 0px 15px;
}
.columns-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.columns-section .button-block {
  text-align: center;
  padding-bottom: 60px;
}
.columns-section .image-block {
  margin-bottom: 60px;
  position: relative;
}
.columns-section .image-block.svg1 {
  height: 205px;
}
.columns-section .image-block.svg1 svg {
  left: 0px;
}
.columns-section .image-block.svg2 {
  height: 280px;
}
.columns-section .image-block.svg2 svg {
  right: 0px;
}
.columns-section .image-block.svg3 {
  height: 306px;
}
.columns-section .image-block.svg3 svg {
  left: 0px;
}
.columns-section .image-block.svg4 {
  height: 260px;
}
.columns-section .image-block.svg4 svg {
  right: 0px;
}
.columns-section .image-block.svg5 {
  height: 270px;
}
.columns-section .image-block.svg5 svg {
  left: 0px;
}
.columns-section .image-block svg {
  position: absolute;
  height: 100%;
}
#fifth-waypoint,
#fourth-waypoint,
#third-waypoint,
#second-waypoint,
#first-waypoint {
  opacity: 0;
}
#fifth-waypoint.start,
#fourth-waypoint.start,
#third-waypoint.start,
#second-waypoint.start,
#first-waypoint.start {
  opacity: 1;
}
#fifth-waypoint.start .path1,
#fourth-waypoint.start .path1,
#third-waypoint.start .path1,
#second-waypoint.start .path1,
#first-waypoint.start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
#fifth-waypoint.start .path2,
#fourth-waypoint.start .path2,
#third-waypoint.start .path2,
#second-waypoint.start .path2,
#first-waypoint.start .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash2 3s linear;
}
#fifth-waypoint.start .path3,
#fourth-waypoint.start .path3,
#third-waypoint.start .path3,
#second-waypoint.start .path3,
#first-waypoint.start .path3 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: dash3 3s linear;
}
#fifth-waypoint.start .path4,
#fourth-waypoint.start .path4,
#third-waypoint.start .path4,
#second-waypoint.start .path4,
#first-waypoint.start .path4 {
  stroke-dasharray: 4000;
  stroke-dashoffset: 0;
  animation: dash4 3s linear;
}
.columns2-section {
  padding: 0px 0px 40px;
}
.columns2-section .section-title {
  text-align: center;
  padding-bottom: 100px;
}
.columns2-section .text-block {
  margin-bottom: 60px;
}
.columns2-section .text-block h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px 0px 15px;
}
.columns2-section .text-block h3 .num {
  color: #fff;
  font-size: 88px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*text-shadow            : -2px 0 #44B649,0 2px #44B649,2px 0 #44B649,0 -2px #44B649, -1px -1px #44B649, 1px 1px #44B649, -1px 1px #44B649, 1px -1px #44B649;*/
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #44B649;
  margin-right: 15px;
  margin-top: -2px;
}
.columns2-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.columns2-section .button-block {
  text-align: center;
  padding-bottom: 60px;
}
.columns2-section .image-block {
  margin-bottom: 60px;
  position: relative;
}
.columns2-section .image-block.svg1 {
  height: 260px;
}
.columns2-section .image-block.svg1 svg {
  left: 0px;
}
.columns2-section .image-block.svg2 {
  height: 280px;
}
.columns2-section .image-block.svg2 svg {
  right: 0px;
}
.columns2-section .image-block.svg3 {
  height: 360px;
}
.columns2-section .image-block.svg3 svg {
  left: 0px;
}
.columns2-section .image-block.svg4 {
  height: 260px;
}
.columns2-section .image-block.svg4 svg {
  right: 0px;
}
.columns2-section .image-block svg {
  position: absolute;
  height: 100%;
}
#how1-waypoint,
#how2-waypoint,
#how3-waypoint,
#how4-waypoint {
  opacity: 0;
}
#how1-waypoint.start,
#how2-waypoint.start,
#how3-waypoint.start,
#how4-waypoint.start {
  opacity: 1;
}
#how1-waypoint.start .path1,
#how2-waypoint.start .path1,
#how3-waypoint.start .path1,
#how4-waypoint.start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
#how1-waypoint.start .path2,
#how2-waypoint.start .path2,
#how3-waypoint.start .path2,
#how4-waypoint.start .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash2 3s linear;
}
#how1-waypoint.start .path3,
#how2-waypoint.start .path3,
#how3-waypoint.start .path3,
#how4-waypoint.start .path3 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: dash3 3s linear;
}
#how1-waypoint.start .path4,
#how2-waypoint.start .path4,
#how3-waypoint.start .path4,
#how4-waypoint.start .path4 {
  stroke-dasharray: 4000;
  stroke-dashoffset: 0;
  animation: dash4 3s linear;
}
.page-hero-section {
  position: relative;
  width: 100%;
}
.page-hero-section .scroll-it {
  position: fixed;
  display: block;
  border: none;
  width: 30px;
  height: 20px;
  background-color: transparent;
  background-image: url('../img/scroll-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 50%;
  margin-left: -15px;
  bottom: 30px;
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  z-index: 5;
  cursor: pointer;
}
.page-hero-section .full-height {
  min-height: 100vh;
}
.page-hero-section .text-block {
  padding: 175px 0px;
  text-align: center;
}
#thankyou.page-hero-section .text-block,
#webinar.page-hero-section .text-block {
  padding: 175px 0px 75px;
}
#thankyou.page-hero-section .scroll-it {
  display: none !important;
}
.page-hero-section a {
  color: #37953C;
}
.page-hero-section .text-block h1 {
  margin: 0px 0px 50px;
}
.page-hero-section .text-block p {
  font-size: 28px;
  font-weight: 600;
  line-height: 160%;
  margin: 0px 0px 60px;
}
.page-hero-section #v-btn {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.story-section {
  padding: 0px 0px 120px;
}
.story-section .text-block {
  padding-left: 50px;
}
.story-section .text-block h3 {
  margin: 0px 0px 30px;
}
.story-section .text-block p {
  line-height: 160%;
}
.story-section .image-block {
  width: 100%;
}
.story-section .image-block svg {
  max-width: 100%;
  height: auto;
}
#team-waypoint,
#about1-waypoint {
  opacity: 0;
}
#team-waypoint.start,
#about1-waypoint.start {
  opacity: 1;
}
#team-waypoint.start .path1,
#about1-waypoint.start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
#team-waypoint.start .path2,
#about1-waypoint.start .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash2 3s linear;
}
#team-waypoint.start .path3,
#about1-waypoint.start .path3 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: dash3 3s linear;
}
#team-waypoint.start .path4,
#about1-waypoint.start .path4 {
  stroke-dasharray: 4000;
  stroke-dashoffset: 0;
  animation: dash4 3s linear;
}
.whatis-section {
  padding: 0px 0px 120px;
}
.whatis-section .text-block {
  text-align: center;
}
.whatis-section .text-block h3 {
  margin: 0px 0px 30px;
}
.whatis-section .text-block p {
  line-height: 160%;
}
.whatis-section .text-block .c-btn {
  margin-top: 40px;
}
.team-section {
  padding: 0px 0px 70px;
}
.team-section .text-block {
  position: relative;
  margin-bottom: 80px;
  padding-right: 50%;
}
.team-section .text-block h3 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin: 0px 0px 30px;
  padding-right: 10px;
  z-index: 5;
}
.team-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 30px;
}
.team-section .text-block .svg-img {
  position: absolute;
  top: 0px;
  left: 180px;
  height: 100%;
  width: 100%;
}
.team-section .member-box {
  width: 100%;
  margin-bottom: 50px;
}
.team-section .member-box .member-img {
  width: 100%;
  height: 0px;
  padding-top: 108%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.team-section .member-box .member-body {
  padding: 20px 0px;
}
.team-section .member-box .member-body h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 124%;
  margin: 0px 0px 5px;
}
.team-section .member-box .member-body h4 .linkedin-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-top: -4px;
  background-image: url('../img/linkedin-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.team-section .member-box .member-body h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.team-section .member-box .member-body p {
  font-size: 14px;
  line-height: 160%;
  margin: 0px;
}
.columns3-section {
  padding: 0px 0px 40px;
}
.columns3-section .section-title {
  text-align: center;
  padding-bottom: 80px;
}
.columns3-section .section-title h3 {
  margin: 0px 0px 30px;
}
.columns3-section .section-title p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.columns3-section .text-block {
  margin-bottom: 70px;
}
.columns3-section .text-block h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px 0px 15px;
}
.columns3-section .text-block h3 .num {
  color: #fff;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*text-shadow            : -2px 0 #44B649,0 2px #44B649,2px 0 #44B649,0 -2px #44B649;*/
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #44B649;
  margin-right: 15px;
  margin-top: -2px;
}
.columns3-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.columns3-section .button-block {
  text-align: center;
  padding-bottom: 60px;
}
.columns3-section .image-block {
  margin-bottom: 70px;
  position: relative;
}
.columns3-section .image-block.svg1 {
  height: 200px;
}
.columns3-section .image-block.svg1 svg {
  left: 0px;
}
.columns3-section .image-block.svg2 {
  height: 220px;
}
.columns3-section .image-block.svg2 svg {
  right: 0px;
}
.columns3-section .image-block.svg3 {
  height: 230px;
}
.columns3-section .image-block.svg3 svg {
  left: 0px;
}
.columns3-section .image-block.svg4 {
  height: 220px;
}
.columns3-section .image-block.svg4 svg {
  right: 0px;
}
.columns3-section .image-block svg {
  width: auto;
  height: 100%;
  display: block;
  margin: 0px auto;
}
#app1-waypoint,
#app2-waypoint,
#app3-waypoint,
#app4-waypoint {
  opacity: 0;
}
#app1-waypoint.start,
#app2-waypoint.start,
#app3-waypoint.start,
#app4-waypoint.start {
  opacity: 1;
}
#app1-waypoint.start .path0,
#app2-waypoint.start .path0,
#app3-waypoint.start .path0,
#app4-waypoint.start .path0 {
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation: dash0 3s linear;
}
#app1-waypoint.start .path1,
#app2-waypoint.start .path1,
#app3-waypoint.start .path1,
#app4-waypoint.start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
#app1-waypoint.start .path2,
#app2-waypoint.start .path2,
#app3-waypoint.start .path2,
#app4-waypoint.start .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash2 3s linear;
}
#app1-waypoint.start .path3,
#app2-waypoint.start .path3,
#app3-waypoint.start .path3,
#app4-waypoint.start .path3 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: dash3 3s linear;
}
#app1-waypoint.start .path4,
#app2-waypoint.start .path4,
#app3-waypoint.start .path4,
#app4-waypoint.start .path4 {
  stroke-dasharray: 4000;
  stroke-dashoffset: 0;
  animation: dash4 3s linear;
}
.services-section .section-title {
  text-align: center;
  padding-bottom: 80px;
}
.services-section .section-title h3 {
  margin: 0px 0px 30px;
}
.services-section .section-title p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.services-section .text-block {
  position: relative;
  min-height: 500px;
  padding-right: 50%;
}
.services-section .text-block .svg-image {
  position: absolute;
  top: 0px;
  right: 0px;
}
.services-section .text-block h3 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin: 0px 0px 30px;
  padding-right: 10px;
  z-index: 5;
}
.services-section .text-block h5 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.services-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.services-section .text-block ul li {
  line-height: 160%;
}
.services-section .quote-top {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.services-section .quote-top .qt-class {
  flex: 0 0 48px;
  height: 40px;
}
.services-section .quote-top .ql-class {
  flex: 1;
  height: 7px;
  margin-left: 10px;
}
.services-section .quote-bot {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.services-section .quote-bot .bl-class {
  flex: 0 0 48px;
  height: 40px;
}
.services-section .quote-bot .bt-class {
  flex: 1;
  height: 7px;
  margin-right: 10px;
}
.services-section .quote-block {
  padding: 0px 30px;
}
.services-section .quote-block p {
  text-align: center;
  line-height: 160%;
  margin: 0px 0px 20px;
}
.services-section .quote-block ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.services-section .quote-block ul li {
  font-size: 14px;
}
.services-section .quote-block ul li a:not(.c-btn.btn-small) {
  color: #44B649;
}
.services-section .button-block {
  padding-top: 50px;
  margin-bottom: 120px;
  text-align: center;
}
.services-section .button-block .c-btn {
  margin: 0px 5px 10px;
}
.services-section .case-link .c-btn {
  display: block;
  max-width: 185px;
  margin: 0 0 0 auto;
}
*[id^='bl-svg'],
*[id^='bt-svg'],
*[id^='ql-svg'],
*[id^='qt-svg'] {
  opacity: 0;
}
*[id^='bl-svg'].start,
*[id^='bt-svg'].start,
*[id^='ql-svg'].start,
*[id^='qt-svg'].start {
  opacity: 1;
}
*[id^='bl-svg'].start .path02,
*[id^='bt-svg'].start .path02,
*[id^='ql-svg'].start .path02,
*[id^='qt-svg'].start .path02 {
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  animation: dash02 3s linear;
}
*[id^='bl-svg'].start .path0,
*[id^='bt-svg'].start .path0,
*[id^='ql-svg'].start .path0,
*[id^='qt-svg'].start .path0 {
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation: dash0 3s linear;
}
*[id^='bl-svg'].start .path1,
*[id^='bt-svg'].start .path1,
*[id^='ql-svg'].start .path1,
*[id^='qt-svg'].start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
*[id^='bl-svg'].start .path2,
*[id^='bt-svg'].start .path2,
*[id^='ql-svg'].start .path2,
*[id^='qt-svg'].start .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash2 3s linear;
}
*[id^='a-svg'],
*[id^='b-svg'],
*[id^='c-svg'],
*[id^='d-svg'],
*[id^='e-svg'] {
  opacity: 0;
}
*[id^='a-svg'].start,
*[id^='b-svg'].start,
*[id^='c-svg'].start,
*[id^='d-svg'].start,
*[id^='e-svg'].start {
  opacity: 1;
}
*[id^='a-svg'].start .path02,
*[id^='b-svg'].start .path02,
*[id^='c-svg'].start .path02,
*[id^='d-svg'].start .path02,
*[id^='e-svg'].start .path02 {
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  animation: dash02 3s linear;
}
*[id^='a-svg'].start .path0,
*[id^='b-svg'].start .path0,
*[id^='c-svg'].start .path0,
*[id^='d-svg'].start .path0,
*[id^='e-svg'].start .path0 {
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation: dash0 3s linear;
}
*[id^='a-svg'].start .path1,
*[id^='b-svg'].start .path1,
*[id^='c-svg'].start .path1,
*[id^='d-svg'].start .path1,
*[id^='e-svg'].start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
*[id^='a-svg'].start .path2,
*[id^='b-svg'].start .path2,
*[id^='c-svg'].start .path2,
*[id^='d-svg'].start .path2,
*[id^='e-svg'].start .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash2 3s linear;
}
*[id^='a-svg'].start .path3,
*[id^='b-svg'].start .path3,
*[id^='c-svg'].start .path3,
*[id^='d-svg'].start .path3,
*[id^='e-svg'].start .path3 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: dash3 3s linear;
}
*[id^='a-svg'].start .path4,
*[id^='b-svg'].start .path4,
*[id^='c-svg'].start .path4,
*[id^='d-svg'].start .path4,
*[id^='e-svg'].start .path4 {
  stroke-dasharray: 4000;
  stroke-dashoffset: 0;
  animation: dash4 3s linear;
}
.case-hero-section {
  padding: 175px 0px 90px;
}
.case-hero-section .section-title {
  text-align: center;
}
.case-hero-section .terms-block {
  padding: 40px 0px 50px;
}
.case-hero-section .terms-block ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}
.case-hero-section .terms-block ul li {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
}
.case-hero-section .terms-block ul li:first-child:before {
  display: none;
}
.case-hero-section .terms-block ul li:before {
  content: ', ';
}
.case-hero-section .image-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 47%;
  width: 100%;
}
.case-hero-section .image-block .image-frame {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url('../img/frame-wide-01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 5;
}
.editor-content-section {
  padding: 0px 0px 80px;
}
.editor-content-section .editor-block h1 {
  margin: 0px 0px 35px;
}
.editor-content-section .editor-block h2 {
  margin: 0px 0px 30px;
}
.editor-content-section .editor-block h3 {
  margin: 0px 0px 30px;
}
.editor-content-section .editor-block h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.editor-content-section .editor-block h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.editor-content-section .editor-block h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.editor-content-section .editor-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.editor-content-section .editor-block a {
  color: #37953c;
}
.editor-content-section .editor-block a:hover {
  opacity: 0.7;
}
.editor-content-section .editor-block .note {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.editor-content-section .editor-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.editor-content-section .editor-block img.aligncenter {
  margin: 0px auto;
}
.editor-content-section .editor-block img.alignright {
  margin: 0px 0px 0px auto;
}
.challenge-section {
  padding: 0px 0px 80px;
}
.challenge-section .vector-top {
  width: 100%;
  /*height                   : 15px;*/
  /*        background-image : url('../img/vectortop.svg');
                background-repeat  : no-repeat;
                background-position: center center;
                background-size    : 100% auto;*/
  margin-bottom: 25px;
}
.challenge-section .vector-top svg {
  width: 100%;
  height: auto;
}
.challenge-section .vector-bot {
  width: 100%;
  /*height                   : 15px;*/
  /*        background-image : url('../img/vectorbot.svg');
                background-repeat  : no-repeat;
                background-position: center center;
                background-size    : 100% auto;*/
  margin-top: 15px;
}
.challenge-section .vector-bot svg {
  width: 100%;
  height: auto;
}
.challenge-section .text-block h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.challenge-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.text-image-section {
  padding: 0px 0px 80px;
}
.text-image-section .subsection-title {
  padding-bottom: 30px;
}
.text-image-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.text-image-section .text-block a {
  color: #37953c;
}
.text-image-section .text-block a:hover {
  opacity: 0.7;
}
.text-image-section .image-block {
  width: 100%;
  text-align: center;
}
.text-image-section .image-block img {
  max-width: 100%;
  height: auto;
}
.quote-section {
  padding: 0px 0px 80px;
}
.quote-section .quote-top {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.quote-section .quote-top .qt-class {
  flex: 0 0 48px;
  height: 40px;
}
.quote-section .quote-top .ql-class {
  flex: 1;
  height: 7px;
  margin-left: 10px;
}
.quote-section .quote-bot {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.quote-section .quote-bot .bl-class {
  flex: 0 0 48px;
  height: 40px;
}
.quote-section .quote-bot .bt-class {
  flex: 1;
  height: 7px;
  margin-right: 10px;
}
.quote-section .quote-block {
  padding: 0px 30px;
}
.quote-section .quote-block p {
  text-align: center;
  line-height: 160%;
  margin: 0px 0px 20px;
}
.quote-section .quote-block h6 {
  text-align: right;
  font-size: 14px;
}
.case-footer-section {
  padding: 40px 0px 0px;
}
.case-footer-section .media-box {
  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
}
.case-footer-section .media-box .icon-box {
  flex: 0 0 100px;
  max-width: 100px;
}
.case-footer-section .media-box .icon-box svg {
  max-width: 100%;
  height: auto;
}
.case-footer-section .media-box .body-box {
  flex: 1;
  padding: 0px 0px 0px 25px;
}
.case-footer-section .media-box .body-box h3 {
  margin: 0px 0px 20px;
}
.case-footer-section .media-box .body-box p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
#contactsvg,
#exploresvg {
  opacity: 0;
}
#contactsvg.start,
#exploresvg.start {
  opacity: 1;
}
#contactsvg.start .path02,
#exploresvg.start .path02 {
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  animation: dash02 3s linear;
}
#contactsvg.start .path0,
#exploresvg.start .path0 {
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation: dash0 3s linear;
}
#contactsvg.start .path1,
#exploresvg.start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
.post-hero-section {
  padding: 175px 0px 50px;
}
.post-hero-section .post-title h6 {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  margin: 20px 0px 0px;
}
.post-content-section {
  padding: 0px 0px 50px;
}
.post-content-section .spacer {
  margin-bottom: 30px;
}
.post-content-section .post-content h1 {
  margin: 0px 0px 35px;
}
.post-content-section .post-content h2 {
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 124%;
  margin: 0px 0px 30px;
}
.post-content-section .post-content h3 {
  margin: 0px 0px 30px;
}
.post-content-section .post-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.post-content-section .post-content h5 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.post-content-section .post-content h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.post-content-section .post-content p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.post-content-section .post-content a {
  color: #37953c;
}
.post-content-section .post-content a:hover {
  opacity: 0.7;
}
.post-content-section .post-content ol,
.post-content-section .post-content ul {
  margin: 0px 0px 20px;
}
.post-content-section .post-content ol li,
.post-content-section .post-content ul li {
  line-height: 160%;
}
.post-content-section .post-content .note {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.post-content-section .post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-content-section .post-content img.aligncenter {
  margin: 0px auto;
}
.post-content-section .post-content img.alignright {
  margin: 0px 0px 0px auto;
}
.post-image-section {
  padding: 0px 0px 50px;
}
.post-image-section .image-block {
  width: 100%;
}
.post-image-section .image-block img {
  width: 100%;
  height: auto;
}
.post-gallery-section {
  padding: 0px 0px 50px;
}
.post-gallery-section .spacer {
  margin-bottom: 30px;
}
.post-gallery-section .image-block {
  width: 100%;
}
.post-gallery-section .image-block img {
  width: 100%;
  height: auto;
}
.post-embed-section {
  padding: 0px 0px 50px;
}
.post-embed-section .video-block {
  position: relative;
  padding-top: 56.25%;
  height: 0px;
  width: 100%;
}
.post-embed-section .video-block iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.related-section {
  padding: 70px 0px 0px;
}
.related-section .related-block h3 {
  margin: 0px 0px 25px;
}
.related-section .related-block ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.related-section .related-block ul li {
  display: block;
  margin-bottom: 20px;
}
.related-section .related-block ul li a {
  color: #37953C;
  font-size: 24px;
  font-weight: 600;
}
.related-section .related-block ul li a:hover {
  opacity: 0.7;
}
.related-section .media-box {
  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
}
.related-section .media-box .icon-box {
  flex: 0 0 100px;
  max-width: 100px;
}
.related-section .media-box .icon-box svg {
  max-width: 100%;
  height: auto;
}
.related-section .media-box .body-box {
  flex: 1;
  padding: 0px 0px 0px 25px;
}
.related-section .media-box .body-box h3 {
  margin: 0px 0px 20px;
}
.related-section .media-box .body-box p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.articles-list-section {
  padding: 0px 0px 70px;
}
.articles-list-section .devider-holder {
  width: 100%;
  margin-bottom: 50px;
}
.articles-list-section .devider-holder svg {
  width: 100%;
  height: auto;
}
.articles-list-section .cat-title {
  padding-bottom: 20px;
}
.articles-list-section .cat-link {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: right;
}
.articles-list-section .cat-link a {
  color: #37953C;
}
.articles-list-section .cat-desc {
  padding-bottom: 20px;
}
.articles-list-section .cat-desc p {
  line-height: 160%;
}
.post-block {
  margin-bottom: 50px;
  width: 100%;
}
.post-block h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin: 0px 0px 20px;
}
.post-block p {
  font-size: 14px;
  line-height: 160%;
  margin: 0px 0px 0px;
}
.post-block a {
  color: #37953C;
  font-size: 14px;
  line-height: 160%;
}
.filters-section .section-title,
.filter-holder .section-title {
  padding-bottom: 50px;
}
.filters-section .search-box,
.filter-holder .search-box {
  position: relative;
  margin-bottom: 50px;
}
.filters-section .search-box .screen-reader-text,
.filter-holder .search-box .screen-reader-text {
  display: none;
}
.filters-section .search-box label,
.filter-holder .search-box label {
  width: 100%;
}
.filters-section .search-box input[type=search],
.filter-holder .search-box input[type=search] {
  width: 100%;
  height: 64px;
  padding: 0px 15px 0px 75px;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.filters-section .search-box input[type=submit],
.filter-holder .search-box input[type=submit] {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 62px;
  height: 62px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0px;
  background-color: #fff;
  background-image: url('../img/search-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
.filters-section .cat-filter-holder,
.filter-holder .cat-filter-holder {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.filters-section .cat-filter-holder .filter-text,
.filter-holder .cat-filter-holder .filter-text {
  position: relative;
  width: 100%;
  height: 64px;
  padding: 0px 50px 0px 30px;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: left;
  z-index: 7;
}
.filters-section .cat-filter-holder .filter-text.active:after,
.filter-holder .cat-filter-holder .filter-text.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.filters-section .cat-filter-holder .filter-text:after,
.filter-holder .cat-filter-holder .filter-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 25px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  background-image: url('../img/toggle-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.filters-section .cat-filter-holder .category-list,
.filter-holder .cat-filter-holder .category-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  top: 54px;
  left: 0px;
  right: 0px;
  padding: 20px 0px 10px;
  margin: 0px;
  list-style: none;
  z-index: 6;
}
.filters-section .cat-filter-holder .category-list li,
.filter-holder .cat-filter-holder .category-list li {
  display: block;
  padding: 5px 30px;
}
.filters-section .cat-filter-holder .category-list li a,
.filter-holder .cat-filter-holder .category-list li a {
  color: #000;
}
.filters-section .cat-filter-holder .category-list li a:hover,
.filter-holder .cat-filter-holder .category-list li a:hover {
  color: #37953C;
}
.post-list-section {
  padding: 0px 0px 70px;
}
.post-list-section .not-found {
  text-align: center;
}
.post-list-section .found {
  padding-bottom: 14px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
}
.columns4-section {
  padding: 0px 0px 40px;
}
.columns4-section .section-title {
  text-align: center;
  padding-bottom: 80px;
}
.columns4-section .section-title h3 {
  margin: 0px 0px 30px;
}
.columns4-section .section-title p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.columns4-section .text-block {
  margin-bottom: 70px;
}
.columns4-section .text-block h3 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
  margin: 0px 0px 10px;
  z-index: 5;
}
.columns4-section .text-block h6 {
  color: #37953C;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  margin: 0px 0px 30px;
}
.columns4-section .text-block p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.columns4-section .button-block {
  text-align: center;
  padding-bottom: 60px;
}
.columns4-section .image-block {
  margin-bottom: 70px;
  position: relative;
}
.columns4-section .image-block.svg1 {
  margin-left: -300px;
  height: 492px;
}
.columns4-section .image-block.svg2 {
  height: 440px;
}
.columns4-section .image-block.svg2 svg {
  float: right;
}
.columns4-section .image-block.svg3 {
  margin-left: -300px;
  height: 492px;
}
.columns4-section .image-block.svg4 {
  height: 452px;
}
.columns4-section .image-block.svg4 svg {
  float: right;
}
.columns4-section .image-block svg {
  width: auto;
  height: 100%;
  display: block;
  margin: 0px auto;
}
#indusvg1,
#indusvg2,
#indusvg3,
#indusvg4 {
  opacity: 0;
}
#indusvg1.start,
#indusvg2.start,
#indusvg3.start,
#indusvg4.start {
  opacity: 1;
}
#indusvg1.start .path02,
#indusvg2.start .path02,
#indusvg3.start .path02,
#indusvg4.start .path02 {
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  animation: dash02 3s linear;
}
#indusvg1.start .path0,
#indusvg2.start .path0,
#indusvg3.start .path0,
#indusvg4.start .path0 {
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation: dash0 3s linear;
}
#indusvg1.start .path1,
#indusvg2.start .path1,
#indusvg3.start .path1,
#indusvg4.start .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash1 3s linear;
}
#indusvg1.start .path2,
#indusvg2.start .path2,
#indusvg3.start .path2,
#indusvg4.start .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash2 3s linear;
}
#indusvg1.start .path3,
#indusvg2.start .path3,
#indusvg3.start .path3,
#indusvg4.start .path3 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: dash3 3s linear;
}
#indusvg1.start .path4,
#indusvg2.start .path4,
#indusvg3.start .path4,
#indusvg4.start .path4 {
  stroke-dasharray: 4000;
  stroke-dashoffset: 0;
  animation: dash4 3s linear;
}
.case-studies-section {
  padding: 0px 0px 40px;
}
.case-studies-section .section-title {
  text-align: center;
  padding-bottom: 80px;
}
.case-studies-section .section-title p {
  line-height: 160%;
  margin: 20px 0px 0px;
}
.case-studies-section .text-block {
  margin-bottom: 50px;
}
.case-studies-section .text-block h3 {
  margin: 0px 0px 10px;
}
.case-studies-section .text-block .cat {
  padding: 0px;
  margin: 0px 0px 20px;
  list-style: none;
}
.case-studies-section .text-block .cat li {
  display: inline-block;
  color: #37953C;
  font-size: 18px;
}
.case-studies-section .text-block .cat li:first-child:before {
  display: none;
}
.case-studies-section .text-block .cat li:before {
  content: ', ';
}
.case-studies-section .text-block .stat {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.case-studies-section .text-block .stat li {
  display: block;
  line-height: 50px;
  vertical-align: baseline;
  font-size: 18px;
}
.case-studies-section .text-block .stat li num {
  color: #37953C;
  font-size: 40px;
  font-weight: 700;
}
.case-studies-section .text-block .stat li:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  margin: 10px 0px;
  background-image: url('../img/list-line.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.case-studies-section .image-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 80%;
  width: 100%;
  margin-bottom: 50px;
}
.case-studies-section .image-block .image-frame {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url('../img/frame-small-01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 5;
}
.case-studies-section .quote-top {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.case-studies-section .quote-top .qt-class {
  flex: 0 0 48px;
  height: 40px;
}
.case-studies-section .quote-top .ql-class {
  flex: 1;
  height: 7px;
  margin-left: 10px;
}
.case-studies-section .quote-bot {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.case-studies-section .quote-bot .bl-class {
  flex: 0 0 48px;
  height: 40px;
}
.case-studies-section .quote-bot .bt-class {
  flex: 1;
  height: 7px;
  margin-right: 10px;
}
.case-studies-section .quote-block {
  padding: 0px 30px;
}
.case-studies-section .quote-block p {
  text-align: center;
  line-height: 160%;
  margin: 0px 0px 20px;
}
.case-studies-section .quote-block ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.case-studies-section .quote-block ul li {
  font-size: 14px;
}
.case-studies-section .quote-block ul li a:not(.c-btn.btn-small) {
  color: #44B649;
}
.case-studies-section .spacer {
  margin-bottom: 80px;
}
.case-studies-section .c-btn {
  display: block;
  max-width: 185px;
  margin: 0px 0px 0px auto;
}
.hero-ani-section .section-title {
  text-align: center;
  padding-bottom: 150px;
}
.hero-ani-section .complete-wrapper {
  position: relative;
  width: 100%;
}
.hero-ani-section .complete-wrapper .ilustration-holder {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -60px;
  right: 0px;
  text-align: center;
  z-index: 3;
}
.hero-ani-section .complete-wrapper .ilustration-holder svg {
  width: 100%;
  height: auto;
}
.hero-ani-section .complete-wrapper .ilustration-box {
  text-align: center;
  width: 100%;
  height: 250px;
}
.hero-ani-section .complete-wrapper .ilustration-box svg {
  max-height: 100%;
  width: auto;
}
.hero-ani-section .complete-wrapper .image-block {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.hero-ani-section .complete-wrapper .image-block.image-block-1 {
  height: 256px;
}
.hero-ani-section .complete-wrapper .image-block.image-block-1 svg {
  margin-left: -520px;
}
.hero-ani-section .complete-wrapper .image-block.image-block-2 {
  height: 203px;
}
.hero-ani-section .complete-wrapper .image-block.image-block-2 svg {
  margin-left: -530px;
}
.hero-ani-section .complete-wrapper .image-block.image-block-3 {
  height: 185px;
}
.hero-ani-section .complete-wrapper .image-block.image-block-3 svg {
  margin-left: -530px;
}
.hero-ani-section .complete-wrapper .image-block.image-block-4 {
  height: 266px;
}
.hero-ani-section .complete-wrapper .image-block.image-block-4 svg {
  margin-left: -530px;
}
.hero-ani-section .complete-wrapper .image-block svg {
  display: block;
  position: absolute;
  height: auto;
  width: 1050px;
  left: 50%;
}
.hero-ani-section .complete-wrapper .text-block {
  position: relative;
  z-index: 6;
}
.hero-ani-section .complete-wrapper .text-block h6 {
  font-size: 16px;
  line-height: 181.8%;
  margin: 0px 0px 10px;
}
.hero-ani-section .complete-wrapper .text-block h3 {
  margin: 0px 0px 20px;
}
.hero-ani-section .complete-wrapper .text-block a {
  color: #37953C;
  font-weight: 700;
}
.hero-ani-section .complete-wrapper .text-block.block-1 {
  width: 25%;
  margin: 0px 65% 0px 7%;
  padding-top: 600px;
}
.hero-ani-section .complete-wrapper .text-block.block-2 {
  width: 25%;
  margin: 0px auto;
  padding-top: 100px;
}
.hero-ani-section .complete-wrapper .text-block.block-3 {
  width: 30%;
  margin-left: 70%;
  padding-top: 130px;
}
.hero-ani-section .complete-wrapper .text-block.block-4 {
  text-align: center;
  width: 40%;
  margin: 0px auto;
  padding: 185px 0px 425px;
}
.hero-ani-section .button-block {
  text-align: center;
  padding-bottom: 60px;
}
.newsletter-section {
  padding: 40px 0;
}
.newsletter-section .form-container {
	padding: 120px 0 100px;
}
.newsletter-block p {
  color: #44B649;
  font-weight: 700;
  margin: 25px 0;
}
.newsletter-block h3 {
  font-family: 'Montserrat', sans-serif;
}
.webinar {
  padding: 80px 0 120px;
}
.webinar.contact-section h2 {
  margin-bottom: 80px;
	
}
.webinar.contact-section h3 {
  font-size: 34px;
  font-weight: 700;
}
.webinar.contact-section h4 {
  font-size: 20px;
  font-weight: 700;
}
.webinar.contact-section .s-pos {
  font-size: 14px;
}
.webinar.contact-section .date-time {
  color: #37953C;
}
.webinar.contact-section ul li {
  line-height: 160%;
}
.webinar.contact-section .text-block {
  padding-right: 70px;
}
.webinar.contact-section .text-block {
  margin-bottom: 20px;
}
.webinar.contact-section img {
  width: 100%;
}
.small-media {
  display: none;
}
#videoModal .video-holder {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  overflow: hidden;
}
#videoModal .video-holder iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.values-section {
  padding: 0px 0px 120px;
}
.values-section .section-title {
  text-align: center;
  padding-bottom: 60px;
}
.values-section .graph-holder {
  text-align: center;
}
.values-section .graph-holder svg {
  max-width: 100%;
  height: auto;
}
.values-section .spacer {
  padding-top: 40px;
}
.values-section .accord-box {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}
.values-section .accord-box:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  margin-right: 0px;
  height: 2px;
  background-color: #44b649;
  top: 14px;
  transition: all 0.2s ease 0.5s;
  -webkit-transition: all 0.2s ease 0.5s;
}
.values-section .accord-box.box1:before {
  left: -197px;
}
.values-section .accord-box.box2:before {
  left: -173px;
}
.values-section .accord-box.box3:before {
  left: -177px;
}
.values-section .accord-box.box4:before {
  left: -145px;
}
.values-section .accord-box.box5:before {
  left: -183px;
}
.values-section .accord-box.selected.box1:before {
  width: 182px;
}
.values-section .accord-box.selected.box2:before {
  width: 158px;
}
.values-section .accord-box.selected.box3:before {
  width: 162px;
}
.values-section .accord-box.selected.box4:before {
  width: 130px;
}
.values-section .accord-box.selected.box5:before {
  width: 168px;
}
.values-section .accord-box .accord-btn {
  border: none;
  padding: 0px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  background-color: transparent;
}
.values-section .accord-box .accord-btn.active {
  color: #44B649;
}
.values-section .accord-box .accord-btn.active:after {
  background-image: url('../img/toggle-arrow-active.svg');
}
.values-section .accord-box .accord-btn:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-image: url('../img/toggle-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.values-section .accord-box .accord-body {
  display: none;
  padding: 10px 0px;
}
.values-section .accord-box .accord-body p {
  line-height: 160%;
  margin: 0px 0px 20px;
}
.post-table-section {
  padding: 0px 0px 50px;
}
.post-table-section .post-table-block {
  margin-bottom: 45px;
}
.post-table-section .post-table-block table {
  width: 100%;
  border-collapse: collapse;
}
.post-table-section .post-table-block table tr:first-child td {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.post-table-section .post-table-block table tr td {
  border: 1px solid #000;
  padding: 5px 10px;
}
#searchModal .search-box {
  position: relative;
  margin-bottom: 0px;
}
#searchModal .search-box .screen-reader-text {
  display: none;
}
#searchModal .search-box label {
  width: 100%;
}
#searchModal .search-box input[type=search] {
  width: 100%;
  height: 64px;
  padding: 0px 15px 0px 75px;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#searchModal .search-box input[type=submit] {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 62px;
  height: 62px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0px;
  background-color: #fff;
  background-image: url('../img/search-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
.testimonial-section {
  padding: 80px 0px;
}
.testimonial-section .testimonial-slider .slick-list {
  overflow: visible;
}
.testimonial-section .testimonial-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.testimonial-section .testimonial-slider .slick-slide {
  height: inherit !important;
  padding: 0px 30px;
}
.testimonial-section .testimonial-slider .quote-top {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial-section .testimonial-slider .quote-top .c-class {
  flex: 0 0 48px;
  height: 40px;
}
.testimonial-section .testimonial-slider .quote-top .d-class {
  flex: 1;
  height: 7px;
  margin-left: 10px;
}
.testimonial-section .testimonial-slider .quote-bot {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial-section .testimonial-slider .quote-bot .a-class {
  flex: 0 0 48px;
  height: 40px;
}
.testimonial-section .testimonial-slider .quote-bot .b-class {
  flex: 1;
  height: 7px;
  margin-right: 10px;
}
.testimonial-section .testimonial-slider .quote-block {
  padding: 0px 30px;
}
.testimonial-section .testimonial-slider .quote-block p {
  text-align: center;
  line-height: 160%;
  margin: 0px 0px 20px;
}
.testimonial-section .testimonial-slider .quote-block ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.testimonial-section .testimonial-slider .quote-block ul li {
  font-size: 14px;
}
.testimonial-section .testimonial-slider .quote-block ul li a:not(.c-btn.btn-small) {
  color: #44B649;
}
@keyframes dash02 {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash0 {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash1 {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash3 {
  from {
    stroke-dashoffset: 3000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash4 {
  from {
    stroke-dashoffset: 4000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash5 {
  from {
    stroke-dashoffset: 5000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 30px;
  }
  50% {
    bottom: 20px;
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 10px;
  }
}
@media (max-width: 1399.98px) {
  .values-section .accord-box.box1:before {
    left: -175px;
  }
  .values-section .accord-box.box2:before {
    left: -151px;
  }
  .values-section .accord-box.box3:before {
    left: -155px;
  }
  .values-section .accord-box.box4:before {
    left: -121px;
  }
  .values-section .accord-box.box5:before {
    left: -161px;
  }
  .values-section .accord-box.selected.box1:before {
    width: 160px;
  }
  .values-section .accord-box.selected.box2:before {
    width: 136px;
  }
  .values-section .accord-box.selected.box3:before {
    width: 140px;
  }
  .values-section .accord-box.selected.box4:before {
    width: 106px;
  }
  .values-section .accord-box.selected.box5:before {
    width: 146px;
  }
  .hero-ani-section .complete-wrapper .ilustration-holder {
    left: -55px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-1 {
    width: 30%;
    margin: 0 60% 0 7%;
    padding-top: 530px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-2 {
    width: 30%;
    margin: 0px 0px 0px 37%;
    padding-top: 50px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-3 {
    padding-top: 100px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-4 {
    padding-top: 135px;
  }
  .columns4-section .image-block.svg3,
  .columns4-section .image-block.svg1 {
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  footer .menu-footer-menu-container .footer-menu li {
    margin: 0px 0px 20px 30px;
  }
  .values-section .accord-box.box1:before {
    left: -153px;
  }
  .values-section .accord-box.box2:before {
    left: -128px;
  }
  .values-section .accord-box.box3:before {
    left: -132px;
  }
  .values-section .accord-box.box4:before {
    left: -99px;
  }
  .values-section .accord-box.box5:before {
    left: -137px;
  }
  .values-section .accord-box.selected.box1:before {
    width: 138px;
  }
  .values-section .accord-box.selected.box2:before {
    width: 113px;
  }
  .values-section .accord-box.selected.box3:before {
    width: 117px;
  }
  .values-section .accord-box.selected.box4:before {
    width: 84px;
  }
  .values-section .accord-box.selected.box5:before {
    width: 122px;
  }
  .hero-ani-section .complete-wrapper .ilustration-holder {
    left: -40px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-3 {
    padding-top: 65px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-1 {
    padding-top: 425px;
  }
  .hero-ani-section .complete-wrapper .text-block h3 {
    font-size: 24px;
  }
  .team-section .text-block .svg-img {
    left: 0px;
    top: 15px;
  }
  .services-section .text-block .svg-image {
    bottom: 0px;
    width: 50%;
    overflow: hidden;
  }
  .services-section .text-block .svg-image svg {
    float: right;
    margin-right: -75px;
  }
  .columns4-section .image-block.svg3 {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  header.scrolled .header-holder .phone-menu {
    display: block;
  }
  header.scrolled .header-holder .menu-holder {
    display: none;
  }
  .values-section .spacer {
    padding-top: 90px;
  }
  .values-section .accord-box {
    margin: 0px 0px 53px;
  }
  .values-section .accord-box.box1:before {
    left: -119px;
  }
  .values-section .accord-box.box2:before {
    left: -98px;
  }
  .values-section .accord-box.box3:before {
    left: -101px;
  }
  .values-section .accord-box.box4:before {
    left: -75px;
  }
  .values-section .accord-box.box5:before {
    left: -107px;
  }
  .values-section .accord-box.selected.box1:before {
    width: 104px;
  }
  .values-section .accord-box.selected.box2:before {
    width: 83px;
  }
  .values-section .accord-box.selected.box3:before {
    width: 86px;
  }
  .values-section .accord-box.selected.box4:before {
    width: 60px;
  }
  .values-section .accord-box.selected.box5:before {
    width: 92px;
  }
  .webinar.contact-section .text-block,
  .contact-section .text-block {
    padding-right: 0px;
  }
  .hero-ani-section {
    padding-bottom: 200px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-4 {
    padding: 100px 0px 0px;
    width: 100%;
    margin: 0px;
  }
  .hero-ani-section .complete-wrapper .text-block.block-3,
  .hero-ani-section .complete-wrapper .text-block.block-2,
  .hero-ani-section .complete-wrapper .text-block.block-1 {
    width: 100%;
    margin: 0px;
    padding: 50px 0px 100px;
    text-align: center;
  }
  .team-section .text-block .svg-img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 40px 0px 0px;
  }
  .team-section .text-block .svg-img svg {
    float: right;
  }
  .team-section .text-block .svg-img:after {
    content: '';
    display: block;
    clear: both;
  }
  .team-section .text-block {
    padding-right: 0px;
  }
  .story-section .text-block {
    padding-left: 0px;
  }
  .story-section .image-block {
    max-width: 300px;
    margin: 0px auto 30px;
  }
  .related-section .related-block {
    margin-bottom: 80px;
  }
  .services-section .text-block {
    padding-right: 0px;
  }
  .services-section .text-block .svg-image {
    position: relative;
    padding: 50px 0px 0px;
    bottom: auto;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .services-section .text-block .svg-image svg {
    float: none;
    margin-right: 0px;
    max-width: 100%;
    height: auto;
  }
  .columns4-section .image-block.svg3 {
    margin-top: 0px;
    height: 400px;
    margin-bottom: 20px;
  }
  .columns4-section .image-block.svg4,
  .columns4-section .image-block.svg2 {
    height: 350px;
    text-align: center;
  }
  .columns4-section .image-block.svg4 svg,
  .columns4-section .image-block.svg2 svg {
    float: none;
  }
  .columns4-section .image-block.svg1 {
    height: 400px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
	.newsletter-section .form-container {
		padding: 100px 0;
	}
  .webinar {
    padding: 80px 0;
  }
  .webinar.contact-section h2 {
    margin-bottom: 60px;
  }
  footer .address-text,
  footer .footer-text {
    text-align: center;
  }
  footer .menu-footer-menu-container {
    flex: 0 0 100%;
    width: 100%;
  }
  footer .social-media {
    padding-top: 20px;
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }
  footer .social-media li {
    margin: 0px 15px 20px;
  }
  footer .menu-footer-menu-container .footer-menu {
    justify-content: center;
  }
  footer .menu-footer-menu-container .footer-menu li {
    margin: 0px 20px 20px;
  }
  footer .footer-logo {
    text-align: center;
    padding-bottom: 10px;
  }
  .articles-list-section .cat-link {
    text-align: left;
  }
  .ilustration-holder {
    display: none;
  }
  .small-media {
    display: block;
  }
  h1 {
    font-size: 42px;
  }
  .post-content-section .post-content h2 {
    font-size: 36px;
  }
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .values-section .accord-box.box5:before,
  .values-section .accord-box.box4:before,
  .values-section .accord-box.box3:before,
  .values-section .accord-box.box2:before,
  .values-section .accord-box.box1:before {
    left: auto;
    right: 100%;
    margin-right: 15px;
  }
  .values-section .accord-box.selected.box5:before,
  .values-section .accord-box.selected.box4:before,
  .values-section .accord-box.selected.box3:before,
  .values-section .accord-box.selected.box2:before,
  .values-section .accord-box.selected.box1:before {
    width: 200px;
  }
  .values-section .graph-holder {
    display: none;
  }
  .side-menu .menu-primary-menu-container .primary-menu {
    padding: 50px 0px 0px;
  }
  .side-menu .menu-primary-menu-container .primary-menu li {
    margin: 0px 0px 30px;
  }
  .side-menu .menu-primary-menu-container .primary-menu li a {
    font-size: 24px;
  }
  .columns2-section .image-block.svg3 {
    height: 250px;
  }
  .columns-section .image-block.svg3 {
    height: 220px;
  }
  .columns-section .image-block.svg1 {
    height: 160px;
  }
  .columns2-section .image-block.svg1,
  .columns2-section .image-block.svg2,
  .columns2-section .image-block.svg4,
  .columns-section .image-block.svg2,
  .columns-section .image-block.svg4,
  .columns-section .image-block.svg5 {
    height: 200px;
  }
  .services-section .text-block h5 {
    font-size: 20px;
  }
  .team-section .text-block .svg-img svg {
    margin-right: -100px;
  }
  .contact-section .text-block.contact-block h2:after {
    height: 30px;
    width: 50px;
    margin-left: 10px;
    background-size: contain;
  }
  .page-hero-section .text-block p {
    font-size: 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  .post-content-section .post-content h2 {
    font-size: 32px;
  }
	.webinar.contact-section h3,
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .values-section .accord-box .accord-btn {
    font-size: 20px;
  }
  .team-section .text-block .svg-img svg {
    margin-right: -290px;
    max-height: 220px;
  }
  .related-section .media-box,
  .case-footer-section .media-box {
    display: block;
  }
  .related-section .media-box .body-box,
  .case-footer-section .media-box .body-box {
    padding: 20px 0px 0px;
  }
  .columns4-section .image-block.svg1,
  .columns4-section .image-block.svg3 {
    height: 250px;
    margin-left: -180px;
  }
  .columns4-section .image-block.svg4,
  .columns4-section .image-block.svg2 {
    height: 200px;
  }
  .services-section .quote-block ul,
  .case-studies-section .quote-block ul {
    flex-wrap: wrap;
  }
  .services-section .quote-block ul li,
  .case-studies-section .quote-block ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .quote-section .quote-block p,
  .services-section .quote-block p,
  .case-studies-section .quote-block p {
    font-size: 14px;
  }
}
