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

@media (max-width: 1200px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 950px;
  }
}

@media (max-width: 1000px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 600px; 
  }
}

@media (max-width: 600px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 420px; 
  }
}

@media (max-width: 480px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 300px; 
  }
}

@media (max-width: 350px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 95%; 
  }
}

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

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




html {
  font-size: 16;
}

body {
  color: #0b3c7f;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}

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

a {
  font-family: Poppins;
  color: rgba(11, 60, 127, 1.0);
}

a:hover,
a:focus {
  color:#0b3c7f;
}

a:active {
  color: rgba(51, 100, 167, 1.0);
}

h1 {
  color: #0b3c7f;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
}

h2 {
  color: #0b3c7f;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
}

h3 {
  color: #0b3c7f;
  font-family: Poppins;
  font-size: 25px;
  font-weight: 500;
}

h4 {
  color: #0b3c7f;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  color: #0b3c7f;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  color: #0b3c7f;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
}
blockquote {
  border-left: 10px solid #F8FAFC;;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(11, 60, 127, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #FFFFFF;
}

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

.hs-form label {
  color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  border-radius: 3px;
}

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

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

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

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

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

.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(50, 54, 67, 1.0);
  color: rgba(50, 54, 67, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(50, 54, 67, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(50, 54, 67, 1.0);
}





.header-top .header_bottom {
  background-color: rgba(255, 255, 255, 0.0);
}

.fixed .header-top .header_bottom {
  background-color: rgba(255, 255, 255, 0.0);
}

.header-top .header_bottom {
  border-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(105, 105, 105, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(11, 60, 127, 0.0);
}

.fixed .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(11, 60, 127, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:active {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(11, 60, 127, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul {
  background-color: rgba(234, 241, 241, 1.0);
  border-color: rgba(11, 60, 127, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2 ul li a {  
  color: rgba(11, 60, 127, 1.0);  
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2 ul li a:hover {
  color: rgba(11, 60, 127, 1.0);
  background-color: rgba(234, 241, 241, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2 ul li a:active {
  color: rgba(11, 60, 127, 1.0);
  background-color: rgba(234, 241, 241, 0.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: #ffffff;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > 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: #ffffff;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #0b3c7f;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #0b3c7f
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #ffffff;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #0b3c7f;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #eaf1f1;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #eaf1f1;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #eaf1f1;
  color: #0b3c7f;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #0b3c7f;
  background-color: #eaf1f1;
}

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

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





footer .top{
  background-color: rgba(11, 60, 127, 1.0);
}

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

.text-4 .widget ul li a,
.social.column .social-inner .text-5 .menu ul a {
  color: rgba(255, 255, 255, 1.0);
}

.text-4 .widget ul li a:hover,
.social.column .social-inner .text-5 .menu ul a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.social.column .social-inner .text-5 p span a i {
  color: rgba(255, 255, 255, 1.0);
}

.social.column .social-inner .text-5 p span a:hover i {
  color: rgba(255, 255, 255, 1.0);
}
















body .icon svg {
  fill: #0b3c7f;
}

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

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

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

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




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