.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
html {
  scroll-behavior: smooth;
}
.scrollHeader {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fixedHeader {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    background-color:#fff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.image-animasi .fl-photo-content {
    position:relative;
}
.image-animasi .fl-photo-content:hover::after, .image-animasi .fl-photo-content:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.image-animasi .fl-photo-content::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.image-animasi .fl-photo-content::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.image-animasi .fl-photo-content::before,
.image-animasi .fl-photo-content::after {
    content:'';
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.uabb-photo-gallery-content:hover .uabb-background-mask {
    margin: 20px;
    border-radius: 20px;
}
.uabb-photo-gallery-content .uabb-background-mask {
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.text-justify {
    text-align:justify;
}
.widget {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.widget .widget-title {
    font-size:20px;
}
.guruhome:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.guruhome img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

@media only screen and (min-width: 769px) {
	.fl-menu .menu-item a:focus {
		color:#fff !important;
		border-radius: 20px;
    	background-color:#7ab9e6 !important;
	}
}

@media only screen and (max-width: 768px) {
  html, body {
      overflow-x: hidden;
  }
}


@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(100px);
	}
}

svg #wheel {
	animation: scroll ease 1.5s infinite;
}