.pr-10 {
    padding-right: 10px;
}
a, .text-default {
    color: #333333;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
    color: #A8CF45;
	text-decoration: underline;
}
.tr_white{
    color: #fff !important;
    position: relative;
    z-index: 10;
}
.tr_top_header {
    font-size: 12px;
}
.tr_top_header {
    background-color: #A8CF45;
    border-bottom: 1px solid #A8CF45;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}
.social-links {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0px 0 0px 0;
}
.tr_top_header .social-links li {
    padding: 3px 5px 2px;
    border-right: 1px solid #ffffff;
    margin: 0;
	display: inline-block;
}
.tr_top_header .social-links li:hover {
	background-color: #fafafa;
}
.tr_top_header .social-links li:hover a {
	color: #A8CF45;	 
}
.tr_top_header .social-links li a {
    border: none;
    width: 25px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
	font-size: 16px;
}
.tr_top_header .social-links li a i {
    line-height: 30px;
}
.tr_top_header a{
	color: #ffffff;
}
.tr_top_header a:hover{
	text-decoration: underline;
}
.topright {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    --line-height: 1.50;
    color: #ffffff;
}
.header {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}
.navbar {
    border: 0;
    z-index: 9999;
    letter-spacing: 4px;

}
.logo {
    display: block;
    height: auto;
    width: 52px;
    padding-top: 5px;
    margin-right: 15px;
}

.navbar-brand>img {
  height: 100%;
  width: auto;
}
.navbar .nav > li > a {
  line-height: 50px;
}

.navbar-header h1 {
    letter-spacing: 1px;
    color: black !important;
    font-family: 'Lobster Two', cursive;
}
li.nav-item {
    padding: 0px 10px;
}
.navbar li a, .navbar {
	color: black !important;
    font-size: 16px;
    transition: all 0.6s 0s;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-toggle {
    background-color: transparent !important;
    border: 0;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #A8CF45 !important;
	text-decoration: underline;
}

.tr_slider_section{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.tr_main_heading{
	width: 100%;
	text-align: center;	
	margin: 30px 0px;
}
.tr_main_heading h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tr_main_heading h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #A8CF45;
}
.tr_main_heading h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #A8CF45;
}
.tr_btn {
    border-radius: 10px;
    background: #282828;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #282828;
    position: relative;
    text-transform: uppercase;
	margin: 10px 0px;
	display: inline-block;
}
.tr_btn span{
    position: relative;
    z-index: 1;
}
.tr_btn:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: #A8CF45;
    left: 0;
    top: -1px;
    border-radius: 10px;
    border: 1px solid #A8CF45;
    opacity: 0;
    transition: all 0.8s ease;
}
.tr_btn:hover:before {
    width: 100%;
    opacity: 1;
}
.tr_btn:hover{
	color: #fff;
	text-decoration: none;
}
.tr_cat{
	padding: 80px 0px;
}
.tr_cat_desc {
    width: 100%;
    overflow: hidden;
    border: 1px solid #A8CF45;
    border-radius: 10px;
    min-height: 500px;
	text-align: center;
}
.tr_cat_desc h4 {
padding: 10px;
    margin: 0px;
    text-align: left;
}
.tr_cat_desc img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    transform: scale(1.01);
    transition: opacity .2s ease-in-out,transform .95s cubic-bezier(.25,.46,.45,.94);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
	display: inline-block;
	min-height: 250px;
}
.tr_cat_desc:hover img{
    transform: scale(1.07);
}
.tr_cat_desc p {
    padding: 5px 10px;
    text-align: left;
}
.tr_why_us{
width: 100%;
    background: url(../images/bg_banner.webp) no-repeat;
    padding: 80px 0px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    margin: 50px 0px 0px;
}
.tr_overlay_img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #1b1b1ba1;
    height: 100%;	
}
.tr_why_desc {
    background: #A8CF45;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    margin: 30px;
	z-index: 10;
}
.tr_footer {
    background: #202020;
    padding: 0px;
    text-align: center;
    padding: 20px 0px;
}
.tr_ft_section {
    width: 100%;
    margin: auto;
    text-align: center;
}
.tr_ft_section ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.tr_ft_section ul li {
    display: inline-block;
    padding: 0px 20px;
}
.tr_ft_section ul li a {
    color: #fff;
}
.tr_ft_section ul li a:hover {
	color: #A8CF45;
	text-decoration: none;
}
.tr_btm_footer {
	background: #000;
    color: #fff;
    text-align: center;
    padding: 30px 0px;
}
.tr_btm_footer p{
    margin: 30px 0px 0px;
    color: #fff;
    display: inline-block;
}
.mp_agro_about_us_heading{
    background-image: url(../images/daal_headingbg.jpg);
    background-position: center;
    color: white;
}
.mp_agro_about_us_heading_overlay{
    padding: 20px 0;
    background-color: rgba(72, 72, 72, 0.8);
}
.our_mission_wrapper{
    padding: 80px 0;
}
.mission_text p{
    margin-top: 30px;
}
.gallery_img{
    margin: 15px 0px 50px;
    overflow: hidden;
    border: 7px solid #eeeeee;
	text-align: center;
    position: relative;
}
.gallery_img img{
    height: 400px;
    width: 356px;
    transform: scale(1.01);
    transition: opacity .2s ease-in-out,transform .95s cubic-bezier(.25,.46,.45,.94);
}
.gallery_img:hover img{
    transform: scale(1.07);
}
.gallery_img_hover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 35px 30px;
    display: none;
}
.gallery_img:hover .gallery_img_hover{
    display: block;
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.gallery_img_hover h2{
    color: #a8cf45;
    line-height: 50px;
}
.gallery_img_hover p{
    color: white;
}
.gallery_img_hover a,.tr_pro_text a{
    border: 1px solid #a8cf45;
    color: #a8cf45;
    margin-top: 10px;
}
.gallery_img_hover a:hover, .tr_pro_text a:hover{
    background-color: #a8cf45;
    color: white;
    text-decoration: none;
}
.tr_pro_desc {
    padding: 80px 0px;
}
.tr_pro_box {
    margin: 30px 0px;
}
@media only screen and (max-width: 992px){
.rightMenu {
    position: fixed;
    top: 63px;
    left: 0px;
    background: #000;
    bottom: 0px;
	height: 100%;
    transition: all 0.4s ease;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: auto;
}
.navbar-collapse.medicalCollapse.collapse.show ul{
	width: 250px;
}
.navbar-collapse.medicalCollapse.collapse.show ul li{
	border-bottom: 1px solid #fff;	
}
.navbar-collapse.medicalCollapse.collapse.show ul li a{
	color: #fff !important;
	padding: 20px;
}
.navbar-collapse.medicalCollapse.collapse.show ul li a:hover{
	text-decoration: none;
	color: #A8CF45;
}
.mainHeader button{
	position: relative;
}
}
@media (min-width: 776px) and (max-width: 992px){
				.mission_image{
					margin-top: 100px;
				}
}
