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




body {
  color: #161616;
  color: rgba(22, 22, 22, 1.0);
  font-family: Hind, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: rgba(222, 88, 51, 1.0);
}
a:hover {
  color: rgba(222, 88, 51, 1.0);
}

h1 {
  color: #001742;
  color: rgba(0, 23, 66, 1.0);
  font-family: NotoSerif, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

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

h2 {
  color: #001742;
  color: rgba(0, 23, 66, 1.0);
  font-family: NotoSerif, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

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

h3 {
  color: #001742;
  color: rgba(0, 23, 66, 1.0);
  font-family: NotoSerif, sans-serif;
  font-size: 30px;
  font-weight: 700;
}
h4 {
  color: #001742;
  color: rgba(0, 23, 66, 1.0);
  font-family: NotoSerif, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
h5 {
  color: #001742;
  color: rgba(0, 23, 66, 1.0);
  font-family: NotoSerif, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
h6 {
  color: #001742;
  color: rgba(0, 23, 66, 1.0);
  font-family: NotoSerif, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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




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

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

.hs-button,
.button--primary {
  background-color: rgba(222, 88, 51, 1.0);
  background: linear-gradient(to right, rgba(191, 56, 19, 1.0) 50%, rgba(222, 88, 51, 1.0) 50%);
  border-color: rgba(222, 88, 51, 1.0);
  border-radius: 25px !important;  
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 12.8px;
  padding-bottom: 12.8px;
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  border-color: rgba(191, 56, 19, 1.0);
  background: linear-gradient(to right, rgba(191, 56, 19, 1.0) 50%, rgba(222, 88, 51, 1.0) 50%);
  color: rgba(255, 255, 255, 1.0);
}
.hs-form label {
  color: rgba(129, 131, 133, 1.0);
}
.hs-form legend {
  color: rgba(129, 131, 133, 1.0);
}
form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(243, 244, 246, 0.0);
  border-radius: 2px;
}
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(0, 95, 226, 1.0);
  border-radius: 4px;
}

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

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

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

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

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

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





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

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

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

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





.cstm-header-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}
.header-menu-search svg path {
  stroke: rgba(0, 95, 226, 1.0);
}
.header-menu-search:hover svg path {
  stroke: rgba(0, 95, 226, 1.0);
}
 
@media (min-width: 1024px) {

  .custom-menu-primary ul.submenu.level-1 > li > a {
    color: rgba(0, 23, 66, 1.0);
  }
  .custom-menu-primary ul.submenu.level-1 > li > a:hover {
    color: rgba(0, 77, 183, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary ul.submenu.level-1 > li > a.active-branch {
    color: rgba(0, 95, 226, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary ul.submenu.level-1 > li > a::before {
    background-color: rgba(0, 9, 24, 1.0);
  } 
  
  .custom-menu-primary .mega-menu {
    background-color: rgba(243, 244, 246, 1.0);
  }  
  .custom-menu-primary .mega-menu__header {
    color: rgba(0, 23, 66, 1.0);
  }
  .custom-menu-primary ul.submenu.level-2 > li > a {
    background-color: rgba(243, 244, 246, 0.0);
    color: rgba(0, 9, 24, 1.0);
  }
  .custom-menu-primary ul.submenu.level-2 > li > a:hover {
    background-color: rgba(243, 244, 246, 0.0);
    color: rgba(0, 9, 24, 1.0);
  }
  .custom-menu-primary ul.submenu.level-2 > li > a.active-branch {
    color: rgba(0, 9, 24, 1.0);
    background-color: rgba(243, 244, 246, 0.0);
  }

  
} 





.bottom-footer-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(129, 131, 133, 1.0);
}
.bottom-bar__copyright {
  color: rgba(129, 131, 133, 1.0);
}
.bottom-footer-wrapper ul a,
.connect_with_us_btn a {
  color: rgba(129, 131, 133, 1.0);
}
.bottom-footer-wrapper ul a:hover {
  color: rgba(76, 77, 78, 1.0);
}

.top-footer-wrapper {
  background-color: rgba(243, 244, 246, 1.0);
}
.footer-form h3 {
  color: rgba(0, 23, 66, 1.0);
}
.footer-menu ul li a {
  color: rgba(0, 23, 66, 1.0);
}
.footer-menu ul li a:hover {
  color: rgba(0, 95, 226, 1.0);
}
.footer-form form .hs-input {
  color: rgba(129, 131, 133, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.footer-form form .hs-input:focus {
  border-color: rgba(0, 95, 226, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}






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

.blog-post__date {
  border-color: #161616;
}

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

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

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

.blog-pagination__link {
  color: #161616;
}

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

.blog-post__title {
  color: #001742;
  font-family:NotoSerif;
  font-size: 48px;
  font-weight: ;
}

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

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










body .icon svg {
  fill: #000000;
}

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

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

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

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

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




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