@charset "utf-8";
/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {
  font-family: 'Noto Sans', sans-serif;
  color: #323232;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
a {
  color: #323232;
}
a:hover,
a:focus,
a:active {
  color: #323232;
  text-decoration: underline;
}

a.underlined {
  text-decoration: underline;
}
a.underlined:hover,
a.underlined:focus,
a.underlined:active {
  text-decoration: none;
}
a.no-underline {
  text-decoration: none !important;
}
a.link-unstyled {
  color: inherit;
  text-decoration: none;
}
a.link-unstyled:hover,
a.link-unstyled:focus,
a.link-unstyled:active {
  color: inherit;
  text-decoration: none;
}
hr.hr-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
/*
 * Text Color Helpers
 * --------------------------------------------------
 */
.text-white {
  color: #fff !important;
}
.text-black {
  color: #323232 !important;
}
/*
 * Backgroud Color Helpers
 * --------------------------------------------------
 */
.bg-white {
  background: #fff !important;
}
.bg-black {
  background: #323232 !important;
}
.bg-gray-darker {
  background: #4d4f56 !important;
}
.bg-gray-dark {
  background: #787878 !important;
}
.bg-gray {
  background: #abaeb7 !important;
}
.bg-gray-light {
  background: #c4c8c8 !important;
}
.bg-gray-lighter {
  background: #f3f4f4 !important;
}
/*
 * Scroll Bar Styling
 * --------------------------------------------------
 */
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: #f3f4f4;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f3f4f4;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #abaeb7;
}
/*
 * Note Alert
 * --------------------------------------------------
 */
.note-alert {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 20px 20px calc(20px + 60px);
  margin-bottom: 20px;
  color: #323232;
  background-color: #fff;
  border: 2px solid #00808f;
  border-radius: 0;
}
@media (max-width: 479px) {
  .note-alert {
    padding: calc(20px + 60px) 20px 20px 20px;
    text-align: center;
  }
}
.note-alert a {
  font-weight: 500;
}
.note-alert .note-alert-icon-box {
  position: absolute;
  background: #00808f;
}
@media (min-width: 480px) {
  .note-alert .note-alert-icon-box {
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
  }
}
@media (max-width: 479px) {
  .note-alert .note-alert-icon-box {
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
  }
}
.note-alert .note-alert-icon-box .note-alert-icon {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
/*
 * Responsive Map Embed
 * --------------------------------------------------
 */
.map-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  /* 30:9 */
  padding-bottom: 28.125%;
}
@media (max-width: 767px) {
  .map-responsive {
    /* 16:9 */
    padding-bottom: 56.25%;
  }
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*
 * Form Validation
 * --------------------------------------------------
 */
.fv-element-wrapper {
  position: relative;
}
.form-control.border-2 {
  padding: 5px 12px;
}
/***************************************************************************
* PAGE HEADER
***************************************************************************/
/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
  background: #f3f4f4;
  border-bottom: 1px solid #00808f;
}
#header_topbar {
  font-size: 14px;
  line-height: 20px;
  color: #323232;
}
#header_topbar #header_topbar_left {
  float: left;
}
@media (max-width: 767px) {
  #header_topbar #header_topbar_left {
    float: none;
    text-align: center;
  }
}
#header_topbar #header_topbar_right {
  float: right;
}
@media (max-width: 767px) {
  #header_topbar #header_topbar_right {
    float: none;
    text-align: center;
  }
}
#header_topbar .topbar-text {
  margin: 0;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #323232;
}
#header_topbar .topbar-text a {
  color: #323232;
  text-decoration: none;
}
#header_topbar .topbar-text a:hover,
#header_topbar .topbar-text a:focus,
#header_topbar .topbar-text a:active {
  color: #323232;
  text-decoration: underline;
}
ul.topbar_links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.topbar_links > li {
  display: inline-block;
  float: left;
}
ul.topbar_links > li > a {
  display: block;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #323232;
  text-decoration: none;
}
ul.topbar_links > li > a:hover,
ul.topbar_links > li > a:focus,
ul.topbar_links > li > a:active {
  color: #323232;
}
ul.topbar_links > li.dropdown .flag-icon {
  float: left;
  margin-right: 5px;
  border: 1px solid #c4c8c8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
ul.topbar_links > li.dropdown .dropdown-menu {
  min-width: 240px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  border-radius: 0;
}
ul.topbar_links > li.dropdown .dropdown-menu .dropdown-header {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 20px;
  color: #323232;
}
ul.topbar_links > li.dropdown .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #f3f4f4;
}
ul.topbar_links > li.dropdown .dropdown-menu > li > a {
  font-weight: 500;
  padding: 5px 20px;
  color: #787878;
}
ul.topbar_links > li.dropdown .dropdown-menu > li > a:hover,
ul.topbar_links > li.dropdown .dropdown-menu > li > a:focus,
ul.topbar_links > li.dropdown .dropdown-menu > li > a:active {
  background: none;
  text-decoration: underline;
}
ul.topbar_links > li.dropdown .countries_menu {
  min-width: 240px;
}
ul.topbar_links > li.dropdown .countries_menu > li > a {
  font-size: 14px;
  line-height: 30px;
  padding: 5px 20px;
}
ul.topbar_links > li.dropdown .countries_menu > li > a .flag-icon {
  float: left;
  margin-right: 10px;
  border: 1px solid #c4c8c8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
ul.topbar_links > li.dropdown .countries_menu > li > a:hover .flag-icon,
ul.topbar_links > li.dropdown .countries_menu > li > a:focus .flag-icon,
ul.topbar_links > li.dropdown .countries_menu > li > a:active .flag-icon {
  border: 1px solid #323232;
}
ul.topbar_links > li.dropdown.open > a {
  background: #fff;
}
@media (max-width: 767px) {
  ul.topbar_links {
    text-align: center;
  }
}
/*
 * Header
 * --------------------------------------------------
 */
.sticky_header_wrapper .stuck_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
}
.sticky_header_wrapper .stuck_header .navbar.navbar-menu {
  border-bottom: none !important;
}
#navbar_search {
  width: 220px;
}
/*
 * Logo
 * --------------------------------------------------
 */
#header #logo a {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 767px) {
  #header #logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*
 * Mobile Header
 * --------------------------------------------------
 */
#mobile_header {
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #c4c8c8;
}
#mobile_header .menu-icon {
  display: inline-block;
  padding: 5px;
}
#mobile_header .menu-icon .st-icon {
  font-size: 34px;
  line-height: 40px;
}
#mobile_search {
  padding: 10px 15px;
  background: #f3f4f4;
}
#mobile_search .form-control {
  border-color: #c4c8c8;
  border-left: 0;
  padding-left: 0;
  border-radius: 0;
}
#mobile_search .btn-search {
  background: #fff;
  border-color: #c4c8c8;
  border-right: 0;
}
.mobile_sticky_header_wrapper .mobile_stuck_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
}
/*
 * Mobile Menu
 * --------------------------------------------------
 */
#mobile_menu:not(.mm-menu),
#jobs_menu:not(.mm-menu),
#account_menu:not(.mm-menu) {
  display: none;
}
#mobile_menu .flag-icon {
  float: left;
  margin-right: 5px;
  border: 1px solid #323232;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.mm-navbar__title {
  color: #323232 !important;
  font-weight: 600;
}
.mm-listview .mm-listitem .mm-listitem__text {
  color: #323232;
  font-weight: 600;
}
/*
 * Header Shopping Cart
 * --------------------------------------------------
 */
#shopping-cart-dropdown {
  position: relative;
}
#shopping-cart-dropdown .shopping-cart-link {
  position: relative;
}
.shopping-cart {
  position: relative;
}
.shopping-cart .cart-badge {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 20px;
  min-width: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 3px 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #00808f;
  border-radius: 50%;
}
/***************************************************************************
* PAGE TOP BAR
***************************************************************************/
/***************************************************************************
* PAGE BODY
***************************************************************************/
/***************************************************************************
* CONTENT
***************************************************************************/
/*
 * Banner Slider
 * --------------------------------------------------
 */
.swiper-container {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-bottom: 0;
}
.swiper-container.swiper-container-sm {
  height: 300px;
}
@media (min-width: 768px) {
  .swiper-container {
    height: 500px;
  }
  .swiper-container.swiper-container-sm {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .swiper-container {
    height: 600px;
  }
  .swiper-container.swiper-container-sm {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .swiper-container {
    height: 700px;
  }
  .swiper-container.swiper-container-sm {
    height: 500px;
  }
}
.swiper-container .swiper-slide {
  font-size: 20px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  /* Center slide content vertically */
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .swiper-container .swiper-slide {
    padding-left: 150px;
  }
}
@media (min-width: 992px) {
  .swiper-container .swiper-slide {
    padding-left: 150px;
  }
}
@media (min-width: 1200px) {
  .swiper-container .swiper-slide {
    padding-left: 150px;
  }
}
.swiper-container .swiper-slide .slide-caption {
  padding: 15px;
  /*background: rgba(255, 255, 255, 0.4);*/
}
@media (max-width: 767px) {
  .swiper-container .swiper-slide {
    min-height: 400px;
  }
}
/*
 * Page Banner
 * --------------------------------------------------
 */
.page_banner {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page_banner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .page_banner {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .page_banner {
    height: 500px;
  }
}
.page_banner .banner_content {
  font-size: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  /* Center slide content vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page_banner .banner_content {
    min-height: 400px;
  }
}
/*
 * Find Product Box
 * --------------------------------------------------
 */
.find_product_box_wrapper {
  position: relative;
  background: #f3f4f4;
  background: linear-gradient(180deg, #f3f4f4 0%, #f3f4f4 50%, #fff 50%, #fff 100%);
  margin-bottom: 50px;
}
.find_product_box {
  position: relative;
  padding: 30px 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .find_product_box {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#find_product_form .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c4c8c8;
  box-shadow: none;
  outline: none;
  padding-left: 0;
}
#find_product_form .form-control:focus {
  border-color: #323232;
  box-shadow: none;
  outline: none;
}
@media (max-width: 767px) {
  #find_product_form .btn {
    margin-top: 20px;
  }
}
/*
 * products_carousel
 * --------------------------------------------------
 */
.products_carousel {
  margin-bottom: 30px;
}
.products_carousel .product {
  position: relative;
  border: 1px solid #f3f4f4;
  padding: 15px;
  margin: 5px 5px 15px 5px;
}
.products_carousel .product:hover {
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
}
.products_carousel .product .product_image_div {
  margin-bottom: 15px;
}
.products_carousel .product .product_image_div img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.products_carousel .product:hover .product_image_div img {
  opacity: 0.8;
}
.products_carousel .product .product_info_div {
  text-align: left;
}
.products_carousel .product .product_name {
  font-size: 16px;
  font-weight: 600;
}
.products_carousel .product .product_name a {
  color: #323232;
}
.products_carousel .product .product_name a:hover {
  color: #323232;
  text-decoration: none;
}
.products_carousel .product .product_price {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.products_carousel .product .product_price .price_title {
  color: #323232;
}
.products_carousel .product .product_price .price_value {
  color: #323232;
}
/*
 * Tools and Resources
 * --------------------------------------------------
 */
.tools_and_resources_wrapper {
  position: relative;
  padding: 30px;
  background: #f3f4f4;
  background: linear-gradient(180deg, #f3f4f4 0%, #f3f4f4 50%, #fff 50%, #fff 100%);
}
@media (max-width: 991px) {
  .tools_and_resources_wrapper {
    background: #f3f4f4 !important;
  }
}
.tools_and_resources {
  position: relative;
}
@media (min-width: 992px) {
  .tools_and_resources {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .tools_and_resources {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.tools_and_resources .thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.tools_and_resources .thumbnail .caption {
  padding: 15px;
}
/*
 * Testimonials
 * --------------------------------------------------
 */
.testimonials_carousel {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials_carousel .testimonial {
  text-align: center;
}
.testimonials_carousel .testimonial .quote {
  font-size: 22px;
  font-weight: 600;
}
.testimonials_carousel .testimonial .author {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
/*
 * Newsletter Subscribe
 * --------------------------------------------------
 */
#newsletter_subscribe_wrapper {
  background: #f3f4f4;
  padding: 30px;
  text-align: center;
}
#newsletter_subscribe {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#newsletter_subscribe_form {
  margin-top: 30px;
}
/*
 * Industries /  Verticals
 * --------------------------------------------------
 */
.btn-industry {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn-industry:hover,
.btn-industryfocus,
.btn-industryactive {
  background: #000;
  border-color: #000;
  color: #fff;
}
/***************************************************************************
* PAGE FOOTER
***************************************************************************/
/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
  background: #323232;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer {
  color: #fff;
}
#footer h4 {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
#footer ul.footer_links {
  padding-left: 0;
  margin-bottom: 15px;
}
#footer ul.footer_links li {
  position: relative;
  list-style: none;
}
#footer ul.footer_links li + li {
  margin-top: 10px;
}
#footer ul.footer_links li > a {
  color: #c4c8c8;
  text-decoration: none;
}
#footer ul.footer_links li > a:hover,
#footer ul.footer_links li > a:focus,
#footer ul.footer_links li > a:active {
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
/*
 * Footer Bottom
 * --------------------------------------------------
 */
#footer_bottom_wrapper {
  padding-top: 0;
  padding-bottom: 20px;
  background: #323232;
  color: #fff;
}
#footer_bottom .countries_dropup > a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #c4c8c8;
  text-decoration: none;
}
#footer_bottom .countries_dropup > a:hover,
#footer_bottom .countries_dropup > a:focus,
#footer_bottom .countries_dropup > a:active {
  color: #fff;
  text-decoration: none;
}
#footer_bottom .countries_dropup .flag-icon {
  float: left;
  margin-right: 5px;
  border: 1px solid #323232;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#footer_bottom .countries_dropup .dropdown-menu {
  min-width: 240px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  background: #4d4f56;
}
#footer_bottom .countries_dropup .dropdown-menu .dropdown-header {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 20px;
  color: #fff;
}
#footer_bottom .countries_dropup .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #323232;
}
#footer_bottom .countries_dropup .dropdown-menu > li > a {
  font-weight: 500;
  padding: 5px 20px;
  color: #fff;
}
#footer_bottom .countries_dropup .dropdown-menu > li > a:hover,
#footer_bottom .countries_dropup .dropdown-menu > li > a:focus,
#footer_bottom .countries_dropup .dropdown-menu > li > a:active {
  background: none;
  text-decoration: underline;
}
#footer_bottom .countries_dropup .countries_menu {
  min-width: 240px;
}
#footer_bottom .countries_dropup .countries_menu > li > a {
  font-size: 14px;
  line-height: 30px;
  padding: 5px 20px;
}
#footer_bottom .countries_dropup .countries_menu > li > a .flag-icon {
  float: left;
  margin-right: 10px;
  border: 1px solid #323232;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
#footer_bottom .countries_dropup .countries_menu > li > a:hover .flag-icon,
#footer_bottom .countries_dropup .countries_menu > li > a:focus .flag-icon,
#footer_bottom .countries_dropup .countries_menu > li > a:active .flag-icon {
  border: 1px solid #c4c8c8;
}
#footer_bottom ul.footer_bottom_links {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
#footer_bottom ul.footer_bottom_links li {
  position: relative;
  display: inline;
  list-style: none;
  margin-right: 10px;
}
#footer_bottom ul.footer_bottom_links li:last-of-type {
  margin-right: 0;
}
#footer_bottom ul.footer_bottom_links li > a {
  color: #c4c8c8;
  text-decoration: none;
}
#footer_bottom ul.footer_bottom_links li > a:hover,
#footer_bottom ul.footer_bottom_links li > a:focus,
#footer_bottom ul.footer_bottom_links li > a:active {
  color: #fff;
  text-decoration: underline;
}
/*
 * Social Links
 * --------------------------------------------------
 */
ul.footer_social_links {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.footer_social_links li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.footer_social_links li:last-of-type {
  margin-right: 0;
}
ul.footer_social_links li a {
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.28571429em;
  color: #c4c8c8;
  transition: all 0.3s ease;
}
ul.footer_social_links li a:hover,
ul.footer_social_links li a:focus,
ul.footer_social_links li a:active {
  color: #fff;
  text-decoration: none;
}
/*
 * Copyright
 * --------------------------------------------------
 */
.copyright_wrapper {
  margin-bottom: 10px;
}
.copyright_wrapper .copyright {
  font-size: 14px;
  color: #c4c8c8;
}
.copyright_wrapper .copyright a {
  color: #c4c8c8;
}
.copyright_wrapper .copyright a:hover,
.copyright_wrapper .copyright a:focus,
.copyright_wrapper .copyright a:active {
  color: #c4c8c8;
  text-decoration: underline;
}
#scrollToTop {
  background: #00808f;
}
/***************************************************************************
* EXTRA
***************************************************************************/
.acard-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.acard {
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.acard:hover {
  text-decoration: none;
}
.acard-auto {
  border-color: #c13a2b;
}
.acard-auto h4 {
  color: #c13a2b;
}
.acard-auto p {
  color: #333;
}
.acard-auto .acard-btn {
  color: #fff;
  background: #c13a2b;
  border-color: #c13a2b;
}
.acard-auto:hover {
  background: #c13a2b;
}
.acard-auto:hover h4 {
  color: #fff;
}
.acard-auto:hover p {
  color: #fff;
}
.acard-auto:hover .acard-btn {
  color: #c13a2b;
  background: #fff;
  border-color: #fff;
}
.acard-prod {
  border-color: #e67f23;
}
.acard-prod h4 {
  color: #e67f23;
}
.acard-prod p {
  color: #333;
}
.acard-prod .acard-btn {
  color: #fff;
  background: #e67f23;
  border-color: #e67f23;
}
.acard-prod:hover {
  background: #e67f23;
}
.acard-prod:hover h4 {
  color: #fff;
}
.acard-prod:hover p {
  color: #fff;
}
.acard-prod:hover .acard-btn {
  color: #e67f23;
  background: #fff;
  border-color: #fff;
}
.acard-food {
  border-color: #f1c410;
}
.acard-food h4 {
  color: #f1c410;
}
.acard-food p {
  color: #333;
}
.acard-food .acard-btn {
  color: #fff;
  background: #f1c410;
  border-color: #f1c410;
}
.acard-food:hover {
  background: #f1c410;
}
.acard-food:hover h4 {
  color: #fff;
}
.acard-food:hover p {
  color: #fff;
}
.acard-food:hover .acard-btn {
  color: #f1c410;
  background: #fff;
  border-color: #fff;
}
.acard-tech {
  border-color: #9959b3;
}
.acard-tech h4 {
  color: #9959b3;
}
.acard-tech p {
  color: #333;
}
.acard-tech .acard-btn {
  color: #fff;
  background: #9959b3;
  border-color: #9959b3;
}
.acard-tech:hover {
  background: #9959b3;
}
.acard-tech:hover h4 {
  color: #fff;
}
.acard-tech:hover p {
  color: #fff;
}
.acard-tech:hover .acard-btn {
  color: #9959b3;
  background: #fff;
  border-color: #fff;
}
.acard-indu {
  border-color: #7cb854;
}
.acard-indu h4 {
  color: #7cb854;
}
.acard-indu p {
  color: #333;
}
.acard-indu .acard-btn {
  color: #fff;
  background: #7cb854;
  border-color: #7cb854;
}
.acard-indu:hover {
  background: #7cb854;
}
.acard-indu:hover h4 {
  color: #fff;
}
.acard-indu:hover p {
  color: #fff;
}
.acard-indu:hover .acard-btn {
  color: #7cb854;
  background: #fff;
  border-color: #fff;
}
.acard-life {
  border-color: #38639f;
}
.acard-life h4 {
  color: #38639f;
}
.acard-life p {
  color: #333;
}
.acard-life .acard-btn {
  color: #fff;
  background: #38639f;
  border-color: #38639f;
}
.acard-life:hover {
  background: #38639f;
}
.acard-life:hover h4 {
  color: #fff;
}
.acard-life:hover p {
  color: #fff;
}
.acard-life:hover .acard-btn {
  color: #38639f;
  background: #fff;
  border-color: #fff;
}
