

:root {
   --primary: 

  
  
    
  


  rgba(51, 51, 51, 1)

;
   --secondary: 

  
  
    
  


  rgba(48, 48, 48, 1)

;
   --tertiary: 

  
  
    
  


  rgba(177, 12, 44, 1)

;
   --quaternary: 

  
  
    
  


  rgba(30, 30, 30, 1)

;
   --quinary: 

  
  
    
  


  rgba(177, 12, 44, 1)

;
}






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
























































/* 1d. Buttons */













/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */

/* 1g. Website header */









/* 1h. Site footer */







.content-wrapper {
   max-width: 1280px;

}

.dnd-section,
.content-wrapper--vertical-spacing {
   padding: 80px 20px;
}

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

@media(max-width:991px){
   .dnd-section,
   .content-wrapper--vertical-spacing {
	  padding-top: 80px 20px*0.75;
	  padding-bottom: 80px 20px*0.75;
   }
}




html {
   font-size: 16px;
}


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

/* Paragraphs */

p {
   font-size: 16px;
   color: #333333;
   font-weight: 400;
}

/* Anchors */

a {
   color: #B10C2C;
}

a:hover,
a:focus,
a:active {
   color: #B10C2C;
}

/* Headings */

h1 {
    
   font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
   color: #303030;
   font-size: 64px;
   
}

h2, .h2 {
    
   font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
   color: #303030;
   font-size: 52px;
   
}

h3, .h3 {
    
   font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
   color: #303030;
   font-size: 32px;
   
}

h4 {
    
   font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
   color: #303030;
   font-size: 25px;
   
}

h5 {
    
   font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
   color: #303030;
   font-size: 20px;
   
}

h6 {
    
   font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
   color: #303030;
   font-size: 18px;
   
}

@media (max-width:767px) {
   h1, .h1 {
	  font-size: 42.0px;
   }
   h2, .h2 {
	  font-size: 29.999999952000003px;
   }
   h3, .h3 {
	  font-size: 26.0px;
   }
}

/* Blockquote */

blockquote {
   border-left-color: #303030;
}





button,
.button {
   background-color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border: 1px solid #B10C2C;
   border-radius: 28px;
   color: #FFF;
   padding: 10px 50px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border: 1px solid 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
   color: #303030;
}

button:active,
.button:active {
   background-color: rgba(217, 52, 84, 1.0);
   border-color: #d93454;
   color: #FFF;
}



.button.hs-button.btn-secondary {
   border-color: var(--secondary);
   border-width: 1px;
   color:#fff;
   background-color: var(--secondary);
}
.button.hs-button.btn-secondary:hover,
.button.hs-button.btn-secondary:hover {
   background-color:#fff;
   color: var(--secondary);
   border-color: #fff;
}

.button.hs-button.btn-quaternary {
   border-color: var(--quaternary);
   border-width: 1px;
   color:#fff;
   background-color: var(--quaternary);
}
.button.hs-button.btn-quaternary:hover , 
.button.hs-button.btn-quaternary:hover {
   background-color:#fff;
   color: var(--secondary);
   border-color: #fff;
}

.button.hs-button.btn-quinary {
   border-color:#ffffff;
   border-width: 1px;
   color:var(--ternary);
   background-color:#ffffff;
}
.button.hs-button.btn-quinary:hover , 
.button.hs-button.btn-quinary:hover {
   background-color: var( --tertiary);
   color: #fff;
   border-color:var( --tertiary);
}





form,
.submitted-message {
   font-size: 16px;
   color: #333333;
   font-weight: 400
}

/* Form title */

.form-title {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: #303030;
}

/* Form label */

form label {
   color: #303030;
}

/* Form help text */

form legend {
   color: #303030;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   border-color: #D7D7D7;
   color: #333333;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
   border-color: #D7D7D7;
}

/* Form placeholder text */

::-webkit-input-placeholder {
   color: #333333;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
   color: #333333;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
   background-color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border: 1px solid #B10C2C;
   border-radius: 28px;
   color: #FFF;
   padding: 10px 50px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border: 1px solid 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
   color: #303030;
}

form input[type=submit]:active,
form .hs-button:active {
   background-color: rgba(217, 52, 84, 1.0);
   border-color: #d93454;
   color: #FFF;
}







table {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color: #333333;
}

th,
td {
   border-color: #333333;
   color: #333333;
}

thead th,
thead td {
   background-color: 

  
  
    
  


  rgba(48, 48, 48, 1)

;
   border-bottom-color: #333333;
   color: #FFFFFF;
}

tfoot td {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: #333333;
}




.header {
   background-color: ;
}

.custom-menu-primary .menu__wrapper>li>a {
   color: #6D6D6D;
}
.custom-menu-primary .menu__wrapper>li:hover>a {
   color: #B10C2C;
}

.custom-menu-primary .menu__wrapper>li.active .menu-child-toggle svg path,
.custom-menu-primary .menu__wrapper>li:hover>.menu-child-toggle svg path {
   stroke: #B10C2C;
}
.custom-menu-primary .menu__wrapper>li>a.menu__link--active-link {
   color: #B10C2C;
}
.custom-menu-primary .menu-submenu{
   background-color: #FFFFFF;
}
.custom-menu-primary .menu-submenu>li>a{
   color: #6D6D6D;
}

.custom-menu-primary .menu-submenu>li:hover>a{
   background-color: rgba(177, 12, 44, 0.04);
   color: #B10C2C;
}
.custom-menu-primary .menu-submenu>.menu-item.menu-item--depth-2.active .menu-child-toggle svg path,
.custom-menu-primary .menu-submenu>.menu-item.menu-item--depth-2:hover>.menu-child-toggle svg path {
   stroke: #B10C2C;
}
.custom-menu-primary .menu-submenu>li>a.menu-link--active-branch{
   color: #B10C2C;
   background-color: rgba(177, 12, 44, 0.04);
}	



.header-bottom-menu{
   background: rgba(30, 30, 30, 1.0);
}

.header_menu_wrapper nav>ul>li>a{
   color: rgba(255, 255, 255, 1.0);
}
.header_menu_wrapper nav>ul>li>a:hover{
   color: rgba(255, 255, 255, 1.0);
   border-color: rgba(255, 255, 255, 1.0);
}
.header_menu_wrapper nav>ul>li>a:hover{
   background-color: rgba(177, 12, 44, 1.0);
}
.header_menu_wrapper nav>ul>li>a.menu__link--active-link{
   color: rgba(255, 255, 255, 1.0);
   background-color: rgba(177, 12, 44, 1.0);
   border-color: rgba(255, 255, 255, 1.0);
}
.header_menu_wrapper .menu-submenu {
   background: rgba(30, 30, 30, 1.0);
}
.header_menu_wrapper .menu-submenu>li>a {
   color: rgba(255, 255, 255, 1.0);
}
.header_menu_wrapper .menu-submenu>li>a:hover {
   color: rgba(255, 255, 255, 1.0);
   background-color: rgba(177, 12, 44, 1.0);
}
.header_menu_wrapper .menu-submenu>li>a.menu__link--active-link {
   color: rgba(255, 255, 255, 1.0);
   background: rgba(177, 12, 44, 1.0);
}




/* Footer content */
footer.footer{
   background: rgba(30, 30, 30, 1.0);
}
.footer_form_title h3{
   color: rgba(255, 255, 255, 1.0);   
}


.footer_menu ul>li>a , .hsftr_social ul li a svg path{
   color: rgba(221, 221, 221, 1.0);
}
.hsftr_social ul li a svg path{
   fill: rgba(221, 221, 221, 1.0);
}
.footer_menu ul>li>a:hover{
   color: rgba(177, 12, 44, 1.0);
}
.hsftr_social ul li a:hover svg path{
   fill: rgba(177, 12, 44, 1.0);
}

.footer_copyright p{
   color: rgba(158, 158, 158, 1.0);
}
.bottom-footer_menu .hs-menu-wrapper ul>li>a{
   color: rgba(158, 158, 158, 1.0);
}
.bottom-footer_menu .hs-menu-wrapper ul>li>a:hover{
   color: rgba(255, 255, 255, 1.0);
}





/* Blog Header */

.blog-header {
   background-color: rgb(238, 240, 242);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
   color: #333333;
}

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

.blog-post__title {
   color: ;
   font-family:{font=Poppins, font_set=GOOGLE, styles={font-weight=600, text-decoration=none, font-family=Poppins, serif, font-style=normal}, size=64, size_unit=px, color=#303030, variant=600, fallback=serif, style=font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal, css=color: #303030;font-size: 64px;font-weight: 600; font-family: Poppins, serif;};
   font-size: px;
   font-weight: ;
}

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

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
   color: #B10C2C;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
   fill: #B10C2C;
}

.blog-index__post-content--small h2 {
   font-size: px;
}

.blog-index__post-content a {
   color: #333333;
}

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

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

.blog-sidebar a {
   color: #333333;
}

.blog__subscription-block, .blog-related-posts {
   background-color: rgb(238, 240, 242);
}

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

.blog-post__meta a:hover {
   color: #B10C2C;
}

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

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

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

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

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

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

.blog-recent-posts {
   background-color: rgb(238, 240, 242);
}











.card__price {
   font-family: {font=Poppins, font_set=GOOGLE, styles={font-weight=600, text-decoration=none, font-family=Poppins, serif, font-style=normal}, size=32, size_unit=px, color=#303030, variant=600, fallback=serif, style=font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal, css=color: #303030;font-size: 32px;font-weight: 600; font-family: Poppins, serif;}
	  font-size: px;
   color: ;
   font-weight: 
}