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




















.dnd-section > .row-fluid {
  max-width: 1300px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #1A1A1A;
}
.page-center {
  max-width: 1300px;
}




html {
  font-size: 20;
}

body {
  
  color: #494A52;
  
  font-family: helvetica,Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
  font-size: 20px;
}

a {
  color: rgba(119, 119, 119, 1.0);
}

a:hover,
a:focus {
  color: rgba(51, 51, 51, 1.0);
}
.blog-post__body p strong {
    font-weight: 800;
}


h1 {
  
  color: #494A52;
  
  font-family: helvetica;
  font-size: 50px;
  font-weight: 600;
}

h2 {
  
  color: #231F1F;
  
  font-family: helvetica;
  font-size: 38px;
  font-weight: 600;
}

h3 {
  
  color: #231F1F;
  
  font-family: helvetica;
  font-size: 30px;
  font-weight: 600;
}

h4 {
  
  color: #252221;
  
  font-family: helvetica;
  font-size: 24px;
  font-weight: 600;
}

h5 {
  
  color: #000000;
  
  font-family: helvetica;
  font-size: 16px;
  font-weight: 600;
}

h6 {
  
  color: rgba(173, 91, 93, 1.0);
  
  font-family: zu-semiBold;
  font-size: 12px;
  font-weight: 600;
}

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





form{
  background-color: rgba(255, 255, 255, 1.0);  
}
form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(173, 91, 93, 1.0);
}
/* .blog_tag_filter {
    margin-right: 20px;
    padding: 0px 10px;
    background: #900028;
    height: 38px;
} */
.blog_tag_filter {
    padding: 20px 10px;
    background: #900028;
    height: auto;
}
label.blog-tag-filter__title {
    color: #fff !important;
}
.blog-tag-filter .blog-tag-filter__select {
    color: #fff;
}
.blog-tag-filter .blog-tag-filter__select option{ 
    color: #000;
}
.hs-button,
.button--primary {
  background: linear-gradient(to bottom, rgba(187, 111, 111, 1.0) 0%, rgba(167, 87, 100, 1.0) 47%, rgba(141, 57, 79, 1.0) 100%);
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* .blog-tag-filter {
    display: flex;
    min-width: 270px;
    align-items: center;
} */
.blog-tag-filter {
    display: flex;
    min-width: 100%;
    align-items: center;
    max-width: 100%;
    width: 100%;
}
.hs-button:hover,
.button--primary:hover {
  background-color: rgba(255, 205, 33, 1.0);
  border-color: rgba(173, 173, 173, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(85, 85, 85, 1.0);
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

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


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

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

.fn-date-picker td .pika-button:hover {
  background-color: #1A1A1A !important;
}
.arbic * {
    text-align: right !important;
}




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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

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





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

.notice{
  background-color: rgba(26, 26, 26, 1.0);
}

.header-col-10 p a{
  border-left: 1px solid rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header-col-10 p a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.header-col-2 p text{
  border-left: 1px solid rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.top-links-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(160, 160, 160, 1.0);
}

.top-links-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(173, 91, 93, 1.0);
}

.header__container {
  max-width: 1300px;
}



.navigation-primary > ul > li > a {
  color: rgba(52, 52, 52, 1.0);
}
.navigation-primary > ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.navigation-primary > ul > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}
.navigation-primary > ul > li.active-branch {
  background-color: rgba(140, 31, 47, 1.0);
}
.navigation-primary > ul > li > a {
  background-color: rgba(#null, 0.0);
}
.navigation-primary > ul > li > a:hover {
  background-color: rgba(140, 31, 47, 1.0);
}

body .navigation-primary  ul ul li a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.85);
}
body .navigation-primary  ul ul li a:hover {
  background-color: rgba(173, 91, 93, 0.85);
  color: rgba(255, 255, 255, 1.0);
}
body .navigation-primary  ul ul li a.active-branch {
  background-color: rgba(173, 91, 93, 0.85);
  color: rgba(255, 255, 255, 1.0);
}

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

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





.footer {
  background-color: rgba(52, 52, 52, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.list-group-item text, .phone-number span, .phone-number small, .email span, .email small, .text-wrapper text{
  color: rgba(255, 255, 255, 1.0);
}

.footer-title h5{
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a, .links-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0); 
}
.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover, .links-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0); 
}

.copyright-wrapper p{
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1300px;
}



@media (min-width:768px){
  .content-wrapper, .banner-container{
    max-width: 767.9997px;
  }
}

@media (min-width:992px){
  .content-wrapper, .banner-container{
    max-width: 969.9988999999999px;
  }
}

@media (min-width:1200px){
  .footer__container, .header__container, .dnd-section .row-fluid, .page-center, .banner-container, .content-wrapper{
    max-width: 1300px;
  }
}






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

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

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

.blog-post__title {
  color: #231F1F;
  font-family:helvetica;
  font-size: 38px;
  font-weight: ;
}

.blog-post__author {
  background-color: #1A1A1A;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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










body .icon svg {
  fill: #1A1A1A;
}

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

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

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

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

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


@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper{
    max-width: 969.999999995px;
  }
}

@media (max-width: 991px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper{
    max-width: 749.999999996px;
  }
}




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