#header_wrapper {
	background-color: #f1eded;
	padding: 20px;
}
#eltit {
	font-size: 36px;
	color: #f5f0f0;
	position: relative;
	left: 200px;
	bottom: -25px;
}
#logo {
	width: 100px;
	border-radius: 50px;
	position: relative;
	left: 100px;
	top: -75px;
}
#menu li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	left: 850px;
	bottom: -25px;
}
#menu li a {
	color: #f5f1f1;
	text-decoration: none;
	font-size: 18px;
	float: right;
    margin-top:-55px;
}
#menu li a:hover {
	color: #f00;
}
#homep {
	width: 100%;
	height: auto;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 10px;
}
fieldset {
	border: 3px solid #000000;
	padding: 20px;
	margin-top: 20px;
	border-radius: px;
}

#ceo{
	float: left;
            border-radius: 10px;
            object-fit: cover;
}
#sliders {
	font-family: 'Poppins', sans-serif;
	min-height: 100vh;
}
*{

	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.slides{
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	width: 95%;
    left: 38px;
}
.slide:nth-child(1){
	background-image: url("/img/usine1.jpg");
}
.slide:nth-child(2){
	background-image: url("/img/fish farimng.jpg");
}
.slide:nth-child(3){
	background-image: url("/img/feed machine.jpg");
}
.slide:nth-child(4){
	background-image: url("/img/inshop.jpg");
}
.slide{
	height: 80vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	animation: sliding 5s ease;
	display: none;
}
.slide.active {
	display: block;
}
@keyframes sliding {
	from{
		opacity: 0;
		transform: scale(1.1);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}
.slidecontainer {
	width: 1140px;
	height: 100%;
	margin: auto;
	padding: 0 15px;
	position: relative;
}
.slide .content{
	height: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: center;
	color: #000000;
}
.slide .content h1 {
	font-size: 3rem;
	opacity: 0;
	animation: captionAnimation 0.9s ease-in-out forwards;
	animation-delay: 2;
}
.slide .content p {
	font-size: 18px;
	margin: 5px 0 30px;
	color: #000000;
	text-align: right;
	opacity: 0;
	animation:captionAnimation 0.5s ease-in-out forwards;
	animation-delay: 0.8s;
}
.slide .content a {
	background-color: #313131;
	padding: 7px 15px;
	text-decoration: none;
	color: #ffffff;
	opacity: 0;
	animation:captionAnimation 0.5s ease-in-out forwards;
	animation-delay: 1s;
}
@keyframes captionAnimation {
	from{
		opacity: o;
		transform: translateX(100px);
	}
	to{
		opacity: 1;
		transform: translateX(0);
	
	}
}
.slides .controls{
	width: 100%;
	margin: 35vh 0;
	position: absolute;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.slides .controls2{
	width: 100%;
	margin: 35vh 0;
	position: absolute;
	left: 1305px;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}

.slides .next,.slides .prev{
	cursor: pointer;
	background-color: #ffffff;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	padding: 5px;
	color: #313131;
	opacity: 0.5;
	transition: 0.5s;
} 
.slides .prev:hover,
.slides .next:hover{
    opacity: 1;
}


.slides .indicatorContainer{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 200px;
}

.slides .indicatorContainer > div{
	border: 3px solid #313131;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	border-radius: 50%;
}
.slide .indicatorContainer >div:last-child{
	margin: 0;
}

.slides .indicatorContainer > div.active{
	background-color: #313131;
}


/*mobile responsive*/
@media (max-width: 1140px){
	.slidecontainer{
		width: 100%;
		padding: 0 15px;
	}
	.slide {
		background-position-x: 30%;
	}
}

@media (max-width:767px){
	.slides .controls{
		display: none;
	}
}
#feeds {
	position: absolute;
	right: -300px;
	width: 1000px;
	padding: 20px;
}
#care {
	position: absolute;
	right: 10px;
	width: 900px;
	padding: 20px;
}
#furnit {
	background-color: azure;
	width: 1450px;
	position: relative;
    left: -230px;
	border: 0;
	border-radius: 50px;
}
#shift {
	position: relative;
	right: -20px;
}
#form {
	background-color: azure;
	width: 1050px;
	position: relative;
    left: 222px;
	border: 0;
	border-radius: 50px;
}
#pic {
	position: relative;
	right: -85px;
}
#fteam {
	border: 0;
	background-color: azure;
	width: 1050px;
	position: relative;
    left: 222px;
}
#bbody {
	background-color: azure;
	width: 1220px;
	height: 1600px;
	position: relative;
    right: 39px;
	border: 0;
	position: absolute;
	top: 815px;
}
#side {
	background-color: rgb(179, 121, 235);
	border: 0;
	width: 100px;
	position: relative;
	left: 38.5px;
	position: absolute;
	top: 815px;
}
#footers{
	position: relative;
	bottom: -1560px;
}
#foot {
	position: relative;
	left: -260px;
	width: 1580px;
}