html,

body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: #010101;
}

header {
	width: 100%;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	background-color: #fff;
	/* padding-bottom: 10px; */
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5);
	z-index: 9;
}

.bg-shade {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.logobox {
    width: 175px;
    height: 60px;
    flex: none;
    /* background-color: #fff; */
    margin-left: 20px;
    /* padding: 17px 5px 10px 5px; */
    border-radius: 0 0 5px 5px;
    position: relative;
    /* padding-top: 9px; */
    /* margin-top: 20px; */
}
.logobox img{
	object-fit: cover;
    width: 100%;
    height: initial;
}

.topactive > .logobox {
	/* width: 150px; */
    /* padding: 5px; */
    height: auto;
}

.topactive {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5);
}

.menu {
	flex: auto;
}

.nav {
	margin-top: 15px;
	margin-right: 15px;
}

.nav-link {
	color: #010101;
	font-weight: 500;
	margin-top: 10px;
}

.topactive > .menu > .nav > .nav-item > .nav-link {
	/* color: #E63036; */
}

.nav-link:hover {
	/* background-color: #57B642; */
	color: #57B642 !important;
	border-radius: 5px;
}

.nav-link:focus {
		/* background-color: #57B642; */
		color: #57B642 !important;
		border-radius: 5px;
}
.visible_mobi{
	display: none;
}

.tophead::after{
	content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(../images/bg1.png);
    background-position: center center;
    background-size: auto;
}

.phonenav{
	background-color: #28308A;
	color: #fff;
	display: flex;
	padding: 10px 15px;
	border-radius: 5px;
}
.phonenav small{
	font-size: 12px;
}
.dropdown-menu {
	padding: 0;
}
.dropdown-item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #57B642;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #57B642;
}



.home {
	width: 100%;
	height: 100vh;
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/banner1.jpg');
	background-position: center;
	background-size: cover;
/* padding-top: 100px; */
overflow: hidden;
position: relative;
}

.black{
	color: #010101;
}
.orange{
	color: #28308A;
}
.green{
	color:#57B642;
}

.carousel-item {
	height: 80vh;
	overflow: hidden;
}
.carousel-item img{
	object-fit: cover;
	height: inherit;
	width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    bottom: 0;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h5{
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.carousel-caption h6{
	font-size: 32px;
    /* line-height: 55px; */
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.pad-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.title_head{
	font-weight: 600;
	color: #28308A;
}
.title_head span{
	font-weight: 100;
}

.abtbtn{
	border: 2px solid #28308A;
	color: #28308A;
	border-radius: 30px;
	padding: 8px 30px;
	text-decoration: none;
}

.boxtwo p{
	text-align: justify;
}
.probox{
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
    /* box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%); */
}
.divhgt{
	height: 250px;
}
.probox h5{
	color: #57B642;
}
.arrowdiv{
	position: absolute;
    /* left: 50px;
    bottom: -25px; */
    z-index: 1;
}
.arrowdiv a{
	display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #28308A;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.arrowdiv a:hover{
	background-color: #010101;
	color: #fff;
}
.pro-img{
	height: 200px;
    overflow: hidden;
	
	display: none;
}
.pro-img img{
	height: inherit;
    width: 100%;
    object-fit: cover;
}

.bg-product{
	background-image: url(../images/bg2.jpg);
	background-position: inherit;
	background-repeat: no-repeat;
	background-size: cover;
}

.galimg{
	/* width: 100%; */
	height: 250px;
	overflow: hidden;
	margin: 5px;
}
.galimg img{
	object-fit: cover;
	height: inherit;
	width: 100%;
}
.txt-r{
	text-align: right;
}
.bgquote{
	background-color: #57B642;
	padding: 50px 20px;
	color: #fff;
}
.btnquote{
	background-color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 21px;
    font-weight: 600;
    color: green;
}


.bg-foot{
	background-color: #010101;
	color: #fff;
	padding: 50px 20px;
	font-size: 16px;
}

footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
}
footer .footicon{
	margin-right: 6px;
	margin-left: 10px;
}
.footlogobox{
	width: 150px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footlist2 {
padding: 0;
margin: 0;
}
.footlist2 li{
	list-style-type: none;
	display: inline-block;
	padding-left: 30px;
    font-size: 20px;
}
.footlist2 li a{
	color: #fff;
}
.font14{
	font-size: 14px;
}



.btnquote:focus{
	outline: none;
	box-shadow: none;
}
.modal-title {
	color: #28308A;
}
.modal-header{
	border-bottom: 0;
}
.modal-footer{
	border-top: 0;
	justify-content: center;
	/* text-align: left;
	flex-wrap: initial; */
}
.sendbtn{
	background-color: #57B642;
	color: #fff;
}
.sendbtn:hover{
	background-color: #010101;
	color: #fff;
}
.sendbtn:focus{
	outline: none;
	box-shadow: none;
}
/* 
.phnicon{
	font-size: 26px;
} */


/* gallery */


.photo-gallery {
	color:#313437;
	background-color:#fff;
  }
  
  .photo-gallery p {
	color:#7d8285;
  }
  
  .photo-gallery h2 {
	font-weight:bold;
	margin-bottom:40px;
	padding-top:40px;
	color:inherit;
  }
  
  @media (max-width:767px) {
	.photo-gallery h2 {
	  margin-bottom:25px;
	  padding-top:25px;
	  font-size:24px;
	}
  }
  
  .photo-gallery .intro {
	font-size:16px;
	max-width:500px;
	margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
	margin-bottom:0;
  }
  
  .photo-gallery .photos {
	padding-bottom:20px;
  }
  
  .photo-gallery .item {
	padding-bottom:30px;
  }
  
.item{
	padding: 5px;
}  


/* contact */
.bgcontact{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/contact-banner.jpg');
	background-position: center;
	background-size: cover;
}
.ban-title{
	margin-top: 35vh;
}
.cont-detail{
	/* margin-left: 50px; */
	padding: 50px;
}
.cont-detail h1{
	font-size: 36px;
    font-weight: 600;
    letter-spacing: -2px;
}

.contimg{
	height: 620px;
	overflow: hidden;
}
.contimg img{
	height: inherit;
	width: 100%;
	object-fit: cover;
}
.bgwhite{
	background-color: #fff;
	box-shadow: 0px 5px 18.9px 2.1px rgb(0 0 0 / 5%);
}
.contactinfo{
	padding: 30px;
	/* border: 1px solid #ddd; */
	/* background-color: #fff; */
	/* box-shadow: 0px 5px 18.9px 2.1px rgb(0 0 0 / 5%); */
}
.contactinfo li a{
	color: #010101!important;
}
.contactinfo h5{
	color: #28308A;
}
 
/* about */
.aboutpage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/banner1.jpg');
background-position: center;
background-size: cover;

}

.bg-productpage{
background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../images/bg2.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.pageimg {
width: 100%;
height: 500px;
background-size: cover;
background-position: center;
overflow: hidden;
position: relative;
}
.pagetitle {
width: 600px;
height: 50px;
margin: 18% auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
text-align: center;
font-size: 50px;
line-height: 55px;
font-weight: 600;
color: #fff;
text-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.aboutsectionpage .shapeone {
position: absolute;
left: 5px;
top: 20px;
width: 430px;
height: 510px;
background-image: url(../images/shape-3.png);
}
.aboutsectionpage .logo {
position: relative;
background-color: #eceff1;
padding: 160px 60px 30px;
margin-top: -140px;
margin-left: -60px;
display: inline-block;
margin-bottom: 30px;
z-index: -9;
}
.pad-100{
padding-top:100px;
padding-bottom:100px;
}
.aboutsectionpage p {
text-align: justify;
}
.boxtwo{
margin: 0 auto;
width: 450px;

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


.photos .nav-link{
	padding: 10px;
}
.photos .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #57B642;
}



/* products */
.galpage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/banner4.jpg');
background-position: center;
background-size: cover;

}

.basmatipage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/basmati/banner.jpg');
background-position: center;
background-size: cover;

}
.nonbasmatipage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/non-basmati/banner.jpg');
background-position: center;
background-size: cover;

}
.wheatbarleypage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/wheat-barley/banner1.jpg');
background-position: center;
background-size: cover;

}
.soyapage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/soya/banner1.jpg');
background-position: center;
background-size: cover;

}
.spicepage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/spices/banner.jpg');
background-position: center;
background-size: cover;

}
.cottonpage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/cotton/banner.jpg');
background-position: center;
background-size: cover;

}

.fruits-dryfruitspage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/fruits/banner1.jpg');
	background-position: center;
	background-size: cover;
	
}

.vegpage{
	background-image: -webkit-linear-gradient(rgba(205, 152, 56, 0.2), rgba(205, 152, 56, 0.2)), url('../images/vegitables/banner2.jpg');
	background-position: center;
	background-size: cover;
	
}


.form-control{
	border-color: #57B642;
}
.form-control:focus{
	box-shadow: none;
	outline: none;
	border: 1px solid #57B642;
}


.cont a{
	color: #040404;
	text-decoration: none;
}
.conticon{
	border: 4px solid #57B642;
	width: 100px;
	height: 100px;
	transform: rotate(45deg);
	margin: auto;
}
.conticon .ic{
	transform: rotate(-45deg);
			font-size: 32px;
			/* margin: 0 auto; */
			margin: 30px;
			color: #28308A;
}


.varietyimg img{
	width: 100%;
}

.image{
	height: 400px;
    overflow: hidden;
    position: relative;
}
.image img{
	object-fit: cover;
    height: inherit;
    width: 100%;
}



.abtimg{
	height: 400px;
    overflow: hidden;
    position: relative;
}
.abtimg img{
	object-fit: contain;
    height: inherit;
}

.showimg{
	display: none;
}