@font-face {
  font-family: 'OptimusPrinceps';
  src: url(../fonts/OptimusPrinceps.ttf);
  font-display: swap;
}
@font-face {
	font-family:'OptimusPrincepsSemiBold';
	src: url(../fonts/OptimusPrincepsSemiBold.ttf);
	font-display: swap;
}
@font-face {
	font-family:'SansRegular';
	src: url(../fonts/Sans-Regular.ttf);
	font-display: swap;
}

body{
font-family: 'Overlock', sans-serif;	
}

.san-r{
 font-family:'SansRegular';
 font-size:17px;
 width: 80%;
 margin-left: auto;
 margin-right: auto;
}
.blogcontent p{
 font-family:'SansRegular';
 font-size:14px;
}
.blogcontent {
 font-family:'SansRegular';
 font-size:14px;
}

/*nav .nav-link{*/
/*	text-transform:uppercase;*/
/*	font-weight:500;*/
/*	font-size:1rem;*/
/*	color:#181818!important;*/
/*	transition: all .5s ease-in-out;*/
/*}*/
/* NAVIGATION */
nav {
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
}
.adj-nav{
    width: 100%;
    justify-content: space-between;
}
.adj-nav .nav-item{
    position: relative;
}
.adj-nav .nav-item .drop{display:none;}
.adj-nav .nav-item .drop-down{
    position: absolute;
    top: 60px;
    width: fit-content;
    min-width: 250px;
    background: white;
    box-shadow: 1px 1px 10px 2px #0000005e;
    flex-direction: column;
    display: flex;
    z-index: 99999999;
    padding: 1rem 0;
    line-height: 2.5;
    border-radius: 16px;
    text-align: left;
}
.adj-nav .nav-item .drop-down li a{
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
}
.adj-nav .nav-item .drop-down li a img{
    margin-right: 16px;
    width: 34px;
    background: white;
    border-radius: 50%;
}
.adj-nav .nav-item .drop-down li:not(:last-child){
    border-bottom: 1px solid #d9d9d9;
}
.mob-nav{display:none;}
.des-nav{display:flex;}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #181818!important;
  font-size:1rem;
  font-weight:500;
  text-transform: uppercase;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #fff!important;
}
/*nav ul li.active a{*/
/*    background:#782023;*/
/*    color: #fff!important;*/
/*}*/
/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #fff;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #782023;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
/* end shift*/
nav .logo{
	width:80px;
}
.head-border{
    margin-bottom: 1rem;
}
.socialnav{
	list-style:none;
	margin:0;
}
.socialnav li{
	display:inline-block;
}
.clear-fix{
	clear:both;
}
.main-slider{
	padding:0!important;
}
.main-slider .inner .slide {
    /*padding: 0 4rem;*/
}
.main-slider .inner .slide, .main-slider .owl-carousel .owl-stage-outer, .main-slider .owl-carousel .owl-stage, .main-slider .owl-item.active {
    /*height: 82vh;*/
    /*height: 76vh;*/
}
.main-slider .inner .slide h2{

	font-weight: 400;
	font-family: 'OptimusPrinceps';
    /*text-shadow: 2px 5px 2px #000;*/
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
.main-slider .inner .slide .btn-contact{
	font-family: 'OptimusPrinceps';
	background:transparent;
	font-size:0.8rem;
	text-transform:uppercase;
	padding-left:1rem;
	font-weight: 600;
	padding-right:1rem;
	border-radius:0;
}
.slideContent{
	margin-bottom: 0.4rem;
}
.main-slider .inner .slide h2 span{
	letter-spacing:10px;
}
.main-slider .inner .slide p{
	  
	font-family: 'OptimusPrinceps';   
    /*font-weight: 600;*/
   /* margin-bottom: 1rem;*/
    /*text-shadow: 2px 1px 6px #000;*/
    font-size: 2rem;
}
.main-slider .inner .slide{
	/*background-size:cover;
	background-position:50% 30%;*/
	/*background-size: contain;*/
 /*   background-repeat: no-repeat;*/
 /*   height:76vh;*/
}
.indexSlider .owl-dots{
    text-align:center;
}
.indexSlider button.owl-dot{
    /*padding: 0.5rem!important;*/
    background: white;
    border: 1px solid #762023;
    margin: 0.5rem 1rem;
    border-radius: 50px;
    width:30px;
    height:12px;
}
.indexSlider button.owl-dot.active{
    background: #762023;
}
.indexSlider button:focus{outline:none;}
 .heading-panel{
	 padding:0rem 0 2rem 0;
 }
.sectionHeading{
	color:#762023;
	font-weight:500;
	color:#762023;
	text-transform:uppercase;
	  font-family: 'OptimusPrinceps';
	  overflow-wrap: break-word;
}

.range-img,.recipes-img {
    position: relative;
}
.video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
}
.video-play-icon img {
	max-width:100%;
}
.video-play-icon.large{
	width: 120px;
    height: 120px;
}
section,footer{
	padding:30px 0;
}
.owl-prev img,.owl-next img{
	width:35px;
}

.fest-carousel .owl-prev, .range-carousel .owl-prev, .recipes-carousel .owl-prev {
    left: -44px;
    top: 36%;
    font-size: 1.5rem;
    position: absolute;
 
}
.fest-carousel .owl-next, .recipes-carousel .owl-next, .range-carousel .owl-next {
    right: -44px;
    top: 36%;
    font-size: 1.5rem;
    position: absolute;
}

.range-content{
	text-align:center;
}
.range-content p{
	font-weight:400;
	color:272727;
	font-size:15px;
	/*text-transform:uppercase;*/
	margin-bottom:0rem;
	height: 44px;
}
.range-content a{
	font-weight:400;
	color:272727;
	font-size:14px;
	text-transform:uppercase;
}
.recipes-content h4{
	text-align:center;
	background:#f4f3f8;
	color:#040404;
	padding:0.5rem 0;
	font-weight:500;
}
.recipes-content p{
	color:#040404;
	font-size:15px;
	font-weight:400;
	font-family:'SansRegular';
	
}
.recipes-content p a{
	color:#040404;
	font-size:0.7rem;
	font-weight:400;
}

.festival-panel h4{
	color:#040404;
	font-weight:400;
}
.festival-panel p{
	color:#040404;
	font-weight:400;
	font-size:0.8rem;
}
.btn-festival{
	border:2px solid #762023;
	font-weight:600;
	border-radius:0;
	color:#762023;
	text-transform:uppercase;
	font-size:0.8rem;
	
}
.btn-festival:hover {
    background: #762023;
    color: white;
}
.cursorPointer{
	cursor:pointer!important;
}
.rice-content h4{
	font-weight:700;
	color:#f8f8f8;
	text-transform:uppercase;
	font-size: 1.2rem;
}
.rice-panel{
	position:relative;
	border-radius:7px;
	overflow: hidden;
	
}
.rice-content{
	position:absolute;
	bottom:10px;
	left:10px;
	z-index: 1;
}
.rice-content a{
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8rem;
}
.over_lap{
    background: rgb(0 0 0 / 0%) linear-gradient(181deg, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 5%) 46%, rgb(13 12 12 / 25%) 75%, rgb(0 0 0 / 52%) 100%) repeat scroll 0 0;
    position: absolute;
    margin-top: -200px;
    height: 150px;
    bottom: 0;
    width: 100%;
}
.hope{
	background:url(../images/care_back.jpg);
}
.krbl-web{
	background:url(../images/krbl_back.jpg);
}
.cares-back{
	padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cares-back h4{
	font-weight:600;
	font-size:1rem;
	color:#272727;
}
.cares-back p{
	font-weight:400;
	/*font-size:0.8rem;*/
	color:#272727;
}
#scroller{
	position: fixed;
	z-index:9999;
	right: 20px;
	bottom: 20px;
	width: 24px;
	height: 30px;
    background: #873234;
    color: white;
    text-align: center;
    border-radius: 6px;
    font-size: 19px;
}

/* Receipes */
.breadcrumb{
	background:none;
}
.breadcrumb ul{
	list-style: none;
	padding:0;
	margin:0;
}
.breadcrumb ul li{
	display:inline-block;
}
.breadcrumb ul li a{
	color:#121212;
	font-family:'OptimusPrinceps';
	
}

/* Receipes */
.latest-recipes .recipes-img{
	        border-radius: 5px;
    overflow: hidden;
    max-height: 400px;
    margin-bottom: 25px;
}

/* Receipes */
.article-recipes{
	color:#040404;
	
}
.article-recipes h5,.article-recipes h6{
	
	font-weight:700;
	
}

.article-recipes p{
	
	font-weight:400;
	
}
.main-banner{
	position:relative;
}
.main-banner h1{
	font-family: 'OptimusPrinceps';
	font-size:4rem;
	color:#fff;
	text-transform:uppercase;
}
.grains-hope-banner{
    margin-bottom: 5rem;
}
.grains-hope-banner h2{
    position:absolute;
	top:50%;
	left:30px;
	font-size: 3rem;
	color: #fff;
    text-shadow: 3px 3px 3px #000;
}
.grains-of-hope-content{
    padding: 30px 0;
}
.grains-of-hope-content a{
    color: #761e21;
}
.grains-of-hope-content a:hover{
    color: #761e21;
}
.grains-of-hope-img{
    position: relative;
    width: 100%;
    margin: 15px 0;
}
.grains-of-hope-img h3{
    position:absolute;
	top:85%;
	left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
    text-shadow: 3px 3px 3px #000;
    width: 100%;
    text-align: center;
}
.rice-tales-banner h2.grains-hope{
	position:absolute;
	top:50%;
	left:30px;
	
    text-shadow: 3px 3px 3px #000;
}
.rice-tales-articles .card-title{
	font-family: 'Overlock';
	font-weight:600;
	color:#040404;
	font-size: 1.2rem;
}
.rice-tales-articles .card-text{
	font-family: 'Overlock';
	font-weight:400;
	line-height: 1.2rem;
	color:#515151;
}
.rice-tales-articles .article-card{
	border: none;
    box-shadow: 5px 9px 23px -4px #938e8e;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #762023;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#made-with p{
	/*font-size:0.9rem;*/
	color:#040404;
}

#subscribe h4{
	font-weight:500;
	color:#272727;
	text-transform:uppercase;
}
#subscribe p{
	color:#272727;
	font-size:0.8rem;
}
#subscribe button{
	background:#762022;
	color:#fff;
	border-radius:0px;
	text-transform:uppercase;
	font-size:0.8rem;
	font-weight:600;
}
#subscribe input{
	border-radius:0px;
	color:#7b7b7b;
}
#subscribe{
	margin-bottom:50px;
}
#subscribe input::placeholder{
	font-style:italic;
	font-size:0.8rem;
}

/*---------------- our-range -----------------------
----------------------------------------------------*/

#basmati-rice-range .brr-bg{
	background-image: url(../images/range-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}
#basmati-rice-range .tabs {
     /*display: flex;
     justify-content: center;
     flex-wrap: wrap;*/
     padding: 1rem 4rem;
    padding-bottom: 0;
}

#tabs1 section {
  display: none;
  padding: 50px 0px 0px;
}

#tabs1 section img{
	width: 95%;
	margin-bottom: .5rem;
}

#tabs1 input {
  display: none;
}

#tabs1 label {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  	 width: auto;
     padding: 10px 15px;
     background: #fff;
     cursor: pointer;
     /*text-transform: uppercase;*/
     border-radius: 14px;
     border: 1px solid #762023;
     font-size: 14px;
     color: #762023;
     margin: .5rem;
     transition: background 0.1s, color 0.1s;
}

#tabs1 label:hover {
  cursor: pointer;
  background: #762023;
  color: #fff;
}

#tabs1 input:checked + label {
  background: #762023;
  color: #fff;
}

/*Tab 2*/
.regional-rice-slider-2{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider-2 img{
	margin: auto;
	margin-bottom: .5rem;
}

#Unity-range .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#Unity-range .regional-rice-slider-2 .owl-nav{
	display: block;
}

#Unity-range .regional-rice-slider-2 .owl-prev:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-2 .owl-next:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-2 .owl-prev{
	left: 0;
    top: 27%;
    font-size: 1.5rem;
    position: absolute;
}

#Unity-range .regional-rice-slider-2 .owl-next{
	right: 0;
    top: 27%;
    font-size: 1.5rem;
    position: absolute;
}
#Unity-range .brr-bg{
	background-image: url(../images/range-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}
.regional-rice-slider-3{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider-3 img{
	margin: auto;
	margin-bottom: .5rem;
}

#Unity-range .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#Unity-range .regional-rice-slider-3 .owl-nav{
	display: block;
}

#Unity-range .regional-rice-slider-3 .owl-prev:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-3 .owl-next:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-3 .owl-prev{
	left: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}

#Unity-range .regional-rice-slider-3 .owl-next{
	right: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}
#Unity-range .brr-bg{
	background-image: url(../images/range-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}
#Unity-range .tabs {
     /*display: flex;
     justify-content: center;
     flex-wrap: wrap;*/
     /*padding: 1rem 4rem;*/
    padding-bottom: 0;
}
#Unity-range  section{
    padding:0px;
}

#tabs2 section {
  display: none;
  /*padding: 50px 0px 0px;*/
}

#tabs2 section img{
	width: 74%;
	margin-bottom: .5rem;
}
.panel{
    position:relative;
}
.panel .owl-prev{
    left: 0;
    top:35%;
    position:absolute;
}
.panel .owl-prev img{width:70%!important;}
.panel .owl-next{
    right: 0;
    top:35%;
    position:absolute;
}
.panel .owl-next img{width:70%!important;}

#tabs2 input {
  display: none;
}

#tabs2 label {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  	 width: auto;
     padding: 10px 15px;
     background: #fff;
     cursor: pointer;
     /*text-transform: uppercase;*/
     border-radius: 14px;
     border: 1px solid #762023;
     font-size: 14px;
     color: #762023;
     margin: .5rem;
     transition: background 0.1s, color 0.1s;
}

#tabs2 label:hover {
  cursor: pointer;
  background: #762023;
  color: #fff;
}

#tabs2 input:checked + label {
  background: #762023;
  color: #fff;
}

#tabs1 #tab1:checked ~ #panel1,
#tabs1 #tab2:checked ~ #panel2,
#tabs1 #tab3:checked ~ #panel3,
#tabs1 #tab4:checked ~ #panel4,
#tabs1 #tab7:checked ~ #panel7{
  display: block;
}
#tabs2 #tab5:checked ~ #panel5,
#tabs2 #tab6:checked ~ #panel6 {
  display: block;
}
/* our range*/

/* range-1 */
.regional-rice-slider-1{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider-1 img{
	margin: auto;
	margin-bottom: .5rem;
}

#regional-rice-range-1 .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-nav{
	display: block;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-prev:focus{
	outline: none;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-next:focus{
	outline: none;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-prev{
	left: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-next{
	right: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}
/**/
.regional-rice-slider{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider img{
	margin: auto;
	margin-bottom: .5rem;
}

#regional-rice-range .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#regional-rice-range .regional-rice-slider .owl-nav{
	display: block;
}

#regional-rice-range .regional-rice-slider .owl-prev:focus{
	outline: none;
}

#regional-rice-range .regional-rice-slider .owl-next:focus{
	outline: none;
}

#regional-rice-range .regional-rice-slider .owl-prev{
	left: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}

#regional-rice-range .regional-rice-slider .owl-next{
	right: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}
.regional-rice-slider-4 .owl-prev{
    left:-67px;
}
.regional-rice-slider-4 .owl-next{
    right:-67px;
}
#health-range{
	margin-bottom: 10rem;
}

#health-range .hr-bg{
	background-image: url(../images/health-range-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;	
}

#health-range .hr-products{
	padding: 3rem 4rem;
}

#health-range .hr-products img{
	width: 95%;
	margin-bottom: .5rem;
}

/*----------- contact --------------
------------------------------------*/
.con-info{
	background-image: url(../images/contact-info-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem 4rem;
    color: #762022;
}

.con-info a{
    color:#762023!important;
    margin-left:3px;
}
.registered-office h3{
	border-bottom: 1px solid #762022;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.registered-office p{
	display: flex;
	align-items: baseline;
	line-height: 19px;
}
.registered-office i.fa-map-marker{
	margin-right: 1rem;
}
.registered-office i.fa-phone{
	margin-right: .8rem;
}
.registered-office i.fa-envelope-o{
	margin-right: .6rem;
}
.north-america-office h3{
	border-bottom: 1px solid #762022;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.north-america-office p{
	display: flex;
	align-items: baseline;
}
.north-america-office i.fa-phone{
	margin-right: .8rem;
}
.north-america-office i.fa-envelope-o{
	margin-right: .6rem;
}
.corporate-office h3{
	border-bottom: 1px solid #762022;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.corporate-office p{
	display: flex;
	align-items: baseline;
	line-height: 19px;
}
.corporate-office i.fa-map-marker{
	margin-right: 1rem;
}
.corporate-office i.fa-phone{
	margin-right: .8rem;
}
.corporate-office i.fa-envelope-o{
	margin-right: .6rem;
}
.contact-middle-map{
	position: relative;
	width: 100%;
	height: 100%;
	color: #762022;
}
.cmm-img{
	width: 70%;
	top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    position: relative;
}
.cmm-img img{
	position: relative;
	width: 100%;
}
/*--------- spot 1 -------*/
.map-spot-1{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 20%;
    left: 25%;
    cursor: pointer;
    font-size: 2rem;
    color: #217de4;
}
.loc-tooltip{
	position: relative;
  	display: inline-block;
}
.map-spot-1 .tooltiphover1{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
  	font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-1 .tooltiphover1 p{margin: 0;}
.map-spot-1:hover .tooltiphover1{
	visibility: visible;
}
/*--------- spot 2 -------*/
.map-spot-2{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 23%;
    left: 29%;
    cursor: pointer;
    font-size: 2rem;
    color: #12b80e;
}
.map-spot-2 .tooltiphover2{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
  	font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-2 .tooltiphover2 p{margin: 0;}
.map-spot-2:hover .tooltiphover2{
	visibility: visible;
}
/*--------- spot 3 -------*/
.map-spot-3{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 28%;
    left: 25%;
    cursor: pointer;
    font-size: 2rem;
    color: #762022;
}
.map-spot-3 .tooltiphover3{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
    font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-3 .tooltiphover3 p{margin: 0;}
.map-spot-3:hover .tooltiphover3{
	visibility: visible;
}
/*--------- spot 4 -------*/
.map-spot-4{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 26%;
    left: 33%;
    cursor: pointer;
    font-size: 2rem;
    color: #b36419;
}
.map-spot-4 .tooltiphover4{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
    font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-4 .tooltiphover4 p{margin: 0;}
.map-spot-4:hover .tooltiphover4{
	visibility: visible;
}
/*work 1*/
.contact-middle-map .work-1{
	width: 34%;
    height: auto;
    position: absolute;
    /*top: 10%;*/
    top:40px;
}
.contact-middle-map .work-1 h3{
	border-bottom: 1px solid #762022;
   padding-bottom: .5rem;
   margin-right: 2rem;
   display: flex;
}
.contact-middle-map .work-1 p{
	display: flex;
}
.contact-middle-map .work-1 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #217de4;
}
.contact-middle-map .work-1 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
/*work-2*/
.contact-middle-map .work-2{
	width: 30%;
    height: auto;
    position: absolute;
    bottom: 10%;
}
.contact-middle-map .work-2 h3{
	border-bottom: 1px solid #762022;
   padding-bottom: .5rem;
   margin-right: 2rem;
   display: flex;
}
.contact-middle-map .work-2 p{
	display: flex;
}
.contact-middle-map .work-2 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #12b80e;
}
.contact-middle-map .work-2 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
/*work-3*/
.contact-middle-map .work-3{
	width: 30%;
    height: auto;
    position: absolute;
    right: 0%;
    /*top: 10%;*/
    top:40px;
}
.contact-middle-map .work-3 h3{
	border-bottom: 1px solid #762022;
   padding-bottom: .5rem;
   margin-right: 2rem;
   display: flex;
}
.contact-middle-map .work-3 p{
	display: flex;
}
.contact-middle-map .work-3 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #762022;
}
.contact-middle-map .work-3 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
/*work-4*/
.contact-middle-map .work-4{
	width: 30%;
    height: auto;
    position: absolute;
    right: 0%;
    bottom: 10%;
}
.contact-middle-map .work-4 h3{
	border-bottom: 1px solid #762022;
   	padding-bottom: .5rem;
   	margin-right: 2rem;
   	display: flex;
}
.contact-middle-map .work-4 p{
	display: flex;
}
.contact-middle-map .work-4 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #b36419;
}
.contact-middle-map .work-4 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
#comment-suggestion-complaint .csc{
	width: 100%;
	height: 150px;
	align-items: center;
    display: flex;
    justify-content: space-around;
    background-color: #fdfcf2;
    border: 1px solid #762022;
    border-radius: 10px;
}
#comment-suggestion-complaint .csc img{
	width: 20%;
}
#comment-suggestion-complaint .csc p{
	margin: 0;
}
.csc a{
	color: #212529;
}
#contact-map-inquiry .enquiry-map img{
	width: 100%;
}
#contact-map-inquiry .make-an-enquiry{
	width:100%;
	height: auto;
	text-align: center;
	padding: 1.5rem 2rem;
	margin-left: auto;
	margin-right: 5rem;
	box-shadow: 0px 0px 15px 0px #00000075;
	background-color: #fff;
	position: relative;
	
}
#contact-map-inquiry .make-an-enquiry h3{
	color: #762022;
}
#contact-map-inquiry .make-an-enquiry form{
	margin: 0;
	margin-top: 2rem;
}
#contact-map-inquiry .make-an-enquiry input{
	width: 100%;
	margin-bottom: 1.5rem;	
	background-color: #fcfcfa;
	border: 1px solid #cfcece;
	padding: .5rem 1rem;
	border-radius: 5px;
	font-family:'SansRegular';
    font-size:14px;
}
#contact-map-inquiry .make-an-enquiry textarea{
	width: 100%;
	margin-bottom: 1.5rem;
	background-color: #fcfcfa;
	border: 1px solid #cfcece;
	padding: .5rem 1rem;
	border-radius: 5px;
	resize: none;
}
#contact-map-inquiry .make-an-enquiry button{
	width: 100%;
	background-color: #762022;
	color: #fff;
	border: 1px solid #762022;
	padding: .5rem 1rem;
	border-radius: 5px;
}
/* --------- about us -------------*/
.about-img{
	position: relative;
}
.about-img img{
	width: 100%;
	position: relative;
}
.about-img span{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #762023;
    left: -10px;
    top: 10px;
    z-index: -1;
    transition: all .3s linear;
}
.about-img:hover span{
	top: -10px;
	left: 10px;
}
.about-spaces{margin: 5rem 0;}
.about-from-india-to-world{
	background: #b36419;
    color: #fff;
    padding: 4rem 4rem 4rem 6rem;
    text-align: center;
}
.about-from-india-to-world h2{color: #fff;}
.about-from-india-to-world p{margin: 0;padding: 0 1rem;}
.about-staying-healthy{
	background: #f9f6ea;
    padding: 4rem 6rem 4rem 4rem;
    text-align: center;
}
.about-staying-healthy p{margin: 0;padding: 0 1rem;}
/*.about-success-values{
	margin: 4rem 0;
}*/
.about-success-values p{margin: 0;}
.left{text-align: left;}
.right{text-align: right;}
.snapshot-border{
	border: 10px solid #feefe0;
    border-radius: 10px;
    background: #feefe0;
    box-shadow: 0px 2px 5px #d3d1d1;
    margin-bottom: 1rem;
}
.snapshot{
	background: #fac747;
    padding: 2.3rem;
    text-align: center;
    border-radius: 10px;
    height: 320px;
}
.snapshot img{
	width: unset!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}



footer{
	background:url(../images/footer.png);
	background-size:cover;
	background-repeat:no-repeat;
}
footer .footer-logo{
	    margin-top: -120px;
}
.footer-menu{
    padding-left: 0;
    margin-bottom:0px;
}
.footer-menu li{
	display:inline-block;
	padding: 10px 16px;
	position:relative;
}
.footer-menu li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	font-size:0.8rem;
}

.footer-menu li::after{
	    content: "\f111";
    position: absolute;
    right: -3px;
    top: 47%;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 0.4rem;
}
.footer-menu li:last-child::after{
	content:unset;
}
.footer .nav-link{
    color:white;
}

@media (max-width:1400px){
	.container {
    max-width: 95%;
}
}

@media (max-width:992px){
		.navbar-collapse{
		position: absolute;
		background: #fff;
		z-index: 9999;
		right: 15px;
		top: 50px;
		/*max-height: 200px;*/
		overflow: auto;
		}
		.navbar-collapse .nav-link{
			padding: 10px 20px;
		}
		/*contact*/
		.mobile-mt{
			margin-top: 4rem;
		}
		#comment-suggestion-complaint .csc{
			margin: 1rem 0;
		}
		#contact-map-inquiry .make-an-enquiry{
			width: 40%;
			margin-top: -15rem;
		}
		/* about */
		.about-from-india-to-world{padding: 4rem;}
		.about-staying-healthy{padding: 4rem;}
		.grains-hope-banner h2{
			font-size: 2rem;
			top: 20%;
		}
		#tabs2 section img{
			width: -webkit-fill-available;
		}
		.des-nav{display:none;}
		.mob-nav{display:flex;text-align:left}
		.adj-nav .nav-item .drop-down{
			position:unset;
			box-shadow:none;
			line-height:1.5;
		}
		.adj-nav .nav-item .drop-down li:not(:last-child){
			border:none;
		}
		.mob-nav .nav-item .drop_arr{
			display:flex;
			justify-content:space-between;
			align-items:center;
			/*padding-right: 20px;*/
		}
		.mob-nav .nav-item .nav-link i{
			font-size:1rem;
		}
		.navbar-coll{
			position: absolute;
			background: #fff;
			z-index: 9999;
			right: 15px;
			top: 70px;
			max-height: 350px; 
			overflow: auto;
			width: 260px;
			min-width: max-content;
			padding: 1rem;
			display:none;
	}
}
@media (max-width: 768px){

.main-slider .inner .slide{
	background-size:cover;
	background-position:50% 30%;
	}
.dp-none{
    display:none;
}
.main-slider .inner .slide, .main-slider .owl-carousel .owl-stage-outer, .main-slider .owl-carousel .owl-stage, .main-slider .owl-item.active {
    height: 67vh;
}
.main-slider .inner .slide h2{

	text-shadow: 1px 2px 1px #000000d4;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
	#contact-map-inquiry .make-an-enquiry{
		width: 100%;
		margin-top: 2rem;
	}
	.cmm-img{
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
	}
	.contact-middle-map .work-1{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	.contact-middle-map .work-2{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	.contact-middle-map .work-3{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	.contact-middle-map .work-4{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	#tabs label {
	    padding: 15px;
	}
	/* about */
	.order1{order: 1;}
	.order2{order: 2;}
	.order3{order: 3;}
	.order4{order: 4;}
	.order5{order: 5;}
	.order6{order: 6;}
	.order7{order: 7;}
	.order8{order: 8;}
	.order9{order: 9;}
	.order10{order: 10;}
	.right{text-align: center;margin-top: 2rem;}
	.left{text-align: center;margin-top: 2rem;}
	.fest-carousel .owl-next{
	    right:0;
	}
	.fest-carousel .owl-prev{
	    left:0;
	}
}
@media (max-width:500px){
	.main-slider .inner .slide {
		padding: 0 1rem;
	}
	.recipes-carousel .owl-next, .range-carousel .owl-next {
		right: 0;
	}
	.recipes-carousel .owl-prev, .range-carousel .owl-prev {
		left: 0;
	}
	.footer-menu{padding-left: 0;}
	.socialnav{padding-left: 0;}
	.rice-tales-banner h1{font-size: 2rem;}
	.about-from-india-to-world{padding: 2rem;}
	.about-staying-healthy{padding: 2rem;}
	.con-info{padding: 2rem 1rem;}
	.map-spot-1{top: 15%;left: 20%;}
	.map-spot-2{top: 20%;left: 27%;}
	.map-spot-3{top: 30%;left: 20%;}
	.map-spot-4{top: 30%;}
	#health-range .hr-products{padding: 3rem 1rem;}
	.sectionHeading{font-size: 1.5rem;}
	.mobile-mt{margin-top: 2rem;}
	.con-info{padding: 1rem 2rem;}
	.article-recipes{padding-bottom: 0;}
	.grains-hope-banner h2{
	    font-size:1.5rem;
	}
	.grains-of-hope-img h3{
	    font-size: 1.2rem;
	}
	.mobile-tc{
	    text-align:center;
	    min-height:347px;
	}
	.arrows-center{
	    display:flex;
	    justify-content:center;
	}
}
.fed{
	background: #762023;
    color: #fff;
    border: 1px solid #762023;
    padding: 0.55rem 2rem;
    border-radius: 2px;
    text-decoration: none;
}
#krbl-website a.btn-festival{
    background: #762023;
    color: #fff;
    border: 1px solid #762023;
    padding: 0.55rem 2rem;
    border-radius: 2px;
}
.btn:hover{
	color:white;
}

.footer .nav-link{
    color:white;
}
.newAvatarPopup{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.8);
}
.newAvatarPopup .content{
  position: absolute;
  max-width: 650px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width:992px){
	.newAvatarPopup .content{
		max-width: 100%;
		width: 75%;
	}
}
.newAvatarPopup .wrap{
  width: 100%;
}
.newAvatarPopup .closePopup{
  position: absolute;
  width: 25px;
  height: 25px;
  background: #672e1f;
  color: white;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
	line-height: 1;
	font-family: 'SansRegular';
	font-size: 14px;
	opacity: 1;
	float: none;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
}