/*
Theme Name: Emili
Description: Emili is a simple responsive SEO friendly theme. 
Version: 1.0
Tags:  blog, news, featured-images, one-column, theme-options, consultants
Text Domain: Emili
Domain Path: Emili
Author: A2Z Developing Team [tanand79gmail.com] 
*/
*{ 
	font-family:'Montserrat';
}
.col-md-5ths {
	width: 20%;
	float: left;
}
.text-center img {
	display: inline-block;
}
.header-contact ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins';
}
.header-contact ul li a i {
	color: white;
	margin-right: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
}
.header-contact ul li {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 35px;
	margin-right: 30px;
}
.header-contact ul li.mail {
	background-image: url('img/others/mail.png');
}
.header-contact ul li.phone {
	background-image: url('img/others/phone.png');
}
.header-contact ul li.user {
	background-image: url('img/others/user.png');
}
.header-contact ul li.locate {
	background-image: url('img/others/locate.png');
}
.social-icons ul li i {
	border: none !important;
}
.header-social-icons ul {
    float: right !important;
}
.social-icons ul li {
	margin-right: 10px !important;
}
.social-icons ul {
	margin-left: 0px !important;
}
.social-icons ul li {
    padding: 0px !important;
}
.lang ul li {
	margin-right: 20px;
}
.lang ul li:last-child {
	margin-right: 0px;
}
.header-top-wrap {
    background-color: #0862a1;
    padding: 10px 0px;
}
.header-top {
	padding: 25px 20px;
}
.mainmenu {
	padding-top: 10px;
	float: right;
}
.header-icons {
	float: right;
	padding-top: 10px;
}
.header-icons ul li {
	padding: 0px 5px;
}
.header-icons ul li a {
	color: #fff;
	background: #709a41;
	border-radius: 50%;
	height: 40px;
	padding: 7px;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #040404;
	font-weight: 500;
	text-transform: uppercase;
}
.header-icons ul li:last-child a {
	background: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	color: #040404;
}
header .mainmenu ul li {
	padding: 0px 15px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
header .mainmenu ul li.current-menu-item a{
	color:#709a41;
}


/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 40px;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #709a41;
}
.header-logo {
	position: absolute;
	z-index: 999;
}
.header-icons ul li a i {
	width: 20px;
}
header .header-bottom {
	position: relative;
	background: #f8f8fb;
}
header .header-bottom img {
	border-radius: 0px 0px 100px 0px;
	width: 100%;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	width: 100%;
}
.banner-contents.home-banner img {
	width: 70% !important;
}
.banner-info h1 {
	color: #fff;
	font-size: 45px !important;
}
.banner-info a {
	text-decoration: none;
	font-size: 18px;
	color: #0862a1 !important;
	border-radius: 50px !important;
	background-color: #fff !important;
	padding: 10px 30px;
	border: transparent !important;
}
header .header-bottom .banner-info {
    width: 50%;
}
.banner-contents p {
	font-size: 18px !important;
	color: #fff !important;
	line-height: 1.4 !important;
	padding-top: 20px !important;
	font-weight: 400 !important;
	font-family: 'Poppins' !important;
	text-align: left !important;
}
.banner-info {
    width: 50%;
    position: relative;
    z-index: 999999;
}
.content {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 9999999;
}
button.close {
    position: absolute;
    right: 0;
    z-index: 999;
}
div#myModal {
    z-index: 99999999;
}
#myBtn {
	font-size: 18px;
	background: #fff;
	color: #0862a1;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	box-shadow: 0px 0px 0px 11px #0862a163;
	z-index: 0;
}
.content button {
    margin: auto;
    display: block;
    width: max-content;
    position: relative;
    z-index: 999999999;
}
video#myVideo {
    width: 100%;
}
.modal.show .modal-dialog {
    transform: none;
    width: 100% !important;
    max-width: 100% !important;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 15%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999999999;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	border-radius: 0px;
	height: 4px;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    width: 20px;
}
header .header-bottom .owl-carousel {
    z-index: inherit;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 9;
}

.our-work-section {
	padding: 70px 0px;
	background: #f8f8fb;
}
.heading h3 {
	color: black;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.6;
}
.heading h3 span {
	color: #709b42;
	font-size: 36px;
	font-weight: 600;
}
.work-box-wrap {
	padding-top: 50px;
}
.our-work-box {
	border-radius: 0px 30px 0px 30px;
}
.our-work-head {
	text-align: center;
	min-height: 70px;
}
.our-work-head h5 {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 25px;
	color: white;
	text-transform: uppercase;
	line-height: 1.6;
}
.work-img img {
	border-radius: 0px 30px 0px 30px;
	border-bottom: 5px solid white !important;
	border-left: 5px solid white;
}
.box1 {
	background: #709b42;
}
.box2 {
	background: #337898;
}
.box3 {
	background: #732d73;
}
.box4 {
	background: #f9b355;
}

.owl-carousel-work .owl-nav button {
	background: black;
	border: 1px solid #757575 !important;
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	font-size: 25px !important;
	margin-top:  !important;
	color: #757575 !important;
}
.owl-carousel-work .owl-nav button:hover {
	background: transparent !important;
}

.owl-carousel-work .owl-dots {
	display: none;
}

.innovation-farms {
	padding: 70px 0px 0px;
}
.farms-wrap {
	padding-top: 40px;
}
.full-bg .heading h3 {
	color: #fff;
}
/*.farms-content {
	padding-top: 30px;
}*/
.heading p {
	font-size: 18px;
	color: #383838;
	line-height: 2.2;
	padding-top: 0px;
	font-family: 'Poppins';
	font-weight: 300;
	margin-bottom: 40px;
}
.heading a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 0px 30px 0px 30px;
	background-color: #709b42;
	padding: 15px 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.farm-img {
	background: url(img/others/farms-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.news-timeline img {
	display: block;
	height: 160px;
	width: 4% !important;
}

.about-contents {
	padding-top: 30px;
}
.our-categ {
	padding: 70px 0px;
	background-image: url(img/others/categary-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.categories-heading h3 {
	color: #fff !important;
}
.categories-heading p {
	color: #fff !important;
}
.tab-bg {
    background-image: url(img/others/mobile-img.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    padding-top: 190px;
    padding-left: 20px;
    width: 65%;
    margin: auto;
    padding-bottom: 110px;
    padding-right: 20px;
}
.tab {
	background-color: #fff !important;
	width: 100%;
}
.tab button {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	background: #fff;
}
.tab button:hover {
  background-color: #0862a1;
  color: #fff;
}
.tab button.active {
	background-color: #0862a1;
	color: #fff;
}
.button-wrap ul li p {
	font-size: 18px;
	font-family: 'Poppins';
	padding: 20px 10px !important;
}
.button-wrap ul li img {
	padding: 5px;
}
.tabcontent {
	padding: 0px 12px;
	width: 70%;
	border-left: none;
	margin: auto;
	text-align: center;
}
.product-wrap {
	padding-top: 40px;
}
.product-heading {
    padding-bottom: 40px;
    padding-top: 70px;
}
.heading h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}
.heading h6 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 20px;
}
.categ-tab-content p {
	color: #fff !important;
}
.categ-tab-content a {
	background: #fff !important;
	color: #0862a1 !important;
}
.latest-news {
	padding: 70px 0px 50px;
	background: #d6e7c5;
	border-radius: 100px 0px 0px 0px;
	margin-top: -10px;
}
.news-wrap {
	padding: 45px 0px 0px;
}
.news-box-image img {
	border-radius: 50px 0px;
	padding-bottom: 100px;
}
.news-row {
	padding: 30px 0px 0px;
}
.news-content h5 {
	font-size: 18px;
	color: #0862a1;
	font-family: Poppins;
	font-weight: 500;
}
.news-content h5 i {
	margin-right: 5px;
}
.news-content h4 {
	font-size: 24px !important;
	font-weight: 600;
	color: #709b42;
	text-transform: uppercase;
	margin-top: 0px;
}
.news-content p {
	font-family: poppins !important;
	font-weight: 400 !important;
	font-size: 15px;
	line-height: 2.2;
	margin-bottom: 20px;
}
.news-content a {
	color: #709b42 !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	text-decoration: underline !important;
	background: none !important;
	padding: 0;
}
.news-box {
	background: white;
	padding: 20px 20px 20px 60px;
	border-radius: 50px 0px;
	margin: 140px 0px 0px -60px;
}
.news-timeline img {
	display: block;
	margin: auto;
}
.news-timeline {
	margin-top: -90px;
}
.news-timeline h6 {
	color: white;
	background: #709b42;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 15px;
	margin-bottom: 0px;
}
.left-box {
	display: block;
	margin-left: 0px !important;
	margin-right: -60px !important;
	position: absolute;
	width: 57%;
}
.news-content a i {
	margin-left: 5px;
}

.our-event {
	padding: 70px 0px;
}
.event-box {
	padding: 20px;
	border-bottom: 4px solid #212a5a;
	box-shadow: 0px 0px 15px -6px;
	margin: 0px 0px 20px;
	border-right: 1px solid #c3c5d0;
}
.event-box h6 {
	font-size: 14px;
	font-weight: 500;
	color: #838383;
}
.event-box h6 i {
	color: #709a41;
}
.event-box p {
	font-size: 16px;
	font-family: 'Poppins';
	line-height: 1.8;
}
.event-box a {
	text-transform: uppercase;
	color: #709a41;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}
.event-btn {
	text-align: center;
	margin: 40px 0px;
}
.upcoming-event {
	background: #709a41;
	opacity: 0.80;
	width: 22% !important;
	padding: 20px;
	position: absolute;
	margin: 10px;
	margin-top: 155px;
}
.upcoming-event h5 {
	color: white;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.6;
}
.upcoming-event p {
	color: white;
	margin-bottom: 20px;
	line-height: 1.6;
}
.upcoming-event a {
	padding: 0;
	font-weight: 600;
}
.event-box h5,.event-box h5 a {
	color: #709b42;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration:none;
}

.product-count {
	margin-bottom: 50px;
}
.pro-img {
    position: relative;
    width: 90%;
    z-index: 99999;
}
.product-bgshape {
    position: absolute;
    right: -15px;
    bottom: -17px;
    z-index: -1;
}
.system-modules {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.system-modules p {
	font-size: 17px;
	color: #252525;
	font-weight: 700;
	margin-top: 20px;
}
.modules-btn {
	margin: 40px 0px;
}
.flow-image {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -820px;
}
.system-workflow {
	position: relative;
}
.service-section {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100,7db9e8+100 */
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

    padding-top: 300px;
    padding-bottom: 70px;
}
.service-section .container {
	padding-top: 80px;
}
.service-head {
	margin-bottom: 40px;
}
.our-service h6 {
	font-size: 24px;
	color: #1b42c6;
	font-weight: 700;
	margin-top: 20px;
}
.our-service img {
	border-radius: 5px;
}
.our-service p {
	font-size: 18px;
	color: #313131;
}
.our-clients {
    background-color: #e8ecf9;
    padding: 70px 0px;
}
.client-head {
	margin-bottom: 30px;
}
.client-logo {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.contact-section {
	padding: 50px 0px;
	background: #fafafa;
}
.contact-box {
	padding: 50px;
	box-shadow: 0px 0px 20px -11px #000;
}
.get-touch-form h3 {
	font-size: 29px;
}
.get-touch-form p {
	font-size: 16px;
	padding: 20px 40px;
}
.contact-head {
    width: 60%;
    margin-left: 440px;
    padding-top: 410px;
}
.contact-head p {
	color: #fff;
}
.form-group {
	padding: 5px 0px;
}
.contact-form .form-group label {
	font-size: 16px !important;
	font-family: 'poppins';
	font-weight: 400;
}
.contact-form input, 
.contact-form select {
	height: 45px;
}
.contact-form .form-group input, 
.contact-form .form-group select {
	font-size: 14px !important;
	font-family: 'poppins';
	font-weight: 300;
	color: #383838 !important;	
}
.contact-form .form-control.user {
	background-image: url(img/icons/user-icon.png);
	background-repeat: no-repeat;
	background-position: 97%;
}
.contact-form .form-control.select {
	background-image: url(img/icons/dropdown.png);
	background-repeat: no-repeat;
	background-position: 99%;
}
.contact-form .form-control {
		position: relative;
    background-color: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin-bottom: 10px;
    padding-right: 45px;
    font-size: 18px;
}
.contact-form .form-control.phone{	
    background-image: url(img/icons/phone-icon.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.contact-form .form-control.email{	
    background-image: url(img/icons/envelop-icon.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.form-group.radio-btn input {
	height: 15px;
}
.captcha-head {
	margin: 20px 0px 0px;
}
.news-btn {
	padding: 40px 0px 0px;
}
.our-service a {
	font-size: 18px;
	color: #1b42c6;
	text-decoration: underline;
}
.our-service {
	margin-bottom: 40px;
}
.cloud-head {
    background-image: url(img/others/aws-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    height: 500px;
    padding-top: 130px;
    padding-left: 30px;
    margin-top: 40px;
}
.cloud-head h3 {
	color: #fff;
}
.cloud-head img {
	display: block;
	margin-bottom: 20px;
}
.cloud-head a {
	width: max-content;
	display: block;
}
.contact-img img {
    padding-top: 100px;
}

.radio-btn p {
	font-family: 'poppins';
	font-size: 15px;
}
.contact-form .sub-btn {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #1b42c6 !important;
	padding: 10px 40px;
	width: 100%;
	text-align: center;

}
.event-wrap {
	padding: 40px 0px 0px;
}
.our-event {
	padding: 70px 0px 100px;
}
.footer-section {
	padding: 70px 0px 0px;
	background-color: #709b42;
	border-radius: 0px 100px 0px 0px;
}
.copyrights {
	padding: 25px 15px;
	background: #77a248;
}
.footer-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	top: 0;
}
.footer-content {
	padding: 80px 0px 20px;
}
.footer-logo {
	text-align: center;
	margin-top: 25%;
}
.footer-social p {
	font-family: 'Raleway';
	color: #fff;
	font-size: 19px;
}
.footer-social ul li {
	padding: 5px;
}
.footer-wrap h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.footer-contact ul li a {
	line-height: 2.2;
}
.footer-head ul {
	padding-top: 15px;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-social ul {
	margin-top: 20px !important;
}
.footer-head h3 {
	font-size: 24px;
	text-transform: uppercase;
}
.footer-head ul li a {
	font-size: 18px;
	font-weight: 500;
}
.footer-head ul li a i {
	font-size: 15px;
	margin-right: 10px;
}
.footer-head ul li {
	padding-bottom: 25px;
}
.footer-contact input {
	border-radius: 0px;
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
}
.footer-contact .input-group {
    background-color: #181818;
    border-radius: 50px;
    border: 1px solid #ffff;
    padding: 4px;
    margin-bottom: 30px !important;
}
.footer-contact span {
    border-radius: 50px;
    background-color: transparent !important;
    border: none !important;
}
.footer-contact span a {
    background-color: #f97627;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    padding: 7px 20px;
}
.footer-wrap {
	padding-bottom: 40px;
}
.footer-contact ul li {
	padding-bottom: 30px;
}
.footer-social ul li a i {
	color: white;
	border-radius: 50%;
	font-size: 17px;
	text-align: center;
	width: ;
	width: 30px;
	height: 30px;
	padding-top: 6px;
	background: #0862a1;
}
.footer-contact ul li a i {
	color: white;
	font-size: 20px;
}
.heading input {
	width: 70%;
	background: transparent;
	height: 50px;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	padding-left: 15px;
	border: 1px solid white;
}
.heading input[type="submit"] {
	width: auto;
	border: none;
	margin-top: 30px;
	background: white;
	color: #201c4e;
	border-radius: 0px 30px;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}
.heading input::placeholder {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.copyrights p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.social-icons {
	text-align: right;
}
.social-icons ul li {
	color: white;
	padding-right: 15px !important;
	border: 1px solid white;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.social-icons ul li i {
	text-align: center !important;
	padding: 9px;
}
.accordion {
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	font-family: 'Poppins';
	background-image: url(img/icons/dropdown.png);
	background-repeat: no-repeat;
	background-position: 97%;
}


.panel {
	padding: 10px 18px;
	display: none;
	background-color: #0862a1;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}
.panel label {
	padding-bottom: 10px;
}
.quantity {
 display: inline-block; }

.quantity .input-text.qty {
	width: 30px;
	height: 30px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #000;
	margin: 0px 3px;
	font-family: 'Poppins';
	font-size: 14px;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus, .quantity.buttons_added .plus {
	height: 30px;
	background-color: #0862a1;
	border: 1px solid #0862a1;
	cursor: pointer;
	color: #fff;
	width: 30px;
}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #0862a1; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }


.innovation-page {
	padding: 70px 0 220px;
	background: #f7fcf1;
}
.farms-content ul li {
	padding-bottom: 10px;
}
.farms-content ul li i {
	background: #619b15;
	color: white;
	font-size: 11px;
	padding: 3px;
	border-radius: 50%;
	margin-right: 10px;
}
.farms-content ul {
	padding-bottom: 30px;
}
.farm-head h3 {
	text-align: left !important;
}
.innovation-img {
	background: url(img/others/farms/scale-farm-dot-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 30%;
	padding: 15px;
}
.innovation-img img {
	border-radius: 250px 0px;
	border-right: 10px solid #709b42;
	border-top: 10px solid #accb83;
}
.power-content {
	padding: 30px 50px;
	background: #709b42;
	border-radius: 100px 0px;
	margin: 0px 80px;
}
.power-content h4 {
	color: white;
	text-transform: uppercase;
	line-height: 1.8;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
.power-tech {
	margin-top: -120px;
}
.innovation-news {
	padding: 70px 0px;
	background: #f8f8f8;
}
.innovation-head h3 {
	padding: 0px 100px;
	line-height: 1.6;
}
.innovation-head p {
	padding: 0px 250px;
	text-align: center;
}
.innovation-news-box {
	background: white;
	box-shadow: 0px 0px 31px -13px;
	border-radius: 30px;
	padding: 15px 15px 20px;
	margin: 20px 0px;
}
.innovation-news-box img {
	border-radius: 20px;
}
.innovation-news-box p {
	color: #709a41;
	font-size: 12px;
}
.innovation-news-box p {
	color: #709a41;
	font-size: 12px;
	margin-bottom: 10px !important;
}
.innovation-news-box h6 {
	color: black;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	font-weight: 500;
}
.innovation-news-box a {
	font-size: 13px;
	padding: 10px 15px !important;
	border-radius: 0px 20px;
}
.our-partners {
	padding: 70px 0px;
}
.partner-head p {
	text-align: center;
	line-height: 2.2;
}
.partners-wrap {
	padding-top: 30px;
}
.partner-logo {
	text-align: center;
}
.partner-logo:hover {
	box-shadow: 0px 0px 17px -7px;
}


/*ABOUT US PAGE*/
	header .header-bottom.inner-holder {
		position: relative;
		background: #f8f8fb;
	}
	.banner-contents img {
		width: 50% !important;
	}
	.our-work-section.about-section {
		background: #f8f8fb;
	}
	.about-content {
		padding: 50px 20px;
		border-radius: 10px;
		min-height: 395px;
	}
	.about-content.box-1 {
		background: #709b42;
	}
	.about-content.box-2 {
		background: #212959;
	}
	.about-content.box-3 {
		background: #337898;
	}
	.about-content.box-4 {
		background: #732d73;
	}
	.about-content .about-head h5 {
		font-size: 16px;
		font-weight: 500;
		padding: 0;
		color: #fff;
		text-transform: uppercase;
		line-height: 1.9;
		min-height: 150px;
		padding: 30px 20px 0px 0px;
	}
	.about-section .heading h3{
		padding-bottom: 20px;
	}
	.pillar-holder {
		background: #e1ecd6;
		border-radius: 80px 0 0px 0px;
	}
	.pillar-img {
		background: url("img/others/about-pillar-bg.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.farms-content.pillar-content h3 {
		text-align: left;
	}
	.farms-content.pillar-content {	
		padding-top: 60px;
	}
	.agri-wrap .farms-content{
		padding-bottom:20px;
	}
	.agri-wrap .farms-content .btn-1,.agri-wrap .farms-content .btn-2 {
		margin: 0px 10px 20px 10px;
	}
	.agri-wrap .farms-content p {
		padding: 0 160px;
	}
	.our-work-section .pillar-wrap .farms-content {
		padding-bottom: 20px;
	}
	.agri-holder .agri-wrap p,.pillar-holder .heading p {
		color: #000;
		padding: 20px 110px;
	}
	.pillar-holder .heading p {
		color: #000;
		padding: 20px 160px;
	}
	.pillar-wrap .farms-content p {
		color: #000;
		padding-right: 50px;
		line-height: 2.2;
	}
	.pillar-holder .pillar-wrap {
		padding-bottom: 60px;
	}
	.member-section {
    background: #e1ecd6;
		padding-bottom: 70px;
	}
	.member-section .member-wrap h3{
		text-align:center;
	}
	.member-section .member-wrap h3 {
		text-align: left;
	}
	.member-section .member-wrap p {
	line-height: 2.2;
	color: #000;
}
.about-wrap {
	padding-top: 30px;
}
	.collabrate-wrap p {
	padding: 20px 70px;
	margin: 0;
}
	.pillar-img img {
		border-radius: 180px 0px;
	}
	.abt-arrow {
	padding-top: 20px;
}
.abt-arrow img {
	width: 19%;
}
.agri-holder {
	background: none;
	padding: 40px 0px 70px;
}
.pillar-right-img {
	background: url("img/others/about-pillar-bg-left.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.pillar-right-img img {
	border-radius: 0px 180px;
}
.con-right {
	padding: 110px 0px 0px 50px;
}
.pillar-holder {
	background: #e1ecd6;
	border-radius: 80px 0 0px 0px;
	padding: 70px 0px 0px;
}

.footer-about-bg {
	background: #e1ecd6;
}







.activity-box {
    position: relative;
}
.activity-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 20px;
}
.activity-content h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}
.activity-content a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px 30px;
    background-color: #212a5a;
    padding: 10px 20px;
}
.activity-img img {
	border-radius: 15px;
}
.our-activity .owl-item.active.center .activity-content a {
    background-color: #709a41;
}
.our-activity {
	position: relative;
	padding: 70px 0px;
}
.activity-content a:hover {
    background-color: #709a41;
}

/*********** CAROUSEL NAV***********/
.our-activity .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/act-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 36px;
	left: -3%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 36px;
	outline: none !important;
}
.our-activity .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/act-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 36px;
	right: -3%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 36px;
	outline: none !important;
}
.our-activity:hover .owl-prev {
	opacity: 1;
	background-image: url("img/icons/act-hover-left-arrow.png") !important;
}
.our-activity:hover .owl-next {
	opacity: 1;
	background-image: url("img/icons/act-hover-right-arrow.png") !important;
}
.innovation-news-box h6 {
    min-height: 70px;
}
.partner-logo {
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
}
.partners-wrap {
	padding: 0px;
}
.partners-wrap .partner-logo.partner {
    border-right: none;
}
.partners-wrap.partners .partner-logo {
    border-bottom: none;
    border-left: 1px solid #d6d6d6;

}
.copyrights p {
	margin-bottom: 0px;
}
.social-icons ul {
	margin-bottom: 0px;
}
.footer-section {
	overflow: hidden;
}


.modal.show .modal-dialog {
    transform: none;
    width: 50% !important;
    max-width: 50% !important;
}
button.btn-close {
    text-align: center;
    display: block;
    width: 30px;
    margin-left: auto;
    position: relative;
    background-position: center;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    height: 25px;
    border-radius: 50%;
    right: 18px;
    padding-right: 0px;
    top: 20px;
    background-size: 30%;
}
.innovation-img {
    position: relative;
}
.innovation-img .play-btn img {
    border-radius: inherit;
    border-right: none;
    border-top: none;
}
.play-btn a {
    background-color: transparent;
    padding: 0px;
    display: block;
    text-align: center;
}
.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: 100%;
}
.digital-content {
	padding: 0;
}
.digital-content p {
	padding: 0;
	margin-bottom: 20px;
}
.innov-farm-wrap {
	padding-top: 40px;
}
.coll-with-us {
	padding: 70px 0px;
}


/*RESPONSIVE*/
@media screen and (max-width: 4880px) {
.contact-head {
    width: 60%;
    margin-left: 380px;
    padding-top: 170px;
}
.contact-img img {
    width: 60%;
}
}

@media screen and (max-width: 3840px) {
.contact-head {
    width: 60%;
    margin-left: 230px;
    padding-top: 70px;
}
.footer-btn {
    top: -225%;
}
}
@media screen and (max-width: 2880px) {
.contact-head {
    width: 60%;
    margin-left: 180px;
    padding-top: 20px;
}
.footer-btn {
    top: -170%;
}
.contact-img img {
    width: 60%;
}
}
@media screen and (max-width: 1980px){
.footer-btn {
    top: -125%;
}	
.contact-img img {
    width: auto;
}
.news-box {
	padding: 40px 40px 40px 80px;
	margin: 100px 0px 0px -80px;
}
.news-timeline {
	margin-top: -110px;
}
.upcoming-event {
	width: 15%;
}
.news-content p {
	font-size: 17px;
}
}
@media screen and (max-width: 1680px) {
	.footer-btn {
    top: -105%;
}
.upcoming-event {
	width: 18%;
}

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {
.banner-contents img {
	width: 50% !important;
}
.news-box-image img {
	padding-bottom: 150px;
}
.footer-head ul li a {
	font-size: 16px;
}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
.upcoming-event {
	width: 22%;
}
}
@media screen and (max-width: 1279px) {
header .mainmenu ul li {
	padding: 0px 7px;
}
header .mainmenu ul li a {
	font-size: 13px;
}
.header-icons ul li:last-child a {
	font-size: 13px;
}
.header-icons ul li a {
	padding: 5px;
	font-size: 13px;
}
.header-contact ul li {
    margin-right: 0px;
    padding-left: 30px;
}
.header-icons ul li a i {
	width: 16px;
}
.upcoming-event {
	width: 23% !important;
	margin-top: 125px;
}
.our-work-head {
	min-height: 100px;
}
.news-box {
	padding: 20px 20px 20px 60px;
	margin: 100px 0px 0px -60px;
}
.news-timeline {
	margin-top: -90px;
}
.news-timeline h6 {
	margin-left: -10px;
}

.tab-bg {
    width: 100%;
}
	.social-icons ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.social-icons ul li a i {
    width: 35px;
    height: 35px;
}
.contact-section {
    padding: 90px 0px 90px;
}
.footer-btn {
    top: -70%;
}
.contact-head {
    width: auto;
    margin-left: 50px;
    padding-top: 0px;
    padding-right: 30px;
}
.heading h3 {
    font-size: 30px;
}
.heading h3 span {
    font-size: 30px;
}
.heading a {
    font-size: 13px;
}
.heading p {
	font-size: 16px;
}
.upcoming-event h5 {
	font-size: 16px;
}
.cloud-head {
    height: 390px;
    padding-top: 110px;
    padding-left: 30px;
    margin-top: 40px;
}
.flow-image {
    bottom: -600px;
}
.full-bg {
    padding: 70px 0px 310px;
}
.system-modules p {
    font-size: 15px;
    min-height: 50px;
}
.heading h4 {
    font-size: 34px;
}
.about-contents {
    padding-top: 30px;
}
header .banner-contents h3 {
    font-size: 30px;
}
.banner-contents p {
    font-size: 13px;
    padding-top: 0;
}
.banner-contents a {
    font-size: 13px;
}
.banner-shape {
    bottom: -5px;
}
.product-quantity ul li a {
    font-size: 13px;
    margin-left: 50px;
    padding: 10px 20px;
    margin-top: 0px;
    display: block;
}
.cart .mainmenu ul li {
    padding: 0px 25px;
}
.footer-head ul li a {
	font-size: 14px;
}
.footer-head h3 {
	font-size: 20px;
}
.footer-logo {
	width: 80%;
}
	/*ABOUT Page*/
	.about-content .about-head h5 {
		font-size: 14px;
	}
	.abt-arrow img {
		width: 20%;
	}
	.about-content{
		min-height: 340px;
	}
	header .header-bottom.inner-holder .banner-contents img {
		width: 50%;
	}
	.agri-holder .agri-wrap p, .pillar-holder .heading p {
		padding: 20px 50px 10px 50px;
		font-size: 16px;
	}
	.collabrate-wrap p{
		font-size: 16px;
		padding: 20px 50px 0px 50px;
	}
	.member-section .member-wrap p {
		padding-right: 0;	
		font-size: 16px;
		padding-left:0px;
	}
	.pillar-wrap .farms-content p{
		font-size: 16px;
	}
	.pillar-wrap .farms-content .left p{
		
	}
	.farms-content.pillar-content {
		padding-top: 30px;
	}
	.farms-content.pillar-content.con-right {
		padding-left: 80px;
	}
	.pillar-holder .pillar-wrap .farm-img img {
		border-radius: 140px 0px;
	}
	.pillar-right-img img {
		border-radius: 0px 140px !important;
	}
	.pillar-wrap .farms-content p {		
		padding-right: 30px;		
	}
	.farms-content.pillar-content.con-right {
		padding-left: 40px;
	}
	header .header-bottom.inner-holder .banner-contents {	
		top: 20%;	
	}

}
@media screen and (max-width: 1024px) {
	.farms-content.pillar-content {
		padding-top: 80px;
	}
	.upcoming-event {
	width: 31%;
}
.innovation-img img {
	border-radius: 200px 0px;
}
}
@media screen and (max-width: 1023px) {
.header-logo {
	width: 12%;
}
.header-icons ul li a i {
	width: 12px;
}
.header-top {
	padding: 10px;
}
.header-icons ul li:last-child a {
	font-size: 10px;
}
.header-icons ul li a {
	padding: 4px;
	font-size: 10px;
}
.full-bg {
    padding: 70px 0px 210px;
}
.flow-image {
    bottom: -440px;
}
.service-section {
    padding-top: 300px;
}
.our-wrap {
    padding-top: 80px;
}
.header-contact ul li a {
    text-decoration: none;
    font-size: 10px;
    color: #fff;
}
header .mainmenu ul li a {
    text-decoration: none;
    font-size: 10px;
}
header .mainmenu ul li {
    padding: 0px 5px;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	width: 100%;
}
.our-work-section {
	padding: 50px 0px;
}
.agri-holder {
	padding: 30px 0px;
}
.pillar-holder .pillar-wrap {
	padding-bottom: 40px;
}
.innovation-farms.pillar-holder {
	padding-bottom: 20px;
}
.coll-with-us {
	padding: 40px 0px;
}
.our-work-section.about-section {
	background: #f8f8fb;
	padding: 50px 0px;
}
.about-content {
	padding: 20px 10px;
	min-height: 270px;
}
.about-img img {
	width: 40%;
}
.work-box-wrap {
	padding-top: 30px;
}
.our-work-head h5 {
	font-size: 13px;
	padding: 7px;
}
.our-work-head {
	min-height: 80px;
}
.innovation-farms {
	padding: 30px 0px 60px;
}
header .header-bottom .banner-info {
    width: 70%;
}
.heading p {
	font-size: 13px;
}
.news-wrap {
	padding: 0px 0px;
}
.news-box {
	background: white;
	padding: 15px 10px 15px 50px;
	border-radius: 50px 0px;
	margin: 70px 0px 0px -60px;
}
.news-timeline h6 {
	height: 50px;
	width: 50px;
	font-size: 13px;
	padding: 10px;
	margin-left: -10px;
}
.news-content a {
	font-size: 15px !important;
}
.news-timeline {
	margin-top: -60px;
}
.news-content h4 {
	font-size: 16px !important;
}
.news-content h5 {
	font-size: 13px;
}
.news-content p {
	font-size: 12px;
}
.news-content a {
	font-size: 12px;
}
.latest-news {
	padding: 70px 0px 30px;
}
.our-event {
	padding: 40px 0px;
}
.event-box h5,.event-box h5 a {
	font-size: 15px;
}
.event-box h6 {
	font-size: 12px;
}
.event-box p {
	font-size: 14px;
}
.event-box a {
	font-size: 13px;
}
.upcoming-event h5 {
	font-size: 15px;
	line-height: 1.4;
}
.upcoming-event p {
	color: white;
	margin-bottom: 10px;
	font-size: 12px !important;
}
.upcoming-event {
	width: 26% !important;
	margin: 10px;
	margin-top: 75px;
}
.contact-section {
	padding: 50px 0px 50px;
}
.contact-form .form-group label {
	font-size: 14px !important;
}
.contact-form .form-group input, .contact-form .form-group select {
	font-size: 14px !important;
}
.social-icons ul li {
	margin-right: 7px !important;
}
.tab-bg {
    width: 100%;
    padding: 170px 16px 80px;
}
.header-logo {
	width: 15%;
	top: 2%;
}
.heading h3 {
	font-size: 25px;
}
.heading h3 span {
	font-size: 25px;
}
.farm-img img {
	border-radius: 100px 0px;
}
.cart-head-logo {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 170px;
    top: 40px;
}
.cart .mainmenu ul li {
    padding: 0px 15px;
}
.product-quantity ul li a {
    font-size: 7px;
    margin-left: 20px;
    padding: 13px 7px;
    margin-top: 0px;
    display: block;
}
.footer-logo {
	text-align: left;
}
.footer-social p {
	font-size: 16px;
}
.footer-head h3 {
	font-size: 18px;
}
.footer-head ul li a {
	font-size: 16px;
}
.copyrights p {
	font-size: 15px;
}
.about-section {
	padding: 30px 0px;
}
.our-categ {
	padding: 30px 0px;
}
.contact-section {
	padding: 0px 0px 30px;
}
.news-btn {
	padding: 10px 0px 0px;
}
.footer-section {
	padding: 30px 20px 0px;
}
.footer-head {
	margin-top: 30px;
}
.heading h4 {
	font-size: 25px;
}
.header-center-head h4 {
	font-size: 15px;
}
.header-top-social ul li a i {
	font-size: 13px;
	width: 25px;
	height: 25px;
	padding-top: 5px;
}
.footer-social ul li {
	padding: 3px;
}
.header-middle-head input {
	font-size: 12px;
	height: 35px;
}
.header-middle-head button {
	width: 35px;
	height: 35px;
	padding: 0;
}
.cart-categ h3 {
	font-size: 18px;
}
.accordion {
	padding: 10px;
	font-size: 11px;
}
.panel {
	padding: 5px 10px;
	font-size: 11px;
}
.product-box h6 {
	font-size: 16px;
	margin: 10px 0px;
}
.product-box p {
	font-size: 14px !important;
}
.product-amount ul li h5 {
	font-size: 15px;
	padding-right: 0px;
}
.product-amount ul li p strike {
	font-size: 13px;
}
.quantity.buttons_added .minus, .quantity.buttons_added .plus {
	height: 25px;
	width: 25px;
	padding: 0px;
}
.quantity .input-text.qty {
	width: 25px;
	height: 25px;
}
.product-quantity ul li a {
	font-size: 10px !important;
	padding: 6px 8px;
}
.radio-btn p {
	font-size: 14px;
}
.copyrights {
	margin: 0px -20px;
}
.power-content h4 {
	font-size: 19px;
}
.innovation-page {
	padding: 30px 0 140px;
}
.power-content {
	padding: 30px 50px;
	margin: 0px 40px;
}
.power-tech {
	margin-top: -80px;
}
.innovation-img img {
	border-radius: 150px 0px;
}
.innovation-head h3 {
	padding: 0px 50px;
}
.innovation-news {
	padding: 30px 0px;
}
.innovation-head p {
	padding: 0px 100px;
}
.innovation-news-box p {
	color: #709a41;
	font-size: 12px;
	margin-bottom: 0px !important;
	padding-top: 5px;
}
.innovation-news-box h6 {
	font-size: 11px;
}
.innovation-news-box a {
	font-size: 10px !important;
	padding: 8px 10px !important;
}
.our-partners {
	padding: 30px 0px;
}
.farms-content ul li {
	font-size: 14px;
}
.farms-content ul li i {
	font-size: 10px;
}

	/*ABOUT US */
	.about-content .about-head h5 {
		font-size: 12px;
		line-height: 1.5em;
		min-height: 120px;
	}
	.pillar-wrap .farms-content p {
	font-size: 14px;
	line-height: 1.8;
	padding-right: 10px;
}
.farms-content.pillar-content.con-right {
	padding-left: 20px;
}
	.pillar-holder .pillar-wrap .farm-img img {
		border-radius: 110px 0px;
	}
	.pillar-right-img img {
		border-radius: 0px 110px !important;
	}
	.farms-content.pillar-content {
		padding-top: 0px;
	}
	.member-section .member-wrap p,.farms-content p {	
		font-size: 14px;		
	}
	.member-wrap img {
		width: 75%;
		padding-top: 40px;
	}
	header .header-bottom.inner-holder .banner-contents {	
		top: 25%;	
	}
	.collabrate-wrap p {
	padding: 20px 20px 0px 20px;
}
.our-activity {
	padding: 70px 0px 30px;
}
.innovation-news-box {
	border-radius: 20px;
	padding: 7px 7px 15px;
}
.innovation-news-box img {
	border-radius: 10px;
}
.farms-content ul {
	padding-bottom: 10px;
}
.about-wrap {
	padding-top: 0px;
}
.heading input {
	width: 90%;
	font-size: 15px;
}
}


@media screen and (max-width: 767px) {
	.header-top {
    padding: 0px 0px;
}
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
.mainmenu img {
	width: 60%;
}
	header .mainmenu .navbar {
	margin: 0;
}
header .header-bottom img {
	border-radius: 0px 0px 50px 0px;
	width: 100%;
}

	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.first-wrap {
    float: none !important;
}
a.navbar-brand{
    width: 100px;
}
.tab-bg {
	width: 100%;
	padding: 170px 21px 80px;
}
.tabcontent {
	width: 80%;
}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding: 10px 0px;
	}
.banner-contents.home-banner img {
    width: 100% !important;
    padding-top: 0px;
}
	.lang {
    text-align: center;
    padding-top: 20px;
}
.navbar-nav {
	position: absolute;
	z-index: 999;
	background: white;
	width: 100%;
	padding: 10px 15px;
}
a.navbar-brand {
	width: 160px;
	padding-left: 15px;
}
header .header-bottom .banner-info {
    width: auto;
    text-align: center;
}
header .banner-contents h3 br {
	display: none;
}
header .banner-contents h3 {
    font-size: 20px;
}
.banner-contents p {
	font-size: 14px !important;
	text-align: center !important;
}
.banner-info h1 {
	font-size: 25px !important;
	padding-top: 10px;
}
.banner-contents a {
	font-size: 11px;
}
.heading h3 {
	font-size: 25px;
}
.heading p {
	font-size: 14px;
}
.about-section {
    padding: 60px 0px 60px;
}
.about-contents {
    padding-top: 0;
    text-align: center;
}
.about-img {
	margin-top: 30px;
}
.categ-tab-content {
	padding-top: 30px;
}
.news-box-image img {
	padding-bottom: 0px;
}

.news-wrap {
	padding: 20px 0px;
}
.news-content {
	padding: 20px 0px;
}
.product-content {
    text-align: center;
    margin-bottom: 40px;
}
.product-count {
    margin-bottom: 50px;
    text-align: center;
}
.full-bg {
    padding: 70px 0px 70px;
}
.get-touch-form p {
	font-size: 16px;
	padding: 20px 20px;
}
.service-section {
    padding-top: 50px;
}
.our-service {
    margin-bottom: 40px;
    text-align: center;
}
.contact-img {
    margin-bottom: 30px;
}
.contact-head {
    width: auto;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
}
.contact-section {
	padding: 0px 0px 50px;
}
.footer-btn {
    top: -18%;
}
.footer-logo {
	text-align: center;
	margin-top: 10%;
}
.footer-logo {
	text-align: center;
	padding-bottom: 20px !important;
	margin-bottom: 0px !important;
}
.footer-social p {
	font-size: 15px;
	text-align: center;
}
.footer-social {
	text-align: center;
	padding-bottom: 30px;
}
.footer-wrap {
	padding-bottom: 30px;
}
.copyrights {
	margin: 0px -20px;
}
.social-icons {
	text-align: center;
	margin-top: 10px;
}
.copyrights p {
	text-align: center;
}
.footer-contact ul li.phone {
	width: 100%;
}
.footer-contact ul li.mail {
    width: auto;
    display: inline-flex;
}
header .header-bottom .banner-contents {
	width: 60%;
	left: 10%;
}
.work-box-wrap {
	padding: 20px;
}
.our-work-head h5 {
	font-size: 15px;
	padding: 7px;
}
.our-work-head {
	min-height: 70px;
}
.owl-theme .owl-nav {
	margin-top: 20px;
}
.our-work-section {
	padding: 30px 0px;
}
.heading p {
	font-size: 14px;
	text-align: center;
}
.farm-img {
	margin: 10px;
}
.coll-with-us {
	padding: 20px 0px 40px;
}
header .header-bottom.inner-holder .banner-contents img {
	width: 85% !important;
}
.innov-farm-content {
	padding-bottom: 40px;
	padding-top: 10px;
}
.our-event {
	padding: 20px 0px;
}
.farms-content {
	text-align: center;
}
.latest-news {
	padding: 20px 0px 30px;
}
.news-row {
	padding: 0px 0px;
}
.news-timeline h6 {
	margin-left: 43%;
}
.news-timeline img {
	height: 130px;
	width: 1% !important;
}
.news-content h4 {
	font-size: 16px !important;
	text-align: center;
}
.news-box {
	padding: 20px;
	margin: 70px 0px 0px 0px;
}
.news-content {
	padding: 20px 0px;
	text-align: center;
}
.left-box {
	margin-right: 0px !important;
}
.news-timeline {
	margin-top: -70px;
}
.news-box-image {
	padding-top: 30px;
}
.event-wrap {
	padding: 10px 0px;
}
.upcoming-event {
	width: 75% !important;
	margin-top: 130px;
}
.upcoming-event p {
	font-size: 13px !important;
	text-align: left !important;
}
.product-quantity ul li a {
    margin-left: 160px;
}
.news-box-image img {
	width: 100%;
}
.accordion {
	padding: 10px;
	font-size: 14px;
}
.cart-mobile-image img {
	width: 50%;
}
.product-quantity ul li a {
	font-size: 12px !important;
	padding: 7px 10px;
}
.header-bottom.cart {
    padding: 20px 0px;
    background: #fff;
}
.cart .mainmenu ul li a {
    color: #000 !important;
}
.farms-content ul li {
	text-align: left;
}
.power-content {
	padding: 20px 30px;
	margin: 0px 0px;
}
.power-content h4 {
	font-size: 17px;
	line-height: 1.6;
}
.power-content h4 {
	font-size: 17px;
}
.innovation-news-box {
	text-align: center;
}
.innovation-news-box p {
	font-size: 13px !important;
}
.partner-head p {
	line-height: 1.8;
}

	/*about us*/
	header .header-bottom .banner-contents {
		width: 60%;
		left: 18%;
	}
.our-work-section.about-section {
	padding: 10px 0px 40px;
}
.about-wrap {
	padding-top: 0px;
}
.about-img img {
	width: 30%;
}
.agri-holder {
	padding: 0px 0px 20px !important;
}
	.about-content {
		min-height: auto;
		margin-bottom: 20px;
	}
	.about-content .about-head h5 {
		font-size: 18px;
		line-height: 1.5em;		
		text-align: center;
		padding: 0;
		min-height: auto;
	}
	.about-img {
		margin-top: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.abt-arrow img {
		width: 10%;
	}
	.agri-holder .agri-wrap p, .pillar-holder .heading p {
		padding: 20px 20px 10px 20px;
		font-size: 16px;
	}
	.farms-content.pillar-content.con-right {
		padding: 0;
		text-align: center;
	}
	.farms-content.pillar-content h3 {
		text-align: center;
	}
	.pillar-wrap .farms-content p {
		padding-right: 0;
		font-size:16px;
		text-align: center;
	}
	.heading h3 span, .heading h3 {
		font-size: 20px;
		padding-top: 30px;
		text-align: center !important;
	}
	.pillar-holder .pillar-wrap {
		padding-bottom: 20px;
	}
	.heading p {
		font-size: 16px;
		padding: 0;
	}
	.agri-wrap .farms-content .btn-1, .agri-wrap .farms-content .btn-2 {
		margin: 0 auto;
		width: 90%;
		margin-bottom: 18px !important;
		display: inline-block;
	}
	.heading h3 span, .heading h3 {
		font-size: 20px;
		padding-top: 30px;
	}
	.innovation-farms {
	padding: 20px 0px 60px;
}
	.our-work-section {
	padding: 20px 0px;
}
.owl-carousel-work .owl-nav button {
	width: 30px;
	height: 30px;
	font-size: 17px !important;
}
.news-mobile-box {
	display: block;
	margin-left: 0px !important;
	position: unset !important;
	width: 100% !important;
}
	.about-section {
		padding: 40px 0px 40px;
	}
	.member-section .member-wrap p, .farms-content p {
		font-size: 16px;
		text-align: center;
	}
	.footer-section {
	border-radius: 0px 50px 0px 0px;
}






.modal.show .modal-dialog {
    transform: none;
    width: 100% !important;
    max-width: 96% !important;
}
.partner-logo {
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
.partners-wrap .partner-logo.partner {
    border-right: 1px solid #d6d6d6;
}
.partners-wrap.partners .partner-logo {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}
.innovation-news-box h6 {
    font-size: 13px;
    min-height: auto;
}
.innovation-news-box p {
    margin-top: 10px;
}
.innovation-news-box img {
    border-radius: 20px;
    width: 100%;
}
.icon-bar {
    background-color: #040404;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
header .header-top .mainmenu ul li {
    margin-bottom: 10px;
    padding: 0px;
}
header .mainmenu ul li a {
	font-size: 11px;
}
.footer-logo {
    width: 100%;
}
.heading input::placeholder {
	font-size: 13px;
}
.heading input {
	width: 90%;
	height: 45px;
}
.innovation-page {
	padding: 0px 0 140px;
}
.innovation-img {
	padding-top: 40px;
}
.innovation-head h3 {
	padding: 0px 0px;
}
.innov-farm-wrap {
	padding-top: 0px;
}
}
@media screen and (max-width: 480px) {
	.product-quantity ul li a {
    margin-left: 160px;
}
}
@media screen and (max-width: 414px) {
	.product-quantity ul li a {
    margin-left: 160px;
}	
}
@media screen and (max-width: 387px) {
	.product-quantity ul li a {
    margin-left: 120px;
}
}
@media screen and (max-width: 374px) {
	.product-quantity ul li a {
    margin-left: 80px;
}
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}