#drone {
	width: 33%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 2%;
	z-index: 10;
}

#drone img {
	width: 100%;
}

#drone #slider {
	width: 55%;
	left: 9.5%;
	position: absolute;
	z-index: 99;
	top: 5%;
}

#drone #slider .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
}

#drone #slider .owl-dots {
	transform: translateY(-100%);
}

#drone #slider .item {
	padding: 7.5% 10%;
}

#drone #slider .item h1 {
	font-size: 1.2vw;
	padding-bottom: 1%;
	margin-bottom: 5%;
}

#drone #slider .item h5 {
	font-size: 1vw;
	font-weight: 500;
	color: rgb(255, 255, 255, 0.75);
}

#baloon {
	width: 20%;
	position: absolute;
	right: 14%;
	animation: baloon 10s;
	top: 5%;
	z-index: 99;
}

#baloon img {
	width: 100%;
}

#baloon span {
	position: absolute;
	z-index: 999;
	top: 35%;
	padding: 5%;
	left: 4%;
	text-align: center;
	font-size: 0.9vw;
}

#blimp {
	width: 75%;
	position: absolute;
	right: 0;
	top: 0;
	animation: blimp 10s;
	z-index: 99;
}

#blimp img {
	width: 100%;
}

#blimp span {
	position: absolute;
	z-index: 999;
	top: 35%;
	padding: 5%;
	left: 4%;
	text-align: center;
	font-size: 0.9vw;
}

#conserv_logo {
	position: absolute;
	width: 15%;
	bottom: 5%;
	right: -15%;
	z-index: 999;
}

#conserv_logo img {
	width: 100%;
}

#car3 {
	position: absolute;
	width: 15%;
	top: -20%;
	right: 2%;
	z-index: 1;
}

#car3 img {
	width: 100%;
}

#wsg {
	position: absolute;
	width: 8%;
	top: 74%;
	left: 5%;
	z-index: 5;
}

#wsg img {
	width: 100%;
}

@keyframes conserv {
	0% {
		right: 85%;
	}
}

@keyframes car3 {
	0% {
		right: 70%;
		top: 50%;
	}
}

@keyframes wsg {
	0% {
		left: 85%;
		top: 45%;
	}
}

.owl-theme .owl-dots .owl-dot span {
	width: 0.6vw;
	height: 0.6vw;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 2%;
}
