/* ======================== variables ============================ */
/* ======================== variables ============================ */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&display=swap");
/*======= Main CSS =======*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Titillium Web";
}

body {
  font-family: "Titillium Web";
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #05542b;
  border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web" !important;
}

.d-f {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  line-height: normal !important;
  vertical-align: baseline !important;
  letter-spacing: 0.25088px;
  word-spacing: 0px;
  margin: 0px;
  padding: 15.0528px 25.1382px !important;
  font-weight: 500 !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center !important;
  text-indent: 0px;
  color: #FFFFFF;
  font-size: 12.544px !important;
  border-radius: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 25px 0 0 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .btn {
    padding: 10px 17px !important;
  }
}
@media (max-width: 991px) {
  .btn {
    padding: 10px 15px !important;
  }
}
@media (max-width: 639px) {
  .btn {
    padding: 8px 11px !important;
  }
}

.btn:focus {
  color: #fff;
}

.btn:hover {
  color: #cdcdcd;
}

.btn:before {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  transform-origin: 50% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.btn span {
  display: block;
  position: relative;
        color: #f3c615;
}
@media (max-width: 1199px) {
  .btn span {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .btn span {
    font-size: 15px;
  }
}
@media (max-width: 639px) {
  .btn span {
    font-size: 13px;
  }
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
#top {
  font-weight: bold;
  font-size: 25px;
  bottom: 10px;
  right: 30px;
  border-bottom: 0;
  padding: 10px;
  color: #FFFFFF;
  position: fixed;
}
#top i {
  color: #ffffff;
  padding: 11px;
  background: #ccc;
}

.hero-area {
  background: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-area {
    height: 500px;
  }
}
@media (max-width: 639px) {
  .hero-area {
    height: 470px;
  }
}
.hero-area.iqf {
  background: url(../img/frozen-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-area.iqf {
    height: 500px;
  }
}
@media (max-width: 639px) {
  .hero-area.iqf {
    height: 470px;
  }
}
.hero-area.iqf h1 {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Titillium Web" !important;
  line-height: 63px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1199px) {
  .hero-area.iqf h1 {
    font-size: 40px;
    line-height: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hero-area.iqf h1 {
    font-size: 34px;
    line-height: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .hero-area.iqf h1 {
    font-size: 27px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.hero-area.meat {
  background: url(../img/meat-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-area.meat {
    height: 500px;
  }
}
@media (max-width: 639px) {
  .hero-area.meat {
    height: 470px;
  }
}
.hero-area.meat h1 {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Titillium Web" !important;
  line-height: 63px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1199px) {
  .hero-area.meat h1 {
    font-size: 40px;
    line-height: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hero-area.meat h1 {
    font-size: 34px;
    line-height: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .hero-area.meat h1 {
    font-size: 27px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.hero-area.spices {
  background: url(../img/spices-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-area.spices {
    height: 500px;
  }
}
@media (max-width: 639px) {
  .hero-area.spices {
    height: 470px;
  }
}
.hero-area.spices h1 {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Titillium Web" !important;
  line-height: 63px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1199px) {
  .hero-area.spices h1 {
    font-size: 40px;
    line-height: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hero-area.spices h1 {
    font-size: 34px;
    line-height: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .hero-area.spices h1 {
    font-size: 27px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.hero-area.sugar {
  background: url(../img/sugar-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-area.sugar {
    height: 500px;
  }
}
@media (max-width: 639px) {
  .hero-area.sugar {
    height: 470px;
  }
}
.hero-area.sugar h1 {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Titillium Web" !important;
  line-height: 63px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1199px) {
  .hero-area.sugar h1 {
    font-size: 40px;
    line-height: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hero-area.sugar h1 {
    font-size: 34px;
    line-height: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .hero-area.sugar h1 {
    font-size: 27px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.hero-area.veg {
  background: url(../img/veg-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-area.veg {
    height: 500px;
  }
}
@media (max-width: 639px) {
  .hero-area.veg {
    height: 470px;
  }
}
.hero-area.veg h1 {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Titillium Web" !important;
  line-height: 63px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1199px) {
  .hero-area.veg h1 {
    font-size: 40px;
    line-height: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hero-area.veg h1 {
    font-size: 34px;
    line-height: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .hero-area.veg h1 {
    font-size: 27px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.hero-area.contact {
  background: url(../img/farm_pic.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-area.contact {
    height: 400px;
  }
}
@media (max-width: 639px) {
  .hero-area.contact {
    height: 320px;
  }
}
.hero-area.contact h1 {
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Titillium Web" !important;
  line-height: 63px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: left;
  text-indent: 0px;
  top: 200px;
}
@media (max-width: 1199px) {
  .hero-area.contact h1 {
    font-size: 48px;
    line-height: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hero-area.contact h1 {
    font-size: 44px;
    line-height: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .hero-area.contact h1 {
    font-size: 37px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.hero-area h1 {
  font-size: 62.84px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Titillium Web" !important;
  line-height: 83.5789px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1599px) {
  .hero-area h1 {
    font-size: 62.84px;
    padding: 10px 30px;
  }
}
@media (max-width: 1199px) {
  .hero-area h1 {
    font-size: 55.84px;
    padding: 10px 10px;
    top: 80px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hero-area h1 {
    font-size: 53.84px;
    padding: 10px 10px;
    top: 130px;
    line-height: 70px;
  }
}
@media (max-width: 639px) {
  .hero-area h1 {
    font-size: 36.84px;
    padding: 10px 20px;
    line-height: 50px;
    top: 100px;
  }
}

.about-area h3 {
  padding: 50px 50px 0px 50px;
  color: #000000;
  margin-bottom: 0px;
  font-family: "Titillium Web" !important;
  font-size: 31.736px;
  line-height: 48.9617px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1599px) {
  .about-area h3 {
    font-size: 31.736px;
  }
}
@media (max-width: 1199px) {
  .about-area h3 {
    font-size: 26.736px;
  }
}
@media (max-width: 991px) {
  .about-area h3 {
    font-size: 24.736px;
  }
}
@media (max-width: 639px) {
  .about-area h3 {
    font-size: 22.736px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .about-area h3 {
    padding: 30px 0 0px 0;
  }
}
@media (max-width: 639px) {
  .about-area h3 {
    padding: 30px 0 0px 0;
  }
}
.about-area h2 {
  text-align: center;
  padding: 70px 0 30px 0;
  font-size: 44px;
  color: #000000;
}
@media (max-width: 991px) {
  .about-area h2 {
    padding: 40px 0 20px 0;
    font-size: 35px;
  }
}
@media (max-width: 639px) {
  .about-area h2 {
    padding: 40px 0 0px 0;
    font-size: 28px;
  }
}
.about-area p {
    text-align: center;
    padding: 0px 00px 40px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;

}
@media (max-width: 639px) {
  .about-area p {
    padding: 10px;
  }
}
.about-area img {
  width: 100%;
}

.what-we-offer-area {
  padding: 60px 0 60px 0;
  background: #05542b;
}
.what-we-offer-area .what-we-content h2 {
  font-size: 42px;
  color: #fff;
  font-family: "Titillium Web" !important;
  line-height: 36.0292px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0px 0px 32px;
  padding: 0px;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  text-align: start;
  text-indent: 0px;
}
@media (max-width: 1599px) {
  .what-we-offer-area .what-we-content h2 {
    font-size: 36px;
        padding-right: 66px;
  }
}
@media (max-width: 1199px) {
  .what-we-offer-area .what-we-content h2 {
    font-size: 25.368px;
        padding-right: 66px;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-content h2 {
    font-size: 22.368px;
        padding-right: 66px;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area .what-we-content h2 {
    font-size: 20.368px;
  }
}
.what-we-offer-area .what-we-content p {
line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;


}



.what-we-offer-area .what-we-content h5{
    margin-top: 0;
    margin-bottom: 1rem;
    position: relative;
    font-size: 23px;
    line-height: 48px;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #f3c615;

}






.what-we-offer-area .what-we-pic {

   background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        position: relative;
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-pic {
    height: 260px;
    margin-top: 20px;
    background-position: center;
  }
}







.what-we-offer-area .what-we-pic .hero-video {
  position: absolute;
  top: 45%;
  left: 65%;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .what-we-offer-area .what-we-pic .hero-video {
    left: 65%;
  }
}
@media (max-width: 1199px) {
  .what-we-offer-area .what-we-pic .hero-video {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-pic .hero-video {
    left: 50%;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area .what-we-pic .hero-video {
    left: 50%;
  }
}
.what-we-offer-area .what-we-pic .hero-video i {
  color: #fff;
  font-size: 40px;
}






.what-we-offer-area .what-we-pic1 {
  background: url(../img/what-we1.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-pic1 {
    height: 260px;
    margin-top: 20px;
    background-position: center;
  }
}







.what-we-offer-area .what-we-pic1 .hero-video {
  position: absolute;
  top: 45%;
  left: 65%;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .what-we-offer-area .what-we-pic1 .hero-video {
    left: 65%;
  }
}
@media (max-width: 1199px) {
  .what-we-offer-area .what-we-pic1 .hero-video {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-pic1 .hero-video {
    left: 50%;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area .what-we-pic1 .hero-video {
    left: 50%;
  }
}
.what-we-offer-area .what-we-pic1 .hero-video i {
  color: #fff;
  font-size: 40px;
}

































.what-we-offer-area.abt {
  padding: 20px 0 0 0;
}
@media (max-width: 639px) {
  .what-we-offer-area.abt {
    padding: 30px 0 0 0;
  }
}
.what-we-offer-area.abt h2 {
  font-size: 42px;
}
@media (max-width: 639px) {
  .what-we-offer-area.abt h2 {
    font-size: 34px;
  }
}
.what-we-offer-area.abt h4 {
  line-height: 39px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 639px) {
  .what-we-offer-area.abt h4 {
    font-size: 22px;
  }
}
.what-we-offer-area.abt p {
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  padding: 0 0 0 40px;
}
@media (max-width: 1199px) {
  .what-we-offer-area.abt p {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area.abt p {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area.abt p {
    padding: 0px;
  }
}
.what-we-offer-area.content {
  padding-left: 80px;
    padding-right: 80px;
}
@media (max-width: 1199px) {
  .what-we-offer-area.content {
    padding: 20px 0 0 0px;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area.content {
    padding: 20px 0 0 0px;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area.content {
    padding: 20px 0 0 0px;
  }
}
.what-we-offer-area.content p {
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
}
.what-we-offer-area.content ul {
  padding-left: 40px;
}
@media (max-width: 639px) {
  .what-we-offer-area.content ul {
    padding: 0 20px;
  }
}
.what-we-offer-area.content ul li {
list-style: none;
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    display: flex;
    justify-content: start;
    align-items: baseline;
    margin-bottom: 20px;

}
@media (max-width: 639px) {
  .what-we-offer-area.content ul li {
    align-items: baseline;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
    word-break: break-all;
    text-align: justify;
  }
}
.what-we-offer-area.content ul li i {
  font-size: 4px;
  padding-right: 10px;
  top: -4px;
  position: relative;
}
@media (max-width: 639px) {
  .what-we-offer-area.content ul li i {
    font-size: 5px;
    position: relative;
    top: -3px;
  }
}
.what-we-offer-area.cnt-content .what-we-content h4 {
  font-weight: 300;
  color: #000000;
}
.what-we-offer-area.cnt-content .what-we-content h6 {
  font-weight: 600;
  color: #000000;
  font-size: 17px;
  margin-top: 20px;
}
.what-we-offer-area.cnt-content .what-we-content p {
  font-weight: 300;
  color: #000000;
  font-size: 16px;
}

.products-area {
  padding: 60px 0 60px 0;
      background: #f3c615;
}
@media (max-width: 1199px) {
  .products-area {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .products-area {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 639px) {
  .products-area {
    padding: 40px 0 10px 0;
  }
}
.products-area h2 {
  padding-left: 3px;
  font-size: 44.104px;
  line-height: 65.9456px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 36px;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  text-align: center;
  text-indent: 0px;
}
@media (max-width: 1599px) {
  .products-area h2 {
    font-size: 44.104px;
  }
}
@media (max-width: 1199px) {
  .products-area h2 {
    font-size: 40.104px;
  }
}
@media (max-width: 991px) {
  .products-area h2 {
    font-size: 32.104px;
  }
}
@media (max-width: 639px) {
  .products-area h2 {
    font-size: 32.104px;
  }
}
.products-area.product {
  padding: 0px 0 60px 0;
}
.products-area .post-slide {
margin: 0 0px 45px 20px
}
@media (max-width: 639px) {
  .products-area .post-slide {
    margin: 0 15px 80px 15px;
  }
}
.products-area .post-slide .post-img {
  position: relative;
  text-align: center;
}
.products-area .post-slide .post-img > img {
  width: 100%;
  height: auto;
}
.products-area .post-slide .post-img > span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
       background: rgb(255 255 255 / 80%);
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
}
.products-area .post-slide .post-img.product > span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(51, 120, 239, 0.1607843137);
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
}
.products-area .post-slide .post-img > span > a {
  position: relative;
  top: 45%;
  color: #fff;
}
.products-area .post-slide .post-review > .post-title {
    margin: 10px 0 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;

}
.products-area .post-slide .post-review > .post-title > a {
        color:#000000;
        transition: all 300ms linear 0ms; 
        font-size:20px;
        line-height:27.2384px;
        vertical-align:baseline;
        letter-spacing:normal;
        word-spacing:0px;
        margin:0px;
        padding:0px;
        font-weight:500;
        font-style:normal;
        font-variant:normal;
        text-transform:none;
        text-decoration:none solid rgb(0, 0, 
        0);
        text-align:center;
        text-indent:0px;
}
.products-area .post-slide .post-review > .post-description {
  padding-bottom: 5px;
  color: #000000;
  font-size: 14px;
  line-height: 22.6896px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  text-align: center;
  text-indent: 0px;
  padding:5px;
}
.products-area .post-slide .post-review > .post-bar {
  padding: 0;
  list-style: none;
}
.products-area .post-slide .post-review > .post-bar > li {
  display: inline-block;
  font-size: 13px;
  color: #000000;
}
.products-area .post-slide .post-review > .post-bar > li:after {
  content: " / ";
}
.products-area .post-slide .post-review > .post-bar > li:last-child:after {
  content: "";
}
.products-area .post-slide .post-review > .post-bar > li > a {
  color: #000000;
}
.products-area .post-slide .post-review > .post-bar > li > a:hover {
  text-decoration: none;
}
.products-area .post-slide .post-review.product {
  text-align: center;
}
.products-area .post-slide .post-review.product > .post-title {
  margin: 15px 0 14px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.products-area .post-slide .post-review.product > .post-title > a {
  color: #000000;
  transition: all 300ms linear 0ms;
  font-size: 20px;
  text-transform: capitalize;
}
.products-area .post-slide .post-review.product > .post-description {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.products-area .post-slide .post-review.product > .post-bar {
  padding: 0;
  list-style: none;
}
.products-area .post-slide .post-review.product > .post-bar > li {
  display: inline-block;
  font-size: 13px;
  color: #000000;
}
.products-area .post-slide .post-review.product > .post-bar > li:after {
  content: " / ";
}
.products-area .post-slide .post-review.product > .post-bar > li:last-child:after {
  content: "";
}
.products-area .post-slide .post-review.product > .post-bar > li > a:hover {
  text-decoration: none;
}
.products-area .post-slide:hover .post-img > span {
  opacity: 1;
}

.footer-area {
  padding: 50px 0 50px 0;
  background: #05542b;
}
.footer-area h4 {
  color: #fff;
  font-size: 16px;
  line-height: 36.0292px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin-bottom: 10px;
  padding: 0px;

  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  text-align: start;
  text-indent: 0px;
  font-weight:700;
}
.footer-area p {
  color: #fff;
  font-size: 16px;
  line-height: 28.8px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  text-align: start;
  text-indent: 0px;
}
.footer-area ul li {
  list-style: none;
}
.footer-area ul li a {
  text-decoration: none;
  font-size: 17px;
  font-family: "Titillium Web";
  color: #fff;
}
.footer-area ul li a:hover {
  text-decoration: none;
  color: #333;
}/*# sourceMappingURL=main.css.map */





.banner-area {
  position: relative;
}
.banner-area h1 {
  color: #fff;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 46px;
  font-weight: 600;
  padding: 70px 90px;
}
@media (max-width: 1199px) {
  .banner-area h1 {
    font-size: 3.2rem;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .banner-area h1 {
    font-size: 2.5rem;
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .banner-area h1 {
    font-size: 2rem;
    padding: 30px;
  }
}
.banner-area img {
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-area img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .banner-area img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 639px) {
  .banner-area img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-area.cheese h1 {
    bottom: 0;
    top: unset;
    font-size: 46px;
    color: #ffffff;
        font-weight: 500;
}
@media (max-width: 1199px) {
  .banner-area.cheese h1 {
    font-size: 3.2rem;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .banner-area.cheese h1 {
    font-size: 2.5rem;
    padding: 28px;
  }
}
@media (max-width: 639px) {
  .banner-area.cheese h1 {
    font-size: 28px;
    padding: 25px;
  }
}
.banner-area.natural-cheese h1 {
  bottom: 0;
  top: unset;
  font-size: 4.5rem;
  color: #6c207b;
}
@media (max-width: 1199px) {
  .banner-area.natural-cheese h1 {
    font-size: 3.2rem;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .banner-area.natural-cheese h1 {
    font-size: 2.5rem;
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .banner-area.natural-cheese h1 {
    font-size: 2rem;
    padding: 30px;
  }
}



.contact-address-area {
  padding: 45px 0;
}
.form-area {
  padding: 30px 0;
  background: rgba(204, 204, 204, 0.2509803922);
  /* Clearfix */
}
.form-area h2 {
  text-align: center;
  font-size: 2.2rem;
}
.form-area form {
  max-width: 700px;
  text-align: center;
  margin: 20px auto;
}
@media (max-width: 639px) {
  .form-area form {
    width: 90%;
  }
}
.form-area form input, .form-area form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  display: block;
  width: 100%;
  margin-top: 1em;
  resize: none;
  border: 1px solid #ccc;
}
.form-area form #input-submit {
  color: white;
  cursor: pointer;
  background: #4a005f;
  width: 140px;
  font-size: 17px;
  text-transform: uppercase;
}
.form-area form textarea {
  height: 150px;
  display: initial;
}
.form-area .half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}
.form-area .right {
  width: 50%;
}
.form-area .left {
  margin-right: 2%;
}
@media (max-width: 480px) {
  .form-area .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.form-area .cf:before,
.form-area .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.form-area .cf:after {
  clear: both;
}/*# sourceMappingURL=main.css.map */


.slider-area {
  padding: 0 0 0px 0;
}
.slider-area .swiper-slide {
  position: relative;
}
.slider-area .swiper-slide .inner-banner-box {
  position: absolute;
  top: 160px;
  left: 110px;
}
@media (max-width: 1199px) {
  .slider-area .swiper-slide .inner-banner-box {
    left: 120px;
    top: 150px;
  }
}
@media (max-width: 991px) {
  .slider-area .swiper-slide .inner-banner-box {
    left: 110px;
    top: 100px;
  }
}
@media (max-width: 639px) {
  .slider-area .swiper-slide .inner-banner-box {
    left: 100px;
    top: 60px;
  }
}
.slider-area .swiper-slide .inner-banner-box h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #17463d;
}
@media (max-width: 1199px) {
  .slider-area .swiper-slide .inner-banner-box h2 {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .slider-area .swiper-slide .inner-banner-box h2 {
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .slider-area .swiper-slide .inner-banner-box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.slider-area .swiper-slide .inner-banner-box a {
  text-decoration: none;
  border: 2px solid #17463d;
  color: #17463d;
  padding: 11px 30px;
  font-weight: 600;
  border-radius: 5px;
}
@media (max-width: 639px) {
  .slider-area .swiper-slide .inner-banner-box a {
    padding: 8px 10px !important;
    font-weight: 300;
    font-size: 12px !important;
  }
}
.slider-area .swiper-slide .inner-banner-box a:hover {
  text-decoration: none;
  background: #17463d;
  color: #fff;
}
.slider-area .swiper-slide .inner-banner-box.white h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  .slider-area .swiper-slide .inner-banner-box.white h2 {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .slider-area .swiper-slide .inner-banner-box.white h2 {
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .slider-area .swiper-slide .inner-banner-box.white h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.slider-area .swiper-slide .inner-banner-box.white a {
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 30px;
  font-weight: 600;
  border-radius: 5px;
}
.slider-area .swiper-slide .inner-banner-box.white a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2392156863);
  color: #fff;
}
.slider-area .swiper-slide .inner-banner-box.bg-clr a {
  text-decoration: none;
  color: #fff;
  padding: 11px 30px;
  font-weight: 600;
  border-radius: 5px;
  background: #17463d;
}
.slider-area .swiper-slide img {
  height: auto;
}
@media (max-width: 1199px) {
  .slider-area .swiper-slide img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .slider-area .swiper-slide img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 639px) {
  .slider-area .swiper-slide img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slider-area .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background: #17463d !important;
  margin-right: 5px !important;
  opacity: 1;
}
.slider-area .swiper-button-next, .slider-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
.slider-area .swiper-button-next:after, .slider-area .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 600;
}
.slider-area .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
}



.milky-area {

  padding: 80px 0;
}
.milky-area h2 {
  font-weight: 600;
  color: #6c207b;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .milky-area h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .milky-area h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .milky-area h2 {
    font-size: 1.2rem;
  }
}
.milky-area .milky-pic img {
width: 100%;
}
.milky-area .milky-text p {
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .milky-area .milky-text p {
    margin-bottom: 10px;
  }
}


.milky-area.content ul {
  padding-left: 25px;
}
@media (max-width: 639px) {
  .milky-area.content ul {
    padding: 0 0px;
  }
}
.milky-area.content ul li {
list-style: none;
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    display: flex;
    justify-content: start;
    align-items: baseline;
    margin-bottom: 20px;

}
@media (max-width: 639px) {
  .milky-area.content ul li {
    align-items: baseline;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
    word-break: break-all;
    text-align: justify;
  }
}
.milky-area.content ul li i {
  font-size: 4px;
  padding-right: 10px;
  top: -4px;
  position: relative;
}
@media (max-width: 639px) {
  .milky-area.content ul li i {
    font-size: 5px;
    position: relative;
    top: -3px;
  }
}



   .btn1 {
    line-height: normal !important;
    vertical-align: baseline !important;
    letter-spacing: 0.25088px;
    word-spacing: 0px;
    margin: 0px;
    padding: 15.0528px 25.1382px !important;
    font-weight: 500 !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none; 
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center !important;
    text-indent: 0px;
    color: #FFFFFF;
    font-size: 12.544px !important;
    border-radius: 0 !important; 
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 25px 0 0 0;
      transition: all .3s ease-in-out;

      @include respond-below(lg) {
          padding: 10px 17px !important;
      }

      @include respond-below(md) {
          padding: 10px 15px !important;
      }

      @include respond-below(sm) {
          padding: 8px 11px !important;
      }
  }

  .btn1:focus {
      color: #fff;
  }

  .btn:hover {
      color: #cdcdcd; 
  }

  .btn1:before {
      content: '';
      background-color:#ebba08;
      width: 100%;
      height: 100%;
      transform-origin: 50% 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      transition: all 0.2s cubic-bezier(0.7, 0, 0.2, 1);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

 

  .btn1 span {
    
      position: relative;
      color: #000;
      font-size:16px;
      padding-top:10px;
       
}
      @include respond-below(lg) {
          font-size: 17px;
      }

      @include respond-below(md) {
          font-size: 15px;
      }

      @include respond-below(sm) {
          font-size: 13px;
      }
  
  
  


