.onovo-hover-1::before, .onovo-hover-2::before, .onovo-hover-3::before {
	background: #2C9BFC;
}
.onovo-bubble .bubble-1 {
  background: #F60139;
}
.onovo-bubble .bubble-2 {
  background: #F60139;
}
.onovo-bubble .bubble-3 {
  background: #F60139;
}
.onovo-hover-btn::after {
	background: #2C9BFC;
}
.preloader::before, .preloader::after {
	background: #2C9BFC;
}
.preloader__double-bounce {
	background-color: #F60139;
}
.onovo-header {
	padding: 0;
}
.sticky {
  position: fixed;
  top: 0;
}
.onovo-header.sticky {
	display: block;
}
.onovo-menu ul li {
	margin: 20px 0;
	font-size: 30px;
}
.onovo-menu-container {
	top: 10px;
	display: flex;
}
.onovo-menu-container {
	height: 100%;
}
.onovo-header.sticky + .content {
		padding-top: 102px;
}
#file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
a.onovo-lnk.lnk--active::after, span.onovo-lnk.lnk--active::after, .onovo-lnk.lnk--active a::after {
	background: #2F9AFF;
}
.onovo-menu-popup.menu--open .onovo-menu-overlay {
		background: #2F9AFF;
}
.onovo-menu-overlay, .onovo-menu-overlay-after {
	background: #FE0039;
}
.onovo-menu-popup.menu--open .onovo-menu-overlay-after {
	background: #000;
}


.onovo-team-item .image img {
    max-width: 330px;
    width: 90%;
    margin: auto auto 15% auto;
}
@media (max-width: 1024px) {
    .onovo-team-item .image img {
        margin: auto auto 30% auto;
    }
}
@media (max-width: 768px) {
    .onovo-team-item .image img {
				margin: auto auto 12% auto;
        margin: auto auto max(12%, 75px) auto;
    }
}
.onovo-team .onovo-social-link svg {
	width: 40%;
	z-index: 1;
  transition: fill 0.4s;
}
.onovo-team .onovo-social-link:hover svg {
	fill: #fff;
}
.onovo-team-item:hover .num {
		color: #2C9BFC;
}
.onovo-team-item .num {
		font-size: 250px;
		font-size: clamp(100px, 22vw, 300px);
}
@media (max-width: 768px) {
		.onovo-team-item .num {
				font-size: clamp(200px, 45vw, 300px);
		}
}
.onovo-team-item.onovo-hover-1:hover::before, .onovo-team-item.onovo-hover-2:hover::before, .onovo-team-item.onovo-hover-3:hover::before {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.onovo-service-grid-item a, .onovo-team-item .image a, .onovo-brands a {
	pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
	background-color: rgba(70 180 80 / 0.25);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #dc3232;
	border-color: #dc3232;
	background-color: rgba(220 50 50 / 0.25);
}
.onovo-logo-image img {
	max-width: min(70px, 100%);
}
.onovo-blog-item .date {
	display: none !important;
}