strong.font-weight-extra-bold {
    color: white;
}
h2.font-weight-bold.mb-0.appear-animation.animated.maskUp.appear-animation-visible {
    color: white;
}
.row.text-center.my-5 {
    margin-bottom: 0px !important;
}

section.mobile_view {
    display: none;
}
span.ButtonBase__Overlay-sc-p43e7i-4.jUXzLe {
    background: #ffff54 !important;
}
.huflDf {
    line-height: 1.32;
    text-wrap: balance;
    font-size: 32px !important;
    font-weight: bold;
    font-style: normal;
    color: rgb(255 251 251) !important;
}


.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {

  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}












.cuoJHc {
    position: relative;
    transition: background-color 0.1s ease 0s;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 24px;
    background-color: rgb(255 255 255) !important;
}


undefined

.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin: auto;
}
/* The dots/bullets/indicators */
.dot {

    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;

}
.fade:not(.show) {
    opacity: 160;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }

}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}






h2.headline {
    text-align: center;
    font-weight: 600;
    font-size: 2.2em;
}
form.contact-form {
    border: 2px solid white;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
}
img.simg {
    width: 100%;
    border-radius: 20px;
}
a.font-weight-bold.text-color-primary.text-5 {
    background: yellow;
    color: black !important;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}
a.font-weight-bold.text-color-primary.text-5:hover {
    background: yellow;
    color: black !important;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}
.overlay3 {
    background: #000000de;
}
.card {
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.foverlay {
    background: #000000d6;
}
ol li {
    color: white;
}
strong.text-color-dark.font-weight-extra-bold {
    color: yellow !important;
}
ul.list.list-icons.list-icons-style-2 li {
    color: white;
}
label.text-4.mt-1 {
    color: white;
    line-height: 22px;
}  
a.btn.btn-modern.btn-danger.mt-3 {
    color: black;
}
ul.list.list-icons.list-icons-sm.mb-0 li {
    color: white;
}
a.btn.btn-danger.btn-rounded.font-weight-semibold.text-color-light.mt-3.mb-5.w-100 {
    color: black !important;
}
a.flink {
    color: white !important;
    /* padding-left: 0px; */
}
a.flink1 {
    color: white !important;
    padding-left: 3px;
    /* padding-left: 0px; */
}

h2.text-color-dark.font-weight-bold.mb-2.pt-0.mt-0.appear-animation.animated.maskUp.appear-animation-visible {
    color: yellow !important;
}
 


.sonar-emitter {
  position: relative;
  margin: 0 auto;
  width: 275px;
  height: 275px;
  border-radius: 9999px;
 
}

/* the 'wave', same shape and size as its parent */
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}


.sonar-wave {
  animation: sonarWave 1s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.5;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}









.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#fff;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.ripple{
	position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite; 
	background-color: #00aff0!important;
    animation: ripple 1.8s infinite;
	
}
.float-right{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#fff !important;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
img.ficon {
    width: 20%;
    padding-right: 31px;
}
.col-lg-4.d-flex.align-items-center.justify-content-center.justify-content-lg-start.mb-4.mb-lg-0 p {
    color: white !important;
}
a.flinkdd {
    color: #ffffff;
}
a.flink1d {
    color: #ffffff;
    padding-left: 4px;
}
label.form-label.mb-1.text-2 {
    color: white;
}

.my-float{
	margin-top:16px;
}
ul.social li {
    display: contents;
}
a.text-3.text-uppercase.font-weight-bold.pt-2.d-block.text-dark.text-decoration-none {
    color: yellow !important;
}
@media only screen and (max-width: 768px) {
 .row.text-center.pb-4.my-5 {
    padding-top: 1px !important;
}
    video.m_v_ {
    width: 100%;
}
    .col-md-12.col-lg-12.mb-5.mb-lg-0.appear-animation.animated.fadeInUpShorter.appear-animation-visible {
    margin-top: 10px;
}
    .container.desktop_view {
    display: none;
}
    .col-md-7.order-2 {
    padding-top: 37px;
}
    p.mb-2.lead.text-4 {
    text-align: justify;
}
        section.mobile_view {
    display: block;
}
    .my-5 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
    .mb-5 {
    margin-bottom: 1rem!important;
}
    section.section.section-height-3 {
    padding: 73.846px 0;
    padding: 0.615385rem 0;
}
    .py-5 {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
}
    ul.list.list-icons.list-icons-sm.mb-0 li {
    font-size: 16px;
}
ol {
    padding-left: 23px !important;
}
    body {
    font-size: 17px;
}
    img.mainlogo {
    margin-left: -56px;
}
}