/* ******************************************************************************
*********************************************************************************
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: 1480px;
}
.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #001C36;
}
.page-center {
  max-width: 1480px;
}






html {
  font-size: 18;
}

body {
  color: #001C36;
  font-family:  ProximaNova,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
}

p {
  font-family:  ProximaNova,Helvetica,Arial,sans-serif;
  font-weight: 400
}

a {
  font-family:  ProximaNova,Helvetica,Arial,sans-serif;
  color: rgba(86, 125, 219, 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(86, 125, 219, 1.0);
}

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




h1 {
  color: #001C36;
  font-family: ProximaNova,Helvetica,Arial,sans-serif;

  font-weight: 900;
}


@media (min-width: 768px){
  h1{
    font-size: 60.0px;
  }
  h2{
    font-size: 44.99999999992px;
  }
}
@media (min-width: 1200px){
  h1{
    font-size: 84.0px;
  } 
  h2{
    font-size: 56px;
  }

}
@media (min-width: 1400px){
  h1{
    font-size: 84.0px;
  }

}
@media (min-width: 1500px){
  h1{
    font-size: 71.0px;
  }
}

@media (min-width: 1750px){
  h1{
    font-size: 100px;
  }
}




h2 {
  color: #001C36;
  font-family: ProximaNova,Helvetica,Arial,sans-serif;

  font-weight: 900;
}


h3 {
  color: #001C36;
  font-family: ProximaNova,Helvetica,Arial,sans-serif;
  font-size: 36px;
  font-weight: 900;
}



h4 {
  color: #001C36;
  font-family: ProximaNova,Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 500;
}



h5 {
  color: #001C36;
  font-family: ProximaNova,Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 500;
}

h6 {
  color: #001C36;
  font-family: ProximaNova,Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 500;
}

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






form,
.submitted-message {
  font-family:  ProximaNova,Helvetica,Arial,sans-serif;
}

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

.hs-button,
.button--primary {
  background-color: rgba(21, 21, 23, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 50px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: px;
  margin-right: px;
  margin-top: px;
  margin-bottom: px;
  
}

.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(21, 21, 23, 0.8);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(61, 61, 63, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(4, 35, 73, 1.0);
}

.hs-form legend {
  color: rgba(4, 35, 73, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(230, 230, 235, 1.0);
  border-radius: 4px;
   background-color: rgba(240, 240, 245, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(230, 230, 235, 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: #001C36;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family:  ProximaNova,Helvetica,Arial,sans-serif;
}

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

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

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








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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(58, 184, 111, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(58, 184, 111, 1.0);
}





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


.header__container {
  max-width: 1480px;
}

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(14, 54, 109, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a{  
  color:rgba(14, 54, 109,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(14, 54, 109, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.navigation-primary ul.level-2{
 background:rgba(255, 255, 255, 0.9500000000000001) linear-gradient(to top,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.0) 100%) ;
}

.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(14, 54, 109, 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);
}

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(0, 28, 54, 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(0, 28, 54, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active-item{
  color: rgba(0, 28, 54, 0.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family:  ProximaNova,Helvetica,Arial,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(14, 54, 109, 1.0);
}

.theme-btn{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(21, 21, 23, 1.0);
}

.theme-btn:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(21, 21, 23, 0.8);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(14, 54, 109, 1.0);
  }
}






.footer__container{
    background-color: rgba(21, 21, 23, 1.0);
}
.footer .footer-menu .hs-menu-wrapper>ul>li>a{
   color: rgba(255, 255, 255, 1.0); 
}
.contact-us-footer .form-title{
  color: rgba(255, 255, 255, 1.0);  
}
.footer .footer-menu ul li ul>li>a{
   color: rgba(255, 255, 255, 1.0); 
}
.footer .footer-menu ul li ul>li>a:hover{
   color: rgba(10, 182, 201, 1.0); 
}
.footer-info b{
   color: rgba(255, 255, 255, 1.0); 
}
.request-demo__title{
   color: rgba(255, 255, 255, 1.0); 
}
.footer__container__content, .bottom_des, .footer__container__content p{
     color: rgba(255, 255, 255, 1.0); 
}
.footer__container__content .footer-info a{
       color: rgba(9, 172, 228, 1.0); 
}
.footer__container__content .footer-info a:hover{
       color: rgba(17, 143, 187, 1.0); 
}
.request-demo input.hs-button.primary.large{
    background-color: rgba(58, 184, 111, 1.0);
}
.request-demo input.hs-button.primary.large:hover{
    background-color: rgba(#null, 0.0);
}
.request-demo input.hs-button.primary.large{
    color: rgba(#null, 0.0);
}
.contact-us-footer .hs-button{
    color: rgba(255, 255, 255, 1.0); 
}
.contact-us-footer .hs-button{
    background-color: rgba(58, 184, 111, 1.0);
}
.contact-us-footer .hs-button:hover{
   background-color: rgba(61, 204, 121, 1.0);
}
.contact-us-footer .hs-input{
   background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(230, 230, 235, 1.0); 
  color: rgba(4, 35, 73, 1.0);

}















body .icon svg {
  fill: #001C36;
}

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

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

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

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: #001C36;
}

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




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


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