@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html, body {
    font-size: 16px;
    line-height: 28px;
}

.uk-heading-large {
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    color: #000 !important;
}

h1, .uk-h1, .uk-article-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}

h2, .uk-h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

h3, .uk-h3, .uk-panel-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

h4, .uk-h4 {
    font-size: 18px;
    line-height: 24px;
}

h5, .uk-h5 {
    font-size: 16px;
    line-height: 22px;
}

h6, .uk-h6 {
    font-size: 14px;
    line-height: 20px;
}

.uk-article-title {
    margin-bottom: 15px;
}

.uk-flex-item-1 .uk-navbar-nav {
    float: right;
}

.tm-navbar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.uk-navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}


.uk-nav > li > a {
    font-size: 14px;
    letter-spacing: 0;
    color: #08447f;
    font-weight: 600;
}

.uk-nav li > a > div {
    font-size: 13px;
    color: #444444;
    font-weight: 300;
}

.uk-nav li > a > img {
    height: 45px;
    float: left;
    padding: 7px 10px 7px 0;
}

.uk-nav li > a > i {
    font-size: 24px;
    float: left;
    padding: 10px 10px 10px 0;
    color: #2e70e5;
}

.main-image .uk-overlay-panel {
    color: inherit;
    max-width: 1270px;
    margin: auto;
}

.main-image .uk-overlay-panel > div {
    margin: 0 35px;
}

.uk-block-muted {
    background: #f0f5fb;
}

.uk-button {
    border-radius: 0;
    letter-spacing: 0;
    font-size: 16px;
}

.uk-button-primary {
    background-color: #2e70e5;
    color: #FFF;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #08447f;
    color: #ffffff;
    border-color: #08447f;
}

.uk-button-success {
    background-color: #5bc16a;
    color: #FFF;
    border-color: #5bc16a;
}

.uk-button-success:hover, .uk-button-success:focus {
    background-color: #19c147;
    color: #ffffff;
    border-color: #19c147;
}

.uk-button-danger {
    background-color: #c43185;
    color: #FFF;
    border-color: #c43185;
}

.uk-button-danger:hover, .uk-button-danger:focus {
    background-color: #c41d69;
    color: #ffffff;
    border-color: #c41d69;
}

.uk-block-secondary .tm-totop-scroller {
    color: rgba(255, 255, 255, 0.75);
}

.tm-blog-single > .uk-article-title, .tm-blog-single > .uk-article-meta {
    text-align: left;
}

.tm-block-bottom-d {
    padding-bottom: 0;
}

.uk-block-secondary + .tm-footer:not(.uk-padding-vertical-remove).uk-block-secondary > .uk-container::before {
    background: transparent;
}

.tm-footer {
    padding-top: 0;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0;
}

.tm-navbar-secondary .uk-navbar:not(.uk-active) .uk-navbar-nav > li.uk-active > a {
    color: #222;
}

.tm-navbar-secondary .uk-navbar:not(.uk-active) .uk-navbar-nav > li > a {
    color: #222;
}

.tm-navbar-secondary .uk-navbar:not(.uk-active) .uk-navbar-nav > li:hover > a, .tm-navbar-secondary .uk-navbar:not(.uk-active) .uk-navbar-nav > li > a:focus, .tm-navbar-secondary .uk-navbar:not(.uk-active) .uk-navbar-nav > li.uk-open > a {
    color: #222;
}

.uk-navbar-toggle {
    margin: 0 0 0 15px;
}

.contact-block .uk-overlay-panel > div {
    margin-left: 50%;
}

.uk-text-large {
    font-size: 20px;
}

.uk-breadcrumb {
    letter-spacing: 0;
}

.uk-breadcrumb > li {
    font-size: 14px;
}

.uk-breadcrumb > li:nth-child(n+2)::before {
    font-size: 14px;
    color: #444444;
}

.rounded-list {
    margin-top: 35px;
    margin-bottom: 35px;
}

.rounded-list h3 {
    float: left;
    height: 35px;
    width: 35px;
    text-align: center;
    background: #2e70e5;
    border-radius: 50%;
    color: #FFF;
    margin-right: 0;
    border: 5px solid #FFF;
    line-height: 35px;
}

.rounded-list h3 + .uk-margin {
    margin-top: 21px;
    margin-left: 21px;
    padding: 10px 30px;
    background: rgba(150, 150, 150, 0.1);
}

.uk-accordion-title {
    margin-bottom: 15px;
}

.uk-accordion-title:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    content: "\f078";
    right: 0;
    position: absolute;
}

.uk-accordion-title.uk-active:after {
    content: "\f077";
}

@media (min-width: 1600px) {
    .uk-container {
        max-width: 1530px;
    }

    .rounded-list {
        width:75%;
        margin-left: auto;
        margin-right: auto;
    }
}









@media (max-width: 1219px) {
    .main-image .uk-overlay-panel {
        color: inherit;
        max-width: 1030px;
    }

    .uk-heading-large {
        font-size: 36px;
        line-height: 48px;
    }

    .uk-navbar-nav > li > a {
        font-size: 14px;
    }

    .uk-navbar-nav > li {
        margin: 0 8px;
    }
}

@media (max-width: 959px) {
    html, body {
        font-size: 14px;
        line-height: 26px;
    }

    .main-image .uk-overlay-panel > div {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .frontpage-blocks > div > div:first-child {
        width: 33%;
    }

    .frontpage-blocks > div > div:last-child {
        width: 67%;
    }
}

@media (max-width: 479px) {
    .tm-logo-small img {
        width: 180px;
    }
    
    .main-image .uk-overlay-panel > div {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .main-image .uk-overlay-panel {
        background: rgba(255, 255, 255, 0.3);
    }

    .main-image .uk-cover-background {
        background-position: 100% 50%;
    }

    .frontpage-blocks > div > div:first-child,
    .frontpage-blocks > div > div:last-child {
        width: 100%;
        text-align: center;
    }

    .frontpage-blocks img {
        width: 120px;
    }
}