







/* 1a. Containers */




/* 1b. Colors */












































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

@media (min-width: 576px){
  .wrapper-footer-page,
  .dnd-section,
  .content-wrapper--vertical-spacing{
    padding-bottom: 35.0px;
    padding-top: 35.0px;
  }
}

@media (min-width: 768px){
  .dnd-section,
  .wrapper-footer-page,
  .content-wrapper--vertical-spacing{
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (min-width: 1000px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1425px;
  }
}


@media only screen and (min-width: 690px) and (max-width: 999px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 600.0px;
  }
}



@media only screen and (max-width: 690px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 320px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 690px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 420px;
  }
}


@media only screen and (max-width: 321px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 300.0px;

  }
}





html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #212322;
  font-weight: 400;
  font-family: Roboto,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(109, 105, 66, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(94, 105, 98, 1.0)

;
}

/* Headings */

h1 {
  font-family: Roboto Slab,serif;
  font-size: 52px;
  color: #212322;
  font-weight: 600;
}

h2 {
  font-family: Roboto Slab,serif;
  font-size: 28px;
  color: #212322;
  font-weight: 700;
}

h3 {
  font-family: Roboto Slab,serif;
  font-size: 26px;
  color: #212322;
  font-weight: 700;
}

h4 {
  font-family: Roboto Slab,serif;
  font-size: 20px;
  color: #212322;
  font-weight: 700;
}

h5 {
  font-family: Roboto Slab,serif;
  font-size: 14px;
  color: #212322;
  font-weight: 600;
}

h6 {
  font-family: Roboto Slab,serif;
  font-size: 14px;
  color: #212322;
  font-weight: 600;
}

/* Blockquote */

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

@media (max-width: 1300px) {
  h1 {
    font-size: 39px;
    line-height: 52.5px;
  }

  h2 {
    font-size: 23.8px;
    line-height: 27.2px;
  }

  h3 {
    font-size: 22.1px;
    line-height: 25.5px;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 39px;
    line-height: 52.5px;
  }

  h2 {
    font-size: 22.4px;
    line-height: 25.6px;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 36.4px;
    line-height: 49px;
  }

  h3 {
    font-size: 20.8px;
    line-height: 24px;
  }
}

@media (max-width: 690px) {
  h1 {
    font-size: 33.8px;
    line-height: 45.5px;
  }

  h4 {
    font-size: 18px;
    line-height: 27px;
  }

  h2 {
    font-size: 21px;
    line-height: 24px;
  }
}


/* @media (max-width: 767.98px){
h2 {
font-size: 18.2px;
}
h3 {
font-size: 17.875px;
}
h4{
font-size: 16.6666px;
}
} */





button,
.button {
  background-color: 

  
  
    
  


  rgba(109, 105, 66, 1.0)

;
  border: 0px solid #D9D9D6;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 7px 11px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(69, 65, 26, 1.0);
  border-color: #b1b1ae;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(149, 145, 106, 1.0);
  border-color: #fffffe;
  color: #FFFFFF;
}





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

/* Form title */

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

/* Form label */

form label {
  color: rgba(94, 105, 98, 1.0);
}

/* Form help text */

form legend {
  color: rgba(33, 35, 34, 1.0);
}


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(243, 243, 243, 1.0);
  border-radius: 0px;
}

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(243, 243, 243, 1.0);
}

/* Form placeholder text */

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

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

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(109, 105, 66, 1.0)

;
  border: 0px solid #D9D9D6;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 7px 11px;
}


form input[type=submit]:focus{
  background-color: rgba(69, 65, 26, 1.0);
  border-color: #b1b1ae;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(149, 145, 106, 1.0);
  border-color: #fffffe;
  color: #FFFFFF;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(109, 105, 66, 1.0);
  border-color: rgba(217, 217, 214, 1.0);
  border-radius: 2px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(109, 105, 66, 1.0);
  border-color: rgba(217, 217, 214, 1.0);
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(33, 35, 34, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(33, 35, 34, 1.0)

;
  color: 

  
  
    
  


  rgba(33, 35, 34, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(33, 35, 34, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(33, 35, 34, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(33, 35, 34, 1.0)

;
}




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

.header .custom-menu-primary .hs-menu-wrapper>ul li a {
  color: rgba(33, 35, 34, 1.0);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a:hover{
  color: rgba(33, 35, 34, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  color: rgba(217, 217, 214, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .custom-menu-primary .hs-menu-wrapper>ul ul{
  background-color: rgba(28, 28, 28, 1.0);
}

.header .custom-menu-primary .hs-menu-wrapper>ul ul li a {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.08);
}

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

.header .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{
  color: rgba(217, 217, 214, 1.0);
  background-color: rgba(39, 39, 39, 1.0);
}


.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  color: rgba(33, 35, 34, 1.0);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  color: rgba(109, 105, 66, 1.0);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:before{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(109, 105, 66, 0.4);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover:before{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(90, 89, 85, 1.0);
}






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

.bottom_footer{
  background-color: rgba(109, 105, 66, 1.0);
}

.top_footer .quick_links_text span,
.top_footer .form_wrapper .form-title{
  color: rgba(33, 35, 34, 1.0);
}

.footer_logo_section .text_wrapper p{
  color: rgba(109, 105, 66, 1.0);
}

.top_footer .footer_links ul li a,
.footer_logo_section .text_wrapper p a{
  color: rgba(94, 105, 98, 1.0);
}

.top_footer .footer_links ul li a:hover,
.footer_logo_section .text_wrapper p a:hover{
  color: rgba(33, 35, 34, 1.0);
}

.top_footer .form_wrapper form label {
  color: rgba(94, 105, 98, 1.0);
}

.top_footer .form_wrapper form .hs-input {
  background-color: rgba(243, 243, 243, 1.0);
}

.top_footer .form_wrapper form .hs-input {
  color: rgba(33, 35, 34, 1.0);
}

.top_footer .form_wrapper form .hs-button {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(109, 105, 66, 1.0);
}

.top_footer .form_wrapper form .hs-button:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(94, 105, 98, 1.0);
}

footer.footer .content p{
  color: rgba(243, 243, 243, 1.0);
}
.social-links ul li a i.fa {
  color: rgba(243, 243, 243, 1.0);
}
.social-links ul li a:hover i.fa {
  color: rgba(33, 35, 34, 1.0);
}











.card__price {
  font-family: Roboto Slab,serif
    font-size: 26px;
  color: #212322;
  font-weight: 700
}




@media (max-width: 1000px){
.mobile_menu_section ul li a {
    font-size: 14pt!important;
}
}