







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */



































/* 1h. Site footer */












:root {
   --primary_color: rgba(32, 40, 51,1.0);
   --secondary_color: rgba(48, 48, 48,1.0);
   --tertiary_color: rgba(177, 12, 44,1.0);
   --primary_background_color: rgba(177, 12, 44,1.0);
   --secondary_background_color: rgba(255, 255, 255,1.0);
}





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

.dnd-section,
.content-wrapper--vertical-spacing {
   padding: 50px 0px;
}

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





html {
   font-size: 16px;
}

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

/* Paragraphs */


/* Anchors */

a {
   color: #b10c2c;
}

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

/* Headings */

h1,
.h1 {
   font-family: Poppins;
   font-size: 72px;
   color: #202833;
   font-weight: 600;
}

h2,
.h2 {
   font-family: Poppins;
   font-size: 38px;
   color: #202833;
   font-weight: 600;
}

h3,
.h3 {
   font-family: Poppins;
   font-size: 32px;
   color: #202833;
   font-weight: 600;
}

h4,
.h4 {
   font-family: Poppins;
   font-size: 26px;
   color: #202833;
   font-weight: 600;
}

h5,
.h5 {
   font-family: Poppins;
   font-size: 22px;
   color: #202833;
   font-weight: 600;
}

h6,
.h6 {
   font-family: Poppins;
   font-size: 20px;
   color: #202833;
   font-weight: 700;
}
@media (max-width: 767px) {
   h1,.h1 {
      font-size: 51.839999999999996px;
   }
}
/* Blockquote */

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





button,
.button {
   background-color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border: 1px solid 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border-radius: 4px;
   padding: 8px 50px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border: 1px solid 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
}

button:active,
.button:active {
   background-color: rgba(217, 52, 84, 1.0);
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





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

/* Form title */

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

/* Form label */

form label {
   color: 

  
  
    
  


  rgba(147, 147, 147, 1.0)

;
}

/* Form help text */

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

/* 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: 

  
  
    
  


  rgba(215, 215, 215, 1.0)

;
   color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
   background-color: 

  
  
    
  


  rgba(243, 244, 243, 1.0)

;

}

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: 

  
  
    
  


  rgba(215, 215, 215, 1.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
   background-color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border: 1px solid 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border-radius: 4px;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   padding: 8px 50px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
   background-color: rgba(137, 0, 4, 1.0);
   border-color: #890004;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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





table {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color: #202833;
}

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

thead th,
thead td {
   background-color: 

  
  
    
  


  rgba(32, 40, 51, 1.0)

;
   border-bottom-color: #202833;
   color: #FFFFFF;
}

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





header.header .toggleClass .underline{
   color:

  
  
    
  


  rgba(#null, 1)

;
}

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

header .header_iner .cst-hdr-top-menu>ul>li.menu-item>a{
   color:

  
  
    
  


  rgba(#null, 1)

;
}

header .header_iner .cst-hdr-top-menu>ul>li.menu-item>a:hover{
   color:

  
  
    
  


  rgba(#null, 1)

;

}

header .header_iner .cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper{
   background:

  
  
    
  


  rgba(#null, 1)

;
   border-color:

  
  
    
  


  rgba(#null, 1)

;
}

header .header_iner .cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li>a .cst-con-grp h3{
   color:

  
  
    
  


  rgba(#null, 1)

;
}

header .header_iner .cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li>a .cst-con-grp h3:hover{
   color:

  
  
    
  


  rgba(#null, 1)

;
}

header .header_iner .cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li>a .cst-con-grp .cst-btm-con{
   color:

  
  
    
  


  rgba(#null, 1)

;
}

header.header .header_buttons .button_wrapper a.primary.btn{
   background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   color:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
}

header.header  .header_buttons .button_wrapper a.primary.btn:hover{
   background:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border-color:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header.header .header_buttons .button_wrapper a.secoundary.btn{
   background:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   border-color:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header.header .header_buttons .button_wrapper a.secoundary.btn:hover{
   background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   color:

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
}

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

.header_menu_wrapper nav>ul>li>a{
   color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header_menu_wrapper nav>ul>li>a+.menu-child-toggle path{
   stroke:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header_menu_wrapper nav>ul>li>a:hover{
   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 nav>ul>li>a:hover+.menu-child-toggle path{
   stroke:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header_menu_wrapper .menu-submenu{
   background-color:

  
  
    
  


  rgba(51, 51, 51, 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)

;
}





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

.footer .footer-content *,
.footer .top-title,
.footer .copyright-sec *{
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.f-bottom-menu ul li a,
footer .top-sec .f-menu ul li a,
.footer .copyright-sec a{
   color: 

  
  
    
  


  rgba(215, 215, 215, 1.0)

;
}

.f-bottom-menu ul li a:hover,
footer .top-sec .f-menu ul li a:hover,
.footer .copyright-sec a:hover{
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer .form-wrap form .actions input.hs-button.primary.large{
   background: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   color:

  
  
    
  


  rgba(243, 244, 243, 1.0)

;
}

footer .form-wrap form .actions input.hs-button.primary.large:hover{
   background: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
   color:

  
  
    
  


  rgba(243, 244, 243, 1.0)

;
}

footer .form-wrap form .hs-form-field input {
   background:

  
  
    
  


  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: #202833;
}

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

.blog-pagination__link {
   color: #202833;
}

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

.blog-post__title {
   color: #202833;
   font-family:Poppins;
   font-size: 72px;
   font-weight: 600;
}

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

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

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

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

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

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

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

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

.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: Poppins
      font-size: 32px;
   color: #202833;
   font-weight: 600
}