
  

  :root {
    --color-primary: rgba(65, 168, 95, 1);
    --color-secondary1: #028090;
    --color-secondary2: #00A896;
    --color-secondary3: #02C39A;
    --color-secondary4: #F0F3BD;
    --color-text: #3e3e3e;
  }

  
    .theme .color-primary, .color-primary {
      color: rgba(65, 168, 95, 1);
    }
    .theme .bg-color-primary, .bg-color-primary {
      background-color: rgba(65, 168, 95, 1);
    }
    .theme .border-color-primary, .border-color-primary {
      border-color: rgba(65, 168, 95, 1);
    }
    .theme .fill-color-primary, .fill-color-primary {
      fill: rgba(65, 168, 95, 1);
    }
  
    .theme .color-secondary1, .color-secondary1 {
      color: #028090;
    }
    .theme .bg-color-secondary1, .bg-color-secondary1 {
      background-color: #028090;
    }
    .theme .border-color-secondary1, .border-color-secondary1 {
      border-color: #028090;
    }
    .theme .fill-color-secondary1, .fill-color-secondary1 {
      fill: #028090;
    }
  
    .theme .color-secondary2, .color-secondary2 {
      color: #00A896;
    }
    .theme .bg-color-secondary2, .bg-color-secondary2 {
      background-color: #00A896;
    }
    .theme .border-color-secondary2, .border-color-secondary2 {
      border-color: #00A896;
    }
    .theme .fill-color-secondary2, .fill-color-secondary2 {
      fill: #00A896;
    }
  
    .theme .color-secondary3, .color-secondary3 {
      color: #02C39A;
    }
    .theme .bg-color-secondary3, .bg-color-secondary3 {
      background-color: #02C39A;
    }
    .theme .border-color-secondary3, .border-color-secondary3 {
      border-color: #02C39A;
    }
    .theme .fill-color-secondary3, .fill-color-secondary3 {
      fill: #02C39A;
    }
  
    .theme .color-secondary4, .color-secondary4 {
      color: #F0F3BD;
    }
    .theme .bg-color-secondary4, .bg-color-secondary4 {
      background-color: #F0F3BD;
    }
    .theme .border-color-secondary4, .border-color-secondary4 {
      border-color: #F0F3BD;
    }
    .theme .fill-color-secondary4, .fill-color-secondary4 {
      fill: #F0F3BD;
    }
  
    .note-editable.panel-body h1, 
    .text-widget-content h1,
    .post-description h1 {
      font-family: Tahoma, arial;
      line-height: 1em;
      font-size: 72px;
      color: #3e3e3e;
      
          letter-spacing: normal;
        
    }
  
    .note-editable.panel-body h2, 
    .text-widget-content h2,
    .post-description h2 {
      font-family: Tahoma, arial;
      line-height: 1em;
      font-size: 52px;
      color: #3e3e3e;
      
          letter-spacing: normal;
        
    }
  
    .note-editable.panel-body h3, 
    .text-widget-content h3,
    .post-description h3 {
      font-family: Tahoma, arial;
      line-height: 1em;
      font-size: 40px;
      color: #3e3e3e;
      
          letter-spacing: normal;
        
    }
  
    .note-editable.panel-body h4, 
    .text-widget-content h4,
    .post-description h4 {
      font-family: Tahoma, arial;
      line-height: 1em;
      font-size: 32px;
      color: #3e3e3e;
      
          letter-spacing: normal;
        
    }
  
    .note-editable.panel-body h5, 
    .text-widget-content h5,
    .post-description h5 {
      font-family: Tahoma, arial;
      line-height: 1em;
      font-size: 26px;
      color: #3e3e3e;
      
          letter-spacing: normal;
        
    }
  
    .note-editable.panel-body h6, 
    .text-widget-content h6,
    .post-description h6 {
      font-family: Open Sans, arial;
      line-height: 1.7em;
      font-size: 18px;
      color: rgba(62, 62, 62, 1);
      
          letter-spacing: normal;
        
    }
  
        .note-editable.panel-body li, 
        .text-widget-content li, 
      
    .note-editable.panel-body p, 
    .text-widget-content p,
    .post-description p {
      font-family: Open Sans, arial;
      line-height: 1.7em;
      font-size: 18px;
      color: rgba(100, 100, 100, 1);
      
          letter-spacing: normal;
        
    }
  
        .note-editable.panel-body blockquote > p,
        .text-widget-content blockquote > p,
      
    .note-editable.panel-body blockquote, 
    .text-widget-content blockquote,
    .post-description blockquote {
      font-family: Open Sans, arial;
      line-height: 1.7em;
      font-size: 18px;
      color: #3e3e3e;
      
          letter-spacing: normal;
        
    }
  
    body {}
    
    @media screen and (max-width: 480px) {
     .note-editable.panel-body h1, 
       .text-widget-content h1 {
        font-family: Open Sans;
        line-height: 1em;
        font-size: 48px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

     .note-editable.panel-body h2, 
       .text-widget-content h2 {
        font-family: Open Sans;
        line-height: 1em;
        font-size: 32px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

     .note-editable.panel-body h3, 
       .text-widget-content h3 {
        font-family: Open Sans;
        line-height: 1em;
        font-size: 26px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

     .note-editable.panel-body h4, 
       .text-widget-content h4 {
        font-family: Open Sans;
        line-height: 1em;
        font-size: 22px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

     .note-editable.panel-body h5, 
       .text-widget-content h5 {
        font-family: Open Sans;
        line-height: 1em;
        font-size: 18px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

     .note-editable.panel-body h6, 
       .text-widget-content h6 {
        font-family: Open Sans;
        line-height: 1.6em;
        font-size: 16px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

     .note-editable.panel-body li, 
           .text-widget-content li,    
         .note-editable.panel-body p, 
       .text-widget-content p {
        font-family: Open Sans;
        line-height: 1.6em;
        font-size: 16px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

     .note-editable.panel-body blockquote > p,
           .text-widget-content blockquote > p,
         .note-editable.panel-body blockquote, 
       .text-widget-content blockquote {
        font-family: Open Sans;
        line-height: 1.6em;
        font-size: 14px !important;
        color: #3e3e3e;
        
            letter-spacing: normal;
          
      }

    
      body {}
    }
  

  .page-layout:not(.style-boxed-layout) .grid-content,
  .theme .page-layout:not(.style-boxed-layout) .container,
  .page-layout.header-layout-floating:not(.style-boxed-layout) .main-header-wrapper,
  .page-layout.fixed-header-layout-floating:not(.style-boxed-layout) .fixed-header-wrapper,
  .mega-menu-inner, .megamenu-settings-wrapper {
    max-width: 1100px;
  }

  .style-boxed-layout.page-layout,
  .theme .style-boxed-layout .fixed-header-wrapper, 
  .theme .style-boxed-layout .fixed-header-wrapper.visible,
  #website.theme .fixed-header-layout-floating .fixed-header-wrapper, 
  #website.theme .fixed-header-layout-floating .fixed-header-wrapper.visible
  {
    width: 1100px;
  }
  /*
    #website.theme .header-layout-floating .fixed-header-wrapper, 
    #website.theme .header-layout-floating .fixed-header-wrapper.visible {
      width: 1100px;
    }*/
  /*
    #website.theme .fixed-header-layout-floating .fixed-header-wrapper, 
    #website.theme .fixed-header-layout-floating .fixed-header-wrapper.visible {
      width: calc(1100px - 130px) !important;
  }
  */
  .style-boxed-layout .grid-content,
  .style-boxed-layout .container,
  .style-boxed-layout.header-layout-floating .main-header-wrapper,
  .style-boxed-layout.fixed-header-layout-floating .fixed-header-wrapper {
    max-width: 90%;
  }

  .note-editable.panel-body a,
  .text-widget-content a {
    color: ;
    text-decoration: none;
  }

  .note-editable.panel-body a:hover,
  .text-widget-content a:hover {
    color: rgba(65, 168, 95, 1);
    text-decoration: underline;
  }

  .theme .page-layout {
    background: #ffffff;
  }

  .theme .primaryColor,
  .theme .highlightColor:hover,
  .theme .smaller .highlightColor:hover,
  .theme .highlightColor.active,
  .blog-toc-item.active > a,
  .portfolio-filter ul li.active a, 
  .portfolio-filter ul li a:hover,
  .portfolio-list-wrapper .image-overlay a:hover,
  .portfolio-widget-item .primaryColor-bg2:hover,
  .tmdp-pagination [data-role]:hover i, .blog-back-btn:hover i,
  .products-filter-style-1 ul li.active a,
  .products-filter-style-1 ul li a:hover,
  .side-filter .products-filter section > ul > li.active > a,
  .side-filter .products-filter section > ul > li:hover > a,
  .side-filter .products-filter section ul li li:hover > a,
  .side-filter .products-filter section ul li li.active > a,
  .has-subcategories div:hover:before,
  .store6 .product-item-description .product-item-price,
  .post-category a,
  .login-question a,
  .promo-code-toggle-btn,
  .steps-nav-wrapper a.active,
  .steps-nav-wrapper a:hover,
  .steps-nav-wrapper a.active:after,
  .box-select h5,
  .quick-view-wrapper .product-body-container .quick-view-title a:hover,
  .theme .view-details-btn,
  .products-filter .search-form button:hover:after,
  .product-characteristics:hover,
  .product-reviews-link:hover,
  .theme .profile-sidebar li:hover a,
  .member-logout-button,
  .plyr--full-ui input[type=range]
  {
    color: rgba(65, 168, 95, 1) !important;
  }

  .cart-table.style-2 .fake-checkbox.checked,
  .cart-table.style-2 .fake-checkbox:hover:before {
    border: 2px solid rgba(65, 168, 95, 1);
  }

  .theme .active > .website-nav-link {
    color: rgba(65, 168, 95, 1);
  }

  .theme .primaryColor-bg:hover,
  .tmdp-pagination [data-role="0"],
  .theme .active .primaryColor-bg {
    background-color: rgba(65, 168, 95, 1);
    border-color: rgba(65, 168, 95, 1);
  }

  .theme .active .primaryColor-bg,
  .theme .primaryColor-bg:hover,
  .theme .smaller .primaryColor-bg:hover,
  .theme .smaller .active .primaryColor-bg {
    color: #fff !important;
  }

  .theme .signin-button:hover svg,
  .theme .cart-button:hover svg,
  .theme .signin-button.active svg,
  .theme .cart-button.active svg,
  .theme .smaller .signin-button:hover svg,
  .theme .smaller .cart-button:hover svg,
  .theme .smaller .signin-button.active svg,
  .theme .smaller .cart-button.active svg,
  .booking-final-step .booking-name svg {
    fill: rgba(65, 168, 95, 1);
  }

  .theme .primaryColor-bg2, 
  .top-bar .social-media i,
  .theme .read-more,
  .primary-active.active,
  .primary-hover:hover,
  .blog-comment-form a:hover,
  .theme .buttons-wrapper-outer .primaryColor-bg2,
  .product-main-photo.has-badge:after,
  .live-theme .ui-widget-header,
  nav li a:before,
  .store2 .product-item .product-badge,
  .theme .profile-sidebar li a:after,
  .vertical-menu-styling.design-4 li:after,
  .live-theme-message a,
  .next-step-popup svg,
  .form-field .custom-checkbox input[type=checkbox]:checked + .custom-checkbox-label:before,
  .form-field .custom-checkbox input[type=radio]:checked + .custom-checkbox-label:before,
  .elite-widget ul li.active a:after,
  .elite-tab-call-to-action,
  .cart-title:after,
  .product-tabs li a.active:after,
  .checkout-style-2 .checkout-step.active,
  .live-theme .widget-checkout .checkout-info span .variations-update, 
  .product-info .variations-update,
  .fake-checkbox.checked:before,
  .bump-active .tick-wrapper:before,
  .title-border,
  .theme .manage-link,
  .theme .profile-sidebar li a.active,
  .copy-link-icon,
  .fake-checkbox:hover:before,
  .grid-content-store .product-price .price-discount-tag,
  .variation-wrapper-radio .box-select.active:before,
  .variation-wrapper-check .box-select.active:before,
  .product-photo-list li a.active:after,
  .product-photo-list li a:hover:after,
  .next-step-popup.cart-preview-full-height a,
  .plyr button.plyr__control--overlaid,
  .plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true],
  .video-thumb-play,
  .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before,
  .post-upvote-button.active,
  .comment-send,
  .video-bottom-play-area .video-playlist-sidebar-btn-wrapper, .video-direcotry-item-btn-wrapper,
  .next-step-popup.cart-preview-full-height a,
  .circle-layout-2 .circle-sidebar .circle-page-item:hover .circle-icon,
  .circle-layout-2 .circle-sidebar .circle-page-item.active .circle-icon,
  .circle-layout-2 .circle-sidebar .circle-page-item.active .circle-video-play-btn,
  .circle-layout-2 .circle-sidebar .circle-page-item:hover .circle-video-play-btn,
  .blog-reading-progress-bar,
  .post-featured-badge,
  .directory-filter-nav.style-2 li.active
  {
    background-color: rgba(65, 168, 95, 1);
  }

  .theme .border-color,
  article blockquote,
  .theme nav li ul,
  .theme .primaryColor-border, 
  blockquote,
  .portfolio-filter ul li.active a,
  .tmdp-pagination [data-role]:hover, .blog-back-btn:hover,
  .theme .profile-sidebar li a.active,
  .products-filter-style-1 ul li.active a,
  .pagination-wrapper li a:hover, .pagination-wrapper li.active a,
  .products-filter-style-2 li.active a,
  .vertical-menu-styling.design-2 li:hover,
  .vertical-menu-styling.design-2 li.active,
  .vertical-menu-styling.design-3 li:hover,
  .vertical-menu-styling.design-3 li.active,
  .form-field .custom-checkbox input[type=checkbox]:checked + .custom-checkbox-label:before,
  .form-field .custom-checkbox input[type=radio]:checked + .custom-checkbox-label:before,
  /*.select-wrapper.style-1 ul li a.active,
  .select-wrapper.style-1 ul li a:hover,
  .select-wrapper.style-2 ul li a.active,
  .select-wrapper.style-2 ul li a:hover,
  .select-wrapper.style-3 ul li a.active,
  .select-wrapper.style-3 ul li a:hover,
  .select-wrapper.style-1 ul li a.active:before,
  .select-wrapper.style-2 ul li a.active:before,
  .select-wrapper.style-3 ul li a.active:before,*/
  .box-select.active, .box-select:hover,
  .circle-select:hover, 
  .circle-select.active, 
  .color-select.active, 
  .color-select:hover,
  .checkout-style-1 .checkout-step.active, 
  .checkout-style-1 .checkout-step:hover,
  .fake-checkbox.checked:before,
  .bump-active .tick-wrapper:before,
  .variation-wrapper-radio .box-select.active:before,
  .variation-wrapper-check .box-select.active:before
  {
    border-color: rgba(65, 168, 95, 1);
  }

  .theme .header-side-style-1 nav ul li.website-nav-link-highlighted > a,
  .theme .header-side-style-1a nav ul li.website-nav-link-highlighted >a {
    border-color: rgba(65, 168, 95, 1);
  }

  .checkout-spinner {
    border-color: rgba(65, 168, 95, 1);
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
  }

  .tmdp-slides-loading,
  #client-ajax-message,
  #portfolio-popup-content.active-loading, 
  #tmdp-simple-lightbox-content.active-loading,
  .loader.active-loading {
    border-left-color: rgba(65, 168, 95, 1);
  }

  .posts-list-wrapper .post-title a,
  article .post-meta a, 
  article .post-meta p,
  .portfolio-filter li a,
  .product-item-description h3,
  .product-item-description .product-item-price,
  .breadcrumb li a, .breadcrumb li span,
  .product-body-container h2,
  .product-page-style-image-top .product-price span,
  article .post-meta span,
  .theme .post-title,
  .comments-list .comment-title,
  .blog-tag-cloud a,
  .post-categories,
  .checkout-wrapper h2,
  .checkout-wrapper .cart-labels span,
  .checkout-wrapper .product-info a,
  .checkout-wrapper .cart-container .qty, 
  .checkout-wrapper .cart-container .row-total,
  .checkout-wrapper .subtotal-wrapper span,
  .live-theme .checkout-wrapper .promo-code-toggle-btn,
  .checkout-wrapper .cart-container .row-delete i,
  .product-price span,
  .products-showing span,
  .filter-lane label,
  .products-filter-style-2 li a,
  .product-body-container h1,
  .checkout-wrapper h1,
  .no-items-text
  {
    color: #3e3e3e;
  }

  .tmdp-bullets .tmdp-bullet:hover, 
  .tmdp-bullets .tmdp-bullet.active,
  .side-filter .products-filter ul li a:hover:before,
  .side-filter .products-filter ul li.active > a:before {
    background: rgba(65, 168, 95, 1) !important;
    border-color: rgba(65, 168, 95, 1) !important;
  }

  .theme .highlightBg:hover {
    background: rgba(65, 168, 95, 1);
    color: #fff !important;
  }

  .theme .theme18 .navigation-wrapper .active > .website-nav-link {
    background: rgba(65, 168, 95, 1);
    color: #fff;
  }

  .theme .theme18 .navigation-wrapper .active>a:hover {
    color: #fff !important;
  }

  



        #header-widget-1531566068635 nav > ul > li > a.website-nav-link {
          padding: 16px;
        }

        #header-widget-1531566068635  ul li a.website-nav-link {
          font-size: 16px;
          font-family: Open Sans;
          color: #292929;
          
        }

        .mobile-bottom-dock-menu .with-submenu-shadow li a {
          font-family: Open Sans;
        }

        #header-widget-1531566068635 .before, 
        #header-widget-1531566068635 .after, 
        #header-widget-1531566068635 .middle {
          background: #3e3e3e;
        }

        #header-widget-1531566068635 .burger-menu-visible .before, 
        #header-widget-1531566068635 .burger-menu-visible .after, 
        #header-widget-1531566068635 .burger-menu-visible .middle {
          background: #292929;
        }

        #header-widget-1531566068635 nav > ul > li:hover a.website-nav-link,
        #header-widget-1531566068635 nav > ul > li.active a.website-nav-link,
        #header-widget-1531566068635 .overlay nav li:hover > div > ul li a.website-nav-link:hover {
          color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635 .with-background nav > ul > li:hover > a, 
        #header-widget-1531566068635 .with-background nav > ul > li.active > a {
          background-color: rgba(65, 168, 95, 1);
          border-radius: 0px;
        }

        #header-widget-1531566068635 .with-border li:hover:before,
        #header-widget-1531566068635 .with-border li.active:before,
        #header-widget-1531566068635 .border-below li:hover a.website-nav-link:after, 
        #header-widget-1531566068635 .border-below li.active a.website-nav-link:after {
          background: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635 .border-at-left nav > ul > li.active,
        #header-widget-1531566068635 .border-at-left nav > ul > li:hover {
          border-color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635 .border-below nav > ul > li:after.active,
        #header-widget-1531566068635 .border-below nav > ul > li:after:hover {
          background: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635 nav li:hover > div > ul.with-border {
          border: 1px solid #3e3e3e;
          background-color: #ffffff;
        }

        #header-widget-1531566068635 nav li:hover > div > ul,
        #header-widget-1531566068635 nav li.visible > div > ul {
          background-color: #ffffff;
        }

        #header-widget-1531566068635 nav li:hover > div > ul li a.website-nav-link,
        #header-widget-1531566068635 nav li.visible > div > ul li a.website-nav-link {
          color: #292929;
        }

        #header-widget-1531566068635 nav li:hover > div > ul li a.website-nav-link:hover {
          color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635 .vertical-menu-styling.design-1 nav > ul > li,
        #header-widget-1531566068635 .vertical-menu-styling.design-3 nav > ul > li {
          border-color: #3e3e3e;
        }

        #header-widget-1531566068635 .vertical-menu-styling.border-below.left li:after {
          background-color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635 .overlay nav li > div > ul > li > a.website-nav-link {
          color: #292929;
        }

        #header-widget-1531566068635 .horizontal-menu-styling.with-divider nav > ul > li:after {
          background-color: #CCCCCC;
        }
      

            @media screen and (max-width: 768px) {
              .mobile-menu .header-widget > .text-widget-content span,
              .mobile-menu .header-widget > .text-widget-content p,
              .mobile-menu .header-widget > .text-widget-content a,
              .mobile-menu .header-widget > .text-widget-content blockquote,
              .mobile-menu .header-widget > .text-widget-content h1,
              .mobile-menu .header-widget > .text-widget-content h2,
              .mobile-menu .header-widget > .text-widget-content h3,
              .mobile-menu .header-widget > .text-widget-content h4,
              .mobile-menu .header-widget > .text-widget-content h5,
              .mobile-menu .header-widget > .text-widget-content h6 {
                color: #292929 !important;
              }
            }
          

        #header-widget-1531566068635-mobile nav > ul > li > a.website-nav-link {
          padding: 16px;
        }

        #header-widget-1531566068635-mobile  ul li a.website-nav-link {
          font-size: 16px;
          font-family: Open Sans;
          color: #292929;
          
        }

        .mobile-bottom-dock-menu .with-submenu-shadow li a {
          font-family: Open Sans;
        }

        #header-widget-1531566068635-mobile .before, 
        #header-widget-1531566068635-mobile .after, 
        #header-widget-1531566068635-mobile .middle {
          background: #3e3e3e;
        }

        #header-widget-1531566068635-mobile .burger-menu-visible .before, 
        #header-widget-1531566068635-mobile .burger-menu-visible .after, 
        #header-widget-1531566068635-mobile .burger-menu-visible .middle {
          background: #292929;
        }

        #header-widget-1531566068635-mobile nav > ul > li:hover a.website-nav-link,
        #header-widget-1531566068635-mobile nav > ul > li.active a.website-nav-link,
        #header-widget-1531566068635-mobile .overlay nav li:hover > div > ul li a.website-nav-link:hover {
          color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635-mobile .with-background nav > ul > li:hover > a, 
        #header-widget-1531566068635-mobile .with-background nav > ul > li.active > a {
          background-color: rgba(65, 168, 95, 1);
          border-radius: 0px;
        }

        #header-widget-1531566068635-mobile .with-border li:hover:before,
        #header-widget-1531566068635-mobile .with-border li.active:before,
        #header-widget-1531566068635-mobile .border-below li:hover a.website-nav-link:after, 
        #header-widget-1531566068635-mobile .border-below li.active a.website-nav-link:after {
          background: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635-mobile .border-at-left nav > ul > li.active,
        #header-widget-1531566068635-mobile .border-at-left nav > ul > li:hover {
          border-color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635-mobile .border-below nav > ul > li:after.active,
        #header-widget-1531566068635-mobile .border-below nav > ul > li:after:hover {
          background: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635-mobile nav li:hover > div > ul.with-border {
          border: 1px solid #3e3e3e;
          background-color: #ffffff;
        }

        #header-widget-1531566068635-mobile nav li:hover > div > ul,
        #header-widget-1531566068635-mobile nav li.visible > div > ul {
          background-color: #ffffff;
        }

        #header-widget-1531566068635-mobile nav li:hover > div > ul li a.website-nav-link,
        #header-widget-1531566068635-mobile nav li.visible > div > ul li a.website-nav-link {
          color: #292929;
        }

        #header-widget-1531566068635-mobile nav li:hover > div > ul li a.website-nav-link:hover {
          color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635-mobile .vertical-menu-styling.design-1 nav > ul > li,
        #header-widget-1531566068635-mobile .vertical-menu-styling.design-3 nav > ul > li {
          border-color: #3e3e3e;
        }

        #header-widget-1531566068635-mobile .vertical-menu-styling.border-below.left li:after {
          background-color: rgba(65, 168, 95, 1);
        }

        #header-widget-1531566068635-mobile .overlay nav li > div > ul > li > a.website-nav-link {
          color: #292929;
        }

        #header-widget-1531566068635-mobile .horizontal-menu-styling.with-divider nav > ul > li:after {
          background-color: #CCCCCC;
        }
      

          #socialmedia-widget-1754560818733 .social-media-button i {
          color: rgba(255, 255, 255, 1);
          font-size: 22px;
          height: 22px;
          width: 22px;
          line-height: 22px;
          border-radius: 14px;
        }

        #socialmedia-widget-1754560818733 .social-media-button:hover i {
          background: #666;
        }
      

          #socialmedia-widget-1754560818726 .social-media-button i {
          color: rgba(255, 255, 255, 1);
          font-size: 22px;
          height: 22px;
          width: 22px;
          line-height: 22px;
          border-radius: 14px;
        }

        #socialmedia-widget-1754560818726 .social-media-button:hover i {
          background: #666;
        }
      

          #menu-widget-1760267520518 nav > ul > li a {
            padding: 10px;
          }

          #menu-widget-1760267520518  ul li a {
            font-size: 16px;
            font-family: Open Sans;
            color: rgba(255, 255, 255, 1);
            
          }

          #menu-widget-1760267520518 .before, 
          #menu-widget-1760267520518 .after, 
          #menu-widget-1760267520518 .middle {
            background: #3e3e3e;
          }

          #menu-widget-1760267520518 .burger-menu-visible .before, 
          #menu-widget-1760267520518 .burger-menu-visible .after, 
          #menu-widget-1760267520518 .burger-menu-visible .middle {
            background: rgba(255, 255, 255, 1);
          }

          #menu-widget-1760267520518 nav > ul > li:hover a,
          #menu-widget-1760267520518 nav > ul > li.active a,
          #menu-widget-1760267520518 .overlay nav li:hover > div > ul li a:hover {
            color: rgba(65, 168, 95, 1);
          }

          #menu-widget-1760267520518 .with-background nav > ul > li:hover > a, 
          #menu-widget-1760267520518 .with-background nav > ul > li.active > a {
            background-color: primary;
            border-radius: 0px;
          }

          #menu-widget-1760267520518 .with-border li:hover:before,
          #menu-widget-1760267520518 .with-border li.active:before,
          #menu-widget-1760267520518 .border-below li:hover a:after, 
          #menu-widget-1760267520518 .border-below li.active a:after {
            background: #3e3e3e;
          }

          #menu-widget-1760267520518 .border-at-left nav > ul > li.active,
          #menu-widget-1760267520518 .border-at-left nav > ul > li:hover {
            border-color: #3e3e3e;
          }

          #menu-widget-1760267520518 .border-below nav > ul > li:after.active,
          #menu-widget-1760267520518 .border-below nav > ul > li:after:hover {
            background: #3e3e3e;
          }
/*
          #menu-widget-1760267520518 nav li:hover > div > ul.with-border {
            border: 1px solid #e1e1e1;
            background-color: #ffffff;
          }
*/
          #menu-widget-1760267520518 nav li:hover > div > ul.with-border {
            background-color: #ffffff;
          }

          #menu-widget-1760267520518 nav li > div > ul.with-border li {
            border-bottom: 1px solid #e1e1e1;
          }

          #menu-widget-1760267520518 nav li > div > ul.with-border li:first-child {
            border-top: 1px solid #e1e1e1;
          }

          #menu-widget-1760267520518 nav li:hover > div > ul,
          #menu-widget-1760267520518 nav li.visible > div > ul {
            background-color: #ffffff;
          }

          #menu-widget-1760267520518 nav li:hover > div > ul li a,
          #menu-widget-1760267520518 nav li.visible > div > ul li a {
            color: #3e3e3e;
          }

          #menu-widget-1760267520518 nav li:hover > div > ul li a:hover {
            color: rgba(65, 168, 95, 1);
          }

          #menu-widget-1760267520518 .vertical-menu-styling.design-1 nav > ul > li,
          #menu-widget-1760267520518 .vertical-menu-styling.design-3 nav > ul > li {
            border-color: #e1e1e1;
          }

          #menu-widget-1760267520518 .vertical-menu-styling.border-below.left li:after {
            background-color: #3e3e3e;
          }

          #menu-widget-1760267520518 .overlay nav li > div > ul > li > a {
            color: rgba(255, 255, 255, 1);
          }

          #menu-widget-1760267520518 .horizontal-menu-styling.with-divider nav > ul > li:after {
            background-color: #e1e1e1;
          }
          
          .live-theme #container-widget-1760267520523 {
            z-index: 9;
          }
        

          #menu-widget-1760267520516 nav > ul > li a {
            padding: 10px;
          }

          #menu-widget-1760267520516  ul li a {
            font-size: 16px;
            font-family: Open Sans;
            color: rgba(255, 255, 255, 1);
            
          }

          #menu-widget-1760267520516 .before, 
          #menu-widget-1760267520516 .after, 
          #menu-widget-1760267520516 .middle {
            background: #3e3e3e;
          }

          #menu-widget-1760267520516 .burger-menu-visible .before, 
          #menu-widget-1760267520516 .burger-menu-visible .after, 
          #menu-widget-1760267520516 .burger-menu-visible .middle {
            background: rgba(255, 255, 255, 1);
          }

          #menu-widget-1760267520516 nav > ul > li:hover a,
          #menu-widget-1760267520516 nav > ul > li.active a,
          #menu-widget-1760267520516 .overlay nav li:hover > div > ul li a:hover {
            color: rgba(65, 168, 95, 1);
          }

          #menu-widget-1760267520516 .with-background nav > ul > li:hover > a, 
          #menu-widget-1760267520516 .with-background nav > ul > li.active > a {
            background-color: primary;
            border-radius: 0px;
          }

          #menu-widget-1760267520516 .with-border li:hover:before,
          #menu-widget-1760267520516 .with-border li.active:before,
          #menu-widget-1760267520516 .border-below li:hover a:after, 
          #menu-widget-1760267520516 .border-below li.active a:after {
            background: #3e3e3e;
          }

          #menu-widget-1760267520516 .border-at-left nav > ul > li.active,
          #menu-widget-1760267520516 .border-at-left nav > ul > li:hover {
            border-color: #3e3e3e;
          }

          #menu-widget-1760267520516 .border-below nav > ul > li:after.active,
          #menu-widget-1760267520516 .border-below nav > ul > li:after:hover {
            background: #3e3e3e;
          }
/*
          #menu-widget-1760267520516 nav li:hover > div > ul.with-border {
            border: 1px solid #e1e1e1;
            background-color: #ffffff;
          }
*/
          #menu-widget-1760267520516 nav li:hover > div > ul.with-border {
            background-color: #ffffff;
          }

          #menu-widget-1760267520516 nav li > div > ul.with-border li {
            border-bottom: 1px solid #e1e1e1;
          }

          #menu-widget-1760267520516 nav li > div > ul.with-border li:first-child {
            border-top: 1px solid #e1e1e1;
          }

          #menu-widget-1760267520516 nav li:hover > div > ul,
          #menu-widget-1760267520516 nav li.visible > div > ul {
            background-color: #ffffff;
          }

          #menu-widget-1760267520516 nav li:hover > div > ul li a,
          #menu-widget-1760267520516 nav li.visible > div > ul li a {
            color: #3e3e3e;
          }

          #menu-widget-1760267520516 nav li:hover > div > ul li a:hover {
            color: rgba(65, 168, 95, 1);
          }

          #menu-widget-1760267520516 .vertical-menu-styling.design-1 nav > ul > li,
          #menu-widget-1760267520516 .vertical-menu-styling.design-3 nav > ul > li {
            border-color: #e1e1e1;
          }

          #menu-widget-1760267520516 .vertical-menu-styling.border-below.left li:after {
            background-color: #3e3e3e;
          }

          #menu-widget-1760267520516 .overlay nav li > div > ul > li > a {
            color: rgba(255, 255, 255, 1);
          }

          #menu-widget-1760267520516 .horizontal-menu-styling.with-divider nav > ul > li:after {
            background-color: #e1e1e1;
          }
          
          .live-theme #container-widget-1760267520523 {
            z-index: 9;
          }
        

          #socialmedia-widget-1762411528141 .social-media-button i {
          color: #ffffff;
          font-size: 15px;
          height: 15px;
          width: 15px;
          line-height: 15px;
          border-radius: 52px;
        }

        #socialmedia-widget-1762411528141 .social-media-button:hover i {
          background: rgba(65, 168, 95, 1);
        }
      