@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 905px) {
  .header-logo img {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 782px) {
  .header-logo img {
    max-width: 260px !important;
  }
}
@media screen and (max-width: 667px) {
  .header-logo img {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 375px) {
  .header-logo img {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 320px) {
  .header-logo img {
    max-width: 130px !important;
  }
}
.section-bottom-shape {
  transform: rotateX(180deg);
}
.custom-shape-divider-bottom-1712266677 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1712266677 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.custom-shape-divider-bottom-1712266677 .shape-fill {
  fill: #FFFFFF;
}
.termina {
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}
.termina2 {
  font-family: "termina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.HandelsonOne {
  font-family: HandelsonOne;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
  line-height: .5em;
}
.red-text {
  color: #C8142B;
}
@media only screen and (max-width: 990px) {
  .cooking-about-area .slide-content .slide-decorate-text {
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 70px;
    font-weight: 700;
    font-family: "poppins", serif;
    color: rgba(106, 197, 241, 0.2);
    z-index: 0;
    -webkit-transform: translate(64px, -22px);
    transform: translate(64px, -22px);
  }
}
@media only screen and (max-width: 320px) {
  .cooking-about-area .slide-content .slide-decorate-text {
    position: absolute;
    top: 20px;
    left: -50px;
    font-size: 70px;
    font-weight: 700;
    font-family: "poppins", serif;
    color: rgba(106, 197, 241, 0.2);
    z-index: 0;
    -webkit-transform: translate(64px, -22px);
    transform: translate(64px, -22px);
  }
}
p a {
  color: #006ba6;
  text-decoration: underline
}
p a:hover {
  color: #0095e6;
  text-decoration: none
}
li a {
  color: #006ba6;
  text-decoration: underline
}
li a:hover {
  color: #0095e6;
  text-decoration: none
}
.cite a {
  color: #006ba6;
}
.cite a:hover {
  color: #CF142B;
  text-decoration: none
}
.link mark {
  color: #cf142b;
}
.link mark:hover {
  color: #006ba6;
}
.link mark:focus {
  color: #006ba6;
}
.contrast {
    color: #5E5E5E;
}
a.screen-reader-shortcut {
    position: absolute;
    left: 6px;
    top: -99px
}
a.screen-reader-shortcut:focus {
    z-index: 2000;
    font-size: 14px;
    font-weight: 700;
    top: 6px;
    padding: 15px 20px 14px;
    background-color: #ffffff;
    color: #004d99;
    border: 1px;
    border-color: #142142;
    border-radius: 0px;
}
.site-main-menu > ul > li:focus-within > .sub-menu, .site-main-menu > ul > li:focus .mega-menu {
visibility: visible;
margin-top: 0;
opacity: 1;
}

.copyright a {
  color: #B1DDF6;
  text-decoration: underline
}
.copyright a:hover {
  color: #0095e6;
  text-decoration: none
}
.copyright a:hover {
  color: #0095e6;
  text-decoration: none
}
.mx-accordion .card-header h3 a.acc-btn {
  color: #006BA6;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  font-weight: 600;
  border: 0 none;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  display: block;
  background: #FFFFFF;
  border: 1px solid #eee;
  padding: 20px 26px;
  margin: -1px -1px 0;
  position: relative;
  border-radius: 5px;
}
.mx-accordion .card-header h3 a.acc-btn:hover {
  color: #ffffff;
  background: #006ba6;
}
.mx-accordion .card-header h3 a.acc-btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  right: 16px;
  font-size: 20px;
  color: #84B5D1;
}
.mx-accordion .card-header h3 a.acc-btn[aria-expanded=true] {
  background: #006ba6;
  color: #FFFFFF;
}
.mx-accordion .card-header h3 a.acc-btn[aria-expanded=true]::before {
  content: "\f056";
  color: #FFFFFF;
}
.mx-accordion .card-header h3 a.border-0 {
  border: 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 15px 50px rgba(51, 51, 51, 0.1);
          box-shadow: 0 15px 50px rgba(51, 51, 51, 0.1);
}


