/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */


























































.dnd-section > .row-fluid {
  max-width: 1160px;
}

.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1160px;
}




html {
  font-size: 16;
}

body {
  color: #2e2e2e;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: Open Sans;
  font-weight: 400
}

a {
  font-family: Open Sans;
  color: rgba(117, 148, 60, 1.0);
  cursor: pointer;
  -webkit-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
}

a:hover,
a:focus {
  color: rgba(131, 169, 61, 1.0);
}

a:active {
  color: rgba(157, 188, 100, 1.0);
}

h1 {
  color: #000000;
  font-family: Open Sans;
  font-size: 44px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h1 {
    font-size: 37.4px;
  }
}

h2 {
  color: #6e8e3d;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 20.4px;
  }
}

h3 {
  color: #000000;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h3 {
    font-size: 20.4px;
  }
}

h4 {
  color: #000000;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h4 {
    font-size: 17.0px;
  }
}

h5 {
  color: #000000;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  color: #000000;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}






form,
.submitted-message {
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  
  padding: 10px 5px;
  
}

.hs-button,
.button--primary {
  background-color: rgba(117, 148, 60, 1.0);
  border-color: rgba(117, 148, 60, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(131, 169, 61, 1.0);
  background-color: rgba(131, 169, 61, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(157, 188, 100, 1.0);
  border-color: rgba(157, 188, 100, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(204, 204, 204, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #2e2e2e;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}








th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(71, 71, 71, 1.0);
  color: rgba(71, 71, 71, 1.0);
}

thead th,
thead td {
  background-color: rgba(71, 71, 71, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(71, 71, 71, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(71, 71, 71, 1.0);
}





header,
.fixedHeader .sticky_h{
  background-color: rgba(255, 255, 255, 1.0);
}


.header__container {
  max-width: 1160px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(66, 65, 67, 1.0);
}

.header_search_wrap a i{
  color: rgba(66, 65, 67, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a{  
  color:rgba(66, 65, 67,1.0);
}

.header_button a{
  color:rgba(255, 255, 255,1.0);
  background-color:rgba(117, 148, 60,1.0);
}

.header_button a:hover{
  color:rgba(255, 255, 255,1.0);
  background-color:rgba(117, 148, 60,1.0);
}

.header_top,
.top_contact span.hs_cos_wrapper span{
  border-color:rgba(242, 242, 242, 1.0);
}
.header_top .top_contact a{
  color:rgba(85, 85, 85, 1.0);
}

.header_top .top_contact a:hover{
  color:rgba(117, 148, 60, 1.0);
}

.header_top .top_contact{
  color:rgba(66, 65, 67, 1.0);
}


.custom-menu-primary .navigation-primary > ul > li:hover > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(117, 148, 60, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}



.custom-menu-primary .navigation-primary > ul > li > a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(117, 148, 60, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary ul ul{
  background-color:rgba(255, 255, 255, 1.0);
  border-color:rgba(247, 247, 247, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(102, 102, 102, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li a:hover,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(117, 148, 60, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active-item{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(117, 148, 60, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(66, 65, 67, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(66, 65, 67, 1.0);
  }
}





.footer .action_bar{
  background-color: rgba(117, 148, 60, 1.0);
}
.footer .action_bar:hover {
  background-color: rgba(130, 160, 65, 1.0);
}
.footer .action_bar .cta_button a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.footer .action_bar .cta_button a:hover{
  color: rgba(71, 71, 71, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.footer_widget_content h3{
  color: rgba(255, 255, 255, 1.0); 
}

.footer .footer_widget{
  background-color: rgba(66, 65, 67, 1.0); 
  color: rgba(255, 255, 255, 1.0);
  border-bottom-color:rgba(66, 65, 67, 1.0);
  border-top-color:rgba(66, 65, 67, 1.0);
}
.footer .contact ul li,
.footer .timely.ai1ec-agenda-widget-view.ai1ec-clearfix{
  color: rgba(255, 255, 255, 1.0);
}

.footer .footer_widget a{
  color: rgba(117, 148, 60, 1.0); 
}

.footer .inner{
  background-color: rgba(237, 237, 237, 1.0); 
}
.footer .inner{
  color: rgba(66, 65, 67, 1.0); 
}

.footer .inner .copyright a{
  color: rgba(117, 149, 60, 1.0); 
}
.footer .inner .copyright a:hover{
  color: rgba(66, 65, 67, 1.0); 
}

.footer .top_social a{
  color: rgba(117, 148, 60, 1.0); 
}
.footer .top_social a:hover{
  color: rgba(255, 255, 255, 1.0); 
}
.footer .top_social a.twitter:hover{
  background-color: rgba(99, 205, 241, 1.0); 
}
.footer .top_social a.facebook:hover {
  background-color: rgba(80, 124, 190, 1.0); 
}
.footer .top_social a.linkedin:hover {
  background-color: rgba(144, 202, 221, 1.0); 
}
.footer .top_social a.youTube:hover {
  background-color: rgba(241, 98, 97, 1.0); 
}

.footer__container {
  max-width: 1160px;
}





.content-wrapper {
  max-width: 1160px;
}

.blog-post__date {
  border-color: #2e2e2e;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #2e2e2e;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #060606;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #565656;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #000000;
}

.blog-pagination__link {
  color: #2e2e2e;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-post__title {
  color: #6e8e3d;
  font-family:Open Sans;
  font-size: 24px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(#null);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #83a93d;
}

.blog-post__read-more svg {
  fill: #2e2e2e;
}

.blog-post__read-more a:hover svg {
  fill: #83a93d;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #2e2e2e;
}

.blog-sidebar a:hover {
  color: #83a93d;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #2e2e2e;
}

.blog-post__body, .blog-post__tags a {
  color: #2e2e2e;
}

.blog-post__meta a:hover {
  color: #83a93d
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #2e2e2e;
}

.blog-post__back-to-blog:hover {
  color: #83a93d;
}

.blog-post__back-to-blog svg {
  fill: #2e2e2e;
}

a.blog-post__back-to-blog:hover svg {
  fill: #83a93d;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #000000;
}

body .tns-nav button.tns-nav-active {
  background-color: #000000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000000;
}

body .social-links__icon {
  background-color: #000000;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1160px;
  margin: 0 auto;
}





.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

.post-item {
  width: 20%;
}

.content-wrapper.blog {
    padding: 0 4vw;
}
/* header Style */

.header.header-temp .header__logo a {
    padding-top: 43px;
    padding-bottom: 43px;
}
.body-temp .header.header-temp .header__container, .body-temp .content-wrapper {
    padding: 0px 4vw;
    max-width: 100%;
}

.header-temp .custom-menu-primary .navigation-primary > ul > li > a {
    color: #055b56;
    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
    font-weight: 400;
}

.header-temp .header_button a {
    padding: 21px 36px;
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
    text-transform: capitalize;
    letter-spacing: .02em;
    margin: 0;
    line-height: 1.2em;
}

.header.header-temp .header__logo {
    width: 152px;
    margin: 0px;
}

.header.header-temp .header__logo .desktop_logo a img {
    height: auto;
    width: 180px !important;
}
.header-temp .custom-menu-primary {
    margin: 0;
}

/* New Footer Style */
.footer.footer-temp .footer_widget {
    background: #f3f3f3;
    border: none;
}

.footer.footer-temp .footer__container.col {
    max-width: 100%;
    padding: 30px 4vw;
    display: flex;
    flex-wrap: wrap;
}

.footer.footer-temp .footer_widget_content.logo-with-info.widget {
    width: 280px;
}

.footer.footer-temp .footer_widget_content.logo-with-info .contact-details p {
    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
    color: #055b56;
    margin: 0rem 0 1rem 0;
}

.footer.footer-temp .footer_widget_content.logo-with-info .contact-details {
    margin-top: 40px;
}

.footer.footer-temp .footer_widget_content.right-link-content {
    width: 60%;
    margin: 70px 0 0 auto;
}

.footer.footer-temp .footer__container.col .footer__container.copyright_inner {
    margin: 0;
    max-width: 800px;
    padding: 0;
}

.footer.footer-temp .copyright {
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
    color: #055b56;
}


.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid {
    display: flex;
    width: auto;
    margin-bottom: 91px;
}

.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .grid {
    width: auto;
    margin-left: 90px;
} 
.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .grid:first-child {
    margin-left: 0;
}

.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu {
    text-align: left;
}

.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu li {
    display: block;
    line-height: initial;
    margin-bottom: 6px;
}


.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu li a.menu-link {
    padding: 0;
    font-weight: 400;
    font-size: calc((1.5 - 1) * 1.2vw + 1rem);
    border: none !important;
    text-transform: capitalize;
}

/* .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu li a.menu-link, .footer.footer-temp .footer_widget_content.logo-with-info.widget a, .footer.footer-temp .footer__container.copyright_inner a {
    
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    text-decoration-skip-ink: auto;
    
} */

.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .top_social {
    margin: 0 0 0 auto;
}

.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .top_social a {
    color: #055b56;
}

.footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .top_social a i.fa {
    font-size: 19px;
}

.footer-temp .footer_widget_content .newsletter-form h3 {
    background: transparent;
    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
    color: #055b56;
    margin: 0rem 0 1rem 0;
    padding: 0;
    font-weight: 400;
}

.footer-temp .footer_widget_content .newsletter-form {
    max-width: 390px;
}

.footer-temp .footer_widget_content .newsletter-form input.hs-button {
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0;
}

.body-temp .read-more a{
  background-color: rgba(117, 148, 60,1.0);
}

.blog-filters-list ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding-left: 5px;
  padding-right: 33px;
}

.blog-filters-list ul li{
  list-style: none;
  color: #75943c;
  font-weight: 600;
}

.blog-filters-list ul li.active{
    border-radius: 4px;
    border: 1px solid #75943c;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    background: #75943c;
}

.blog-filters-list ul li.active a{
  color: #fff;
}

@media (min-width: 768px){
  .top_social.mobile-show {
      display: none !important;
  }
}

@media (min-width: 831px){
  .navigation-primary>ul>li:last-child {
      display: none;
  }
}

@media (max-width: 1080px){
  .header-temp .custom-menu-primary .navigation-primary > ul > li > a {
      font-size: 16px;
  }
  .header-temp .header_button a {
      padding: 13px 14px;
      font-size: 14px;
  }
  .header__logo img.hs-image-widget {
      width: 120px !important;
  }
}

@media (max-width: 991px){
  .post-item {
      width: 25%;
      padding-right: 10px;
      padding-left: 10px;
  }
  .header-temp .custom-menu-primary .navigation-primary > ul > li > a {
      padding: 1px 3px;
      font-size: 14px;
  }
  .header__column {
      flex-grow: 0;
  }
  .body-temp .header.header-temp .header__container, .body-temp .content-wrapper {
      padding: 0 25px;
  }
  .header.header-temp .header__logo {
      width: 127px;
  }
}

@media (max-width: 830px){
  .navigation_classic {
      display: flex;
  }
  .header_button {
      margin-left: auto;
      margin-bottom: 0;
  }
  .header_button{
    display: none !important;
  }
  
  .responsive-menu-bar {
      background: transparent;
      color: #000;
      font-size: 0;
  }

  .responsive_navigation {
      position: absolute;
      top: 100%;
      width: 100%;
  }

  header.header.header-temp {
      position: relative;
  }

  .responsive_navigation .responsive-menu-link {
      position: absolute;
      top: -100px;
      right: 16px;
  }
}

@media (max-width: 767px){
  .blog-filters-list ul li {
      width: 50%;
      background: transparent !important;
      border: none !important;
      padding: 0 !important;
  }
  .blog-filters-list ul {
      padding: 0;
      grid-row-gap: 13px;
      flex-wrap: wrap;
  }
  .blog-filters-list ul li a {
      color: rgba(117, 148, 60, 1.0) !important;
      display: inline-block;
  }
  .blog-filters-list ul li.active a {
      background: #75943c;
      color: #fff !important;
      padding: 0 10px;
      border-radius: 5px;
  }
  .post-item {
        width: 33.33%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 844px){
  .footer.footer-temp .footer_widget_content.right-link-content {
      width: 100%;
      margin: 0;
  }
}

@media (max-width: 767px){
    .post-item {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid {
      flex-wrap: wrap;
  }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .top_social {
      margin-top: 30px;
      text-align: left;
  }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu li a.menu-link, 
  .footer.footer-temp .footer_widget_content.logo-with-info.widget a, 
  .footer.footer-temp .footer__container.copyright_inner a {
      text-decoration: none;
  }
  .footer.footer-temp .footer_widget_content.logo-with-info.widget {
      width: 100%;
  }
  .footer.footer-temp .footer__container.col {
      padding: 0 30px;
  }
  .logo-with-info img {
      width: 100% !important;
  }
  .footer.footer-temp .footer__container.col .footer__container.copyright_inner {
      width: 100%;
  }

  .footer.footer-temp .copyright {
      width: 100%;
      text-align: left;
  }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .top_social {
      display: none;
  }

  .top_social.mobile-show i.fa {
      font-size: 19px;
  }

  .top_social.mobile-show {
      text-align: left !important;
      margin-top: 90px !important;
      margin-bottom: 40px;
  }

  .top_social.mobile-show a {
      color: #055b56;
  }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu li a.menu-link {
      border: none;
      text-transform: capitalize;
  }
  
}

@media (max-width: 600px){
  .post-item {
      width: 100%;
      padding: 0 0 30px 0;
  }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid .grid {
      margin: 0;
      display: block;
      width: 50%;
  }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu li a.menu-link {
      border: none;
  }
  .header-temp .header_button a {
      font-size: 12px;
      padding: 10px 10px;
  }
  .header.header-temp .header__logo {
      width: 96px;
      margin-right: 11px;
  }
  .header__logo img.hs-image-widget {
      width: 100% !important;
  }
  .footer.footer-temp .footer_widget_content.right-link-content .footer-nav-grid ul.submenu li a.menu-link {
      text-transform: capitalize;
  }
}