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

/* Test */


















































@media  (max-width: 1689px){
  .dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
    max-width: 85%;
  }
}
@media(max-width: 575px){
  .dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
    max-width: 87%;
  }
}


.dnd-section,
.systems-page{
  padding-bottom: 50px;
  padding-top: 50px;
}

.dnd-section li {
  font-weight: 400
}


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

@media (max-width: 767px){
  .error-page{
    padding-bottom: 50px;
    padding-top: 50px;
  }  
}




html {
  font-size: 16;
}

body {
  color: #15161f;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
}

@media(max-width: 767px) {
  body {
    font-size: 12.8px;
  }
}

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

a {
  font-family: Inter;
  color: rgba(2, 112, 224, 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:#00b1e3;
}

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

h1 {
  color: #15161f;
  font-family: Inter;
  font-size: 32.44px;
  font-weight: 500;
}
@media(max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media(max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  color: #15161f;
  font-family: Inter;
  font-size: 32.44px;
  font-weight: 400;
}

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

h3 {
  color: #15161f;
  font-family: Inter;
  font-size: 32.44px;
  font-weight: 500;
}

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

h4 {
  color: #000;
  font-family: 'Inter',sans-serif;
  font-size: 16px;
  font-weight: 700;
}

h5 {
  color: #000;
  font-family: 'Inter',sans-serif;
  font-size: 13px;
  font-weight: 700;
}

h6 {
  color: #000;
  font-family: Inter;
  font-size: 11px;
  font-weight: 700;
}






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

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

.hs-button,
.button--primary {
  background-color: rgba(5, 222, 186, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(21, 22, 31, 1.0);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #05deba;
  border-color: rgba(255, 255, 255, 0.0);
  color: #15161f;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(45, 255, 226, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(21, 22, 31, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  border-color: rgba(218, 218, 218, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus {
  border-color: rgba(218, 218, 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: #15161f;
}

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

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

.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(222, 226, 230, 1.0);
  color: rgba(77, 81, 91, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(77, 81, 91, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(222, 226, 230, 1.0);
}





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

.header-hide header.header,
.header-show header.header{
  background-color: rgba(247, 247, 247, 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: #6e767f;
}

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: #15161f;
}

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: #15161f;
}
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: #fff;
}
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: #fff
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #15161f;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #15161f;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #6e767f;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #fff;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #fff;
}

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: #fff;
  color: #15161f;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #15161f;
  background-color: #fff;
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(110, 118, 127, 1.0);
}


.Header_menuMiddle .hs-menu-wrapper>ul>li>a{
  color: #6e767f;
}

.Header_menuMiddle .hs-menu-wrapper>ul>li>a:hover{
  color: #15161f;
  background-color:rgba(255, 255, 255, 0.0); 
}
.Header_menuMiddle .hs-menu-wrapper>ul>li.active>a{
  color: #15161f;
  background-color:rgba(255, 255, 255, 0.0); 
}
.Header_menuMiddle .hs-menu-wrapper>ul>li>ul{
  background-color: #fff;
}

.Header_menuMiddle .hs-menu-wrapper>ul>li>ul>li>a{
  color: #6e767f;
}
.Header_menuMiddle .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color:rgba(255, 255, 255, 0.0); 
  color: #15161f;
}
.Header_menuMiddle .hs-menu-wrapper>ul>li>ul>li.active>a{
  color: #15161f;
  background-color:rgba(255, 255, 255, 0.0);
}


.Header_menuRight .header-buton {
  background-color: rgba(21, 22, 31, 1.0);
  color: rgba(247, 247, 247, 1.0);

}

.Header_menuRight .header-buton:hover {
  background-color: #f7f7f7;
  color: #2f313c;
}



.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #2f313c;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color: #2f313c;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: #2f313c;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{ 
  color: #2f313c;
}
.child-trigger i, .child-trigger i:after{
  background-color: #2f313c;
}
.dropdown-menu{
  color: #000;
}

.menu-close{
  color: #4d515b;
}
.menu-close:hover{
  color: #000;
}

.menu-close svg path{
  stroke: #444f5c;
}

.menu__footer__social-media a svg path{
  fill:#97989d;
}
.menu__footer__social-media a:hover svg path{
  fill:#97989d;
}


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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(110, 118, 127, 1.0);
  }
}





.footer {
  background-color: rgba(47, 49, 60, 1.0);
}

.col-3 h4{
  color: #fff;
}
.col-3 p a{
  color: #818389;
}

.col-3 p a:hover{
  color: #f7f7f7;
}

.Footer_socialMedia a svg path{
  fill:#97989d;
}
.Footer_socialMedia a:hover svg path{
  fill:#97989d;
}
.copyright{
  color: rgba(255, 255, 255, 0.8);
}






.blog-post__date {
  border-color: #15161f;
}

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

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

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

.blog-pagination__link {
  color: #15161f;
}

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

.blog-post__title {
  color: #15161f;
  font-family:Inter;
  font-size: 32.44px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

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

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #FFFFFF;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
  color: #00b1e3;
}

.blog-post__read-more svg {
  fill: #15161f;
}

.blog-post__read-more a:hover svg {
  fill: #00b1e3;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #15161f;
}

.blog-sidebar a:hover {
  color: #00b1e3;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #15161f;
}

.blog-post__tags a {
  color: #15161f;
}

.blog-post__body{
  color: #4d515b
}



.blog-post__meta a:hover {
  color: #00b1e3
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #15161f;
}

.blog-post__back-to-blog:hover {
  color: #00b1e3;
}

.blog-post__back-to-blog svg {
  fill: #15161f;
}

a.blog-post__back-to-blog:hover svg {
  fill: #00b1e3;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}










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





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