







/* 1a. Containers */




/* 1b. Colors */










/* 1c. Typography */













/* 1d. Buttons */









/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */



























/* 1h. Site footer */














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

.banner-section .dnd-section {
  padding: 0;
}

.page-center{
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.header__container,
.dnd-section > .row-fluid,
.footer__container,
.content-wrapper{
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}

@media (max-width:1024px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper{
    max-width: 1024px;
  }
}

@media (max-width:767px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper{
    max-width: 767px;
  }
}







body {
  font-size: 15px;
  color: #7d7d7d;
  font-weight: 400;
 font-family: Rubik;
}





/* Paragraphs */


/* Anchors */

/* Headings */

h1 {
   font-family: Rubik;
  font-size: 35px;
  color: #1a1c26;
  font-weight: 300;
}

h2 {
  font-family: Rubik;
  font-size: 30px;
  color: #1a1c26;
  font-weight: 300;
}

h3 {
  font-family: Rubik;
  font-size: 28px;
  color: #1a1c26;
  font-weight: 300;
}

h4 {
    font-family: Rubik;
  font-size: 24px;
  color: #1a1c26;
  font-weight: 300;
}

h5 {
    font-family: Rubik;
  font-size: 20px;
  color: #1a1c26;
  font-weight: 300;
}

h6 {
   font-family: Rubik;
  font-size: 18px;
  color: #1a1c26;
  font-weight: 300;
}

/* Blockquote */

blockquote {
  border-left-color: #1a1c26;
}

a {
  color: rgba(41, 115, 115, 1.0);
}

a:hover,
a:focus,
a:active {
  color: rgba(141, 141, 141, 1.0);
}







button,
.button {
  border: 1px solid 

  
  
    
  


  rgba(247, 201, 17, 1.0)

;
  border-radius: 15px;
  padding: 12px 24px;
  border-color: rgba(247, 201, 17, 1.0);
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(247, 201, 17, 1.0);
  border-width: px solid;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  border-color: rgba(247, 201, 17, 1.0);
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(247, 201, 17, 1.0);
}

button:active,
.button:active {
  border-color: rgba(247, 201, 17, 1.0);
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(247, 201, 17, 1.0);
}





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

/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(51, 71, 91, 0.0)

;
}

/* Form inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select  {
  border-color: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
  color: #7d7d7d;
  border-radius: 15px
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #7d7d7d;
}

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

/* Date picker */

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

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

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


/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid 

  
  
    
  


  rgba(247, 201, 17, 1.0)

;
  border-radius: 15px;
  padding: 12px 24px;
  border-color: rgba(247, 201, 17, 1.0);
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(247, 201, 17, 1.0);
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border-color: rgba(247, 201, 17, 1.0);
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(247, 201, 17, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  border-color: rgba(247, 201, 17, 1.0);
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(247, 201, 17, 1.0);
}





table {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
}

th,
td {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(125, 125, 125, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 28, 38, 1.0);
  border-bottom-color: rgba(203, 214, 226, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(26, 28, 38, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





.header-bg {
  background-color: 

  
  
    
  


  rgba(23, 23, 26, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover
{
  color: 

  
  
    
  


  rgba(246, 201, 12, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:active>a
{
  color: 

  
  
    
  


  rgba(41, 115, 115, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a
{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;     
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a      
{
  color: 

  
  
    
  


  rgba(246, 201, 12, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:active>a
{
  color: 

  
  
    
  


  rgba(246, 201, 12, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}


.header-slideout-searchbar-icon .ti-search
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header-slideout-searchbar-icon .ti-search:hover
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.header_btn-inner .hs-button {
  background-color: 

  
  
    
  


  rgba(247, 201, 17, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(247, 201, 17, 1.0)

;
  border-radius: 35px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  padding: 13px 31px;
}

.header_btn-inner .hs-button:hover {
  background-color: 

  
  
    
  


  rgba(247, 201, 17, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(247, 201, 17, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}





.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(23, 23, 26, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(23, 23, 26, 1.0)

;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.top_footer_column4_content .footer-menu-primary .hs-menu-wrapper>ul>li>ul>li a,
.top_footer_column.column4 ul.contact li
{
  color: 

  
  
    
  


  rgba(152, 162, 170, 1.0)

!important;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a,
.bottom_footer_left a,
.bottom_footer_right a
{
  color: 

  
  
    
  


  rgba(152, 162, 170, 1.0)

;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover,
.bottom_footer_right a:hover,
.bottom_footer_left a:hover
{
  color: 

  
  
    
  


  rgba(152, 162, 170, 1.0)

;
}
.bottom_footer_left span {
  color: 

  
  
    
  


  rgba(152, 162, 170, 1.0)

;
}

.footer-social .footer-social-item a i
{
  color: 

  
  
    
  


  rgba(152, 162, 170, 1.0)

;
}
.footer-social .footer-social-item a:hover i
{
  color: 

  
  
    
  


  rgba(152, 162, 170, 1.0)

;
}






/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #7d7d7d;
}

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

.blog-post__title {
  color: #1a1c26;
  font-family:Rubik;
  font-size: 35px;
  font-weight: 300;
}

.blog-post__author {
  background-color: #1a1c26;
}

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

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

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

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

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

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

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

.blog-sidebar a {
  color: #7d7d7d;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #7d7d7d;
}

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

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

.blog-post__back-to-blog {
  color: #7d7d7d;
}

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

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

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

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

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Rubik
    font-size: 28px;
  color: #1a1c26;
  font-weight: 300
}