@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

  --red: #e91e2a;

  --black: #222222;

}

body{

    font-family: 'Inter', sans-serif;

    color: #424242;

    font-size: 15px;

    /* overflow-x: clip; */

}
/* body .container{
  overflow-x: hidden;
  overflow-y: initial;
} */

.mmfont{

    font-family: "Padauk-Regular";

}

h1,h2,h3,h4,h5,h6{

  font-family: 'Playfair Display', serif;

  font-weight: 300;

}

p {

  font-size: 15px;

  font-family: 'Inter', sans-serif;

  color: #616161;

  font-weight: 400;

  line-height: 2;

  margin-bottom: 0px;

}

a{

  transition: all .2s;

}

a:hover, a:focus{

  text-decoration: unset;

}

.readmore {

  background: var(--red);

  color: #fff;

  display: inline-block;

  padding: 19px 58px;

  border-radius: 30px;

  transition: all .3s;

}

.readmore:hover {

  background: var(--black);

  color: #fff;

}



.dropdown-item{

  border-bottom: 1px solid #fff;

}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {

  background: var(--red);

  color: #fff;

}



/* MMenu */

.mm-listitem_selected>.mm-listitem__text {

  background: var(--red);

  color: #fff !important;

}

.menu-wrapper .navbar-toggler {
  padding: 5px 12px;
}

/*------------- go to top strat---------------*/

.scrollToTop {

  text-decoration: none;

  cursor: pointer;

  background: var(--black);

  position: fixed;

  bottom: 60px;

  right: 30px;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  z-index: 999;

  text-align: center;

  line-height: 40px;

  font-size: 20px;

  color: #fff;

  transition: all .3s;

}

.scrollToTop:hover {

  background: #333;

}



  /* navbar */

  .menu-wrapper {

    border-bottom: 10px solid var(--red);

    box-shadow: 0px 40px 80px -62px rgb(0 0 0 / 75%);

}

  .navbar{

      background-color: transparent !important;

      z-index: 999;

      padding: 0;

  }

 

  .nav-item.active {

    position: relative;

  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: #000;

}

.navbar-light .navbar-nav .nav-link {

  color: #000;

  font-size: 15px;

  text-transform: uppercase;

  padding: 40px 33px 20px;

  text-transform: capitalize;

  font-size: 17px;

  font-weight: 500;

}

.navbar-nav{

    border-radius: 6px;

    padding-top: 0px;

}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {

  color: var(--red);

  border-radius: 5px;

  position: relative;

}

.nav .no-hover a:hover {

    background-color: transparent;

}

.no-hover a {

    cursor: default;

}

.nav.navbar-nav.footer-nav li > a:hover {

    background-color: transparent;

}

.nav.navbar-nav.footer-nav li > a {

	color: #fff;

	font-size: 13px;

	padding-right: 15px;

	font-weight: bold;

	padding-left: 0px;

}

.header-contact {

  font-weight: 500;

  font-size: 15px;

  display: flex;

  align-items: center;

  float: right;

}

.header-contact img {

  margin-right: 7px;

}

.header-contact a {

  color: var(--red);

  display: block;

  font-weight: bold;

  font-size: 16px;

}



/* banner */

.ccaption p {

  color: #fff;

  text-transform: uppercase;

}

.ccaption p a::after {

  content: "";

  position: absolute;

  width: 10px;

  height: 10px;

  background: #fff;

  border-radius: 100%;

  bottom: 3px;

  right: -55px;

}

.ccaption p a::before {

  content: "";

  position: absolute;

  width: 41px;

  border-bottom: 1px solid #fff;

  right: -54px;

  bottom: 7px;

}

.vendor {

  position: relative;

  z-index: -1;

  background: url(../img/page-header-bg.jpg) no-repeat top;

    background-size: auto;

  -webkit-background-size: cover;

  background-size: cover;

  min-height: 300px;

  display: flex;

  align-items:center;

  justify-content: center;

}

.vendor::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background: rgba(23, 20, 20, 0.7);

  z-index: -1;

}

.vendor .ccaption {

    color: #fff;

    text-align: center;

}

.vendor h1 {

  color: #ffffff;

  font-size: 50px;

  line-height: 1em;

  letter-spacing: -0.04em;

  text-transform: capitalize;

}

.ccaption p {

  color: #fff;

}

.ccaption a {

  color: rgb(223, 31, 42);

  position: relative;

  margin-right: 60px;

}

.pd50{

    padding-top:50px;

    padding-bottom:50px;

}

.mb30{

    margin-bottom: 30px;

}



/* Home Page Start */

section.about {

  padding: 70px 0 25px;

}

section.about .img-grid {

  padding: 35px 0;

}

.img-grid img {

  border-radius: 7px;

}

section.about .img-grid .col-md-4:nth-child(2) img {

  margin-top: 60px;

}

section.about .img-grid .col-md-4:first-child img {

  margin-top: 120px;

}



section.types {

  text-align: center;

}

section.types p {

  max-width: 800px;

  margin: auto;

}

section.types .item{

  width: 20%;

  max-width: 250px;

  margin: auto;

}

section.types .item .wrap {

  margin: 10px 15px;

}

section.types .item .circle {

  border-radius: 50%;

  overflow: hidden;

  margin-bottom: 30px;

}

section.types img {

  transition: all .3s;

}

section.types .product-name span {

  display: inline-block;

  width: 100%;

  font-size: 18px;

  font-weight: 500;

  margin: 2px 0;

  min-height: 55px;

}

section.types .item:hover img {

  transform: scale(1.2);

}

section.types .item-group {

  margin: 60px 0 40px;

}



/* about-us */

.section-title {

  color: rgb(66, 63, 63);

}

.our-factory{

margin: 0rem;

}

.factory-single-img {

  position: relative;

}

.factory-box .overlay-content p {

  position: relative;

  display: inline-block;

  color:#fff;

  font-size: 12px;

  line-height: 22px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  background: var(--agriox-base, rgb(223, 31, 42));

  padding: 5px 20px 5px;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  margin-bottom: 0px;

}

.factory-box .factory-single-img::before {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  width: 100%;

  content: "";

  background-color: rgba(223, 31, 42, 0.2);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  opacity: 0;

  z-index: 1;

}

.factory-box:hover .factory-single-img::before {

  opacity: 1;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);

}

.factory-box .overlay-content h4 {

  position: relative;

  display: block;

  font-size: 24px;

  line-height: 34px;

  font-weight: 700;

  background:rgb(66, 63, 63);

  border-top-right-radius: 10px;

  padding:20px 30px 20px;

  font-size: 20px;

  font-family: 'Inter';

  color:#ffff;

}

.factory-box .overlay-content {

  z-index: 1;

  margin-top: -70px;

  position: relative;

  width: 90%;

  margin-left: auto;

  margin-right: auto;

}

.factory-box {

  position: relative;

  display: block;

  border-radius: 10px;

  margin-bottom: 50px;

}



.section-title p {

  line-height: 1.8;

  margin-left: 20px;

}

.section-title b,b{

  font-weight: 800;

}

.section-title h2 {

  margin-left: 20px;

  margin-bottom: 5px;

  font-weight: 400;

  font-size: 25px;



}

.section-title {

  /* margin-bottom: 1.7rem; */

  margin-bottom: 2rem;

/* border-left: solid 4px rgb(223, 31, 42); */

  font-weight: bold;

  font-size: 35px;

}

.section-title span {

  color: var(--red);

}

.border-box {

  text-align: center;

  min-height: 300px;

  padding: 10px;

}

.border-box img {

  margin-bottom: 20px;

  transition: all 0.3s ease;

}

.border-box h4{

  font-weight: bold;

}

.border-box:hover img{

  transform: rotateY(180deg);

  transition-delay: 0.3s;

}

.cert-list a {

  width: 50%;

}

.cert-list{

  display: flex;

}

.award-item img{

  border: 2px solid #ededed;

  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);

  transition: 0.3s;

}

.social-list {

  margin-top: 30px;

}

.social-list .icon {
  border-radius: 100%;
  background: rgba(233, 30, 42, 0.07);
  color: #e91e2a;
  font-size: 32px;
  transition: 0.3s ease-in-out;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  margin-right: 10px;
}

.social-list .icon:hover {

  background: rgb(233, 30, 42);

  color: #fff;

}

.small, small {

  font-size: 80%;

  font-weight: 500 !important;

  color: #747474;

}

.form-control {

  display: block;

  width: 100%;

  height: calc(4.25rem + 2px);

  padding: .375rem .75rem;

  font-size: 1rem;

  line-height: 1.5;

  color: #495057;

  background-color: #fff7f7;

  background-clip: padding-box;

  border: 1px solid #feeff0;

  border-radius: .25rem;

  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  box-shadow: none;

}

.form-control:focus{

  background-color: #fff7f7;

  background-clip: padding-box;

  border: 1px solid #feeff0;

  box-shadow: none;

}

.contact-page__contact-info-title {

  position: relative;

  display: block;

  padding-right: 55px;

}

.contact-page__contact-info-title h2 {

  font-size: 30px;

  line-height: 40px;

  letter-spacing: -0.04em;

}

.contact-page__contact-info-list {

  position: relative;

  display: block;

}

.contact-page__contact-info-list ul {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.contact-page__contact-info-list ul li:first-child {

  margin-left: 0;

}

.contact-page__contact-info-list ul li {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-right: 1px solid #eceae0;

  margin-left: 40px;

  padding-right: 25px;

}

.contact-page__contact-info-list ul li .icon {

  position: relative;

  display: inline-block;

  min-width: 50px;

  height: 50px;

  border-radius: 50%;

  text-align: center;

  background: #e91e2a;

  color: #ffffff;

  -webkit-transition: all 200ms linear;

  transition: all 200ms linear;

    transition-delay: 0s;

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

}

.contact-page__contact-info-list ul li .title p {



    color: #212529;

    font-size: 18px;

    line-height: 22px;

    font-weight: 700;



}

.contact-page__contact-info-list ul li .icon {

  text-align: center;

  color: #ffffff;

  display: flex;

align-items: center;

justify-content: center;

font-size: 20px;

}

.contact-page__contact-info-list ul li:last-child {

  border: none;

}

.contact-page__contact-info-wrapper {

  position: relative;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: #ffffff;

  padding: 60px 10px;

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  border-radius: 10px;

  margin-bottom: -60px;

  z-index: 2;

}

.contact-page__contact-info-list ul li .title {

  position: relative;

  display: block;

  line-height: 0;

  padding-left: 20px;

  max-width: 350px;

}

.contact-page__contact-info-list ul li .title p {

  margin-top: 10px;

}

@media only screen and (min-width: 768px) and (max-width: 991px){

.contact-page__contact-info-list ul {

  display: block;

}

}

@media only screen and (max-width: 767px){

.contact-page__contact-info-list ul {

  display: block;

}

.contact-page__contact-info-list ul li .icon {

  margin-bottom: 20px;

}

}

.btn-submit:before{

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 10px;

    height: 100%;

    background: rgba(233, 30, 42, 0.15);

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;

    content: "";

    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transition: 700ms ease;

    transition: 700ms ease;

    z-index: -1;

}

.btn-submit {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  border: none;

  outline: none !important;

  background-color: var(--agriox-base, #feeff0);

  color: var(--agriox-primary, #e91e2a);

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 18px 50px 18px;

  border-radius: 10px;

  letter-spacing: 0.1em;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  overflow: hidden;

  z-index: 1;

}

.btn-submit:hover{

  color:#fff;

}

.btn-submit:hover::before {



  width: 100%;

  opacity: 1;

  -webkit-transform: scale(1.5);

  transform: scale(1.5);

  border-radius: 0;

  background: #e91e2a;

}

.products .first-section p {

  text-align: justify;

}

.p-title {

  background: #e9212b;

  padding: 10px;

  color: #fff;

  font-weight: bold;

  text-align: center !important;

  font-size: 20px;

  margin: 0;

}

.p-title {

  background: rgba(233, 30, 42, 0.05);

  padding: 20px;

    padding-top: 20px;

  color: #e91e2a;

  font-weight: bold;

  text-align: center !important;

  font-size: 19px;

  margin: 0;

    margin-top: 0px;

  border-radius: 29px;

  padding-top: 105px;

  margin-top: -94px;

  line-height: 1.8;

}

.products img {

  border-radius: 100%;

  overflow: hidden;

  box-shadow: 0px 10px 60px 0px rgb(254, 243, 244);

}

.border-b{

  border-bottom: 1px solid #eee;

}

.products li::marker {

  content: "\f058";

  font-family: "Font Awesome 6 Free";

  color: #000;

  font-weight: bold;

  font-size: 18px;

}

.products li {

  padding-left: 10px;

  line-height: 1.7;

  color: #616161;

  font-size: 15px;

}

.products .first-section h4,.products .modal h4 {

  margin-left: 20px;

  position: relative;

margin-bottom: 22px;

font-weight: bold;

text-shadow: 0px 1px 1px #000;

color: #e91e2a;

font-size: 20px;

}

.products .first-section h4::before,.products .modal h4:before {

  content: "";

  position: absolute;

  width: 40px;

  height: 40px;

  background: rgba(233, 30, 42, 0.05);

  border-top-right-radius: 20%;

  border-bottom-left-radius: 20%;

  left: -13px;

  transform: rotate(45deg);

  top: -3px;

  z-index: 1;

}

.pr-box p, .pr-box ul {

  text-align: justify;

}

.thumbnail-box {

  display: block;

  position: relative;

  z-index: 2;

  background: #eee;

  padding: 20px 0px;

  text-align: center;

  margin-bottom: 100px;

  min-height: 425px;

  overflow: hidden;

}

.thumbnail-box:hover {

  overflow: unset;

}

.thumbnail-box .btn-danger {

  color: #fff;

  background-color: rgb(51, 51, 51);

  border-color: rgb(51, 51, 51);

  border-radius: 10px;

  margin-bottom: -71px;

  z-index: 999;

  position: absolute;

  left: 0;

  right: 0;

  width: 120px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  bottom: -18px;

  z-index: 999;

  font-size: 15px;

}

.thumbnail-box img {

 

  border-radius: 100%;

  width: 300px;

  height: 300px;

  object-fit: cover;

  transition: 0.5s all ease;

}

.thumbnail-box:hover img {

  transform: scale(1.1);

}

.thumbnail-box * + h4 {

  margin-top: 0;

}

.thumbnail-box h4 {

  position: absolute;

  display: block;

  text-align: center;

  left: 0;

  right: 0;

  width: 100%;

  padding: 20px;

  background: rgba(233, 30, 42, 0.8);

  bottom: -7px;

  color: #fff;

  opacity: 1;

  z-index: 3;

  transition: 0.6s all ease;

  font-size: 20px;

}

.thumbnail-box:hover h4 {

  bottom: -9px;

  padding-bottom: 37px;

}

.thumbnail-box .thumbnail-box_overlay {

  display: inline-block;

  position: absolute;

  left: 0;

  top: -100px;

  bottom: 100%;

  right: 0;

  opacity: 0;

  transition: 0.5s all ease;

  color: #ffffff;

  background: transparent;

  padding: 10px;

}

.thumbnail-box:hover .thumbnail-box_overlay {

  bottom: 0;

  top: unset;

  opacity: 1;

  background: transparent;

}

.thumbnail-box p,.thumbnail-box ul li ,.thumbnail-box ul li::marker{

  color: #fff;

}

.modal-header {

  border: none;

}

.close {

  font-size: 35px;

  color: #000;

  opacity: 1;

}

.modal-body {

  padding-bottom: 50px;

}

@media(max-width:991px){

  .products .first-section p{

    margin-bottom: 30px;

  }

}

.products .img-box img {

  border-radius: 27px;

}

.products .img-box {

  position: relative;

  margin-right: 10px;

  margin-bottom: 10px;

}

.products .img-box::after {

  content: "";

  background: url(../img/wave-bg.png);

  left: 0;

  right: 0;

  height: 20px;

  bottom: 0;

  position: absolute;

}

.products .img-box::before {

  content: "";

  background: url(../img/wave-bg.png);

  left: 0;

  right: 0;

  height: 20px;

  top: 0;

  position: absolute;

  transform: rotate(180deg);

}

.products .img-box img {

  border-radius: 27px;

  box-shadow: none;

  max-width: 365px;

  margin: auto;

}

.pr-box {

  border: 1px solid #eee;

  padding: 20px;

  box-shadow: 0px 10px 60px 0px rgb(254, 243, 244);

  margin-bottom: 20px;

  text-align: center;



}

.pr-box h4 {

  font-size: 23px;

  text-transform: capitalize;

  position: relative;

  padding-bottom: 20px;

}

.pr-box h4::after {

  content: "";

  width: 50px;

  border-bottom: 2px solid #e91e2a;

  position: absolute;

  left: 50%;

  transform: translate(-50%);

  bottom: 0;

}

/* .thumb .sub-item {

  position: absolute;

  width: 50%;

  left: -10%;

  right: 0;

  bottom: -5%;

} */

.thumb .sub-item img {

  box-shadow: none;

}

.thumb h4 {

  float: left;

}

.thumb img {

  float: right;

}

.mw380 {

  max-width: 380px;

  margin: auto;

    margin-bottom: auto;

}

.thumb {

  position: relative;

}

.products .thumb img {

  border-radius: 5px;

  overflow: hidden;

  border-top-left-radius: 20px;

  border-bottom-right-radius: 20px;

}

.sub-item h4 {

  width: 50%;

}

.sub-item {

  height: 50%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.sub-item:nth-child(2) {

  flex-direction: row-reverse;

  align-items: center;

}

.pd100 {



    padding-top: 100px;

    padding-bottom: 100px;



}

.sub-item:nth-child(2) h4 {

  margin-left: 55px;

  margin-top: 38px;

}

.sub-item .title {

  width: 50%;

  width: 200px !important;

  height: 200px !important;

  background: #fff;

  border-radius: 5px;

    border-top-left-radius: 5px;

    border-bottom-right-radius: 5px;

  overflow: hidden;

  border-top-left-radius: 20px;

  border-bottom-right-radius: 20px;

  box-shadow: -8px 0px 7px -3px rgb(205, 205, 205);

  display: flex;

  align-items: center;

  justify-content: center;

}

.sub-item:nth-child(2) .title {

  box-shadow: -2px 5px 7px -3px rgb(205, 205, 205);

}

@media(max-width:991px){

.thumb{

  margin-bottom: 30px;

}

}

.sec-section {

  background: url(../img/36.png) repeat-x bottom center #eff2f5;

  padding-top: 100px;

  padding-bottom: 100px;

}

.bgbg {

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  padding-top: 50px;

  padding-bottom: 50px;

}

.imglist {

  width: 20%;

  position: relative;

  z-index: 2;

  text-align: center;

}

.imglist img {

  border-radius: 100%;

  margin: 5px;

  background: rgba(255, 255, 255, 0.8);

  padding: 6px;

  max-width: 112px;

}

.bgbg .imglist img{

  animation:spin 20s linear infinite;

}

.imglist .image:nth-child(2) {



    text-align: left;



}

.content {

  width: 70%;

  position: relative;

  z-index: 2;

  text-align: justify;

}

.bgbg::after {

  content: "";

  position: absolute;

  top: 0;

  left: 15%;

  right: 0;

  bottom: 0;

  background: rgba(255, 255, 255, 0.6);

  z-index: 1;

  border-radius: 10px;

  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);

}

@-moz-keyframes spin { 

  100% { -moz-transform: rotate(360deg); } 

}

@-webkit-keyframes spin { 

  100% { -webkit-transform: rotate(360deg); } 

}

@keyframes spin { 

  100% { 

      -webkit-transform: rotate(360deg); 

      transform:rotate(360deg); 

  } 

}

@media (max-width:991px){

  .bgbg::after {

    left: 0;

    top: 15%;

  }

  .bgbg {

    margin-top: 0px;

    padding-top: 0px;

    flex-direction: column;

  }

  .imglist {

    display: flex;

    flex-direction: row;

    width: 100%;

    justify-content: center;

    min-height: 150px;

    align-items: flex-end;

  }

  .content {

    width: 100%;

    padding: 20px;

  }

  .imglist .image:nth-child(2) {

    align-self: flex-start;

  }

}

.owl-dot {

  background: #fae2e2 !important;

  width: 10px;

  height: 10px;

  margin: 10px;

  border-radius: 100%;

}

.owl-dots {

  text-align: center;



}

button:focus,button:active{

  outline: 0;

}

.owl-nav{

  display: none;

}

.owl-dot.active{

  background: var(--red) !important;

  position: relative;

}

.owl-dot.active::after {

  content: "";

  position: absolute;

  width: 23px;

  height: 23px;

  border: 1px solid var(--red);

  top: -60%;

  left: -61%;

  right: 0;

  bottom: 0;

  border-radius: 100%;

}

.factory-box {

  position: relative;

  display: block;

  border-radius: 10px;

  margin-bottom: 50px;

  padding: 0px;

  background: #fff6f6;

  padding: 20px;

  border-radius: 20px;

  border: 5px solid #fffbfb;

}

.factory-box .overlay-content {

  z-index: 1;

  margin-top: -214px;

  position: relative;

  width: 90%;

  margin-left: unset;

  margin-right: auto;

  max-width: 300px;

  border-bottom-left-radius: 20px;

  overflow: hidden;

}

.factory-single-img {

  position: relative;

}

.factory-box iframe {

  border-radius: 20px;

  overflow: hidden;

}

.factory {

  position: relative;

  background: #f2f4f5;

  padding: 20px;

  border-radius: 20px;

  border: 5px solid #f9fafa;

}

.factory iframe {

  position: absolute;

  top: 60px;

  transition: 1s all ease-in-out;

  left: 20px;

  right: 20px;

  width: calc( 100% - 40px );

}

.mb50{

  margin-bottom: 50px;

}

.factory img{

  margin-top: 100px;

}

.factory iframe {

  height: 30%;

  background-color: #fff;

  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);

 padding:5px

}

.factory:hover iframe {

  height: 80%;

}

.factory h4 {

  background: #e9212b;

  color: #fff;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  padding: 15px;

  max-width: 130px;

  margin-top: -12px;

  font-weight: bold;

  font-size: 18px;

  font-family: 'Inter' !important;

}



/* Product Styles Start */

.slick-prev, .slick-next {

  background: var(--red);

  width: 25px;

  height: 25px;

  text-align: center;

  border-radius: 5px;

}

.slick-prev {

  left: -7px;

  z-index: 999;

}

.slick-next{

  right: -6px;

}

.slick-prev:before{

  content: "\f104" !important;

  font-family: "FontAwesome";

}

.slick-next:before{

  content: "\f105" !important;

  font-family: "FontAwesome";

}



.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus{

  background: #e91e2a;

}

.products .content {

  width: 100%;

  text-align: center;

}

ul.slick-dots {

  text-align: center;

  bottom: -12px;

}

.slick-dots li button:before {

  font-size: 35px;

}

.slick-dots li.slick-active button:before {

  color: var(--red);

}

.slick-dots li {

  margin: 0;

}



.seed-box {

  text-align: center;

  margin-top: 45px;

}

.seed-box img {

  max-width: 270px;

  image-rendering: -webkit-optimize-contrast;

}



.products.others img {

  border-radius: 10px;

  box-shadow: unset;

  margin-bottom: 5px;

}

/* Footer Start */

footer {

  background: var(--red);

  padding-top: 7px;

}

.footer-top {

  background: url(/img/footer-bg.jpg);

  background-size: cover;

  background-position: 0% 25%;

  padding: 50px 0px 30px;

  position: relative;

}

.footer-top:before {

  content: "";

  position: absolute;

  background: #00000017;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

}

.footer-top .container {

  position: relative;

}

.footer-top p {

  color: #fff;

  font-weight: bold;

  font-size: 16px;

}

.footer-logo {

  border-bottom: 2px solid #f8e357;

  margin-bottom: 35px;

}

footer .social {

  background: #fff;

  border-radius: 100%;

  font-size: 40px;

  box-shadow: inset 0px 0px 3px 1px;

  color: #4267B2;

  margin-left: 10px;

}

footer .social {
  background: #fff;
  border-radius: 100%;
  font-size: 30px;
  margin-left: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .viber-icon.social{
  color: #59267c;
}
footer .viber-icon.social:hover {
    background: #59267c;
    color: #fff;
}
footer .whatsapp-icon.social{
  color: #34B7F1;
}
footer .whatsapp-icon.social:hover {
  background: #34B7F1;
  color: #fff;
}

footer .copyright {

  color: #fff;

  padding: 12px 0;

  font-size: 14px;

  text-align: center;

}

footer .copyright a {

  color: #fff;

  border-bottom: 2px solid #ffffff82;

}

footer .copyright a:hover {

  color: #ffffffc2;

}



/* Media Query Start */

@media(max-width: 1199px){

  .navbar-light .navbar-nav .nav-link{

    padding: 30px 20px 20px; 

  }

  .custom-container {

      margin: 0px 15px;

  }

  section.types .item {

      width: 33.333333%;

  }

  .footer-top{

    padding: 20px 0px 30px;

  }

  .contact-page__contact-info-wrapper{

    padding: 40px 10px;

  }

  .contact-page__contact-info-list ul{

    align-items: center;

    flex-wrap: wrap;

  }

  .contact-page__contact-info-list ul li{

    margin: 15px 0;

  }

}



@media(max-width: 991px){

  section.about .readmore {

      margin-top: 20px;

  }

  .border-box{

    min-height: unset;

  }

  .sec-section{

    padding: 60px 0;

  }
  .safety-policy .bgbg::after {
        right: 0% !important;
    top: 0%;
    left: 0% !important;
    bottom: 8%;
  }

}



@media(max-width: 767px){
  .safety-policy .bgbg::after {
    right: 0% !important;
    top: 0%;
       bottom: 4%;
  }
  .safety-policy .bgbg ul li {
    text-align: left;
  }

  section.about {

    padding: 40px 0 25px;

  }

  section.about .img-grid .col-md-4:first-child img{

    margin-top: 15px;

  }

  section.about .img-grid .col-md-4:nth-child(2) img {

    margin-top: 25px;

  }

  .img-grid img {

    max-width: 500px;

    width: 100%;

    display: block;

    margin: auto;

  }

  .footer-top {

    padding: 0px 0px 15px;

  }

  .contact-page__contact-info-list ul li{

    padding: 0;

  }

}



@media(max-width: 575px){

  section.types .item {

      width: 50%;

  }

  section.types .item-group {

    margin: 40px 0;

  }

  footer .copyright{

    padding: 7px 0;

    font-size: 13px;

  }

  .vendor{

    min-height: 250px;

  }

  .pd50 {

    padding-top: 40px;

    padding-bottom: 40px;

  }

  .cert-list{

    flex-wrap: wrap;

  }

}

@media(max-width: 425px){
  .bgbg .imglist img{
    max-width: 85px;
  }
  .navbar-brand{
    margin: auto;
    position: relative;
    right: -20px;
  }
}

@media(max-width: 375px){

  .img-grid img{

    height: 300px;

    object-fit: cover;

  }

  section.types .product-name span{

    min-height: unset;

  }

  section.types .item .circle{

    margin: 15px 0;

  }

  .footer-logo{

    margin-bottom: 20px;

  }

  .vendor {

    min-height: 200px;

  }

  .vendor h1{

    font-size: 40px;

  }

  .contact-page__contact-info-list ul{

    padding: 0;

  }

  .contact-page__contact-info-list ul li{

    border: unset;

  }

  section.types .item {

    width: 100%;

  }

  .contact-page__contact-info-wrapper{

    padding: 25px 10px;

  }
  .contact-page__contact-info-list ul li .title p{
    font-size: 16px;
  }
  .form-control{
    height: calc(3.25rem + 2px);
  }
  .contact h1{
    font-size: 34px;
  }
}



/* Min width */

@media (min-width: 1200px){

  .custom-container {

      max-width: 1450px;

      width: 100%;

      padding: 0px 15px;

      margin: auto;

  }

}
.imground {
    border-radius: 50% !important;
    border: 2px solid #6a626085;
    padding: 5px;
}

@media(min-width: 1350px) {
  .customizecontainer{
    max-width: 1350px;
  }
}

.safety-policy .bgbg::after {
    left: 7%;
    /* max-width: 90%; */
    right: 7%;
}

.safety-policy  .imglist {
    display: none;
}
.safety-policy .bgbg ul{
  padding-left: 8px;
margin-top: 10px;
}
.safety-policy .bgbg ul li {
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
}
.safety-policy .bgbg ul li::before{
  content: "\2611";
      color: var(--red);
      font-weight: bold;
      min-width: 30px;
}