/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

























































.dnd-section > .row-fluid {
  max-width: 100%;
}




.dnd-section {
  padding-bottom: 64px;
  padding-top: 64px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 100%;
}






body {
  color: #555;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
}


a {
  color: rgba(85, 85, 85, 1.0);
}

a:hover {
  color: rgba(85, 85, 85, 1.0);
}
a:active {
  color: rgba(125, 125, 125, 1.0);
}

h1 {
  color: #4a557d;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}


h2 {
  color: #4a557d;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
}



h3 {
  color: #4a557d;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

h4 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
}



h5 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

h6 {
  color:  #72bf44;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 700;
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif;
}

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


.hs-button,
.button--primary {
  background-color: rgba(74, 85, 125, 1.0);
  border-color: rgba(0, 144, 186, 1.0);
  border-radius: 20px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 29px;
  padding-right: 29px;
  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(74, 85, 125, 1.0);
  background-color: rgba(74, 85, 125, 1.0);
}

.hs-form-field>label,
.hs-form label {
  color: rgba(74, 85, 125, 1.0);
}

.hs-form legend {
  color: rgba(74, 85, 125, 1.0);
}

input[type=text],
input[type=password],
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(242, 242, 242, 1.0);
  border-radius: 20vw;
}
input[type=text]:focus,
input[type=password]:focus,
form input,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(242, 242, 242, 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: #555;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Montserrat, sans-serif;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(51, 51, 51, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

thead th,
thead td {
  background-color: rgba(51, 51, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(51, 51, 51, 1.0);
}





.header-wrap{
  background-color:  rgba(255, 255, 255, 1.0);
}

.menu-icon{
  color: rgba(114, 191, 68, 1.0);
}


.menu-wrapper nav>ul>li>a{
  color: rgba(85, 85, 85, 1.0);
}

.menu-wrapper nav>ul>li>a.active-branch{
  color: rgba(85, 85, 85, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.menu-wrapper nav>ul>li:hover>a{
  color: rgba(85, 85, 85, 1.0);
}

.menu-wrapper nav>ul>li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}

.menu-wrapper .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}

.menu-wrapper ul ul li a {
  color: rgba(34, 34, 34, 1.0);
}

.menu-wrapper ul ul li a.active-branch{
  color: rgba(0, 130, 243, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.menu-wrapper ul ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(109, 204, 65, 1.0);
}

.custom-menu-primary nav>ul>li.hs-contact-sales>a{
  background-color: rgba(114, 191, 68, 1.0);
  color: rgba(247, 244, 244, 1.0);
}

.custom-menu-primary nav>ul>li.hs-contact-sales>a:hover{
  background-color: rgba(114, 191, 68, 1.0);
  color: rgba(247, 244, 244, 1.0);
}






.footer__container {
  max-width: 100%;
}


footer.footer{
  color: rgba(85, 85, 85, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(114, 191, 68, 1.0);
}

.footer-form:after{
  border-top-color:rgba(114, 191, 68, 1.0);
}

footer.footer a{
  color: rgba(94, 94, 94, 1.0);
}

footer.footer a:hover{
  color: rgba(94, 94, 94, 1.0);
}

footer.footer h3,
.footer-menu nav>ul>li>a{
  color: rgba(85, 85, 85, 1.0) !important;
}


.footer-form .hs-button {
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(114, 191, 68, 1.0) !important;
}

.footer-form .hs-button:hover{
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(114, 191, 68, 1.0) !important;
}


.footer-form .hs-input {
  color: rgba(51, 51, 51, 1.0) !important;
  background-color: rgba(85, 85, 85, 0.14) !important;
}

.footer-form p {
  color: rgba(94, 94, 94, 1.0) !important;
}







.content-wrapper {
  max-width: 100%;
}



.blog-post__date {
  border-color: #555;
}

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

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

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

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

.blog-pagination__link {
  color: #555;
}

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

.blog-post__title {
  color: #4a557d;
  font-family:Montserrat, sans-serif;
  font-size: 2.5px;
  font-weight: ;
}

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

#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            */

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

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

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

.blog-post__tag-link:hover{
  color: #555555;
}

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

.blog-post__read-more a:hover svg {
  fill: #555555;
}

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

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

.blog-sidebar a:hover {
  color: #555555;
}

.blog__subscription-block {
  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: #555;
}

.blog-post__body, .blog-post__tags a {
  color: #555;
}

.blog-post__meta a:hover {
  color: #555555
}

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

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

.blog-post__back-to-blog:hover {
  color: #555555;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #555555;
}

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

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

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

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










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}


body .social-links__icon {
  background-color: transparent !important;

}

/*---------- HEADER-NEW-CSS -----------*/
header.header ul.submenu.level-3 a.menu-link {
  display: block;
  font-size: 75%;
  line-height: 20px;
  padding: 10px 12px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  color: #222;
}
header.header .menu-wrapper ul ul li a.active-branch{
  color:#222;
}

header.header ul.submenu.level-3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

header.header ul.submenu.level-2 .has-submenu.menu-item.focus:hover ul.submenu.level-3 {
  opacity: 1;
}

header.header .has-submenu.menu-item {
  position: relative;
}
header.header span.drop-arrow {
  font-size: 100%;
}
.header .submenu.level-3{
  display:none;
}
.header .submenu.level-3.active{
  display:block;
}

header.header span.drop-arrow {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 2px;
  display: inline;
  font-weight: 400;
  font-family: 'webflow-icons' !important;
  color: #72bf44;
}

header.header span.drop-arrow:before {
  content: "\e603";
}
header.header ul.submenu.level-2.active {
  display: block;
}
header.header .custom-menu-primary .submenu .menu-item .menu-link:hover span.drop-arrow::before {
  color: inherit;
}
.menu-wrapper .submenu.level-2 .has-submenu {
  display: block;
}
.custom-menu-primary li.has-submenu>ul {
  font-size: inherit;
}
header.header ul.submenu.level-3 {
  position: unset;
}
header.header .menu-wrapper .submenu.level-2 .has-submenu .menu-icon {
  display: inline;
}
header.header .custom-menu-primary ul.submenu.level-1>li:last-child>a {
  color: #f7f4f4;
  background-color: rgba(114, 191, 68, 1.0);
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 7px 20px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: inherit;
  line-height: 20px;
  align-items: center;
  height: auto;
}
@media(min-width: 992px) {
  header.header ul.submenu.level-2>li>a {
    font-size: 75%;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 12px;
    line-height: 20px;
  }
  header.header ul.submenu.level-3 {
    padding: 0px 12px;
    display: none;
  }
  body .custom-menu-primary .submenu.level-2{
    min-width:190px;
  }
  body .custom-menu-primary .submenu.level-2 >li:hover > ul.submenu.level-3 {
    display: block;
  }
  header.header ul.submenu.level-3 li.menu-item {
    padding: 0 0 0 10px;
    position: relative;
  }

  header.header ul.submenu.level-3 li.menu-item:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #72bf44;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  body header.header .custom-menu-primary .submenu.level-2 ul.submenu.level-3 li.menu-item a:hover {
    background: transparent;
    color: #222;
  }
  header.header ul.submenu.level-2 .has-submenu.menu-item:hover ul.submenu.level-3 {
    opacity: 1;
  }
}
@media (max-width:991px){

  header.header {
    height: 41px;
  }
  header.header .menu-btn {
    padding: 9px 18px;
  }
  header.header .custom-menu-primary {
    margin-top: -24px;
  }
  header.header .submenu.level-2>li>a {
    padding: 5px 10px;
    font-size: 12px !important;
    line-height: 16px !important;
  }
  header.header .has-submenu.menu-item > a.menu-link {
    justify-content: space-between;
    width: 100%;
  } 

  header.header .custom-menu-primary .submenu .menu-item .menu-link:hover {
    background-color: transparent;
    color: #222222;
  }


}
@media (max-width: 991px) {
  header.header .navigation-primary ul.submenu.level-1>li>a {
    line-height: 20px;
  }

  header.header ul.submenu.level-2>li>a,
  header.header ul.submenu.level-2 a.menu-link {
    font-size: 14px;
    line-height: 20px;
  }
  header.header .custom-menu-primary {
    max-width: 200px;
    min-width: 200px;
    display: inline;
  }  
  header.header .custom-menu-primary.open {
    transform: translate(0px, 66px);
  }
  header.header .menu-btn {
    display: flex;
  }
  header.header ul.submenu.level-3 a.menu-link,
  header.header ul.submenu.level-1>li>a {
    font-size: 100%;
    line-height: 28px;
  }
  ul.submenu.level-1>li:last-child>a {
    justify-content: center;
  }
  header.header .custom-menu-primary nav>ul>li.hs-contact-sales > a {
    display: inline-block;
    width: auto;
  }
  header.header .menu-wrapper {
    padding-top: 0;
    margin-top: -24px;
  }
  body.mobile-open .custom-menu-primary {
    transform: translate(0px, 66px);
  }
  ul.submenu.level-1>li:first-child>a {
    padding: 0;
    margin: 0;
    margin-top: 15px;
  }
  ul.submenu.level-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header.header .menu-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  header.header span.menu-icon {
    font-size: 14px;
  }
  header.header ul.submenu.level-1>li>a {
    font-size: 2vw;
  }
  header.header span.drop-arrow {
    font-size: 176%;
    width: 1em;
    height: 1em;
  }
  header.header ul.submenu.level-2>li>a,
  header.header ul.submenu.level-2 a.menu-link {
    font-size: 11px;
    line-height: 20px;
  }
  header.header ul.submenu.level-3 a.menu-link,
  header.header ul.submenu.level-1>li>a {
    font-size: 13px;
    line-height: 20px;
  }

  header.header .submenu span.drop-arrow {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }

}