

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');








/* 1a. Containers */






/* 1b. Colors */






/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */













.content-wrapper, .container {
  max-width: 1260px;
  padding: 0 20px;
  margin:0 auto;
  width:100%;
}

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

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






:root{
  --primary-fonts: Titillium Web;
  --secondary-fonts: Oswald;
  --primary: #666666;
  --secondary: #333333;
  --white: #ffffff;
  --orange_color: ;
  --light_gray: ;
  --green_color:;
  --header-link-color:#333333;
  --header-dropdowns-text-color:#ffffff;
  --header-dropdowns-bg-color:#37691E;
  --bold: 700;
  --semibold: 600;
  --medium: 500;
  --regular: 400;
  --light: 300;
} 


html {
  font-size: 18px;
}

body {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  font-size: 18px;
}


/* Paragraphs */

p {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin-bottom:32px;
}

/* Anchors */

a {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #37691E;
}

a:hover,
a:focus {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0f4100;
  text-decoration: none; 
}

a:active {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5f9146;
  text-decoration: none; 
}
/* ul.skid-systme-ul{
padding: 0;
}
ul.skid-systme-ul li{
position: relative;
padding-left:26px;
}
ul.skid-systme-ul li::marker {content: none;}
ul.skid-systme-ul li:before {
content: "";
position: absolute;
left: 0;
top: 7px;
width: 12px;
height: 12px;
border-radius: 50px;
background-color: var(--green_color);
padding-right: 10px;
} 
*/
ul.skid-systme-ul{

  padding:0 0 0 24px;
}
ul{
  padding: 0 0 0 22px;
}
/* Headings */

h1,h2,h3,h4,h5,h6{
  margin-bottom: 23px;
}

h1,
.h1 {
  font-weight: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 86px;
  text-transform: none;
  line-height: 1.1;
}

h2,
.h2 {
  font-weight: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 46px;
  text-transform: none;
  line-height: 1.3;
}

h3,
.h3 {
  font-weight: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 38px;
  text-transform: none;
  line-height: 1.32;
}

h4,
.h4 {
  font-weight: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 29px;
  text-transform: none;
  line-height: 1.45;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 27px;
  text-transform: none;
  line-height: 1.55;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 18px;
  text-transform: none;
  line-height: 1;
}

@media only screen and (max-width: 1139px)  {
  h1, .h1 {font-size:72px; }
  h2, .h2 {font-size: 42px; }
  h3, .h3 {font-size: 36px; }
  h4, .h4 {font-size: 25px; }
}

@media only screen and (max-width: 767px)  {
  h1, .h1 {font-size: 57px; }
  h2, .h2 {font-size: 38px; }
  h3, .h3 {font-size: 33px; }
  h4, .h4 {font-size: 20px; }
}
@media only screen and (max-width: 479px)  {
  h1, .h1 {font-size: 49px; }
  h2, .h2 {font-size: 33px; }
  h3, .h3 {font-size: 31px; }
}

/* Blockquote */

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




button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border-top: 2px solid rgba(224, 228, 104, 0%);
border-right: 2px solid rgba(224, 228, 104, 0%);
border-bottom: 2px solid rgba(224, 228, 104, 0%);
border-left: 1px solid rgba(224, 228, 104, 0%);

  padding-top: 13px;
padding-right: 32px;
padding-bottom: 13px;
padding-left: 32px;

  font-family: Oswald, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #e0e468;
  border-radius: 0px;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  max-width: 100%;
  line-height: 20px;
  font-weight: bold;
  text-shadow: none;
  transition: .2s ease-in-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 2px solid rgba(0, 0, 0, 0%);

  color: #333333;
  background-color: 

  
  
    
  


  rgba(224, 228, 104, 1.0)

;
  border-radius: 0px;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  font-weight:700;
  font-family:var(--secondary-fonts);
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Oswald, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 144, 1.0);
  border-color: #ffff90;
}





form,
.submitted-message {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  ;
  border-top-left-radius: px;
  border-top-right-radius: px;
  border-bottom-left-radius: px;
  border-bottom-right-radius: px;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  ;
}

/* Form title */

.form-title {
  ;
  ;
  ;
  border-top-left-radius: px;
  border-top-right-radius: px;
  border-bottom-left-radius: px;
  border-bottom-right-radius: px;
  font-size: ;
  color: ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}


/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* Inputs */

form input[type=text],
form input[type=search],
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(#null, 1)

;
  color: ;
  border-radius: px;
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: ;
}

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

::placeholder {
  color: ;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  ;
  ;
  ;
  color: ;
  font-size: ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-radius: 0px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
  ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 144, 1.0);
  border-color: #ffff90;
}





/* Table */

table {
  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Table cells */

td,
th {
  
  
  color: ;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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

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

.menu__child-toggle-icon:active {
  border-top-color: #5b5b5b;
}

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


@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: 

  
  
    
  


  rgba(55, 105, 30, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: 

  
  
    
  


  rgba(55, 105, 30, 1.0)

;
  }
}

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

  
  
    
  


  rgba(55, 105, 30, 1.0)

;
}

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

.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(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

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





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

/* Blog post */

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

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

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

.blog-post__tag-link:active {
  color: #8e8e8e;
}

/* 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: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  text-transform: none;
}

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

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

.blog-related-posts__title-link:active {
  color: #5b5b5b;
}

/* Blog comments */

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

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

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

#comments-listing .comment-reply-to:active {
  color: #5f9146;
}





.hs-search-results__title {
  font-weight: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
}





/* 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: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  text-transform: none;
}

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

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

.hs-blog-post-listing__post-title-link:active {
  color: #5b5b5b;
}


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

/* Blog pagination */

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

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #8e8e8e;
}

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

/* Pricing card */

.card__price {
  font-weight: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 38px;
}

.card__body svg {
  fill: #666666;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #8e8e8e;
  font-weight: 300; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #333333;
  font-size: 38px;
}


.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-max-width-section-centering.dnd_area-row-0-margin.dnd_area-row-0-background-layers.dnd-section.dnd_area-row-0-padding.dnd_area-row-0-background-image {
  background-size: cover !important;
  background-position: bottom 27% center !important;
  background-repeat: no-repeat !important;
}

/* .content-card-image img{
width: 456px;
height: 294px;
object-fit: cover;
object-position: center;
} */
.content-card-text.tc,
.content-card-text.tl{
  padding: 30px;
}
.hs-form-field labrl,
.hs-fieldtype-text label,
.hs-fieldtype-textarea label,
.hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field label{
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 300;
  color: #333;
}

.hs-richtext.hs-main-font-element p{
  text-align:center;
}



.content-card.with-image {
    overflow: hidden;
};


.content-card-image {
    overflow: hidden;
    border-radius: 0;
};
.content-card-image {
    overflow: hidden;
    border-radius: 0;
};
    overflow: hidden;
    border-radius: 0;
}

.content-card-link a {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    cursor: pointer;
}
.content-card {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 0;
    transition: .4s ease;
}
.content-card-image {
    overflow: hidden;
    border-radius: 0;
}
.content-card-image img {
    width: 100% !important;
    height: auto !important;
}
@media (min-width: 768px) {
  .content-card:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
  }
  .content-card:hover .content-card-image img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .content-card .content-card-image img {
        transition: .4s ease;
    }
}