@font-face {
    font-family: Roboto-Light;
    src: url(..class/fonts/Roboto-Light.eot);
    src: url(../fonts/Roboto-Light.woff) format("woff");
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.woff) format("woff");
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold.woff) format("woff");
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

body {
    background: url(../img/jpg/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

ul .uk-navbar-menu + ul {
    padding-right: 0;
}

ul .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: -25px;
    margin-right: 5px;
    background-color: #1f2b53e6;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}



ul li:hover .sub-menu{
    display: block;

}

ul .sub-menu:hover {
    display: block;
    
    
}

h2.heading {
    font-family: Roboto-Bold;
    color: #000;
    margin: 0;
    letter-spacing: 1.5px;
    font-size: 36px;
    margin: 0 auto;
    text-transform: uppercase
}

header {
    padding-top: 20px
}

header .uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent
}

header .top-line {
    font-family: Roboto-Regular;
    margin-bottom: 50px
}

header .top-line ul.uk-navbar-nav li a {
    color: #fff;
    font-family: Roboto-Regular;
    padding: 0 50px
}

header .top-line ul.uk-navbar-nav li .phone-number {
    color: #fff;
    font-size: 18px
}

header .top-line ul.uk-navbar-nav li .phone-number i {
    margin-right: 15px
}

header .top-line ul.uk-navbar-nav li .phone-number i svg {
    color: #fff;
    width: 30px;
    height: 30px
}

header .top-line ul.uk-navbar-nav li .phone-order {
    background: #39b54a;
    border-radius: 30px;
    height: unset;
    padding: 10px 40px;
    font-family: Roboto-Bold;
    transition: .3s
}

header .top-line ul.uk-navbar-nav li .phone-order:hover {
    background: #339c41
}

header .middle {
    margin-bottom: 50px
}

header .middle h1 {
    color: #fff;
    font-family: Roboto-Bold;
    margin: 0;
    text-align: center;
    margin-bottom: 10px
}

header .middle h3 {
    color: #fff;
    margin: 0;
    font-family: Roboto-Regular;
    text-align: center
}

header .bottom ul.uk-navbar-nav li a {
    font-family: Roboto-Light;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    transition: .3s
}

header .bottom ul.uk-navbar-nav li a:hover {
    color: #39b54a
}

header .bottom .search-icon svg {
    color: #fff
}

header .bottom .search-icon:hover svg {
    color: #39b54a
}

header .bottom .uk-navbar-dropdown {
    margin-top: 0;
    width: 300px;
    padding: 10px;
    font-family: Roboto-Regular;
    right: 0;
    left: unset !important
}

.home .first-wrapper {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    padding-top: 50px
}

.home .first-wrapper p {
    font-family: Roboto-Regular;
    color: #000;
    margin: 0;
    margin-top: 20px;
    padding: 0 50px;
    width: 540px;
    margin: 20px auto
}

.home .first-wrapper .home-grid {
    margin-top: 50px
}

.home .first-wrapper .home-grid .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.home .first-wrapper .home-grid .item .icon {
    height: 130px;
    width: 130px;
    margin-right: 50px
}

.home .first-wrapper .home-grid .item h4 {
    font-family: Roboto-Bold;
    color: #39b54a;
    margin: 0;
    text-align: left;
    font-size: 28px;
    margin-bottom: 20px
}

.home .first-wrapper .home-grid .item p {
    font-family: Roboto-Regular;
    color: #000;
    margin: 0;
    text-align: left;
    padding: 0;
    width: unset
}

.home .numbers-wrapper .number-item {
    text-align: center;
    padding: 50px 0
}

.home .numbers-wrapper .number-item h4 {
    font-size: 65px;
    font-family: Roboto-Bold;
    margin: 0;
    color: #fff
}

.home .numbers-wrapper .number-item h5 {
    font-size: 30px;
    font-family: Roboto-Regular;
    margin: 0;
    color: #fff
}

.home .numbers-wrapper .number-item p {
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 18px
}

.home .project-wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center
}

.home .project-wrapper p {
    color: #000;
    font-family: Roboto-Regular;
    margin: 0;
    font-size: 18px
}

/*.home .project-wrapper .uk-grid {
    margin-top: 60px
}*/

.home .project-wrapper .project-item {
    margin-bottom: 20px
}

.home .project-wrapper .project-item .uk-cover-container {
    height: 340px;
    width: 100%;
    border-radius: 5px
}

.home .project-wrapper .project-item .uk-cover-container .text {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

.home .project-wrapper .project-item .uk-cover-container .text h3 {
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 22px;
    max-height: 3em;
    overflow: hidden;
    word-wrap: break-word
}

.home .project-wrapper .project-item .uk-cover-container .text p {
    font-size: 18px;
    color: #fff;
    font-family: Roboto-Regular;
    max-height: 6em;
    overflow: hidden;
    word-wrap: break-word
}

.home .project-wrapper .project-item .uk-cover-container .text .more {
    position: absolute;
    bottom: 10px;
    border: 1px solid #fff;
    padding: 10px 50px;
    color: #fff;
    font-family: Roboto-Regular;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    transition: .3s
}

.home .project-wrapper .project-item .uk-cover-container .text .more:hover {
    background: #39b54a
}

.home .slider-wrapper {
    padding: 50px 0
}

.home .slider-wrapper ul.uk-slider-items li .item {
    width: 50%;
    margin: 0 auto;
    text-align: center
}

.home .slider-wrapper ul.uk-slider-items li .item .uk-cover-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto
}

.home .slider-wrapper ul.uk-slider-items li .item h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: Roboto-Bold
}

.home .slider-wrapper ul.uk-slider-items li .item p {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #fff
}

.home .gallery-wrapper {
    padding: 50px 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center
}

.home .gallery-wrapper p {
    color: #000;
    font-family: Roboto-Regular;
    font-size: 18px
}

.home .gallery-wrapper .lightbox {
    margin-top: 70px
}

.home .partners-wrapper {
    background: #fff;
    padding: 50px 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 40px
}

.home .partners-wrapper ul.uk-slider-items {
    margin-top: 40px
}

.home .partners-wrapper ul.uk-slider-items li, .home .partners-wrapper ul.uk-slider-items li .item {
    text-align: center
}

.home .partners-wrapper ul.uk-slider-items li .item img {
    height: 90px
}

.home .partners-wrapper .uk-slidenav svg {
    color: #000
}

.news {
    background: #fff;
    border-radius: 5px;
    padding: 50px 20px
}

.news h2.heading {
    text-align: center;
    margin-bottom: 30px
}

.news .news-item {
    text-align: center;
    margin-bottom: 30px
}

.news .news-item .uk-cover-container {
    width: 100%;
    height: 300px
}

.news .news-item h3 {
    color: #39b54a;
    font-family: Roboto-Bold;
    margin: 20px 0;
    max-height: 3em;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 18px
}

.news .news-item p {
    color: #000;
    font-family: Roboto-Regular;
    margin: 0;
    font-size: 16px;
    max-height: 6em;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 20px
}

.news .news-item .link-to {
    border: 1px solid #39b54a;
    padding: 10px 40px;
    color: #39b54a;
    font-family: Roboto-Regular;
    text-decoration: none;
    transition: .3s
}

.news .news-item .link-to:hover {
    background: #39b54a;
    color: #fff
}

.news-inner {
    background: #fff;
    padding: 50px 20px;
    border-radius: 5px
}

.news-inner img {
    width: 100%;
    height: auto
}

.news-inner p {
    font-family: Roboto-Regular;
    color: #000
}


.about {
    background: #fff;
    padding: 15px 100px;
    border-radius: 5px
}

.about p {
    color: #000;
    font-size: 16px;
    font-family: Roboto-Regular
}

.about .uk-grid {
    margin-top: 50px
}

.about h3 {
    font-size: 22px
}

.about h3, .about h4 {
    color: #39b54a;
    font-family: Roboto-Bold;
    margin-bottom: 10px
}

.about h4 {
    font-size: 20px
}


.gallery {
    padding: 50px 20px;
    background: #fff;
    border-radius: 5px
}

.gallery h2.heading {
    text-align: center;
    margin-bottom: 30px
}

.gallery p {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    font-family: Roboto-Regular
}

.gallery .gal-grid {
    margin-top: 30px
}

.gallery .gal-grid .item {
    margin-bottom: 10px
}

.gallery .gal-grid .item a {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #000
}

.projects {
    padding: 50px 20px;
    background: #fff;
    border-radius: 5px
}

.projects h2.heading {
    text-align: center;
    margin-bottom: 30px
}

.projects p {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    font-family: Roboto-Regular
}

.projects .pro-grid {
    margin-top: 50px
}

.projects .pro-grid .project-item {
    margin-bottom: 20px
}

.projects .pro-grid .project-item .uk-cover-container {
    height: 340px;
    width: 100%;
    border-radius: 5px
}

.projects .pro-grid .project-item .uk-cover-container .text {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

.projects .pro-grid .project-item .uk-cover-container .text h3 {
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 22px;
    max-height: 3em;
    overflow: hidden;
    word-wrap: break-word
}

.projects .pro-grid .project-item .uk-cover-container .text p {
    font-size: 18px;
    color: #fff;
    font-family: Roboto-Regular;
    max-height: 6em;
    overflow: hidden;
    word-wrap: break-word
}

.projects .pro-grid .project-item .uk-cover-container .text .more {
    position: absolute;
    bottom: 10px;
    border: 1px solid #fff;
    padding: 10px 50px;
    color: #fff;
    font-family: Roboto-Regular;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    transition: .3s
}

.projects .pro-grid .project-item .uk-cover-container .text .more:hover {
    background: #39b54a
}

.feedback {
    padding: 50px 20px;
    background: #fff;
    border-radius: 5px
}

.feedback h2.heading {
    text-align: center;
    margin-bottom: 30px
}

.feedback p {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    font-family: Roboto-Regular
}

.feedback .feed-grid {
    margin-top: 60px
}

.feedback .feed-grid .feed {
    margin-bottom: 20px
}

.feedback .feed-grid .feed .uk-cover-container {
    width: 90px;
    height: 90px;
    margin-right: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%
}

.feedback .feed-grid .feed h3 {
    color: #39b54a;
    font-size: 21px;
    font-family: Roboto-Bold;
    margin-bottom: 20px
}

.feedback .feed-grid .feed .article-text p {
    font-size: 16px;
    color: #000;
    font-family: Roboto-Regular;
    text-align: left
}

.feedback .feed-grid .feed .show-more {
    border: 1px solid #39b54a;
    padding: 10px 30px;
    color: #39b54a;
    font-family: Roboto-Regular;
    font-size: 16px;
    transition: .3s;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block
}

.feedback .feed-grid .feed .show-more:hover {
    background: #39b54a;
    color: #fff
}

.feedback .feed-grid .feed .show-more i {
    margin-left: 10px
}

.contact {
    padding: 50px 20px;
    background: #fff;
    border-radius: 5px
}

.contact h2.heading {
    text-align: center;
    margin-bottom: 30px
}

.contact p {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    font-family: Roboto-Regular
}

.contact .contact-grid {
    margin-top: 70px
}

.contact .contact-grid .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.contact .contact-grid .item span {
    margin-right: 20px
}

.contact .contact-grid .item span svg {
    width: 40px;
    height: 40px;
    color: #39b54a
}

.contact .contact-grid .item .text {
    margin-left: 10px
}

.contact .contact-grid .item .text h5 {
    color: #39b54a;
    font-family: Roboto-Bold;
    margin: 0;
    font-size: 18px
}

.contact .contact-grid .item .text p {
    margin: 0;
    font-family: Roboto-Regular;
    color: #000;
    text-align: left
}


.blog, .blog-inner, .video, .video-inner {
    padding: 50px 20px;
    background: #fff;
    border-radius: 5px
}

.blog-inner h2.heading, .blog h2.heading, .video-inner h2.heading, .video h2.heading {
    text-align: center;
    margin-bottom: 30px
}

.blog-inner p, .blog p, .video-inner p, .video p {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    font-family: Roboto-Regular
}

.blog-inner .video-grid, .blog .video-grid, .video-inner .video-grid, .video .video-grid {
    margin-top: 50px
}

.blog-inner .video-grid .item, .blog .video-grid .item, .video-inner .video-grid .item, .video .video-grid .item {
    margin-bottom: 40px;
    display: inline-block
}

.blog-inner .video-grid .item .uk-cover-container, .blog .video-grid .item .uk-cover-container, .video-inner .video-grid .item .uk-cover-container, .video .video-grid .item .uk-cover-container {
    width: 100%;
    height: 250px
}

.blog-inner .video-grid .item h3, .blog .video-grid .item h3, .video-inner .video-grid .item h3, .video .video-grid .item h3 {
    color: #39b54a;
    font-size: 18px;
    font-family: Roboto-Regular;
    text-align: left
}

.blog-inner .video-grid .item p, .blog .video-grid .item p, .video-inner .video-grid .item p, .video .video-grid .item p {
    max-height: 6em;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #000;
    text-align: left
}

.blog-inner .video-wrapper, .blog .video-wrapper, .video-inner .video-wrapper, .video .video-wrapper {
    height: 500px;
    width: 100%
}

.blog-inner .article-wrapper, .blog .article-wrapper, .video-inner .article-wrapper, .video .article-wrapper {
    margin-top: 40px
}

.blog-inner .article-wrapper p, .blog .article-wrapper p, .video-inner .article-wrapper p, .video .article-wrapper p {
    font-size: 18px;
    color: #000;
    font-family: Roboto-Regular
}

.blog-inner .img-container, .blog .img-container, .video-inner .img-container, .video .img-container {
    width: 100%;
    height: 500px
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
}

footer {
    padding: 10px 20px
}

footer h2.heading {
    color: #fff
}

footer .copyright {
    font-size: 16px;
    color: #fff
}

footer .footer-grid {
    margin-top: 40px
}

footer .footer-grid .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

footer .footer-grid .item span svg {
    width: 40px;
    height: 40px;
    color: #fff
}

footer .footer-grid .item .text {
    margin-left: 10px
}

footer .footer-grid .item .text h5 {
    color: #39b54a;
    font-family: Roboto-Bold;
    margin: 0
}

footer .footer-grid .item .text p {
    margin: 0;
    font-family: Roboto-Regular;
    color: #fff
}

footer .footer-grid .map-wrapper {
    height: 100%;
    width: 100%
}

.mob-nav a {
    display: inline-block;
    margin: 20px
}

.mob-nav a svg {
    color: #39b54a;
    width: 30px;
    height: 30px
}

.mob-nav .uk-dropdown {
    left: 0 !important;
    width: 100%;
    padding: 15px;
    border-radius: 5px
}

.mob-nav .uk-dropdown ul li a {
    margin: 10px;
    font-size: 18px;
    color: #000;
    font-family: Roboto-Regular
}

a .phone-number .footer span {
    font-family: Roboto-Regular;
    color: #fff;
}

.wp-block-button {
    display: inline-block;
}

h4 .aimak_archive {
    display: none;
}

@media screen and (max-width: 960px) {
    .news-inner p {
        width: unset
    }

    h2.heading {
        font-size: 32px
    }

    .top-line .uk-navbar {
        display: list-item;
        list-style: none;
    }

    .top-line .uk-navbar .uk-navbar-left, .top-line .uk-navbar .uk-navbar-right {
        -ms-flex-pack: center;
        justify-content: center;

    }

    header .top-line {
        margin-bottom: 0px;
    }

    .uk-navbar-container>.uk-container .uk-navbar-right {
        margin-right: 0px;
        margin-top: -20px;

    }
 

    .top-line .uk-navbar .uk-navbar-nav {
        display: list-item
    }

    .home .first-wrapper, header .top-line ul.uk-navbar-nav li a {
        padding: 15px;
    }

    .home .first-wrapper p {
        width: unset;
        padding: 0
    }

    .home .slider-wrapper ul.uk-slider-items li .item {
        width: 98%;
    }

    .home .slider-wrapper {
        padding: 0
    }

    .home .first-wrapper .home-grid {
        margin-top: 0px;
    }

    .home .numbers-wrapper .number-item {
            text-align: center;
            padding: 0px 0;
        }

    .home .numbers-wrapper .number-item h4 {
        font-size: 44px;
    }

    .home .numbers-wrapper .number-item h2 {
        font-size: 22px;
    }

    .home .numbers-wrapper .number-item p {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .home .first-wrapper .home-grid .item {
        text-align: center;
        display: block;
    }

    .home .first-wrapper .home-grid .item h4 {
        text-align: center;
    }


    header {
        padding-top: 0
    }

    header .middle {
        margin-bottom: 0px;
    }

    footer .footer-grid .item {
       margin-bottom: 10px;
    }

    a .phone-number .foot span {
    font-family: Roboto-Regular;
    color: #fff;
    }


}



@media screen and (max-width: 640px) {

    h1 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }

    .about {
        background: #fff;
        padding: 15px 3px;
        border-radius: 5px;
    }
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.wp-block-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}
/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}
/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}
/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem;
}
/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}
/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.is-style-stripes > tr:nth-of-type(odd),
.is-style-stripes tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}
/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}
/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}
.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}
/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}
/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}
.uk-table-expand {
  min-width: 150px;
}
/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}
.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}
/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}