







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */

/* 1g. Website header */








/* 1h. Site footer */























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

.dnd-section,
.content-wrapper--vertical-spacing {
   padding-top: 40px ;
   padding-bottom: 40px ;
}





body {
   font-size: 18px;
   
   color: #303030;
   
   font-weight: 400;
   font-family: Poppins;
}

/* Paragraphs */

p {}

/* Anchors */

a {
   color: 

  
  
    
  


  rgba(232, 22, 22, 1.0)

;
}

a:hover,
a:focus,
a:active {
   color: 

  
  
    
  


  rgba(186, 0, 0, 1.0)

;
}
.body-container {
   background-color: rgba(243, 243, 243,1.0);
}
/* Headings */

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

h2 {
   font-family: Poppins;
   font-size: 48px;
   
   color: #000000;
   
   font-weight: 600;
}

h3 {
   font-family: Poppins;
   font-size: 40px;
   
   color: #000000;
   
   font-weight: 600;
}

h4 {
   font-family: Poppins;
   font-size: 36px;
   
   color: #303030;
   
   font-weight: 600;
}

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

h6 {
   font-family: Poppins;
   font-size: 26px;
   
   color: #303030;
   
   font-weight: 600;
}

/* Blockquote */

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

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





button,
.button,
form input[type=submit],
form .hs-button {
   background-color: 

  
  
    
  


  rgba(234, 86, 119, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border: 1px solid 

  
  
    
  


  rgba(234, 86, 119, 1.0)

;
   border-radius: 2px;
   padding: 16px 20px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
   background-color: 

  
  
    
  


  rgba(211, 74, 104, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border: 1px solid 

  
  
    
  


  rgba(211, 74, 104, 1.0)

;
}

button:active,
.button:active,
form input[type=submit]:active,
form .hs-button:active {
   background-color: 

  
  
    
  


  rgba(211, 74, 104, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_blog_comments,
.widget-type-password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login {
   background-color: 

  
  
    
  


  rgba(28, 26, 47, 0.5)

;
}

/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
   color: 

  
  
    
  


  rgba(255, 255, 255, 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(0, 0, 0, 0.0)

;
   color: 

  
  
    
  


  rgba(0, 0, 0, 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(0, 0, 0, 0.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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





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, 0.89)

;
   border-bottom-color: #202833;
   color: #FFFFFF;
}

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




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

.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: #EE2200;
}
.custom-menu-primary .menu__wrapper>li>a.menu__link--active-link {
   color: #EE2200;
}
.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(238, 34, 0, 0.04);
   color: #EE2200;
}
.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: #EE2200;
}
.custom-menu-primary .menu-submenu>li>a.menu-link--active-branch{
   color: #EE2200;
   background-color: rgba(238, 34, 0, 0.04);
}	




.header-bottom-menu{
   background: 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:hover{
   color: rgba(255, 255, 255, 1.0);
}
.header_menu_wrapper nav>ul>li>a:hover{
   background-color: rgba(208, 18, 45, 1.0);
}
.header_menu_wrapper nav>ul>li>a.menu__link--active-link{
   color: rgba(255, 255, 255, 1.0);
   background-color: rgba(208, 18, 45, 1.0);
}
.header_menu_wrapper .menu-submenu {
   background: 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(208, 18, 45, 1.0);
}
.header_menu_wrapper .menu-submenu>li>a.menu__link--active-link {
   color: rgba(255, 255, 255, 1.0);
   background: rgba(208, 18, 45, 1.0);
}





footer .top-sec {
   background-color: 

  
  
    
  


  rgba(30, 30, 30, 1.0)

;
} 

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

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

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

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

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

footer.footer .copyright-sec .c-right-main p {
   color: 

  
  
    
  


  rgba(147, 147, 147, 1.0)

;
}

footer.footer .copyright-sec .social-share .icons svg path:first-child {
   stroke: 

  
  
    
  


  rgba(107, 107, 107, 1.0)

;
}

footer.footer .copyright-sec .social-share .icons svg path:not(:first-child) {
   fill: 

  
  
    
  


  rgba(107, 107, 107, 1.0)

;
}

footer.footer .copyright-sec .social-share .icons:hover svg path:first-child {
   stroke: 

  
  
    
  


  rgba(107, 107, 107, 0.8)

;
}

footer.footer .copyright-sec .social-share .icons:hover svg path:not(:first-child) {
   fill: 

  
  
    
  


  rgba(107, 107, 107, 0.8)

;
}

footer.footer .copyright-sec .c-right-main p a {
   color: 

  
  
    
  


  rgba(147, 147, 147, 1.0)

;     
}

footer.footer .copyright-sec .c-right-main p a:hover {
   color: 

  
  
    
  


  rgba(91, 90, 90, 1.0)

;     
}
















.card__price {
   font-family: Poppins
      font-size: 40px;
   color: #000000;
   font-weight: 600
}