.whatsapp-container {
	position: fixed;
	right: 3%;
	bottom: 74px;
	z-index: 9999;
}

.whatsapp-container img {
	max-height: 65px;
}

.header_menu .logo-light {
  display: inline-block;
}

.header_menu .logo-dark {
  display: none;
}

.navbar-sticky-in .logo-light {
  display: none;
}

.navbar-sticky-in .logo-dark {
  display: inline-block;
}

#video_block_01 a {
	color: #1c1d66;
}
#video_block_01 {
	position: relative;
	width: 33%;
	text-align: center;
	padding: 66px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

#video_block_01 a {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background: #fff;
	font-size: 30px;
	border-radius: 50%;
}

#video_block_01 a:after,
#video_block_01 a:before {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: all .4sease;
	transition: all .4sease;
}
form .contact-permission-text a{
    color:#1c1d66;
    text-decoration: underline;
}
form .checkbox label{
    padding-left: 31px;
}
form .checkbox label a{
    color:#1c1d66;
    text-decoration: underline;
}
form .checkbox input[type="checkbox"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #444746;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1;
}

.hero-padding {
    padding-bottom: 12vw;
}

.banner-image img {
    border-radius: 25px !important;
}

footer {
    background-size: cover;
}

.news-single a, .overview a, .event-description a {
    color: #1c1d66;
}
