@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Roboto');
.index-bg {
	background: url(../images/index-bg.jpg) fixed no-repeat;
	background-size: cover; 
}
body
{
-moz-user-select: none;
}

.modal-body .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 25px;
    background:#222 !important;
    padding: 1px 6px 4px !important;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    margin-top: 5px;
}



header {
	background: #fff;
	padding: 15px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	z-index: 9;
	position: relative;
}
.affix {
	position: fixed;
	width: 100%;
	z-index: 9; 
	transition: all 0.4s ease-out 0s;
}

#panel #advanced {
	display: none;
}
.otherlogos ul{
	padding: 0;
	text-align: right;
	margin:0; 
}
.otherlogos ul li {
	list-style: none;
	display: inline-block;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin-right: 8px;
}
.otherlogos ul li:hover {
	/*box-shadow: 0 0 2px 2px rgb(0, 0, 0, 0.3);*/
	transition: all 0.4s ease-in-out 0s;
}
.view {
	margin: 31px 0 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 4px #a5a5a5;
	cursor: default;
	padding-left: 0px;
	border: 3px solid #935da1;
}
.view-first img{
     transition: all 0.2s linear 0s;
     width: 100%;
 }
.view-first:hover img {
    transform: scale(1.1, 1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
     
}
.view .mask, .view .content {
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 13px 0px;
}                 
.view h2 {
	text-transform: uppercase;
	color: #935DA1;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: #EEE675;
	margin: 20px 0px 0px;
}
.view p {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	position: relative;
	color: #fff;
	padding: 0px;
	text-align: center;
	margin: 0;
	line-height: 27px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	color: #000;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px #42B0AC;
}
.view-first .mask {
	opacity: 0;
	background-color: rgba(67, 144, 82, 0.86);
	transition: all 0.4s ease-in-out 0s;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    
}
.view-first p {
    transform: translateY(100px);
    opacity: 1;
    transition: all 0.2s linear 0s;
}
.view-first a.info {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-indicators .active {
	width: auto!important;
	height:auto!important;
	margin: 0;
	background: none;
}
.index-carousel li {
	display: inline;
	width: 0px;
	height: 0px;
	margin: 0px;
	text-indent: -999px;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0px;
	transition: all 0.4s ease-out 0s;
}
.index-carousel li span {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	padding: 6px 15px;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
	transition: all 0.4s ease-out 0s;
}
.index-carousel {
	position: fixed;
	bottom: -2px;

}
.index-carousel  .active  span{
    bottom: 0px !important;
    position: relative;
    box-shadow: 0px -2px 2px #444;
}
.index-carousel li:nth-child(1)  span{
    background:#439052;
    color: #fff;
    bottom: -10px;
    position: relative;

}
.index-carousel li:nth-child(1)  span:hover, .index-carousel li:nth-child(2)  span:hover, .index-carousel li:nth-child(3)  span:hover, .index-carousel li:nth-child(4)  span:hover, .index-carousel li:nth-child(5)  span:hover{
    bottom: 0px;
    transition: all 0.4s ease-out 0s;
    box-shadow: 0px -2px 2px #444;
}
.index-carousel li:nth-child(2)  span{
    background:#D88474;
    color: #fff;
     bottom: -10px;
    position: relative;
}
.index-carousel li:nth-child(3)  span{
    background:#EC7E1C;
    color: #fff;
     bottom: -10px;
    position: relative;
}
.index-carousel li:nth-child(4)  span{
    background:#436FB4;
    color: #fff;
     bottom: -10px;
    position: relative;
}

.index-carousel li:nth-child(5) span {
	background: #D29C2E;
	color: #fff;
	bottom: -10px;
	position: relative;
}

.index-carousel {	
	left: 40%;	
	width: 78%;	
}

.gardning-bg {
	background: url('../images/index-bg.jpg') fixed no-repeat;
	background-size: cover;
}

.view-first .mask2 {
	opacity: 0;
	background-color:rgb(216, 132, 116, 0.8);
	transition: all 0.4s ease-in-out 0s;
} 

.view-first .mask3 {
	opacity: 0;
	background-color:rgb(236, 126, 28, 0.8);;
	transition: all 0.4s ease-in-out 0s;
} 

.view-first .mask4 {
	opacity: 0;
	background-color:rgb(67, 111, 180, 0.9);
}

.box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 15px;
	/*border: 0px solid #277d3c;
	box-shadow: 0 0 7px rgb(0, 0, 0, 0.6);*/
}
	
.box img{ width: 100%;
	height: 100%;
	transition: .9s;}
	
.thumb { display: block;
    position: relative;
    overflow: hidden;}
	
.thumb:hover img {/*! -moz-transform: scale(1.2); */
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	cursor:pointer; }
	
.box .inner{background: #131418;
    float: left;
    width: 100%;}
	
.box .inner p{font-family: 'Droid Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    width: 75%;
    /*float: left;*/
	text-align:center;
    padding: 10px 0px 12px 45px;}
	
.box .inner  a{font-weight: bold;
    padding-right: 15px;
    background: rgb(182, 156, 63) none repeat scroll 0% 0%;
    float: right;
    padding: 8px;}
	
.box .inner icon{color:  #9da0a7;
    margin: 0px 8px;}
	
.box .inner span{color: #fff;
    font-size: 25px;}	

.brackets-hooks{}    


.brackets-hooks-indicators li {
	display: inline;
	width: 0px;
	height: 0px;
	margin: 0px;
	text-indent: -999px;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0px;
	transition: all 0.4s ease-out 0s;
}
.brackets-hooks-indicators li span {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	padding: 6px 15px; 
	border-radius: 4px 4px 0 0;
	transition: all 0.4s ease-out 0s;
}
.brackets-hooks-indicators {
	position: fixed;
	bottom: -2px;

}
.brackets-hooks-indicators  .active  span{
    position: relative;
   
}
.brackets-hooks-indicators li  span{    
    color: #fff;    
    position: relative;
}

.brackets-hooks-indicators {
	left: 30%;
	width: 100%;
	transition: all 0.4s ease-out 0s;
}

.brackets-hooks-ol::before {
	font-family: 'Poppins', sans-serif;
	content: "GARDENING";
	position: absolute;
	background-color: #439052;
	top: -39px;
	padding: 10px 23px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	transition: all 0.4s ease-out 0s;

}
.brackets-hooks-ol {
	background: #439052;
	position: fixed;
	bottom: -85px;
	padding: 10px 0;
	transition: all 0.4s ease-out 0s;
}
.brackets-hooks-ol:hover  {
	bottom: -10px;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px -2px 2px #444;
}
.brackets-hooks-ol li {
	border-right: 1px solid #fff;
	line-height: 28px;
}

.menu {
    position: fixed;
    z-index: 99;
}
.navbar-inverse {
	background-color: #277D3C;
	border: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #ff313b;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav li a:hover {
	box-shadow: 220px 0px 0px 0 #106C27 inset;
	color: #FFF;
	/* background: #b0cb1f; */
}

/*.navbar-inverse .navbar-nav li a:hover {
	box-shadow: 230px 0px 0px 0 #13451f inset;
	color: #FFF;
	 
}
*/
.navbar-inverse .navbar-nav li a {
    display: block;
    transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -o-transition: all 600ms linear;
}

nav.sidebar, .main{
        -webkit-transition: margin 500ms ease-out;
        -moz-transition: margin 500ms ease-out;
        -o-transition: margin 500ms ease-out;
        transition: margin 500ms ease-out;
}

nav.sidebar li {
 width: 100%;
}

nav.sidebar:hover{
            margin-left: 0px;
}
   
.navbar {font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    font-weight: 800;
}

.navbar-nav li i{font-size:18px;}

/*small/medium side display*/
@media (min-width: 768px) { 

/*lets nav bar to be showed on mouseover*/
nav.sidebar:hover + .main{margin-left: 200px;}

/*Center Brand*/
nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
            margin-left: 0px;
}

/*Center Brand*/
nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
            text-align: center;
            width: 100%;
            margin-left: 0px;
}

/*Center Icons*/
nav.sidebar a{ padding-right: 13px;}

/*adds border top to first nav box */
nav.sidebar .navbar-nav > li:first-child{border-top: 1px #e5e5e5 solid;}

/*adds border to bottom nav boxes*/
nav.sidebar .navbar-nav > li{border-bottom: 1px #e5e5e5 solid;}


/*allows nav box to use 100% width*/
nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{padding: 0 0px 0 0px;}

/*colors dropdown box text */
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #777;}


nav.sidebar {
    position: fixed;
    width: 215px;
    height: auto;
    margin-left: -174px;
    float: left;
    z-index: 9999;
    margin-bottom: 0px;
    top: 17%;
}

.navbar-nav {
    float: left;
    margin: 0;

   /* border-left: 1px solid #fff;*/
}
}


.panel-default > .panel-heading {
	color: #fff;
	background-color: #277d3c;
	border: none;
	padding: 0;
}

.panel-default > .panel-heading a{
	padding: 15px 15px 15px 15px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}

.panel-default {
	border: none;
}

.panel-heading  a{color: #fff;}

.panel-heading  a:hover{color: #fff;
	text-decoration: none !important;}

.panel-group {
	margin-bottom: 0px;
}	

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #fff;
	background: #277d3c;
	color: #fff;
}

.panel-heading {
	padding: 15px 0px 15px 15px;
}

.panel-body ul{padding-left: 15px;}

.panel-body ul li {
	padding-bottom: 10px;
}

.panel-body ul li a{color: #fff;}

.panel-body ul li a:hover {
	text-decoration: none;
	box-shadow: unset !important;
}

.plant-protection-indicators li {
	display: inline;
	width: 0px;
	height: 0px;
	margin: 0px;
	text-indent: -999px;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0px;
	transition: all 0.4s ease-out 0s;
}
.plant-protection-indicators li span {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	padding: 6px 15px; 
	border-radius: 4px 4px 0 0;
	transition: all 0.4s ease-out 0s;
}
.plant-protection-indicators {
	position: fixed;
	bottom: -2px;

}
.plant-protection-indicators  .active  span{
    position: relative;
   
}
.plant-protection-indicators li  span{    
    color: #fff;    
    position: relative;
}

.plant-protection-indicators {
	left: 30%;
	width: 100%;
	transition: all 0.4s ease-out 0s;
}

.plant-protection-ol::before {
	font-family: 'Poppins', sans-serif;
	content: "PLANT PROTECTION";
	position: absolute;
	background-color: #D88474;
	top: -40px;
	padding: 10px 23px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	transition: all 0.4s ease-out 0s;
	left: 10px;
}
.plant-protection-ol {
	background: #D88474;
	position: fixed;
	bottom: -56px;
	padding: 10px 0;
	transition: all 0.4s ease-out 0s;
}
.plant-protection-ol:hover  {
	bottom: -10px;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px -2px 2px #444;
}
.plant-protection-ol li {
	border-right: 1px solid #fff;
	line-height: 28px;
}

.plant-protection-bg{background: url('../images/plant-protection-bg.jpg') fixed no-repeat;
    background-size: cover;
}

.company-bg{background: url('../images/company-bg.jpg') fixed no-repeat;
    background-size: cover;
    height: 100vh;
}

.company-profile h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-top: 0px;
	color: #277d3c;
}

.company-profile p {
	font-family: 'Poppins', sans-serif; 
	line-height: 23px;
}

.company-profile ul {
	font-family: 'Poppins', sans-serif; 
}

.company-profile ul li{line-height: 25px;
}

.company-profile {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px;
	margin: 10px;
}	

.company-profile table{
	width: 90%;
	margin-top:10px;
}
.company-profile table tr td{
	font-family: 'Poppins', sans-serif; 
	color: #000;
	text-align: justify;
	line-height: 25px;
}

.contact table tr td span {
	color:  #277d3c;
	font-size: 16px;
}

.contact table tr td {
	padding: 10px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	text-align: justify;
	line-height: 25px; 
}

.contact table tr td a {
	color: #277d3c;
}

.company-profile table > tbody > tr > th{border:0px; }

.company-profile table > tbody > tr > td{border:0px; }

.company-profile .btn-primary {
	color: #fff;
	background-color: #277d3c;
	border-color: #277d3c;
	border-radius: 0;
	padding: 7px 25px;
}

.enquiry-bg{background: url('../images/enquiry-bg.jpg') fixed no-repeat;
    background-size: cover;
}

.prolist {
  padding: 0px 0 0px 0 !important; 
  border-top: 0px solid #E4E4E4;
}

.quality-bg{background: url('../images/quality-bg.jpg') fixed no-repeat;
    background-size: cover;
}

.contact-us-bg{background: url('../images/contact-us.jpg') fixed no-repeat;
    background-size: cover;
    height: 100vh;
}

.download-thanks-bg{background: url('../images/download-thanks-bg.jpg') fixed no-repeat;
    background-size: cover;
}

.pdf-table{font-family: 'Poppins', sans-serif;}

.pdf-table .form-control{margin-bottom: 15px;}

.plant-protection-bg h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #d88474;
	margin-bottom: 0;
	font-weight: 800;
	text-align: center;
}
.HomePageMatter
{
	margin-top: 25px;
}
.HomePageMatter h1
{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;    
    color: #277d3c;
    font-size: 28px;
}
.HomePageMatter p {
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    font-size: 14px;
    color: #333;
}
.HomePageMatter h2
{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    color: #277d3c;
    font-size: 22px;
}
.HomePageMatter h3
{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    color: #277d3c;
    font-size: 18px;
}
.HomePageMatter h4
{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    color: #277d3c;
    font-size: 18px;
}
.HomePageMatter ul
{
	font-family: 'Poppins', sans-serif;
    line-height: 23px;
    font-size: 14px;
    color: #333;
}
.HomePageMatter p a{
    color: #ed7b00;
}
@media (min-width: 320px) and (max-width: 414px){

.main-logo{text-align: center;}

.main-logo img{display: inline;}

.prolist {
  padding: 7px 0 0px 0 !important; 
}

.simply-scroll {
	width: auto  !important; 
	height: auto !important; 
	margin-bottom: 0em !important; 
}

.simply-scroll .simply-scroll-clip {
	width:100% !important;
	height: auto !important;
}

.menu {
	position: relative;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #277d3c;
}

.panel-heading {
	padding: 15px 14px 15px 15px;
}

.panel {
	margin-bottom: 20px;
	background: no-repeat;
	border: 0px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

.index-carousel {
	left: -66%;
	width: 100%;
	text-align: end;
	bottom: 20px;
	transition: 0.5s ease all;
}

.index-carousel:hover {
	left: 0%;
	transition: 0.5s ease all;
}

.index-carousel li span {
	font-size: 14px;
	padding: 6px 15px;
}

.index-carousel li {
	display: grid;
	height: 40px;
	margin: 0px;
	text-indent: 0px;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 5px;
	transition: all 0.4s ease-out 0s;
	width: 100%;
}
 
.index-carousel li:nth-child(4) span {
	bottom: 0px;
} 

.index-carousel li:nth-child(3) span {
	bottom: 0px;
}

.index-carousel li:nth-child(2) span {
	bottom: 0px;
}


.index-carousel li:nth-child(1) span {
	bottom: 0px;
}

.company-profile {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 15px;
	margin: 10px 0;
}

.company-profile h1 {
	font-size: 30px;
}

.brackets-hooks-ol {
	bottom: -200px;
}

.plant-protection-ol {
	bottom: -114px;
}

.pdf-table{overflow: scroll;}
    
}
.bottom {
	background: #ed7b00;
padding: 6px 0;
}

.bottom p {
	margin: 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
@media (min-width: 480px) and (max-width: 736px){

.main-logo{text-align: center;}

.main-logo img{display: inline;}

.prolist {
  padding: 7px 0 0px 0 !important; 
}

.simply-scroll {
	width: auto  !important; 
	height: auto !important; 
	margin-bottom: 0em !important; 
}

.simply-scroll .simply-scroll-clip {
	width: 100% !important;
	height: auto !important;
}

.menu {
	position: relative;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #277d3c;
}

.panel-heading {
	padding: 15px 14px 15px 15px;
}

.panel {
	margin-bottom: 20px;
	background: no-repeat;
	border: 0px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

.index-carousel {
	left: -68%;
	width: 100%;
	text-align: end;
	transition: 0.5s ease all;
}

.index-carousel:hover {
	left: -30%;
	transition: 0.5s ease all;
}

.index-carousel li span {
	font-size: 14px;
	padding: 6px 15px;
}

.index-carousel li {
	display: grid;
	height: 40px;
	margin: 0px;
	text-indent: 0px;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 5px;
	transition: all 0.4s ease-out 0s;
	width: 100%;
}
 
.index-carousel li:nth-child(4) span {
	bottom: 0px;
} 

.index-carousel li:nth-child(3) span {
	bottom: 0px;
}

.index-carousel li:nth-child(2) span {
	bottom: 0px;
}


.index-carousel li:nth-child(1) span {
	bottom: 0px;
}

.view h2 {
	margin: 60px 0px 0px;
}

.company-profile {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 15px;
	margin: 10px 0;
}

.company-profile h1 {
	font-size: 30px;
}

.brackets-hooks-ol {
	bottom: -143px;
}

.plant-protection-ol {
	bottom: -85px;
}

}



.demo-3 {
	position: relative;
	width: auto;
	height: auto;
	float: none; 
	margin-top: 34px;
	margin-bottom: 20px;
}

 .demo-3 figure {
	margin: 0;
	padding: 0;
	position: relative;
	cursor: inherit; 
}

.demo-3 figure img {
	display: inline;
	position: relative;
	z-index: 10;
}

.demo-3 figure figcaption {
	display: block;
	position: fixed;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.demo-3 figure h2 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 22px;
	text-align: unset;
	margin-bottom: 30px;
	margin-top: 0;
}

.demo-3 figure h3 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: unset;
	margin-bottom: 23px;
	margin-top: 0;
}
 
.demo-3 figure figcaption {
	top: 20px;
	left: 0;
	width: 99%;
	height: auto;
	padding: 56px 15px;
	background-color: rgba(39, 125, 60, 0.65);
	text-align: center;
	backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

.demo-3 a.info {
	font-family: 'Lato', sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.demo-3 a.info:hover {
	background: rgb(39, 125, 60);
}

.pdf-btn1{text-align: center;}

.pdf-btn {
	font-family: 'Lato', sans-serif;
	margin-top: 36%;
	position: relative;
	right: 17px;
}

.pdf-btn .btn-default:hover  {
	color: #277d3c;
	background-color: transparent;
	border-color: #277d3c;	
	transition: 0.3s ease all;
}

.pdf-btn .btn-default{
	border-radius: 0;
	padding: 10px 20px; 
	color: #fff;
	background-color: #277d3c;
	border-color: #fff;
	transition: 0.3s ease all;
}

.side-catalouge {
	background: url('../images1/side-catalouge.jpg') no-repeat;
	/* background-size: cover; */
	box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.6);
	height: 84vh;
}

.no-padding{padding: 0px;}
 



.side-catalouge h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #fff;
	margin: 69% 0;
	font-weight: 800;
	text-align: center;
	text-shadow: 0 2px 6px #000;
	padding: 8px 0;
}

.g1{margin-top: 20px;}

.g1 .thumb1 {
	background: #277d3c;
	padding: 0;
	display: inline-block;
	transition: all 1s ease-in-out;
}

.g1 .thumb1:hover  {
	transition: all 0.8s ease-in-out;
	transform:  rotateY(360deg);
}
.g1 .thumb1:hover img{
	opacity: 0.2;
	transition: all 0.5s ease-in-out;
}

.thumb2{

	transition: all 1s ease-in-out !important;
	opacity: 0;
}

.g1 .thumb1:hover .thumb2{

	transition: all 1s ease-in-out !important;
	opacity: 1;
}

.g1 h2 {text-transform: uppercase;
	
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 30px;
	color: #fff;
	transition: all 1s ease-out 0s;
	font-size: 18px;
	left: 26px;
}

.g1 .thumb1:hover h2 {
	
	transition: all 1s ease-out 0s;
}

.g1 .thumb1 img {
	border: 2px solid #277d3c;
	box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.3);
}

.g1 a.info {
	
	top: 110px;
	position: absolute;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	padding: 7px 14px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	left: 69px;
	transition: all 1s ease-in-out;
}

.g1  a.info:hover {
	background: rgb(39, 125, 60);
	transition: all 1s ease-in-out;
}


.g1 .thumb1:hover a.info {
	display: block;
}



/*g2 start here */


.g2 {margin-top: 20px;}

.g2 .thumb1 {
	background: #277d3c;
	padding: 0;
	display: inline-block;
	transition: all 1s ease-in-out;
}

.g2 .thumb1:hover  {
	transition: all 0.8s ease-in-out;
}

.g2 .thumb1:hover img{
	opacity: 0.2;
	transition: all 0.5s ease-in-out;
}

.thumb2{

	transition: all 1s ease-in-out !important;
	opacity: 0;
}

.g2 .thumb1:hover .thumb2{

	transition: all 1s ease-in-out !important;
	opacity: 1;
}

.g2 h2 {text-transform: uppercase;
	
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 30px;
	color: #fff;
	transition: all 1s ease-out 0s;
	font-size: 18px;
	left: 89px;
}


.g2 .thumb1 img {
	border: 2px solid #277d3c;
	box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.3);
}

.g2 a.info {
	
	top: 110px;
	position: absolute;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	padding: 7px 14px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	left: 125px;
	transition: all 1s ease-in-out;
}

.g2  a.info:hover {
	background: rgb(39, 125, 60);
	transition: all 1s ease-in-out;
}


.g2 .thumb1:hover a.info {
	display: block;
}

/*g2 end here */


/* G3 START HERE */

.g3 {
	margin: 20px 0 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	padding-left: 0px;
}
.g3-first img{
     transition: all 0.2s linear 0s;
	border: 2px solid #277d3c;
	box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.3);
 }
.g3-first:hover img {
    transform: scale(1.1, 1.1);
}
.g3-first:hover .mask {
    opacity: 1;
}
.g3-first:hover h2, .g3-first:hover p, .g3-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
 
}
.g3 .mask, .g3 .content {
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
}                 
.g3 h2 {
	text-transform: uppercase;
	color: #935DA1;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: #EEE675;
	margin: 20px 0px 0px;
}
.g3 p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 30px 20px 30px;
    text-align: center;
}
.g3 a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	color: #000;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px #42B0AC;
}
.g3-first .mask {
	opacity: 0;
	background-color: rgba(67, 144, 82, 0.86);
	transition: all 0.4s ease-in-out 0s;
}
.g3-first h2 {
    transform: translateY(-100px);
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    
}
.g3-first p {
    transform: translateY(100px);
    opacity: 1;
    transition: all 0.2s linear 0s;
}
.g3-first a.info {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

/* G3 END HERE */

.inner-display-imgs img{margin-bottom:  20px;} 

.hanging-wall{margin-top: 25px;}

.fea {
    padding: 20px;
    position: relative;
}

.hd {
	font-family: 'Playfair Display SC', serif;
	font-size: 28px;
	color: #277d3c;
	margin: 0;
}

.fa {
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.top_ {
    z-index: 9999;
    padding-top:10px;
}

.btn-success{
	color: #FFF;
	background-color: #5db657;
	border-color: #5db657;
	margin: 0px 3px; 
	padding: 11px;
	border-radius: 0;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #5db657;
    background-color: #fff !important;
    border-color: #5DB657;
}

.photo{
    /* border-radius: 50px; */
    padding: 10px 0 0 0; overflow: hidden;
}
.photo img {
	width: 100%;
	/* box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42); */
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	-webkit-transition: width 2s;
	transition: width .5s;
	border: 1px solid #d8d8d8;
}

.photo img:hover{background-color: #fff; z-index: 9999;   width: 95%; }

.photo p {
	text-align: center;
	padding: 8px 0px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	 
	background-color: #5db657;
	/* box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42); */
	color: #FFF;
	font-size: 16px;
}
   

.top_ .controls .chevron-left {
	float: left;
	position: absolute;
	left: -12px;
	top: 134px;
}

.top_ .controls .chevron-right {
	float: right;
	position: absolute;
	right: 0px;
	top: 134px;
	right: -12px;
}
.hangingimgs img{
	display: inline;
}

 
 #totopscroller {
position: fixed;
right: 30px;
bottom: 30px;
width: 43px;
}
#totopscroller div {
width: 49px;
height: 43px;
position: relative;
}
#totopscroller a {
display: none;
background: url('../images/totopicons.png');
width: 49px;
height: 43px;
display: block;
text-decoration: none;
border: medium none;
margin: 0 0 -1px;
border: 1px solid #949494;
}
.totopscroller-top {
background-position: 0 0 !important;
}
.totopscroller-lnk {
background-position: 0 -43px !important;
}
.totopscroller-prev {
background-position: 0 -129px !important;
position: absolute;
top: 0;
left: 0;
}
.totopscroller-bottom {
background-position: 0 -86px !important;
position: absolute;
top: 0;
left: 0;
}



/*new navigation*/

.navbar-default {
	background: no-repeat;
	border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background: none;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px solid transparent;   
	float: right;
}
 
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #080808;
    background-color: #FE842B;
    border-radius: 0px 12px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	padding: 5px 0px;
	margin: 0px 0px 0px;
	font-size: 15px;
	list-style: outside none none;
	background-color: #2D9045;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	color: #fff !important;
}

.dropdown-menu > li > a {font-family: 'Roboto', sans-serif;
	display: block;
	padding: 7px 13px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #fff;
	white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #277D3C;
}

.dropdown-submenu {
    position: relative;
}
 
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
} 

.new-info-btn{color: #000;	
	font-family: 'Roboto', sans-serif;}

.new-info-btn:hover {
    color: #fff;
    text-decoration: none;
}

.new-info-btn i{padding-left: 5px; }

.category-nav {
	padding: 0px;
	top: 17.5%;
	font-family: 'Roboto', sans-serif;
	position: fixed;
	transition: right 2s ease 0s;
	/*box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.63);*/
	z-index: 99999;
	right: -278px;
	background: #277d3c none repeat scroll 0px 0px;
}

.category-nav:hover {
	right: 0px;
	transition: right 1s ease 0s;
	z-index: 999999 ;}

.category-nav::after {
	content: "Planter Gardening";
	font-family: 'Poppins', sans-serif;
	display: block !important;
	font-size: 18px;
	margin: 0px !important;
	padding: 9px;
	position: absolute;
	right: 116.7%;
	top: 0px;
	z-index: 9999 !important;
	color: #FFF;
	background-color: #277d3c;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	transform-origin: top right 0;
	transform: rotate( 270deg );
	letter-spacing: .5px;
}

.category-nav ul li {
	line-height: 28px;
	color: #fff;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #fff;
	
} 

.category-nav ul {
	padding-left: 0px;
	margin: 0;
}

.category-nav ul li:hover{text-decoration: none; cursor:pointer}

.category-nav li:hover {
	box-shadow: 0px 86px 0px 0px #106C27 inset;
	color: #FFF;
	/* background: #b0cb1f; */
}

.category-nav li {padding: 10px 27px;
	display: block;
	transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-webkit-transition: all 800ms linear;
	-o-transition: all 600ms linear;
	color: #fff;
}


/*-------------------------*/

.category-nav2 {
	padding: 0px;
	top: 17.5%;
	font-family: 'Roboto', sans-serif;
	position: fixed;
	transition: right 2s ease 0s;
	/*box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.63);*/
	z-index: 99999;
	right: -210px;
	background: #277d3c none repeat scroll 0px 0px;
}

.category-nav2:hover {
	right: 0px;
	transition: right 1s ease 0s;
	z-index: 999999 ;}

.category-nav2::after {
	content: "Plant Protection";
	font-family: 'Poppins', sans-serif;
	display: block !important;
	font-size: 18px;
	margin: 0px !important;
	padding: 9px;
	position: absolute;
	right: 121.7%;
	top: 0px;
	z-index: 9999 !important;
	color: #FFF;
	background-color: #277d3c;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	transform-origin: top right 0;
	transform: rotate( 270deg );
	letter-spacing: .5px;
}

.category-nav2 ul li {
	line-height: 28px;
	color: #fff;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #fff;
	
} 

.category-nav2 ul {
	padding-left: 0px;
	margin: 0;
}

.category-nav2 ul li:hover{text-decoration: none; cursor:pointer}

.category-nav2 li:hover {
	box-shadow: 0px 86px 0px 0px #106C27 inset;
	color: #FFF;
	/* background: #b0cb1f; */
}

.category-nav2 li {padding: 10px 27px;
	display: block;
	transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-webkit-transition: all 800ms linear;
	-o-transition: all 600ms linear;
	color: #fff;
}


.navbar-default .navbar-nav > li > a {
	color: #777;
	padding: 0 14px;
} 
.dropdown-menu {
	z-index: 99999999;

}
.hang-carousel-in {
	z-index: 0;
}
.side-1 {
	overflow: hidden;
	height: 204px;	
}
.side-1:hover img{
	width: 270px;
	transition: all 0.4s ease-out 0s;

}
.side-1 img{
	width:263px;
	transition: all 0.4s ease-out 0s;
}
.panel-body ul li a:hover {
	color: #ED7B00!important;
	-webkit-transition: all 100ms linear!important;
}	

.plant-margin{margin-right: 44px;}

@media (width:1280px) {
	.index-carousel li span {
	font-size: 17px;
	
}
}
@media (width:1024px) {
.index-carousel li span {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	padding: 6px 15px;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
	transition: all 0.4s ease-out 0s;
}
}
@media (min-width:768px)  and (max-width:980px){
.index-carousel li span {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	padding: 6px 3px;
	text-transform: uppercase;
	border-radius: 0px 0px 0 0;
	transition: all 0.4s ease-out 0s;
}
.index-carousel li {
	margin: 0 -3px 0 0;
	
}
.carousel-indicators .active {
	margin: 0 -4px 0 0;
	
}
.index-carousel .active span {
	bottom: -1px !important;

}
.navbar-nav > li {
	float: left;
	width: 20%;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
	padding: 0 9px;
	width: 100%;
}
.nav > li > a > img {
	max-width: none;
	width: 100%;
}
}

.pdf_p {
	position: absolute;
	bottom: 10px;
	right: 30px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 37%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding: 10px 0;
}
@keyframes blink {
to { color:#fff; }
}

.blink {
    color:#f90 ;
    animation: blink 1s steps(2, start) infinite;
    
    
} 
#mainText {
             
			 
			}		
		word{ display:inline-block; }
		
		a letter{ color:inherit; }
		letter{ display:inline-block; white-space:pre; background:none; transition:.4s; }
		letter.initial{ opacity:0; text-shadow:0 0 9px; color:#FFF; -webkit-transform:scale(8); 
			-webkit-transform-origin:150% 50%; transform:scale(8); transform-origin:150% 50%; }
.view h3 {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	position: absolute;
	background: rgba(39, 125, 60, 0.5);
	width: 100%;
	padding: 8px 0;
	top: 5%;
	color: #fff;
	font-size: 19px;
}

.category-nav3 {
	padding: 0px;
	top: 17.5%;
	font-family: 'Roboto', sans-serif;
	position: fixed;
	transition: right 2s ease 0s;
	/*box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.63);*/
	z-index: 99999;
	right: -180px;
	background: #277d3c none repeat scroll 0px 0px;
}

.category-nav3:hover {
	right: 0px;
	transition: right 1s ease 0s;
	z-index: 999999 ;}

.category-nav3::after {
	content: "Coco Products";
	font-family: 'Poppins', sans-serif;
	display: block !important;
	font-size: 18px;
	margin: 0px !important;
	padding: 9px;
	position: absolute;
	right: 124.7%;
	top: -1px;
	z-index: 9999 !important;
	color: #FFF;
	background-color: #277d3c;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	transform-origin: top right 0;
	transform: rotate( 270deg );
	letter-spacing: .5px;
}

.category-nav3 ul li {
	line-height: 28px;
	color: #fff;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #fff;
	
} 

.category-nav3 ul {
	padding-left: 0px;
	margin: 0;
}

.category-nav3 ul li:hover{text-decoration: none; cursor:pointer}

.category-nav3 li:hover {
	box-shadow: 0px 86px 0px 0px #106C27 inset;
	color: #FFF;
	/* background: #b0cb1f; */
}

.category-nav3 li {padding: 10px 55px;
	display: block;
	transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-webkit-transition: all 800ms linear;
	-o-transition: all 600ms linear;
	color: #fff;
}

.category-nav4 {
	padding: 0px;
	top: 17.5%;
	font-family: 'Roboto', sans-serif;
	position: fixed;
	transition: right 2s ease 0s;
	/* box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.63); */
	z-index: 99999;
	right: -205px;
	background: #277d3c none repeat scroll 0px 0px;
}

.category-nav4:hover {
	right: 0px;
	transition: right 1s ease 0s;
	z-index: 999999 ;}

.category-nav4::after {
	content: "Jute Bags";
	font-family: 'Poppins', sans-serif;
	display: block !important;
	font-size: 18px;
	margin: 0px !important;
	padding: 9px;
	position: absolute;
	right: 122%;
	top: -1px;
	z-index: 9999 !important;
	color: #FFF;
	background-color: #277d3c;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	transform-origin: top right 0;
	transform: rotate( 270deg );
	letter-spacing: .5px;
}

.category-nav4 ul li {
	line-height: 28px;
	color: #fff;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #fff;
	
} 

.category-nav4 ul {
	padding-left: 0px;
	margin: 0;
}

.category-nav4 ul li:hover{text-decoration: none; cursor:pointer}

.category-nav4 li:hover {
	box-shadow: 0px 86px 0px 0px #106C27 inset;
	color: #FFF;
	/* background: #b0cb1f; */
}

.category-nav4 li {padding: 10px 40px;
	display: block;
	transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-webkit-transition: all 800ms linear;
	-o-transition: all 600ms linear;
	color: #fff;
}


/*.category-nav5*/

.category-nav5 {
	padding: 0px;
	top: 17.5%;
	font-family: 'Roboto', sans-serif;
	position: fixed;
	transition: right 2s ease 0s;
	/* box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.63); */
	z-index: 99999;
	right: -270px;
	background: #277d3c none repeat scroll 0px 0px;
}

.category-nav5:hover {
	right: 0px;
	transition: right 1s ease 0s;
	z-index: 999999 ;}

.category-nav5::after {
	content: "Handicraft";
	font-family: 'Poppins', sans-serif;
	display: block !important;
	font-size: 18px;
	margin: 0px !important;
	padding: 9px;
	position: absolute;
	right: 114%;
	top: -1px;
	z-index: 9999 !important;
	color: #FFF;
	background-color: #277d3c;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	transform-origin: top right 0;
	transform: rotate( 270deg );
	letter-spacing: .5px;
}

.category-nav5 ul li {
	line-height: 28px;
	color: #fff;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #fff;
	
} 

.category-nav5 ul {
	padding-left: 0px;
	margin: 0;
}

.category-nav5 ul li:hover{text-decoration: none; cursor:pointer}

.category-nav5 li:hover {
	box-shadow: 0px 86px 0px 0px #106C27 inset;
	color: #FFF;
	/* background: #b0cb1f; */
}

.category-nav5 li {padding: 10px 40px;
	display: block;
	transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-webkit-transition: all 800ms linear;
	-o-transition: all 600ms linear;
	color: #fff;
}
