﻿/* Define standard variables and values for website */
/* Text Color*/
/* Background Color*/
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Roboto Condensed","Raleway",sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  color: inherit; }

.page-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: white;
  min-height: 100vh; }

.cuisine .content img {
  width: 100%;
  height: auto; }

.header {
  background: #fff;
  position: static;
  top: 0;
  left: 0;
  z-index: 1; }
  .header .container .header-left .logo a img {
    width: 150px;
    height: auto; }
  .header .container .header-right {
    flex-grow: 1; }
    .header .container .header-right .header-right-top {
      text-align: center;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      max-width: 1320px;
      margin: auto;
      color: #000; }
      .header .container .header-right .header-right-top .phone {
        align-items: center; }
        .header .container .header-right .header-right-top .phone .text {
          padding-left: 8px; }
      .header .container .header-right .header-right-top .slogan {
        margin: 0 auto;
        width: 80%;
        overflow: hidden;
        white-space: nowrap; }
        .header .container .header-right .header-right-top .slogan .text {
          display: block;
          -webkit-animation: marquee 10s linear infinite; }
    .header .container .header-right .header-right-center {
      width: 100%;
      background: #fff;
      padding: 10px 0; }

.hot-keyword .key {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  display: block;
  opacity: 0.9;
  margin-left: 15px; }

.hot-keyword .key:first-child {
  margin-left: 25px; }

.ui-menu {
  padding-inline-start: 0px;
  position: absolute;
  z-index: 99;
  max-width: 600px !important;
  width: 600px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #fff; }
  .ui-menu .ui-menu-item {
    float: left;
    width: 100%;
    list-style: none; }
    .ui-menu .ui-menu-item .ui-menu-item-wrapper {
      padding: 10px;
      border-radius: 0px;
      font-size: 0.8em;
      cursor: pointer;
      float: left;
      width: 100%;
      position: relative; }
      .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
        background-color: #006a31;
        color: #fff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .ui-menu .ui-menu-item:first-child {
    border: none; }

.flyout-main-wrapper .shopping-cart-link {
  position: relative;
  width: 60px; }
  .flyout-main-wrapper .shopping-cart-link a {
    width: 100px; }
    .flyout-main-wrapper .shopping-cart-link a .cart-qty {
      position: absolute;
      left: 100%;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      color: #fff;
      border-radius: 50%;
      width: 26px;
      height: 26px;
      line-height: 24px;
      text-align: center;
      transform: translate(-45%, -25%);
      background: #c73030; }
  .flyout-main-wrapper .shopping-cart-link p {
    margin: 0; }

.flyout-main-wrapper .flyout-cart-wrapper {
  visibility: hidden;
  position: absolute;
  z-index: 999999;
  width: 400px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border: 1px solid #171717;
  border-radius: 0px;
  visibility: hidden;
  top: 94px;
  /*        &:before {
            background: url(../images/flyout-arrow-top.png) no-repeat center center;
            content: " ";
            height: 14px;
            left: 5%;
            position: absolute;
            top: -14px;
            width: 26px;
        }*/ }
  .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart {
    padding: 0px 15px;
    text-align: left;
    color: #303133; }
    .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .count {
      padding: 10px 0px;
      color: #303133;
      border-bottom: 1px solid #ddd; }
      .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: bold;
        color: #2d9c6d; }
    .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items {
      margin: 0 0 10px; }
      .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item {
        overflow: hidden;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd; }
        .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .picture {
          float: left;
          width: 30%;
          text-align: center; }
          .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .picture a {
            display: block;
            position: relative;
            overflow: hidden;
            padding: 0px; }
        .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .product {
          float: left;
          margin-left: 15px;
          width: 60%; }
          .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .product .name {
            margin: 0 0 5px;
            overflow: hidden;
            width: 100%;
            float: left; }
            .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .product .name a {
              font-size: 0.9em;
              color: #2d9c6d; }
          .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .product .quantity {
            float: left;
            margin-right: 5%;
            text-transform: capitalize;
            color: #303133; }
            .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .product .quantity span {
              font-weight: 700; }
          .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .product .price {
            float: left; }
            .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .items .item .product .price span {
              color: #303133;
              font-weight: 700; }
    .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .totals {
      margin: 0 0 10px;
      display: inline-block;
      clear: both;
      float: left;
      color: #000;
      width: 100%;
      text-align: center;
      font-weight: 700; }
    .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .buttons {
      margin: 0 0 10px;
      display: inline-block;
      clear: both;
      width: 100%; }
      .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .buttons button {
        background-color: #272727;
        color: #fff; }
        .flyout-main-wrapper .flyout-cart-wrapper .mini-shopping-cart .buttons button:hover {
          background-color: #fff;
          color: #272727; }

.flyout-cart-wrapper.active {
  visibility: visible; }

.admin-header-link {
  margin: auto;
  background-color: black;
  color: white; }
  .admin-header-link ul {
    margin: auto;
    list-style-type: none;
    width: 50%; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  /* Dropdown Content (Hidden by Default) */ }
  .dropdown .dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    background-color: white;
    /* Links inside the dropdown */ }
    .dropdown .dropdown-content a.content-link {
      color: #000;
      padding: 5px 10px;
      display: block; }
      .dropdown .dropdown-content a.content-link:hover {
        color: #2d9c6d;
        background-color: #272727;
        font-weight: bold; }
  .dropdown:hover .dropdown-content {
    display: block; }

.main-menu {
  background-color: white;
  font-size: 16px; }
  .main-menu .container {
    display: flex; }
    .main-menu .container .menu .menu-item {
      padding: 11px 25px;
      align-items: center;
      justify-content: center; }
      .main-menu .container .menu .menu-item:hover {
        color: #2d9c6d;
        background-color: #272727; }
    .main-menu .container .menu-left {
      margin-right: auto;
      /*            .menu-item:first-child {
                background-color: $color3;
            }*/ }
    .main-menu .container .menu-right {
      margin-left: auto; }

.home-page .category .dropdown-content {
  display: block; }

.category {
  position: relative; }
  .category .title i {
    padding: 0 8px; }
  .category .title span {
    padding: 0 8px; }
  .category .dropdown-content {
    left: -16px;
    margin-top: 11px; }
  .category .category-item {
    width: 230.33px; }
    .category .category-item a.category-link {
      color: #000;
      position: relative;
      padding: 10px 16px;
      font-size: 0.9em;
      display: block; }
      .category .category-item a.category-link i {
        position: absolute;
        right: 1em;
        top: 0.7em;
        transition: transform ease-in-out .5s,-webkit-transform ease-in-out .5s; }
    .category .category-item:hover .submenu {
      visibility: visible; }
    .category .category-item:hover a.category-link {
      font-weight: bold;
      background-color: #4b910e; }
      .category .category-item:hover a.category-link i {
        transform: rotate(-90deg); }
    .category .category-item .submenu {
      background: #fff;
      visibility: hidden;
      width: 100%;
      height: 100%;
      min-width: 650px;
      max-width: 650px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 100%;
      margin-left: 0px;
      z-index: 1;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-top: 0; }
      .category .category-item .submenu .submenu-content {
        padding: 15px; }
        .category .category-item .submenu .submenu-content .btn-list {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          margin-bottom: 10px; }
          .category .category-item .submenu .submenu-content .btn-list a {
            margin: 0 10px; }
        .category .category-item .submenu .submenu-content .children-category-group {
          width: 100%;
          display: flex; }
          .category .category-item .submenu .submenu-content .children-category-group .children {
            width: 75%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .category .category-item .submenu .submenu-content .children-category-group .children .child {
              width: 50%; }
          .category .category-item .submenu .submenu-content .children-category-group .poster {
            position: absolute;
            bottom: 0;
            right: 0; }
            .category .category-item .submenu .submenu-content .children-category-group .poster img {
              max-width: 100%;
              height: 260px;
              object-fit: cover; }

.category-content-left {
  left: -25px; }

#slider-container img {
  width: 100%;
  height: auto;
  max-height: 900px;
  max-width: 100%; }

.tns-controls {
  text-align: center;
  margin-bottom: 10px; }

.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0; }

.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em; }

[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0; }

.tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important; }

.tns-nav {
  text-align: center;
  margin: 5px; }

.tns-nav > [aria-controls] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #777;
  border: 0; }

.tns-nav > .tns-nav-active {
  background: #eee; }

.tns-outer [data-action] {
  display: none; }

.master-wrapper-page {
  max-width: 1366px;
  margin: auto;
  padding: 0px 20px; }

.tns-outer {
  position: relative; }

.tns-nav {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0; }

.header {
  text-align: center; }
  @media (max-width: 767px) {
    .header {
      display: none; } }
  .header img {
    width: 100%;
    height: auto;
    max-width: 1366px; }

#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: white;
  font-size: 16px;
  transition: all .3s,-webkit-transform .3s; }
  #mainNav .nav-item {
    padding: 0 10px; }
    #mainNav .nav-item .nav-link:hover {
      border-bottom: 1px solid black;
      font-weight: 600; }
  #mainNav .navbar-brand {
    font-size: 30px;
    display: flex;
    align-items: center;
    margin: 0 20px 0 0px; }
    #mainNav .navbar-brand .logo-text {
      margin: 0;
      color: white;
      margin-left: 10px;
      font-size: 30px;
      font-weight: bold; }
  #mainNav.scrollup {
    background-color: white;
    border-bottom: 1px solid #eee;
    box-shadow: unset; }
    #mainNav.scrollup .navbar .navbar-brand .logo-text {
      color: rgba(0, 0, 0, 0.55); }
  #mainNav.transparent {
    background: linear-gradient(180deg, #282828, rgba(40, 40, 40, 0));
    border-bottom: none;
    box-shadow: none; }
    #mainNav.transparent .navbar .navbar-brand .logo-text {
      color: white; }
    #mainNav.transparent .navbar .nav-link {
      color: white; }
      #mainNav.transparent .navbar .nav-link:hover {
        border-bottom: 1px solid white;
        font-weight: 600; }

.dropdown-menu {
  background-color: white;
  border-radius: 0; }

#search-box {
  position: relative;
  width: 100%;
  margin: 0; }

#search-form {
  height: 40px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0px; }

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent; }

#search-box input[type="text"] {
  width: 90%;
  padding: 11px 0 12px 1em;
  color: #333;
  outline: none;
  border-radius: 0px !important; }

#search-button {
  border-radius: 0px;
  /* height: 42px; */
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-width: 0;
  background-color: white;
  /* border-radius: 0px 5px 5px 0px; */
  cursor: pointer; }

.side-content-box {
  border: 1px solid white;
  background-repeat: repeat-x;
  border-radius: 0px;
  padding: 10px 10px;
  border-bottom: 5px solid #006a31;
  margin-bottom: 20px; }
  .side-content-box .title-container {
    border-bottom: 5px solid #006a31;
    margin-bottom: 10px; }
    .side-content-box .title-container:after {
      background-color: #0186ca;
      content: "";
      height: 0.6em;
      left: 0;
      position: absolute;
      bottom: 0;
      top: 0;
      z-index: 0; }
    .side-content-box .title-container .title {
      padding-bottom: 5px;
      padding-top: 5px;
      padding-left: 10px;
      border-radius: 7px 0 0 7px;
      font-size: 1.5em; }

.btn {
  border-radius: 0px;
  padding: 0.5rem 1.5rem; }

.product-card {
  border: 1px solid #006A31;
  border-radius: 0;
  transition: transform 0.2s;
  height: 230px;
  margin-bottom: 10px;
  padding: 20px 10px 20px 10px; }
  .product-card .btn {
    visibility: hidden; }
    @media (max-width: 767px) {
      .product-card .btn {
        visibility: visible; } }
  .product-card:hover {
    background-color: white;
    color: white;
    transform: scale(1.1);
    z-index: 1; }
    .product-card:hover .btn {
      visibility: visible; }
  .product-card img {
    max-height: 100px;
    width: 100%;
    max-width: 150px;
    height: auto; }

.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 900px; }

.simply-scroll {
  width: 100%;
  height: 900px; }

.category-product .category-header {
  border-bottom: 2px solid white;
  margin-bottom: 10px; }
  .category-product .category-header .title-container {
    border: 1px solid white;
    border-bottom: 5px solid white;
    min-width: 200px;
    text-align: center; }
    .category-product .category-header .title-container h2 {
      margin: 0; }
  .category-product .category-header .viewall-container {
    align-items: flex-end; }
    .category-product .category-header .viewall-container a {
      color: white; }

.btn-primary {
  color: #fff;
  background-color: #4f9f74;
  border-color: #4f9f74; }
  .btn-primary:hover {
    color: #fff;
    background-color: #036932;
    border-color: #036932; }

#main-content-container {
  border-bottom: 1px solid white; }

#partner-slider-container {
  text-align: center;
  padding-bottom: 20px; }
  #partner-slider-container img {
    width: 150px;
    height: 100px; }

#footer {
  /*background-color: $bg-color-0;*/
  padding-top: 10px; }
  #footer iframe {
    width: 100%;
    max-width: 100%;
    height: auto; }

#partner-container {
  padding-top: 20px;
  text-align: center; }
  #partner-container h2 {
    text-transform: uppercase;
    font-size: 30px; }
  #partner-container p {
    font-size: 20px; }

#worldmap {
  width: 100%;
  height: auto;
  max-width: 850px; }

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  min-height: 185px; }
  .blog-card a {
    color: inherit; }
    .blog-card a:hover {
      color: #006a31; }
  .blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg); }
  .blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px; }
  .blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform .2s; }
  .blog-card .details,
  .blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none; }
  .blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left .2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem; }
    .blog-card .details a {
      text-decoration: dotted underline; }
    .blog-card .details ul li {
      display: inline-block; }
    .blog-card .details .author:before {
      font-family: 'Font Awesome 5 Free';
      margin-right: 10px;
      content: "\f007"; }
    .blog-card .details .date:before {
      font-family: 'Font Awesome 5 Free';
      margin-right: 10px;
      content: "\f133"; }
    .blog-card .details .tags ul:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f02b";
      margin-right: 10px; }
    .blog-card .details .tags li {
      margin-right: 2px; }
      .blog-card .details .tags li:first-child {
        margin-left: -4px; }
  .blog-card .description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1; }
    .blog-card .description h1,
    .blog-card .description h2 {
      font-family: Poppins, sans-serif; }
    .blog-card .description h1 {
      line-height: 1;
      margin: 0;
      font-size: 1.7rem; }
    .blog-card .description h2 {
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #a2a2a2;
      margin-top: 5px; }
    .blog-card .description .short-description {
      min-height: 150px; }
    .blog-card .description .read-more {
      text-align: right; }
      .blog-card .description .read-more a {
        color: #006a31;
        display: inline-block;
        position: relative; }
  .blog-card p {
    position: relative;
    margin: 1rem 0 0; }
    .blog-card p:first-of-type {
      margin-top: 1.25rem; }
      .blog-card p:first-of-type:before {
        content: "";
        position: absolute;
        height: 5px;
        background: #006a31;
        width: 35px;
        top: -0.75rem;
        border-radius: 3px; }
  .blog-card:hover .details {
    left: 0%; }
  @media (min-width: 640px) {
    .blog-card {
      flex-direction: row; }
      .blog-card .meta {
        flex-basis: 40%;
        height: auto; }
      .blog-card .description {
        flex-basis: 60%; }
        .blog-card .description:before {
          transform: skewX(-3deg);
          content: "";
          background: #fff;
          width: 30px;
          position: absolute;
          left: -10px;
          top: 0;
          bottom: 0;
          z-index: -1; }
      .blog-card.alt {
        flex-direction: row-reverse; }
        .blog-card.alt .description:before {
          left: inherit;
          right: -10px;
          transform: skew(3deg); }
        .blog-card.alt .details {
          padding-left: 25px; } }

.xzoom-main {
  max-width: 100%;
  height: auto;
  max-height: 400px; }

#product-header {
  padding: 10px; }

#product-details .product-details-header {
  margin-left: 10px;
  font-size: 30px;
  padding: 20px 20px 20px 0px; }
  #product-details .product-details-header:before {
    position: relative;
    content: '';
    height: 25px;
    width: 3px;
    background-color: #008848;
    top: 5px;
    display: inline-block;
    margin-right: 10px; }

#product-details img {
  max-width: 100%;
  height: auto; }

.slogan-container {
  background-image: url("/img/about-us-bg.jpg");
  display: flex;
  align-items: center;
  justify-content: center; }

#about-us {
  margin-top: 110px;
  padding: 0px 20px 30px 20px; }
  #about-us .title {
    display: flex;
    align-items: center;
    justify-content: center; }
  #about-us .logo {
    text-align: center; }
    #about-us .logo img {
      width: 200px; }
  #about-us h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #006a31;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px; }
  #about-us h3 {
    font-weight: 600;
    color: #006a31;
    margin-top: 20px; }

.box-content-with-img {
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .box-content-with-img {
      margin-top: 60px; } }
  .box-content-with-img .img-container {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
    -moz-box-shadow: 10px 10px 65px -12px rgba(0, 0, 0, 0.6);
    box-shadow: 10px 10px 65px -12px rgba(0, 0, 0, 0.6); }
    @media (max-width: 767px) {
      .box-content-with-img .img-container {
        width: 90%;
        margin: auto;
        display: table;
        position: relative;
        top: 20px;
        transform: initial;
        -webkit-transform: initial; } }
    .box-content-with-img .img-container img {
      width: 680px;
      min-height: 500px;
      object-fit: cover;
      max-width: 100%;
      backface-visibility: hidden;
      border: 0;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .box-content-with-img .img-container img {
          width: 100%;
          min-height: inherit; } }
  .box-content-with-img .content {
    background-color: #006a31;
    height: 580px;
    margin-left: 70px; }
    @media (max-width: 767px) {
      .box-content-with-img .content {
        height: auto;
        margin-left: 0; } }
    .box-content-with-img .content .text {
      width: 48%;
      height: 100%;
      float: right;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 50px 45px;
      text-align: center; }
      @media (max-width: 767px) {
        .box-content-with-img .content .text {
          width: 100%;
          float: inherit;
          padding: 30px 20px 20px 20px; } }
      .box-content-with-img .content .text h3 {
        font-size: 36px;
        font-family: mb;
        line-height: 46px;
        color: #fff;
        text-transform: uppercase; }
      .box-content-with-img .content .text p {
        font-size: 16px;
        line-height: 24px;
        color: #fff; }
      .box-content-with-img .content .text a {
        background: white;
        color: #006a31;
        font-weight: 600;
        margin-top: 10px;
        text-transform: uppercase; }
        .box-content-with-img .content .text a:hover {
          border: 1px solid white;
          background-color: #006a31;
          color: white; }

#our-story {
  background-image: url(/img/about-us-bg.jpg);
  width: 100%;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  color: #006a31;
  display: flex;
  align-items: center; }
  #our-story .content {
    padding: 50px 0px;
    max-width: 400px;
    width: 100%;
    z-index: 30;
    text-align: center;
    font-weight: 500; }
    #our-story .content h3 {
      font-size: 30px; }
    #our-story .content a {
      margin-top: 10px;
      background-color: #006a31;
      text-transform: uppercase;
      color: white; }
      #our-story .content a:hover {
        color: #006a31;
        background-color: white; }
    @media (max-width: 767px) {
      #our-story .content {
        margin: auto; } }
  #our-story:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0; }
    @media (max-width: 767px) {
      #our-story:after {
        background: rgba(255, 255, 255, 0); } }
  @media (max-width: 767px) {
    #our-story {
      background-image: unset;
      padding: 0px;
      display: block;
      text-align: center;
      align-items: unset; } }

.dropdown-item {
  color: white;
  text-transform: uppercase; }
  .dropdown-item:hover {
    color: #006a31;
    font-weight: 500; }

#product .banner {
  position: relative; }
  #product .banner .title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 20; }
    #product .banner .title h2 {
      padding: 20px;
      border: 3px solid white;
      text-transform: uppercase;
      color: white;
      font-size: 30px; }
  #product .banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0; }

#product .description {
  font-size: 20px;
  text-align: center;
  color: #006a31;
  padding: 0px 30px;
  margin-bottom: 10px; }

#product .list .item {
  height: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.2s; }
  #product .list .item .icon-box {
    margin: 0px auto;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    background: #c8e368;
    display: flex;
    align-items: center;
    justify-content: center; }
    #product .list .item .icon-box img {
      width: 100%;
      height: auto;
      max-width: 100px;
      max-height: 100px; }
  #product .list .item .title {
    margin: 10px auto;
    border-radius: 3%;
    background-color: #eee;
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 100px; }
  #product .list .item:hover {
    transform: scale(1.2); }

#product .list .item-odd {
  justify-content: flex-end; }

#product .leaf {
  display: flex;
  align-items: center;
  justify-content: center; }
  #product .leaf img {
    width: 100px;
    height: auto; }

#product .ribbon {
  margin-top: 10px;
  height: 80px;
  background-image: url(/img/SVG/ribbon.png);
  background-size: auto 80px;
  background-position: left top;
  background-repeat: repeat-x; }

#cuisine {
  padding-bottom: 20px; }
  #cuisine .title h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
  #cuisine p {
    font-size: 20px;
    text-align: center;
    padding: 5px 20px;
    margin: auto;
    max-width: 1100px; }
  #cuisine .content-container {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px; }
    @media (max-width: 767px) {
      #cuisine .content-container {
        display: block; } }
    #cuisine .content-container .content a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 30; }
      #cuisine .content-container .content a img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      #cuisine .content-container .content a .title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* z-index: 100; */
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center; }
        #cuisine .content-container .content a .title h6 {
          color: white;
          font-size: 30px;
          font-weight: bold;
          text-align: center;
          padding: 0px 30px; }
    #cuisine .content-container .content:nth-child(1) {
      grid-row: 1/4; }
    #cuisine .content-container .content:nth-child(2) {
      grid-column: 2/4;
      grid-row: 1/3;
      height: 300px; }
    #cuisine .content-container .content:nth-child(3) {
      height: 300px; }
    #cuisine .content-container .content:nth-child(4) {
      height: 300px; }
    @media (max-width: 767px) {
      #cuisine .content-container .content {
        margin-bottom: 10px; } }

.view-more {
  text-align: center; }
  .view-more a {
    margin-top: 10px;
    background-color: #006a31;
    text-transform: uppercase;
    color: white; }
    .view-more a:hover {
      color: #006a31;
      background-color: white;
      border: 1px solid #006a31; }

.btn-main {
  margin-top: 10px;
  background-color: #006a31;
  text-transform: uppercase;
  color: white; }
  .btn-main:hover {
    color: #006a31;
    background-color: white;
    border: 1px solid #006a31; }

.btn-invert {
  background: white;
  color: #006a31;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase; }
  .btn-invert:hover {
    border: 1px solid white;
    background-color: #006a31;
    color: white; }

.color-bg-container {
  color: white;
  background: #006a31;
  padding: 30px 30px 30px 30px; }

#post .title {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  color: white;
  width: 300px;
  max-width: 100%; }

#post .list .item img {
  width: 100%;
  max-width: 300px;
  max-height: 150px;
  height: auto; }

#post .list .item .content {
  padding: 2px 5px; }
  #post .list .item .content h6 {
    font-size: 20px; }

#recuiting {
  padding-bottom: 20px; }
  #recuiting .title {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    color: white;
    width: 300px;
    max-width: 100%; }
  #recuiting .list .item {
    display: flex;
    margin: 10px 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3); }
    #recuiting .list .item img {
      width: 100%;
      height: auto;
      max-width: 150px; }
    #recuiting .list .item .content {
      margin-left: 10px; }
      #recuiting .list .item .content .description {
        font-size: 12px; }
      #recuiting .list .item .content .salary {
        font-weight: 500; }
    @media (max-width: 767px) {
      #recuiting .list .item {
        display: block;
        text-align: center; } }
    #recuiting .list .item:hover {
      background-color: rgba(255, 255, 255, 0.9);
      color: black; }

#contact label {
  padding: 7px 0; }

.form-control {
  border-radius: 0; }

#product-list .banner {
  position: relative;
  margin-bottom: 10px; }
  #product-list .banner .title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 20; }
    #product-list .banner .title h2 {
      padding: 20px;
      border: 3px solid white;
      text-transform: uppercase;
      color: white;
      font-size: 30px; }
  #product-list .banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0; }

#product-list h2 {
  margin: 0;
  padding: 1.1em 1em;
  text-align: center;
  color: #eee;
  border-bottom: 1px solid #eee; }

#product-list .nav {
  justify-content: center; }

#product-list .nav-link {
  width: 100px;
  height: 100px;
  background-color: #006a31;
  color: white;
  margin-right: 2px; }
  #product-list .nav-link img {
    width: 100%;
    height: auto;
    max-height: 50px;
    max-width: 50px; }
  @media (max-width: 767px) {
    #product-list .nav-link {
      border-bottom: 1px solid #eee;
      margin: 5px; } }

#product-list .active {
  background-color: white;
  color: black; }

#productTabContent {
  padding-top: 30px; }

#service-page {
  padding: 50px 40px 20px 50px;
  background-color: #c0c0ac;
  margin-bottom: 50px; }
  #service-page .banner .left {
    position: relative;
    margin-bottom: 20px;
    min-height: 300px; }
    #service-page .banner .left .background-image {
      position: relative;
      background-image: url("/img/slider/slider-img1.jpg");
      display: block;
      height: 100%;
      filter: blur(2px);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      #service-page .banner .left .background-image:after {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: 1;
        content: ""; }
    #service-page .banner .left .main-content {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      #service-page .banner .left .main-content .text-content {
        color: white;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        text-align: center;
        font-weight: bold; }
        #service-page .banner .left .main-content .text-content h3 {
          font-family: 'Merriweather', serif;
          text-align: center;
          padding-bottom: 30px;
          font-size: 40px;
          width: 300px; }
          @media (max-width: 900px) {
            #service-page .banner .left .main-content .text-content h3 {
              font-size: 24px;
              width: 185px; } }
        #service-page .banner .left .main-content .text-content h5 {
          font-size: 30px;
          width: 350px;
          font-family: 'Roboto Mono', monospace; }
          @media (max-width: 900px) {
            #service-page .banner .left .main-content .text-content h5 {
              font-size: 15px;
              width: 170px; } }
  #service-page .banner img {
    max-height: 200px;
    height: auto;
    width: 100%;
    min-height: 200px; }
  #service-page .card {
    margin-bottom: 20px;
    border: none; }
    #service-page .card .card-body {
      background-color: #4da074;
      color: white;
      text-align: center; }
      #service-page .card .card-body .card-title {
        padding: 0 10%; }

.page-title {
  font-size: 60px;
  text-align: center;
  padding: 50px;
  text-transform: uppercase;
  color: #006a31; }
  @media (max-width: 999px) {
    .page-title {
      font-size: 45px; } }
  @media (max-width: 767px) {
    .page-title {
      font-size: 30px; } }

.post-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .post-container .post {
    width: 100%;
    min-width: 350px;
    height: 500px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative; }
    .post-container .post:hover .header_post {
      margin-top: -20px; }
    .post-container .post:hover .body_post {
      height: 50%; }
    .post-container .post:hover img {
      transform: translatey(-10px) translatex(-5px) scale(1.05); }
    .post-container .post .header_post {
      width: 100%;
      height: 40%;
      background: #ddd;
      position: absolute;
      top: 0;
      -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms; }
      .post-container .post .header_post img {
        max-width: 100%;
        height: auto;
        transition: ease-in-out 600ms; }
    .post-container .post .body_post {
      width: 100%;
      height: 60%;
      background: #fff;
      position: absolute;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
      cursor: pointer; }
      .post-container .post .body_post .post_content {
        width: 80%;
        height: 80%;
        background: #fff;
        position: relative; }
        .post-container .post .body_post .post_content h1 {
          font-size: 20px;
          font-weight: bold; }
        .post-container .post .body_post .post_content p {
          font-size: 14px;
          font-weight: normal; }
        .post-container .post .body_post .post_content .container_infos {
          width: 100%;
          display: flex;
          justify-content: space-between;
          position: absolute;
          bottom: 0;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          padding-top: 25px; }
          .post-container .post .body_post .post_content .container_infos .postedBy {
            display: flex;
            flex-direction: column;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 12px; }
            .post-container .post .body_post .post_content .container_infos .postedBy span {
              font-size: 12px;
              text-transform: uppercase;
              opacity: 0.5;
              letter-spacing: 1px;
              font-weight: bold; }
          .post-container .post .body_post .post_content .container_infos .container_tags {
            display: flex;
            flex-direction: column; }
            .post-container .post .body_post .post_content .container_infos .container_tags span {
              font-size: 12px;
              text-transform: uppercase;
              opacity: 0.5;
              letter-spacing: 1px;
              font-weight: bold; }
            .post-container .post .body_post .post_content .container_infos .container_tags .tags ul {
              display: flex; }
              .post-container .post .body_post .post_content .container_infos .container_tags .tags ul li {
                font-size: 12px;
                letter-spacing: 2px;
                list-style: none;
                margin-left: 8px;
                text-transform: uppercase;
                position: relative;
                z-index: 1;
                display: flex;
                justify-content: center;
                cursor: pointer; }
                .post-container .post .body_post .post_content .container_infos .container_tags .tags ul li:first-child {
                  margin-left: 0px; }
                .post-container .post .body_post .post_content .container_infos .container_tags .tags ul li:before {
                  content: '';
                  text-align: center;
                  width: 100%;
                  height: 5px;
                  background: #FC6042;
                  opacity: 0.5;
                  position: absolute;
                  bottom: 0;
                  z-index: -1;
                  padding: 0px 1px;
                  -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
                  -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
                  -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
                  -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
                  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms; }
                .post-container .post .body_post .post_content .container_infos .container_tags .tags ul li:hover:before {
                  height: 18px; }

@keyframes top {
  0% {
    opacity: 0;
    bottom: -80px; }
  100% {
    opacity: 1;
    bottom: 0px; } }

@keyframes icon {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1.3) rotate(-2deg); }
  100% {
    opacity: 1;
    bottom: 0px; } }

.recruitment-card {
  margin-bottom: 50px;
  padding: 20px; }
  .recruitment-card a.img-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .recruitment-card a.img-link img {
      max-height: 200px;
      width: 100%; }
  .recruitment-card .recruitment-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%; }

#breadcrumb {
  font-size: 20px;
  display: flex;
  justify-content: center;
  padding-top: 20px; }

#service-details h1 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 30px; }

.ft-recipe {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 88px 0 rgba(0, 0, 0, 0.160784);
  overflow: hidden; }
  .ft-recipe .ft-recipe__thumb {
    position: relative;
    height: 281px;
    box-shadow: 0px 0px 130px 0 rgba(0, 0, 0, 0.38); }
    .ft-recipe .ft-recipe__thumb #close-modal {
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: #000;
      color: var(--white);
      text-align: center;
      line-height: 36px;
      font-size: 22px;
      cursor: pointer;
      z-index: 1;
      transition: all 200ms ease; }
      .ft-recipe .ft-recipe__thumb #close-modal:hover {
        background: transparent;
        color: var(--black); }
    .ft-recipe .ft-recipe__thumb h3 {
      text-align: center;
      position: absolute;
      margin: 0;
      width: 100%;
      color: var(--white);
      font-family: var(--headlinesFont);
      font-size: 25px;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
      padding: 2.4rem 0 0; }
    .ft-recipe .ft-recipe__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
  .ft-recipe .ft-recipe__content {
    min-height: 200px;
    flex: 1;
    padding: 0 2em 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .ft-recipe .ft-recipe__content .content__header .row-wrapper {
      display: flex;
      padding: .55em 0 .3em;
      border-bottom: 1px solid #d8d8d8; }
      .ft-recipe .ft-recipe__content .content__header .row-wrapper .recipe-title {
        font-family: var(--headlinesFont);
        font-weight: 600; }
    .ft-recipe .ft-recipe__content .content__header .recipe-details {
      display: flex;
      list-style: none;
      padding: 1.4em 0 1em;
      margin: 0;
      justify-content: space-between; }
      .ft-recipe .ft-recipe__content .content__header .recipe-details .recipe-details-item {
        flex: 1; }
        .ft-recipe .ft-recipe__content .content__header .recipe-details .recipe-details-item i {
          font-size: 30px; }
        .ft-recipe .ft-recipe__content .content__header .recipe-details .recipe-details-item .value {
          color: #ff4f87;
          margin-left: .35em;
          vertical-align: bottom;
          font-size: 24px;
          font-weight: 600; }
        .ft-recipe .ft-recipe__content .content__header .recipe-details .recipe-details-item .title {
          display: block;
          margin-top: -4px;
          font-family: var(--headlinesFont);
          font-size: 21px;
          font-weight: 300; }
    .ft-recipe .ft-recipe__content .description {
      margin: .3em 0 1.8em; }
    .ft-recipe .ft-recipe__content .content__footer {
      text-align: center;
      margin: 0 3rem; }
      .ft-recipe .ft-recipe__content .content__footer a {
        display: inline-block;
        background: #006a31;
        padding: .45em 1em;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        letter-spacing: .2px;
        font-size: 17px;
        transition: transform 250ms ease, box-shadow 250ms ease; }
        .ft-recipe .ft-recipe__content .content__footer a:hover {
          transform: translateY(-3px);
          box-shadow: 0 10px 34px 0 rgba(255, 79, 135, 0.32); }

#flagDropdown {
  align-items: center;
  justify-content: center; }
  #flagDropdown img {
    width: 40px;
    height: 23px;
    margin-right: 5px; }
  #flagDropdown .dropdown-toggle i {
    padding-top: 5px; }
  #flagDropdown .dropdown-toggle:after {
    display: none; }

.lang-name {
  color: #000 !important; }

section {
  padding: 80px 5px 40px 5px; }

.about-us {
  background-image: url(/img/about-us-bg.png);
  background-position: 0px 50%;
  background-repeat: no-repeat; }
  .about-us .headline .sub-title {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block; }
  .about-us .headline .main-title {
    color: #010101;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px; }
    @media (max-width: 767px) {
      .about-us .headline .main-title {
        font-size: 35px;
        line-height: 35px; } }
  .about-us .content-items {
    padding-top: 30px; }
    .about-us .content-items .item-box {
      padding: 50px 30px;
      overflow: hidden;
      position: relative; }
      .about-us .content-items .item-box:before {
        border-bottom: 50px solid #ffde00;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 50px solid #fff;
        visibility: hidden;
        opacity: 0;
        transition: .6s; }
      .about-us .content-items .item-box .item-title {
        font-size: 20px;
        color: #000000;
        font-weight: 700;
        position: relative;
        margin-bottom: 40px; }
        .about-us .content-items .item-box .item-title:after {
          content: "";
          background: #0410fb;
          color: #0410fb;
          width: 45px;
          height: 2px;
          bottom: -18px;
          position: absolute;
          left: 0; }
      .about-us .content-items .item-box .item-subtitle {
        font-size: 20px;
        font-style: italic; }
      .about-us .content-items .item-box .item-details {
        color: #454545;
        font-size: 16px;
        line-height: 26px; }
        .about-us .content-items .item-box .item-details:after {
          background: #000000;
          top: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          content: "";
          position: absolute;
          transition: .4s;
          z-index: -1; }
      .about-us .content-items .item-box .check-list {
        margin: 0;
        padding-left: 1.2rem;
        font-size: 16px; }
        .about-us .content-items .item-box .check-list li {
          position: relative;
          list-style-type: none;
          padding-left: 2.5rem;
          margin-bottom: 0.5rem; }
          .about-us .content-items .item-box .check-list li:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: -2px;
            width: 5px;
            height: 11px;
            border-width: 0 2px 2px 0;
            border-style: solid;
            border-color: #00a8a8;
            transform-origin: bottom left;
            transform: rotate(45deg); }
      .about-us .content-items .item-box hr {
        background-color: #0410fb;
        height: 2px; }
      .about-us .content-items .item-box:hover:before {
        visibility: visible;
        opacity: 1; }
      .about-us .content-items .item-box:hover .item-title {
        color: #fff; }
        .about-us .content-items .item-box:hover .item-title:after {
          background: #ffde00; }
      .about-us .content-items .item-box:hover .item-subtitle {
        color: #fff; }
      .about-us .content-items .item-box:hover .item-details {
        color: #fff; }
        .about-us .content-items .item-box:hover .item-details:after {
          left: 0; }
      .about-us .content-items .item-box:hover .check-list {
        color: #fff; }
      .about-us .content-items .item-box:hover hr {
        background: #ffde00; }

.main-services {
  background-color: #f6f7f9; }
  .main-services .left-content {
    padding-top: 100px;
    position: relative; }
    .main-services .left-content .slogan-item {
      top: 0;
      right: 0;
      position: absolute; }
      .main-services .left-content .slogan-item img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .main-services .left-content .slogan-item .slogan-title {
        top: 50px;
        left: 60px;
        position: absolute;
        max-width: 185px; }
        .main-services .left-content .slogan-item .slogan-title .main {
          font-size: 18px;
          color: #00044b;
          font-weight: 700; }
          .main-services .left-content .slogan-item .slogan-title .main .number {
            font-size: 48px; }
        .main-services .left-content .slogan-item .slogan-title .sub {
          font-weight: 500; }
    .main-services .left-content .img-item img {
      height: auto;
      max-width: 100%;
      border: none;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .main-services .right-content .head .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #0f8c0f;
    padding: 0px 55px;
    position: relative; }
    .main-services .right-content .head .subtitle:before {
      left: 0;
      top: 15px;
      content: "";
      height: 3px;
      width: 50px;
      position: absolute;
      background-color: #0f8c0f; }
  .main-services .right-content .head .title {
    color: #00044b;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.333;
    padding: 10px 0px 20px; }
  .main-services .right-content .head .description {
    margin-bottom: 0; }
  .main-services .right-content .body {
    padding-top: 35px; }
    .main-services .right-content .body .item {
      padding: 27px 20px 25px 20px;
      border-radius: 6px;
      margin-bottom: 30px;
      -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
      box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
      align-items: center;
      display: flex; }
      .main-services .right-content .body .item .icon-container {
        width: 55px;
        height: 55px;
        margin-right: 20px;
        border-radius: 100%;
        background-color: #ffebeb;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease; }
        .main-services .right-content .body .item .icon-container img {
          width: 100%;
          height: 100%; }
      .main-services .right-content .body .item .item-content {
        max-width: 420px;
        flex-grow: 1; }
        .main-services .right-content .body .item .item-content .title {
          color: #00044b;
          margin: 0;
          font-size: 20px;
          font-weight: 700;
          padding-bottom: 5px; }
        .main-services .right-content .body .item .item-content .content {
          margin: 0; }
  @media (max-width: 767px) {
    .main-services .right-content .head {
      text-align: center; }
    .main-services .right-content .body {
      text-align: center; }
      .main-services .right-content .body .item {
        flex-direction: column;
        gap: 15px; } }

.core-services .headline {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .core-services .headline .subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 75px;
    display: inline-block;
    color: #0f8c0f;
    text-align: center; }
    .core-services .headline .subtitle:before {
      position: absolute;
      content: '';
      width: 50px;
      height: 10px;
      border-top: 2px solid;
      border-bottom: 2px solid;
      left: 0;
      top: 50%;
      margin-top: -5px; }
  .core-services .headline .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000e24; }

.core-services .core-services-item {
  margin-bottom: 20px; }
  .core-services .core-services-item .title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none; }
    .core-services .core-services-item .title .item-index {
      color: #0f8c0f; }
  .core-services .core-services-item hr {
    margin-bottom: 40px; }
  .core-services .core-services-item .thumbnail img {
    width: 100%;
    height: 233px;
    margin-bottom: 25px; }
  .core-services .core-services-item .description {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box; }
  .core-services .core-services-item button {
    font-weight: bold; }
    .core-services .core-services-item button .icon {
      color: #0f8c0f; }

@media (max-width: 767px) {
  .core-services .headline {
    text-align: center; }
  .core-services .body {
    text-align: center; }
    .core-services .body .item {
      flex-direction: column;
      gap: 15px; } }

.lastest-news .headline {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .lastest-news .headline .subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 75px;
    display: inline-block;
    color: #0f8c0f;
    text-align: center; }
    .lastest-news .headline .subtitle:before {
      position: absolute;
      content: '';
      width: 50px;
      height: 10px;
      border-top: 2px solid;
      border-bottom: 2px solid;
      left: 0;
      top: 50%;
      margin-top: -5px; }
  .lastest-news .headline .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000e24; }

.news-item {
  margin-bottom: 40px;
  transition: 0.4s;
  box-shadow: 9px 12px 30px 0px transparent;
  position: relative;
  z-index: 1;
  background: #f9f9f9; }
  .news-item .thumbnail {
    position: relative;
    z-index: 1; }
    .news-item .thumbnail .thumbnail-container {
      position: relative;
      line-height: 0;
      margin: 0;
      display: block; }
      .news-item .thumbnail .thumbnail-container a {
        position: relative;
        z-index: 1;
        border-radius: inherit;
        transition: 0.4s; }
        .news-item .thumbnail .thumbnail-container a img {
          vertical-align: top;
          max-width: 100%;
          height: auto;
          -webkit-user-select: none;
          user-select: none;
          border-radius: inherit;
          max-height: 233px;
          width: 100%; }
  .news-item .content {
    padding: 0 30px 10px 30px;
    position: relative;
    height: 212px; }
    .news-item .content .group-name {
      margin-top: -15px;
      display: block;
      position: relative;
      z-index: 1;
      line-height: 28px;
      margin-bottom: -10px; }
      .news-item .content .group-name span {
        margin-right: 10px;
        display: inline-block;
        position: relative;
        line-height: inherit;
        transition: 0.4s;
        margin-bottom: 10px; }
        .news-item .content .group-name span a {
          display: block;
          border: unset;
          font-weight: 500;
          font-size: 14px;
          color: #ffffff;
          padding: 1px 12px;
          background: #0f8c0f;
          transition: 0.4s; }
          .news-item .content .group-name span a:hover {
            color: #0f8c0f;
            background: #fff; }
    .news-item .content .meta-group {
      margin-top: 28px;
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      align-items: flex-start;
      margin-bottom: 9px; }
      .news-item .content .meta-group .meta-data {
        padding-left: 12px;
        color: #003B49; }
        .news-item .content .meta-group .meta-data:before {
          content: '';
          position: absolute;
          z-index: 1;
          left: 0;
          top: 16.5%;
          width: 2px;
          height: 67%;
          background: currentColor; }
        .news-item .content .meta-group .meta-data .date {
          line-height: 24px;
          display: inline-block;
          vertical-align: middle;
          color: inherit;
          padding: 0;
          margin: 0; }
          .news-item .content .meta-group .meta-data .date:after {
            margin: 0 8px;
            content: '';
            display: inline-block;
            vertical-align: inherit;
            width: 4px;
            height: 4px;
            transform: translateY(-1px); }
        .news-item .content .meta-group .meta-data .author {
          line-height: 24px;
          display: inline-block;
          vertical-align: middle;
          color: inherit;
          padding: 0;
          margin: 0;
          line-height: 30px; }
    .news-item .content .name {
      display: inline-block;
      font-size: inherit;
      line-height: inherit;
      transition: 0.4s;
      font-size: 24px;
      line-height: 1.5;
      min-height: 70px; }
    .news-item .content .description {
      font-size: 16px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box; }

.contact-form .contact-form-wrapper .form-title {
  font-size: 2.5em;
  color: #295881;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.75rem;
  text-align: center; }

.contact-form .contact-form-wrapper .subtitle {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px; }

.contact-form .contact-form-wrapper .card-body {
  padding: 2rem; }

@media (min-width: 1200px) {
  #footer-wrapper {
    padding-left: 40px; } }

#footer-wrapper {
  background: #171b26 url(/img/footer_bg.png) repeat center center;
  line-height: 1.5em;
  border-color: #2f323c;
  color: white;
  padding-top: 40px; }
  #footer-wrapper .content {
    margin-bottom: 20px; }
    #footer-wrapper .content .navbar-brand {
      display: flex;
      align-items: center;
      margin: 0 20px 10px 0px; }
      #footer-wrapper .content .navbar-brand .logo-text {
        margin: 0;
        color: white;
        margin-left: 10px;
        font-size: 20px;
        font-weight: bold; }
    #footer-wrapper .content h4 {
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.5em; }
    #footer-wrapper .content .line {
      display: block;
      border: 1px solid red;
      width: 40px;
      position: relative;
      margin-top: -17px;
      margin-bottom: 27px;
      border-color: #34ccff; }
    #footer-wrapper .content .menu {
      padding: 0;
      margin: 0;
      list-style: none;
      -webkit-transition: all .2s;
      transition: all .2s; }
      #footer-wrapper .content .menu .menu-item {
        padding: 5px 0 5px 0;
        transition: all .2s;
        list-style: none; }
        #footer-wrapper .content .menu .menu-item:hover {
          color: #34ccff; }

.breadcrumb-wrapper {
  background-color: white;
  height: 45px;
  padding: 12px 0;
  position: relative; }
  .breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 12px; }
    .breadcrumb-wrapper .breadcrumb .li a {
      display: block;
      text-decoration: none;
      color: #0073ab;
      transition: all .2s ease-in-out; }
    .breadcrumb-wrapper .breadcrumb .li:after {
      position: absolute;
      top: 50%;
      right: -8px;
      content: "";
      width: 1px;
      height: 12px;
      background: #999;
      -ms-transform: rotate(25deg) translateY(-50%);
      transform: rotate(25deg) translateY(-50%); }

.hero {
  background: #00243d;
  color: #fff; }
  .hero .wrapper {
    position: relative; }
    .hero .wrapper .bg {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
    .hero .wrapper .container:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.25); }
    .hero .wrapper .container .content {
      padding: 120px 24px;
      position: relative;
      max-width: 100%;
      margin: 0 auto;
      min-height: 400px; }
      .hero .wrapper .container .content .heading {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: 0;
        margin-bottom: 16px;
        color: #fff; }
      .hero .wrapper .container .content .rich-text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0 0 24px;
        margin-bottom: 0;
        padding: 0;
        max-width: 50%; }
      .hero .wrapper .container .content .btn-group {
        display: block;
        margin: 0;
        margin-top: 30px; }

ul.nav-tabs {
  margin-left: 0px;
  width: 1286px;
  argin: 0;
  font-size: inherit;
  border-color: #dbdbdb;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid;
  font-size: 0;
  list-style-type: none;
  padding: 0;
  transition: all .2s ease-in-out; }
  ul.nav-tabs:after {
    content: "";
    display: table;
    clear: both; }
  ul.nav-tabs li.nav-item {
    display: block;
    position: relative;
    float: left; }
    ul.nav-tabs li.nav-item a {
      color: #545454;
      text-decoration: none;
      display: block;
      padding: 16px 24px 18px;
      transition: all .2s ease-in-out;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0; }
      ul.nav-tabs li.nav-item a:after {
        background-color: transparent;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1;
        transition: all .2s ease-in-out;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -ms-transform: scaleX(0);
        transform: scaleX(0); }

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 100%;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden; }

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px; }

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s; }

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none; }

.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f; }

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f; }

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 1em auto; }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0; }

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.cd-timeline-navigation a.next {
  right: 0; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }

.cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li.enter-right, .cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li.enter-left, .cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li.leave-right, .cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content ol.cd-horizontal-timeline-ol > li > * {
  max-width: 100%;
  margin: 0 auto; }

.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2; }

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto; }

.cd-horizontal-timeline .events-content em::before {
  content: '- '; }

.cd-horizontal-timeline .events-content p {
  font-size: 1rem;
  color: #959595; }

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 2rem; }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5rem; }
  .cd-horizontal-timeline .events-content p {
    font-size: 1rem; } }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

ul, ol {
  list-style-type: none; }

.service-overview {
  margin-top: 30px; }
  .service-overview h1 {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px; }

.service-contact-list {
  margin-top: 30px; }
  .service-contact-list h1 {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px; }

.heading {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  color: #a8a8a8;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none; }

.heading-master {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
  color: #2c2c2c;
  font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0; }

.profile {
  padding: 35px 30px 25px;
  margin-bottom: 30px;
  border-width: 1px;
  border-style: solid;
  clear: left;
  border-color: #e0e0e0;
  background-color: #ffffff; }
  .profile .pl_img {
    padding: 0 15px;
    margin-bottom: 27px;
    position: relative;
    text-align: center; }
    .profile .pl_img a {
      display: inline-block;
      position: relative;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .profile .pl_img a img {
        width: 100%;
        max-width: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        color: transparent;
        height: auto;
        font-size: 0;
        vertical-align: middle; }
  .profile .pl_content {
    text-align: center; }
    .profile .pl_content .entry-title {
      font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 0; }
    .profile .pl_content .pl_subtitle {
      color: #0f8c0f;
      font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      font-style: normal;
      margin: 7px 0 0; }
    .profile .pl_content .entry-content {
      font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      font-style: normal;
      color: #454545;
      margin: 15px 0 10px;
      text-align: center; }

.htmlEditorContent img {
  max-width: 100%;
  height: auto; }

.htmlEditorContent ul, .htmlEditorContent ol {
  list-style-type: circle; }

.frozen-food-services {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #006a31;
  display: flex;
  align-items: center;
  min-height: 500px;
  justify-items: center; }
  .frozen-food-services .content {
    width: 100%;
    z-index: 30;
    text-align: center;
    font-weight: 500; }
    .frozen-food-services .content h3 {
      color: #00044b;
      font-weight: 700;
      font-size: 48px; }
    .frozen-food-services .content a {
      margin-top: 10px;
      background-color: #0f8c0f;
      text-transform: uppercase;
      color: white; }
      .frozen-food-services .content a:hover {
        color: #006a31;
        background-color: white; }
  .frozen-food-services:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0; }

.btn {
  margin-top: 10px;
  background-color: #0f8c0f;
  text-transform: uppercase;
  color: white;
  border: 1px solid transparent; }
  .btn:hover {
    color: #006a31;
    background-color: white;
    border: 1px solid #006a31; }

.news-category {
  min-height: 600px;
  margin-bottom: 25px;
  border-radius: 4px;
  background-color: #6cb74f;
  padding-top: 40px;
  padding-bottom: 40px; }
  .news-category h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    text-align: center; }
  .news-category .container .row .item {
    width: 100%;
    margin-bottom: 33px;
    display: flex;
    justify-content: start; }
    .news-category .container .row .item .thumbnail a img {
      width: 80px;
      max-height: 150px; }
    .news-category .container .row .item .item-details {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: 10px; }
      .news-category .container .row .item .item-details a {
        font-size: 1.2rem;
        color: white; }
      .news-category .container .row .item .item-details small {
        display: block; }

.news-head .news-featured {
  margin-bottom: 20px; }
  .news-head .news-featured article .article-thumbnail {
    margin-bottom: 0;
    overflow: hidden;
    position: relative; }
    .news-head .news-featured article .article-thumbnail a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .news-head .news-featured article .article-thumbnail a img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .news-head .news-featured article .article-title {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: -1.5px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    margin-bottom: 15px; }
  .news-head .news-featured article .category-link {
    margin-top: 5px; }
    .news-head .news-featured article .category-link span {
      margin-right: 10px;
      display: inline-block;
      position: relative;
      line-height: inherit;
      transition: 0.4s;
      margin-bottom: 10px; }
      .news-head .news-featured article .category-link span a {
        display: block;
        border: unset;
        font-weight: 500;
        font-size: 14px;
        color: #ffffff;
        padding: 1px 12px;
        background: #0f8c0f;
        transition: 0.4s; }
        .news-head .news-featured article .category-link span a:hover {
          color: #0f8c0f;
          background: #fff; }
  .news-head .news-featured article .article-meta {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 0.8rem; }
  .news-head .news-featured article .article-summary {
    display: block;
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box; }
  .news-head .news-featured article.main {
    margin-bottom: 40px; }
    .news-head .news-featured article.main .article-title {
      font-size: 2rem; }

@media (min-width: 1024px) {
  .news-head .news-trending {
    order: -1; } }

.news-head .news-trending article {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede; }
  .news-head .news-trending article .article-thumbnail {
    min-width: 120px;
    overflow: hidden;
    position: relative; }
    .news-head .news-trending article .article-thumbnail a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .news-head .news-trending article .article-thumbnail a img {
        width: 100%;
        max-height: 80px;
        max-width: 120px;
        -o-object-fit: cover;
        object-fit: cover; }
  .news-head .news-trending article header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px; }
    .news-head .news-trending article header .article-title {
      font-size: 1.3rem;
      line-height: 1.2;
      letter-spacing: -1.5px;
      font-weight: bold;
      color: #333;
      margin-bottom: 8px; }

.news-list article {
  min-height: 200px;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede; }
  .news-list article .article-thumbnail {
    min-width: 33%;
    overflow: hidden;
    position: relative; }
    .news-list article .article-thumbnail a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .news-list article .article-thumbnail a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
  .news-list article header {
    padding-left: 10px; }
    .news-list article header .category-link {
      margin-top: 5px; }
      .news-list article header .category-link span {
        margin-right: 10px;
        display: inline-block;
        position: relative;
        line-height: inherit;
        transition: 0.4s;
        margin-bottom: 10px; }
        .news-list article header .category-link span a {
          display: block;
          border: unset;
          font-weight: 500;
          font-size: 14px;
          color: #ffffff;
          padding: 1px 12px;
          background: #0f8c0f;
          transition: 0.4s; }
          .news-list article header .category-link span a:hover {
            color: #0f8c0f;
            background: #fff; }
    .news-list article header .article-title {
      font-size: 1.3rem;
      line-height: 1.2;
      letter-spacing: -1.5px;
      font-weight: bold;
      color: #333;
      margin-bottom: 8px; }

.extra-content .extra-content-heading h2 {
  font-size: 40px;
  color: black; }

.extra-content .extra-content-body {
  margin-top: 24px; }
  .extra-content .extra-content-body .extra-content-item {
    margin-bottom: 24px;
    padding: 0 12px; }
    .extra-content .extra-content-body .extra-content-item a figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .extra-content .extra-content-body .extra-content-item .extra-content-item-content p {
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box; }

@media (max-width: 767px) {
  .extra-content .extra-content-heading h2 {
    font-size: 20px; } }
