.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.pb-7 {
    padding-bottom: 7rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pt-7 {
    padding-top: 7rem;
}

.pd-0 {
    padding: 0;
}

.img100 {
    width: 100%;
}

.mimg100 {
    max-width: 100%;
}

.tran-50 {
    transform: translate(0, 50%);
}

.kd-userinfo li a {
    color: #fff;
}

.home-vdo {
    width: 70%;
    margin: auto;
}

.navbar-nav .current {
    background-color: #00a950 !important;
}

.navbar-nav .current>a {
    color: #fff!important;
}

.kd-services p {
    min-height: 50px;
}

.kd-services {
    text-align: center;
    margin-bottom: 0;
}

.mh130 {
    min-height: 130px!important;
}

.desktop-hide {
    display: none!important;
}

.mobile-hide {
    display: block!important;
}

@media only screen and (max-width: 1024px) and (min-width:768px) {
    .navigation {
        padding: 21px 0px 0px 0px;
    }
}

@media only screen and (max-width: 769px) {
    .desktop-hide {
        display: block!important;
    }
    .desktop-hide span {
        padding: 0 15px;
    }
    .desktop-hide span a {
        margin-right: 2rem;
    }
    .mobile-hide {
        display: none!important;
    }
    .eccaption {
        display: block;
        width: 80%;
        left: 4rem;
        top: 4rem;
    }
    .eccaption h3 {
        font-size: 22px;
    }
    .eccaption h4 {
        font-size: 15px;
    }
    .home-vdo {
        width: 100%;
    }
    .mh130 {
        min-height: 40px;
    }
    .tran-50 {
        transform: translate(0, 20%);
    }
    .heading-style3 h2 {
        font-size: 28px;
    }
}