







/* 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-top: 28px ;
  padding-bottom: 28px ;
}

.content-wrapper {
  max-width: 1200px;
  padding-top: 28px ;
  padding-bottom: 28px ;
}

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





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #000;
  font-weight: regular;
  font-family: Roboto;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #000;
  font-weight: regular;
}

/* Anchors */

a {
  color: #109533;
}

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

/* Headings */

h1 {
  font-family: Poppins;
  font-size: 36px;
  color: #000;
  font-weight: 700;
}

h2 {
  font-family: Poppins;
  font-size: 30px;
  color: #000;
  font-weight: 700;
}

h3 {
  font-family: Poppins;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

h4 {
  font-family: Poppins;
  font-size: 30px;
  color: #009ddc;
  font-weight: 700;
}

h5 {
  font-family: Poppins;
  font-size: 18px;
  color: #109533;
  font-weight: 700;
}

h6 {
  font-family: Roboto;
  font-size: 18px;
  color: #009ddc;
  font-weight: 700;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 157, 220, 1.0)

;
  border: 1px solid #109533;
  border-radius: 50px;
  color: #fff;
  padding: 7px 25px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 117, 180, 1.0);
  border-color: #006d0b;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(40, 197, 255, 1.0);
  border-color: #38bd5b;
  color: #fff;
}




form,
.submitted-message {
  font-family: Roboto;
}

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



.hs-button,
.button--primary {
  background-color: rgba(0, 157, 220, 1.0);
  border-color: rgba(16, 149, 51, 1.0);
  border-radius: 50px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(16, 149, 51, 0.7000000000000001);
  background-color: rgba(0, 157, 220, 0.64);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 197, 255, 1.0);
  border-color: rgba(56, 189, 91, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(34, 34, 34, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #000;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto;
}

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

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

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





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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000;
  color: #FFFFFF;
}

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




header.header .header_top{
  background-color: rgba(0, 157, 220, 1.0);
} 
.header .header_top_inner{
  color: rgba(255, 255, 255, 1.0);
} 
header.header .header_bottom {
  background-color: rgba(244, 244, 244, 1.0);
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child {
  background-color: rgba(16, 149, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>a{
  color: rgba(255, 255, 255, 1.0);
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child:hover {
  background-color: rgba(16, 149, 51, 0.7000000000000001);
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child ul {
  background-color: rgba(246, 246, 248, 1.0);
}
.header .custom-menu-primary .navigation-primary>ul>li:last-child>a{
background-color: rgba(16, 149, 51, 1.0);
color: rgba(255, 255, 255, 1.0);
}
.header .custom-menu-primary .navigation-primary>ul>li:last-child>a:hover{
color: rgba(255, 255, 255, 0.7000000000000001);
}
header.header .header_middle{
  background-color: rgba(255, 255, 255, 1.0);
}
.nt_action a{
  color: rgba(0, 0, 0, 1.0);
}
.nt_action a:hover{
  color: rgba(16, 149, 51, 1.0);
}
.nt_action a:last-child{
  color: rgba(0, 0, 0, 1.0);
}
.header .h_search_frm input{
  background-color: rgba(255, 255, 255, 1.0);
}
.header .h_search_btn{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(16, 149, 51, 1.0);
}
.header .h_search_btn:hover{
  background-color: rgba(16, 149, 51, 0.7000000000000001);
}
.header__container {
  max-width: 1200px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a{  
  color:rgba(0, 0, 0,1.0);
}



.custom-menu-primary .navigation-primary > ul > li > a:hover,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(16, 149, 51, 0.7000000000000001);
}

body .custom-menu-primary ul ul{
  background-color:rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(16, 149, 51, 1.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(16, 149, 51, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(135, 135, 135, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li a:hover,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(16, 149, 51, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active-item{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(16, 149, 51, 1.0);
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(0, 0, 0, 1.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(0, 0, 0, 1.0);
  }
}




footer.footer .footer_inner {
  background-color: rgba(0, 157, 220, 1.0);
}
.footer .column-one h3,
.footer .column-four h3,
.footer .column-two .hs-menu-wrapper>ul>li>a,
.footer .column-three .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 0, 0, 1.0);
}
.social_icons .hs_cos_wrapper a,
.content a,
.footer .column-two .hs-menu-wrapper ul ul li a,
.footer .column-three .hs-menu-wrapper ul ul li a{
  color: rgba(0, 0, 0, 1.0); 
}
.footer .column-four p,
.footer .column-four p a{
  color: rgba(0, 0, 0, 1.0);
}
.social_icons .hs_cos_wrapper a:hover,
.content a:hover,
.footer .column-two .hs-menu-wrapper ul ul li a:hover,
.footer .column-three .hs-menu-wrapper ul ul li a:hover,
.footer .column-four p a:hover{
  color: rgba(255, 255, 255, 1.0); 
}
.footer__copyright_wrapper{
  background-color: rgba(0, 157, 220, 1.0);
}
.footer .copyright a,
.footer .copyright .hs_cos_wrapper_type_rich_text span{
  color: rgba(0, 0, 0, 1.0);
}
.footer .social_icons .hs_cos_wrapper i{
  color: rgba(0, 0, 0, 1.0);
}

.footer .social_icons .hs_cos_wrapper  a:hover i.facl-facebook{
  color: rgba(255, 255, 255, 1.0);
}
.footer .social_icons .hs_cos_wrapper a:hover i.facl-twitter{
  color: rgba(255, 255, 255, 1.0);
}
.footer .social_icons .hs_cos_wrapper a:hover i.facl-instagram{
  color: rgba(255, 255, 255, 1.0);
}
.footer .social_icons .hs_cos_wrapper a:hover i.facl-linkedin{
  color: rgba(255, 255, 255, 1.0);
}
.footer .social_icons .hs_cos_wrapper a:hover i.facl-youtube-play{
  color: rgba(255, 255, 255, 1.0);
}
.footer .social_icons .hs_cos_wrapper a:hover  i.facl-pinterest{
  color: rgba(255, 255, 255, 1.0);
}
.footer .copyright,
.footer .copyright p{
  color: rgba(0, 0, 0, 1.0);
}




/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

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

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

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

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

.blog-pagination__link {
  color: #000;
}

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

.blog-post__title {
  color: #000;
  font-family:Poppins;
  font-size: 36px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #393939;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post__back-to-blog {
  color: #000;
}

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

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

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















.card__price {
  font-family: Poppins
    font-size: 20px;
  color: #000;
  font-weight: 700
}


.header_top_inner{
    display: none;
}