/* ******************************************************************************
*********************************************************************************
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(min-width:1025px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 86%;
  }
}

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

@media(max-width:767px){
  .dnd-section {
    padding-bottom: 32.0px;
    padding-top: 32.0px;
  } 
}

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





body {
  color: #494A52;
  font-family: Geist;
  font-weight: 440;
}

@media(min-width:1025px){
  body { 
    font-size: 1vw;
  }
}

p { font-family: Geist; 
  font-weight: 440
}

a { 
  color: rgba(0, 0, 13, 1.0);
  cursor: pointer; 
}

a:hover,
a:focus {
  color: rgba(0, 0, 13, 1.0); 
}

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

h1 {
  color: #000000;
  font-family: Geist;
  font-size: 62px;
  font-weight: 600;
}

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

h2 {
  color: #000000;
  font-family: Geist;
  font-size: 20px;
  font-weight: 600;
}

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

h3 {
  color: #000000;
  font-family: Geist;
  font-size: 16px;
  font-weight: 600;
}

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

h4 {
  color: rgba(0, 0, 13, 1.0);
  font-family: Matter;
  font-size: 14px;
  font-weight: 600;
}

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

h5 {
  color: #000000;
  font-family: Geist;
  font-size: 14px;
  font-weight: 600;
}

h6 {
  color: #000000;
  font-family: Geist;
  font-size: 14px;
  font-weight: 600;
}






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

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

.hs-button,
.button--primary {
  background-color: rgba(0, 0, 13, 1.0);
  border-color: rgba(0, 0, 13, 1.0);
  border-radius: 100px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 27px;
  padding-bottom: 27px;
}

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

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

.hs-form .field > label,
.hs-form-field > label {
  color: rgba(105, 105, 115, 1.0);
}

.hs-form legend {
  color: rgba(105, 105, 115, 0.5);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(219, 219, 221, 1.0);
  color: ;
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(83, 87, 234, 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: #494A52;
}

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

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(105, 105, 115, 1.0);
  color: rgba(105, 105, 115, 1.0);
}

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

tfoot td {
  background-color: rgba(240, 240, 245, 1.0);
  color: rgba(105, 105, 115, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(105, 105, 115, 1.0);
}





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

.custom-menu-primary>div>ul>li>a,
.hd_social ul li a,
.hd_menu_txt a,
.hd_menu_txt a:hover{
  color : rgba(0, 0, 13, 1.0);
}

.custom-menu-primary>div>ul>li>a:hover,
.hd_social ul li a:hover{
  color : rgba(145, 145, 150, 1.0);
}

.custom-menu-primary>div>ul>li:hover >a{
  background-color : rgba(255, 255, 255, 0.0);
}  

.custom-menu-primary>div>ul>li.active-branch > a{
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(105, 105, 115, 1.0);
}

.custom-menu-primary >div  ul ul {
  background-color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary >div  ul ul li a {
  color : rgba(0, 0, 13, 1.0);
}

.custom-menu-primary >div  ul ul li a:hover {
  color : rgba(0, 0, 13, 1.0);
}

.custom-menu-primary >div  ul ul li:hover > a {
  background-color : rgba(255, 255, 255, 0.0);
}

.custom-menu-primary >div  ul ul li.active-branch > a  {
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(105, 105, 115, 1.0);
}

.hd_txt p{
  color : rgba(44, 44, 54, 1.0);
}

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





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

.footer a{
  color: rgba(255, 255, 255, 1.0); 
}

.footer a:hover{
  color: rgba(186, 186, 193, 1.0); 
}

.copyright{
  color: rgba(255, 255, 255, 0.5); 
}

.address{
  color: rgba(255, 255, 255, 0.5); 
}

.ft_top_cntnt a,
.ft_top_cntnt a:hover{
  color: rgba(255, 255, 255, 1.0); 
}






.blog-post__date {
  border-color: #494A52;
}

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

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

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

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

.blog-pagination__link {
  color: #494A52;
}

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

.blog-post__title {
  color: #000000;
  font-family:Geist;
  font-size: 20px;
  font-weight: ;
}

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

#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            */



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

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

.blog-post__tag-link:hover{
  color: #00000D;
}

.blog-post__read-more svg {
  fill: #494A52;
}

.blog-post__read-more a:hover svg {
  fill: #00000D;
}

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

.blog-sidebar a {
  color: #494A52;
}

.blog-sidebar a:hover {
  color: #00000D;
}



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

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

.blog-post__meta a {
  color: #494A52;
}

.blog-post__body, .blog-post__tags a {
  color: #494A52;
}

.blog-post__meta a:hover {
  color: #00000D
}

.blog-post__links {
  border-top:  2px solid rgb(125, 125, 130);
}

.blog-post__back-to-blog {
  color: #494A52;
}

.blog-post__back-to-blog:hover {
  color: #00000D;
}

.blog-post__back-to-blog svg {
  fill: #494A52;
}

a.blog-post__back-to-blog:hover svg {
  fill: #00000D;
}

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

.comment.depth-1 {
  border-left: 2px solid rgb(125, 125, 130);
}

.section.post-footer .hs-input {
  border-color: rgb(125, 125, 130);
}











body .icon svg {
  fill: #00000D;
}

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

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

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

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





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