@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;600;700&family=Open+Sans:ital,wght@0,400;0,600;1,300&display=swap");
/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */
/* Containers */
/* Breakpoints */
/* Colors */
/* Typography */
/* Padding */
/* Borders */
/* Buttons */
/* Forms */
/* Tables */
/* Code */
/* Mixins
  =============== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Reset
  =============== */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

/* Scaffolding
  =============== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1rem/1.6 "Barlow", sans-serif;
  font-size: 1rem;
}

body {
  color: #404040;
  background: white;
  font-size: 1rem;
}

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.5rem 0;
}

ul li ul {
  margin-bottom: 0;
}

ol li ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1.5rem 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  color: #000;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child) {
  margin: 1.5rem 0;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2rem;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

@media (min-width: 600px) {
  h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
    margin-top: 2.5rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #d9d9d9;
  text-decoration: underline;
}

.post_content a {
	color: #0c9858;
}

.post_content a:hover {
	color: #243c78;
}

.post_content .wp-block-button__link {
	color: #fff;
}

.post_content .wp-block-button__link:hover {
	color: #fff;
	text-decoration: underline;
}

mark {
  background: #999;
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1.5rem 0;
  border-left: 16px solid #f0f0f0;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
}

pre {
  border: 0;
  border-radius: 20px;
  background: transparent;
  padding: 1rem;
  tab-size: 2;
  color: #404040;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}
pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  text-shadow: 0 1px 0 #fff;
}

:not(pre) > code {
  color: #404040;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 20px;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dedede;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
}

.full-container {
  max-width: 100%;
  padding: 0 1rem;
}

.container, .medium-container, .small-container {
  max-width: 1200px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.small-container {
  max-width: 800px;
}

.medium-container {
  max-width: 1000px;
}

.content-section {
  padding: 30px 0;
}

@media (min-width: 600px) {
  .content-section {
    padding: 60px 0;
  }
}
/* Grid
=============== */
.flex-small,
.flex-large {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-small,
.flex-large {
  flex-basis: 100%;
  margin-bottom: 1rem;
}

/* Small screen breakpoint */
@media (min-width: 600px) {
  .flex-small {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Large screen breakpoint */
@media (min-width: 1000px) {
  .flex-large {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Helpers
  =============== */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.disflex_align_none_justify_space {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .disflex_align_none_justify_space {
    flex-direction: column;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .disflex_align_none_justify_space {
    flex-direction: column;
  }
}

.disflex_align_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .disflex_align_center {
    flex-direction: column;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .disflex_align_center {
    flex-direction: column;
  }
}

.disflex_justify_center {
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .disflex_justify_center {
    flex-direction: column;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .disflex_justify_center {
    flex-direction: column;
  }
}

.disflex_justify_space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .disflex_justify_space_between {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .disflex_justify_space_between {
    flex-direction: column;
    justify-content: center;
  }
}

.disflex_align_justify_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .disflex_align_justify_center {
    flex-direction: column;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .disflex_align_justify_center {
    flex-direction: column;
  }
}

.disflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.disflex .left, .disflex .right {
  width: calc(50% - 20px);
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 8rem;
}

.padding-bottom {
  padding-bottom: 8rem;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 8rem;
}

.margin-bottom {
  margin-bottom: 8rem;
}

.alternate-background {
  background: #292929;
  color: #666;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@keyframes float {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(10px);
  }
  100% {
    transform: translatex(0px);
  }
}
@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* Buttons
  =============== */
.button, a.button, button, [type=submit], [type=reset], [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  text-transform: none;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0.5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

a.button.center {
  text-align: center;
  margin: auto;
  display: block;
  width: 230px;
}

.button:hover, button:hover, [type=submit]:hover, [type=reset]:hover, [type=button]:hover {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: white;
  text-decoration: none;
}

.button:focus, .button:active, button:focus, button:active, [type=submit]:focus, [type=submit]:active, [type=reset]:focus, [type=reset]:active, [type=button]:focus, [type=button]:active {
  border: 1px solid #e6e6e6;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.button::-moz-focus-inner, a.button::-moz-focus-inner, button::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.accent-button,
a.accent-button {
  color: #ffffff;
  border: 1px solid transparent;
  background: transparent;
}
.accent-button:hover, .accent-button:focus, .accent-button:active,
a.accent-button:hover,
a.accent-button:focus,
a.accent-button:active {
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid #666;
  color: black;
}
.muted-button:hover, .muted-button:focus, .muted-button:active,
a.muted-button:hover,
a.muted-button:focus,
a.muted-button:active {
  color: black;
  border: 1px solid #1a1a1a;
  background: transparent;
}

.round-button,
a.round-button {
  border-radius: 40px;
}

.square-button,
a.square-button {
  border-radius: 0;
}

.full-button,
a.full-button {
  display: block;
  width: 100%;
}

.flickity-enabled:focus {
  outline: none;
}

/* Forms
  =============== */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 0.75rem;
  outline: none;
  background: transparent;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  text-transform: uppercase;
}

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #c5c5c5;
}

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.021), 0 0 10px white;
}

textarea {
  overflow: auto;
  height: auto;
}

fieldset {
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 1rem;
  margin: 1.5rem 0;
}

legend {
  padding: 0 0.5rem;
  font-weight: 600;
}

select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

[type=range] {
  width: 100%;
}

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 0.5rem;
}

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #D33C40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #333333;
}

/* Tables
  =============== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th,
td {
  text-align: left;
  padding: 0.5rem;
}

caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media (min-width: 600px) {
  .contain-table {
    width: 100%;
  }
}
/* Navigation
  =============== */
/* Layout
  =============== */
.small-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .small-wrapper {
    padding: 0 20px;
  }
}

.medium-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.large-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .large-wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .large-wrapper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .large-wrapper {
    max-width: 800px;
    padding: 0 20px;
  }
}
header.header .large-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: inherit;
}
header.header .logo {
  width: calc(20% - 40px);
}
header.header .logo img {
  width: 220px;
  margin-top: 20px;
}
@media (max-width: 700px) {
  header.header .logo img {
    width: 170px;
    margin-bottom: 20px;
  }
}
header.header nav.nav {
  width: calc(80% - 40px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 700px) {
  header.header nav.nav {
    display: none;
  }
}
header.header nav.nav ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: flex-end;
}
header.header nav.nav ul li {
  padding-left: 60px;
}
@media (max-width: 1200px) {
  header.header nav.nav ul li {
    padding-left: 40px;
  }
}
header.header nav.nav ul li:hover ul.sub-menu {
  display: block;
  transition: 0.4s;
}
header.header nav.nav ul li ul.sub-menu {
  display: none;
  transition: 0.3s;
  position: absolute;
  z-index: 99;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #0c9858;
  margin-top: 0px;
}
header.header nav.nav ul li ul.sub-menu li {
  padding: 5px 0;
}
header.header nav.nav ul li ul.sub-menu li a {
  color: #fff;
  padding-left: 0;
  transition: 0.3s;
}
header.header nav.nav ul li ul.sub-menu li a:hover {
  color: #223a76;
  transition: 0.4s;
}
header.header nav.nav ul li ul.sub-menu li ul.sub-menu {
  display: none;
}
header.header nav.nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
  display: none;
}
header.header nav.nav ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 50px;
  left: 150px;
  width: 200px;
  border: 2px solid #fff;
}
header.header nav.nav ul li ul.sub-menu li:hover ul.sub-menu {
  display: block;
  position: absolute;
  left: 150px;
  width: 200px;
  border: 2px solid #fff;
}
header.header nav.nav ul li a {
  color: #089758;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Open Sans";
}
header.header nav.nav ul li a:hover {
  color: #233b76;
  transition: 0.5s;
}
header.header nav.nav ul li.current-menu-item a {
  border: 1.5px solid #089758;
  border-radius: 10px;
  padding: 8px 10px;
  color: #233b76;
}
header.header hr.line {
  position: absolute;
  top: 130px;
  width: 70%;
  height: 2px;
  background-color: #0c9858;
  right: 0;
}
@media (max-width: 700px) {
  header.header hr.line {
    width: 50%;
    top: 120px;
  }
}
header.header .mobilenav {
  display: none;
}

h1, h2, h3 {
  font-weight: 600 !important;
}

h4, h5 {
  font-weight: 500 !important;
}

a.link {
  background-color: #03925e;
  background-image: linear-gradient(90deg, #03925e 0%, #295998 100%);
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  transition: 0.5s;
}
a.link:hover {
  background-color: #089758;
  transition: 0.3s;
}

header.header.clear.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999;
  transition: 0.5s;
  box-shadow: 0 0 40px #00000045;
  background-color: #fff;
}

a {
  text-decoration: none;
}

body.dontscroll {
  overflow: hidden;
}

.heroSection {
  overflow: hidden;
  position: relative;
  height: 70vh;
}
@media (max-width: 800px) {
  .heroSection {
    height: auto;
  }
}
.heroSection .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .heroSection .content {
    flex-direction: column-reverse;
  }
}
.heroSection .content .half {
  width: calc(70% - 20px);
  padding-top: 150px;
}
@media (max-width: 800px) {
  .heroSection .content .half {
    margin-top: 20px;
    width: 100%;
    padding-top: 0;
  }
}
.heroSection .content .half img.logo {
  width: 300px;
  margin-left: -15px;
}
@media (max-width: 800px) {
  .heroSection .content .half img.logo {
    width: 200px;
    margin-left: 0;
  }
}
.heroSection .content .half h1 {
  font-family: "Open Sans";
  font-size: 5rem;
  color: #0c9858;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .heroSection .content .half h1 {
    font-size: 3.2rem;
  }
}
.heroSection .content .image img {
  width: 900px;
  position: absolute;
  top: 50px;
  right: -230px;
}
@media (max-width: 1500px) {
  .heroSection .content .image img {
    width: 800px;
  }
}
@media (max-width: 1500px) and (max-width: 1000px) {
  .heroSection .content .image img {
    width: 620px;
    top: 130px;
  }
}
@media (max-width: 1500px) and (max-width: 1000px) and (max-width: 800px) {
  .heroSection .content .image img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
  }
}

.bi_section1 {
  background-color: #eeeeee;
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .bi_section1 {
    padding: 20px 0;
  }
}
.bi_section1 .large-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .bi_section1 .large-wrapper {
    flex-direction: column;
  }
}
.bi_section1 .large-wrapper .half {
  width: calc(50% - 40px);
}
@media (max-width: 600px) {
  .bi_section1 .large-wrapper .half {
    width: 100%;
  }
}
.bi_section1 .large-wrapper .half img {
  width: 100%;
}
.bi_section1 .large-wrapper .half p {
  color: #233b76;
}

.bi_section2 {
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .bi_section2 {
    padding: 20px 0;
  }
}
.bi_section2 .large-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .bi_section2 .large-wrapper {
    flex-direction: column-reverse;
  }
}
.bi_section2 .large-wrapper .half {
  width: calc(50% - 40px);
}
@media (max-width: 600px) {
  .bi_section2 .large-wrapper .half {
    width: 100%;
  }
}
.bi_section2 .large-wrapper .half img {
  width: 100%;
}
.bi_section2 .large-wrapper .half p {
  color: #233b76;
}

.services_home {
  background-color: #f7f5f5;
  padding: 80px 0;
}
.services_home .list_of_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.services_home .list_of_services .item {
  width: calc(50% - 10px);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 800px) {
  .services_home .list_of_services .item {
    width: 100%;
  }
}
.services_home .list_of_services .item img {
  width: 350px;
}
.services_home .list_of_services .item h3 {
  font-size: 2.2rem;
}
.services_home .list_of_services .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services_home h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  color: #228c93;
  margin-top: 0;
}

.partnerSection {
  padding: 80px 0;
  text-align: center;
}
.partnerSection h2 {
  font-size: 4rem;
  color: #228c93;
  margin-top: 0;
}
.partnerSection p {
  padding: 0 150px;
}
@media (max-width: 800px) {
  .partnerSection p {
    padding: 0;
  }
}
.partnerSection .list_of_partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.partnerSection .list_of_partners .partner_item img {
  width: 180px;
  display: block;
  margin: auto;
}
@media (max-width: 600px) {
  .partnerSection .list_of_partners {
    flex-direction: column;
  }
}
.partnerSection .list_of_partners .partner_item {
  width: calc(25% - 20px);
  margin: 20px 0;
}
@media (max-width: 800px) {
  .partnerSection .list_of_partners .partner_item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 800px) and (max-width: 600px) {
  .partnerSection .list_of_partners .partner_item {
    width: 100%;
  }
}

.blogSection {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f7f5f5;
}
.blogSection .large-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
}
.blogSection .large-wrapper .column {
  width: calc(33% - 20px);
  background-color: #e2eae9;
  border-radius: 20px;
  box-shadow: 0 0 20px #00000005;
  padding: 30px 50px;
}
@media (max-width: 1000px) {
  .blogSection .large-wrapper .column {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .blogSection .large-wrapper .column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blogSection .large-wrapper .column .cta {
  padding: 20px 0;
}
.blogSection .large-wrapper .column h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blogSection .large-wrapper .column p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #233b76;
  font-size: 0.9rem;
}
.blogSection h2 {
  font-size: 4rem;
  color: #228c93;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.blogSection h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #03925e;
  margin-top: 0;
}

h2, h3, h4, h5 {
  font-family: "Open Sans";
}

.partner_mainhero {
  overflow: hidden;
}
.partner_mainhero .large-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 800px) {
  .partner_mainhero .large-wrapper {
    flex-direction: column-reverse;
  }
}
.partner_mainhero .large-wrapper h1 {
  font-size: 5rem;
  color: #0c9858;
  margin-top: 0;
  text-align: right;
  width: 100%;
}
@media (max-width: 800px) {
  .partner_mainhero .large-wrapper h1 {
    text-align: left;
    font-size: 3.8rem;
  }
}
.partner_mainhero .large-wrapper .part_info {
  text-align: right;
  width: 40%;
}
@media (max-width: 800px) {
  .partner_mainhero .large-wrapper .part_info {
    width: 100%;
    text-align: left;
  }
}
.partner_mainhero .large-wrapper .part_image {
  width: 60%;
}
.partner_mainhero .large-wrapper .part_image img {
  width: 900px;
}
@media (max-width: 800px) {
  .partner_mainhero .large-wrapper .part_image img {
    width: 100%;
  }
}

.partner_info {
  padding: 80px 0;
}
.partner_info .large-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner_info .part_logo_info {
  width: calc(25% - 20px);
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .partner_info .part_logo_info {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1000px) and (max-width: 700px) {
  .partner_info .part_logo_info {
    width: 100%;
  }
}
.partner_info .part_logo_info .info {
  background-color: #eeeeeeab;
  padding: 20px;
  min-height: 560px;
}
.partner_info .part_logo_info .info h3 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.4rem;
  color: #233b76;
}
.partner_info .part_logo_info .info p {
  margin-bottom: 10px;
  color: #233b76;
  font-size: 0.9rem;
}
.partner_info .part_logo_info .info p a {
  color: #03925e;
}
.partner_info .part_logo_info .image {
  height: 180px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  justify-content: center;
}

.main_services h2 {
  font-size: 4rem;
  color: #228c93;
  margin-top: 0;
  text-align: center;
  width: 100%;
}

.plain_info {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #223a76;
}
.plain_info .disflex_align_none_justify_space {
  flex-direction: column;
}
.plain_info h1 {
  font-size: 3.4rem;
  color: #65b489;
  margin-top: 0;
  width: 100%;
  margin-bottom: 10px;
}
.plain_info h2 {
  font-size: 2rem;
  color: #65b489;
  margin-top: 0;
  width: 100%;
  margin-bottom: 10px;
}
.plain_info h3 {
  font-size: 1.6rem;
  color: #65b489;
  margin-top: 0;
  width: 100%;
  margin-bottom: 10px;
}
.plain_info h4 {
  font-size: 1.4rem;
  color: #65b489;
  margin-top: 0;
  width: 100%;
  margin-bottom: 10px;
}
.plain_info p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
}
.plain_info ul {
  padding-top: 10px;
}
.plain_info ul li {
  color: #fff;
}
.plain_info .content {
  width: 100%;
}
.plain_info .contact_form {
  width: 100%;
}
.plain_info .contact_form input#input_1_1, .plain_info .contact_form input#input_1_2, .plain_info .contact_form input#input_1_3, .plain_info .contact_form input#input_1_4, .plain_info .contact_form textarea#input_1_5 {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #eeeeee;
  text-transform: none;
  border: 0;
}
.plain_info .contact_form input#input_1_1::placeholder, .plain_info .contact_form input#input_1_2::placeholder, .plain_info .contact_form input#input_1_3::placeholder, .plain_info .contact_form input#input_1_4::placeholder, .plain_info .contact_form textarea#input_1_5::placeholder {
  color: #03925e;
}
.plain_info .contact_form input#gform_submit_button_1 {
  background-color: #03925e;
  background-image: linear-gradient(90deg, #03925e 0%, #295998 100%);
  padding: 15px 30px;
  border-radius: 10px;
  border: 0;
  color: #fff;
  transition: 0.5s;
  margin-top: -15px;
}
.plain_info .contact_form input#gform_submit_button_1:hover {
  background-color: #089758;
  transition: 0.3s;
}

.blog_banner h1 {
  font-size: 5rem;
  color: #0c9858;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.blog_banner .blog_info {
  width: calc(50% - 20px);
}
.blog_banner .blog_imge {
  width: calc(50% - 20px);
}
.blog_banner .blog_imge img {
  width: 100%;
}

.blog_posts {
  padding: 80px 0;
}
.blog_posts h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 3rem;
  color: #228c93;
  text-align: left;
}
.blog_posts p {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #233b76;
  font-size: 0.9rem;
}
.blog_posts .each_blog {
  background: #e2eae9;
  padding: 40px 50px;
  margin-bottom: 40px;
  border-radius: 3px;
}

.contact_hero.single h1 {
  font-size: 3rem;
  text-align: left;
  margin-top: 30px;
}

.contact_hero.single {
  padding-top: 0;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  display: none;
}
@media (max-width: 700px) {
  .menu {
    display: block;
  }
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

button.menu svg {
  width: 40px;
}

button.menu {
  border: 0;
}

header.header.clear.mobileActive nav.nav {
  display: block;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 200px;
  left: 0;
  height: auto;
  z-index: 9;
  padding: 20px;
  padding-bottom: 0px;
}
header.header.clear.mobileActive nav.nav ul {
  flex-direction: column;
}
header.header.clear.mobileActive nav.nav ul li {
  padding-left: 0;
  padding-bottom: 10px;
}
header.header.clear.mobileActive nav.nav ul li a {
  border: none;
  padding: 0;
}

footer.footer {
  background-color: #03925e;
  background-image: linear-gradient(90deg, #03925e 0%, #295998 100%);
  padding: 80px 0;
}
footer.footer .large-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.footer .large-wrapper .col {
  width: calc(50% - 40px);
}
@media (max-width: 600px) {
  footer.footer .large-wrapper .col {
    width: 100%;
  }
}
footer.footer .large-wrapper .col h4 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
  font-size: 1.2rem;
}
footer.footer .large-wrapper .col hr {
  border: 1px solid #238c94;
  margin-bottom: 20px;
}
footer.footer .large-wrapper .col p {
  color: #fff;
  margin-bottom: 10px;
}
footer.footer .large-wrapper .col ul {
  padding-left: 20px;
  color: #fff;
}
footer.footer .large-wrapper .col ul li {
  margin-bottom: 10px;
}

.contact_hero {
  padding: 80px 0;
}
@media (max-width: 800px) {
  .contact_hero {
    padding: 20px 0;
  }
}
@media (max-width: 800px) {
  .contact_hero img {
    width: 100%;
  }
}
.contact_hero .vertical-center {
  flex-direction: column;
}
.contact_hero h1 {
  font-size: 5rem;
  font-weight: 500;
  color: #0c9858;
  margin-top: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}
.contact_hero p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact_hero .contact_form {
  width: 50%;
}
@media (max-width: 800px) {
  .contact_hero .contact_form {
    width: 100%;
  }
}
.contact_hero .contact_form input#input_1_1, .contact_hero .contact_form input#input_1_2, .contact_hero .contact_form input#input_1_3, .contact_hero .contact_form input#input_1_4, .contact_hero .contact_form textarea#input_1_5 {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #eeeeee;
  text-transform: none;
  border: 0;
}
.contact_hero .contact_form input#input_1_1::placeholder, .contact_hero .contact_form input#input_1_2::placeholder, .contact_hero .contact_form input#input_1_3::placeholder, .contact_hero .contact_form input#input_1_4::placeholder, .contact_hero .contact_form textarea#input_1_5::placeholder {
  color: #03925e;
}
.contact_hero .contact_form input#gform_submit_button_1 {
  background-color: #03925e;
  background-image: linear-gradient(90deg, #03925e 0%, #295998 100%);
  padding: 15px 30px;
  border-radius: 10px;
  color: #fff;
  transition: 0.5s;
  margin-top: -15px;
}
.contact_hero .contact_form input#gform_submit_button_1:hover {
  background-color: #089758;
  transition: 0.3s;
}

body {
  margin: 0;
}
/* .footer .col ul {
  list-style: none;
}

.footer .col ul li::before {
  content: "\2022";
  color: #fff; 
  padding-bottom: 10px;
} */

/*# sourceMappingURL=theme-style.css.map */
