/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
	outline: none !important;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Make Gutenberg Editor Fill Width */
.wp-block {
	max-width: 100%;
}

/* Dropdown toggle activate on hover */
.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */

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

.container-lg {
  width: 90%;
  margin: auto;
}

.container-ex {
  width: 96%;
  margin: auto;
}

.navbar-brand__img {
  width: 52px;
}

.navbar .container {
  position: relative;
}

.navbar-brand {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#menu-main-menu {
  margin: auto;
}

#menu-main-menu .nav-link {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  
  letter-spacing: 1.5px;
  text-transform: uppercase;
  
  color: #1D263A;
  
  padding: 15px 25px;
}

.link {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  
  text-align: center;
  
  color: #1D263A;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 25px;
  background: #68D78D;
  border-radius: 62px;
  display: inline-block;
  min-width: 180px;
}

.link-outline {
  border: 1px solid #1D263A;
  background: transparent;
  color: #1D263A;
}

.link-outline:hover {
  color: #1D263A;
}

.link-fill {
  background: #5EC76E;
  color: #FFFFFF;
  border: 1px solid #5EC76E;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.link-fill:hover {
  background: #52ad5f;
  color: #FFFFFF;
}

.link-wrap {
  margin-top: 30px;
}

.header-link {
  margin-left: 7px;
  min-width: 120px;
}

.header-links {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.navbar {
  position: relative;
  min-height: 82px;
}

.home-hero-block {
  position: relative;
  padding-top: 220px;
}

.img-bk {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}

.home-hero-block::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #4A4A4A;
  opacity: 0.6;
}

.block-title-48 {
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  letter-spacing: -1px;
  color: #1D263A;
  margin-top: 0px;
  margin-bottom: 30px;
}

.block-title-52 {
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 60px;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 30px;
}

.block-desc-17 {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  
  color: #FFFFFF;
  
}

.hero-block-content .block-desc-17 {
  opacity: 0.9;  
  margin-bottom: 100px;
}

section .container {
  position: relative;
}

.home-hero-block img {
  width: 100%;
}

.home-hero-block-footer {
  background: #4A4A4A;
  padding: 30px 0px;
}

.text-list-block {
  padding: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(94, 199, 110, 1);
}

.text-list-col {
  width: 33.33%;
  padding: 60px 40px;
  border: 1px solid rgba(29, 38, 58, 0.1);
  border-right: 0px;
}

.text-list-col:last-of-type {
  border-right: 1px solid rgba(29, 38, 58, 0.1);
}

.text-list-col-wrap {
  position: relative;
  padding-left: 60px;
}

.text-list-col__num {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #fff;
  opacity: .6;
}

.item-title-23 {
  font-weight: bold;
  font-size: 23px;
  line-height: 40px;
  
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 15px;
}

.item-title-38 {
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 20px;
  
  letter-spacing: -1px;
  
  color: #1D263A;
}

.item-desc-16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  
  color: #1D263A;
  
  opacity: 0.8;
}

.text-list-col-wrap .item-desc-16 {
  color: #ffffff;
}

.features-block-img-wrap {
  margin-top: 50px;
}

.features-block__img {
  width: 100%;
  box-shadow: 0px 200px 150px -30px rgba(10, 4, 60, 0.08);
  border-radius: 20px;
}

.features-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, rgba(104, 215, 141, 0.23) 0%, rgba(104, 215, 141, 0.13) 15.21%, rgba(199, 210, 240, 0) 100%);
}

.gallery-col-img img {
  width: 400px;
  box-shadow: 0px 200px 150px -30px rgba(10, 4, 60, 0.08);
  border-radius: 8px;
}

.gallery-row {
  align-items: center;
  margin: 50px 0;
}

.gallery-row:nth-of-type(even) .gallery-col-text {
  order: 2;
  padding-left: 70px;
}

.gallery-row:nth-of-type(even) .gallery-col-img {
  order: 1;
  padding-right: 70px;
}

.gallery-row:nth-of-type(odd) .gallery-col-text {
  order: 1;
  padding-right: 70px;
}

.gallery-row:nth-of-type(odd) .gallery-col-img {
  order: 2;
  padding-left: 70px;
}

.image-description-block-content {
  padding-left: 100px;
}

.image-description-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}

.cta-block {
  padding: 30px 0px;
}

.cta-block-wrap {
  background: #1D263A;
  border-radius: 20px;
  padding: 100px 0px;
}

.cta-block-wrap .item-title-38 {
  color: white;
}

.footer {
  padding: 30px 0px;
}

.footer-logo__img {
  margin-bottom: 20px;
  width: 105px;
}

.footer-menu__title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  
  color: #1D263A;
  
  opacity: 0.6;
  margin-bottom: 45px;
}

.footer-menu-group {
  display: flex;
  justify-content: space-between;
}

.footer-link {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  
  color: #1D263A;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.footer-link-wrap {
  margin-bottom: 20px;
}
.footer-link:hover {
  color: #1D263A;
}

.image-description-block__img {
  width: 100%;
  border-radius: 20px;
}

.header-links-mobile {
  display: none;
}

.navbar {
  position: fixed;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  background: transparent;
}

.admin-bar .navbar {
  top: 32px;
}

.navbar-brand__img-black {
  display: none !important;
}

.navbar-brand__img-white {
  display: block !important;
}

.navbar-light .navbar-toggler {
  border: 0px;
}

.menu-icon {
  width: 25px;
}

.menu-icon > .line {
  background-color: #FFFFFF;
  height: 2px;
  display: block;
}

.menu-icon > .line + .line {
  margin-top: 8px;
}

#menu-main-menu .nav-link {
  color: #FFFFFF;
}

.link-outline {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.sticky .navbar {
  background: #FFFFFF;
}

.sticky .navbar-brand__img-white {
  display: none;
}

.sticky .navbar-brand__img-black {
  display: block;
}

.sticky #menu-main-menu .nav-link {
  color: #1D263A;
}

.sticky .link-outline {
  border: 1px solid #1D263A;
  color: #1D263A;
}

.sticky .menu-icon > .line {
  background-color: #1D263A;
}

.header-links {
  display: none;
}

#navbar-content {
  display: none !important;
}

.navbar-light .navbar-toggler {
  display: none !important;
}