@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --red: #b51c1b;
  --body: "Outfit", sans-serif;
}

html {
  overflow-x: hidden;
  image-resolution: inherit;
}

body {
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
  width: 100%;
  height: 100%;
  background: #fff;
  image-resolution: inherit;
}

.col-md-4 {
  position: relative;
}

.sec-pad {
  padding-bottom: 130px;
  padding-top: 130px;
}

.container-fluid {
  padding: 0px !important;
}

.sec-head {
  padding-bottom: 50px;
}

.sec-head-testi {
  padding-bottom: 10px;
}

.sec-head-s {
  padding-bottom: 20px;
}

.sec-head h4 {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sec-head-testi h3 {
  color: #000;
  font-weight: 600;
  text-align: center;
}

.sec-head-s h4 {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.black h4 {
  color: #000;
}

img {
  height: 100%;
  width: 100%;
}

.filler-1 {
  height: 4px;
  width: 90px;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
  border-radius: 3px;
  margin-left: 0px;
}

.bred-cumb {
  color: #fff;
  padding: 10px;
}

.sec-pad-b {
  padding-bottom: 120px;
  padding-top: 120px;
}

.m-c {
  margin-top: 70px;
}

.service-banner {
  background: url(../img/service-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-heading h2 {
  color: #fff;
  text-align: center;
}

.sec-head-cont {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  padding-bottom: 30px;
}

-- top bar -- .top-bar {
  background: #000;
  height: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.t-c-c {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.t-c-c li {
  display: inline;
  justify-content: center;
  text-align: center;
  width: 33.33%;
  border-right: 1px solid #e6e6e6;
}

.t-c-c li:last-child {
  border-right: 0px solid #e6e6e6;
}

.t-c-c li a {
  color: #fff;
  text-decoration: none;
}

.t-c-c li a svg {
  margin-right: 15px;
}

/*-- menu area --*/
.menu-dsk {
  background: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.offcanvas-start {
  width: 100%;
  border-right: 0px !important;
  background: #fff;
  height: 100%;
}

.logo {
  width: 20%;
}

.logo ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.logo ul li {
  display: inline;
  list-style: none;
  padding-right: 15px;
}

.logo ul li:nth-child(1) {
  display: none;
}

.logo ul li a {
  text-decoration: none;
  color: #000;
}

.menu-cs {
  font-size: 34px;
  margin-top: -15px !important;
}

.logo ul li:nth-child(1) a img {
  height: 30px;
  width: 30px;
}

.logo ul li:nth-child(2) a img {
  height: 70px;
  width: 115px;
}

.menu-listing {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  padding-top: 25px;
}

.menu-listing ul {
  padding-left: 0px;
}

.menu-listing ul li {
  display: inline;
  list-style: none;
  position: relative;
}

.menu-listing ul li a {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
  transition: all 0.7s;
  text-transform: capitalize;
}

.menu-listing ul li a span {
  margin-left: 6px;
}

.menu-listing ul li a:hover span {
  transform: rotate(-45deg);
}

.menu-listing ul li.active a {
  background: #ff432e;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.7s;
}

.menu-listing ul li a:hover {
  background: #ff432e;
  color: #fff;
  transition: all 0.7s;
}

.sub-menu-linker ul {
  padding-left: 0px;
  display: list-item;
  list-style: none;
}

.sub-menu-linker ul li {
  list-style: none;
}

.sub-menu-linker ul li a {
  display: list-item;
  list-style: none;
  padding: 10px;
}

.sub-menu-linker {
  display: none;
  width: 150px;
}

.menu-listing ul li:hover .sub-menu-linker {
  display: block;
}

.sub-menu-linker {
  position: absolute;
  top: 45px;
  left: 0;
}

.menu-listing ul li.active .sub-menu-linker ul li a {
  padding: 10px;
}

.mob-menu ul {
  padding-left: 0px;
}

.mob-menu ul li {
  list-style: none;
  display: list-item;
  padding-bottom: 20px;
  font-size: 14px;
}

.mob-menu ul li a {
  text-decoration: none;
  color: #000;
}

.mob-menu ul li.active a {
  background: #ff432e;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.offcanvas-header {
  display: flex;
}

.btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
}

/*-- Home Banner area start --*/

.home-banner {
  margin-top: 75px;
  position: relative;
}

.banner-link {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 20%;
  left: 50%;
}

.home-link {
  text-align: center;
  margin-top: 20px;
  background: #ff432e;
}

.home-text {
  text-align: center;
  color: #fff;
  padding-bottom: 12px;
  font-size: 30px;
}

.home-text-2 {
  position: absolute;
  top: 220%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 21%;
}

.home-text-2 h3 {
  font-size: 30px;
}

.home-text-2 p {
  font-size: 18px;
}

.home-text-2 h4 {
  font-size: 28px;
  border-top: 2px solid #fff;
  width: 80%;
  margin-left: 25px;
  padding-top: 10px;
}

.home-link {
  padding-bottom: 8px;
  padding-top: 6px;
}

.home-link a {
  text-decoration: none;
  color: #fff;
}

.home-foot-text {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 12%;
  left: 50%;
  color: #fff;
  font-size: 30px;
}

.home-foot-hygen {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 3%;
  left: 50%;
  color: #fff;
  font-size: 30px;
}

.about-image img {
  height: 100vh;
  object-fit: contain;
}

.section-title {
  padding-bottom: 20px;
  text-align: center;
}

.section-title img {
  width: 300px;
  height: 40px;
}

.section-title h3 {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}

.about-ricevilla h6 {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.home-about {
  overflow: hidden;
  height: 100vh;
}

.tablet-home-about {
  display: none;
}

.hygen-home-about {
  display: none;
}

.about-image {
  background: #06e5c2;
  padding: 25px;
}

.home-about-wrap {
  padding-right: 9%;
  padding-left: 9%;
  margin-top: 50px;
}

.bx-hygen {
  padding: 20px;
  border: 2px solid #000;
  text-align: center;
  margin-bottom: 20px;
}

.bx-hygen h4 {
  font-size: 22px;
  line-height: 34px;
}

.nonhygenic-image img,
.hygenic-image img {
  width: 100%;
}

.nonhygenic-image,
.hygenic-image {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 15px;
}

.hygenic-head {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 5px 0;
}

.hygenic-head h3 {
  margin-bottom: 0px;
  font-size: 24px;
}

.safe-food-image {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.warhousing-cc h3 {
  font-size: 22px;
  margin-bottom: 0px;
  border: 5px solid #fff;
}

.warhousing-cc {
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 0;
  background: #fff;
}

.flow-chart .row:nth-child(2) .col-md-4:first-child:after {
  position: absolute;
  content: "";
  background: #000;
  width: calc(50% + 16px);
  height: 2px;
  left: -16px;
  top: 0;
  z-index: -1;
}

.flow-chart .row:nth-child(2) .col-md-4:first-child:before,
.flow-chart .row:nth-child(3) .col-md-4:first-child:before,
.flow-chart .row:nth-child(4) .col-md-4:first-child:before {
  position: absolute;
  content: "";
  background: #000;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.warhousing-cc:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: 0.5px;
}

.flow-chart .row:nth-child(4) .col-md-4:first-child:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: 0.5px;
}

.safe-food-image img {
  height: 575px;
}

.hygen-about-logo {
  margin-top: -40px;
}

/*-- channel partner --*/

.channel-partner {
  background: url(../img/cp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  padding: 55px 0;
  background-position-x: 20px;
}

.mark-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.mark-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wh-title {
  color: #fff;
}

.point-image img {
  width: 45px;
  height: 14px;
}

.point-image i {
  color: #ff432e;
  font-size: 24px;
}

.point-head {
  color: #000;
}

.point-head h5 {
  color: #000;
  text-transform: capitalize;
}

.point-head h6 {
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}

.ml-cst {
  margin-left: 60px;
}

/*-- special products --*/
.special-product {
  background: #f7eec5;
  padding-top: 55px;
  padding-bottom: 55px;
}

.sp-details {
  text-align: center;
}

.sp-details a {
  text-decoration: none;
  background: #ff432e;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  display: inline-block;
}

.sp-pro-image img {
  width: 100%;
}

.sp-pro-title {
  text-align: center;
}

.sp-pro-wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding-bottom: 25px;
  padding-top: 15px;
}

#sp-pro .item {
  padding-bottom: 10px;
  padding-top: 5px;
}

/*-- testimonials --*/
#client-review {
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
}

.testimonial {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(0 0 0 / 19%), 10px 6px 30px rgba(0 0 0 / 23%);
}

.testi-image {
}

.testi-content {
  color: #000;
  text-align: justify;
}

#client-review .item {
}

.sp-pro-title img {
  width: 100px;
  height: 10px;
}

.tst-cnt {
  font-size: 20px;
  line-height: 30px;
}

.test-author {
  font-size: 22px;
}

.author-mail {
  font-size: 20px;
}

/*-- gallery --*/

.gallery-home {
  padding-bottom: 55px;
  padding-top: 55px;
  overflow: hidden;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.news-wrap {
  width: 100%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  z-index: 1;
}

a {
  text-decoration: none;
}

.news-title i {
  color: #f7eec5;
}

.news-title h5 {
  font-size: 18px;
  padding-bottom: 3px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-body {
  text-align: justify;
  padding-top: 10px;
}

.news-body p {
  font-size: 16px;
  line-height: 30px;
}

.news-more {
  text-align: right;
}

.news-more a {
  color: #fff;
  text-decoration: none;
}

.news-wrap2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(183, 35, 33, 0.7);
  color: #fff;
  z-index: 1;
  transition: all 0.7s;
}

.gallery-item:hover .news-wrap2 {
  top: 0;
  transition: all 0.7s;
}

/*-- Home Contact --*/
.home-contact {
  padding-bottom: 55px;
  padding-top: 55px;
  box-shadow: 10px 10px 20px rgba(0 0 0 / 19%), 10px 6px 30px rgba(0 0 0 / 23%);
  overflow: hidden;
}

.form-control {
  border-radius: 0px;
  font-size: 16px;
}

input.form-control {
  height: 46px;
  border: 1px solid #000;
  box-shadow: 0px;
  outline: 0px;
}

textarea.form-control {
  height: 190px;
  border: 1px solid #000;
  box-shadow: 0px;
  outline: 0px;
}

.form-control:focus {
  outline: 0px;
  box-shadow: none;
  border: 1px solid #000;
}

.submit-btn {
  text-align: left;
}

.submit-btn a {
  background: #ff432e;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}

.home-address {
  padding: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
  transition: all 0.8s;
}

.home-address:hover {
  background: #000;
  transition: all 0.8s;
}

.home-address h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  transition: all 0.8s;
}

.home-address:hover h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: all 0.8s;
}

.home-address .bi {
  color: #000;
  border: 2px solid #000;
  margin-right: 10px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  transition: all 0.8s;
}

.home-address:hover .bi {
  color: #fff;
  border: 2px solid #fff;
  margin-right: 10px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  transition: all 0.8s;
}

.mt-cxt {
  margin-top: -5px;
}

.adress-text {
  text-align: center;
}

.adress-text p {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}

.home-map {
  border: 5px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

/*-- Footer --*/
.footer-main {
  background: #000;
}

.company-logo {
  text-align: center;
}

.company-logo img {
  width: 140px;
  height: 90px;
}

.company-text {
  color: #fff;
  text-align: center;
}

.quick-link h5 {
  color: #fff;
  padding-bottom: 10px;
}

.quick-link ul {
  padding-left: 0px;
}

.quick-link ul li {
  margin-bottom: 7px;
  list-style: none;
}

.quick-link ul li a {
  text-decoration: none;
  color: #fff;
}

.about-media h5 {
  color: #fff;
}

.about-media p {
  color: #fff;
}

.social-media-link {
}

.social-media-link ul {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.social-media-link ul li {
  list-style: none;
  margin-right: 7px;
}

.social-media-link ul li a {
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
}

.child-company img {
  width: 100%;
}

.parent-company {
  text-align: center;
}

.vb-mr {
  margin-top: 20px;
}

/*-- copyright --*/
.copy-right {
  text-align: center;
  background: #000;
  color: #fff;
}

.copyright {
  text-align: center;
  color: #fff;
}

.copyright a {
  text-decoration: none;
  color: #ff432e;
}

/*-- Sub Banner --*/

.sub-banner {
  height: 255px;
  position: relative;
  margin-top: 75px;
  background: url(../img/banner.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.research-single {
  padding-top: 30px;
}

.research-single img {
  width: 400px;
  height: 200px;
}

.basmati-single {
  padding-top: 45px;
  padding-left: 15px;
}

.biryani-single {
  padding-top: 30px;
  padding-left: 33px;
  margin-top: 20px !important;
}

.raw-single {
  padding-top: 53px;
  padding-left: 15px;
}

.organic-single {
  padding-top: 52px;
  padding-left: 30px;
}

.unpolished-single {
  padding-top: 48px;
  padding-left: 30px;
}

.health-single {
  padding-top: 35px;
  padding-left: 15px;
}

.parboiled-single {
  padding-top: 48px;
}

.steam-single {
  padding-top: 34px;
}

.basmati-single img {
  width: 220px;
  height: 100%;
}

.biryani-single img {
  width: 220px;
  height: 100%;
}

.raw-single img {
  width: 230px;
  height: 100%;
}

.unpolished-single img {
  width: 250px;
  height: 100%;
}

.organic-single img {
  width: 210px;
  height: 100%;
}

.health-single img {
  width: 250px;
  height: 100%;
}

.parboiled-single img {
  width: 220px;
  height: 100%;
}

.steam-single img {
  width: 330px;
  height: 100%;
}

.sub-banner-text {
  padding-top: 85px;
}

.sub-banner-text h3 {
  color: #fff;
  font-size: 36px;
}

.sub-banner-text h3 span {
  color: #ff432e;
}

.sub-banner-text p img {
  height: 35px;
  width: 100%;
  margin-left: 2px;
}

.sub-banner-text p.custop-hygen img {
  height: 35px;
  width: 80%;
}

.tag {
  position: absolute;
  color: #fff;
  top: 75%;
  left: 15%;
  transform: translate(-50%, -50%);
  word-spacing: 8px;
  font-size: 20px;
}

.feature-content p {
  font-size: 16px;
  padding-top: 8px;
  text-align: justify;
}

.feature-head h4 {
  border-bottom: 1px dotted #000;
  padding-bottom: 5px;
}

.feature-highlight p span {
  color: darkred;
  font-size: 20px;
  padding-right: 10px;
  float: left;
}

.feature-highlight p {
  line-height: 16px;
}

.more-content {
  text-align: justify;
}

/*-- Research Main --*/
.research-main {
  padding-bottom: 35px;
  padding-top: 15px;
  position: relative;
}

.research-agri {
  text-align: center;
}

.bx-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.bg-white {
  background: #fff;
}

.research-head {
  color: #000;
  z-index: 1;
}

.research-head h5 {
  color: #000;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.rpoint-image img {
  width: 12px;
  height: 14px;
}

.reseach-content {
  color: #000;
  font-size: 16px;
  margin-top: -10px;
}

.reseach-content h5 {
  font-weight: 400;
}

.reseach-content h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
}

.research-report {
  padding-top: 31px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding-bottom: 15px;
}

.re-rep-head p {
  line-height: 30px;
  text-align: center;
  padding: 15px;
  font-size: 18px;
}

.report-wrap {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 300px;
}

.m-t-3 {
  margin-top: -8px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#par-rice .item {
  padding: 10px;
}

.dsxt {
  padding-top: 10px;
}

/*-- Basmati --*/
.basmati-main {
}

.basmati-content {
  padding: 15px;
  background: #fff;
  color: #000;
  border-radius: 15px;
  height: 165px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.basmati-content h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}

.basmati-content h5 {
  font-size: 18px;
}

.it-bx-cs {
  padding-top: 9px;
  padding-bottom: 7px;
  border: 2px solid #000;
  text-align: center;
  transition: all 0.5s;
}

.bp-name:hover .it-bx-cs {
  border: 2px solid #000;
  background: #000;
  transition: all 0.5s;
}

.bp-name .it-bx-cs {
  font-size: 18px;
  color: #000;
  transition: all 0.5s;
  font-weight: 500;
}

.bp-name:hover .it-bx-cs {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.bp-name a {
  cursor: pointer;
}

.bp-image {
}

.bp-image img {
  width: 100%;
  transition: all 0.5s;
}

.bp-quantity {
  position: absolute;
  background: #ff432e;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 3px;
  top: 0px;
  left: 0px;
  color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.bp-position {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 4px solid #fff;
}

.bp-position h6.contry {
  background: #38387e;
  padding: 3px;
  margin: 0px;
}

.bp-position h6.contry-pos {
  background: #ff432e;
  padding: 3px;
  font-size: 20px;
  margin: 0px;
}

.bp-wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.bp-wrap:hover .bp-image img {
  transform: scale(1.15);
  transition: all 0.5s;
}

.bp-buy {
  text-align: center;
  background: #000;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  line-height: 23px;
  transition: all 0.5;
}

.bp-buy:hover {
  text-align: center;
  background: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
  line-height: 16px;
  border: 2px solid #000;
  transition: all 0.5;
}

/*-- NON - BASMATI  --*/

.title-sec {
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
}

/*-- Health Plus --*/

.health-main {
  padding-top: 30px;
}

.sec-pads {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*--  NEWS & MEDIA --*/

.media-image img {
  width: 100%;
}

.news-media-body p {
  text-align: justify;
}

.media-title {
  border-bottom: 1px solid #dedede;
  padding: 15px 20px;
}

.media-title h5 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}

.news-media-body {
  padding-left: 10px;
  padding-right: 10px;
}

.news-media-cont p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-media-body p span {
  color: #ff432e;
  font-weight: 600;
  padding-right: 5px;
}

.media-more {
  text-align: right;
}

.media-more a {
  color: #fff;
  background: #ff432e;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}

.repost-image {
  width: 100px;
  height: 70px;
}

.repost-body a {
  color: #000;
  text-decoration: none;
}

.repost-body h6 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
}

.repost-body p {
  line-height: 17px;
}

.re-post-head h5 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
}

.repost-wrap {
  padding: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.repost-text {
  line-height: 18px;
}

/*-- ABOUT MAIN  --*/
.about-main {
  padding-bottom: 25px;
  padding-top: 55px;
}

.about-main-text h4 {
  text-transform: uppercase;
}

.about-main-text p {
  text-align: justify;
}

.about-main-text {
  margin-top: 10px;
}

.about-main-image img {
  width: 100%;
}

.about-main-image {
  position: relative;
}

.md-desk {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 5%;
  padding: 10px;
  background: #fff;
  font-size: 14px;
}

.company-feature {
  padding-top: 55px;
}

.sec-title {
  padding-bottom: 20px;
  text-align: center;
}

.sec-title h3 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
}

.sub-title {
  color: #ff432e;
}

.sub-title h4 {
  font-weight: 500;
  font-size: 32px;
}

.sub-usp-text {
  color: #000;
}

.sub-usp-text h5 {
  padding-bottom: 10px;
  font-size: 1.27rem;
  font-weight: 600;
}

.sub-usp-text h6 {
  line-height: 30px;
}

.usp-wrap {
  padding-bottom: 10px;
  min-height: 150px;
}

.usp-wrap-2 {
  height: 130px;
}

.usp-wrap-3 {
  height: 150px;
}

.br-1 {
  border-bottom: 1px solid #000;
}

.tech-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding: 20px 40px 0;
}

.progress-bar {
  border-radius: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #363636;
}

.progress {
  border-radius: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 20px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  border: 1px solid #000;
}

.accordion-header {
  text-transform: uppercase;
}

.accordion-button {
  text-transform: uppercase;
  border-radius: 0px !important;
}

.adress-wrap {
  padding: 25px;
  height: 172px;
  width: 356px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.adress-wrap:hover {
  background: #000;
  color: #fff;
  transition: all 0.5s;
}

.adress-wrap h4 {
  font-size: 40px;
}

.con-contact {
  padding-bottom: 50px;
}

.together-image {
  width: 100%;
  height: 390px !important;
}

/*-- CONTACT --*/

.modal-dialog {
  width: 80% !important;
  max-width: 100% !important;
}

.dn-nr {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dn-nr-1 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dn-nr-2 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dn-nr-4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 53.55%;
  transform: translate(-50%, -50%);
}

.vcf {
  position: relative;
}

.border-px {
  position: absolute;
  top: 124%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 170px;
  width: 2px;
  background: #000;
}

.border-px-1 {
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 170px;
  width: 2px;
  background: #000;
}

.border-px-2 {
  position: absolute;
  top: 43%;
  left: 17%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 187px;
  background: #000;
}

.border-px-4 {
  position: absolute;
  top: -2%;
  left: 53.5%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 2px;
  background: #000;
}

.hygen-logo {
  text-align: center;
  margin-top: 15px;
}

.hygen-logo img {
}

.sec-padc {
  padding-top: 50px;
  padding-bottom: 20px;
}

.pc-wrap {
  text-align: justify;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  height: 324px;
}

.pc-wrap h4 {
  text-align: center;
}

.news-main {
  padding-top: 55px;
  padding-bottom: 55px;
}

.parent-logo img {
  width: 200px;
}

.team-main {
  padding-bottom: 55px;
  padding-top: 55px;
}

.mt-r5 {
  margin-top: 10px;
}

.mb-r5 {
  margin-bottom: 50px;
}

.media-more-image img {
  width: 100%;
}

.news-media-author {
  padding: 15px 20px;
}

.news-media-cont {
  padding: 0 20px;
  min-height: 75px;
}

.post-by span i {
  color: #ff432e;
  padding-right: 5px;
}

.post-date span i {
  color: #ff432e;
  padding-right: 5px;
}

.pagination li {
  padding-right: 10px;
}

.pagination li a {
  padding: 10px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.news-media-wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding-bottom: 20px;
}

.news-media-wrap .media-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.partner-logo-heading {
  padding: 25px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-top: 25px;
}

.partner-logo-heading h4 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding: 15px;
  width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.partner-logo-heading h4:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  transform: translateX(-50%);
  height: 2px;
}

.partner-logo a {
  display: inline-block;
}

.partner-logo a img {
  width: 120px;
}

.regi-box .form-control {
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  padding: 0px 15px;
  background-color: transparent;
  font-weight: 500;
  outline: none !important;
  box-shadow: none !important;
}

.regi-box .form-select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  padding: 0px 15px;
  background-color: transparent;
  font-weight: 500;
  outline: none !important;
  box-shadow: none !important;
}

.regi-box .submit-btn {
  height: 40px;
  background: var(--red);
  color: var(--white);
  line-height: 40px;
  border: 0px;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.sec-space {
  padding: 70px 0;
}

.sec-space-top {
  padding: 70px 0 0 0;
}

.sec-space-bottom {
  padding: 0 0 70px 0;
}

.sec-headr {
  margin-bottom: 30px;
}

.sec-headr h2 {
  font-weight: 600;
  color: var(--red);
  font-size: 36px;
  margin-bottom: 0px;
}
