#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}

#div-right-bg {
    height: 400px;
    position: absolute;
    top: 0px;
    z-index: -14;
    width: 100%;
    overflow: hidden;
}

#right-bg {
    width: 400px;
    height: 400px;
    background: url('https://lamongankab.go.id/img/ring1.png');
    background-size: contain;
    position: absolute;
    right: -25px;
    top: -180px;
    /* z-index: -14; */
}

#left-bg {
    width: 400px;
    height: 400px;
    position: absolute;
    left: -155px;
    top: 0;
    z-index: -17;
}

#left-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('https://lamongankab.go.id/img/lm1.png');
    background-size: cover;
    /* opacity: .3; */
    content: "";
}

#div-right-bg2 {
    height: 400px;
    position: absolute;
    top: 0px;
    z-index: -14;
    width: 100%;
    overflow: hidden;
    top: 682px;

}

#right-bg2 {
    width: 500px;
    height: 500px;
    position: absolute;
    right: -98px;
    /* top: 682px; */
    background: url('https://access.fe.uin-malang.ac.id/assets/images/right.jpg');
    background-size: cover;
    /* z-index: -14; */
}

/* #right-bg2:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('https://lamongankab.go.id/img/lm1.png');
    background-size: cover;
    opacity: .3;
    content: "";
} */


.no-box-shadow {
    box-shadow: none !important;
}

.nav-hl {
    border-bottom: 1px solid #ccc;
}

.bor1 {
    border: 1px solid red;
}

body {
    font-family: Poppins, Roboto;
}


.down-hint {
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 3em;
}

.down-hint {
    animation: cssAnimation_0 1461ms infinite ease-out;
}

@keyframes  cssAnimation_0 {
    to {
        transform: translate(0px, 11px);
    }
}

.dn {
    display: none;
}

@media  only screen and (min-width: 768px) {
    .img-logo-top {
        height: 80px;
    }
}

@media  only screen and (max-width: 769px) {
    .img-logo-top {
        height: 50px;
    }
	
	.center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 50%;
	}
}

.tit1 {
    line-height: .9;
    text-shadow: 1px 1px 1px #fff, 1px -3px 6px #fff;
}

.tit2 {
    color: #3184c6;
    line-height: .9;
    font-weight: 800;
    text-shadow: 1px 1px 1px #fff, 1px -3px 6px #fff;
}

@media  only screen and (min-width: 768px) {
    .tit1 {
        font-size: 2.8rem;
    }

    .tit2 {
        /* font-weight: 800; */
    }

    .padd1 {
        margin-top: 140px;
    }
}

@media  only screen and (max-width: 769px) {
    .tit1 {
        font-size: 1.6rem;
    }

    .tit2 {
        font-size: 1.2rem;
    }

    .padd1 {
        margin-top: 90px;
    }

    .foot-box img{
        width: 60% !important;
    }

    #right-bg {
        width: 200px;
        height: 200px;
    }
}


.div_img_0 {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.hover1 {
    transition: 0.3s;
    border-radius: 4px;
    xoverflow: hidden;
    xborder: 1px solid #aaa;
    /* color:white; */
    border: 1px solid white;
    */
}

.hover1:hover {
    /* box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2); */
    /* background-color: #0c56d0; */
    /* border: 1px solid #0c56d0; */
    /* color: white; */
}

.hover1:active {
    background-color: #6092e2 !important;
}


.div-icon-btn-service {
    display: flex;
    justify-content: center;
    align-items: center
}

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
    .responsive-font-1 {
        font-size: 16px;
    }
}

/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
    .responsive-font-1 {
        font-size: 13px;
    }
}

.card:hover {
    color: #fff;
    background-color: #4fa3e9;
    border-color: #4fa3e9;
    transition: all .4s ease;
}


.card {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 15px 30px 0px rgb(52 152 219 / 20%);
    /* margin: 20px; */
    border: 0;
    border-top: 10px solid #25b5e9;
}

@media  only screen and (min-width: 576px) {
    .card-head {
        height: 110px;
    }

    .titleCard {
        font-size: 1.2rem;
    }

    .cardHeight {
        height: 125px;
        padding-top: 15px;
        padding-bottom: 1px
    }

    .topTitleMargin {}

    .card-img-top-resp {
        height: 80px;
        width: auto;
    }

    .card-img-top-resp-fav {
        height: 100px;
        width: auto;
    }

    .grid-service {
        margin-bottom: 20px;
    }

    .card {
        /* box-shadow: none; */
    }
}

@media  only screen and (max-width: 575px) {
    .card-head {
        height: 80px;
    }

    .titleCard {
        font-size: 1.0rem;
    }

    .cardHeight {
        height: 50px;
        padding-top: 4px;
        padding-bottom: 1px
    }

    .topTitleMargin {
        padding-top: 45px;
    }

    .card-img-top-resp {
        height: 50px;
        width: auto;
    }

    .card-img-top-resp-fav {
        height: 60px;
        width: auto;
    }

    .grid-service {
        position: relative;
        top: -34px;
        margin-bottom: -20px;
    }

    .card {
        /* border: 1px solid #0c56d0; */
        min-height: 158px;
    }

    .card-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-out1 {
        /* padding-left: 30px;
                            padding-right: 30px; */
        padding-bottom: 15px;
    }
}

.cardHeight2 {
    /* height: 50px; */
    padding-top: 4px;
    padding-bottom: 1px
}

.bi_ {
    margin-right: 3px;
}


/* page scroll anim */
@keyframes  bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.slide-in {
    font-size: 3.3rem;
    position: absolute;
    bottom: 4.2rem;
    left: 0;
    display: block;
    width: calc(100vw - 25px);
    margin: 0;
    padding: 0;
}

.pointer {
    position: fixed;
    top: 94%;
    left: 50%;
    z-index: 2;
    width: 26px;
    height: 42px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #000;
    border-radius: 26px;
    -webkit-backface-visibility: hidden;
}

.pointer:after {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    content: '';
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    -webkit-animation: scroll 1.5s -1s cubic-bezier(.68, -.55, .265, 1.55) infinite;
    animation: scroll 1.5s -1s cubic-bezier(.68, -.55, .265, 1.55) infinite;
    opacity: 1;
    border-radius: 100%;
    background-color: #000;
}

@keyframes  scroll {

    0%,
    20% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
        transform: translateY(0) scaleY(1) scaleX(1) translateZ(0)
    }

    10% {
        -webkit-transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0);
        transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(20px) scaleY(2.5) scaleX(.5) translateZ(0);
        transform: translateY(20px) scaleY(2.5) scaleX(.5) translateZ(0);
        opacity: .01
    }
}

.bringtop {
    z-index: 5;
    visibility: visible !important;
}

.stack_ {
    width: 100%;
    /* background-color: rgba(200, 200, 200, 1); */
    margin-top: 15px;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    visibility: hidden;
}

.fixhover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    background-color: #0c56d0;
    color: white;

}

.title__top {
    visibility: hidden;
}

.bor2 {
    border: 1px solid blue;
}

.card_gorden1{
    overflow: hidden;
}

.card_gorden1:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 25%;
    left: 50%;
    opacity: 0;
    /* transform: translate(-50%, -100%); */
    background-color: #2874A6;
    z-index: 8;
    transition: all .4s ease;

}

.foot-box {
    border-top: 1px solid #aaa;
    padding-top: 1em;
    margin-top: 50px;
}

.foot-box img{
    width: 35%;
}