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

.button {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	overflow: hidden;
}

.button a {
	display: inline-block;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 20px 40px;
	font-size: 18px;
	text-decoration: none;
}

.button a .svg-inline--fa {
	margin-left: 10px;
}

.button .button-overlay {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fed330;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
  	transition: all .3s ease-out; 
}

.button:hover .button-overlay{
	left: 0%;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
  	transition: all .3s ease-out;	
}

.container {
    max-width: 1200px;
}

.hero-wrapper {
	position: relative;
}

header {
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(255,255,255,.05);
	padding: 10px 0 2px;
}

header img {
	width: 175px;
	max-width: 180px;
}

header .col-md-3 {
    text-align: right;
}

.cat_btn {
}

.cat_btn a {
    text-decoration: none;
    color: #019444;
}

.cat_btn img {
    width: 20px;
    margin-left: 10px;
}

/* navlink animation  */


.link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
}
.link-wrapper {
  position: relative;
  display: block;
}
.inner-wrapper {
  position: relative;
  display: inline-block;
}
/* hover styles */
.hover-1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #019444;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.hover-1:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

/* navbar */

.dropdown-menu{
	padding:0;margin:0;
	border:0 solid transition!important;
	border:0 solid rgba(0,0,0,.15);
	border-radius:0;
	-webkit-box-shadow:none!important;
	box-shadow:none!important
}

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	padding:24px 15px 23px 15px;
	font-family:'Roboto',sans-serif;
	font-weight: 600;
	display: block !important;
}

.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{
	color:#019444;
	outline: 0;
	text-decoration: none;
}


/*==========Sub Menu=v==========*/
.mainmenu .collapse ul ul > li > a{
	color: #000;
    display: block;
    font-size: 15px;
    padding: 10px 25px;
    text-transform: capitalize;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    font-weight: 400;
}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #019444;color: #fff;}


.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#fff;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#fff}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#f2f2f2}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:270px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}



/* Slider */

.carouselExampleIndicators {
	position: relative;
}

.slider-text {
	position: absolute;
	right: 30px;
	bottom: 150px;
	width: 350px;
}

.slider-block {
	position: relative;
	margin-top: 30px;
}

.slider-block a {
    text-decoration: none;
}

.slider-block .svg-inline--fa {
    overflow: visible;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 16px;
}

.slider-block p {
	color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    width: 350px;
    display: block;
    letter-spacing: 1px;
}

.slider-block span {
	font-size: 16px;
    font-weight: 500;
    color: #019444;
    line-height: 25px;
}

.carousel-caption {
	position: absolute;
    display: block;
    visibility: visible;
    left: 94px;
    top: 213px;
    z-index: 5;
    text-align: left;
    height: auto;
}

.carousel-caption h5 {
	min-width: 700px;
    max-width: 700px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.carousel-caption h5:before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	height: 100%;
	width: 10px;
	background: #019444;
}

.carousel-caption p {
	min-width: 600px;
    max-width: 600px;
    white-space: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 2px;
}

.carousel-item {
	position: relative;
}

.slider-overlay {
	background: #264021;
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

/* About Us  */

.about-us {
  padding: 100px 0;
  background: url(../images/bg-hand.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.margin-auto {
    margin: 0 auto;
}

.about-us .col-sm-8 h1 {
    font-size: 35px;
    line-height: 1.2;
    position: relative;
    color: #019444;
}

.about-us .col-sm-8 h1 small {
    display: block;
    opacity: .8;
    line-height: 1.2;
    font-weight: 400;
    color: #667279;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-us .col-sm-8 h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #019444;
    margin-top: 1.2rem;
    margin-left: -2rem;
    left: 50%;
}

.about-us .col-sm-8 p {
    font-size: 13px;
    margin: 40px 0 30px;
}

.margin-auto {
	margin: 0 auto;
}

.blue-wrapper {
	background: #019444d9;
	padding: 50px 200px;
	text-align: center;
	margin-top: 100px;
}

.blue-wrapper p {
	font-weight: 200;
	color: #fff;
	margin-bottom: 50px;
}



/* footer_form */

.footer_form {
	background: url(../images/book-appointment_bg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0; 
}


.footer_form h2 {
	font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 48px;
}

.footer_form .form_block {
	padding: 40px 35px 45px 35px;
    text-align: left;
    background-color: #019444;
}

.footer_form .form-control {
    padding: 7px 10px;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    background: #3065b5;
    color: #fcfcfc;
    border-radius: 0px;
    background-color: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.5);
}

.footer_form .form-control::placeholder {
  color: #fff;
}

.footer_form button {
    background: transparent;
    padding: 5px 10px;
    color: #fff;
}

.feature_btn {
	margin-top: 20px;
	border: 1px solid #fff;
	display: inline-block; 
	webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.feature_btn a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	font-size: 14px;
}

.feature_btn:hover {
	background-color: #fff;
	color: #019444;
	webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.feature_btn:hover a {
	color: inherit;
	text-decoration: none;
}

.input-group .form-control {
    display: table-cell;
}

.subscribe-form input {
    background-color: #fff;
    border: 0;
    border-radius: 4px!important;
    height: 40px;
    padding: 10px 20px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px !important; 
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    width: 100%;
}

.subscribe-form .site-button {
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    background-color: #047738;
    padding: 5px 30px;
    border-radius: 3px;
    color: #fff;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;
}

/*our-products*/



.bg_1 {
    background: url(../images/our-product-bg-1.jpg) no-repeat center;
  background-size: cover;  
}

.bg_2 {
    background: url(../images/our-product-bg-2.jpg) no-repeat center;
  background-size: cover;  
}

.our-products .col-md-6 {
  border-right: 1px solid #fff;
  height: 550px;
  position: relative;
  text-align: center;
  
} 

.our-products .col-md-6 .button-block {
  background: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.our-products .col-md-6 .button-block:hover {
  background: #019444d9;
  width: 100%;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.our-products .col-md-6 .button-block:hover a {
  margin-right: 400px;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.our-products .col-md-6 .button-block:hover .svg-inline--fa {
  display: inline-block;
}

.button-block a {
  color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 30px 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.button-block a:before {
 content: "";
    width: 160px;
    height: 1px;
    background: #fff;
    margin-left: 45px;
    margin-top: 39px;
    position: absolute;
}

.our-products .svg-inline--fa {
  color: #fff;
  font-size: 18px;
  display: none;
}

.our-products .col-md-6:last-child {
  border-right: 0px;
}


/* about-agriculture */

.about-agriculture {
	background: #019444;
	margin-top: 50px;
}

.bg-mg {
	background: url(../images/tractore.jpg) no-repeat center center;
	background-size: cover;

}


.section-head.m-b20 {
    margin-bottom: 20px;
}

.max-w600 {
    max-width: 600px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.agro-about {
    position: relative;
    z-index: 1;
}

.agro-about:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 80px;
    height: 100%;
    background: #019444;
    transform: skewX(-7deg);
    z-index: -1;
    border-left: 10px solid #fff;
}

.content-inner-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-small {
	color: #fff;
	display: block;
	font-weight: 600;
    margin-bottom: 10px;
}

.dlab-separator-outer {
    overflow: hidden;
}

.dlab-separator.style-skew {
    width: 10px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0;
}

.dlab-separator {
    display: inline-block;
    position: relative;
}

.bg-white {
    background-color: #fff!important;
}

.dlab-separator.style-skew.bg-white[class*=style-]:after, .dlab-separator.style-skew.bg-white[class*=style-]:before {
    background: #fff;
}

.dlab-separator.style-skew[class*=style-]:before {
    right: 15px;
    left: auto;
}

.dlab-separator.style-skew[class*=style-]:after, .dlab-separator.style-skew[class*=style-]:before {
    width: 50px;
    height: 2px;
    left: 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-separator[class*=style-]:after, .dlab-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
}

.section-head .title {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

.text-white h2 {
	color: #fff;
	margin-top: 0;
}

.about-agriculture p {
    line-height: 28px;
    margin-bottom: 24px;
    color: #fff;
}

.list-check {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.agro-list {
    margin-bottom: 30px;
}

.agro-list a {
    text-decoration: none;
    color: #fff;  
}

.about-agriculture ul[class*=list-] {
    font-size: 15px;
}

.white {
    --color-hover: #F4F4F4;
}

.list-check li {
	position: relative;
}

.agro-list li {
    color: #fff;
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.fa-circle {
	width: 32px;
	height: 32px;
	margin-right: 20px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
  	justify-content: center;
} 

.fa-circle .svg-inline--fa {
	color: #000;
    font-size: 16px;
}

.site-button.white {
    background-color: #fff;
    color: #777;
}

.white {
    --color-hover: #F4F4F4;
}

a.site-button {
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}


/* Products Section */

.section-full {
	padding: 100px 0;
}

.section-head {
    margin-bottom: 50px;
}

.section-full .container {
	max-width: 1200px;
}

.title-small {
    display: block;
    color: #494949;
    margin-bottom: 10px;
    font-weight: 600;
}


.dlab-separator-outer {
    overflow: hidden;
}

.dlab-separator.style-skew {
    width: 10px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0;
}

.bg-primary {
    background-color: #019444 !important;
    color: #fff;
}

.dlab-separator {
    display: inline-block;
    position: relative;
}

.dlab-separator.style-skew[class*=style-]:after, .dlab-separator.style-skew[class*=style-]:before {
    width: 50px;
    height: 2px;
    left: 15px;
    background-color: #019444;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dlab-separator.style-skew[class*=style-]:before {
    right: 15px;
    left: auto;
}

.dlab-separator.style-skew[class*=style-]:after, .dlab-separator.style-skew[class*=style-]:before {
    width: 50px;
    height: 2px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dlab-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.section-head .title {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #232323;
}

.m-b30 {
    margin-bottom: 30px;
}

.service-box-6 {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.dlab-media, .dlab-post-media {
    background-color: #fff;
    position: relative;
        overflow: hidden;
}

.dlab-media img, .dlab-post-media img {
    width: 100%;
    height: auto;
}

.service-box-6 .dlab-info {
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    background: #020000;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.service-box-6 .icon-bx-sm img {
    height: 40px;
}

.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}

.icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xl, .icon-bx-xs {
    display: inline-block;
    text-align: center;
}

.service-box-6 .icon-bx-sm img {
    height: 40px;
}

.service-box-6 .dlab-info .title {
    margin-bottom: 0;
    color: #232323;
    font-size: 22px;
    line-height: 28px;
}

.service-box-6 .dlab-info .title a {
    color: #fff;
    text-decoration: none;
}


.m-b20 {
    margin-bottom: 20px;
}

.service-box-6 .dlab-info .dlab-separator {
    height: 3px;
    width: 70px;
}

.dlab-separator.m-b0 {
    margin-bottom: 0;
}


.service-box-6:hover .dlab-info .readmore {
    opacity: 1;
}

.service-box-6 .dlab-info .readmore {
    margin-top: 10px;
    opacity: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.dlab-info>div:last-child, .dlab-info>p:last-child {
    margin-bottom: 0;
}


.service-box-6 .dlab-info {
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    background: #020000;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.service-box-6 .dlab-info:hover {
	bottom: 0px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;	
}

a.site-button {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	background-color: #019444;
	text-decoration: none;
}

.btnhover14 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* bg-image */

.bg-image {
	position: relative;
	margin: 100px 0;
	height: 600px;
}

.bg-image:after {
	background: #000;
	    opacity: .8;
	    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* footer */

.site-footer .container {
	max-width: 1200px;
	position: relative;
    z-index: 1;
}

.site-footer a {
    text-decoration: none;    
}

.overlay-black-dark {
	position: relative;
}

.overlay-black-dark:after {
    opacity: .8;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay-black-dark:after, .overlay-black-light:after, .overlay-black-middle:after {
    background: #000;
}

.footer-top {
    background: #111;
    background-position: center;
    padding: 80px 0 20px;
}

.widget {
    margin-bottom: 40px;
}

.footer-title {
    margin-bottom: 30px;
}

footer, footer b, footer p, footer strong {
    color: #b8b8b8;
}

.footer-title .title {
    margin-bottom: 0;
}

.text-white {
    color: #fff!important;
}

footer .widget ul {
    list-style: none;
}

.widget_archive ul, .widget_categories ul, .widget_getintuch ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    padding-bottom: 18px;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 15px;
}

.widget_services ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 6px;
    height: 6px;
    background: #019444;
}

.widget_services ul li a {
    color: #b8b8b8;
    line-height: 20px;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.widget_services ul li a:hover {
	color: #019444;
	-webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;	
}

.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.widget_getintuch li .fa-circle {
	position: absolute;
	left: 0;
	top: 0;
	background: #019444;
}

.widget_getintuch li .fa-circle .svg-inline--fa {
	color: #fff;
}

.site-button.circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
}

.site-button.facebook {
    background-color: #3b5998;
}

.site-button.google-plus {
    background-color: #de4e43;
}

.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}

.site-button.linkedin {
    background-color: #007bb6;
}

.site-button.instagram {
    background-color: #8a5a4e;
}

.site-button.twitter {
    background-color: #1ea1f3;
}


.footer-bottom {
    background-color: #111;
    padding: 25px 0;
    color: #b8b8b8;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,.05);
}

.footer-bottom ul {
    margin: 0;
}

.widget-link ul li {
    list-style: none;
    display: inline-block;
    padding-left: 3px;
    padding-right: 10px;
    position: relative;
}

.widget-link li:after {
    content: "|";
    position: absolute;
    right: 0;
}

.widget-link ul li:last-child:after {
    padding-right: 3px;
    content: "";
}

footer a, footer a:visited {
    color: #b8b8b8;
    text-decoration: none;
}


.footer-bottom a {
    color: #b8b8b8;
    line-height: 20px;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.footer-bottom a:hover {
	color: #019444;
	-webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;	
}

.footer-bottom p {
    font-size: 10px;
}


/* products Pages */


.banner {
    height: 81vh    ;
}

.cp_banner {
    background: url(../images/combination_products_banner.jpg) no-repeat center center; 
    background-size: cover;
}

.pv_banner {
    background: url(../images/privacy_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;
}

.op_banner {
    background: url(../images/our_presence.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.term_cond_banner {
    background: url(../images/term_cond.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.bio_banner {
    background: url(../images/biofertlizers_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.dclmer_banner {
    background: url(../images/disclaimer_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.fz_banner {
    background: url(../images/fertilizer_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.fungy_banner {
    background: url(../images/fungi_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.herbi_banner {
    background: url(../images/herbi_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.biological_banner {
    background: url(../images/bio_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.plant_banner {
    background: url(../images/plant_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.insect_banner {
    background: url(../images/insect_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}

.ph_banner {
    background: url(../images/ph_banner.jpg) no-repeat center center; 
    background-size: cover;
    height: 51vh;   
}


/* product_name */


.product_name {
    position: relative;
    margin-top: -69px;
    z-index: 99;
}


.pn_name_wrapper {
    background: #019444;
    width: 100%;
    padding: 55px 0;
    text-align: center;
}

.pn_name_wrapper h2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}


/* products */

.products {
    padding: 20px 0 100px; 
} 


.products .nav-ttl {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 35px;
    width: 300px;
}

.products .nav-ttl .ttl-inner {
    font-size: 2.4rem;
    padding: 0 0 10px 0;
}

.products .nav-ttl  a.ttl-inner {
    color: #019444;
    text-decoration: none;
}


.products .nav-ttl:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #c3fbbb;
}

.products .nav-ttl:after {
    content: '';
    height: 1px;
    width: 25px;
    background-color: #019444;
    position: absolute;
    bottom: 0;
    left: 0;
}

.side-link_wrapper > ul {
    padding-left: 0;
    display: inline-block;
    margin-right: 30px; 
    vertical-align: top;
}

.side-link_wrapper > ul > li {
    position: relative;
    list-style: none;
}

.side-link_wrapper > ul > li > a {
    color: #555963;
    padding: 8px 10px 8px 50px;
    display: block;
    transition: all 0.2s ease-out;
    line-height: 1.5;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}


.side-link_wrapper > ul > li > a:after {
    content: '';
    height: 2px;
    width: 10px;
    background-color: #dce3e9;
    position: absolute;
    top: calc(8px + 0.75em);
    left: 15px;
    margin: auto;
    transition: all 0.2s ease-out;
}


.side-link_wrapper > ul > li > a:before {
    content: '';
    height: 2px;
    width: 10px;
    background-color: #dce3e9;
    position: absolute;
    top: calc(8px + 0.75em);
    left: 15px;
    margin: auto;
    transition: all 0.2s ease-out;
}


.side-link_wrapper > ul > li > a:after {
    background-color: #019444;
    width: 0;
}



.side-link_wrapper > ul > li > a:hover {
    color: #019444;
    text-decoration: none;
}

.side-link_wrapper > ul > li > a:hover:after {
    width: 10px;
}


.side-link_wrapper > ul > li > a.is-current {
    color: #019444;
    text-decoration: none;
}

.side-link_wrapper > ul > li > a.is-current:after {
    width: 10px;
}


.table_block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.table_block p {
    margin-top: 20px; 
}


.table {
    /*margin-bottom: 30px;*/
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #bcfbd9;;
}

.table thead th {
    border-bottom: 1px solid #019444;
}

.table td, .table th {
    padding: 3px;
}

.table_color_dark {
    background: #D7E8B4;
}

.table_color_light {
    background: #E4EEC9;
}

.green {
    color: #019444
}

.width_set {
    width: 300px;
}

.title h3 {
    color: #019444;
    margin-bottom: 20px;
}


a.page-button {
    text-decoration: none;
    color: #fff;
    background: #019444;
    padding: 10px 25px;
    display: inline-block;
    font-size: 16px;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    margin: 0 15px;
}


.itallic {
    font-style: italic;
}


.heading h4 {
    color: #000 !important;
}

.heading {
    margin-bottom: 15px;
}

.heading_block {
    margin-bottom: 30px;
}

ul.presence {
    display: inline-block;
    margin-right: 50px;
}

ul.presence li {
    color: #000;
}

ul.list_none li {
    list-style: none;
    margin-bottom: 15px;
}

a.green {
    text-decoration: none;
}

a.green:hover {
    color: #000;
}


.font-max span  {
    font-size: 18px;
}


/*  marquee  */
.marquee {
    margin-top: 50px; 
}

.marquee img {
    width: 150px;
    margin-right: 30px; 
}



.width_border {
        border-right: 1px solid #c9c9c9;
    width: 340px;
}