







/* 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: 981px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1110px;
  }
}






html {
  font-size: 15px;
}

body {
  font-size: 15px;
  color: #777;
  font-weight: 400;
  font-family: Open Sans,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(237, 28, 36, 1.0)

;
}

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

  
  
    
  


  rgba(237, 28, 36, 1.0)

;
}

/* Headings */

h1 {
  font-family: Open Sans,sans-serif;
  font-size: 34px;
  color: #333;
  font-weight: 400;
}

h2 {
  font-family: Open Sans,sans-serif;
  font-size: 29px;
  color: #333;
  font-weight: 400;
}

h3 {
  font-family: Open Sans,sans-serif;
  font-size: 24px;
  color: #333;
  font-weight: 400;
}

h4 {
  font-family: Open Sans,sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

h5 {
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

h6 {
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

/* Blockquote */

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

/* @media (max-width: 767.98px){
h2 {
font-size: 18.85px;
}
h3 {
font-size: 16.5px;
}
h4{
font-size: 14.99994px;
}
} */





button,
.button {
  background-color: 

  
  
    
  


  rgba(137, 193, 119, 1.0)

;
  border: 2px solid #ddd;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 5px 9px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(97, 153, 79, 1.0);
  border-color: #b5b5b5;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(177, 233, 159, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





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

/* Form title */

.form-title {
  background-color: rgba(#null, 0.0);
  color: rgba(64, 61, 58, 1.0);
}

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(222, 69, 53, 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(221, 221, 221, 1.0);
  border-radius: 3px;
}

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

/* Form placeholder text */

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

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

/* Submit button */

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

  
  
    
  


  rgba(137, 193, 119, 1.0)

;
  border: 2px solid #ddd;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 5px 9px;
}


/* form input[type=submit]:focus{
background-color: rgba(97, 153, 79, 1.0);
border-color: #b5b5b5;
color: #FFFFFF;
} */

/* form input[type=submit]:active,
form .hs-button:active {
background-color: rgba(177, 233, 159, 1.0);
border-color: #ffffff;
color: #FFFFFF;
} */


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(137, 193, 119, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
  border-radius: 3px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(137, 193, 119, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}




.inner_header{
  background-color: rgba(255, 255, 255, 0.9) ;
}

.custom-menu-primary .submenu.level-1>li>a{
  color: rgba(64, 64, 64, 1.0) ;
}

.custom-menu-primary .submenu.level-1>li>a:hover{
  color: rgba(28, 64, 117, 1.0) ;
  border-color: rgba(28, 64, 117, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}

.custom-menu-primary .submenu.level-1 > li.active-branch > a {
  color: rgba(28, 64, 117, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}

.custom-menu-primary .navigation-primary .has-submenu .submenu {
  background-color: rgba(255, 255, 255, 1.0) ;
}

.custom-menu-primary .navigation-primary .has-submenu .submenu li a {
  color: rgba(64, 64, 64, 1.0) ;
}

.custom-menu-primary .navigation-primary .has-submenu .submenu li a:hover {
  color: rgba(28, 64, 117, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}

.custom-menu-primary .navigation-primary .has-submenu .submenu li.active-branch > a {
  color: rgba(28, 64, 117, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}







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

.footer_social_icon h3,
.footer_menu .submenu.level-1>li>a{
  color: rgba(231, 236, 242, 1.0);
}

.footer_menu .submenu.level-1>li.contact-info>ul>li>a{
  color: rgba(153, 153, 153, 1.0);
}

.footer_menu .submenu.level-1>li>ul>li>a{
  color: rgba(153, 153, 153, 1.0);
}

.footer_menu .submenu.level-1>li>ul>li>a:hover{
  color: rgba(153, 153, 153, 1.0);
}

.bottom_footer{
  border-color: rgba(87, 87, 87, 1.0);
}

.bottom_footer p {
  color: rgba(153, 153, 153, 1.0);
}

.bottom_footer p a{
  color: rgba(204, 204, 204, 1.0);
}

.bottom_footer p a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer_social_icon p .fa-facebook{
  color: rgba(255, 255, 255, 1.0);
}

.footer_social_icon p .fa-facebook:hover{
  color: rgba(28, 64, 117, 1.0);
}













.card__price {
  font-family: Open Sans,sans-serif
    font-size: 24px;
  color: #333;
  font-weight: 400
}