/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
body{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}
/*Init*/
#init img{
	position: relative;
	z-index: 600;
}
.home{
	height: 70px;
	margin-top: -120px;
	margin-bottom: 55px;
}
.link{
	position: relative;
	width: 70px;
	height: 70px;
	z-index: 1030;
}
/*Navbar*/
.bg-agrop{
	background: transparent;
}
.navbar {
	margin-top: -95px;
}
.navbar, .navbar-brand{
	font-size: 12px;
	z-index: 700;
	font-weight: 700;
}
.navbar-link{
	position: absolute;
	z-index: 800;
}
.navbar-light .navbar-nav .nav-link.active{
	color: white;
	background: rgb(0,211,108);
}
.navbar-brand>img{
	padding: 0 0 0 5px;
}
.navbar-agrop .navbar-brand {
    color: white;
}
.navbar-agrop .navbar-brand:hover {
    color: white;
}
.navbar-agrop .navbar-nav .nav-link {
    color: white;
  	padding:5px;
  	margin: 0 5px; 
}
.navbar-agrop .navbar-nav .nav-link:hover {
	color: white;
    background: rgb(0,211,108);

}
navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9);
}
.navbar-agrop .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
/*Footer*/
#foot-one{
	color: rgb(223,223,223);
	background: rgb(31,25,26);
	font-size: 13.5px;
	min-height: 350px;
	padding-top: 70px;	
}
.foot{
	margin-top: 10px;
	margin-bottom: 10px;
}
img.foot{
	padding-left: 5%;
}
#foot-one ul>li{
	list-style: disc;
	padding-top: 8px;
	margin-left: 18px;
}
#foot-one ul>li>a{
	color: rgb(223,223,223);
}
#foot-one ul{
	margin-top: -5px;
}
#foot-two{
	margin-top: -1px;
	color: rgb(180,180,180);
	background: rgb(15,12,12);
	font-size: 14px;
	padding: 15px 0 15px;
}
/*font*/
.text-dark{
	color: rgb(180,180,180)!important;
}
.text-dark2{
	color: rgb(72,72,72)!important;
}
.text-dark3{
	color: rgb(112,112,112)!important;
}
.text-green{
	color: rgb(0,211,108)!important;
}
.text-white{
	color: white!important;
}
/*bg*/
.bg-green{
	background-color: rgb(0,211,108)!important;
}
.bg-black{
	background: black!important;
}
.bg-white{
	/* background: white!important; */
}
/*Util*/
.sep{
	margin-top: -10px;
	margin-bottom: 15px;
	width: 150px;
	height: 8px;
	background: rgb(0,211,108);
}
.sepmargin{
	margin: 0px;
	height: 15px;
	box-shadow: 0 5px 20px grey;
}
.btn1{
	background: transparent;
	border: 2px solid rgb(0,211,108);
	color: rgb(0,211,108);
}
.btn2{
	background: transparent;
	border: 2px solid white;
	color: white;
}
/*Header*/
#demo{
	margin-top: -205px;
}
.img-20{
	width: 23%;
	height: auto;
	padding-bottom: 15px;
}
.img-70{
	width: 65%;
	height: auto;
}
.row{
	margin: auto;
}