
			/* cookie notice */

.cli_messagebar_head {
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

#cookie-law-info-again {
    z-index: 9999999;
}

#cookie-law-info-bar {
    z-index: 9999999;
}

.cli-modal-backdrop {
    z-index: 99999;
}

.cli-modal.cli-blowup {
	z-index: 9999999;
}

/* cookie notice end */

.wp-element-button {margin-top:10px; color:#003399!important; background-color:#fff; border:2px solid #003399; }


.elementor-accordion ul li {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 0px;
    margin: 0;
    border-bottom: 1px solid #ececec; 
}

.elementor-accordion ul {padding:0px;}

.elementor-accordion ul li:before {
	font-weight:800;
	 font-family: "Font Awesome 5 Free";
        content: "\f054" !important;
	color:#03A7E6; padding-right:10px;
}



.intro-image {
  animation: animName 158s linear infinite; 
}

@keyframes animName {
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}




.elementor-71 .elementor-element.elementor-element-04d4db7 > .elementor-background-overlay {
    animation: zoom-in-zoom-out 16s ease-in-out infinite; 
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#intro {
	overflow:hidden;
}


.elementor-menu-toggle:after {
content:'Menu';
position: relative; font-size:14px;
margin-left: 5px; text-transform:uppercase;
}

.wpcf7 label {
	width:100%;
}

.wpcf7 p {
	margin-bottom:10px;
}

.wpcf7 input, .wpcf7 textarea {
	padding:7px;
	margin-top:5px;
}

.wpcf7 textarea {
	height:180px;
	resize:none;
}

.wpcf7 input[type="submit"] {
	padding:10px 20px;
}

.google-recaptcha-message {
	color:#000000;
	font-size:11px;
}

.google-recaptcha-message a {
	color:#000000;
	text-decoration:none;
}


.grecaptcha-badge { display:none;}		