@charset "UTF-8";

.bg-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#5b6152), to(#749a37));
    background: -webkit-linear-gradient(top, #90c33f, #789250);
    background: -moz-linear-gradient(top,#90c33f, #789250);
    background: -ms-linear-gradient(top,#90c33f, #789250);
    background: -o-linear-gradient(top,#90c33f, #789250);
}

.img-header-icon {
    max-height: 80px;
}
.img-footer-icon {
    max-height: 50px;
}

.middlelogo {
    height: 262px;
}

.bodyclass {
    background-image: url(../images/bgklf.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.service-image {
    height: 137px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 6px rgba(255,255,255,0.4);
    box-shadow: 0px 1px 5px 5px #efe54c;
    border-radius: 28%;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

@media (min-width: 768px){
    .main-content {
        min-height: calc(100vh - 130px);
    }
}

.ani0 {--animate-delay: 0s}
.ani1 {--animate-delay: .2s}
.ani2 {--animate-delay: .4s}
.ani3 {--animate-delay: .6s}
.ani4 {--animate-delay: .8s}
.ani5 {--animate-delay: 1s}
.ani6 {--animate-delay: 1.2s}
.ani7 {--animate-delay: 1.4s}
.ani8 {--animate-delay: 1.6s}
