/**
Theme Name: astra-child
Author: NONE
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

	.ast-header-break-point .main-header-bar-navigation{
		height: 0px !important;
		display: none !important;
	}

	.ast-header-break-point.ast-main-header-nav-open .main-header-bar-navigation.toggle-on{
		height: auto !important;
		display: block !important;
	}


/*Brwoser Resets / Defaults*/
h1, h2, h3, h4, h5, h6{
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html{
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #232735;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}


ul , body{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#page{
  background-color: #FFFDF7;
}

.site-logo-img img{
  max-width: 140px !important;
  height: auto !important;
}
.current-menu-item > a,
.menu-item > a{
  position: relative;
}

.site-header {
    z-index: 99;
}

 .header-absolute-container {
    width: 100%;
    height: 130%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: url('/wp-content/uploads/2020/07/Group-130.svg');
    background-repeat: no-repeat;
    background-size: 355px;
    background-position: left 110px top -70px;
    opacity: 0.7
}

@media screen and (max-width: 400px) {
	.header-absolute-container{
		height: 355px !important;
	}
}

@media screen and (min-width: 400px) {
  .header-absolute-container {
  background-size: calc(355px + 620 * ((100vw - 400px) / 1000));
  background-position: left calc(110px + 500 * ((100vw - 400px) / 1000)) top calc(-70px - 110 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .header-absolute-container {
  background-size: auto;
  background-position: left 54vw top -120px;
  opacity: 1;
  }
}



@media screen and (max-width: 630px) {
	.above-header{
		    max-height: 88px !important;
	}
}


@media screen and (min-width: 850px) {
  .menu-item > a:after{
    content: '';
    display: block;
    height: 0px;
    background-color: #2BA571;
    width: calc( 100% - 40px);
    position: absolute;
    bottom: -12px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    -o-transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  .menu-item:hover > a:after{
    height: 4px;
    opacity: 0.3;
  }

.current-menu-item > a:after{
  content: '';
  display: block;
  height: 4px;
  background-color: #2BA571;
  width: calc( 100% - 40px);
  position: absolute;
  bottom: -12px;
  opacity: 1;
}
}

@media screen and (max-width: 850px) {
  .current-menu-item > a{
color: #269464 !important;
  }
  .site-header{
    max-height: 100px !important;
    min-height: 99px !important;
  }
  }
.main-header-bar-navigation{
  max-width: 100%;
}

.above-header,
.below-footer{
  background-color: #2BA571;
  margin-bottom: -10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.below-footer{
  background-color: #256b4d;
}

.below-footer p{
  margin-bottom: 0px;
}

.below-footer img{
  margin-left: 5px;
  margin-bottom: -5px;
}

.ab-numbers{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ab-numbers p{
margin-right: 40px;
}

.ab-numbers p:before,
.phone-number:before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  background-image: url('/wp-content/uploads/2020/07/phone.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-bottom: -1px;
}

.ab-numbers .email-txt:before,
.email-txt:before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 8px;
  background-image: url('/wp-content/uploads/2020/07/email.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

@media screen and (max-width: 690px) {
  .above-header{
    flex-direction: column;
  }
  .ab-numbers p:nth-child(2){
    margin-right: 0px;
    }
}

@media screen and (max-width: 400px) {
  .below-footer{
    flex-direction: column;
  }
  .below-footer a{
    margin-top: 10px;
  }
}

.ast-container {
  margin-left: auto;
  margin-right: auto;
}

.ast-container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .ast-container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .ast-container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .ast-container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .ast-container {
    max-width: 100%;
  }
}

.ast-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ast-container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.ast-row {
  margin-left: -20px;
  margin-right: -20px;
}

.ast-row::after {
  content: "";
  display: table;
  clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}




.search-form .search-field {
  outline: none;
}

.ast-search-menu-icon {
  position: relative;
}

.ast-header-break-point.ast-header-custom-item-outside .main-header-bar .ast-search-icon {
  margin-right: 1em;
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon {
  display: none;
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-field,
.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon.ast-inline-search .search-field {
  width: 100%;
  padding-right: 5.5em;
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-submit {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 1em;
  border-radius: 0;
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {
  padding: 0;
  display: block;
  overflow: hidden;
}


/*----------  Elements ----------*/

/* Astra Respnosive oEmbed Video container */
.ast-oembed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.ast-oembed-container iframe, .ast-oembed-container object, .ast-oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .ast-oembed-container * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*----------  Navigation  ----------*/
.main-header-bar-navigation{
  display: flex !important;
}
.astra-search-icon::before {
  content: "\e8b6";
  font-family: 'Astra';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ast-search-icon .astra-search-icon {
  font-size: 1.3em;
}

.main-navigation {
  -js-display: inline-flex;
  display: inline-flex;
  height: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}

.main-header-menu a {
  text-decoration: none;
  padding: 0 20px;
  display: inline-block;
  transition: all 0.2s linear;
  font-family: 'DM Sans' , sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
letter-spacing: -0.045em;
color: #333333;
opacity: 0.9;
}

.main-header-menu li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-menu li:hover > ul,
.main-header-menu li.focus > ul {
  right: auto;
  left: 0;
}

.main-header-menu .ast-left-align-sub-menu:hover > .sub-menu,
.main-header-menu .ast-left-align-sub-menu.focus > .sub-menu {
  right: 0;
  left: auto;
}

@media (min-width: 769px) {
  .main-header-menu .ast-sub-menu-goes-outside:hover > .sub-menu,
  .main-header-menu .ast-sub-menu-goes-outside.focus > .sub-menu {
    left: -100%;
  }
  .main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover > .sub-menu,
  .main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus > .sub-menu {
    left: -100%;
  }
}

.main-header-menu .sub-menu {
  width: 240px;
  background: #ffffff;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
}

@media (min-width: 769px) {
  .main-header-menu .sub-menu li:hover > ul,
  .main-header-menu .sub-menu li.focus > ul {
    left: 100%;
    right: auto;
  }
  .main-header-menu .sub-menu .ast-left-align-sub-menu:hover > .sub-menu,
  .main-header-menu .sub-menu .ast-left-align-sub-menu.focus > .sub-menu,
  .main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,
  .main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu {
    left: -100%;
  }
  .main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover > .sub-menu,
  .main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus > .sub-menu {
    left: -100%;
  }
}

.main-header-menu .sub-menu a {
  padding: 0.9em 1em;
  display: block;
  word-wrap: break-word;
}

.main-header-menu .sub-menu li.page_item_has_children > a:after,
.main-header-menu .sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%) rotate(270deg);
}

.main-header-menu ul ul {
  top: 0px;
}

.submenu-with-border .sub-menu {
  border-width: 1px;
  border-style: solid;
}

.submenu-with-border .sub-menu a {
  border-width: 0 0 1px;
  border-style: solid;
}

.submenu-with-border .sub-menu .sub-menu {
  top: -1px;
}

/* Remove the last anchor border for desktop devices */
.ast-desktop .submenu-with-border .sub-menu > li:last-child > a {
  border-bottom-width: 0;
}

.ast-header-break-point .main-navigation {
  padding-left: 0;
}

.ast-header-break-point .main-navigation ul li a,
.ast-header-break-point .main-navigation ul .button-custom-menu-item a {
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
}

.ast-header-break-point .main-navigation ul.children li a,
.ast-header-break-point .main-navigation ul.sub-menu li a {
  padding-left: 30px;
}

.ast-header-break-point .main-navigation ul.children li a:before,
.ast-header-break-point .main-navigation ul.sub-menu li a:before {
  content: "\e900";
  font-family: 'Astra';
  font-size: .65em;
  text-decoration: inherit;
  display: inline-block;
  transform: translate(0, -2px) rotateZ(270deg);
  margin-right: 5px;
}

.ast-header-break-point .main-navigation ul.children li li a,
.ast-header-break-point .main-navigation ul.sub-menu li li a {
  padding-left: 40px;
}

.ast-header-break-point .main-navigation ul.children li li li a,
.ast-header-break-point .main-navigation ul.sub-menu li li li a {
  padding-left: 50px;
}

.ast-header-break-point .main-navigation ul.children li li li li a,
.ast-header-break-point .main-navigation ul.sub-menu li li li li a {
  padding-left: 60px;
}

.ast-header-break-point .ast-header-custom-item {
  background-color: #f9f9f9;
}

.ast-header-break-point .main-header-menu {
  background-color: #fffffd;
  border-top: 4px solid rgba(43, 165, 112, 0.3);
}

.ast-header-break-point .main-header-menu ul {
  background-color: #f9f9f9;
  position: static;
  opacity: 1;
  visibility: visible;
  border: 0;
  width: auto;
}

.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover > .sub-menu,
.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus > .sub-menu {
  left: 0;
}

.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover > .sub-menu,
.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus > .sub-menu {
  left: 0;
}

.ast-header-break-point .submenu-with-border .sub-menu {
  border: 0;
}

/**
 * Contents
 */
.ast-mobile-menu-buttons {
  display: none;
}

/* Toggle Button */
.ast-button-wrap {
  display: inline-block;
}

.ast-button-wrap button {
  box-shadow: none;
  border: none;
}

.ast-button-wrap .menu-toggle {
  padding: 0;
  width: 2.2em;
  height: 2.1em;
  font-size: 1.5em;
  font-weight: normal;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.85714285714286;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
  padding: 0 .5em;
  width: auto;
  text-align: center;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.05;
  cursor: pointer;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
  background-image: url('/wp-content/uploads/2020/07/Vector.svg');
  width: 40px;
  height: 40px;
  content: '';
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 7px;
}

.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{
  background-image: url('/wp-content/uploads/2022/01/close.svg');
}

.ast-button-wrap .menu-toggle .mobile-menu-wrap {
  display: inline-block;
}

.main-header-bar-navigation {
  flex: 1;
}

.header-main-layout-1 .ast-main-header-bar-alignment {
  margin-left: auto;
}

.header-main-layout-3 .ast-main-header-bar-alignment {
  margin-right: auto;
}

#site-navigation {
  height: 100%;
}

/* Responsive Screen */
.ast-header-break-point .user-select {
  clear: both;
}

.ast-header-break-point .ast-mobile-menu-buttons {
  display: block;
  align-self: center;
}

.ast-header-break-point .main-header-bar-navigation {
  flex: auto;
}

.ast-header-break-point .ast-main-header-bar-alignment {
  display: block;
  width: 100%;
  flex: auto;
  order: 4;
}

/*----------  Header  ----------*/
/**
 * 	Header
 *
 * @import
 * 1 - Header Layouts
 * 3 - Header Layout Common
 * 4 - Header Main
 * 5 - Header Top Bar
 * 7 - Header Toggle Buttons
*/
/* 1 - Header Layouts  */
/**
 * 	Header Layouts
 *
 * @import
 * 1 - Header Layout 1
 * 2 - Header Layout 2
 * 3 - Header Layout 3
 * 4 - Header Inline Logo & Site Title 
 * 5 - Next Button Menu Item
 * 6 - Responsive Style
*/
/* 4 - Next Button Menu Item */
.main-header-bar {
  z-index: 1;
}

/**
 *  3 - Header Layout 3
*/
.header-main-layout-3 .ast-site-identity {
  text-align: right;
}

.header-main-layout-3 .main-header-container {
  flex-direction: row-reverse;
  align-items: stretch;
}

.header-main-layout-3 .main-navigation {
  padding-right: 15px;
}

.header-main-layout-3 .main-navigation ul {
  justify-content: flex-start;
}

.header-main-layout-3 .main-header-bar-navigation {
  text-align: left;
}

.header-main-layout-3 .ast-header-custom-item {
  justify-content: flex-start;
}

.header-main-layout-3 .ast-masthead-custom-menu-items {
  position: relative;
}

.header-main-layout-3 li .ast-search-icon {
  padding-left: .5em;
}

.header-main-layout-3 .ast-search-menu-icon {
  left: 0;
  right: 0;
}

.header-main-layout-3 li .ast-search-menu-icon {
  left: 1em;
  right: 0;
}

.header-main-layout-3 .main-header-bar .ast-search-menu-icon .search-form {
  padding: 0 0 0 3em;
}

.header-main-layout-3 .main-header-bar .ast-search-menu-icon.slide-search .search-form {
  left: -1em;
  right: auto;
}

.ast-header-break-point .header-main-layout-1 .site-branding {
  padding-right: 1em;
}

.ast-header-break-point .header-main-layout-1 .main-header-bar-navigation {
  text-align: left;
}

.ast-header-break-point .header-main-layout-1 .main-navigation {
  padding-left: 0;
}

.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items {
  flex: 1 1 100%;
}

.ast-header-break-point .ast-mobile-header-stack .site-branding {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  flex: 1 1 100%;
}

.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items,
.ast-header-break-point .ast-mobile-header-stack .site-branding,
.ast-header-break-point .ast-mobile-header-stack .site-title,
.ast-header-break-point .ast-mobile-header-stack .ast-site-identity {
  justify-content: center;
  text-align: center;
}

.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-title {
  text-align: left;
}

.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
  flex: 1 1 100%;
  text-align: center;
  justify-content: center;
}

.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .main-header-container {
  flex-direction: initial;
}

.ast-header-break-point .header-main-layout-2 .ast-mobile-menu-buttons {
  -js-display: flex;
  display: flex;
  justify-content: center;
}

.ast-header-break-point .header-main-layout-2 .main-header-bar-navigation,
.ast-header-break-point .header-main-layout-2 .widget {
  text-align: left;
}

.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-3 .main-header-bar .ast-search-icon {
  margin-right: auto;
  margin-left: 1em;
}

.ast-header-break-point .header-main-layout-3 .main-header-bar .ast-search-menu-icon.slide-search .search-form {
  right: auto;
  left: 0;
}

.ast-header-break-point .header-main-layout-3.ast-mobile-header-inline .ast-mobile-menu-buttons {
  justify-content: flex-start;
}

.ast-header-break-point .header-main-layout-3 li .ast-search-menu-icon {
  left: 0;
}

.ast-header-break-point .header-main-layout-3 .site-branding {
  padding-left: 1em;
  justify-content: flex-end;
}

.ast-header-break-point .header-main-layout-3 .main-navigation {
  padding-right: 0;
}

/**
 * 4 - Header Inline Logo & Site Title 
*/
.ast-logo-title-inline .ast-site-identity {
  -js-display: inline-flex;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.ast-logo-title-inline .site-logo-img {
  padding-right: 1em;
}

.ast-logo-title-inline.header-main-layout-2 .site-logo-img + .ast-site-title-wrap .site-title {
  justify-content: flex-start;
}

/* Mobile Header Alignment */
@media (max-width: 544px) {
  .site-branding img,
  .site-header .site-logo-img .custom-logo-link img {
    max-width: 100%;
  }
  .ast-header-custom-item-outside .ast-mobile-header-stack .site-branding {
    padding-right: 0;
  }
  .ast-header-custom-item-outside .ast-mobile-header-stack .site-title {
    justify-content: center;
    text-align: center;
  }
  .ast-header-break-point .ast-mobile-header-stack .site-branding,
  .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
  }
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding {
  text-align: left;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-title {
  justify-content: left;
}

.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons {
  padding-bottom: 1em;
}

.ast-header-break-point .ast-mobile-header-stack .main-header-container,
.ast-header-break-point .ast-mobile-header-inline .main-header-container {
	-js-display: flex;
	display: flex;
	max-height: 99px !important;
	height: 99px !important;
}

/* 3 - Header Common  */

/**
 * 4 - Main Header Container
 */
.main-header-container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.main-header-bar-wrap {
  position: relative;
	max-height: 100px !important;
}

.main-header-bar-wrap .nav-fallback-text {
  float: right;
}

.main-header-bar {
  background-color: #fffffd;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

/**
 * 6 - all and (max-width: $mx-break-point)
 */
.ast-header-break-point .main-header-bar {
  border: 0;
}

.ast-header-break-point .nav-fallback-text {
  float: none;
}

.ast-header-break-point .main-header-bar {
  border-bottom-color: #eaeaea;
  border-bottom-style: solid;
}

.ast-header-break-point .ast-header-custom-item {
  border-top: 1px solid #eaeaea;
}

.ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.ast-header-break-point .ast-header-custom-item .widget:last-child {
  margin-bottom: 1em;
}

/**
 * 7 - Auto Margin
 */
.main-header-bar {
  margin-left: auto;
  margin-right: auto;
}

.site-logo-img img {
  transition: all 0.2s linear;
}

/**
 * 8 - Header Widget Area
 */
.ast-header-widget-area {
  line-height: 1.65;
}

.ast-header-widget-area .widget-title,
.ast-header-widget-area .no-widget-text {
  margin-bottom: 0;
}

.ast-header-widget-area .widget {
  margin: .5em;
  display: inline-block;
  vertical-align: middle;
}

.ast-header-widget-area .widget p {
  margin-bottom: 0;
}

.ast-header-widget-area .widget ul {
  position: static;
  border: 0;
  width: auto;
}

.ast-header-widget-area .widget ul a {
  border: 0;
}

.ast-header-widget-area .widget.widget_search .search-field,
.ast-header-widget-area .widget.widget_search .search-field:focus {
  padding: 10px 45px 10px 15px;
}

.ast-header-widget-area .widget:last-child {
  margin-bottom: 0.5em;
  margin-right: 0;
}

.submenu-with-border .ast-header-widget-area .widget ul {
  position: static;
  border: 0;
  width: auto;
}

.submenu-with-border .ast-header-widget-area .widget ul a {
  border: 0;
}

.ast-header-break-point .ast-header-widget-area .widget {
  margin: .5em 0;
  display: block;
}

/**
 * 9 - Header Widget Area
 */
.ast-header-custom-item .widget {
  margin: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

.ast-header-custom-item .widget p {
  margin-bottom: 0;
}

.ast-header-custom-item .widget li {
  width: auto;
}

/**
 * 10 - Submenu container box shadow 
 */
.ast-desktop .main-header-menu .astra-full-megamenu-wrapper .sub-menu {
  box-shadow: none;
}

.ast-desktop .main-header-menu .astra-megamenu .sub-menu {
  box-shadow: none;
}

.ast-desktop .main-header-menu .sub-menu {
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.ast-desktop .main-header-menu .astra-full-megamenu-wrapper {
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
  display: none;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {
  display: none;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {
  display: block;
}

.button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.button-custom-menu-item .ast-custom-button-link .ast-custom-button:hover {
  transition: all 0.1s ease-in-out;
}

/* 4 - Header Main */
/**
 *  Header Sections
 *
 *  All sections within the header.
 *
 * Contents
 * 1 - Common
 * 2 - Social Follow
 * 3 - Site Logo
 * 4 - Search Form
 *
 * # Responsive
*/
/**
 * 1 - Common
 */
/* Default Padding For Nav */
.nav-style {
  display: block;
  padding: 0 15px;
}

.site-branding {
  line-height: 1;
  align-self: center;
}

.ast-menu-toggle {
  display: none;
  background: transparent;
  color: inherit;
  border-style: dotted;
  border-color: transparent;
}

.ast-menu-toggle:focus, .ast-menu-toggle:hover {
  background: transparent;
  border-color: inherit;
  color: inherit;
}

.socil-font {
  float: left;
  margin-right: 10px;
}

/**
 * 4 - Search Form & Main Header
 */
.ast-main-header-nav-open .main-header-bar {
  padding-bottom: 0;
}

.main-header-bar {
  z-index: 4;
  position: relative;
}

.main-header-bar .main-header-bar-navigation {
  height: 100%;
}

.main-header-bar .main-header-bar-navigation:empty {
  padding: 0;
}

.main-header-bar .main-header-bar-navigation .children,
.main-header-bar .main-header-bar-navigation .sub-menu {
  line-height: 1.45;
}

.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after,
.main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after {
  content: "\e900";
  display: inline-block;
  font-family: 'Astra';
  font-size: 9px;
  font-size: .6rem;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
}

.main-header-bar .main-header-bar-navigation .ast-search-icon {
  display: block;
  z-index: 4;
  position: relative;
}

.main-header-bar .ast-search-menu-icon .search-form {
  background-color: #ffffff;
}

.ast-flyout-menu-enable .main-header-bar .ast-masthead-custom-menu-items .ast-custom-button-link {
  border: none;
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {
  visibility: visible;
  opacity: 1;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}

.ast-masthead-custom-menu-items .ast-dropdown-active .slide-search.astra-search-icon,
.below-header-user-select .ast-dropdown-active .slide-search.astra-search-icon,
.ast-above-header-section .user-select .ast-dropdown-active .slide-search.astra-search-icon {
  color: #757575;
}

.ast-search-menu-icon.slide-search .search-form {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  position: absolute;
  z-index: 3;
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
}

.ast-search-menu-icon.ast-dropdown-active.slide-search .search-form {
  visibility: visible;
  opacity: 1;
}

.ast-search-menu-icon .search-form {
  border: 1px solid #e7e7e7;
  line-height: normal;
  padding: 0 3em 0 0;
  border-radius: 2px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  color: inherit;
  background-color: #fff;
}

.ast-search-menu-icon .astra-search-icon {
  -js-display: flex;
  display: flex;
  line-height: normal;
}

.ast-search-menu-icon .astra-search-icon:focus {
  outline: none;
}

.ast-search-menu-icon .search-field {
  border: none;
  background-color: transparent;
  transition: width .2s;
  border-radius: inherit;
  color: inherit;
  font-size: inherit;
  width: 0;
  color: #757575;
}

.ast-search-menu-icon .search-submit {
  display: none;
  background: none;
  border: none;
  font-size: 1.3em;
  color: #757575;
}

.ast-search-menu-icon.ast-dropdown-active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.ast-search-menu-icon.ast-dropdown-active .search-field {
  width: 235px;
}

li.ast-masthead-custom-menu-items {
  padding: 0 1em;
}

li.ast-masthead-custom-menu-items a {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}

li.ast-masthead-custom-menu-items a,
li.ast-masthead-custom-menu-items a:hover,
li.ast-masthead-custom-menu-items a:focus {
  background: transparent;
}

li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon {
  line-height: 1;
}

.ast-search-icon {
  z-index: 4;
  position: relative;
  line-height: normal;
}

.ast-primary-menu-disabled.ast-mobile-header-inline .ast-masthead-custom-menu-items {
  text-align: right;
}

.ast-primary-menu-disabled .ast-masthead-custom-menu-items {
  flex: 1;
}

.ast-primary-menu-disabled.header-main-layout-2 .ast-masthead-custom-menu-items {
  text-align: center;
}

.ast-primary-menu-disabled.header-main-layout-3 .ast-masthead-custom-menu-items {
  text-align: left;
}

.ast-masthead-custom-menu-items {
  padding: 0 1em;
}

.search-custom-menu-item {
  position: relative;
}

/* Hide Mobile logo. */
.custom-mobile-logo-link {
  display: none;
}

.ast-site-identity {
  padding: 18px 0 18px 10px;
}

.ast-header-break-point {
  /* Styling Nav */
  /* Main Header */
}

.ast-header-break-point .ast-mobile-header-stack .site-description {
  text-align: center;
}

.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-description {
  text-align: left;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-primary-menu-disabled .ast-mobile-menu-buttons {
  display: none;
}

.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
  display: none;
}

.ast-header-break-point .ast-mobile-header-inline .site-branding {
  text-align: left;
  padding-bottom: 0;
}

.ast-header-break-point .ast-mobile-header-inline.header-main-layout-3 .site-branding {
  text-align: right;
}

.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
  -js-display: flex;
  display: flex;
  flex: 1;
  align-self: center;
}

.ast-header-break-point ul li.ast-masthead-custom-menu-items a {
  padding: 0;
  display: inline-block;
  width: auto;
  border: 0;
}

.ast-header-break-point li.ast-masthead-custom-menu-items {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.ast-header-break-point .ast-site-identity {
  width: 100%;
}

.ast-header-break-point .main-header-bar-navigation .page_item_has_children > a:after,
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > a:after {
  display: none;
}

.ast-header-break-point .main-header-bar {
  display: block;
  line-height: 3;
	max-height:100px !important;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation {
  line-height: 3;
  display: none;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .children,
.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu {
  line-height: 3;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children .sub-menu,
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu {
  display: none;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle,
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
  display: inline-block;
  position: absolute;
  font-size: inherit;
  top: -1px;
  right: 20px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 0.907em;
  font-weight: normal;
  line-height: inherit;
  transition: all .2s;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before,
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before {
  font-weight: bold;
  content: "\e900";
  font-family: 'Astra';
  text-decoration: inherit;
  display: inline-block;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {
  transform: rotateX(180deg);
}


.ast-header-break-point.ast-header-custom-item-inside .ast-search-menu-icon {
  position: relative;
  display: block;
  right: auto;
  transform: none;
}

.ast-header-break-point .main-navigation {
  display: block;
  width: 100%;
}

.ast-header-break-point .main-navigation ul > li:first-child {
  border-top: 0;
}

.ast-header-break-point .main-navigation ul ul {
  left: auto;
  right: auto;
}

.ast-header-break-point .main-navigation li {
  width: 100%;
  border-bottom: 1px solid rgba(21, 63, 45, 0.116);
}

.ast-header-break-point .main-navigation .widget {
  margin-bottom: 1em;
}

.ast-header-break-point .main-navigation .widget li {
  width: auto;
}

.ast-header-break-point .main-navigation .widget:last-child {
  margin-bottom: 0;
}


.ast-header-break-point .main-header-menu ul ul {
  top: 0;
}

.ast-header-break-point .ast-has-mobile-header-logo .custom-logo-link {
  display: none;
}

.ast-header-break-point .ast-has-mobile-header-logo .custom-mobile-logo-link {
  display: inline-block;
}

.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link,
.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg {
  display: block;
}

.ast-header-break-point.ast-header-custom-item-outside {
  /*.ast-search-icon {
			display: none;
		}*/
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-menu-buttons {
  order: 2;
}

.ast-header-break-point.ast-header-custom-item-outside .main-header-bar-navigation {
  order: 3;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-masthead-custom-menu-items {
  order: 1;
}

.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-masthead-custom-menu-items {
  text-align: center;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding,
.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-mobile-menu-buttons {
  -js-display: flex;
  display: flex;
}

.ast-header-break-point.ast-header-custom-item-outside.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons {
  padding-bottom: 0;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-site-identity {
  width: 100%;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-3 .ast-site-identity {
  width: auto;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-2 .site-branding {
  flex: 1 1 auto;
}

@media (max-width: 544px) {
  .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
    width: 100%;
  }
  .ast-header-break-point .ast-mobile-header-stack .site-branding,
  .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
    justify-content: center;
  }
  .ast-header-break-point .ast-mobile-header-stack .main-header-bar-wrap .site-branding {
    flex: 1 1 auto;
  }
  .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
    padding-top: 0.8em;
  }
  .ast-header-break-point .ast-mobile-header-stack.header-main-layout-2 .ast-mobile-menu-buttons {
    padding-top: 0.8em;
  }
  .ast-header-break-point .ast-mobile-header-stack.header-main-layout-1 .site-branding {
    padding-bottom: 0;
  }
  .ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items {
    padding: 0.8em 1em 0 1em;
    text-align: center;
    width: 100%;
  }
  .ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-mobile-menu-buttons,
  .ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-masthead-custom-menu-items {
    padding-top: 0.8em;
  }
}

/* 7 - Header Toggle Buttons */
.ast-header-break-point .ast-mobile-menu-buttons {
  text-align: right;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
}

.ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal {
  font-size: 1.7em;
  margin-right: 20px;
  background: none;
}

.ast-flex {
  display: flex;
  flex-wrap: wrap;
}

.ast-flex-1 {
  flex: 1;
}

.ast-flex-2 {
  flex: 2;
}

.ast-flex-3 {
  flex: 3;
}

.ast-flex-4 {
  flex: 4;
}

.ast-flex-5 {
  flex: 5;
}

.ast-inline-flex {
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.ast-flex-direction-row {
  flex-direction: row;
}

.ast-flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.ast-flex-direction-column {
  flex-direction: column;
}

.ast-flex-direction-column-reverse {
  flex-direction: column-reverse;
}

.ast-flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.ast-flex-wrap-wrap {
  flex-wrap: wrap;
}

.ast-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.ast-justify-content-flex-start {
  justify-content: flex-start;
}

.ast-justify-content-flex-end {
  justify-content: flex-end;
}

.ast-justify-content-center {
  justify-content: center;
}

.ast-justify-content-space-between {
  justify-content: space-between;
}

.ast-justify-content-space-around {
  justify-content: space-around;
}

.ast-align-items-flex-start {
  align-items: flex-start;
}

.ast-align-items-flex-end {
  align-items: flex-end;
}

.ast-align-items-center {
  align-items: center;
}

.ast-align-items-baseline {
  align-items: baseline;
}

.ast-align-items-stretch {
  align-items: stretch;
}

.ast-align-content-flex-start {
  align-content: flex-start;
}

.ast-align-content-flex-end {
  align-content: flex-end;
}

.ast-align-content-center {
  align-content: center;
}

.ast-align-content-space-between {
  align-content: space-between;
}

.ast-align-content-space-around {
  align-content: space-around;
}

.ast-align-content-stretch {
  align-content: stretch;
}

.ast-order-1 {
  order: 1;
}

.ast-order-2 {
  order: 2;
}

.ast-order-3 {
  order: 3;
}

.ast-order-4 {
  order: 4;
}

.ast-order-5 {
  order: 5;
}

.ast-flex-grow-1 {
  flex-grow: 1;
}

.ast-flex-grow-2 {
  flex-grow: 2;
}

.ast-flex-grow-3 {
  flex-grow: 3;
}

.ast-flex-grow-4 {
  flex-grow: 4;
}

.ast-flex-grow-5 {
  flex-grow: 5;
}

.ast-flex-shrink-1 {
  flex-shrink: 1;
}

.ast-flex-shrink-2 {
  flex-shrink: 2;
}

.ast-flex-shrink-3 {
  flex-shrink: 3;
}

.ast-flex-shrink-4 {
  flex-shrink: 4;
}

.ast-flex-shrink-5 {
  flex-shrink: 5;
}

.ast-align-self-auto {
  align-self: auto;
}

.ast-align-self-flex-start {
  align-self: flex-start;
}

.ast-align-self-flex-end {
  align-self: flex-end;
}

.ast-align-self-center {
  align-self: center;
}

.ast-align-self-baseline {
  align-self: baseline;
}

.ast-align-self-stretch {
  align-self: stretch;
}


.boxed-info-container .col-50{
	margin-bottom: 35px;
}

.spaced-number,
#content > div > main > section:nth-child(3) > div > div:nth-child(3) > p:nth-child(2){
	letter-spacing: 0.11em;
}

section.full-container.strip-full-container > div > div:nth-child(2) > div > div:nth-child(1) > p:nth-child(1){
	letter-spacing: 0.15em !important;
}



/*Row & Column Styling*/

.page-container{
    overflow: hidden;
    z-index: 3;
    position: relative;
}
.support {
    display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
       flex-direction: row;
   -ms-flex-wrap:wrap;
        flex-wrap:wrap;
   -webkit-box-pack:justify;
       -ms-flex-pack:justify;
          justify-content:space-between;
   -ms-flex-line-pack:justify;
   align-content:space-around;
}

.full-container{
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.row-container,
.content-container{
    max-width: 1280px;
    height: 100%;
    padding: 0px 10px;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.content-container{
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.col-50,
.col-100, 
.col-25,
.col-75,
.col-60,
.col-40,
.col-33,
.col-66{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            padding-bottom: 10px;
}

.col-100{
    padding-bottom: 0px;
}


@media screen and (min-width: 767px) {
    .col-50{
        width: calc((100% / 2) - 10px);
    }
      .info-block-col{
        width: calc((100% / 2) - 20px);
      }
    .col-25{
        width: calc((100% / 2) - 10px);
    }
      .box-list-item{
        width: calc((100% / 2) - 20px);
      }
    .col-75{
        width: calc((100% / 2) - 10px);
    }
    .col-60{
        width: calc(60% - 10px);
    }
    .col-66{
        width: calc(66% - 10px);
    }
    .col-40{
        width: calc(40% - 10px);
    }
    .col-33 {
		  width: calc((100% / 3) - 10px);
    }

      footer .col-33 {
        width: calc((100% / 3) - 20px);
      }
}


@media screen and (min-width: 1000px) {
    .col-25{
        width: calc((100% / 4) - 10px);
    }
      .box-list-item{
        width: calc((100% / 4) - 20px);
      }
    .col-75{
        width: calc(75% - 10px);
    }
}


/*END OF Row & Column Styling*/


/*Default Block Element Styling*/
    /**Titles Styling**/
    .h1-title,
    .h2-title,
    .h3-title {
        font-family: 'DM Serif Display' , sans-serif;
        color: #1C5A40;
        font-style: normal;
        font-weight: 400;
    }

    .h1-title{
        font-size: 35px;
        line-height: 110%;
        margin-bottom: 22px;
    }

        @media screen and (min-width: 400px) {
            .h1-title{
                font-size: calc(35px + 30 * ((100vw - 400px) / 900));
                margin-bottom: calc(22px + 16 * ((100vw - 400px) / 900));
            }
        }
        @media screen and (min-width: 1300px) {
            .h1-title{
                font-size: 65px;
                margin-bottom: 38px;
            }
        }

    .h2-title{
        font-size: 33px;
        line-height: 110%;
    }

        @media screen and (min-width: 400px) {
            .h2-title{
                font-size: calc(33px + 21 * ((100vw - 400px) / 900));
            }
        }
        @media screen and (min-width: 1300px) {
            .h2-title{
                font-size: 54px;
            }
        }

    .h3-title{
        font-size: 30px;
        line-height: 110%;
    }

        @media screen and (min-width: 400px) {
            .h3-title{
                font-size: calc(30px + 10 * ((100vw - 400px) / 900));
            }
        }
        @media screen and (min-width: 1300px) {
            .h3-title{
                font-size: 40px;
            }
        }

      .h4-title{
        font-family: 'DM Serif Display' , sans-serif;
        color: #1C5A40;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 110%;
        margin-bottom: 3px;
        letter-spacing: 0.02em;
      }

    .h5-title{
        font-family: 'DM Sans' , sans-serif;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 19px;
        line-height: 135%;
        color: #2BA571;
    }

    @media screen and (min-width: 400px) {
      .h5-title{
          font-size: calc(19px + 2 * ((100vw - 400px) / 800));
      }
    }
    @media screen and (min-width: 1300px) {
      .h5-title{
          font-size: 21px;
      }
    }

    /**END OF Title Styling**/

    /**Body Text Blocks Styling**/
    .reg-para-txt,
    p,
    .lrg-para-txt,
    .wpforms-field-label{
        font-family: 'DM Sans' , sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #333333;
        font-size: 15px;
        line-height: 155%;
        margin-bottom: 10px;
        margin-top: 0px;
        opacity: 0.9;
        letter-spacing: 0.03em;
    }

    .highlight-para-txt{
        margin-bottom: 12px;
        font-family: 'DM Sans' , sans-serif;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 17px;
        line-height: 155%;
        color: #2BA571;
        opacity: 1;
    }

    .lrg-para-txt{
        font-size: 15px;
    }


    @media screen and (min-width: 400px) {
      .lrg-para-txt{
          font-size: calc(15px + 2 * ((100vw - 400px) / 800));
      }
    }
    @media screen and (min-width: 1300px) {
      .lrg-para-txt{
          font-size: 17px;
      }
    }

    p strong,
    .reg-para-txt strong,
    .lrg-para-txt strong{
        font-weight: 700;
    }

    .reg-para-txt a,
    .lrg-para-txt a,
    .highlight-para-txt a,
    .v-list a{
        color: #1C5A40;
        text-decoration: underline;
    }
    
    footer .v-list a{
      color: #fffffd;
      text-decoration: none;
    }
    /**END OF Body Text Blocks Styling**/

    /**Button Styles*/
    .filled-button,
    .outline-button{
        font-family: 'DM Sans' , sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-decoration: none;
        vertical-align: middle;
        padding: 7px 15px 7px 15px;
        border-radius: 21px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #2BA571;
        overflow: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
        -o-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
        position: relative;
        cursor: pointer;
        z-index: 0;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        margin: 10px 10px 10px 0;
    }
    @media screen and (max-width: 500px) {
      .filled-button,
      .outline-button{
        width: 100%;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
            margin-right: 0 !important;
      }
    }

    .filled-button svg,
    .outline-button svg{
      -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
      -o-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
      transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
      margin-left:15px;
    }

    .outline-button svg path{
      stroke: #2BA571;
      fill: #2BA571;
    }

    .filled-button:hover svg,
    .outline-button:hover svg{
      transform: translateX(7px);
      
    }

    .filled-button:active svg,
    .outline-button:active svg{
      transform: translateX(5px);
    }

    .outline-button{
        background-color: #ffffff;
        color: #2BA571;
    }

    .filled-button{
        background-color: #2BA571;
        color: #ffffff;
    }


    /**END OF Button Styling**/

    /**List Styling**/
    .v-list {
        padding-left: 40px;
        list-style: none;


        font-family: 'DM Sans' , sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 135%;
        color: #2BA571;
        opacity: 1;

    }
    
    .v-list-u {
        counter-reset: my-counter;
    }

    .v-list-item {
        position: relative;
        margin: 20px 0px;
    }

    .v-list-item-u:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 4px;
        background-color: #1C5A40;
        opacity: 1;
        position: absolute;
        left: -25px;
        top: 8px;
    }

    .v-list-item-o {
        counter-increment: my-counter;
    }

    .v-list-item-o:before {
        content: counter(my-counter)'. ';
        font-weight: 700;
        opacity: 0.7;
        left: -32px;
        position: absolute;
        text-align: right;
        width: 25px;
    }

    .v-list-item-u:last-child{
      margin-bottom: 0px;
    }
    .v-list-item-u:first-child{
      margin-top: 0px;
    }
    /**END OF List Styling**/

    /**Image Styling**/
    .block-image{
        width: 100%;
        height: auto;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        margin: 10px 0;
        border-radius: 4px;
    }
    /**END OF Image Styling**/

    /**Line**/
    hr{
      width: 100%;
      border: none;
      border-bottom: 1px solid #fffffd;
      opacity: 0.8;
      margin: 0.6em auto 1.6em;
    }

    .lh-line{
      width: 100%;
      border: none;
      border-bottom: 1px solid #fffffd;
      opacity: 0.8;
      margin: 0.6em auto 0.6em;
    }

    .line-container{
        margin: 0 auto;
        max-width: 1280px;
        padding: 0px 10px;
    }

    .post-col-66 .line-container,
    .page-col-66 .line-container{
        padding: 0px;
    }

    .post-col-33 .title-line.lh-line,
    .page-col-33 .title-line.lh-line{
        opacity: 0.5;
        margin-bottom:20px;
    }

    /**Phone Block**/
    .phone-block-container,
    .email-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 2px;
    }

    .phone-block-container svg,
    .email-block-container svg{
        margin: -10px 10px 0px 0px
    }

    .phone-block-container .h3-title,
    .email-block-container .h3-title,
    .phone-block-container .h4-title,
    .email-block-container .h4-title{
        margin: 0px
    }






/*Homepage Header*/
  .homepage-header{
    height: 675px;
    position: relative;
    z-index: 2;
  }

    .homepage-row-container{
      align-content: flex-start;
      padding-top: 95px;
      z-index: 1;
    }

  .homepage-row-container .col-50{
    max-width: 700px;
    width: auto;
  }

  @media screen and (min-width: 400px) {
    .homepage-header{
        height: calc(675px + 125 * ((100vw - 400px) / 900));
    }
    .homepage-row-container{
      padding-top: calc(95px + 25 * ((100vw - 400px) / 900));
    }
  }
  @media screen and (min-width: 1300px) {
    .homepage-header{
        height: 800px
    }
    .homepage-row-container{
    padding-top: 120px;
    }
  }

  .header-button-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .header-button-container a{
    margin-right: 25px;
  }


/*Box Grid Layout*/

.text-box{
  background-color: #256b4d;
}

.image-box{
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-grid-row-container{
  margin-bottom: 90px;
}

.box-grid-row-container .col-33{
  width: 100%;
  border-radius: 4px;
  padding: 55px 35px 55px 55px;
  margin-bottom: 6px;
}

@media screen and (min-width: 767px) {
  .box-grid-row-container .col-33{
    width: calc((100% / 2) - 3px);
}
}

@media screen and (min-width: 950px) {
  .box-grid-row-container .col-33{
    width: calc((100% / 3) - 3px);
}
}


.text-box h3{
  margin-bottom: 15px;
}

.text-box a{
  margin: auto 0px 0px 0px !important;
  background: none;
  padding-left: 0px;
  border: none;
}


/*Strip Row*/

.strip-full-container{
  padding: 0px 10px;
}

.strip-row-container{
  background-color: #2BA571;
  padding: 30px 70px 30px 70px;
  margin: 100px auto;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.strip-row-container .lrg-para-txt{
  margin-bottom: 0px;
}

.strip-row-container .filled-button{
  background-color: #FFFFFD;
  color: #269464;
  margin-right: 0px;
}

.strip-inner-row-container{
  margin: 0px;
  padding: 0px;
}

.strip-row-container .col-50{
  justify-content: center;
}

.strip-inner-row-container .col-50{
justify-content: center;
width: 50%;
}


.strip-text-col{
  max-width: 500px;
}

.strip-text-col .highlight-para-txt{
  font-size: 22px;
}


@media screen and (min-width: 767px) {
  .strip-row-container .col-50{
    padding-bottom: 0 !important;
  }

  .strip-inner-row-container .col-50:nth-child(2){
    align-items: center;
  }
}


@media screen and (max-width: 1180px) {
  .strip-inner-row-container{
    flex-direction: column;
  }
  .strip-inner-row-container .col-50{
    width: 100%;
}
.strip-row-container > .col-50:nth-child(1){
  width: 62%
}
.strip-row-container > .col-50:nth-child(2){
  width: 34%
}
.strip-inner-row-container .col-50:nth-child(2){
  align-items: flex-start;
}
}

@media screen and (max-width: 900px) {

  .strip-row-container{
    flex-direction: column;
  }

  .strip-inner-row-container{
    flex-direction: row;
    border-top: 1px solid rgba(255, 255, 253, 0.466);
    padding-top: 25px;
  }

  .strip-inner-row-container .col-50{
    width:  47%;
}

  .strip-row-container > .col-50{
    width: 100%;
  }

  .strip-row-container > .col-50:nth-child(1){
    width: 100%
  }
  .strip-row-container > .col-50:nth-child(2){
    width: 100%;
    margin-top: 25px
  }

  .strip-text-col{
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .strip-row-container{
    background-color: #2BA571;
    padding: 30px 30px 20px 30px;
  }
}

@media screen and (max-width: 630px) {
  .strip-inner-row-container{
    flex-direction: column;
  }

  .strip-inner-row-container .col-50{
    width:  100%;
  }
}


/*Info Block Grid Row*/
.info-block-row-container{
  margin: 0px auto 100px auto;
}
.info-block-col{
  margin-bottom: 30px;
}

.little-more-h2{
  max-width: 500px; 
  margin-bottom: 35px;
  margin-top: 75px;
}

.info-block-img{
  min-height: 150px;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}




/*footer*/
footer{
  background-color: #2BA571;
  padding-top: 30px;
}

.wpforms-field {
  clear: both;
}

div.wpforms-field-hp {
  display: none;
}

.wpforms-field-label{
  color: #fffffd;
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
  opacity: 1;
  margin-bottom: 3px;
  margin-top: 5px;
  padding-left: 3px;
}

.wpforms-field-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wpforms-1730-field_3,
#wpforms-1730-field_6,
#wpforms-1730-field_3-container,
#wpforms-1730-field_4,
#wpforms-1730-field_8,
#wpforms-1730-field_6-container{
  width: 100%;
}

#wpforms-1730-field_4-container,
#wpforms-1730-field_8-container{
  width: 47%;
}

::-webkit-input-placeholder,
.wpforms-field-large,
.wpforms-field-medium{
  font-family: 'DM Sans' , sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fffffd;
    font-size: 15px;
    line-height: 155%;
    margin-top: 0px;
    letter-spacing: 0.01em;
    opacity: 0.85;
}

.wpforms-container .wpforms-one-half{
  margin-left: 0 !important;
}

.wpforms-field-large,
.wpforms-field-medium{
  background-color: #299D6C !important;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  border: none !important;
  border-radius: 4px !important;
  min-height: 42px;
  padding-left: 15px;
}

textarea{
  padding-top: 10px;
}

.wpforms-submit-container{
display: flex;
justify-content: center;
}

footer .outline-button{
  background-color: rgba(255, 255, 255, 0);
  border-color: #fffffd;
  color: #fffffd;
}

.footer-link{
  font-weight: 400;
  display: inline-block;
  font-family: 'DM Sans' , sans-serif;
  font-style: normal;
  font-size: 17px;
  width: fit-content;
  line-height: 135%;
}

.sm-link{
margin-top: 15px;
}

.footer-link:after{
  width: 100%;
  content: '';
  border-bottom: 1px solid #fffffd;
  display: block;
  opacity: 0.3;
  -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  -o-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.footer-link:hover::after{
  opacity: 0.7;
}

footer .col-33{
  padding-top: 30px;
}

footer .v-list .v-list-item:nth-child(1){
  margin-top: 0px;
}

/*Secondary Page Header*/

.sec-header-container{
  background-color: #256b4d;
  position:relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 100px;
}
.sec-header-row .col-60 p{
  max-width: 600px;
  padding-bottom: 50px;
}

.sec-header-row{
  position: relative;
  z-index: 2;
}
.sec-header-absolute-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sec-header-absolute-container:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2020/07/secondary-header-shape.svg');
  background-size: 100vw;
  background-position: center bottom;
  background-repeat: no-repeat;
}

div.sec-header-absolute-container > div.col-60{
background-image: url('/wp-content/uploads/2020/07/Group-133.svg');
background-size: 400px;
background-position: right 36vw top -80px;
background-repeat: no-repeat;
}


.sec-header-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


@media screen and (max-width: 767px) {
  .sec-header-row{
    flex-direction: column-reverse;
  }
  .sec-header-row .col-60 p{
    padding-bottom: 0px;
  }
  .sec-header-row .col-40{
    height: 250px;
  }
  .sec-header-container{
    padding-top: 25px;
  }

  .sec-header-absolute-container{
    flex-direction: column-reverse;
  }

  .sec-header-absolute-container .col-40{
    height: 250px;
  }
  .sec-header-image:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2020/07/secondary-header-shape-1.svg');
    background-size: 100vw;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  
}

/*Image background row with info boxes*/
.img-bg-info-col{
  max-width: 600px;
}

.img-bg-info-box{
  background-color: #FFFFFD;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}

.img-bg-info-row{
  padding-top: 50px;
}

.img-bg-info-container{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 7% 0;
}

/*Text with Curved image row*/

.curved-img-row-container{
  padding: 0px 10px;
}

.curved-img-row{
  max-width:1080px;
  background-color: #F0F7ED;
  margin: 50px auto;
  padding: 0px;
  border-radius: 4px;
}

.curved-img-row-text-col{
  padding: 6% 4% 6% 6%;
}

.curved-img-row-img-col{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0px 4px 4px 0px;
}

.curved-img-row-img-col:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url('/wp-content/uploads/2020/07/Vector-4.svg');
  background-position: left center;
  background-size: auto 101%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .curved-img-row{
    flex-direction: column-reverse;
  }
  .curved-img-row-img-col{
    min-height: 175px;
    border-radius: 4px 4px 0px 0px;
  }
  .curved-img-row-img-col:before{
    right: 0;
    top: auto;
    height: 100%;
    width: 100%;
    background-image: url('/wp-content/uploads/2020/07/Vector-4-3.svg');
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}



.bg-list-boxes-container{
  background-color: #256b4d;
  padding: 80px 0px;
  position: relative;
}

.bg-list-boxes-container:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -300px;
  height: 300px;
  width: 100%;
  background-image: url('/wp-content/uploads/2020/07/Group-130.svg');
  background-size: contain;
  background-position: right -60px top -40px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

@media screen and (min-width: 400px) {
  .bg-list-boxes-container:after{
    height: calc(300px + 300 * ((100vw - 400px) / 1000));
    bottom: calc(-300px - 300 * ((100vw - 400px) / 1000));
    background-position: right calc(-60px - 100 * ((100vw - 400px) / 1000)) top calc(-40px - 110 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .bg-list-boxes-container:after {
    bottom: -600px;
    height: 600px;
    background-position: left 70vw top -150px;

  }
}


.bg-list-boxes-container .h2-title{
  margin-bottom: 25px;
  max-width: 500px;
}

.box-list{
padding-left: 0px;
margin: 20px 0px;
}

.box-list-item{
  padding: 10px;
  margin-bottom: 30px;
  background: rgba(25, 83, 58, 0.3);
  border: 1px solid rgba(255, 255, 253, 0.3);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

.box-list-item p{
  margin: 0px;
}


/*Boxed information Row*/
.boxed-info-container{
  background-color: #F0F7ED;
  padding: 70px 4% 60px;
  margin: 50px auto;
  flex-direction: column;
}

.boxed-info-container .h2-title{
  text-align: center;
  margin-bottom: 10%;
}

@media screen and (max-width: 767px) {
  .boxed-info-container{
  padding: 70px 4% 4%;
  }
  
  .boxed-info-container .col-50{
    margin-bottom: 50px;

  }
  .boxed-info-container .h2-title{
    text-align: left;
    margin-bottom: 8%;
  }

}

a{
  text-decoration: none;
}



.contact-page-form .wpforms-field-large, .contact-page-form .wpforms-field-medium {
    background-color: rgba(240, 247, 237, 0.7) !important;
    box-shadow: 0px 1px 0px rgba(37, 107, 77, 0.5);
    border: none !important;
    border-radius: 4px !important;
    min-height: 42px;
}

option{
  padding: 15px 5px;
}
.contact-page-form ::-webkit-input-placeholder, .contact-page-form .wpforms-field-large, .contact-page-form .wpforms-field-medium {
  font-family: 'DM Sans' , sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #256b4d;
  font-size: 15px;
  line-height: 155%;
  margin-top: 0px;
  letter-spacing: 0.01em;
}

.contact-page-form #wpforms-2183-field_3-container,
.contact-page-form #wpforms-2183-field_9-container{
  width: 48%;
}

@media screen and (min-width: 767px) and (max-width: 960px){
  .contact-page-form #wpforms-2183-field_3-container,
  .contact-page-form #wpforms-2183-field_4-container,
  .contact-page-form #wpforms-2183-field_8-container,
  .contact-page-form #wpforms-2183-field_9-container{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  .contact-page-form #wpforms-2183-field_3-container,
  .contact-page-form #wpforms-2183-field_4-container,
  .contact-page-form #wpforms-2183-field_8-container,
  .contact-page-form #wpforms-2183-field_9-container{
    width: 100%;
  }
}


.contact-page-form #wpforms-2183-field_6-container{
  width: 100%;
}

.wpforms-error{
  padding-top: 5px;
  padding-left: 15px;
}

footer .wpforms-error{
color: #fff !important;
}


.white{
  color: #FFFFFD;
}

.hh-green{
  color: #2BA571;
}

.wpforms-captcha-math {
  display: flex;
  align-items: center;
}

.wpforms-captcha-equation {
  margin-right: 10px;
  font-family: 'DM Sans',sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-left: 3px;
  color: #1C5A40;
}

#wpforms-2183-field_10-container .wpforms-field-label{
  color: #1C5A40;
}

.sm-link img{
  margin-bottom: -5px;
  margin-right: 7px;
}

.sm-link:after{
  margin-top: 6px;
}

.sm-header-links{
  margin-right:25px;
  margin-bottom: -5px;
}

.sm-header-links a{
  display: inline-block;
  padding-top: 1px;
}

footer{
  overflow: hidden;
}