@charset "utf-8";
/* CSS Document */

 
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/*


.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

body {
		font-family: "DM Sans", sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
	 
	background:url(../images/glance-bg.png) #F1FBE8 no-repeat;
/*	background: linear-gradient(17deg, rgba(241, 251, 232, 1) 0%, rgba(228, 247, 213, 1) 100%);*/
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:76px;
}
.grey-bg {
	background:#e4e4e4;
}
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#004e96;
	text-decoration:none;
}
.main-title h2 {
	font-size:40px;
	line-height:40px;
	color:#044E80;
	font-weight:900;
	margin-top:0;
	margin-bottom:36px;
	text-transform:capitalize;
	z-index:2;
	position:relative;
}
.main-title h3 {
	font-size:30px;
	line-height:30px;
	color:#044E80;
	font-weight:400;
	margin-top:0;
	text-transform:uppercase;
	z-index:2;
	position:relative;
}
.main-title h5 {
	font-size:13px;
	line-height:13px;
	color:#044E80;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0;
	z-index:2;
	position:relative;
}
.text-left h2 {
	text-align:left;
}
.white {
	color:#fff !important;
}
.white h2 {
	color:#fff !important;
}
/*=================================================
buttons
===================================================*/
.btn-primary:hover{
	background:none !important;
	border:none !important;
	color:#811017 !important;
}
 

.btn-sec {
	float:left;
	width:155px;
	position:relative;
}




input.btn-primary{
  font-size:16px;
  line-height:16px;
  display:inline-flex;
  align-items:center;
 
  background:none;
  color:#811017;
  border:1px solid #811017;
  border-radius:30px;
  padding:10px 26px;
  font-weight:500;
  text-decoration:none;
  text-transform:capitalize;
  cursor:pointer;
}

input.btn-primary:hover{
  font-size:16px;
  line-height:16px;
  display:inline-flex;
  align-items:center;
 
  background:#811017 !important;
  color:#fff !important;
  border:1px solid #811017;
  border-radius:30px;
   padding:10px 26px;
  font-weight:500;
  text-decoration:none;
  text-transform:capitalize;
  cursor:pointer;
}

/* Button */
.btn-primary{
  font-size:18px;
  display:inline-flex;
  align-items:center;
  position:relative;
  background:none;
  color:#811017;
  border:none;
  padding:0;
  font-weight:500;
  text-decoration:none;
  text-transform:capitalize;
  cursor:pointer;
}

/* Icon wrapper = the moving object */
.icon-wrap{
  width:37px;
  height:37px;
  margin-right:10px;
  position:relative;
  flex-shrink:0;

  transition: transform 0.9s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

/* Icons stacked in same space */
.icon-wrap i{
  position:absolute;
  inset:0;
  background-repeat:no-repeat;
  background-position:center;
  transition: opacity 0.35s ease;
}

/* Default icon */
.first-icon{
  background-image:url("../images/viewmore.png");
  opacity:1;
}

/* Hover icon */
.last-icon{
  background-image:url("../images/view-more-hover.png");
  opacity:0;
}

/* Text */
.btn-primary span{
  white-space:nowrap;
  transition: transform 0.9s cubic-bezier(.4,0,.2,1);
}

/* Hover behaviour */
.btn-primary:hover .icon-wrap{
  transform: translateX(calc(100% + 30px + 100%));
}

.btn-primary:hover span{
  transform: translateX(-37px);
}

.btn-primary:hover .first-icon{
  opacity:0;
}

.btn-primary:hover .last-icon{
  opacity:1;
}

.view-more {
	font-size:14px;
	margin-left:20px;
}
.white {
	color:#fff !important;
}
.nl-bcn {
	float:left;
	width:100%;
	margin-top:52px;
}
.csreq-form-btn {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:right;
}






.main-title h2 {
	font-size:32px;
	line-height:32px;
	color:#811017;
	font-weight:700;
}
/*==============================================================
FOOD AT GLANCE, THIS GOES TO INVESTORS CENTRE PAGE
================================================================*/



.food-glance {
	float:left;
	width:100%;
}
.rptv-inner {
	float:left;
	width:100%;
	background:#D1E3B7A6;
	border-radius:19px;
	border:1px solid #fff;
	min-height:142px;
	text-align:center;
	padding:17px 0;
}
.rptv-title {
	font-size:20px;
	line-height:26px;
	color:#2D441B;
	font-weight:bold;
}
.rptv-val {
	font-size:40px;
	line-height:46px;
	color:#2D441B;
	font-weight:bold;
}
.val-units {
	font-size:20px;
	line-height:26px;
	color:#2D441B;
	font-weight:bold;
}
/*==============================================================
IR HOME PAGE  CSS STARTS HERE
================================================================*/