#homepage-slider .rotating-blue-img img {
	top: 55%;
	position: absolute;
	display: block;
	right: 88px;
	z-index: 0;

	-webkit-animation: rotateCircle 130s linear infinite;
	-moz-animation: rotateCircle 130s linear infinite;
	-ms-animation: rotateCircle 130s linear infinite;
	-o-animation: rotateCircle 130s linear infinite;
	animation: rotateCircle 130s linear infinite;
}

.aboutus-title-wrapper {
    display: block;
    position: relative;
}
.aboutus-title-wrapper .aboutus-bg-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat; /*
    -webkit-animation: rotateCircle 20s linear infinite;
	-moz-animation: rotateCircle 20s linear infinite;
	-ms-animation: rotateCircle 20s linear infinite;
	-o-animation: rotateCircle 20s linear infinite;
	animation: rotateCircle 20s linear infinite;
*/ }
.overfow-hidden {
    overflow: hidden;
}
/* .float-img-bottom {
    background-image: url('https://dev-1.corp.todd.nl/www.conneqtech.com/wp-content/uploads/2020/11/circle-background-2.png') !important;
    bottom: -122px !important;
    left: -135px !important;
    -webkit-animation: rotateCircle 20s linear infinite;
	-moz-animation: rotateCircle 20s linear infinite;
	-ms-animation: rotateCircle 20s linear infinite;
	-o-animation: rotateCircle 20s linear infinite;
	animation: rotateCircle 20s linear infinite;
} */