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

/* Test */


























































  main.body-container-wrapper .dnd-section > .row-fluid {
  max-width: 1558px;
}



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

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




html {
  font-size: 13;
}

body {
  color: #0a0a0a;
  font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;;
  font-weight: 400;
  font-size: 13px;
}

p {
  font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;;
  font-weight: 400
}

a {
  font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;;
  color: rgba(0, 159, 168, 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: rgba(21, 133, 207, 1.0);
}

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

h1 {
  color: #009ea7;
  font-family: Arial;
  font-size: 50px;
  font-weight: 400;
}

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

h2 {
  color: #009ea7;
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
}

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

h3 {
  color: #009ea7;
  font-family: Arial;
  font-size: 25px;
  font-weight: 400;
}

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

h4 {
  color: #009ea7;
  font-family: Arial;
  font-size: 22px;
  font-weight: 400;
}

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

h5 {
  color: #009ea7;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
}

h6 {
  color: #009ea7;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
}

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






form,
.submitted-message {
  font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;;
}

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

.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 155, 164, 1.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(0, 155, 164, 1.0);
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 11.05px;
  padding-bottom: 11.05px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 159, 168, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(40, 195, 204, 1.0);
  color: rgba(0, 155, 164, 1.0);
}

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

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(138, 138, 138, 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: #0a0a0a;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;;
}

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

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

.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(0, 159, 168, 1.0);
  color: rgba(0, 159, 168, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 159, 168, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 159, 168, 1.0);
}





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


.header__container {
  max-width: 1558px;
}
.custom-menu-primary .navigation-primary ul.submenu.level-3>li>a
{
  color: rgba(107, 109, 110, 1.0);
}
.custom-menu-primary .navigation-primary ul.submenu.level-3>li>a:hover
{
  color: rgba(1, 159, 170, 1.0);
}
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(41, 41, 41, 1.0);
}

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



.custom-menu-primary .navigation-primary > ul > li > a:hover,
.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(1, 159, 170, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary ul ul{
  background-color:rgba(255, 255, 255, 1.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(41, 41, 41, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

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

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(51, 51, 51, 1.0);
  background-color: rgba(255, 255, 255, 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(1, 159, 170, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active-item{
  color: rgba(51, 51, 51, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;;
}

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





footer.footer {
  background-color: rgba(72, 72, 72, 1.0);
  
}
.footer_row a p
{
  color: rgba(109, 232, 239, 0.8);
}
.footer_row a p:hover{
  color: rgba(109, 232, 239, 1.0);
}
.colums .hs_cos_wrapper>p, .bottom_des{
   color: rgba(255, 255, 255, 0.5);
}
.item_container a
{
  color: rgba(255, 255, 255, 0.4);
}
.item_container a:hover{
  color: rgba(255, 255, 255, 0.8);
}
.title_conainer h3{
    color: rgba(255, 255, 255, 0.5)
}
.title_conainer h3:hover{
    color: rgba(255, 255, 255, 0.7000000000000001)
}
.copyright{
     background-color:  rgba(26, 26, 26, 1.0)
}
.footer_copyrights{
    color: rgba(255, 255, 255, 0.4)
}
.footer_copyrights a{
  color: rgba(255, 255, 255, 0.3) 
}
.footer_copyrights a:hover{
  color: rgba(255, 255, 255, 0.4) 
}
.footer__container {
  max-width: 1558px;
}





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










body .icon svg {
  fill: #494A52;
}

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

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

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

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: 1558px;
  margin: 0 auto;
}





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