/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.content-wrapper {
  max-width: 71.25rem;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #00d700;
} 





body {
  color: #171717;
  font-family: arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@media(max-width:980px){
  body {
    font-size: 14.0px;
  }	
}

p {
  font-family: arial, helvetica, sans-serif;
  font-weight: 400
}

a {
  font-family: arial, helvetica, sans-serif;
  color: rgba(0, 215, 0, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {
  color:#C2ff01;
}

a:active {
  color: rgba(40, 255, 40, 1.0);
}

h1 {
  color: #171717;
  font-family: arial, helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

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

h2 {
  color: #171717;
  font-family: arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

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

h3 {
  color: #171717;
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

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

h4 {
  color: #171717;
  font-family: arial, helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

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

h5 {
  color: #171717;
  font-family: arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

h6 {
  color: #171717;
  font-family: arial, helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}






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

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

.hs-button,
.button--primary {
  background: linear-gradient(0deg, #00d700 0%, #00d700 100%);
  background-image:  -ms-linear-gradient(top, #00d700 0%, #00d700 100%);
  border-color: rgba(0, 215, 0, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus { 
  background: linear-gradient(0deg, #00d700 0%, #00d700 100%);
  background-image:  -ms-linear-gradient(top, #00d700 0%, #00d700 100%);
  border-color:rgba(0, 215, 0, 1.0); 
  color:rgba(255, 255, 255, 1.0); 
}

.hs-button:active,
.button--primary:active {
  background: linear-gradient(0deg, #00d700 0%, #00d700 100%);
  background-image:  -ms-linear-gradient(top, #00d700 0%, #00d700 100%);
  border-color: rgba(40, 255, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form legend {
  color: rgba(23, 23, 23, 0.5);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(206, 212, 218, 1.0);
  color: ;
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(206, 212, 218, 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: #171717;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
}

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

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

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





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

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

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

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





.head_inner {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #171717;
}

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

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #00d700;
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #fff;
} 

body .header__language-switcher .lang_list_class li:hover {
  background-color: #fff;
  color: #00d700;
} 

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(23, 23, 23, 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(23, 23, 23, 1.0);
  }
}


@media(min-width:981px){

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

  .custom-menu-primary>div>ul>li>a:hover{
    color : rgba(0, 215, 0, 1.0);
  }

  .custom-menu-primary>div>ul>li> a:before{
    background : rgba(0, 215, 0, 1.0);
  }

  .custom-menu-primary>div>ul>li:hover >a{
    background-color : rgba(255, 255, 255, 0.0);
  }  

  .custom-menu-primary>div>ul>li.active-branch > a{
    background-color : rgba(255, 255, 255, 0.0);
    color : rgba(0, 215, 0, 1.0);
  }

  .custom-menu-primary >div  ul ul {
    background-color : rgba(255, 255, 255, 1.0);
  }

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

  .custom-menu-primary >div  ul ul li a:hover {
    color : rgba(0, 215, 0, 1.0);
  }

  .custom-menu-primary>div>ul ul li a:before{
    background : rgba(0, 215, 0, 1.0);
  }

  .custom-menu-primary >div  ul ul li:hover > a {
    background-color : rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary >div  ul ul li.active-branch > a  {
    background-color : rgba(255, 255, 255, 0.0);
    color : rgba(0, 215, 0, 1.0);
  }

  .custom-menu-primary>div>ul>li.contact>a{
    border-color : rgba(196, 205, 213, 1.0);
    background-color : rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary>div>ul>li.contact>a:hover{
    background-color : rgba(33, 43, 54, 0.05);
  }
}








.footer {
  background-color: rgba(23, 23, 23, 1.0);
}


.footer a{
  color: rgba(255, 255, 255, 1.0); 
}

.footer a:hover{
  color: rgba(0, 215, 0, 1.0); 
}

.copyright p{
  color: rgba(255, 255, 255, 1.0); 
}

.ftmenu .hs-menu-wrapper>ul>li>a,
.ftmenu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(0, 215, 0, 1.0);
}

.ftmenu .hs-menu-wrapper ul li a:before{
  background: rgba(0, 215, 0, 1.0);
}

.ftmenu .hs-menu-wrapper>ul>li>a:before{
  background: rgba(0, 215, 0, 1.0);
}

.ft_social ul li svg path{
  fill: rgba(255, 255, 255, 1.0);
}

.ft_social ul li a:hover svg path{
  fill: rgba(0, 215, 0, 1.0);
}














body .icon svg {
  fill: #171717;
}

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

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

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

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: #00d700;
}




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