84A252







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1270px;
}

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

.dnd-section > .row-fluid {
  max-width: 1270px;
}





html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #232323;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #000000;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #4b4b4b;
}

/* Headings */

h1,
.h1 {
  font-weight: 900; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 55px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 900; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 45px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 300; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 25px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #84A252;
}





button,
.button,
.hs-blog-post-listing__post-button {
  border: 1px none #5791b3;

  padding-top: 24px;
padding-right: 42px;
padding-bottom: 24px;
padding-left: 42px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(87, 145, 179, 1.0)

;
  border-radius: 6px;
  color: #f2f2f2;
  font-size: 20px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(47, 105, 139, 1.0);
  border-color: #2f698b;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(127, 185, 219, 1.0);
  border-color: #7fb9db;
}





form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #84A252;
}

/* Labels */

form label {
  color: #232323;
}

/* Help text */

form legend {
  color: #232323;
}

/* 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 {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #232323;
  border-radius: 3px;
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: #232323;
}

:-ms-input-placeholder {
  color: #232323;
}

::placeholder {
  color: #232323;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #232323;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #5791b3;

  padding-top: 24px;
padding-right: 42px;
padding-bottom: 24px;
padding-left: 42px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(87, 145, 179, 1.0)

;
  border-radius: 6px;
  color: #f2f2f2;
  font-size: 20px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(47, 105, 139, 1.0);
  border-color: #2f698b;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(127, 185, 219, 1.0);
  border-color: #7fb9db;
}





/* Table */

table {
  border: 1px solid #232323;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #232323;

  padding: 18px;

  color: #232323;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(35, 35, 35, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #232323;
}





.header {
  background-color: 

  
  
    
  


  rgba(132, 162, 82, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #232323;
  font-family: Roboto;
}

.menu__child-toggle-icon {
  border-top-color: #232323;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.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: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #4b4b4b;
}

.menu__child-toggle-icon:active {
  border-top-color: #4b4b4b;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #232323;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #24273a;

    background-color: 

  
  
    
  


  rgba(181, 209, 226, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #24273a;

    background-color: 

  
  
    
  


  rgba(181, 209, 226, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #232323;
  background-color: 

  
  
    
  


  rgba(181, 209, 226, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #24273a;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(132, 162, 82, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(132, 162, 82, 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: #232323;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(132, 162, 82, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(132, 162, 82, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #232323;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 0px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #232323;
}

.blog-post__tag-link {
  color: #232323;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #4b4b4b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 900; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #232323;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #4b4b4b;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 0px;
}

#comments-listing .comment-reply-to {
  color: #232323;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000000;
}

#comments-listing .comment-reply-to:active {
  color: #4b4b4b;
}





.hs-search-results__title {
  font-weight: 900; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 900; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #232323;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #4b4b4b;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #232323;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #232323;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #4b4b4b;
}

.hs-pagination__link-icon svg {
  fill: #232323;
}

/* Pricing card */

.card__price {
  font-weight: 300; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 30px;
}

.card__body svg {
  fill: #232323;
}

/* Social follow */

.social-links__icon {
  background-color: #232323;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000000;
}

.social-links__icon:active {
  background-color: #4b4b4b;
  font-weight: 300; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #232323;
  font-size: 30px;
}


/*=====blog-CSS-Start=====*/
.dnd-section .dnd-column {padding: 0 !important;}
#hs_cos_wrapper_dnd_area-module-3 .hs-blog-post-listing__post--3:nth-child(3n+1), #hs_cos_wrapper_dnd_area-module-3 .hs-blog-post-listing__post--3:nth-child(3n+2){margin-right: 0 !important;}
.hs-blog-post-listing {width: 100% !important;display: inline-block !important;padding:60px 0;}
.hs-blog-post-listing .warp { width: calc(100% + 30px) !important; display: flex; align-items: flex-start; justify-content: space-between; margin: 0 -15px!important; flex-wrap: wrap; }
.hs-blog-post-listing__post-image{line-height:0;vertical-align:top;object-position:center;max-height:150px;}
.hs-blog-post-listing .warp .hs-blog-post-listing__post--3 {position:relative; display: inline-block; margin: 0 15px 30px 15px !important; vertical-align: top; width: calc(33.33333% - 30px) !important; background-color: #fff; border-radius: 6px; box-shadow: webkit-box-shadow:5px 5px 20px 2px rgb(194 194 194); -moz-box-shadow: 5px 5px 20px 2px rgba(194, 194, 194, 1); box-shadow: 5px 5px 20px 2px rgb(194 194 194); padding: 16px; }
.hs-blog-post-listing__post-content {width: 100%;display: inline-block;margin: 16px 0 0 0;}
h2.hs-blog-post-listing__post-title { font-size: 22px; width: 100%; display: inline-block; line-height: 30px; position: relative; }
h2.hs-blog-post-listing__post-title:after { position: absolute; content: ''; left: 0; bottom: 4px; width: 0; background-color: #000; height: 2px; transition: all 0.5s ease-in-out; }
h2.hs-blog-post-listing__post-title:hover:after { width: 100%; }
.hs-blog-post-listing__post-author {width: 100% !important;display: inline-block !important;}
p.hs-blog-post-listing__post-description { width: 100%; display: inline-block; border-bottom: 1px solid #84a25266; padding-bottom: 20px; }
.hs-blog-post-listing .warp .post-share { width: 73px; text-align: right;cursor: pointer; margin: 0; float: right; }
.hs-blog-post-listing .warp .share-icon i {font-size: 18px;}

.hs-blog-post-listing .warp .post-share .social-sharing { width: auto; position: absolute; display: block; right:5px; bottom:7px; }
.hs-blog-post-listing .warp .post-share .social-sharing ul.share-buttons { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
.hs-blog-post-listing .warp .post-share .social-sharing ul.share-buttons li { display: inline-block; margin-right: 10px; }
.hs-blog-post-listing .warp .post-share .social-sharing ul.share-buttons li a { width: auto; display: inline-block; font-size: 18px; color: #84a252; }

.hs-pagination a.hs-pagination__link.hs-pagination__link--first.hs-pagination__link--text-and-icon, a.hs-pagination__link.hs-pagination__link--last.hs-pagination__link--text-and-icon { display: none; }
.hs-pagination__link {cursor:pointer; align-items: center; display: flex; margin-right: 0.5rem; text-decoration: none; border: 1px solid #BFBFBF; padding: 3px 5px; margin: 2px; }

/*=====blog-CSS-End=====*/



/*=====Common-CSS-Start=====*/
* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
body { font-family: Roboto,sans-serif; color: #232323; overflow-x: hidden; }
.row-fluid [class*="span"].no-height { min-height: auto }
.container,
.row-fluid .container[class*="span"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table }
.row { margin-right: -15px; margin-left: -15px }
.hs_cos_wrapper { margin: 0; }
.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }
.hs_cos_wrapper_type_module { width: 100%; max-width: 100%; }
input, button, textarea, select, 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"] { outline: 0; border: 1px solid #ccc; background: #fff; height: 43px; padding: 0 20px; font-family: 'SansSerifBookFLF'; border-radius: 4px; font-size: 16px; width: 100% }
input[type=checkbox], input[type=radio] { width: auto; height: auto;border-radius: 4px; }
textarea { padding: 15px 20px; height: 100px; border-radius: 4px; }
input[type=submit], button { width: auto; border: 0; cursor: pointer; background: url(images/blank.png) no-repeat left top #01adf1; font-size: 17px; line-height: 24px; font-weight: 700; padding: 8px 20px; color: #fff; display: inline-block }
input[type=submit]:hover, button:hover { background-color: #83b1cf; }
ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100% }
.hs_error_rollup { display: none; }
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module { width: 100%; display: inline-block; vertical-align: top; padding: 0; margin: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 20px; }
a { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
a:focus, a:hover { color: #90b551; }

.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:auto; height: auto; font-size:0px; color:#000000; cursor:pointer; transform: translateY(-50%);}
.slick-slider .slick-arrow.slick-prev:before{content:'\f104'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white; }
.slick-slider .slick-arrow.slick-next:before{content:'\f105'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0px;}
.slick-slider .slick-dots{ padding-left:0px; position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:12px; height:12px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

.cta a { width: fit-content; display: inline-block; vertical-align: top; font-size: 20px; font-weight: 500; line-height: 28px; text-align: center; background-color: #84A252; color: #f2f2f2; white-space: normal; box-sizing: border-box; box-shadow: 0 5px 15px rgb(19 81 41 / 25%); border: 1px none #84A252; border-radius: 6px; text-transform: capitalize; padding: 20px 42px; cursor: pointer; transition: all .15s linear; }
a.cta { width: fit-content; display: inline-block; vertical-align: top; font-size: 20px; font-weight: 500; line-height: 28px; text-align: center; background-color: #84A252; color: #f2f2f2; white-space: normal; box-sizing: border-box; box-shadow: 0 5px 15px rgb(19 81 41 / 25%); border: 1px none #84A252; border-radius: 6px; text-transform: capitalize; padding: 20px 42px; cursor: pointer; transition: all .15s linear; }
.cta a:hover, a.cta:hover { background-color: #90b551; }

h1 span { color: #84A252; }
h2 span { color: #84A252; }


@media(min-width:768px){
    .container,.row-fluid .container[class*="span"] { width:750px; }
}
@media(min-width:992px){
    .container,.row-fluid .container[class*="span"] { width:970px; }
}
@media(min-width:1300px){
    .container,.row-fluid .container[class*="span"] { width:1270px; }
}
/*=====Common-CSS-End=======*/