







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 73.75rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 2.5rem 0;
}

.dnd-section > .row-fluid {
  max-width: 73.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}






body {
  color: #595959;
  font-weight: 400;
  font-family: Open Sans;
}

/* Paragraphs */
ul,
ol,
p {
  font-size: 0.9375rem;
}

/* Anchors */

a {
	
	color:#5BABB3;
	
}

/* EXTRA */
a:hover, .search-btn-top, .hs-updates_linkedin .linkedinbox span,.cm-menu-primary .hs-menu-wrapper > ul > li ul li:hover > a {
	color:#5BABB3!important;
}
.industries-sec a.hs-button,a.button-outline, .custom_button a,.content-with-top-icon .btn-wrapper a,.customizable-button a,.hs-imageContent-section .bottom_btn a {
	color:#5BABB3!important;
	border-color:#5BABB3!important;
}
.industries-sec a.hs-button:hover,a.button-outline:hover, .sidebar-top-panel-inner a.blog-button:hover,.sidebar-top-panel-inner a.blog-button, .custom_button a:hover,.bottom-pane-wrapper .btn-wrapper a,.bottom-pane-wrapper .btn-wrapper a:hover,form input[type=submit], form .hs-button,.body-container-wrapper-two_column .right_column form .actions input.hs-button.primary,.content-with-top-icon .btn-wrapper a:hover,.customizable-button a:hover,.hs-imageContent-section .bottom_btn a:hover, .customizable-button.green a{
	color:white!important;
	border-color:#5BABB3!important;
	background:#5BABB3!important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.active-branch > a, .cm-menu-primary .hs-menu-wrapper > ul > li.active > a, .cm-menu-primary .hs-menu-wrapper > ul > li ul li.active > a, .cm-menu-primary .hs-menu-wrapper > ul > li ul li.active-branch > a,.cm-menu-primary .hs-menu-wrapper > ul > li:hover > a {
	color:#5BABB3!important;
}
/* EXTRA END */

a:hover,
a:focus,
a:active {
  color: #55a33b;
}

/* Headings */



h1 {
  font-family: Open Sans;
  font-size: 2.125rem;
  color: #333333;
  font-weight: 700;
}

h2 {
  font-family: Open Sans;
  font-size: 1.6875rem;
  color: #333333;
  font-weight: 700;
}

h3 {
  font-family: Open Sans;
  font-size: 1.1875rem;
  color: #333333;
  font-weight: 700;
}

h4 {
  font-family: Open Sans;
  font-size: .9375rem;
  color: #333333;
  font-weight: 600;
}

h5 {
  font-family: Open Sans;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 700;
}

h6 {
  font-family: Open Sans;
  font-size: 1rem;
  color: #333333;
  font-weight: 700;
}


@media only screen and (min-width: 51.313em){

  h1{
    font-size: 2.75rem;
  }

  h2{
    font-size: 2.3125rem;
  }

  h3{
    font-size: 1.5rem;
  }

  h4{
    font-size: 1.25rem;
  }

}





button,
.button {
  background-color: 

  
  
    
  


  rgba(100, 188, 70, 1.0)

;
  border: 0px solid #4f9837;
  border-radius: 8px;
  color: #ffffff;
  padding: 0.75px 3.75px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(60, 148, 30, 1.0);
  border-color: #27700f;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(140, 228, 110, 1.0);
  border-color: #77c05f;
  color: #ffffff;
}





form,
.submitted-message {
  font-size: 0.9375rem;
  color: #595959;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: #4d4d4d;
}

/* Form help text */

form legend {
  color: #4d4d4d;
}

/* 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 {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(0, 0, 0, 0.75);
}

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 {
  background-color: rgba(250, 250, 250, 1.0);
  border-color: rgba(153, 153, 153, 1.0);
}


/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */
.error-page a.btn,
form input[type=submit],
form .hs-button {
  background-color: rgba(100, 188, 70, 1.0);
  border-color: rgba(79, 152, 55, 0.0);
  border-radius: 8px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.error-page a.btn:hover,
.error-page a.btn:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(79, 152, 55, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.error-page a.btn:active,
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(140, 228, 110, 1.0);
  border-color: #77c05f;
  color: #ffffff;
}





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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom-color: #595959;
  color: #595959;
}

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





.hdr-top-sec{
  background-color: rgba(95, 96, 98, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hdr-top-sec a{
  color: rgba(255, 255, 255, 1.0);
}
.hdr-top-sec a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.product-tour a:hover,
.product-tour a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(38, 139, 178, 1.0);
}
.hder-middle-section{
  background-color: rgba(255, 255, 255, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  color: rgba(89, 89, 89, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: rgba(100, 188, 70, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.cm-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: rgba(100, 188, 70, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul,
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul,
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
  background-color: rgba(68, 68, 68, 1.0);
  border-color: rgba(100, 188, 70, 1.0) !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li ul li a{
  color: rgba(230, 231, 232, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li ul li:hover > a{
  color: rgba(100, 188, 70, 1.0);
  background-color: rgba(51, 51, 51, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li ul li.active > a,
.cm-menu-primary .hs-menu-wrapper > ul > li ul li.active-branch > a{
  color: rgba(100, 188, 70, 1.0);
}
.search-btn-top{
  color: rgba(100, 188, 70, 1.0);
}
.hder-search-sec{
  background-color: rgba(246, 246, 246, 1.0);
}
.hder-search-sec input[type="text"]{
  color: rgba(153, 153, 153, 1.0);
}
.hder-search-inner:before {
  color: rgba(153, 153, 153, 1.0);
}
.hder-search-sec ::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 1.0);
}







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

footer.footerv2 .footer-search p,
footer.footer .footer-search p,
footer.footer .footer-social p{
  color: rgba(153, 153, 153, 1.0);
}

footer.footerv2 a,
footer.footer a{
  color: rgba(153, 153, 153, 1.0);
}
footer.footerv2 a:hover,
footer.footer a:hover{
  color: rgba(100, 188, 70, 1.0);
}
footer.footerv2 input[type="text"],
footer.footer input[type="text"]{
  background-color: rgba(246, 246, 246, 1.0);
}
footer.footerv2 input[type="text"]:focus,
footer.footer input[type="text"]:focus{
  background-color: rgba(250, 250, 250, 1.0);
}
footer.footerv2 button:focus,
footer.footerv2 button:hover,
footer.footerv2 button,
footer.footer button:focus,
footer.footer button:hover,
footer.footer button{
  color: rgba(100, 188, 70, 1.0);
  background-color: rgba(246, 246, 246, 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: #595959;
}

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

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

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

.blog-pagination__link {
  color: #595959;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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











.card__price {
  font-family: Open Sans
    font-size: 1.5px;
  color: #333333;
  font-weight: 700
}



@media (max-width: 820px) {
	h1.heading-home{ 
		font-size:22px!important;
		
	}
  h1 {
    font-size: 2.125rem;
  }
  h2 {
    font-size: 1.6875rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: .9375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}