@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Prata&display=swap");
html {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  /*(For Firefox)*/
  -webkit-font-smoothing: antialiased;
  /*(For Chrome and Safari)*/
}
*:hover {
  outline: 0;
}

.mob {
  display: none;
}
@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

@media (max-width: 767px) {
  .desk {
    display: none !important;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
button {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 93px;
  font-family: "Open Sans", sans-serif;
}
body.loading_site, body.blog_open {
  overflow: hidden;
}
@media (max-width: 1366px) {
  body {
    padding-top: 85px;
  }
}
@media (max-width: 920px) {
  body {
    padding-top: 67px;
  }
}

img {
  display: block;
}

.hidden_items {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.p_container {
  width: 100%;
  padding: 0 3vw;
}
@media (max-width: 1366px) {
  .p_container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .p_container {
    padding: 0 30px;
  }
}

.main_head {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.8;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
  margin: 0 0 21px;
  letter-spacing: 2.5px;
}
@media (max-width: 1366px) {
  .main_head {
    letter-spacing: 1.8px;
    font-size: 35px;
    line-height: 1.5;
  }
}
@media (max-width: 920px) {
  .main_head {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .main_head {
    font-size: 25px;
  }
}

.sub_head {
  font-size: 18px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #292929;
  margin-bottom: 30px;
  padding: 0 10vw;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
}
.our_products .sub_head {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .sub_head {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media (max-width: 920px) {
  .sub_head {
    font-size: 15px;
    padding: 0;
    margin-bottom: 15px;
  }
}

.normal_head {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
}
@media (max-width: 920px) {
  .normal_head {
    font-size: 27px;
  }
}

.subpage_banner_heading {
  font-family: "Prata", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.8;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
  margin: 0 0 21px;
  letter-spacing: 2px;
}
@media (max-width: 920px) {
  .subpage_banner_heading {
    font-size: 35px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .subpage_banner_heading {
    font-size: 30px;
  }
}

.small_heading {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #000;
}
@media (max-width: 1500px) {
  .small_heading {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .small_heading {
    font-size: 20px;
  }
}
@media (max-width: 920px) {
  .small_heading {
    font-size: 17px;
  }
}

.readmore {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #44A31B;
  display: inline-block;
}
@media (max-width: 1200px) {
  .readmore {
    font-size: 13px;
  }
}
.readmore:hover {
  color: #000;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 1200px) {
  p {
    font-size: 14px;
  }
}

.section_padding {
  padding: 115px 0;
}
@media (max-width: 1366px) {
  .section_padding {
    padding: 75px 0;
  }
}
@media (max-width: 920px) {
  .section_padding {
    padding: 50px 0;
  }
}
.section_padding.testimonial {
  padding-bottom: 130px;
}
@media (max-width: 920px) {
  .section_padding.testimonial {
    padding-bottom: 100px;
  }
}
.section_padding.our_products {
  padding-bottom: 60px;
}
@media (max-width: 920px) {
  .section_padding.our_products {
    padding-bottom: 50px;
  }
}
.section_padding.our_specialities {
  padding: 60px 0;
}
@media (max-width: 920px) {
  .section_padding.our_specialities {
    padding: 20px 0 40px;
  }
}

.pavisham_header {
  height: 93px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 60;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1366px) {
  .pavisham_header {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .pavisham_header {
    padding: 0 30px;
  }
}
.pavisham_header.sticky {
  height: 70px;
}
.pavisham_header.sticky .logo img {
  max-width: 80px;
}
.pavisham_header.sticky nav ul li a {
  letter-spacing: 0.1em;
}
@media (max-width: 920px) {
  .pavisham_header.sticky {
    height: 67px;
  }
  .pavisham_header.sticky .logo img {
    max-width: 100px;
  }
}
@media (max-width: 1366px) {
  .pavisham_header {
    height: 85px;
  }
}
@media (max-width: 920px) {
  .pavisham_header {
    width: 100%;
    height: 67px;
  }
}
.pavisham_header .logo {
  display: block;
}
.pavisham_header .logo img {
  max-width: 140px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .pavisham_header .logo img {
    max-width: 100px;
  }
}
.pavisham_header nav {
  height: 100%;
}
@media (max-width: 920px) {
  .pavisham_header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.pavisham_header nav .hammenu {
  display: none;
}
@media (max-width: 920px) {
  .pavisham_header nav .hammenu {
    background: none;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 28px;
    height: 20px;
    cursor: pointer;
  }
  .pavisham_header nav .hammenu::before, .pavisham_header nav .hammenu::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #000;
  }
  .pavisham_header nav .hammenu::after {
    top: auto;
    bottom: 0;
  }
  .pavisham_header nav .hammenu span {
    width: 60%;
    height: 2px;
    display: block;
    background: #000;
  }
}
.pavisham_header nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 920px) {
  .pavisham_header nav ul {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .open .pavisham_header nav ul {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pavisham_header nav ul li {
  margin: 0 0 0 4vw;
  height: 100%;
}
.pavisham_header nav ul li.close_btn {
  display: none;
}
@media (max-width: 1024px) {
  .pavisham_header nav ul li {
    margin: 0 0 0 4vw;
  }
}
@media (max-width: 920px) {
  .pavisham_header nav ul li {
    margin: 20px 0;
    height: auto;
  }
  .pavisham_header nav ul li.close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/common/close.svg) no-repeat center/contain;
    display: block;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .open .pavisham_header nav ul li.close_btn {
    opacity: 1;
  }
}
.pavisham_header nav ul li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #333;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .pavisham_header nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  .pavisham_header nav ul li a {
    font-size: 16px;
  }
}
.pavisham_header nav ul li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  width: 100%;
  height: 5px;
  background: #44A31B;
}
.pavisham_header nav ul li a:hover, .pavisham_header nav ul li a.active {
  color: #000;
}
.pavisham_header nav ul li a:hover::before, .pavisham_header nav ul li a.active::before {
  opacity: 1;
}
.pavisham_header nav ul li a.active {
  font-weight: 800;
}
@media (max-width: 920px) {
  .pavisham_header nav ul li a::before {
    display: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav a {
  display: block;
  width: 70px;
  height: 70px;
  background-size: 20px;
  background-position: center center;
  background-color: #000;
  background-repeat: no-repeat;
  cursor: pointer;
  color: transparent;
}
.nav a:hover {
  background-color: #44A31B;
}
@media (max-width: 1366px) {
  .nav a {
    width: 55px;
    height: 55px;
    background-size: 18px;
  }
}
@media (max-width: 767px) {
  .nav a {
    width: 35px;
    height: 35px;
    background-size: 12px;
  }
}
.nav .left {
  background-image: url(../images/common/left_white.png);
  border-right: 1px solid #222;
}
.nav .left:hover {
  background-image: url(../images/common/left_black.png);
}
.nav .right {
  background-image: url(../images/common/right_white.png);
}
.nav .right:hover {
  background-image: url(../images/common/right_black.png);
}

.hero_banner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-height: 420px) {
  .hero_banner {
    height: 500px !important;
  }
}
@media (max-width: 920px) {
  .hero_banner {
    height: 70vw !important;
    min-height: 240px !important;
  }
}
.hero_banner .social {
  right: 3vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hero_banner .social {
    display: none;
  }
}
.hero_banner .social a {
  margin-bottom: 18px;
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/common/fb.svg) no-repeat center/contain;
}
.hero_banner .social a:last-child {
  margin-bottom: 0;
}
.hero_banner .social a.youtube {
  background-image: url(../images/common/youtube.svg);
}
.hero_banner .social a.instagram {
  background-image: url(../images/common/insta.svg);
}
.hero_banner .social a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .hero_banner .social a {
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
  }
}

.pavizham_hero_slider .item {
  width: 100vw;
  background: no-repeat center bottom;
  background-size: cover;
}
.pavizham_hero_slider .item.center_center {
  background-position: center center;
}
@media screen and (max-height: 420px) {
  .pavizham_hero_slider .item {
    height: 500px !important;
  }
}
@media (max-width: 920px) {
  .pavizham_hero_slider .item {
    height: 70vw !important;
    min-height: 240px !important;
  }
}
.pavizham_hero_slider .item .contents {
  padding: 0 3vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  transition: all 1s linear;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.pavizham_hero_slider .item .contents.no_overlay {
  background: none;
}
@media (max-width: 1366px) {
  .pavizham_hero_slider .item .contents {
    padding: 0 40px;
  }
}
@media (max-width: 920px) {
  .pavizham_hero_slider .item .contents {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .pavizham_hero_slider .item .contents {
    padding: 0 30px;
  }
}
.pavizham_hero_slider .item .contents h2 {
  font-family: "Prata", serif;
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 30px;
  color: #000;
  background: #fff;
  font-weight: 500;
  margin: 0;
  max-width: 70%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition-duration: 0.7s;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
@media (max-width: 1366px) {
  .pavizham_hero_slider .item .contents h2 {
    font-size: 38px;
    padding: 20px 30px;
    max-width: 55%;
  }
}
@media (max-width: 1024px) {
  .pavizham_hero_slider .item .contents h2 {
    font-size: 35px;
    max-width: 100%;
  }
}
@media (max-width: 920px) {
  .pavizham_hero_slider .item .contents h2 {
    padding: 15px 20px 20px 0;
    background: transparent;
    letter-spacing: 0.8px;
    line-height: 1.2;
    color: #fff;
    max-width: 70%;
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .pavizham_hero_slider .item .contents h2 {
    padding: 0 15px 15px 0;
    font-size: 20px;
    line-height: 1.3;
    max-width: 85%;
    margin-top: 20%;
  }
}
.pavizham_hero_slider .item .contents .nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pavizham_hero_slider .item.slick-active .contents h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pavizham_hero_slider .item .lines_wrapper {
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .pavizham_hero_slider .item .lines_wrapper {
    display: none;
  }
}
.pavizham_hero_slider .item .lines_wrapper .shape {
  width: 13px;
  height: 13px;
  background: url(../images/home/shape.svg) no-repeat center/contain;
}
.pavizham_hero_slider .item .lines_wrapper .line {
  width: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.pavizham_hero_slider .item .lines_wrapper .line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  z-index: -1;
  background: #fff;
  left: calc(50% - 0.5px);
  top: 0;
}
.pavizham_hero_slider .item .lines_wrapper .line:nth-child(even) .shape:nth-child(odd) {
  margin-top: -150px;
}

.why_us {
  background-color: #F0F0F0;
  background-image: url(../images/home/why_bg_1.png), url(../images/home/why_bg_2.png);
  background-position: -2% bottom, right bottom;
  background-attachment: fixed;
  background-repeat: no-repeat, no-repeat;
  padding-left: 15vw;
  padding-right: 15vw;
  background-size: 23vw, 23vw;
}
@media (min-width: 1400px) {
  .why_us {
    padding-left: 20vw;
    padding-right: 20vw;
    background-size: 20vw, 20vw;
  }
}
@media (max-width: 1200px) {
  .why_us {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (max-width: 920px) {
  .why_us {
    background-size: 30vw, 30vw;
  }
}
@media (max-width: 767px) {
  .why_us {
    background-image: unset;
    padding-left: 0;
    padding-right: 0;
  }
}
.why_us p {
  text-align: justify;
  text-align-last: center;
}

.three_blocks {
  background: #F0F0F0;
  position: relative;
}
@media (max-width: 920px) {
  .three_blocks {
    padding-bottom: 50px;
  }
}
.three_blocks::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #44A31B;
  z-index: 0;
}
.three_blocks .p_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .three_blocks .p_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.three_blocks .column {
  width: calc(33.3333333333% - 15px);
  background: #000;
  border-radius: 17px;
  padding: 50px 40px;
  overflow: hidden;
  position: relative;
  background: url(../images/home/dealers.jpg) no-repeat center/cover;
  z-index: 1;
}
.three_blocks .column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.65;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1200px) {
  .three_blocks .column {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .three_blocks .column {
    width: 100%;
    max-width: 400px;
    margin: 15px 0;
  }
}
.three_blocks .column * {
  position: relative;
  z-index: 2;
}
.three_blocks .column .floating_img {
  z-index: 0;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 30%;
  transition: all 0.5s linear;
}
@media (max-width: 767px) {
  .three_blocks .column .floating_img {
    width: 20%;
  }
}
.three_blocks .column .small_heading {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1200px) {
  .three_blocks .column .small_heading {
    margin-bottom: 15px;
  }
}
.three_blocks .column p {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 920px) {
  .three_blocks .column p {
    margin-bottom: 15px;
  }
}
.three_blocks .column .readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}
.three_blocks .column .readmore span {
  margin-left: 7px;
  width: 10%;
  max-width: 50px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.three_blocks .column:hover::before {
  opacity: 0.9;
}
.three_blocks .column:hover a span {
  background: #44A31B;
}

.our_specialities {
  background: #44A31B;
  overflow: hidden;
  width: 100%;
}
.our_specialities .p_container {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .our_specialities .p_container {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding-right: 30px;
  }
}
.our_specialities .p_container > .left {
  min-width: 43%;
}
@media (max-width: 920px) {
  .our_specialities .p_container > .left {
    width: 100%;
  }
}
.our_specialities .p_container > .left .main_head {
  text-align: left;
  color: #fff;
}
@media (max-width: 920px) {
  .our_specialities .p_container > .left .main_head {
    text-align: center;
  }
}
.our_specialities .p_container > .left .sub_head {
  text-align: left;
  color: #fff;
  padding: 0;
}
@media (max-width: 920px) {
  .our_specialities .p_container > .left .sub_head {
    text-align: center;
  }
}
.our_specialities .p_container > .left .nav .left:hover,
.our_specialities .p_container > .left .nav .right:hover {
  background-color: #84E45A;
}
@media (max-width: 920px) {
  .our_specialities .p_container > .left .nav {
    justify-content: center;
  }
}
.our_specialities .p_container > .right {
  min-width: 90%;
}
@media (max-width: 920px) {
  .our_specialities .p_container > .right {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 920px) {
  .our_specialities .our_specialities_slider {
    margin: 0 -10px;
  }
}
.our_specialities .our_specialities_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our_specialities .our_specialities_slider .item {
  height: auto;
  padding: 55px 30px;
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1366px) {
  .our_specialities .our_specialities_slider .item {
    padding: 40px 10px;
  }
}
@media (max-width: 920px) {
  .our_specialities .our_specialities_slider .item {
    padding: 30px 10px;
  }
}
.our_specialities .our_specialities_slider .item .box {
  background: #FFFFFF;
  box-shadow: 0px 13px 8px rgba(0, 0, 0, 0.29);
  border-radius: 20px;
  padding: 70px 13vw 70px 40px;
  position: relative;
}
@media (max-width: 1366px) {
  .our_specialities .our_specialities_slider .item .box {
    padding: 40px 12vw 40px 40px;
  }
}
@media (max-width: 920px) {
  .our_specialities .our_specialities_slider .item .box {
    padding: 30px 11vw 30px 30px;
  }
}
.our_specialities .our_specialities_slider .item .box .small_heading {
  position: relative;
  z-index: 2;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 2;
}
.our_specialities .our_specialities_slider .item .box p {
  text-align: left;
}
.our_specialities .our_specialities_slider .item .box .floating {
  position: absolute;
  width: 100%;
  z-index: 0;
  max-width: 9vw;
  right: 2vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .our_specialities .our_specialities_slider .item .box .floating {
    top: 8%;
    max-width: 50px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.our_products {
  background-color: #fff;
  background-position: -3% bottom, 100% bottom;
  background-attachment: fixed;
  background-repeat: no-repeat, no-repeat;
  background-image: url(../images/home/bg3.png), url(../images/home/bg4.png);
}
@media (max-width: 920px) {
  .our_products {
    background: #fff;
  }
}
.our_products .product_slider {
  margin: 0 -15px;
}
@media (max-width: 920px) {
  .our_products .product_slider {
    margin: 0 -10px;
  }
}
.our_products .product_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our_products .product_slider .slick-arrow {
  border: 0;
  position: absolute;
  z-index: 1;
  top: calc(50% - 8px);
  font-size: 0;
  width: 20px;
  cursor: pointer;
  height: 16px;
  background: no-repeat center/contain;
  display: block;
}
.our_products .product_slider .slick-arrow.slick-prev {
  background-image: url(../images/common/left_black.png);
  left: -10px;
}
@media (max-width: 767px) {
  .our_products .product_slider .slick-arrow.slick-prev {
    left: 0px;
  }
}
.our_products .product_slider .slick-arrow.slick-next {
  right: -10px;
  background-image: url(../images/common/right_black.png);
}
@media (max-width: 767px) {
  .our_products .product_slider .slick-arrow.slick-next {
    right: 0px;
  }
}
.our_products .product_slider .item {
  height: auto;
  padding: 50px 15px 70px;
}
@media (max-width: 920px) {
  .our_products .product_slider .item {
    padding: 20px 10px 30px;
  }
}
@media (max-width: 767px) {
  .our_products .product_slider .item {
    padding: 20px 35px 30px;
  }
}

.product_box {
  height: 100%;
  min-height: 350px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 18px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0);
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .product_box {
    flex-direction: column;
    padding: 20px 20px 0;
    min-height: unset;
    justify-content: flex-start;
  }
}
.product_box .prodcut_img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1400px) {
  .product_box .prodcut_img {
    width: 35%;
  }
}
.product_box .prodcut_img img {
  max-width: 100%;
  max-height: 270px;
}
@media (max-width: 920px) {
  .product_box .prodcut_img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_box .prodcut_img img {
    max-height: 195px;
  }
}
.product_box .product_details {
  width: 50%;
}
@media (min-width: 1400px) {
  .product_box .product_details {
    width: 60%;
    padding-right: 8%;
  }
}
@media (max-width: 920px) {
  .product_box .product_details {
    width: 100%;
    padding-bottom: 35px;
  }
}
.product_box .product_details .colors {
  position: absolute;
  left: 50%;
  top: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 920px) {
  .product_box .product_details .colors {
    display: none;
  }
}
.product_box .product_details .colors span {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #44A31B;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.product_box .product_details .colors span:nth-child(2) {
  background: #177625;
  margin-left: -5px;
  transition-delay: 0.2s;
}
.product_box .product_details .colors span:nth-child(3) {
  background: #F2E907;
  margin-left: -5px;
  transition-delay: 0.3s;
}
.product_box .product_details .small_heading {
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 920px) {
  .product_box .product_details .small_heading {
    text-align: center;
    margin: 20px 0 5px;
  }
}
.product_box .product_details p {
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 920px) {
  .product_box .product_details p {
    text-align: center;
    margin-bottom: 10px;
  }
}
.product_box .product_details h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #000000;
}
@media (max-width: 920px) {
  .product_box .product_details h5 {
    text-align: center;
  }
}
.product_box .product_details a {
  position: absolute;
  z-index: 3;
  bottom: -22px;
  left: 50%;
  width: 160px;
  height: 43px;
  background: #44A31B;
  box-shadow: 0px 8px 16px rgba(68, 163, 27, 0);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 999px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_box .product_details a:hover {
  box-shadow: 0px 8px 16px rgba(68, 163, 27, 0.74);
}
@media (max-width: 920px) {
  .product_box .product_details a {
    bottom: -21px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.product_box:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
}
.product_box:hover .product_details .colors span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.testimonial {
  background: #2C2C2C url(../images/home/quote_big.png) no-repeat center top;
  background-size: 30vw;
}
.testimonial .main_head {
  color: #fff;
}
.testimonial .sub_head {
  color: #fff;
}
.testimonial .testimonial_slider {
  padding: 25px 0 0;
}
.testimonial .testimonial_slider .item {
  padding: 0 5vw;
}
@media (max-width: 920px) {
  .testimonial .testimonial_slider .item {
    padding: 0;
  }
}
.testimonial .testimonial_slider .item p {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.testimonial .testimonial_slider .item .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.testimonial .testimonial_slider .item .details .left_side {
  width: 20px;
  position: relative;
  padding-top: 4px;
}
.testimonial .testimonial_slider .item .details .left_side .dp {
  max-width: 85px;
  max-height: 85px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.09);
}
@media (max-width: 767px) {
  .testimonial .testimonial_slider .item .details .left_side .dp {
    max-width: 60px;
    max-height: 60px;
  }
}
.testimonial .testimonial_slider .item .details .left_side .quote {
  width: 100%;
}
.testimonial .testimonial_slider .item .details h6 {
  width: calc(100% - 20px);
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.055em;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .testimonial .testimonial_slider .item .details h6 {
    font-size: 15px;
  }
}
.testimonial .testimonial_slider .item .details h6 span {
  display: block;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 0px;
  font-size: 13px;
}
.testimonial .testimonial_slider .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial .testimonial_slider .slick-dots li button {
  font-size: 0;
  width: 24px;
  height: 6px;
  display: block;
  margin: 0 10px;
  border-radius: 0;
  border: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.testimonial .testimonial_slider .slick-dots li.slick-active button {
  opacity: 1;
}

.video_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 920px) {
  .video_blog {
    flex-direction: column;
  }
}
.video_blog .heading {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.video_blog .heading .main_head {
  margin: 0;
}
.video_blog .heading .simplenav {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .video_blog .heading .simplenav {
    margin-bottom: 8px;
  }
}
.video_blog .heading .simplenav a {
  font-size: 0;
  width: 20px;
  cursor: pointer;
  height: 16px;
  background: no-repeat center/contain;
  display: block;
}
.video_blog .heading .simplenav a.left {
  background-image: url(../images/common/left_black.png);
}
.video_blog .heading .simplenav a.right {
  margin-left: 10px;
  background-image: url(../images/common/right_black.png);
}
.video_blog .blog_side {
  background: url(../images/home/bg.png) repeat left top;
  width: 50%;
  padding: 3vw;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .video_blog .blog_side {
    padding: 40px;
  }
}
@media (max-width: 920px) {
  .video_blog .blog_side {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .video_blog .blog_side {
    padding: 30px;
  }
}
.video_blog .video_side {
  overflow: hidden;
  width: 50%;
  padding: 3vw 3vw 0;
  background-color: #1C1C1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .video_blog .video_side {
    padding: 40px 40px 0;
  }
}
@media (max-width: 920px) {
  .video_blog .video_side {
    width: 100%;
    padding: 50px 30px 0;
  }
}
.video_blog .video_side .main_head {
  color: #fff;
}
.video_blog .video_side .sub_head {
  color: #fff;
  opacity: 0.67;
  text-align: left;
  padding: 0 0 15px;
}
.video_blog .video_side .heading .simplenav a.left {
  background-image: url(../images/common/left_white.png);
}
.video_blog .video_side .heading .simplenav a.right {
  margin-left: 10px;
  background-image: url(../images/common/right_white.png);
}

.blog_slider .item .single_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 0;
}
@media (max-width: 1200px) {
  .blog_slider .item .single_item {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 500px) {
  .blog_slider .item .single_item {
    flex-direction: column;
    align-items: center;
  }
}
.blog_slider .item .single_item .img {
  width: 35%;
  background: no-repeat center/cover;
}
@media (min-width: 1400px) {
  .blog_slider .item .single_item .img {
    height: 11vw;
  }
}
@media (max-width: 1200px) {
  .blog_slider .item .single_item .img {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .blog_slider .item .single_item .img {
    height: 50vw;
    width: 100%;
  }
}
.blog_slider .item .single_item .details {
  width: 65%;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .blog_slider .item .single_item .details {
    width: 70%;
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .blog_slider .item .single_item .details {
    width: 80%;
    background: #fff;
    position: relative;
    z-index: 5;
    margin-top: -50px;
    padding: 20px;
  }
}
.blog_slider .item .single_item .details h6 {
  background: url(../images/common/date.png) no-repeat left center;
  padding-left: 25px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #494949;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .blog_slider .item .single_item .details h6 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .blog_slider .item .single_item .details h6 {
    font-size: 11px;
    background-size: 13px;
    padding-left: 17px;
  }
}
.blog_slider .item .single_item .details .small_heading {
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .blog_slider .item .single_item .details .small_heading {
    margin-bottom: 0;
  }
}
.blog_slider .item .single_item .details p {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .blog_slider .item .single_item .details p {
    margin-bottom: 5px;
    font-size: 13px;
  }
}

.video_slider {
  margin: 0 -3vw;
}
@media (max-width: 1366px) {
  .video_slider {
    margin: 0 -40px;
  }
}
@media (max-width: 767px) {
  .video_slider {
    margin: 0 -30px;
  }
}
.video_slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center/cover;
  height: 26vw;
  max-height: 510px;
}
@media (max-width: 1500px) {
  .video_slider .item {
    height: 28vw;
  }
}
@media (max-width: 1366px) {
  .video_slider .item {
    height: 30vw;
  }
}
@media (max-width: 1024px) {
  .video_slider .item {
    height: 32vw;
  }
}
@media (max-width: 920px) {
  .video_slider .item {
    height: 70vw;
  }
}
.video_slider .item .youtube_link {
  width: 64px;
  height: 64px;
  background: url(../images/common/youtube_play_btn.png) no-repeat center center;
  background-size: 60px;
  cursor: pointer;
  display: block;
}

footer {
  padding: 75px 0 0;
  background: #161616;
}
@media (max-width: 920px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
}
footer .copy_right {
  margin-top: 75px;
  background: #0E0E0E;
  padding: 0 40px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.37);
}
@media (max-width: 920px) {
  footer .copy_right {
    height: 50px;
    margin-top: 50px;
    padding: 0 30px;
    font-size: 11px;
  }
}
footer .logo {
  max-width: 100%;
  display: block;
}
@media (max-width: 920px) {
  footer .logo {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    max-width: 120px;
    margin: 0;
  }
}
footer .col_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 920px) {
  footer .col_wrapper {
    flex-wrap: wrap;
  }
}
footer .col_wrapper .col {
  width: 30%;
}
@media (max-width: 920px) {
  footer .col_wrapper .col:first-child {
    width: 55%;
  }
  footer .col_wrapper .col:last-child {
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  footer .col_wrapper .col {
    width: 100%;
  }
  footer .col_wrapper .col:first-child {
    width: 100%;
  }
  footer .col_wrapper .col:last-child {
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
footer .col_wrapper .col p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #CCCCCC;
  background: no-repeat left 13px;
  padding: 10px 0 10px 47px;
}
footer .col_wrapper .col p:last-child {
  margin: 0;
}
footer .col_wrapper .col p.address {
  background-image: url(../images/common/address.svg);
}
footer .col_wrapper .col p.email {
  background-image: url(../images/common/email.svg);
}
footer .col_wrapper .col p.phone {
  background-image: url(../images/common/phone.svg);
}
footer .col_wrapper .col p a {
  color: #ccc;
  display: block;
}
footer .col_wrapper .col p a:hover {
  color: #fff;
}
footer .col_wrapper .col h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #CCCCCC;
  margin-bottom: 10px;
}
footer .col_wrapper .col .menu_list {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
footer .col_wrapper .col .menu_list a {
  margin: 3px 30px 3px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  text-transform: capitalize;
  color: #CCCCCC;
}
footer .col_wrapper .col .menu_list a:last-child {
  margin-right: 0;
}
footer .col_wrapper .col .menu_list a:hover {
  color: #fff;
}
footer .col_wrapper .col .social {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
footer .col_wrapper .col .social a {
  margin-right: 18px;
  opacity: 0.68;
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/common/fb.svg) no-repeat center/contain;
}
footer .col_wrapper .col .social a:last-child {
  margin-right: 0;
}
footer .col_wrapper .col .social a.youtube {
  background-image: url(../images/common/youtube.svg);
}
footer .col_wrapper .col .social a.instagram {
  background-image: url(../images/common/insta.svg);
}
footer .col_wrapper .col .social a:hover {
  opacity: 1;
}

.product_page_banner {
  width: 100%;
  height: 270px;
  position: relative;
  background: linear-gradient(70.12deg, rgba(171, 215, 147, 0.54) 18.12%, rgba(155, 252, 104, 0.54) 58.58%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3vw;
}
@media (max-width: 920px) {
  .product_page_banner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .product_page_banner {
    height: 220px;
  }
}
.product_page_banner .subpage_banner_heading {
  position: relative;
  z-index: 2;
}
.product_page_banner .floating_right_top {
  position: absolute;
  width: 650px;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .product_page_banner .floating_right_top {
    width: 55vw;
  }
}
@media (max-width: 920px) {
  .product_page_banner .floating_right_top {
    width: 60vw;
  }
}
.product_page_banner .floating_left_top {
  position: absolute;
  width: 450px;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1366px) {
  .product_page_banner .floating_left_top {
    width: 300px;
  }
}
.product_page_banner .floating_left_bottom {
  position: absolute;
  max-width: 100%;
  left: 15%;
  bottom: -50px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .product_page_banner .floating_left_bottom {
    left: 5%;
  }
}
@media (max-width: 920px) {
  .product_page_banner .floating_left_bottom {
    max-width: 30vw;
    left: 0;
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  .product_page_banner .floating_left_bottom {
    min-width: 200px;
    bottom: -40px;
  }
}

.product_listing_section {
  padding: 40px 0 50px;
  background: #ededed;
}
@media (max-width: 920px) {
  .product_listing_section {
    padding: 20px 0 30px;
  }
}
.product_listing_section .product_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product_listing_section .product_wrapper .product_box {
  width: calc(50% - 30px);
  margin: 20px 15px;
}
@media (max-width: 767px) {
  .product_listing_section .product_wrapper .product_box {
    width: calc(100% - 30px);
  }
}

.product_details_page {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.product_details_page .floating_img_coconut_oil {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  max-width: 100%;
}
.product_details_page .floating_img_coconut_oil.ricebran {
  top: 0;
}
.product_details_page .floating_img_coconut_oil.gingellryimg {
  top: 0;
}
@media (max-width: 920px) {
  .product_details_page .floating_img_coconut_oil.gingellryimg {
    max-width: 35vw;
  }
}
@media (max-width: 767px) {
  .product_details_page .floating_img_coconut_oil.gingellryimg {
    max-width: 50vw;
  }
}
.product_details_page .floating_img_coconut_oil.sunflower {
  top: 0;
}
@media (max-width: 1024px) {
  .product_details_page .floating_img_coconut_oil.sunflower {
    max-width: 45vw;
  }
}
@media (max-width: 920px) {
  .product_details_page .floating_img_coconut_oil.sunflower {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .product_details_page .floating_img_coconut_oil.sunflower {
    max-width: 75%;
  }
}
@media (max-width: 500px) {
  .product_details_page .floating_img_coconut_oil.sunflower {
    top: 40px;
  }
}

.product_details_section {
  padding: 5vw 10vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 920px) {
  .product_details_section {
    padding: 5vw 0 0;
  }
}
.product_details_section .abs_img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  mix-blend-mode: multiply;
}
@media (max-width: 920px) {
  .product_details_section .abs_img {
    height: 150px;
  }
}
.product_details_section .p_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .product_details_section .p_container {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.product_details_section .img_wrapper {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0;
}
@media (max-width: 920px) {
  .product_details_section .img_wrapper {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .product_details_section .img_wrapper {
    width: 100%;
  }
}
.product_details_section .img_wrapper img {
  max-width: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .product_details_section .img_wrapper img {
    max-height: 400px;
  }
}
.product_details_section .product_description {
  padding: 0 0 250px 35px;
  width: 55%;
  position: relative;
}
@media (max-width: 920px) {
  .product_details_section .product_description {
    width: 75%;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .product_details_section .product_description {
    width: 100%;
    padding: 30px 0 150px 0;
  }
}
.product_details_section .product_description .color_dots {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  filter: blur(3px);
  background: #44A31B;
  right: 32%;
  top: 5%;
  position: absolute;
  mix-blend-mode: multiply;
}
.product_details_section .product_description h2 {
  font-size: 35px;
  line-height: 1.8;
  color: #000;
  margin: 5vw 0 5px;
}
@media (max-width: 767px) {
  .product_details_section .product_description h2 {
    font-size: 25px;
  }
}
.product_details_section .product_description p {
  margin-bottom: 8px;
}
.product_details_section .product_description h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 25px;
}
.product_details_section .product_description h4 {
  color: #44A31B;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 20px;
}
.product_details_section .product_description .table_wrapper {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.product_details_section .product_description .table_wrapper table {
  width: 100%;
}
.product_details_section .product_description .table_wrapper table,
.product_details_section .product_description .table_wrapper th,
.product_details_section .product_description .table_wrapper td {
  border-collapse: collapse;
  border: 1px solid #292929;
  background: #fff;
}
.product_details_section .product_description .table_wrapper th,
.product_details_section .product_description .table_wrapper td {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
@media (max-width: 500px) {
  .product_details_section .product_description .table_wrapper th,
.product_details_section .product_description .table_wrapper td {
    font-size: 12px;
    padding: 3px;
  }
}
.product_details_section .product_description .table_wrapper td {
  font-size: 12px;
  font-weight: 400;
}
.product_details_section .product_description ul {
  margin: 0;
  padding: 0;
}
.product_details_section .product_description ul li {
  position: relative;
  padding: 0 0 12px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 1200px) {
  .product_details_section .product_description ul li {
    font-size: 14px;
  }
}
.product_details_section .product_description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #292929;
}

.sub_banner {
  background: url(../images/blog/blog-banner.jpg) no-repeat center/cover;
}
.contact_page .sub_banner {
  background-image: url(../images/contact/banner.jpg);
}
.export_page .sub_banner {
  background-image: url(../images/export/banner.jpg);
}
.export_page.private_labelling_page .sub_banner {
  background-image: url(../images/private/1.jpg);
}
.sub_banner .p_container {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  width: 100%;
  height: 270px;
  position: relative;
}
.sub_banner h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 920px) {
  .sub_banner h2 {
    font-size: 35px;
  }
}
@media (max-width: 920px) {
  .sub_banner h2 {
    font-size: 25px;
  }
}
.sub_banner h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 920px) {
  .sub_banner h3 {
    font-size: 18px;
    margin-top: 7px;
  }
}
@media (max-width: 920px) {
  .sub_banner h3 {
    font-size: 15px;
    margin-top: 3px;
  }
}

.about_section {
  padding: 40px 0;
}
@media (max-width: 920px) {
  .about_section {
    padding: 20px 0;
  }
}
.about_section .top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_section .top_row .left {
  width: 35%;
  border-radius: 0px 80px;
  background: no-repeat center/cover;
}
@media (max-width: 920px) {
  .about_section .top_row .left {
    display: none;
  }
}
.about_section .top_row .right {
  width: 65%;
  padding: 5vw 0 5vw 35px;
}
@media (min-width: 1400px) {
  .about_section .top_row .right {
    padding: 5vw;
  }
}
@media (max-width: 920px) {
  .about_section .top_row .right {
    width: 100%;
    padding: 15px 0;
  }
}
.about_section .top_row .right .normal_head {
  margin-bottom: 20px;
}
.about_section .top_row .right p {
  margin-bottom: 25px;
}
.about_section .top_row .right p:last-child {
  margin: 0;
}
.about_section .bottom_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .about_section .bottom_row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.about_section .cols {
  padding: 80px 0 50px;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .about_section .cols {
    width: calc(50% - 5vw);
  }
}
@media (max-width: 920px) {
  .about_section .cols {
    width: calc(50% - 10px);
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .about_section .cols {
    width: 100%;
    padding: 20px 0;
  }
}
.about_section .cols img {
  max-width: 20%;
}
@media (max-width: 767px) {
  .about_section .cols img {
    width: 80px;
  }
}
@media (max-width: 500px) {
  .about_section .cols img {
    width: 50px;
  }
}
.about_section .cols .contents {
  width: calc(80% - 30px);
}
@media (max-width: 767px) {
  .about_section .cols .contents {
    width: calc(100% - 115px);
  }
}
@media (max-width: 500px) {
  .about_section .cols .contents {
    width: calc(100% - 85px);
  }
}
.about_section .cols .contents .small_heading {
  margin-bottom: 15px;
  font-size: 25px;
}
@media (max-width: 920px) {
  .about_section .cols .contents .small_heading {
    font-size: 17px;
  }
}

.history {
  background: url(../images/about/history.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .history {
    background-position: center top;
  }
}
@media (max-width: 500px) {
  .history {
    overflow: hidden;
  }
}
.history .p_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 25vw;
  padding-bottom: 70px;
}
@media (min-width: 1400px) {
  .history .p_container {
    padding-top: 28vw;
  }
}
@media (max-width: 920px) {
  .history .p_container {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .history .p_container {
    padding-top: 50vw;
    padding-bottom: 1px;
  }
}
@media (max-width: 500px) {
  .history .p_container {
    margin: 0 -40px;
    width: auto;
  }
}
.history .p_container .cols {
  background: #FFFFFF;
  box-shadow: 0px 29px 46px 8px rgba(97, 97, 106, 0.25);
  padding: 37px;
  width: 260px;
  margin: 0 30px;
}
.history .p_container .cols:nth-child(2) {
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  transform: translate(0, -30%);
}
@media (max-width: 767px) {
  .history .p_container .cols:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 920px) {
  .history .p_container .cols {
    padding: 25px;
    margin: 0 15px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .history .p_container .cols {
    margin: 0 5px;
    padding: 20px;
    width: calc(33.3333333333% - 5px);
  }
}
@media (max-width: 500px) {
  .history .p_container .cols {
    padding: 15px;
    margin: 0;
  }
}
.history .p_container .cols img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .history .p_container .cols img {
    max-width: 40px;
  }
}
@media (max-width: 500px) {
  .history .p_container .cols img {
    max-width: 30px;
  }
}
.history .p_container .cols h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  color: #000;
}
@media (max-width: 920px) {
  .history .p_container .cols h2 {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .history .p_container .cols h2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .history .p_container .cols h2 {
    font-size: 17px;
  }
}
.history .p_container .cols h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  text-transform: capitalize;
  color: #292929;
}
@media (max-width: 920px) {
  .history .p_container .cols h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #777;
  }
}
@media (max-width: 767px) {
  .history .p_container .cols h3 {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .history .p_container .cols h3 {
    font-size: 11px;
  }
}

.blog_section {
  padding: 40px 0;
  background: #F2F2F2;
}
@media (max-width: 920px) {
  .blog_section {
    padding: 20px 0;
  }
}
.blog_section .blog_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog_section .blog_wrapper li {
  overflow: hidden;
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 920px) {
  .blog_section .blog_wrapper li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog_section .blog_wrapper li {
    width: 100%;
  }
}
.blog_section .blog_wrapper .blog_post {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  transition: opacity 0.2s linear;
}
.blog_section .blog_wrapper .blog_post:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.blog_section .blog_wrapper .blog_post .img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 17vw;
  max-height: 500px;
  background: no-repeat center/cover;
}
@media (max-width: 920px) {
  .blog_section .blog_wrapper .blog_post .img {
    height: 24vw;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 767px) {
  .blog_section .blog_wrapper .blog_post .img {
    height: 50vw;
  }
}
.blog_section .blog_wrapper .blog_post .img .close_btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog_section .blog_wrapper .blog_post .blog_content {
  height: calc(100% - 17vw);
  padding: 35px 35px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .blog_section .blog_wrapper .blog_post .blog_content {
    height: calc(100% - 24vw);
  }
}
@media (max-width: 767px) {
  .blog_section .blog_wrapper .blog_post .blog_content {
    height: auto;
  }
}
.blog_section .blog_wrapper .blog_post .blog_content h6 {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-transform: capitalize;
  color: #636262;
  margin-bottom: 5px;
}
.blog_section .blog_wrapper .blog_post .blog_content h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5px;
}
@media (max-width: 920px) {
  .blog_section .blog_wrapper .blog_post .blog_content h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
.blog_section .blog_wrapper .blog_post .blog_content p {
  color: #515151;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog_section .blog_wrapper .blog_post .blog_content p a {
  color: #44A31B;
  font-weight: 600;
}
.blog_section .blog_wrapper .blog_post .blog_content p a:hover {
  text-decoration: underline;
}
.blog_section .blog_wrapper .blog_post .blog_content p span {
  display: block;
}
.blog_section .blog_wrapper .blog_post .blog_content p span.list {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  color: #000;
}
.blog_section .blog_wrapper .blog_post .blog_content p span.list::before {
  content: "";
  left: 0;
  top: 10px;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #292929;
  border-radius: 50%;
}
.blog_section .blog_wrapper .blog_post .blog_content p span.o-list {
  color: #000;
  margin: 10px 0;
}
.blog_section .blog_wrapper .blog_post .blog_content p span.o-list:first-letter {
  font-weight: bold;
}
.blog_section .blog_wrapper .blog_post .blog_content p strong {
  display: block;
  font-size: 16px;
  margin: 10px 0 7px;
  color: #000;
}
.blog_section .blog_wrapper .blog_post .blog_content p strong.big-text {
  font-size: 22px;
  margin: 0 0 15px 0;
  color: #44A31B;
  line-height: 1.3;
}
.blog_section .blog_wrapper .blog_post .blog_content p strong.small-text {
  font-size: 19px;
  margin: 15px 0 10px;
}
.blog_section .blog_wrapper .blog_post .blog_content p strong.small_strong {
  font-size: 14px;
  color: #292929;
}
.blog_section .blog_wrapper .blog_post .blog_content p.original {
  display: none;
}
.blog_section .blog_wrapper .blog_post .blog_content .readmore {
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 20px 35px;
  display: block;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 20px -35px 0;
  position: relative;
  cursor: pointer;
}
.blog_section .blog_wrapper .blog_post .blog_content .readmore:hover {
  color: #000;
}
.blog_section .blog_wrapper .blog_post .blog_content .readmore::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: -14px;
  top: -14px;
  background: #F2F2F2;
  border-radius: 50%;
  box-shadow: inset -6px 0px 4px rgba(0, 0, 0, 0.05);
}
.blog_section .blog_wrapper .blog_post .blog_content .readmore::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: -14px;
  top: -14px;
  background: #F2F2F2;
  border-radius: 50%;
  box-shadow: inset 6px 0px 4px rgba(0, 0, 0, 0.05);
}
.blog_section .blog_wrapper .overlay {
  border-radius: 15px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: transparent;
}
.blog_section .blog_wrapper .overlay.blogdetails_open {
  border-radius: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
}
.blog_section .blog_wrapper .overlay.blogdetails_open .blog_post {
  margin: 70px 0;
  max-width: 1000px;
  height: auto;
  padding-bottom: 35px;
  width: 75vw;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.3s linear;
}
.blog_section .blog_wrapper .overlay.blogdetails_open .blog_post .blog_content {
  padding: 70px 70px 30px;
}
@media (max-width: 920px) {
  .blog_section .blog_wrapper .overlay.blogdetails_open .blog_post .blog_content {
    padding: 35px 35px 0;
  }
}
.blog_section .blog_wrapper .overlay.blogdetails_open .blog_post .img {
  height: 40vw;
  position: relative;
}
.blog_section .blog_wrapper .overlay.blogdetails_open .blog_post .img .close_btn {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -40px;
  pointer-events: all;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/close_white.svg) no-repeat center/contain;
}
.blog_section .blog_wrapper .overlay.blogdetails_open .blog_post p.trimmed {
  display: none;
}
.blog_section .blog_wrapper .overlay.blogdetails_open .blog_post p.original {
  display: block;
}
.blog_section .blog_wrapper .overlay.blogdetails_open .blog_post .readmore {
  display: none;
}
.blog_section .blog_wrapper .overlay.opacity {
  background-color: rgba(0, 0, 0, 0.9);
}
.blog_section .blog_wrapper .overlay.opacity .blog_post {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.contact_section {
  padding: 70px 0;
  background: #fff url(../images/about/history.png) no-repeat right bottom;
  background-size: 50vw;
}
@media (min-width: 1400px) {
  .contact_section {
    background-size: 55vw;
  }
}
@media (max-width: 1200px) {
  .contact_section {
    background-size: 460px;
  }
}
@media (max-width: 920px) {
  .contact_section {
    padding: 40px 0;
    background-size: 60vw;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .contact_section {
    padding: 30px 0;
    background-size: 100vw;
    background-position: center bottom;
  }
}
.contact_section .success-msg {
  padding: 0 50px;
  margin-top: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 1.7;
}
.contact_section .p_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1400px) {
  .contact_section .p_container {
    align-items: flex-start;
  }
}
@media (max-width: 920px) {
  .contact_section .p_container {
    flex-direction: column;
  }
}
.contact_section .form_section {
  width: 50%;
  background: #212121;
  box-shadow: 7px 0px 20px rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  padding: 70px;
}
@media (min-width: 1400px) {
  .contact_section .form_section {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .contact_section .form_section {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1024px) {
  .contact_section .form_section {
    padding: 45px;
  }
}
@media (max-width: 920px) {
  .contact_section .form_section {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact_section .form_section {
    padding: 40px 30px;
    border-radius: 25px;
  }
}
.contact_section .form_section h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .contact_section .form_section h2 {
    font-size: 20px;
  }
}
.contact_section .form_section span.star {
  color: red;
  font-weight: 600;
}
.contact_section .form_section h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  margin-bottom: 30px;
}
.contact_section .form_section .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact_section .form_section .rows {
    flex-direction: column;
  }
}
.contact_section .form_section .rows .form_field {
  margin-bottom: 35px;
  width: calc(50% - 15px);
  position: relative;
}
.contact_section .form_section .rows .form_field.full {
  width: 100%;
}
@media (max-width: 767px) {
  .contact_section .form_section .rows .form_field {
    width: 100%;
  }
}
.contact_section .form_section .rows .form_field label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .contact_section .form_section .rows .form_field label {
    font-size: 13px;
  }
}
.contact_section .form_section .rows .form_field input,
.contact_section .form_section .rows .form_field select,
.contact_section .form_section .rows .form_field textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.contact_section .form_section .rows .form_field select {
  background: url(../images/common/down.png) no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
}
.contact_section .form_section .rows .form_field select option {
  color: #000;
  line-height: 40px;
}
.contact_section .form_section .rows .form_field textarea {
  height: 90px;
  resize: none;
  line-height: 1.5;
  margin-top: 10px;
}
.contact_section .form_section .rows .form_field p.error {
  display: none;
  position: absolute;
  left: 0;
  color: red;
  font-size: 12px;
  font-weight: 400;
  z-index: 1;
}
.contact_section .form_section .submit {
  width: 160px;
  border: 0;
  height: 43px;
  background: #44A31B;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 999px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.005em;
  position: relative;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.contact_section .form_section .submit:hover {
  color: #000;
  background: #fff;
}
.contact_section .form_section .submit.loading {
  pointer-events: none;
  background: url(../images/common/load.svg) no-repeat center center;
  background-size: 85px;
  font-size: 0;
}
@keyframes l {
  to {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes l {
  to {
    background-size: 100% 100%;
  }
}
.contact_section .contact_details {
  width: 50%;
  padding-left: 80px;
  padding-top: 80px;
}
@media (min-width: 1400px) {
  .contact_section .contact_details {
    width: 55%;
    height: 100%;
    padding: 20px 80px 23vw;
  }
}
@media (max-width: 1200px) {
  .contact_section .contact_details {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .contact_section .contact_details {
    padding-left: 50px;
  }
}
@media (max-width: 920px) {
  .contact_section .contact_details {
    width: 100%;
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .contact_section .contact_details {
    padding-bottom: 45vw;
  }
}
.contact_section .contact_details h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact_section .contact_details h2 {
    font-size: 20px;
  }
}
.contact_section .contact_details p {
  padding-left: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 15px;
}
.contact_section .contact_details p.email {
  text-transform: none;
}
.contact_section .contact_details p a {
  color: #000;
}
.contact_section .contact_details p.address {
  background: url(../images/common/address_black.png) no-repeat left 2px;
}

.home_blog_details {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  display: none;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
}
.home_blog_details h6 {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-transform: capitalize;
  color: #636262;
  margin-bottom: 5px;
}
.home_blog_details h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5px;
}
@media (max-width: 920px) {
  .home_blog_details h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
.home_blog_details p {
  color: #515151;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home_blog_details p a {
  color: #44A31B;
  font-weight: 600;
}
.home_blog_details p a:hover {
  text-decoration: underline;
}
.home_blog_details p span {
  display: block;
}
.home_blog_details p span.list {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  color: #000;
}
.home_blog_details p span.list::before {
  content: "";
  left: 0;
  top: 10px;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #292929;
  border-radius: 50%;
}
.home_blog_details p span.o-list {
  color: #000;
  margin: 10px 0;
}
.home_blog_details p span.o-list:first-letter {
  font-weight: bold;
}
.home_blog_details p strong {
  display: block;
  font-size: 16px;
  margin: 10px 0 7px;
  color: #000;
}
.home_blog_details p strong.big-text {
  font-size: 22px;
  margin: 0 0 15px 0;
  color: #44A31B;
  line-height: 1.3;
}
.home_blog_details p strong.small-text {
  font-size: 19px;
  margin: 15px 0 10px;
}
.home_blog_details p strong.small_strong {
  font-size: 14px;
  color: #292929;
}
.home_blog_details p.original {
  display: none;
}
.home_blog_details .blog_post {
  margin: 70px 0;
  max-width: 1000px;
  height: auto;
  padding-bottom: 35px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  width: 75vw;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.3s linear;
}
.home_blog_details .blog_post .img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 17vw;
  max-height: 500px;
  background: no-repeat center/cover;
}
@media (max-width: 920px) {
  .home_blog_details .blog_post .img {
    height: 24vw;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 767px) {
  .home_blog_details .blog_post .img {
    height: 50vw;
  }
}
.home_blog_details .blog_post .img .close_btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home_blog_details .blog_post .blog_content {
  padding: 70px 70px 30px;
}
@media (max-width: 920px) {
  .home_blog_details .blog_post .blog_content {
    padding: 35px 35px 0;
  }
}
.home_blog_details .blog_post .img {
  height: 40vw;
  position: relative;
}
.home_blog_details .blog_post .img .close_btn {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -40px;
  pointer-events: all;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/close_white.svg) no-repeat center/contain;
}
.home_blog_details .blog_post p.trimmed {
  display: none;
}
.home_blog_details .blog_post p.original {
  display: block;
}
.home_blog_details .blog_post .readmore {
  display: none;
}
.home_blog_details.show_modal {
  background-color: rgba(0, 0, 0, 0.9);
}
.home_blog_details.show_modal .blog_post {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog_open .hide_on_popup {
  display: none !important;
}

.whatsapp_link {
  position: fixed;
  background: #29a71a;
  border-radius: 50%;
  bottom: 20px;
  right: 3vw;
  width: 45px;
  height: 45px;
  z-index: 50;
}
@media (max-width: 1366px) {
  .whatsapp_link {
    right: 40px;
  }
}
@media (max-width: 920px) {
  .whatsapp_link {
    bottom: 20px;
    right: 20px;
  }
}
.home_page .whatsapp_link {
  bottom: 90px;
}
@media (max-width: 920px) {
  .home_page .whatsapp_link {
    bottom: 20px;
  }
}
.whatsapp_link::before {
  pointer-events: none;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(68, 163, 27, 0.5);
  border: 1px solid rgba(68, 163, 27, 0.5);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  animation: zoom 3.5s linear 0.3s infinite forwards normal;
  -moz-animation: zoom 3.5s linear 0.3s infinite forwards normal;
}
.whatsapp_link::after {
  pointer-events: none;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(68, 163, 27, 0.5);
  border: 1px solid rgba(68, 163, 27, 0.5);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  animation: zoom 3s linear 0s infinite forwards normal;
  -moz-animation: zoom 3s linear 0s infinite forwards normal;
  opacity: 0.5;
}
.whatsapp_link .close {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  z-index: 60;
  background: #fff url(../images/common/close.png) no-repeat center;
  background-size: 10px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 920px) {
  .whatsapp_link .close {
    display: none;
  }
}
.whatsapp_link:hover .close {
  pointer-events: all;
  opacity: 1;
}
.whatsapp_link .link {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/common/whatsapp.png) no-repeat center/contain;
  position: relative;
  animation: zoom_big 3.5s linear 0s infinite both normal;
  -moz-animation: zoom_big 3.5s linear 0s infinite both normal;
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes zoom_big {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoom_big {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.preloader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  max-width: 150px;
  display: block;
}

.success-msg.with_icon {
  padding: 50px 0 0;
  background: url(../images/common/success.png) no-repeat left top;
  background-size: 40px;
}

.export_page .about_section .top_row .left {
  background-image: url(../images/export/export.jpg);
}
.export_page .head {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #292929;
  margin: 45px 0 30px 0;
  font-weight: bold;
  line-height: 1.5;
  text-transform: capitalize;
}
.export_page .middle_row {
  margin: 10px 0;
}
.export_page .middle_row li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 30px 30px 30px 17vw;
  background: url(../images/export/1.jpg) no-repeat -50px center;
  background-size: 22vw;
  background-blend-mode: multiply;
  min-height: 250px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.export_page .middle_row li.coconut {
  background-image: url(../images/export/3.jpg);
}
.export_page .middle_row li.seasame {
  background-image: url(../images/export/2.jpg);
}
@media (max-width: 920px) {
  .export_page .middle_row li {
    background-image: none !important;
    padding: 30px;
    min-height: unset;
  }
}
.export_page .middle_row li:hover {
  background-color: #44A31B;
}
.export_page .middle_row li:hover h4 {
  color: #000;
}
.export_page .middle_row li h4 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #44A31B;
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.export_page .middle_row li p {
  margin-bottom: 5px;
}
.export_page .middle_row li p:last-of-type {
  margin: 0;
}
.export_page.private_labelling_page .about_section .top_row .left {
  background-image: url(../images/private/2.jpg);
}

/*# sourceMappingURL=style.css.map */
