/* ******************************************************************************
*********************************************************************************
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: 1276px;
}

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

@media (max-width: 991.98px) {
  .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .dnd-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

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




html {
  font-size: 10px;
}

body {
  color: #0e0e0e;
  font-weight: 400;
  font-family: ;
  font-size: 18px;
}

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

a {
  font-family: ;
  color: rgba(52, 140, 121, 1.0);
}

a:hover {
  color:#22CD9C;
}

a:active {
  color: rgba(92, 180, 161, 1.0);
}

h1 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: 600;
}

h2 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: 600;
}


h3 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: 600;
}


h4 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: 600;
}



h5 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: 600;
}

h6 {
  color: ;
  font-family: ;
  font-size: px;
  font-weight: 600;
}

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





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: ;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(23, 28, 39, 1.0);
}

.button--secondary {
  background-color: #0E0E0E;
  color: rgba(255, 255, 255, 1.0);    
}
.button--secondary:hover {
  background-color: rgba(14, 14, 14, 0.8) ;
  text-decoration: none;
}

.hs-button,
.button--primary {
  background-color: rgba(34, 205, 156, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button,
.button--primary,
.button--secondary {
  border-radius: 50px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  transition: all 0.3s;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(34, 205, 156, 0.8);
  color: #fff;
  text-decoration: none;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(74, 245, 196, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(23, 28, 39, 1.0);
}

.hs-form legend {
  color: rgba(23, 28, 39, 1.0);
}

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

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

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

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

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(107, 122, 140, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(107, 122, 140, 1.0);
}





.header_main{
  background-color: rgba(255, 255, 255, 0.0);
}
.fix .header_main{
  background-color: rgba(251, 251, 251, 1.0);
}

.header__container {
  max-width: 1276px;
}


@media (min-width: 1200px) {
  .fix .submenu.level-1 > li > a,
  .submenu.level-1 > li > a {
    color: rgba(87, 90, 89, 1.0);
  }
  .fix .submenu.level-1 > li > a:hover,
  .submenu.level-1 > li > a:hover {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(29, 33, 32, 1.0);
  }
  .right_menu .hs-menu-wrapper>ul>li>a{
    color: #1D2120;
  }
  .right_menu .hs-menu-wrapper>ul>li>a:hover {
    background-color: #1D2120;
    color: #fff;
  }
  .custom-menu-primary .navigation-primary>ul>li.active>a,
  .custom-menu-primary .navigation-primary>ul>li.active-branch>a,
  .submenu.level-1>li>a.active-branch{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(29, 33, 32, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li>a.active,
  .custom-menu-primary .navigation-primary>ul>li>a.active-branch{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(29, 33, 32, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu >.sub-menu ul {
    background-color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>.sub-menu>ul:after {
    border-bottom-color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu >.sub-menu li a{
    color: rgba(60, 63, 64, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu >.sub-menu ul li a:hover{
    background-color: rgba(58, 201, 139, 0.1);
    color: rgba(58, 201, 139, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu >.sub-menu ul li.active a{
    background-color: rgba(24, 40, 59, 1.0);
    color: rgba(255, 255, 255, 0.8);
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    color: rgba(255, 255, 255, 1.0);
    background-color:rgba(34, 205, 156, 1.0);
  }
  .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color:rgba(34, 205, 156, 0.8);
    color: rgba(255, 255, 255, 1.0);
  }
  .fix .right_menu .hs-menu-wrapper>ul>li:last-child>a {
    color: rgba(255, 255, 255, 1.0);
    background-color:rgba(34, 205, 156, 1.0);
  }
  .fix .right_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color:rgba(34, 205, 156, 0.8);
    color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>.sub-menu li a p{
    color: rgba(218, 224, 226, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>.sub-menu li a:hover p {
    color: rgba(218, 224, 226, 0.8);
  }
}
@media(max-width: 1199px) {
  .custom-menu-primary .navigation-primary>ul>li.active>a,
  .custom-menu-primary .navigation-primary>ul>li.active-branch>a,
  .submenu.level-1>li>a.active-branch{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(29, 33, 32, 1.0);
  }
  .submenu.level-2 .menu-item .menu-link.active-branch:after{
    color: rgba(29, 33, 32, 1.0);
  }
}


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

.header__language-switcher-label-current:after {
  border-top-color: rgba(87, 90, 89, 1.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(87, 90, 89, 1.0);
  }
}





.footer__main {
  background-color: rgba(249, 249, 249, 1.0);
}
.footer-sub__left p {
  color: rgba(87, 90, 89, 1.0);
}
.footer__nav .hs-menu-wrapper>ul>li>a,
.footer__nav .hs-menu-wrapper>ul>li>a:hover,
.footer__contact-info h5 {
  color: rgba(29, 33, 32, 1.0);
}
.footer__container {
  max-width: 1276px;
}
.footer__main a {
  color: rgba(29, 33, 32, 1.0);
}
.footer__main a:hover {
  color: rgba(29, 33, 32, 0.7000000000000001);
}
.phone a {
  color: rgba(29, 33, 32, 1.0);
}
.phone a:hover {
  color: rgba(29, 33, 32, 0.7000000000000001);
}
.social li a {
  background: rgba(255, 255, 255, 0.0);
  color: rgba(29, 33, 32, 1.0);
}
.social li a:hover {
  color: rgba(29, 33, 32, 0.7000000000000001);
}

.phone a button i{
  color: rgba(29, 33, 32, 1.0);
}





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

.blog-post__date {
  border-color: #0e0e0e;
}

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

.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: #000000;
}

.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: #363636;
}

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

.blog-pagination__link {
  color: #0e0e0e;
}

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

.blog-post__title {
  color: ;
  font-family:;
  font-size: px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0E0E0E;
}

#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);
}










body .icon svg {
  fill: #3AC98B;
}

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

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

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

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: #0E0E0E;
}

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




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
.page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
  max-width: 1276px;
  margin: 0 auto;
}
@media (max-width:1399px){
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 1199.4399999999998px;
  }
}
@media (max-width:1199px){
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 1020.8000000000001px;
  }
}

@media (max-width: 991px){
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 1020.8000000000001px;
  }
}

@media (max-width: 767px){
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 100%;
  }
}

@media (max-width: 575px){
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 100%;
  }
}