    html {
      height: 100%;
    }

    body {
      padding: 0;
      margin: 0;
      background: #e4dcd8;
      height: 100%;
      width: 100%;
      font-display: auto;
      color: #58585a;
      font-family: 'Source Sans Pro', sans-serif;
      .fa {
        font-family: 'FontAwesome' !important;
      }
    }

    .site-container {
      padding-top: 7rem;
    }



    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
      background-color: #f8f6f6;
      border-top: none;
      border-bottom: none;
    }
    .table-striped>tbody>tr:nth-child(even)>td,
    .table-striped>tbody>tr:nth-child(even)>th {
      background-color: #fff;
      border-top: none;
      border-bottom: none;
    }

    .table td,
    .table th {
      border-top: 1px solid #c3c7c9;
      border-bottom: 1px solid #c3c7c9;
    }
    .table td {
      border-top: 1px solid #c3c7c9;
      border-bottom: 1px solid #c3c7c9;
    }

    .table thead th {
      border-top: 1px solid #c3c7c9;
      border-bottom: 1px solid #c3c7c9;
      background-color: #eee;
      color: #000;
    }


    .contact-icon-background {
      color: #aed138;
    }

    .carousel-item {
      transition-duration: 1.5s, 1.5s;
    }

    /*--- navigation bar ---*/
    .navbar {
      background: #006c7d;
    }

    .navbar2 {}

    .nav-link {
      margin-right: 1em !important;
      color: #fff;
    }

    .nav-link2 {
      margin-right: 1em !important;
      color: #fff;
    }

    .nav-link:hover {
      color: #000;
    }

    .nav-link2:hover {
      color: #aed138;
      text-decoration: none;
    }

    .navbar-collapse {}

    .navbar-nav {
      padding-right: 5rem;
      text-transform: uppercase;
      font-weight: bold;
    }

    .language-flag {
      vertical-align: middle;
      float: left;
    }

    .nav-language-flag a {
      margin-right: 0em !important;
    }

    .header-bar-top {
      background-color: #58585a;
      height: 73px;
      padding-right: 2%;
    }

    .header-text {
      color: #fff;
      font-weight: bold;
      font-size: 0.95rem;
      letter-spacing: 1.5px;
    }

    .header-text a {
      color: #fff;
      text-decoration: none;
    }

    .header-text a:hover {
      color: #fff;
      text-decoration: none;
    }

    .footer-text {
      color: #fff;
      font-weight: bold;
      font-size: 0.95rem;
      letter-spacing: 1.5px;
    }


    .text-green {
      color: #aec93e;
    }

    .text-green a {
      color: #aec93e;
    }

    .text-green a:hover {
      color: #aec93e;
      text-decoration: none;
    }

    .text-default {
      color: #58585a;
    }

    .text-default a {
      color: #58585a;
    }

    .text-default a:hover {
      color: #58585a;
      text-decoration: none;
    }

    .text-default a:visited {
      color: #58585a;
      text-decoration: none;
    }

    .text-white {
      color: #fff;
    }

    .text-white a {
      color: #fff;
    }

    .text-white a:hover {
      color: #fff;
      text-decoration: none;
    }

    .content-left {
      padding: 0px;
      background-color: #e1eabb;
    }

    .content-downloads {
      background-color: #58585a;
      padding: 3rem;
      display: block;
    }

    .news-image {
      padding-bottom: 20px;
      display: block;
    }

    .downloads-list {
      color: #fff;
      list-style: none;
      padding-left: 0;
    }

    .downloads-list li a {
      color: #aec93e;
    }

    .downloads-title {
      color: #fff;
      font-weight: bold;
      letter-spacing: 2px;
      padding-bottom: 0.625rem;
      text-transform: uppercase;
    }

    .green-line {
      border-bottom: 3px dotted #aec93e;
      border-color: #aec93e;
      width: 100%;
      height: 1px;
      margin-bottom: 10px;
    }

    .gray-line {
      border-bottom: 3px dotted #58585a;
      border-color: #58585a;
      width: 100%;
      height: 1px;
    }

    .gray-line-padding {
      margin-bottom: 35px;
      margin-top: 35px;
    }

    .content-blog {
      background-color: #e1eabb;
      padding: 3rem;
      display: block;
    }

    .blog-list {
      color: #fff;
      list-style: none;
      padding-left: 0;
    }

    .blog-list li a {
      color: #aec93e;
    }

    .blog-title {
      color: #000;
    }

    .blog-short-text {
      color: #58585a;
    }

    .blog-link {
      color: #aec93e;
      font-weight: bold;
      display: block;
      padding-bottom: 5px;
    }
    .blog-link a:hover {
      color: #aec93e;
      font-weight: bold;
      display: block;
      padding-bottom: 5px;
    }
    .blog-link a:visited {
      color: #aec93e;
      font-weight: bold;
      display: block;
      padding-bottom: 5px;
    }

    .blog-header {
      color: #58585a;
      font-weight: bold;
      letter-spacing: 2px;
      padding-bottom: 0.625rem;
      text-transform: uppercase;
      font-size: 1.3rem;
    }

    .content {
      height: 100%;
    }

    .content-right {
      background-color: #fff;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .content-news {
      background-color: #fff;
      padding: 3rem 3rem 0rem 3rem;
      display: block;
    }

    .news-list {
      color: #fff;
      list-style: none;
      padding-left: 0;
    }

    .news-list li a {
      color: #aec93e;
    }

    .news-title {
      color: #000;
    }

    .news-short-text {
      color: #58585a;
    }

    .news-link {
      color: #aec93e;
      font-weight: bold;
      display: block;
      padding-bottom: 15px;
    }

    .news-header {
      color: #58585a;
      font-weight: bold;
      letter-spacing: 2px;
      padding-bottom: 0.625rem;
      text-transform: uppercase;
      font-size: 1.3rem;
    }



    .content-center {
      text-align: center;
      float: center;
      padding-top: 3rem;
      padding-left: 0px;
      padding-right: 0px;
    }

    .icon-title {
      padding-top: 15px;
      text-transform: uppercase;
      font-weight: bold;
      color: #58585a;
    }

    .icons-row {
      padding-top: 30px;
    }

    .icons-buttons-container {
      padding-top: 50px;
    }

    .our-products-container {
      padding-bottom: 50px;
      padding-top: 70px;
      background-image: url(/files/content/images/products-background.png);
      background-repeat: no-repeat;
      background-position: center bottom;
    }

    .products-title {
      padding-top: 15px;
      text-transform: uppercase;
      font-weight: bold;
      color: #58585a;
    }

    .products-row {
      padding-top: 30px;
    }


    .why-choose-container {
      padding-bottom: 50px;
      padding-top: 70px;
      background-repeat: no-repeat;
      background-position: center bottom;
    }

    .icon-why-tile {
      padding-left: 20px;
    }

    .icon-why-title {
      padding-top: 15px;
      text-transform: uppercase;
      font-weight: bold;
      color: #58585a;
      font-size: 1.3rem;
    }

    .icon-why-title-sub {
      text-transform: uppercase;
      color: #58585a;
      font-size: 1rem;
    }

    .footer-links {
      padding-bottom: 20px;
    }

    .footer-links ul {
      list-style-type: none;
    }

    .footer-links li a {
      color: white;
    }

    .footer-title-white {
      color: #fff;
      font-weight: bold;
    }

    .footer-title-green {
      color: #aed138;
      font-weight: bold;
    }



    .call_to_action {
      font-weight: 500;
      font-size: 18px;
    }
    
    .socials .icons {
      display: flex;
      justify-content: center;
      flex-direction: row;
      float: right;
    }
    
    .socials .icons a {
      width: 34px;
      height: 34px;
      margin-right: 25px;
      background-repeat: no-repeat;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }
    
    .socials .icons a:hover {
      transform: translateY(-10px);
      opacity: 0.5;
    }
    
    .socials .icons a:last-child {
      margin-right: 0;
    }
    
    .socials .icons .facebook {
      background: url(/images/socials.svg) 0 0;
    }
    
    .socials .icons .twitter {
      background: url(/images/socials.svg) -54px 0;
    }
    
    .socials .icons .instagram {
      background: url(/images/socials.svg) -114px 0;
    }
    
    .socials .icons .linkedin {
      background: url(/images/socials.svg) -172px 0;
    }
    
    .socials .icons .youtube {
      background: url(/images/socials.svg) -230px 0;
    }


    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
    }

    /* rotate caret on hover */
    .dropdown-menu>li>a:hover:after {
      text-decoration: underline;
      transform: rotate(-90deg);
      background-color: #000;
    }

    .dropdown-item {
      border-bottom: 1px dotted #58585a;
      border-width: 2px;
      font-size: 0.95rem;
      line-height: 30px;
      padding-right: 70px;
    }

    .dropdown-item:hover {
      background-color: #e6edc3;
    }

    .dropdown-menu {
      border: 1px solid #adc93d;
      border-bottom: 8px solid #adc93d;
      border-radius: 0 !important;
    }


    .popup-styling {
      position: relative;
      padding: 50px;
      background: #ffffff;
      border-radius: 2px;
      font-family: 'Roboto', sans-serif;
      box-shadow: 0 0 32px #838383;
      border: 10px solid #f1f1f1;
      font-display: auto;
    }

    .popup-styling-div {
      position: relative;
    }

    .popup-styling {
      position: relative;
      padding: 50px;
      background: #ffffff;
      border-radius: 2px;
      font-family: 'Roboto', sans-serif;
      box-shadow: 0 0 32px #838383;
      border: 10px solid #f1f1f1;
      font-display: auto;
    }

    .popup-styling h3 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .popup-styling h4 {
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 30px;
      text-transform: uppercase;
    }

    .popup-styling hr {
      margin-bottom: 40px;
      border-color: #e0e0e0;
    }

    .popup-styling .form-group {
      position: relative;
      margin-bottom: 30px;
    }

    .popup-styling .form-group.other-amount {
      top: 5px;
    }

    .popup-styling input[type="text"],
    .popup-styling input[type="email"],
    .popup-styling input[type="tel"],
    .popup-styling input[type="url"],
    .popup-styling input[type="password"],
    .popup-styling select,
    .popup-styling textarea {
      position: relative;
      display: block;
      width: 100%;
      line-height: 34px;
      padding: 8px 20px;
      background: #ffffff;
      border: 1px solid #e0e0e0;
      height: 52px;
    }

    .popup-styling select {
      cursor: pointer;
    }

    .popup-styling .field-label {
      position: relative;
      display: block;
      font-weight: 600;
      font-size: 18px;
      color: #252525;
      line-height: 28px;
      margin-bottom: 10px;
    }

    .popup-styling .field-label .required {
      color: #ff0000;
      font-size: 14px;
    }

    .popup-styling .radio-select {
      position: relative;
      float: left;
      margin-right: 10px;
      margin-bottom: 5px;
      line-height: 30px;
    }

    .popup-styling .radio-select label {
      position: relative;
      display: block;
      height: 56px;
      padding: 13px 15px;
      text-align: center;
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      background: #878787;
      border-radius: 0px;
      cursor: pointer;
    }

    .popup-styling .radio-select input[type="radio"] {
      display: none;
    }

    .popup-styling .radio-select input[type="radio"]:checked+label {
      color: #ffffff;
      background: #ffa211;
    }

    .popup-styling button {
      padding: 12px 35px;
      background: #B9CF01;
      color: #fff;
      border: none;
      font-weight: 600;
      letter-spacing: 1px;
    }

    .popup-styling button:hover {
      padding: 12px 35px;
      background: #333;
      color: #fff;
      border: none;
    }

    #error {
      padding: 90px 0 90px 0;
    }



    .section-green-bar {
      background-color: #aed138;
      min-height: 70px;
    }

    .green-bar-container {
      margin: 0 auto;
      top: 50%;
      vertical-align: middle;
    }

    .green-bar-left {
      float: left;
      color: #fff;
      line-height: 70px;
      padding-right: 10px;
      font-weight: bold;
      font-style: italic;
    }

    .green-bar-right {
      float: left;
      color: #58585a;
      line-height: 70px;
      font-weight: bold;
    }

    .footer-content {
      background-color: #1a171c;
      padding: 3rem;
      font-size: 0.9rem;
    }

    .footer-content-container {
      color: #fff;
      margin: 0 auto;
    }

    .footer-bottom-bar {
      background-color: #58585a;
      padding: 1.5rem 1.5rem 0 1.5rem;
      margin-left: -15px;
      margin-right: -15px;
    }

    .footer-bottom-bar-container {
      color: #fff;
    }

    .social-media {
      padding-bottom: 5px;
    }

    .btn-gray {
      border-radius: 0em;
      color: #fff;
      background-color: #58585a;
      border-color: #58585a;
      margin-bottom: 2px;
      font-weight: bold;
    }

    .btn-green {
      border-radius: 0em;
      color: #fff;
      background-color: #aed138;
      border-color: #aed138;
      margin-bottom: 2px;
      font-weight: bold;
    }

    .btn-gray:hover,
    .btn-gray:focus,
    .btn-gray:active,
    .btn-gray.active,
    .open>.dropdown-toggle.btn-gray {
      color: #ddd;
    }

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open>.dropdown-toggle.btn-green {
      color: #ddd;
    }

    h1 {
      color: #000;
      font-size: 2rem;
    }

    h2 {
      color: #000;
      font-size: 1.8rem;
    }

    h3 {
      color: #58585a;
      font-size: 1.9rem;
    }

    h4 {
      color: #58585a;
      font-size: 1.8rem;
    }


    ul.footer-social li {
      display: inline-block;
      margin-right: 10px;
    }

    .social-media ul li a {
      border: 2px solid #aed138;
      border-radius: 0%;
      color: #ffffff;
      display: block;
      height: 35px;
      line-height: 30px;
      margin-left: 3px;
      text-align: center;
      transition: all 0.5s ease-in-out 0s;
      width: 35px;
    }

    .social-media ul li {
      display: inline-block;
      list-style: outside none none;
    }






    @media only screen and (max-width: 992px) {
      .icon-title {
        padding-bottom: 10px;
        font-size: 0.8rem;
      }

      .products-title {
        padding-bottom: 10px;
      }

      .footer-text-right {
        text-align: center !important;
        padding-top: 20px;
        margin-right: 35px;
      }

      .footer-text {
        font-size: 0.85em;
        text-align: center !important;
      }

      .header-text {
        font-size: 0.85em;
        text-align: center !important;
      }

      .green-bar-left {
        line-height: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
      }

      .green-bar-right {
        line-height: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
      }

      .icon-why-title {
        font-size: 1.1rem;
      }

      .icon-why-title-sub {
        font-size: 0.9rem;
      }
      .socials-block {
        padding-top:20px;
        padding-right: 50px;
      }
      .address-block {
        padding-left: 30px;
      }
      .footer-text-right {
        text-align: left!important;
        padding-left: 45px;
      }
      .footer-text-left {
        text-align: left!important;
        padding-left: 45px;
      }
      .call_to_action {
        font-weight: normal;
        font-size: 14px;
      }
    }

    @media only screen and (min-width: 992px) {
      .modal-dialog {
        width: 100%;
        max-width: 960px;
        margin: 50px auto;
      }
    }



.footer {
  background-color: #006c7d;
}









