/* ======================== variables ============================ */
/* ======================== variables ============================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*======= Main CSS =======*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

body {
font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
}

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

::-webkit-scrollbar-thumb {
  background: #3378ef;
  border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif !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: left !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;
}
@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: 'Poppins', sans-serif !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: 'Poppins', sans-serif !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: 'Poppins', sans-serif !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: 'Poppins', sans-serif !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: 'Poppins', sans-serif !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: 'Poppins', sans-serif !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: 'Poppins', sans-serif !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: 60px 60px 60px 60px;
  color: #000000;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif !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 h4 {
  padding: 10px 0px 0px 0px;
  color:#1470af;

  font-family: 'Poppins', sans-serif !important;
  font-size: 18px;
  line-height: 30px;
  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 h4 {
  font-size: 19px;
    text-align: center;
    color: #1470af;
    font-weight: 500;
  }
}
@media (max-width: 1199px) {
  .about-area h4 {
   font-size: 19px;
    text-align: center;
    color: #1470af;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .about-area h4 {
  font-size: 19px;
    text-align: center;
    color: #1470af;
    font-weight: 500;
  }
}
@media (max-width: 639px) {
  .about-area h4 {
font-size: 17px;
    text-align: center;
    color: #1470af;
    font-weight: 500;
    line-height: 25px;
  }
}

  
.about-area h2 {
  text-align: center;
  padding: 20px 0 20px 0;
  font-size: 36px;
     font-weight:500;
  color: #000000;
}
@media (max-width: 991px) {
  .about-area h2 {
    padding: 20px 0 20px 0;
    font-size: 35px;
  }
}
@media (max-width: 639px) {
  .about-area h2 {
    padding: 20px 0 20px 0;
    font-size: 28px;
  }
}
.about-area p {
    text-align: center;
    padding: 10px 0px 20px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;

}
.about-area img {
  width: 100%;
}

.what-we-offer-area {
  padding: 60px 0 30px 0;
  background: #ffff;
}
.what-we-offer-area .what-we-content h2 {
  font-size: 26.368px;
  color: #000000;
font-family: 'Poppins', sans-serif !important;
  line-height: 36.0292px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin: 0px 0px 10px;
  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;
  }
}
@media (max-width: 1199px) {
  .what-we-offer-area .what-we-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area .what-we-content h2 {
    font-size: 28px;
  }
}
.what-we-offer-area .what-we-content p {
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #00000;
}
.what-we-offer-area .what-we-content .banner-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.what-we-offer-area .what-we-content .banner-image img {
  width: 96%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .what-we-offer-area .what-we-content .banner-image img {
    height: 530px;
  }
}
@media (max-width: 1199px) {
  .what-we-offer-area .what-we-content .banner-image img {
    height: 630px;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-content .banner-image img {
    height: 370px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area .what-we-content .banner-image img {
    height: 200px;
  }
}



.what-we-offer-area .what-we-content .banner1-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.what-we-offer-area .what-we-content .banner1-image img {
  width: 96%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .what-we-offer-area .what-we-content .banner1-image img {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .what-we-offer-area .what-we-content .banner1-image img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-content .banner1-image img {
    height: 170px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 639px) {
  .what-we-offer-area .what-we-content .banner1-image img {
    height: 200px;
  }
}

















.what-we-offer-area .what-we-pic {
  background: url(../img/aboutus_fruits.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}
@media (max-width: 991px) {
  .what-we-offer-area .what-we-pic {
    height: 160px;
    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.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;
}
.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: 16px;
  font-weight: 300;
  color: #000000;
  text-align: justify;
}
.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 {
    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 i {
  font-size: 4px;
  padding-right: 10px;
  top: -4px;
  position: relative;
}
@media (max-width: 639px) {
  .what-we-offer-area.content ul 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;
}
@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 0px 0px;
}
@media (max-width: 639px) {
  .products-area .post-slide {
    margin: 0 0 25px 0;
  }
}
.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: rgba(255, 255, 255, 0.8);
  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 {
  color: #fff;
  font-size: 13px;
  padding-top: 20px;
  text-align: left;
}
.products-area .post-slide .post-review > .post-title > a {
  color: #000000;
  transition: all 300ms linear 0ms;
  font-size: 18px;
  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;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          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: 15.272px;
  line-height: 25.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: left;
  text-indent: 0px;
}
.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: left;
  color: white;
  font-size: 14px;
}
.products-area .post-slide .post-review.product > .post-title {
  text-align: left;
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
}
.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: #1470af;
}
.footer-area h4 {
  color: #fff;
  font-size: 20px;
  line-height: 36.0292px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  margin-bottom: 5px;
  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;
}
.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: 'Poppins', sans-serif;
  color: #fff;
}
.footer-area ul li a:hover {
  text-decoration: none;
  color: #fff;
}/*# sourceMappingURL=main.css.map */



.contact-address-area {
  padding: 30px 0;
}
.form-area {
  padding: 0px 0;
  background: #fff;
  /* Clearfix */
}
.form-area h2 {
  text-align: center;
  font-size: 2.2rem;
  color:#f48847;
}
.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: #1470af;
    width: 140px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 30px;
}
.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;
}






.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 {
  background: #fff;
padding: 00px 10px 30px 10px;

}
.milky-area h2 {
  font-weight: 600;
  color: #00000;
  font-size: 38px;
  margin-bottom: 15px;
}


.milky-area h4 {
font-weight: 500;

    font-size: 19px;
    margin-bottom: 15px;
    color: black;
}


@media (max-width: 1199px) {
  .milky-area h4 {
      font-size: 19px;
  }
}
@media (max-width: 991px) {
  .milky-area h4 {
      font-size: 19px;
  }
}
@media (max-width: 639px) {
  .milky-area h4 {
      font-size: 19px;
  }
}









@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: 26px;
  }
}





.milky-area .milky-pic img {
  width: 85%;
      padding-bottom: 20px;
}


@media (max-width: 1199px) {
  .milky-area .milky-pic img {
      width: 85%;
      padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
 .milky-area .milky-pic img {
     width: 100%;
      padding-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .milky-area .milky-pic img {
      width: 100%;
      padding-bottom: 20px;
  }
}









.milky-area .milky-text p {
line-height: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
        color: black;

}
@media (max-width: 1199px) {
  .milky-area .milky-text p {
    margin-bottom: 10px;
  }
}

.blocks-area {
     padding: 0px 10px 20px 10px;

    background:#fff;
}
.blocks-area h2 {
  font-weight: 600;
  color: #6c207b;
  font-size:32px;
  margin-bottom: 15px;
}


.blocks-area h4 {
font-weight: 500;
    color: #000000;
    font-size: 19px;
    /* margin-bottom: 15px; */
    padding: 15px;
    padding-top: 20px;
}



.blocks-area p {
    line-height: 25px;
    /* margin-bottom: 15px; */
    font-size: 15px;
    font-weight: 300;
    padding: 0px 15px 0px 15px;
    color: #00000;
    color: black;
}



.blocks-area .blocks-text p {
line-height: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;

}





@media (max-width: 1199px) {
  .blocks-area h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .blocks-area h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .blocks-area h2 {
    font-size: 26px;
  }
}
.blocks-area .blocks-pic img {
  width: 100%;
}
.blocks-area .blocks-text p {
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .blocks-area .blocks-text p {
    margin-bottom: 10px;
  }
}


.video-area {
  background: #f0f0f0;
  margin: 0 0 0px 0;
}
.video-area .video-box {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
}


@media (max-width: 639px) {
  .video-area .video-box  {
padding-top: 0px;
  padding-bottom: 10px;
  position: relative;
   

  }
}








.video-area .video-box img {
  width: 100%;
}
@media (max-width: 639px) {
  .video-area .video-box img {
    height: 100px;
   
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.video-area .video-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 27px;
  color: #4b0060;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .video-area .video-box a {
    top: 47%;
    left: 47%;
  }
}
@media (max-width: 991px) {
  .video-area .video-box a {
    top: 45%;
    left: 45%;
  }
}
@media (max-width: 639px) {
  .video-area .video-box a {
    top: 43%;
    left: 43%;
  }
}
.video-area .video-box a:hover {
  text-decoration: none;
}




/*# sour


