/*
-------------------------------------------------------------------
Theme Name: NDaatgal 
Theme URI: http://www.ndaatgal.mn/
Description: Niigmiin Daatgal
Author: ThemeWaves
Author URI: http://www.itheme.mn
Version: 2.0.0
Text Domain: ndaatgal
Domain Path: /languages
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, theme-options, sticky-post, post-formats, flexible-header, featured-images, custom-menu, four-columns, three-columns, two-columns, one-column
*/

/*------------------------------------------------------------------

[Table of contents]

1. Base / Typography / Body / Links forms
2. Header & Logo
3. Elements
4. Footer
5. Uikit Override
6. Background Overlay
7. Other Helper
        
-------------------------------------------------------------------*/

/* Base CSS */

body {
    display: block;
    font-family: 'Manrope';
    font-size: 14px;
    line-height: 1.72;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NDaatgal Heading';
    margin: 0 0 10px;
    color: #2f2f2f;
}

em {
    color: #000;
}

strong {
    font-weight: 700;
}

a {
    color: #999;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

a:hover {
    color: #2f2f2f;
    text-decoration: none;
}

input,
.button,
select,
textarea,
.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    background: #fff;
    color: #7d7d7d;
    border-color: #e8e8e8;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    font-size: 12px;
    cursor: text;
}

input:focus,
select:focus,
textarea:focus,
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border: 1px solid #ecac0f;
    outline: none;
}

.button:focus {
    outline: none;
}

select,
.button:hover {
    cursor: pointer;
    width: auto;
}

textarea,
.uk-textarea {
    padding: 15px 20px;
}

input,
.button,
.uk-input,
select:not([multiple]):not([size]),
.uk-select:not([multiple]):not([size]) {
    height: 48px;
    vertical-align: middle;
    display: inline-block;
    line-height: 38px;
    width: 100%;
}

select:not([multiple]):not([size]),
.uk-select:not([multiple]):not([size]) {
    background-position: 93% 50%;
}

.uk-search {
    display: block;
}

.uk-search .uk-select {
    cursor: pointer;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    min-width: 162px;
    padding: 0 24px !important;
    font-style: normal;
    font-weight: bold;
    color: #2f2f2f;
    height: 48px !important;
}

select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABFSURBVHgBbY3BEQAQEANjrhUFKMFTGTpxOlGGpxIUoBicGQ8nr2SSyRrEwAAS/sqEPhqcNSv4t0SpTGL1SEp9uHEHeTUB9j4PNL3UcVEAAAAASUVORK5CYII=') !important;
    background-repeat: no-repeat !important;
    background-position: 93% 50%;
}

select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */
}

input[type='checkbox'] {
    width: auto;
}

input[type='submit'] {
    cursor: pointer;
    width: auto;
    height: 30px;
    color: #fff;
    padding: 0 35px;
    line-height: 28px;
    border-radius: 15px;
    background-color: #ccc;
    text-transform: uppercase;
    font-size: 10px;
}

input[type='submit']:hover {
    background-color: #2f2f2f;
    color: #fff;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

p:last-child {
    margin-bottom: 0;
}

blockquote {
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    padding: 25px 30px;
    position: relative;
    text-align: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

blockquote.tw-narrow {
    max-width: 260px;
    margin-bottom: 0;
}

blockquote.tw-narrow.uk-align-left {
    margin-left: -20px;
    margin-right: 20px;
}

blockquote.tw-narrow.uk-align-right {
    margin-right: -20px;
    margin-left: 20px;
}

blockquote:before,
blockquote:after {
    position: absolute;
    font-size: 50px;
    height: 50px;
    color: #e6e6e6;
    top: 50%;
    margin-top: -25px;
    left: 0;
    content: '\“';
}

blockquote:after {
    content: '\”';
    left: auto;
    right: 0;
}

/* Twitter BlockQuote */

.blockquote-tweet {
    background-color: #222;
    text-transform: none;
    letter-spacing: 0;
    padding: 85px 50px 22px;
    margin-bottom: 0;
    color: #fff;
}

.blockquote-tweet:before,
.blockquote-tweet:after {
    content: '';
}

.blockquote-tweet .icon-twitter {
    color: #1da1f2;
    font-size: 24px;
}

.blockquote-tweet .tweet-user {
    margin-bottom: 35px;
}

.blockquote-tweet .tweet-user a {
    color: #999;
}

.blockquote-tweet p {
    margin: 15px 0;
    font-size: 17px;
}

/* ------------ WordPress Core ------------- */

.alignnone {
    margin: 5px 20px 10px 0;

}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    padding-left: 40px;
    padding-bottom: 32px;
    padding-top: 23px;
}

.alignleft {
    float: left;
    padding-right: 20px;
    padding-bottom: 32px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.aligncenter:first-child {
    margin-top: 0;
}

.aligncenter:last-child {
    margin-bottom: 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 100%;
    /* Image does not overflow the content area */
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: 0 none;
}

.mejs-container {
    margin-bottom: 15px;
}

[for*='pwbox-'] {
    width: 80%;
    display: inline-block;
    margin-right: 10px;
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 -10px;
}

.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
}

.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 3px;
    background: #fff;
    margin: 0;
}

.gallery .gallery-item a {
    display: inline-block;
    position: relative;
}

.gallery .gallery-item a:hover .image-overlay {
    opacity: 0.3;
}

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
    margin: 0;
}

.gallery-caption {
    margin: 0;
    padding: 5px;
    font-style: italic;
    font-family: arial;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 99%;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 49%;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 24%;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 19%;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16%;
}

/* calendar widget */

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#wp-calendar thead {
    font-size: 11px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar th,
#wp-calendar tr,
#wp-calendar td {
    text-align: center;
    padding: 6px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot td,
#wp-calendar tfoot th {
    border: none;
}

#wp-calendar tfoot #next,
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.bypostauthor {
    opacity: 1;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    white-space: normal;
    font-size: 12px;
}

pre {
    padding: 30px;
    white-space: pre-wrap;
}

:not(pre) > code {
    margin: 20px 0 0;
    display: inline-block;
}

/* Top Bar */

.tw-topbar {
    background: #c7c7c7;
    font-size: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    font-family: 'NDaatgal Heading';
    color: #4b4b4b;
    font-weight: 700;
}

.tw-date,
.top-header-date {
    font-size: 10px;
}

.copyright,
.tw-scroll-top {
    font-size: 12px;
}

.tw-topbar .tw-box i {
    padding-left: 0;
    padding-right: 10px;
    transition: color 0.2s ease-in-out;
    position: relative;
    top: 1px;
    font-size: 14px;
    line-height: 1;
}

.tw-topbar .tw-box p {
    transition: color 0.2s ease-in-out;
}

.tw-topbar .tw-box i[class^='ion-social-'] {
    font-size: 12px;
}

.tw-topbar > .uk-grid {
    padding: 0 30px;
}

.top-right-item {
    border-left: 1px solid #e8e8e8;
    transition: all 0.2s ease;
    line-height: 39px;
}

.top-right-item > * {
    padding: 0 16px;
}

.top-right-item .font-size svg {
    fill: #4b4b4b;
}

.top-right-item:hover .font-size svg {
    color: #2f2f2f;
}

.top-right-item:hover {
    background: #fff;
}

.top-right-item:last-child {
    border-right: 1px solid #e8e8e8;
}

.tw-background-change {
    cursor: pointer;
}

.tw-background-change:hover svg path {
    fill: #000;
}

.lang-change span {
    position: relative;
    top: 1px;
    margin-left: 6px;
    font-weight: 700;
    color: #4b4b4b;
}

.top-right-item:hover .lang-change span {
    color: #2f2f2f;
}

/* Logo & Header Styling */

.tw-logo a {
    display: block;
}

.tw-logo .logo-img {
    max-height: 80px;
}

.tw-logo .site-name {
    margin-bottom: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Shadows Into Light';
    letter-spacing: 0.1em;
    line-height: 1;
}

.tw-logo .site-name a {
    color: inherit;
}

.tw-logo .site-name a:hover {
    text-decoration: none;
}

.tw-logo .site-name a.uk-dark {
    color: #fff;
}

.tw-logo .site-name a.uk-dark {
    color: #2f2f2f;
}

.tw-header-meta {
    display: flex;
    padding: 0 15px;
}

.tw-header-meta i {
    font-size: 16px;
    transition: opacity 0.3s ease;
    color: #2f2f2f;
}

.tw-header-meta i[class^='simple-icon-'],
.tw-header-meta i[class*=' simple-icon-'] {
    font-size: 14px;
}

.mobile-menu .uk-close {
    position: absolute;
    left: 12px;
    top: 18px;
}

.tw-header-meta .mobile-menu .uk-close,
.uk-offcanvas-page-overlay .tw-header-meta .mobile-menu .ion-navicon-round {
    opacity: 0;
}

.tw-header-meta .mobile-menu .ion-navicon-round,
.uk-offcanvas-page-overlay .mobile-menu .uk-close {
    opacity: 1;
}

.tw-header .tw-header-meta i.uk-light {
    color: #fff;
}

.tw-header .tw-header-meta i.uk-light span {
    background-color: #fff;
    color: #2f2f2f;
}

.tw-header .tw-header-meta i.uk-dark {
    color: #2f2f2f;
}

.page-template-page-magazinepage .tw-logo > a,
.page-template-page-splitpage .tw-logo > a {
    position: relative;
}

.page-template-page-magazinepage .main-container > .tw-row > .uk-container {
    box-sizing: border-box;
}

.page-template-page-magazinepage .tw-logo > a > img,
.page-template-page-splitpage .tw-logo > a > img {
    transition: opacity 0.3s ease;
}

.page-template-page-magazinepage .tw-logo > a > .logo-light,
.page-template-page-splitpage .tw-logo > a > .logo-light {
    position: absolute;
    top: 0;
    left: 0;
}

.tw-header {
    background-color: #fff;
}

.tw-header > .uk-container {
    padding-top: 24px;
    padding-bottom: 40px;
}

.tw-header.tw-header-dark {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.tw-header,
.uk-navbar-toggle,
.transparent-menu-bgnone {
    box-sizing: border-box;
}

.tw-header.tw-header-transparent {
    background-color: transparent;
    margin-top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 100%;
    z-index: 4;
}

.page-template-page-onepage .tw-header.tw-header-transparent {
    position: relative;
}

.tw-header-transparent + .main-container > section .tw-page-title-container,
.tw-header-transparent + .main-container > section .slider-content,
.tw-header-transparent + .main-container > section .tw-lovely-slider {
    padding-top: 70px;
}

.tw-header.tw-header-bottom {
    top: auto;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    box-sizing: initial;
}

.transparent-menu-bgnone,
.tw-header.uk-sticky.uk-active.uk-light {
    background: #2f2f2f;
    color: #fff;
}

.tw-header.tw-magazine.uk-sticky.uk-active.uk-light {
    background: transparent;
}

.tw-header.uk-sticky.uk-active.uk-dark {
    background: #fff;
}

.tw-header > .uk-container,
.tw-header .uk-navbar-container {
    height: 100%;
    background-color: transparent;
}

.tw-header.tw-header-splitted .uk-navbar-center {
    height: 100%;
}

.tw-header.tw-header-sidebar {
    width: 270px;
    position: fixed;
    z-index: 3;
    left: 0;
    background-color: #2f2f2f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 40px;
    border-color: transparent;
}

.tw-header.tw-header-sidebar .tw-main-menu {
    display: block;
    margin: 0 -40px;
}

.tw-header.tw-header-sidebar .tw-main-menu > li > a {
    height: 30px;
    padding: 0 40px;
}

.tw-header.tw-header-sidebar .tw-main-menu .sub-menu > li:hover > a {
    color: #2f2f2f;
}

.tw-header.tw-header-sidebar .tw-main-menu .sub-menu {
    max-height: 100vh;
    background-color: #fff;
    left: 100%;
    top: -32px;
}

.tw-header.tw-header-sidebar .tw-main-menu .sub-menu .sub-menu {
    max-height: none;
}

.tw-header.tw-header-sidebar .tw-main-menu li.menu-item-has-children:after {
    right: 40px;
    content: '\f3d1';
    color: #999;
}

.tw-header.tw-header-sidebar
    .tw-main-menu
    .uk-container
    li.menu-item-has-children:after {
    content: '';
}

.tw-header.tw-header-sidebar
    .tw-main-menu
    .sub-menu
    li.menu-item-has-children:hover:after {
    color: #2f2f2f;
}

.tw-header.tw-header-sidebar .tw-logo {
    padding: 0;
}

.tw-header.tw-header-sidebar ~ .main-container {
    margin-left: 270px;
}

.tw-header.tw-header-sidebar .tw-header-bottom .tw-socials.social-minimal,
.tw-header.tw-header-sidebar .tw-header-bottom .cart-btn {
    display: inline-block;
}

.tw-header.tw-header-sidebar .tw-header-bottom .search-form {
    margin-bottom: 5px;
}

.tw-header.tw-header-sidebar .tw-header-bottom .search-form a {
    color: #2f2f2f;
    font-size: 16px;
}

.tw-header.tw-header-sidebar .tw-header-bottom > div:not(:last-child) {
    margin-bottom: 33px;
}

.tw-header.tw-header-sidebar.uk-light .tw-socials a {
    color: #fff;
    height: auto;
    margin: 5px 4px;
    padding: 0;
}

.uk-light .cart-btn i span {
    background: #fff;
    color: #2f2f2f;
}

.tw-header.tw-header-sidebar.uk-light .cart-btn i span {
    top: -5px;
    right: -9px;
}

.tw-header .uk-navbar-center:not(:only-child) {
    position: static;
    transform: none;
    -webkit-transform: none;
}

.tw-header [class*='uk-animation-'],
.uk-navbar-container [class*='uk-animation-'] {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

/* Preloader */

body {
    transition: background-color 0.5s ease-in-out;
}

body.loading {
    overflow: hidden;
}

body > .tw-preloader,
body.loading {
    background-color: #fff;
}

body > .tw-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    vertical-align: middle;
    line-height: 100vh;
}

body > .header-container,
body > .main-container {
    transition: opacity 0.5s ease-in-out;
}

body.loading > .header-container,
body.loading > .main-container,
body > .tw-preloader {
    opacity: 0;
    visibility: hidden;
}

body.loading > .tw-preloader {
    opacity: 1;
    visibility: visible;
}

/* Mega Menu */

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: linear-gradient(90deg, #006048 50%, #ecac0f 100%);
    color: #fff;
    position: relative;
    z-index: 2;
    height: 58px;
}

.uk-navbar-dropdown-nav {
    font-size: 10px;
}

.uk-navbar-dropdown-nav > li > a {
    transition: all 0.3s ease;
    position: relative;
    left: 0;
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a,
.uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover {
    color: #fff;
    left: 5px;
    margin-left: -5px;
    padding-left: 5px;
}

.uk-drop-boundary.uk-navbar-dropdown {
    margin-top: 0;
    box-shadow: none;
    padding: 1px 0 0;
    background-color: transparent;
}

.uk-drop-boundary .uk-container {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 30px;
    background-color: #2f2f2f;
}

.uk-navbar-dropdown-grid > .uk-grid-margin {
    margin-top: 0;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
    left: 20px;
    border-color: #333;
}

.mega-menu-title {
    margin-bottom: 5px;
}

/* Minimal header menu */

.uk-nav-default {
    font-size: 10px;
    text-transform: uppercase;
}

ul.uk-nav-sub {
    padding-bottom: 10px;
}

.tw-header.tw-header-sidebar ul.uk-nav-sub .uk-parent > a:after {
    content: none;
}

/* TW Menu */

.tw-main-menu {
    font-family: 'NDaatgal Heading';
    font-weight: 700;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    text-transform: uppercase;
}

.tw-topbar .tw-top-menu > li {
    float: left;
    margin: 0;
    line-height: 39px;
    border-left: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.tw-topbar .tw-top-menu > li > a {
    color: #4b4b4b;
    padding: 13px 16px;
}

.tw-topbar .tw-top-menu > li:hover {
    background: #fff;
}

.tw-topbar .tw-top-menu > li:hover > a {
    color: #2f2f2f;
}

.tw-main-menu > li > a {
    display: flex;
    align-items: center;
    height: 58px;
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.tw-main-menu > li > a::after {
    position: absolute;
    height: 2px;
    width: calc(100% + 2px);
    background-color: #ecac0f;
    content: '';
    bottom: 0;
    left: -1px;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.19, 0.8, 0.19, 0.8),
        color 0.5s cubic-bezier(0.19, 0.8, 0.19, 0.8);
}

.uk-navbar-container > .uk-container .uk-navbar-left {
    margin: 0;
}

.tw-main-menu > li:last-child > a {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.tw-main-menu > li.current-menu-parent > a,
.tw-main-menu > li:hover > a,
.tw-main-menu > li.current_page_item > a {
    background-color: rgba(0, 0, 0, 0.04);
}

.tw-main-menu > li.current-menu-parent > a::after,
.tw-main-menu > li:hover > a::after,
.tw-main-menu > li.current_page_item > a::after {
    transform-origin: left center;
    transform: scaleX(1);
}

.tw-main-menu > li.menu-item-has-children > a {
    padding-right: 33px;
}

.tw-main-menu > li.menu-item-has-children:after,
.tw-mobile-modal > .uk-nav-default > li.uk-parent > a::after {
    content: '';
    background-image: url(assets/images/menu-icon.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    z-index: -1;
}

.uk-light.tw-mobile-modal > .uk-nav-default > li.uk-parent > a::after {
    display: inline-block;
    right: -24px;
}

.uk-light.tw-mobile-modal > .uk-nav-default > li.uk-parent.uk-open > a::after {
    background-image: url(assets/images/menu-drop.svg);
}

.tw-header-sidebar .tw-main-menu .mega-menu-title {
    line-height: 1;
    color: #666;
    margin: 15px 28px;
}

.tw-header-sidebar .tw-main-menu .sub-menu .menu-item-has-children:after {
    content: none;
}

.tw-header-sidebar .tw-main-menu .mega-menu-title + div,
.tw-header-sidebar .tw-main-menu .uk-container .sub-menu .menu-item {
    width: 100%;
}

.tw-main-menu .menu-item,
.tw-header-sidebar .tw-main-menu .uk-container .sub-menu {
    position: relative;
    left: 0;
    top: 0;
}

.tw-header-sidebar .tw-main-menu .uk-container .sub-menu,
.tw-header-sidebar .tw-main-menu .uk-container .sub-menu .menu-item {
    background: transparent;
    margin: 0;
    padding: 0;
}

.tw-main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 24px 0;
    width: auto;
    min-width: 220px;
    z-index: 22;
    background-color: #fff;
    box-sizing: border-box;
    list-style: none;
    text-transform: none;
    box-shadow: 0px 24px 32px -16px rgba(0, 96, 72, 0.16);
}

.tw-bb-gradient::after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    display: block;
    height: 2px;
    background: linear-gradient(90deg, #ecac0f 0%, #006048 100%);
}

.tw-bg-gradient {
    background: linear-gradient(90deg, #ecac0f 0%, #006048 100%);
}

.tw-more-search {
    position: relative;
}

.tw-more-search a {
    display: block;
    background: #fff;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    color: #006048;
    transition: all 0.3s ease;
}

.tw-more-search a:hover {
    background: #f8f8f8;
}

.tw-more-search a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 2px;
    background: linear-gradient(90deg, #006048 0%, #ecac0f 100%);
}

.uk-search > span::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjIxMjQgMTIuNTczNUwxMS40MDQ0IDEwLjYxMjlDMTIuMzgzNSA5LjQ0OTAxIDEyLjkyIDcuOTg0NTUgMTIuOTIgNi40NTk5OUMxMi45MiAyLjg5ODAxIDEwLjAyMiAwIDYuNDU5OTkgMEMyLjg5ODAxIDAgMCAyLjg5ODAxIDAgNi40NTk5OUMwIDEwLjAyMiAyLjg5ODAxIDEyLjkyIDYuNDU5OTkgMTIuOTJDNy43OTcyMSAxMi45MiA5LjA3MTUyIDEyLjUxNjcgMTAuMTYxIDExLjc1MUwxMS45OTggMTMuNzQxNkMxMi4xNTgzIDEzLjkwODIgMTIuMzc0IDE0IDEyLjYwNTIgMTRDMTIuODI0IDE0IDEzLjAzMTYgMTMuOTE2NiAxMy4xODkxIDEzLjc2NDlDMTMuNTIzOSAxMy40NDI4IDEzLjUzNDYgMTIuOTA4NSAxMy4yMTI0IDEyLjU3MzVaTTYuNDU5OTkgMS42ODUyMkM5LjA5Mjg2IDEuNjg1MjIgMTEuMjM0OCAzLjgyNzEzIDExLjIzNDggNi40NTk5OUMxMS4yMzQ4IDkuMDkyODYgOS4wOTI4NiAxMS4yMzQ4IDYuNDU5OTkgMTEuMjM0OEMzLjgyNzEzIDExLjIzNDggMS42ODUyMiA5LjA5Mjg2IDEuNjg1MjIgNi40NTk5OUMxLjY4NTIyIDMuODI3MTMgMy44MjcxMyAxLjY4NTIyIDYuNDU5OTkgMS42ODUyMloiIGZpbGw9IiMwMDYwNDgiLz4KPC9zdmc+Cg==);
}

.tw-main-menu .sub-menu a {
    position: relative;
    display: block;
    color: #2f2f2f;
    padding: 6px 24px;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 12px;
    transition: all 0.3s ease;
}

.tw-main-menu .sub-menu .menu-item-has-children > a {
    padding-right: 33px;
}

.tw-main-menu .sub-menu > li:hover > a {
    color: #006048;
}

.tw-main-menu > li > .sub-menu > li > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    height: 0;
    width: 2px;
    background: #ecac0f;
    transition: all 0.3s ease;
}

.tw-main-menu > li > .sub-menu > li:hover > a::before {
    height: 16px;
}

.tw-main-menu .sub-menu .sub-menu {
    top: -18px;
    left: 100%;
}

.tw-main-menu .sub-rev .sub-menu .sub-menu {
    left: -100%;
}

.one-page-nav .tw-main-menu .uk-active a,
.tw-header.tw-header-sidebar .tw-main-menu .sub-menu > li.uk-active > a {
    color: #2f2f2f;
}

.uk-light .tw-main-menu > .sub-menu .uk-active a,
.uk-light .tw-main-menu .uk-active > a,
.tw-header.tw-header-sidebar .tw-main-menu > .uk-active > a {
    color: #fff;
}

.tw-header-sidebar .tw-main-menu .uk-container .sub-menu,
.tw-main-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.uk-container .tw-main-menu .uk-dropdown,
.uk-container .tw-main-menu .mega-content section .tw-column img {
    margin: 0;
}

.uk-container .tw-main-menu .mega-content,
.uk-container .tw-main-menu .mega-content section {
    padding: 0;
    z-index: 33333;
}

.uk-container .tw-main-menu .mega-content section .tw-column:first-child > * {
    background-color: #f8f8f8;
    box-shadow: inset -1px 0 #e8e8e8;
}

.uk-container .tw-main-menu .mega-content section .tw-column:nth-child(2) > *,
.uk-container .tw-main-menu .mega-content section .tw-column:nth-child(3) > * {
    box-shadow: inset -1px 0 #e8e8e8;
}

.uk-container .tw-main-menu .mega-content section .tw-column .widget_nav_menu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tw-main-menu .sub-menu .menu-item a {
    position: relative;
}

.uk-container .tw-main-menu .mega-content section .tw-column .menu-item a {
    display: block;
    position: relative;
    color: #2f2f2f;
    padding: 0 40px;
}

.uk-container
    .tw-main-menu
    .mega-content
    section
    .tw-column
    .menu-item-has-children
    > a::after,
.uk-container .tw-main-menu .sub-menu .menu-item-has-children > a::after {
    content: '';
    background: url(assets/images/breadcrumb-default.svg);
    background-size: cover;
    width: 4px;
    height: 8px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -4px;
    display: block;
}

.uk-container
    .tw-main-menu
    .mega-content
    section
    .tw-column
    .menu-item-has-children
    > a:hover::after,
.uk-container .tw-main-menu .sub-menu .menu-item-has-children > a:hover::after {
    background: url(assets/images/breadcrumb-hover.svg);
}

.uk-container .tw-main-menu .mega-content section .tw-column .widgettitle {
    padding-left: 40px;
    padding-right: 40px;
}

.uk-container
    .tw-main-menu
    .mega-content
    section
    .tw-column
    .menu-item
    > a:hover {
    color: #006048;
}

.uk-container .tw-main-menu .mega-content .tw-row h2.widgettitle {
    margin-bottom: 16px;
}

.uk-container .tw-main-menu .mega-content .menu-item {
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #2f2f2f;
    text-transform: none;
    padding-bottom: 16px;
    position: static;
}

.uk-container .tw-main-menu .mega-content .menu-item .sub-menu {
    top: 0;
    left: 100%;
    box-shadow: none;
    background: #fff;
    padding: 40px 40px 48px 40px;
    z-index: 222;
    height: 100%;
    width: calc(100% - 1px);
}

.uk-container .tw-main-menu .mega-content .menu-item .sub-menu {
    padding: 40px 0;
    box-shadow: inset -1px 0 #e8e8e8;
}

.uk-container .tw-main-menu .mega-content .menu-item:last-child {
    padding-bottom: 0;
    box-shadow: none;
}

.uk-container .tw-main-menu .mega-content section .tw-column .tw-box > h1,
.uk-container .tw-main-menu .mega-content section .tw-column .tw-box > h2,
.uk-container .tw-main-menu .mega-content section .tw-column .tw-box > h3,
.uk-container .tw-main-menu .mega-content section .tw-column .tw-box > h4,
.uk-container .tw-main-menu .mega-content section .tw-column .tw-box > h5,
.uk-container .tw-main-menu .mega-content section .tw-column .tw-box > h6 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
    max-width: 160px;
}

/* Mobile Header */

.uk-offcanvas-bar {
    padding: 0;
    width: 270px;
}

/* Mobile Modal Menu */

.tw-mobile-modal {
    padding: 100px 20px;
    flex-direction: column;
}

.tw-mobile-modal .tw-socials {
    margin-top: 70px;
}

.tw-mobile-modal .tw-socials.social-minimal a > i {
    font-size: 16px;
    color: #999;
}

.tw-mobile-modal .uk-nav-default {
    position: relative;
    width: 300px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'NDaatgal Heading';
}

.tw-mobile-modal .uk-nav > li > a {
    padding: 1px 0;
    position: relative;
    display: inline-block;
}

.tw-mobile-modal .uk-nav-sub {
    font-size: 12px;
    padding: 10px 0;
    text-transform: none;
    font-weight: 400;
    font-family: 'Manrope';
}

.tw-mobile-modal .uk-nav-sub .uk-nav-sub {
    font-size: 10px;
}

.tw-mobile-modal .tw-top-menu {
    width: 300px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'NDaatgal Heading';
    display: block!important;
    margin-top: 20px;
}

.uk-modal-close-full {
    padding: 27px;
    background-color: transparent;
    color: #fff;
}

.tw-column:not(.uk-first-column) > .sidebar-area {
    padding-left: 40px;
}

.sidebar-area .sidebar-inner {
    padding-left: 40px;
}

.sidebar-area .widget-title span {
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #006048;
    margin-bottom: 32px;
    display: block;
}

.sidebar-area .widget-item {
    margin-bottom: 40px;
}

.sidebar-area .widget-item .widget_nav_menu .menu > li > .sub-menu {
    display: none;
}

.sidebar-area
    .widget-item
    .widget_nav_menu
    .menu
    > li.current-menu-item
    > .sub-menu,
.sidebar-area .widget-item .widget_nav_menu .menu > li > .sub-menu.menu-opened {
    display: block;
}

.sidebar-area .widget-item:last-child {
    margin-bottom: 0;
}

.sidebar-area .widget {
    position: relative;
    padding: 32px 40px;
    background: #f8f8f8;
}

.sidebar-area .widget::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #006048 0%, #ecac0f 100%);
}

.sidebar-area .widget-item:first-child .widget {
    margin-top: 0;
}

.sidebar-area .tw-tab-widget .tw-tab-main li .recent-content,
.sidebar-area .widget_nav_menu ul li {
    padding-top: 0;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 12px;
}

.sidebar-area .widget ul li > ul li {
    margin-left: 40px;
    margin-top: 15px;
}

.sidebar-area .tw-tab-widget .tw-tab-main li .recent-content:last-child,
.sidebar-area .widget ul li:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}

.sidebar-area .widget_nav_menu ul li a,
.sidebar-area .tw-tab-widget .tw-tab-main li .recent-content .tw-meta,
.sidebar-area .tw-tab-widget .tw-tab-main li .recent-content h3 a {
    color: #2f2f2f;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.sidebar-area .tw-tab-widget .tw-tab-main li .recent-content .tw-meta {
    font-size: 12px;
    line-height: 18px;
    color: #4b4b4b;
}

.sidebar-area .tw-tab-widget .tw-tab-main li .recent-content h3 {
    margin-bottom: 0;
}

.sidebar-area .widget ul li a {
    color: #2f2f2f;
    transition: all 0.3s ease;
}

.sidebar-area .widget_nav_menu ul li.current-menu-item > a,
.sidebar-area .widget_nav_menu ul li.current-menu-ancestor > a,
.sidebar-area .widget_nav_menu ul li:hover > a {
    color: #006048;
    position: relative;
}

.sidebar-area .widget_nav_menu ul li > .sub-menu li,
.sidebar-area .widget_nav_menu ul li > .sub-menu li a {
    font-size: 12px;
    line-height: 18px;
}

.sidebar-area
    .widget_nav_menu
    ul
    li
    > .sub-menu
    li.current-menu-item
    > a::after,
.sidebar-area
    .widget_nav_menu
    ul
    li
    > .sub-menu
    li.current-menu-ancestor
    > a::after,
.sidebar-area .widget_nav_menu ul li > .sub-menu li:hover > a::after {
    position: absolute;
    content: '';
    display: block;
    background: #006048;
    width: 16px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    left: -40px;
}

.sidebar-area .widget_nav_menu .menu {
    margin-bottom: 0;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.sidebar-area .tw-text-widget {
    padding: 0;
    border: none;
}

.tw-zurag-widget .uk-position-medium {
    margin: 24px;
}

/* Search widget */

form,
form.searchform {
    position: relative;
}

.searchform input[type='text'] {
    padding-right: 40px;
}

.searchform .button-search {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    border: 0;
    background: transparent;
}

/* Recent posts widget */

.sidebar-area .tw-tab-widget .tw-tab-title {
    margin: 0;
}

.sidebar-area .tw-tab-widget .tw-tab-title li {
    padding: 0;
}

.sidebar-area .tw-tab-widget .tw-tab-title li a {
    font-weight: bold;
    font-size: 10px;
    color: #4b4b4b;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Ndaatgal Heading';
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar-area .tw-tab-widget .tw-tab-main {
    margin-top: 32px;
}

.sidebar-area .tw-tab-widget .tw-tab-title li.uk-active a {
    color: #006048;
    background-color: #fff;
}

.widget_recent_entries.widget ul li:not(:last-child) {
    margin-bottom: 16px;
}

/* Contact info widget */

.tw-contact-widget ul li {
    position: relative;
}

.tw-contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 1px;
}

/* Tweet Widget */

.tw-twitter-fetch li {
    position: relative;
    padding-left: 30px;
}

.tw-twitter-fetch .u-hidden {
    display: none !important;
}

.tw-twitter-fetch .Emoji--forText {
    max-width: 20px;
}

.tw-twitter-fetch ul li:not(:last-child) {
    margin-bottom: 15px;
}

.tw-twitter-fetch li p {
    margin: 0;
}

.tw-twitter-fetch li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.tw-twitter-fetch li .tweet-posted {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2;
    margin-top: 5px;
}

/* Instagram Widget */

.null-instagram-feed ul {
    margin: 0 -10px -10px 0;
}

.null-instagram-feed li {
    display: inline-block;
    width: 33.3%;
    margin: 0 !important;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
}

.uk-container-expand .null-instagram-feed li {
    width: 25%;
}

.null-instagram-feed li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.null-instagram-feed li a:before,
.null-instagram-feed li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.null-instagram-feed li a:before {
    content: '';
    background-color: rgba(21, 21, 21, 0.75);
    z-index: 1;
}

.null-instagram-feed li a:after {
    content: '-';
    font-size: 29px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.null-instagram-feed li a:hover:before,
.null-instagram-feed li a:hover:after {
    opacity: 1;
}

.tw-element.null-instagram-feed > .instagram-pics {
    padding: 0;
}

.tw-element.null-instagram-feed li {
    width: 100%;
    padding: 0;
}

/* TW Carousel */

.owl-carousel .owl-stage:after {
    display: none !important;
}

/* TW Instagram Carousel */

.tw-carousel-instagram .owl-item {
    overflow: hidden;
}

.tw-carousel-instagram .owl-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.owl-item .insta-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f2f2f;
}

.owl-item .insta-item img {
    transition: all 0.3s ease;
}

.owl-item .insta-item a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    background-color: rgba(21, 21, 21, 0.5);
    opacity: 0;
    transition: all 0.3s ease;
}

.owl-item .insta-item a:hover:before {
    opacity: 1;
}

.owl-item .insta-item a:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

.tw-carousel-instagram .insta-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    font-size: 16px;
    color: #2f2f2f;
    z-index: 1;
    width: 260px;
    margin-left: -130px;
    margin-top: -21px;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
}

.tw-carousel-instagram .insta-btn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* TW Post Widget */

.tw-post-widget.widget ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.tw-post-widget .recent-thumb {
    position: absolute;
    left: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.tw-post-widget .recent-thumb a {
    display: block;
    position: relative;
}

.tw-post-widget .recent-thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f2f2f;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.tw-post-widget .recent-thumb a:hover {
    opacity: 1 !important;
}

.tw-post-widget .recent-thumb a:hover:before {
    opacity: 0.5;
}

.tw-post-widget .recent-content {
    padding-left: 95px;
    min-height: 60px;
}

.tw-post-widget .recent-content h4 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.tw-post-widget .recent-content .entry-date {
    color: #999;
}

.tw-post-widget .entry-cats {
    margin-top: 15px;
    margin-bottom: 5px;
}

.tw-post-widget .entry-title {
    font-size: 18px;
    margin-bottom: 15px;
}

/* TW video Widget  */

.tw-video-widget .more {
    position: absolute;
    right: 40px;
    top: 25px;
}

.tw-video-widget .more::before {
    content: '';
    background-image: url(assets/images/timeline-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 8px;
}

.tw-video-widget .more a {
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    color: #006048;
    font-family: 'NDaatgal Heading';
}

.tw-video-widget .entry-media .tw-image-hover:before {
    height: 60px;
}

.tw-video-widget .tw-image-hover:after {
    display: none;
}

.tw-video-widget .tw-video-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    transform: unset;
    transform: translate(-50%, -50%) !important;
}

.tw-video-widget .tw-video-icon svg {
    width: 24px;
}

.tw-video-widget .entry-media {
    margin-bottom: 0;
}

.tw-video-widget > ul {
    margin: 0;
}

.tw-video-widget > ul > li {
    margin-bottom: 17px;
}

.tw-video-widget > ul > li:last-child {
    margin-bottom: 0;
}

/* TW Blog */

.tw-blog:not(.metro-blog):not(.grid-blog) > article:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.entry-cats {
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    color: #2f2f2f;
}

.entry-cats .cat-item {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}

.entry-cats .cat-item:last-child {
    margin-right: 0;
}

.entry-cats .cat-item:last-child > span {
    display: none;
}

.entry-cats a {
    color: inherit;
}

.entry-cats a:hover {
    color: #999;
}

.entry-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 13px;
    word-wrap: break-word;
}

.entry-title a {
    color: #2f2f2f;
}

.entry-title a:hover {
    color: #999;
}

.entry-date {
    text-align: center;
    margin-bottom: 25px;
}

.entry-media {
    margin-bottom: 21px;
    display: inline-block;
}

/* Single */

.single .entry-media {
    width: 100%;
}

.single.single-post .tw-breadcrumb-container {
    margin-bottom: 24px;
}

.single .entry-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 24px;
    font-family: 'NDaatgal Heading';
    text-transform: uppercase;
}

.single.single-post .entry-title {
    font-weight: 700;
    letter-spacing: -0.8px;
    font-family: 'Manrope';
    text-transform: none;
    max-width: 730px;
}

.single .entry-date {
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #4b4b4b;
    margin-bottom: 40px;
    font-family: 'Manrope';
}

.single .entry-content {
    margin-top: 32px;
}

.single .entry-content p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 12px;
}

.single .entry-content p:last-child {
    margin-bottom: 0;
}

/* .single .entry-content p strong, */
.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
    color: #006048;
}

.single .entry-content .wp-caption-text {
    margin-top: 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #2f2f2f;
}

.single .entry-content h1 .single .entry-content h2,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
    text-transform: uppercase;
    font-weight: 600;
}

.single .entry-content h4,
.single .entry-content h6 {
    font-weight: 700;
}

.single .entry-content .alignleft + p {
    margin-top: 40px;
}

.single .entry-content table tr:first-child {
    background: #f8f8f8;
}

.single .entry-content table tr td {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #2f2f2f;
}

.single .entry-content table tr:first-child td {
    color: #4b4b4b;
}

.single .entry-content table td {
    border-color: #eaeaea;
    padding: 9px 20px;
}

.last-svg-none svg:last-child {
    display: none;
}

.single .entry-content .uk-slidenav {
    position: absolute;
    bottom: 27px;
    right: 14px;
}

.single .entry-content .uk-slidenav.uk-slidenav-previous {
    right: 46px;
}

.single .entry-content .uk-slidenav svg {
    color: #fff;
    opacity: 0.64;
}

.single .entry-content .uk-slidenav:hover svg g,
.single .entry-content .uk-slidenav:hover svg {
    opacity: 1;
}

.single.single-post .entry-content ol,
.single.single-post .entry-content ul {
    list-style: none;
    padding-left: 110px;
}

.single .entry-content ul {
    list-style: none;
    padding-left: 40px;
}

.single.single-post .entry-content ol li,
.single .entry-content > ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
}

.single .entry-content > ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #006048;
}

.single .entry-content .ndaatgal-gallery {
    margin-bottom: 40px;
}

/* holbootoi medee start */

.tw-related-post-container .tw-carousel-head-left .heading-title {
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 700;
    padding-left: 0;
}

.tw-related-post-container .tw-carousel-head-left .tw-heading > *::after {
    display: none;
}

.tw-related-post-container .entry-post {
    border: 1px solid #e8e8e8;
    padding: 40px;
}

.tw-related-post-container .entry-post .entry-date {
    margin-bottom: 8px;
}

.tw-related-post-container .entry-post .entry-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: 'Manrope';
    max-height: 48px;
    overflow: hidden;
}

.tw-related-post-container .entry-post .entry-title:hover a {
    color: #006048;
}

/* holbootoi medee end */

.image-count {
    position: absolute;
    background: #fff;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    height: 30px;
    width: 56px;
    justify-content: center;
}

.image-count svg {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.image-count span {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #006048;
}

.fullwidth-content .entry-media {
    text-align: center;
}

.entry-media .abs-thumb img {
    opacity: 0;
}

.tw-bgthumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.more-link {
    margin-top: 23px;
    text-align: center;
}

.portfolio-btn:hover,
.more-link .uk-button:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: transparent;
}

.entry-share {
    margin-top: 30px;
}

.entry-share a > span {
    margin-left: 12px;
}

.entry-share .comment-count > span {
    margin-right: 0;
}

.entry-share .comment-label {
}

.tw-pagination {
    margin-top: 64px;
    background: #f8f8f8;
    padding: 24px 0;
}

.tw-pagination.pagination-border {
    margin-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.tw-pagination .older {
    float: right;
}

.tw-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    position: relative;
    text-align: center;
    font-size: 10px;
}

.tw-pagination ul.page-numbers li {
    display: inline-block;
    margin-right: 1px;
}

.tw-pagination ul.page-numbers li:last-child {
    margin-right: 0;
}

.tw-pagination ul.page-numbers .dots,
.tw-pagination ul.page-numbers span.current,
.tw-pagination ul.page-numbers a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    color: #4b4b4b;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    font-family: 'NDaatgal Heading';
}

.tw-pagination ul.page-numbers span.current,
.tw-pagination ul.page-numbers a:hover,
.tw-pagination a.uk-button:hover {
    color: #006048;
}

.tw-pagination .page-numbers a:hover svg path {
    fill: #006048;
}

.tw-pagination .page-numbers .next {
    position: relative;
    top: 1px;
}

.format-video .entry-media,
.format-audio .entry-media,
.format-quote .entry-media,
.format-link .entry-media {
    width: 100%;
}

.format-link .testimonial .testimonial-content:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    content: '\f0c1';
}

/* Sticky Post */

.tw-blog > article.sticky {
    padding: 40px;
    background: #f9f9f9;
    margin-bottom: 80px;
    border: 1px solid #e6e6e6;
}

/* Grid Blog */

.grid-blog.tw-blog > article {
    border-bottom: none;
    padding-bottom: 0;
    overflow: hidden;
}

.grid-blog.tw-blog > article .entry-post {
    margin: 0 auto;
}

.grid-blog + .tw-pagination.pagination-border {
    margin-top: 0;
}

.grid-blog .entry-title {
    font-size: 18px;
    margin-bottom: 17px;
}

.grid-blog + .tw-pagination.pagination-border {
    margin-top: 60px;
}

/* Blog Under the Image */

.blog-under-image .entry-media {
    margin-bottom: 29px;
}

/* Blog Inside the Image */

article.blog-inside-image .tw-bgthumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2f2f2f;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-inside-image.blog-inside-hover > .article-inner:hover .tw-bgthumb:before {
    opacity: 0.75;
}

.blog-inside-image.blog-inside-hover
    > .article-inner:hover
    .entry-content
    p:not(.more-link) {
    transform: translateY(-100%);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0.2s;
    opacity: 1;
}

.blog-inside-image .article-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
}

.blog-inside-image .post:not(.format-status) .article-inner {
    min-height: 300px;
}

.blog-inside-image .entry-media {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.blog-inside-image .entry-cats,
.blog-inside-image .entry-date,
.blog-inside-image .entry-title {
    position: relative;
    top: 0;
    transition: top 0.3s ease 0.1s;
}

.blog-inside-image .entry-post {
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
}

.blog-inside-image .entry-post > * {
    padding: 0 30px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.blog-inside-image .entry-post .entry-date {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.blog-inside-image .entry-post .entry-date a:hover {
    color: #fff;
}

.blog-inside-image .entry-content {
    position: relative;
    height: 0;
    text-align: center;
}

.blog-inside-image .entry-content p:not(.more-link) {
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0s;
    padding-bottom: 20px;
}

.blog-inside-image .entry-content p.more-link {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 3px;
}

.blog-inside-image .more-link .uk-button {
    background-color: transparent;
    border-color: #fff;
}

.blog-inside-image .more-link .uk-button:hover {
    border-color: #fff;
}

.grid-blog .blog-inside-2 .entry-title {
    font-size: 30px;
    padding: 3px 0 2px;
}

.grid-blog .blog-inside-2[data-size='full'] .entry-title {
    font-size: 60px;
    max-width: 100%;
}

.grid-blog .blog-inside-2 .entry-post {
    bottom: 93px;
}

.blog-inside-2 .tw-bgthumb + .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: -webkit-linear-gradient(bottom, #2f2f2f, transparent 50%);
    background-image: -moz-linear-gradient(bottom, #2f2f2f, transparent 50%);
    background-image: -o-linear-gradient(bottom, #2f2f2f, transparent 50%);
    background-image: -ms-linear-gradient(bottom, #2f2f2f, transparent 50%);
    background-image: linear-gradient(to top, #2f2f2f, transparent 50%);
}

/* Minimal Blog */

.minimal-blog .entry-cats,
.minimal-blog .entry-title,
.minimal-blog .entry-date {
    text-align: left;
}

.minimal-blog .entry-title {
    font-size: 18px;
}

.minimal-blog .entry-date {
    margin-top: 20px;
    margin-bottom: 0;
}

/* Single Post */

.left-sidebar.uk-grid .sidebar-area {
    order: -1;
}

.left-sidebar.uk-grid .sidebar-area .sidebar-inner {
    padding-left: 0;
    padding-right: 30px;
}

.narrow-content.uk-grid {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.narrow-content.uk-grid .content-area {
    padding-left: 0;
}

.single-media-large {
    margin-bottom: 40px;
}

.single .entry-content {
    margin-bottom: 40px;
}

/* Quote and Link */

.link .link-content,
.testimonial .testimonial-content {
    position: relative;
    padding: 100px 50px 50px 50px;
    background-size: cover;
    background-color: #222222;
    text-align: center;
    margin-bottom: 20px;
    background-position: center;
}

.link .link-content a,
.testimonial .testimonial-content p {
    position: relative;
    font-family: 'Lora';
    font-style: italic;
    color: #fff;
    font-size: 20px;
    max-width: 560px;
    margin: 0 auto;
}

.testimonial .testimonial-content:before {
    font-family: 'Playfair Display';
    content: '“';
    font-size: 75px;
    line-height: 1;
    color: #999;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -20px;
}

.link .link-content:before {
    font-family: 'Fontawesome';
    content: '';
    font-size: 24px;
    line-height: 1;
    color: #999;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -12px;
}

.testimonial .testimonial-content .testimonial-bgimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: cover;
}

.testimonial .testimonial-content .testimonial-author {
    position: relative;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.page-template-page-magazinepage .testimonial-content {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.page-template-page-magazinepage .testimonial-content .tw-datetime {
    margin-top: 75px;
}

/* Single Post Tags */

.entry-tags {
    display: flex;
    margin: -10px 0 35px;
    position: relative;
}

.entry-tags h5 {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 5px;
}

.entry-tags a {
    margin-left: 13px;
    color: inherit;
    display: inline-block;
}

.entry-tags a:hover {
    color: #2f2f2f;
}

.entry-tags a:before {
    content: '-';
    margin-right: 6px;
}

/* Next Prev post link */

.nextprev-postlink-container {
    margin-top: 64px;
    margin-bottom: 40px;
}

.single .content-area .related-posts {
    font-family: 'NDaatgal Heading';
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.nextprev-postlink .post-thumb {
    position: absolute;
    left: 0;
    width: 116px;
    height: 116px;
    text-align: center;
    line-height: 116px;
    background: #fff;
    border: 1px solid #e8e8e8;
    font-size: 20px;
}

.nextprev-postlink .format-icon:before {
    content: '';
    background-image: url(assets/images/soyombo.svg);
    width: 30px;
    height: 60px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -15px;
}

.nextprev-postlink .post-thumb > div {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.nextprev-postlink a {
    position: relative;
    display: inline-block;
    padding-left: 140px;
    min-height: 116px;
}

.nextprev-postlink a:hover {
    opacity: 0.7;
}

.nextprev-postlink a > i {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 30px;
    line-height: 1;
}

.nextprev-postlink .post-title {
    color: #2f2f2f;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 14px;
}

.nextprev-postlink .next-post-link a > i {
    left: auto;
    right: 0;
}

/* Post Author */

.tw-author {
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tw-author .author-box {
    position: relative;
    padding-left: 150px;
    min-height: 120px;
}

.tw-author .tw-meta {
    display: inline;
    position: relative;
    top: -1px;
}

.tw-author p {
    margin-top: 5px;
    margin-bottom: 0;
}

.tw-author h3 {
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    letter-spacing: 0;
}

.tw-author h3 a {
    color: inherit;
}

.tw-author img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin: 0;
    width: 120px;
}

.tw-author .tw-socials {
    margin-top: 12px;
}

.comment-respond .comment-reply-title,
.comment-respond .form-submit {
    text-align: center;
}

.uk-section-blog .comment-form-comment {
    margin-bottom: 15px;
}

.uk-section-blog .comment-form-email,
.uk-section-blog .comment-form-url {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.comment-form * + p {
    margin-top: 0;
}

.uk-section-blog .comment-form-url {
    margin-right: 0;
}

.comment-reply-title,
.comment-title h4 {
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 37px;
    color: #2f2f2f;
}

.comment-list {
    margin-bottom: 70px;
}

.comment-list .comment {
    position: relative;
}

.comment-list .comment .comment {
    margin-left: 60px;
}

.comment-list .comment-author {
    position: absolute;
    left: 0;
    top: 40px;
}

.comment-list .comment-author img {
    width: 70px;
    border-radius: 50%;
}

.comment-list .comment-text {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 100px;
    min-height: 200px;
    border-top: 1px solid #e6e6e6;
}

.comment-list .comment-text p {
    margin-top: 5px;
    margin-bottom: 0;
}

.comment-list .comment-text .author {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 17px;
    margin-bottom: 0;
}

.comment-list .comment-text .author + .tw-meta {
    display: inline;
    position: relative;
    top: -1px;
}

.comment-list .reply {
    margin-top: 10px;
    font-size: 10px;
}

.comment-list a {
    color: inherit;
}

.comment-list .pingback {
    margin: 20px 0;
    border: 1px dashed #e6e6e6;
    padding: 10px 20px;
}

.page-error {
    background-color: #fff;
    min-height: 580px;
}

.page-error .error-title {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 40px;
}

.page-error .tw-sub-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.tw-gradient-text {
    background: linear-gradient(90deg, #006048 0%, #ecac0f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tw-header-transparent .page-error {
    height: 100vh;
}

.page .entry-comments {
    padding: 80px 0;
}

/* Slider Styling */

.tw-slider {
    position: relative;
}

.tw-slider .owl-carousel .owl-stage-outer {
    transition: none;
}

.tw-slider .slider-item {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
}

.tw-slider .slider-item ~ .slider-item {
    display: none;
}

.tw-slider .slider-item:not(.uk-flex-bottom) {
    align-items: center;
}

.tw-slider .slider-content {
    padding-left: 70px;
    padding-right: 70px;
}

.tw-lovely-slider {
    position: relative;
    height: 630px;
    background-color: #2f2f2f;
}

.tw-lovely-slider .post-item {
    height: 33.3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.tw-slider-postcount-2 .tw-lovely-slider .post-item {
    height: 50%;
}

.tw-slider-postcount-4 .tw-lovely-slider .post-item {
    height: 25%;
}

.tw-lovely-slider .post-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.tw-lovely-slider .post-content > .uk-container {
    height: 100%;
}

.tw-lovely-slider .post-content .entry-content {
    max-width: 260px;
    width: 100%;
    padding: 0;
    position: relative;
    transition: padding 0.2s ease-in-out;
}

.tw-lovely-slider .post-content .post-title {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}

.tw-lovely-slider .slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tw-lovely-slider .post-item:hover .slider-bg,
.tw-lovely-slider .post-item.active .slider-bg {
    opacity: 0.6;
}

.tw-lovely-slider .uk-button {
    position: absolute;
    bottom: -50px;
    opacity: 0;
    margin-top: 15px;
    transition: all 0.2s ease-in-out;
}

.tw-lovely-slider .post-content .uk-flex-center.uk-text-center .post-title {
    margin-top: 40px;
}

.tw-lovely-slider .uk-flex-center.uk-text-center .uk-button {
    position: relative;
}

.tw-lovely-slider .post-item:hover .uk-button {
    bottom: 0;
    opacity: 1;
}

.tw-lovely-slider .post-item:hover .entry-content {
    padding-bottom: 40px;
}

/* Page Title */

.tw-page-title-only-bg {
    background-image: linear-gradient(-25deg, #444, #222);
}

.tw-section {
    position: relative;
}

.tw-section-shadow:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 103px;
    bottom: 0;
    opacity: 0.7;
    background-image: linear-gradient(360deg, #000, rgba(255, 255, 255, 0));
}

.uk-section.tw-page-title-bg {
    padding-bottom: 0;
}

.tw-page-title-container .tw-page-title {
    line-height: 34px;
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.tw-header.tw-header-transparent + div + .main-container > .tw-page-title-bg {
    padding-top: 180px;
}

.tw-page-title-container .tw-sub-title {
    font-size: 15px;
}

.tw-slider-on-header .owl-theme .owl-nav {
    margin-top: -70px;
}

.tw-slider-on-header .owl-theme .owl-dots {
    bottom: 98px;
}

.owl-theme {
    display: block;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 15px;
    margin: -25px 0 0;
    background: none;
}

.owl-theme .owl-nav [class*='owl-'] .uk-slidenav {
    color: #2f2f2f;
}

.owl-theme .owl-nav [class*='owl-'] i {
    transition: transform 0.2s ease-in-out, opacity 0.2s;
    transition-delay: 0.1s;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover i {
    opacity: 0.6;
    transform: translateX(-5px) scale(0.9);
}

.owl-theme .owl-nav [class*='owl-'].owl-next {
    left: auto;
    right: 15px;
}

.owl-theme .owl-nav [class*='owl-'].owl-next:hover i {
    transform: translateX(5px) scale(0.9);
}

.owl-theme .owl-dots,
.owl-theme .owl-nav.disabled + .owl-dots {
    width: 100%;
    margin-top: 50px;
}

.tw-slider .owl-theme .owl-dots,
.tw-carousel-testimonial.carousel-3 .owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background-color: rgba(153, 153, 153, 0.25);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #2f2f2f;
}

.tw-outview {
    opacity: 0;
    visibility: hidden;
}

.owl-item > .tw-row-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.owl-item > .tw-row-inner > .uk-grid {
    flex: 1;
}

.owl-item > .tw-row-inner > .uk-container {
    width: 100%;
}

.tw-owl-carousel-container .owl-carousel .portfolio-title,
.tw-owl-carousel-container .owl-carousel .tw-meta {
    line-height: 1;
}

.tw-portfolio.tw-owl-carousel-container .portfolio-item,
.tw-post-carousel .entry-media {
    margin-bottom: 0;
    display: block;
    position: relative;
}

.tw-post-carousel.video-carousel .entry-media .tw-video-icon {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.tw-post-carousel.video-carousel .entry-media .tw-video-icon > svg {
    width: 32px;
    height: 32px;
}

.tw-post-carousel.video-carousel .entry-media .tw-image-hover:after {
    content: '';
}

.tw-video-widget .tw-image-hover:before,
.tw-post-carousel.video-carousel .entry-media .tw-image-hover:before {
    opacity: 1;
    background: linear-gradient(
        180deg,
        rgba(236, 172, 15, 0) 0%,
        rgba(236, 172, 15, 0.3) 85%,
        rgba(236, 172, 15, 0.8) 100%
    );
    height: 103px;
    bottom: 0;
    top: auto;
}

.tw-post-carousel.video-carousel .tw-video-item {
    position: relative;
}

.tw-post-carousel.video-carousel
    .tw-video-item
    .entry-media
    .tw-image-hover:before {
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 96, 72, 0) 0%,
        rgba(0, 96, 72, 0) 80%,
        rgba(0, 96, 72, 0.8) 100%
    );
}

.tw-post-carousel.video-carousel .late-post .entry-media {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.tw-post-carousel.video-carousel .late-post .post-content {
    padding-left: 124px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    min-height: 55px;
}

.tw-post-carousel.video-carousel .late-post .post-content .tw-carousel-title {
    top: -6px;
    position: relative;
}

.tw-post-carousel.video-carousel .post-content {
    padding-top: 16px;
}

.tw-post-carousel.video-carousel .late-post .entry-media .tw-video-icon {
    display: none;
}

.tw-post-carousel .post-content {
    padding: 14px 0 0;
}

.tw-post-carousel.grey-bg .post-content {
    background-color: #f5f5f5;
}

.tw-post-carousel.style-2.no-background .post-content,
.tw-post-carousel.no-background .post-content {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.tw-post-carousel .post-content .tw-meta:first-child {
    font-size: 12px;
    margin-bottom: 8px;
}

.tw-post-carousel .post-content .tw-meta:last-child {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.tw-post-carousel .post-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    max-width: 480px;
    margin-bottom: 32px;
}

.tw-post-carousel .post-content .post-title a {
    color: inherit;
}

.tw-post-carousel .post-title a:hover {
    color: #fff;
}

.tw-post-carousel.style-2 .post-title {
    font-size: 18px;
    min-height: auto;
}

.tw-post-carousel.style-2 .post-content {
    padding: 55px;
}

.tw-post-carousel.style-2 .post-content .tw-meta:last-child {
    border: none;
}

.tw-post-carousel.style-2 .post-content .tw-meta:first-child a {
    color: #2f2f2f;
}

.tw-post-carousel.style-2 .post-content .post-title {
    text-transform: uppercase;
}

.tw-post-carousel.tw-course .tw-meta i {
    font-size: 14px;
    margin-right: 8px;
}

.tw-course .course-icon {
    font-size: 14px;
    margin-right: 8px;
    font-weight: 700;
}

.tw-post-carousel .course-comments {
    margin-left: 25px;
}

.tw-post-carousel .course-price {
    font-size: 14px;
    color: #2f2f2f;
}

.tw-carousel-testimonial .testimonial-content,
.tw-carousel-testimonials .testimonial-content {
    font-family: 'Lora';
    font-style: italic;
    font-size: 17px;
    background-color: #f7f7f7;
    padding: 40px;
}

.tw-carousel-testimonial .testimonial-author,
.tw-carousel-testimonials .testimonial-author {
    position: relative;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    color: #999;
}

.testimonial-item .author-name {
    color: #2f2f2f;
}

.tw-carousel-testimonial .testimonial-author img,
.tw-carousel-testimonials .testimonial-author img {
    width: 40px;
    margin-right: 20px;
}

.tw-carousel-testimonial .testimonial-author:before,
.tw-carousel-testimonials .testimonial-author:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f7f7f7 transparent transparent transparent;
}

.tw-carousel-testimonial .testimonial-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

.tw-carousel-testimonial .testimonial-content {
    padding: 0;
    background-color: transparent;
}

.tw-carousel-testimonial .testimonial-author {
    position: static;
    display: block;
    margin-top: 22px;
    padding: 0;
}

.tw-carousel-testimonial .testimonial-author:before {
    display: none;
}

.tw-carousel-testimonial .testimonial-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 35px;
}

.tw-carousel-testimonial.uk-text-center .testimonial-item {
    max-width: 760px;
    margin: 0 auto;
}

.tw-carousel-testimonial.uk-text-center .testimonial-item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
    height: auto;
}

.owl-item .testimonial-image {
    opacity: 0;
    transition: opacity 2s;
}

.owl-item.active .testimonial-image {
    opacity: 1;
}

.tw-testimonial .testimonial-author img {
    max-width: 100px;
}

.tw-testimonial .testimonial-content p {
    margin-bottom: 10px;
}

.tw-testimonial .testimonial-meta {
    color: #999;
}

.tw-testimonial .testimonial-meta a {
    color: #2f2f2f;
}

.owl-drag .carousel-item {
    cursor: move;
}

.onhover.owl-carousel.owl-theme .owl-nav {
    opacity: 0;
}

.onhover.owl-carousel.owl-theme:hover .owl-nav {
    opacity: 1;
}

[data-tw-dimension-type*='fullscreen'] .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-tw-dimension-type*='fullscreen'],
[data-tw-dimension-type*='fullscreen'] .owl-carousel,
[data-tw-dimension-type*='fullscreen'] .owl-item,
[data-tw-dimension-type*='fullscreen'] .owl-stage,
[data-tw-dimension-type*='fullscreen'] .owl-stage-outer {
    height: 100vh !important;
}

/* Button Styling */

.button,
.uk-button {
    font-family: 'NDaatgal Heading';
    font-weight: 700;
    border: 1px solid transparent;
    font-size: 10px;
    line-height: 48px;
    height: 48px;
    padding: 0 40px;
}

.uk-button-default {
    background-color: #006048;
    color: #fff;
    border-color: transparent !important;
}

.button:last-child {
    margin-right: 0;
}

.uk-button.uk-button-shop {
    font-size: 12px;
    padding: 0 50px;
}

.uk-button.uk-button-large {
    font-size: 12px;
    padding: 0 45px;
    line-height: 50px;
    height: 50px;
}

.with-icon.uk-button.uk-button-large {
    padding-right: 62px;
    padding-left: 0;
    min-width: 200px;
}

.with-icon.uk-button.uk-button-large:hover {
    background-color: #ecac0f;
    color: #fff;
}

.uk-button.uk-button-small {
    font-size: 10px;
    padding: 0 25px;
    line-height: 30px;
    height: 30px;
}

.uk-button.uk-button-radius {
    border-radius: 20px;
}

.uk-button.uk-no-radius {
    border-radius: 0;
}

.uk-button.uk-button-small.uk-button-radius {
    border-radius: 15px;
}

.uk-button.uk-button-large.uk-button-radius {
    border-radius: 30px;
}

.uk-button {
    border-color: #d9d9d9;
}

.button:hover,
.uk-button.dark-hover:hover {
    background-color: #2f2f2f !important;
    border-color: transparent !important;
    color: #fff !important;
}

.uk-button.light-hover:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2f2f2f !important;
}

.uk-button.white-button {
    background-color: transparent !important;
}

.uk-button.uk-button-flat.white-button {
    color: #006048 !important;
    background-color: #fff !important;
    border: none;
}

.uk-button.uk-button-flat.white-button:hover {
    color: #fff !important;
    background-color: #ecac0f !important;
    border: none;
}

.uk-button.uk-button-white {
    color: #2f2f2f;
    background-color: #fff;
    border: 1px solid transparent;
}

.uk-button.uk-button-silver {
    color: #fff;
    background-color: #ccc;
    border: 1px solid transparent;
}

.uk-button.uk-button-dark {
    color: #fff;
    background-color: #2f2f2f;
    border: 1px solid transparent;
}

.tw-hover .tw-hover-inner {
    position: relative;
    transition: background 0.3s, border 0.3s ease-out;
}

.no-hover i {
    margin-left: 8px;
}

.tw-hover .tw-hover-inner i {
    font-size: 12px;
    line-height: 1;
    width: 18px;
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -6px;
    opacity: 0;
    transition: right 0.2s ease-out;
}

.with-icon.tw-hover .tw-hover-inner img {
    position: absolute;
    right: -100%;
    top: 50%;
    margin-top: -12px;
    line-height: 1;
    height: auto;
}

.tw-hover .tw-hover-inner svg {
    position: relative;
    right: 0;
    opacity: 0;
    vertical-align: initial;
    transition: right 0.2s ease-out;
}

.tw-hover .tw-hover-inner.uk-button-small i {
    right: 25px;
}

.tw-hover .tw-hover-inner span {
    position: relative;
    left: 0px;
    transition: left 0.2s ease-out;
}

.tw-hover:hover .tw-hover-inner span {
    left: -7px;
}

.tw-hover:hover .tw-hover-inner i,
.tw-hover:hover .tw-hover-inner svg {
    opacity: 1 !important;
    right: -12px;
}

.tw-hover:hover .tw-hover-inner svg path {
    fill: #fff;
}

.page-error .tw-hover:hover .tw-hover-inner svg path {
    fill: #ecac0f;
}

.tw-main-menu .menu-item.uk-button,
.tw-main-menu .menu-item.uk-button a {
    height: auto;
    display: table;
}

.tw-main-menu .menu-item.uk-button {
    transform: translateY(33%) translateX(10%);
}

.tw-main-menu .menu-item.uk-button.uk-button-small {
    transform: translateY(60%) translateX(10%);
}

.tw-main-menu .menu-item.uk-button.dark-hover:hover a {
    color: #fff;
}

/* Other Helpful */

.white-bg {
    background-color: #f8f8f8;
}

.green-bg {
    background-color: #006048;
}

.uk-form-icon {
    width: 50px;
}

.uk-form-icon-flip + .uk-input {
    padding-right: 50px;
}

.uk-form-icon:not(.uk-form-icon-flip) + .uk-input {
    padding-left: 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

table,
table th,
table td {
    border: 1px solid #e6e6e6;
}

table.with-border,
.uk-table.with-border {
    border: 1px solid #e6e6e6;
}

table th,
.uk-table th {
    padding: 16px 25px;
    text-transform: uppercase;
}

table tr,
.uk-table tr {
    height: auto !important;
}
table td,
.uk-table td {
    padding: 2px;
    line-height: 1.2;
}

table th,
.uk-table th {
    font-family: 'Manrope';
    color: #2f2f2f;
    font-size: 10px;
    text-align: left;
}

.uk-table.style-2 th {
    background: #2f2f2f;
    color: #fff;
}

.widget_recent_entries .post-date,
.tw-meta {
    display: block;
    overflow: hidden;
    font-family: 'NDaatgal Heading';
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
}

.tw-meta.entry-cats {
    font-size: 12px;
}

.tw-meta a {
    color: inherit;
}

.tw-meta a:hover {
    color: #2f2f2f;
}

.tw-element {
    position: relative;
}

/* Text element */

.tw-element.uk-text-small {
    font-size: 0.857em;
    line-height: inherit;
}

.tw-element.uk-text-large {
    font-size: 1.14em;
    line-height: inherit;
}

/* Map element */

/* 
.tw-element.tw-map {
    height: 100%;
} */

.tw-element.tw-map .gm-style .gm-style-iw {
    padding: 15px;
}

.tw-element.tw-map .map-marker-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
}

.tw-element.tw-map .marker-content {
    font-size: 14px;
}

.tw-map-contact {
    background-color: #ddd;
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 30px;
}

.tw-heading {
    color: #999;
    max-width: 600px;
}

/* Heading Element */

.tw-heading.uk-text-center {
    margin-left: auto;
    margin-right: auto;
}

.tw-heading.uk-text-left {
    margin-left: 0;
    margin-right: auto;
}

.tw-heading.uk-text-right {
    margin-left: auto;
    margin-right: 0;
}

.tw-heading.custom-typography {
    margin-bottom: 20px;
}

.tw-heading.title_large {
    max-width: 830px;
}

.tw-heading.title_700 {
    max-width: 700px;
}

.tw-heading.title_400 {
    max-width: 400px;
}

.tw-heading.title_300 {
    max-width: 320px;
}

.tw-heading.title_full {
    max-width: 100%;
}

.tw-heading.custom-typography .tw-sub-title {
    font-size: 10px;
}

.tw-heading.custom-typography .tw-big-title {
    font-size: 30px;
}

.tw-heading.custom-typography p {
    margin-top: 8px;
}

.tw-heading h6 {
    font-size: 10px;
}

.tw-heading h5 {
    font-size: 12px;
}

.tw-heading h4 {
    font-size: 14px;
}

.tw-heading h3 {
    font-size: 18px;
    line-height: 26px;
}

.tw-heading h2 {
    font-size: 26px;
}

.tw-heading h1 {
    font-size: 32px;
}

.tw-heading h1,
.tw-heading h2,
.tw-heading h3,
.tw-heading h4,
.tw-heading h5,
.tw-heading h6 {
    position: relative;
    text-transform: uppercase;
    color: #006048;
    line-height: 1;
    font-weight: 600;
}

.tw-heading > *:not(.uk-button) {
    padding-left: 16px;
}

.tw-heading > *::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 16px;
    background: linear-gradient(
        360deg,
        #ecac0f 0%,
        rgba(236, 172, 15, 0.16) 100%
    );
}

.tw-slideshow .tw-heading > *::after {
    display: none;
}

.tw-slideshow .tw-heading > *:not(.uk-button) {
    padding: 0;
}

.tw-heading .tw-sub-title {
    color: inherit;
}

.tw-heading.subtitle-behind .tw-sub-title {
    font-size: 200px;
    font-weight: 700;
    letter-spacing: 0;
    color: #f0f0f0;
    line-height: 1;
    margin: 0;
}

.tw-heading.subtitle-behind .heading-container {
    position: relative;
}

.tw-heading.subtitle-behind .heading-title {
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
    margin: 0;
}

.tw-heading.uk-text-center.subtitle-behind .heading-title {
    width: 100%;
}

.tw-heading.uk-text-right.subtitle-behind .heading-title {
    right: 0;
}

.tw-heading .tw-sub-title + h1,
.tw-heading .tw-sub-title + h2 {
    margin-top: 23px;
}

.tw-heading .tw-sub-title + h3,
.tw-heading .tw-sub-title + h4 {
    margin-top: 19px;
}

.tw-heading .tw-meta + h1,
.tw-heading .tw-meta + h2,
.tw-heading h1 + .uk-button,
.tw-heading h2 + .uk-button {
    margin-top: 32px;
}

.tw-heading h3 + .uk-button,
.tw-heading h4 + .uk-button {
    margin-top: 32px;
}

.tw-heading h1 + p,
.tw-heading h2 + p {
    margin-top: 40px;
}

.tw-heading h3 + p,
.tw-heading h4 + p {
    margin-top: 40px;
}

.tw-heading p + .uk-button {
    margin-top: 32px;
}

.tw-text-animate span {
    z-index: 1;
    transition: opacity 0.125s cubic-bezier(0.215, 0.61, 0.355, 1),
        transform 0.125s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3D(0, 0.5em, 0);
    -moz-transform: translate3D(0, 0.5em, 0);
    -ms-transform: translate3D(0, 0.5em, 0);
    -o-transform: translate3D(0, 0.5em, 0);
    transform: translate3D(0, 0.5em, 0);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    will-change: transform, opacity;
}

.tw-text-animate.active span {
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

/* Accordion Element */

.tw-accordion .uk-accordion {
    margin-bottom: 0;
}

.tw-accordion .uk-accordion > :nth-child(n + 2) {
    margin-top: 0;
}

.tw-accordion .uk-accordion-title {
    cursor: pointer;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 10px 17px;
    /* color: #999; */
    border-bottom: 1px solid #e6e6e6;
}

.tw-accordion .uk-accordion-title:after {
    background-image: none;
    width: auto;
    height: auto;
    font-size: 12px;
}

.tw-accordion .uk-open .uk-accordion-title {
    color: #2f2f2f;
    border-color: #2f2f2f;
}

.uk-light .tw-accordion .uk-open .uk-accordion-title {
    color: #fff;
    border-color: #fff;
}

.uk-light .tw-accordion .uk-accordion-title {
    color: #ccc;
    border-color: #ccc;
}

.uk-light .tw-post-carousel.video-carousel .late-post .post-content {
    border-color: rgba(255, 255, 255, 0.1);
}

.tw-accordion .uk-open .uk-accordion-title:after {
    /* content: "\f3d0"; */
}

.tw-accordion .uk-open .uk-accordion-title:after,
.tw-accordion .uk-open .uk-accordion-title:before,
.tw-accordion .uk-accordion-title:after,
.tw-accordion .uk-accordion-title:before {
    /* background-image: none !important; */
}

.tw-accordion .uk-accordion-content {
    padding: 20px 10px 30px;
    margin: 0;
}

.tw-accordion.with-border .uk-accordion-title {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.tw-accordion.with-border .uk-open .uk-accordion-title {
    border-bottom-color: #2f2f2f;
}

.tw-accordion.with-border .uk-accordion > :nth-child(n + 2) {
    margin-top: 10px;
}

.tw-accordion.with-border .uk-accordion-content {
    padding: 20px 20px 20px;
    margin: 0;
}

.tw-accordion.with-bg .uk-accordion-title {
    background-color: #f0f0f0;
    border-color: transparent;
}

/* Tab Element */

.tw-tab .uk-tab > * > a {
    font-family: 'NDaatgal Heading';
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 17px 0 17px;
    color: #4b4b4b;
}

.tw-tab .uk-tab > *:last-child > a {
    padding-right: 0;
}

.tw-tab .uk-tab > * > a > i {
    padding: 8px 17px 8px 4px;
}

.tw-tab .uk-tab.uk-tab-left > * > a,
.tw-tab .uk-tab.uk-tab-right > * > a {
    padding: 0px 17px 0 17px;
}

.uk-tab > .uk-active > a,
.uk-tab > .active > a {
    color: #006048;
    border: none;
}

.tw-tab .uk-tab + .uk-switcher {
    margin-top: 80px;
}

.tw-tab .uk-tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #006048 0%, #ecac0f 100%);
    height: 2px;
    width: 0;
    transition: all 0.2s ease;
}

.tw-tab .uk-tab li:hover::after,
.tw-tab .uk-tab li.uk-active::after {
    width: 100%;
}

/* Progress Element */

.tw-progress h6 {
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tw-progress .progress-item {
    position: relative;
}

.tw-progress * + .progress-item {
    margin-top: 28px;
}

.uk-light .progress-item.uk-light h6 {
    color: #2f2f2f;
}

.tw-progress .uk-progress {
    margin-bottom: 0;
    border-radius: 0;
    height: 2px;
}

.tw-progress .uk-progress::-webkit-progress-bar {
    background-color: #e6e6e6;
    border-radius: 0;
    overflow: hidden;
}

.tw-progress .uk-progress::-webkit-progress-value {
    background-color: #2f2f2f;
    transition: width 0.6s ease;
}

.tw-progress .uk-progress.no-trans::-webkit-progress-value {
    transition: none;
}

.tw-progress .uk-progress::-moz-progress-bar {
    background-color: #2f2f2f;
}

.tw-progress .uk-progress::-ms-fill {
    background-color: #2f2f2f;
    transition: width 0.6s ease;
    border: 0;
}

.tw-progress * + .uk-progress {
    margin-top: 0;
}

.tw-progress.style-2 .uk-progress {
    height: 30px;
}

.tw-progress.style-2 * + .progress-item {
    margin-top: 22px;
}

.tw-progress.style-2 h6 {
    position: absolute;
    top: 8px;
    padding: 0 15px;
    box-sizing: border-box;
}

.tw-progress.style-3 span {
    font-size: 24px;
    font-family: 'Manrope';
    line-height: 1.2;
    color: #2f2f2f;
}

.tw-progress.style-3 .tw-progress-container {
    margin-left: 70px;
}

/* Counter Element */

.tw-counterup i {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.tw-counterup h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: normal;
}

.tw-counterup .counter-meta {
    display: block;
    line-height: 1.3;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}

.tw-counterup.style-2 > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.tw-counterup.style-2 > .tw-counterup-content {
    text-align: left;
}

/* Coming Soon Element */

.tw-coming-soon .counter-item {
    margin: 20px 35px;
    display: inline-block;
}

.tw-coming-soon .counter {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    font-size: 36px;
    line-height: 1;
}

.tw-heading .tw-coming-soon {
    margin-top: 25px;
}

.tw-coming-soon .tw-meta {
    margin-top: 20px;
}

.tw-coming-soon.margin-small .counter-item {
    margin: 10px 15px;
}

.tw-coming-soon.margin-small .counter {
    width: 100px;
    height: 100px;
    font-size: 32px;
}

/* IconBox Element */

.tw-box .tw-sub-title {
    font-size: 10px;
    margin-bottom: 15px;
    color: #999;
    text-transform: uppercase;
}

.tw-box > i {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    padding: 0 5px;
    margin-bottom: 26px;
    color: #2f2f2f;
}

.tw-box.icon-small i {
    font-size: 30px;
}

.tw-box > i.layout-2 {
    font-size: 30px;
    padding: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #2f2f2f;
    color: #fff;
}

.wc-tab h2,
.tw-title,
.tw-box h4 {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #4b4b4b;
    line-height: 1;
    margin-bottom: 4px;
}

.tw-box .tw-tel {
    font-family: 'NDaatgal Heading';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #006048;
    padding-right: 12px;
}

.tw-box .tw-tel:last-child {
    padding-right: 0;
}

.tw-box img + h4 {
    margin-top: 26px;
}

.tw-box p {
    margin-top: 15px;
    /* color: #4b4b4b; */
    text-align: justify;
    font-size: 14px;
}

.tw-box h6,
.tw-box h5,
.tw-box h4,
.tw-box h3,
.tw-box h2,
.tw-box h1 {
    text-transform: uppercase;
}

.tw-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tw-box ul li {
    /* color: #4b4b4b; */
    margin-bottom: 8px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    text-align: justify;
}

.tw-box ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #006048;
}

.tw-box ul li:last-child {
    margin-bottom: 0;
}

.tw-box p:first-child {
    margin-top: 0;
}

.tw-box p:last-child {
    margin-bottom: 0;
}

.tw-box.layout-2 {
    padding-left: 52px;
    padding-bottom: 6px;
}

.tw-box.layout-2 > img,
.tw-box.layout-2 > .img-container,
.tw-box.layout-2 > i {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

.tw-search-input {
    position: relative;
    left: -1px;
    padding-left: 24px;
}

.tw-box.layout-2 > .img-container {
    width: 40px;
    height: 40px;
    background: #e2f5f1;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    top: -2px;
}

.tw-box.layout-2.tw-no-icon {
    padding-left: 0;
}

.tw-box.layout-2 i.layout-2 {
    font-size: 18px;
    top: 6px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.tw-box.layout-2.small-typography {
    padding-top: 16px;
    padding-left: 60px;
}

.tw-box.layout-2.right {
    text-align: right;
    padding-left: 0;
    padding-right: 70px;
}

.tw-box.layout-2.right > i {
    left: auto;
    right: 0;
}

.tw-box.layout-2.right.tw-no-icon {
    padding-right: 0;
}

.tw-box.layout-2.right.small-typography {
    padding-right: 60px;
}

.tw-box.layout-3 > i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

.tw-box.small-typography > i {
    font-size: 30px;
}

.tw-flipbox.icon-40px .tw-box > i {
    font-size: 40px;
}

.tw-box.small-typography h4 {
    font-size: 13px;
}

.tw-box.small-title h4,
.tw-box.custom-typography h4 {
    font-size: 11px;
}

.tw-box > .uk-button,
.tw-box.small-title p {
    margin-top: 3px;
}

.tw-box.big-typography .tw-big-title {
    font-size: 25px;
    text-transform: uppercase;
}

.tw-box.layout-4 i,
.tw-box.layout-4 p {
    display: inline-block;
    font-size: 12px;
    margin: 0;
}

.tw-flipbox {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.tw-flipbox .tw-back-box,
.tw-flipbox .tw-front-box {
    display: block;
    min-height: 428px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tw-flipbox .tw-back-box .inner,
.tw-flipbox .tw-front-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-53%) translateZ(60px) scale(0.94);
    -webkit-transform: translateY(-53%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-53%) translateZ(60px) scale(0.94);
    top: 50%;
    box-sizing: border-box;
}

.tw-flipbox .tw-back-box:after,
.tw-flipbox .tw-front-box:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    opacity: 0.75;
    background-color: inherit;
    backface-visibility: hidden;
}

.tw-flipbox .tw-back-box {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tw-flipbox .tw-front-box,
.tw-flipbox:hover .tw-front-box,
.tw-flipbox:hover .tw-back-box {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.tw-flipbox:hover .tw-front-box {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tw-flipbox.flipped .tw-front-box {
    -ms-transform: rotateY(-180deg) !important;
    -webkit-transform: rotateY(-180deg) !important;
    transform: rotateY(-180deg) !important;
}

.tw-flipbox.flipped .tw-back-box {
    -ms-transform: rotateY(0deg) !important;
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}

/* Flipbox Hover Styles */

.tw-flipbox.left-right .tw-back-box {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tw-flipbox.left-right .tw-front-box,
.tw-flipbox.left-right:hover .tw-front-box,
.tw-flipbox.left-right:hover .tw-back-box {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.tw-flipbox.left-right:hover .tw-front-box {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.tw-flipbox.left-right.flipped .tw-front-box {
    -ms-transform: rotateY(180deg) !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}

.tw-flipbox.left-right.flipped .tw-back-box {
    -ms-transform: rotateY(0deg) !important;
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}

.tw-flipbox.bottom-top .tw-back-box {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.tw-flipbox.bottom-top .tw-front-box,
.tw-flipbox.bottom-top:hover .tw-front-box,
.tw-flipbox.bottom-top:hover .tw-back-box {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.tw-flipbox.bottom-top:hover .tw-front-box {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.tw-flipbox.bottom-top.flipped .tw-front-box {
    -ms-transform: rotateX(180deg) !important;
    -webkit-transform: rotateX(180deg) !important;
    transform: rotateX(180deg) !important;
}

.tw-flipbox.bottom-top.flipped .tw-back-box {
    -ms-transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
}

.tw-flipbox.top-bottom .tw-back-box {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.tw-flipbox.top-bottom .tw-front-box,
.tw-flipbox.top-bottom:hover .tw-front-box,
.tw-flipbox.top-bottom:hover .tw-back-box {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.tw-flipbox.top-bottom:hover .tw-front-box {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.tw-flipbox.top-bottom.flipped .tw-front-box {
    -ms-transform: rotateX(-180deg) !important;
    -webkit-transform: rotateX(-180deg) !important;
    transform: rotateX(-180deg) !important;
}

.tw-flipbox.top-bottom.flipped .tw-back-box {
    -ms-transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
}

.tw-flipbox p.description > .uk-button {
    display: block;
    max-width: 130px;
    margin: 20px auto 0;
}

.tw-fancybox > .tw-box {
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    padding: 20px;
    transition: all 0.3s cubic-bezier(0.3, 0.8, 0.3, 1);
}

.tw-fancybox:hover > .tw-box {
    background: #222;
    background-image: linear-gradient(-25deg, #444, #222);
}

.tw-fancybox:hover > .tw-box > i,
.tw-fancybox:hover > .tw-box > h4 {
    color: #fff;
}

.tw-fancybox:hover > .tw-box > p {
    color: rgba(255, 255, 255, 0.7);
}

/* TW Team Element */

.tw-team .team-media {
    position: relative;
    text-align: center;
}

.tw-team .team-media .tw-image-hover {
    display: inline-block;
}

.tw-team .team-media .team-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    transition-delay: 0.3s;
}

.tw-team .team-media .team-content h4 {
    margin-bottom: 0;
}

.tw-team .team-media:before {
    background-color: rgba(21, 21, 21, 0.9);
    transition: opacity 0.3s ease;
    transition-delay: 0.3s;
}

/* Team Hover Style 1 */

.tw-team .team-media .team-content h4 span,
.tw-team .team-media .team-content .tw-meta span {
    position: relative;
    display: block;
    transform: translateY(100%);
    transition: transform 0.4s ease 0.2s;
}

.tw-team .team-media .team-content h4 span {
    transition: transform 0.4s ease;
}

.tw-team .team-media:hover:before {
    transition-delay: 0s;
}

.tw-team .team-media:after {
    display: none;
}

.tw-team .team-media .team-content > div {
    z-index: 1;
}

.tw-team .team-media .tw-socials,
.tw-team.style-2 .tw-socials {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    overflow: hidden;
}

.tw-team .team-media .tw-socials i,
.tw-team.style-2 .tw-socials i {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.tw-team .team-media .tw-socials a,
.tw-team.style-2 .tw-socials a {
    position: relative;
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0.15s ease;
    padding-top: 1px;
}

.tw-team:hover .team-media .team-content {
    opacity: 1;
    transition-delay: 0s;
}

.tw-team:hover .team-media .team-content h4 span,
.tw-team:hover .team-media .team-content .tw-meta span,
.tw-team:hover .team-content .tw-socials a {
    transform: translateY(0);
}

.tw-team:hover .team-media .team-content h4 span {
    transition-delay: 0.4s;
}

.tw-team:hover .team-content .tw-socials a {
    transition-delay: 0.5s;
}

.tw-team:hover .team-content .tw-socials a:nth-child(2) {
    transition-delay: 0.6s;
}

.tw-team:hover .team-content .tw-socials a:nth-child(3) {
    transition-delay: 0.7s;
}

.tw-team:hover .team-content .tw-socials a:nth-child(4) {
    transition-delay: 0.8s;
}

.tw-team > .team-content {
    padding-top: 25px;
    position: relative;
}

.tw-team > .team-content .tw-socials {
    margin-top: 25px;
}

.tw-team > .team-content .tw-socials i {
    color: #fff;
    background-color: #ccc;
}

.tw-team .tw-meta {
    color: #2f2f2f;
}

.tw-team h4 {
    width: 100%;
    color: #666;
    letter-spacing: normal;
    font-size: 16px;
    overflow: hidden;
    text-transform: capitalize;
}

/* Team Hover Style 2 */

.tw-team .team-media .team-content.tw-hover-style-2 h4,
.tw-team .team-media .team-content.tw-hover-style-2 h4 span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials {
    overflow: visible;
}

.tw-team .team-media .team-content.tw-hover-style-2 h4 span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-60px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a {
    display: inline-block;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta span {
    transform: translateY(-40px);
}

.tw-team:hover .team-media .team-content.tw-hover-style-2 h4 span,
.tw-team:hover .team-media .team-content.tw-hover-style-2 .tw-meta span,
.tw-team:hover .team-media .team-content.tw-hover-style-2 .tw-socials a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a {
    transition-delay: 0.3s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a:nth-child(2) {
    transition-delay: 0.2s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a:nth-child(3) {
    transition-delay: 0.1s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a:nth-child(4) {
    transition-delay: 0s;
}

.tw-team:hover .team-media .team-content.tw-hover-style-2 .tw-socials a {
    transition-delay: 0s;
}

.tw-team:hover
    .team-media
    .team-content.tw-hover-style-2
    .tw-socials
    a:nth-child(2) {
    transition-delay: 0.1s;
}

.tw-team:hover
    .team-media
    .team-content.tw-hover-style-2
    .tw-socials
    a:nth-child(3) {
    transition-delay: 0.2s;
}

.tw-team:hover
    .team-media
    .team-content.tw-hover-style-2
    .tw-socials
    a:nth-child(4) {
    transition-delay: 0.3s;
}

/* Team Style 2 */

.tw-team.style-2 > .team-content {
    padding-bottom: 20px;
}

.tw-team.style-2 .team-content:after {
    content: '';
    background-color: #2f2f2f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.3s;
}

.tw-team.style-2 .team-content .tw-socials i {
    background-color: rgba(255, 255, 255, 0.15);
}

.tw-team.style-2 .team-media:not(:last-child):after {
    display: none;
}

.tw-team.style-2 .tw-socials {
    position: absolute;
    width: 100%;
    top: 10px;
    opacity: 0;
    height: 31px;
    left: 3px;
    z-index: 1;
}

.tw-team.style-2:hover .tw-socials a {
    transform: translateY(0);
}

.tw-team.style-2:hover .team-content:after {
    transition-delay: 0s;
    opacity: 1;
}

.tw-team.style-2:hover .tw-socials {
    opacity: 1;
}

.tw-team.style-2:hover .team-media .team-content:after {
    opacity: 0.6;
}

/* Client Element */

.tw-clients .client-item {
    text-align: center;
}

.tw-clients .client-item img {
    transition: opacity 0.3s ease;
}

.tw-clients .client-item > * {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: none;
}

.tw-clients .client-item img:not(:only-child) {
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease;
}

.tw-clients .client-item img:not(:only-child):last-child {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.tw-clients .client-item > *:hover img:not(:only-child):first-child {
    opacity: 0 !important;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.tw-clients .client-item > *:hover img:not(:only-child):last-child {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tw-clients .client-item > *:hover img {
    opacity: 1 !important;
}

.uk-tooltip {
    font-family: 'Manrope';
    padding: 8px 16px;
    background-color: rgba(47, 47, 47, 0.96);
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0;
}

.uk-tooltip:after {
    top: 50%;
    left: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(47, 47, 47, 0.96);
    border-top-color: rgba(47, 47, 47, 0.96);
    border-width: 4px;
    margin-top: -4px;
    margin-left: -4px;
    transform: rotate(45deg);
}

.tablepress {
    margin-bottom: 0;
}

.tablepress-table-name {
    font-size: 16px;
    margin-bottom: 12px;
}

.tablepress td {
    padding: 10px 0;
}

.tablepress .odd > td,
.tablepress .even > td,
.tablepress tfoot ~ tbody td,
.tablepress thead ~ tbody td {
    padding: 10px;
}

.tablepress tfoot + tbody tr:last-child td,
.tablepress thead th {
    border-bottom: 0;
}

.tablepress tfoot th {
    border-top: 0;
}

.tablepress tbody td {
    border-top: 0;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
}

.tablepress tfoot th,
.tablepress thead th {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #2f2f2f;
    padding-top: 17px;
    padding-bottom: 16px;
}

.tablepress .column-2:last-child {
    text-align: right;
}

.tablepress.uk-text-center td,
.tablepress.uk-text-center th,
.tablepress.uk-text-center .column-2:last-child {
    text-align: center;
}

/* Pricing Table Element */

.tw-pricing-table {
    background-color: #fff;
}

.tw-pricing-table .uk-card-body + .uk-card-body {
    border-top: 1px solid #f0f0f0;
}

.tw-pricing-table.uk-light .uk-card-body + .uk-card-body {
    border-top: 1px solid rgba(53, 53, 53, 0.4);
}

.tw-pricing-table .pricing-title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0 -5px;
    text-transform: capitalize;
}

.tw-pricing-table .pricing-title span {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    font-size: 18px;
}

.tw-pricing-table .pricing-title + .tw-meta {
    margin-top: 30px;
    color: #999;
}

.tw-pricing-table ul {
    padding-left: 0;
    list-style: none;
}

.tw-pricing-table ul li {
    margin: 6px 0;
}

.tw-pricing-table ul + .uk-button {
    margin: 25px 0 0;
}

/* Message Box Element */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.uk-notification-message {
    line-height: 18px;
    font-weight: 700;
    font-size: 12px;
    padding: 16px 24px;
}

.uk-notification-message p {
    margin: 0;
    display: inline-block;
    padding-left: 12px;
}

.uk-notification-message svg {
    display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.uk-notification-message.uk-notification-message-primary {
    background-color: #e2f5f1;
    color: #006048;
    border: none;
}

.uk-notification-message.uk-notification-message-success {
    background-color: #5bc3a2;
    color: #fff;
}

.uk-notification-message.uk-notification-message-warning {
    background-color: #ecbf58;
    color: #fff;
}

.uk-notification-message.uk-notification-message-danger {
    background-color: #ef5958;
    color: #fff;
}

.uk-notification-message.uk-notification-message-success .uk-icon svg line,
.uk-notification-message.uk-notification-message-warning .uk-icon svg line,
.uk-notification-message.uk-notification-message-primary .uk-icon svg line,
.uk-notification-message.uk-notification-message-danger .uk-icon svg line,
.uk-notification-message.uk-notification-message-bgcolor .uk-icon svg line {
    stroke: #fff;
}

.uk-notification-message.uk-notification-message-bgcolor {
    color: #fff;
}

.uk-notification-message .uk-notification-close {
    top: 18px;
}

/* Contact Form 7 Customize  start */

.wpcf7 textarea,
.wpcf7 input {
    width: 100%;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 144px;
}

.wpcf7 .contact-item {
    margin-bottom: 16px;
}

.wpcf7 .contact-item:last-child {
    margin-bottom: 0;
}

.wpcf7 .contact-item label {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
}

.wpcf7 .wpcf7-submit {
    background: #006048;
    border-radius: unset;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    margin-top: 0;
    width: auto;
    letter-spacing: 0;
    height: auto;
    font-family: 'NDaatgal Heading';
}

.wpcf7 .wpcf7-submit:focus {
    outline: none;
    border-color: transparent;
}

/* Contact Form 7 Customize  end */

/* Process Element */

.tw-process .tw-process-block {
    position: relative;
}

.tw-process .tw-process-block .tw-process-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    box-sizing: border-box;
}

.tw-process .tw-process-block .tw-process-circle .tw-process-number {
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #2f2f2f;
    margin: 0;
    margin-top: 30px;
}

.tw-process .tw-process-block .tw-process-circle h3 {
    font-size: 11px;
    line-height: 1;
    color: #999999;
    margin: 0;
    margin-top: 14px;
}

.tw-process .tw-process-block .tw-process-circle:after {
    position: absolute;
    content: '';
    width: 98px;
    top: 61px;
    right: -50%;
    margin: 0;
    margin-right: -84px;
    border-top: 1px dotted #ccc;
    height: 1px;
}

.tw-process .tw-process-block:last-child .tw-process-circle:after {
    display: none;
}

.tw-process .tw-process-block.uk-padding-large:after {
    margin-right: -84px;
}

.tw-process.style-2 .tw-process-block {
    position: relative;
}

.tw-process.style-2 .tw-process-block .tw-process-circle {
    width: auto;
    height: auto;
    border: none;
}

.tw-process.style-2 .tw-process-block .tw-process-circle h3 {
    margin-bottom: 20px;
}

.tw-process.style-2 .tw-process-block .tw-process-circle .tw-process-number {
    margin: 0;
}

.tw-process.style-2 .tw-process-block .tw-process-circle .tw-small-circle {
    display: block;
    margin: 0 auto;
    background: #e5e5e5;
    width: 11px;
    height: 11px;
    margin-bottom: 16px;
}

.tw-process.style-2 .tw-process-block .tw-process-circle:after {
    position: absolute;
    content: '';
    width: 300px;
    top: 35px;
    right: -50%;
    margin: 0;
    margin-right: -140px;
    border-top: 1px solid #e5e5e5;
    height: 1px;
}

/* Portfolio Element */

.tw-isotope-container,
.isotope-container {
    overflow: hidden;
}

.tw-scrollspy-fixer {
    -webkit-animation-name: none !important;
    /* Chrome, Safari, Opera */
    -ms-animation-name: none !important;
    /* IE 9 */
    animation-name: none !important;
}

.tw-portfolio .portfolio-item {
    margin-bottom: 40px;
    text-align: center;
    line-height: 0;
    z-index: 3;
}

.tw-portfolio.promo .portfolio-item {
    margin: 0;
    text-align: left;
    line-height: inherit;
}

.tw-portfolio.parallax .portfolio-item {
    margin: 0;
    height: 50vh;
    background-size: cover;
}

.tw-portfolio[data-layout='metro'] .portfolio-item {
    overflow: hidden;
}

.tw-portfolio.promo .promo-media-container {
    display: block;
    padding: 10px;
}

.tw-portfolio.promo .promo-media-container .owl-theme .owl-dots {
    margin-top: auto;
    bottom: 10px;
    position: absolute;
}

.tw-portfolio.promo .promo-text-container {
    margin-left: 60px;
    max-width: 370px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tw-portfolio.promo .uk-first-column .promo-text-container {
    margin-left: 100px;
}

.tw-portfolio.promo .promo-media-container {
    margin-right: 50px;
}

.tw-portfolio.promo .promo-media-container.no-media {
    height: 280px;
}

.tw-portfolio.promo .uk-first-column .promo-media-container {
    margin-left: 50px;
    margin-right: 0;
}

.tw-thumbnail .tw-video-icon,
.tw-portfolio.promo .tw-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.tw-portfolio .portfolio-content {
    line-height: initial;
}

[data-type='masonry'] img,
[data-type='masonry'] .gallery-image,
[data-type='masonry'] .portfolio-media {
    width: 100%;
    height: 100%;
}

.tw-portfolio .portfolio-media,
.tw-portfolio .portfolio-inner {
    display: inline-block;
}

.tw-portfolio .portfolio-inner {
    text-align: left;
}

.tw-portfolio .portfolio-inner > .portfolio-content {
    margin-bottom: 5px;
}

.tw-portfolio [data-type='masonry'] > * {
    overflow: hidden;
}

.tw-portfolio .portfolio-media:not(:last-child) {
    margin-bottom: 25px;
}

.tw-portfolio .portfolio-media .portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.tw-portfolio.parallax .portfolio-media .portfolio-content {
    height: 50vh;
}

.tw-portfolio .portfolio-media .portfolio-content .portfolio-title span,
.tw-portfolio .portfolio-media .portfolio-content .tw-meta > span {
    position: relative;
    display: block;
    color: inherit;
    transform: translateY(100%);
    transition: transform 0.5s ease 0.2s;
}

.tw-portfolio .portfolio-media .portfolio-content .tw-meta > span {
    transition: transform 0.5s ease;
}

.tw-portfolio .portfolio-media.tw-image-hover:before {
    background-color: rgba(21, 21, 21, 0.9);
    transition: opacity 0.3s ease;
    transition-delay: 0.3s;
}

.tw-portfolio .portfolio-media.tw-image-hover:not(.tw-hover-style-5):after {
    display: none;
}

/* Portfolio Style Default */

.tw-portfolio .portfolio-media .portfolio-title {
    font-size: 15px;
    letter-spacing: normal;
    overflow: hidden;
    text-transform: capitalize;
}

.tw-portfolio .portfolio-title a {
    color: inherit;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.tw-portfolio .portfolio-title a:hover {
    color: #999;
}

.tw-portfolio.tw-portfolio-demo .portfolio-title .uk-label {
    font-size: 7px;
    position: relative;
    top: -1px;
    padding: 3px 4px;
    margin-left: 10px;
    line-height: 1;
}

.tw-portfolio.tw-portfolio-demo .portfolio-title,
.tw-portfolio.tw-portfolio-demo .portfolio-title a {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.tw-portfolio.tw-portfolio-demo .portfolio-title a:hover {
    color: #2f2f2f;
}

.tw-portfolio .portfolio-media.tw-image-hover:hover:before {
    transition-delay: 0s;
}

.tw-portfolio .portfolio-media:hover .portfolio-content .portfolio-title span,
.tw-portfolio .portfolio-media:hover .portfolio-content .tw-meta > span {
    transform: translateY(0);
}

.tw-portfolio .portfolio-media:hover .portfolio-content .tw-meta > span {
    transition-delay: 0.4s;
}

/* Portfolio Style 2 */

.tw-portfolio .portfolio-media.tw-hover-style-2 .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-2 .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-port-rm {
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-port-rm {
    position: absolute;
    bottom: 70px;
}

.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-port-rm {
    transform: translateY(-60px);
}

.tw-portfolio .portfolio-media.tw-hover-style-2:hover .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .tw-port-rm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tw-portfolio .portfolio-media.tw-hover-style-2.tw-image-hover:before,
.tw-portfolio .portfolio-media.tw-hover-style-2.tw-image-hover:hover:before,
.tw-portfolio
    .portfolio-media.tw-hover-style-2:hover
    .portfolio-content
    .tw-meta
    > span {
    transition-delay: 0s;
}

/* Portfolio Style 3 */

.tw-portfolio .portfolio-media.tw-hover-style-3 .portfolio-content {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px;
}

.tw-portfolio .portfolio-media.tw-hover-style-3 .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-3 .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-port-rm {
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-port-rm {
    position: absolute;
    bottom: 70px;
}

.tw-portfolio .portfolio-media.tw-hover-style-3:hover .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-port-rm {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tw-portfolio .portfolio-media.tw-hover-style-3.tw-image-hover:before,
.tw-portfolio .portfolio-media.tw-hover-style-3.tw-image-hover:hover:before {
    transition-delay: 0s;
}

.tw-portfolio
    .portfolio-media.tw-hover-style-3:hover
    .portfolio-content
    .tw-meta
    > span {
    transition-delay: 0.2s;
}

.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-port-rm {
    transition-delay: 0.4s;
}

/* Portfolio Style 4 */

.tw-portfolio .portfolio-media.tw-hover-style-4 .portfolio-content {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px;
}

.tw-portfolio .portfolio-media.tw-hover-style-4 .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-4 .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-port-rm {
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-port-rm {
    position: absolute;
    bottom: 70px;
}

.tw-portfolio .portfolio-media.tw-hover-style-4:hover .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-port-rm {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tw-portfolio .portfolio-media.tw-hover-style-4.tw-image-hover:before,
.tw-portfolio .portfolio-media.tw-hover-style-4.tw-image-hover:hover:before {
    transition-delay: 0s;
}

.tw-portfolio
    .portfolio-media.tw-hover-style-4:hover
    .portfolio-content
    .tw-meta
    > span {
    transition-delay: 0.2s;
}

.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-port-rm {
    transition-delay: 0.4s;
}

/* Portfolio Hover Style 5 */

.tw-portfolio .portfolio-media.tw-hover-style-5 .portfolio-title {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.tw-portfolio .portfolio-media.tw-hover-style-5 .portfolio-content {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px;
}

.tw-portfolio
    .portfolio-media.tw-hover-style-5
    .portfolio-content
    .portfolio-title
    span,
.tw-portfolio
    .portfolio-media.tw-hover-style-5
    .portfolio-content
    .tw-meta
    > span {
    transform: translateY(0);
}

/* Portfolio Demo */

.tw-portfolio.tw-portfolio-demo .isotope-container {
    overflow: visible;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media > a:after {
    display: none;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media > a:before {
    transition-delay: 150ms;
    background-color: rgba(21, 21, 21, 0.15);
}

.tw-portfolio.tw-portfolio-demo .portfolio-media img {
    transition: all 0.3s ease;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media:hover img {
    transform: translateY(-10px);
    opacity: 0.6;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media:hover + .portfolio-content a {
    color: #fff;
}

.tw-portfolio.tw-portfolio-demo .portfolio-content:hover a {
    color: #fff;
}

.isotope-container article {
    margin-bottom: 40px;
}

.isotope-container article.uk-grid-margin,
.tw-portfolio .uk-grid-margin.portfolio-item {
    margin-top: 0;
}

.isotope-container.uk-grid {
    margin-bottom: -40px;
}

.isotope-container.uk-grid-large {
    margin-bottom: -70px;
}

.isotope-container.uk-grid-large article,
.tw-portfolio .uk-grid-large .portfolio-item {
    margin-bottom: 70px;
}

.isotope-container.uk-grid-medium {
    margin-bottom: -30px;
}

.isotope-container.uk-grid-medium article,
.tw-portfolio .uk-grid-medium .portfolio-item {
    margin-bottom: 30px;
}

.isotope-container.uk-grid-small {
    margin-bottom: -15px;
}

.isotope-container.uk-grid-small article,
.tw-portfolio .uk-grid-small .portfolio-item {
    margin-bottom: 15px;
}

.isotope-container.uk-grid-xsmall {
    margin-bottom: -10px;
}

.isotope-container.uk-grid-xsmall article,
.tw-portfolio .uk-grid-xsmall .portfolio-item {
    margin-bottom: 10px;
}

.tw-portfolio .uk-grid-collapse,
.tw-blog.uk-grid-collapse {
    margin-bottom: 0;
}

.isotope-container.uk-grid-collapse article,
.tw-portfolio .uk-grid-collapse .portfolio-item {
    margin-bottom: 0;
}

.tw-portfolio .uk-grid-collapse .portfolio-inner > .portfolio-content {
    margin-bottom: 50px;
}

.tw-filter-list-outer {
    font-size: 11px;
    margin-bottom: 35px;
}

.filter-with-title.tw-filter-list-outer,
.tw-filter-list-outer ul {
    margin-bottom: 0;
}

.tw-filter-list-outer li {
    display: inline-block;
    padding: 0 15px;
    color: #2f2f2f;
}

.tw-filter-list-outer li.is-checked {
    color: #999;
}

.tw-filter-list-outer span,
.tw-header .uk-navbar-toggle {
    cursor: pointer;
}

.tw-filter-list-outer .hidden {
    display: none;
}

.tw-portfolio .tw-pagination {
    padding-top: 40px;
}

/* Portfolio Style 5 */

.masonry-portfolio .portfolio-title {
    position: absolute;
    left: 60px;
    top: 30px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}

/* Portfolio Modern Styling */

.tw-element + .tw-portfolio.filter-modern {
    background-image: linear-gradient(-25deg, #444, #222);
    margin-top: 30px;
}

.tw-element + .tw-portfolio.filter-modern > .isotope-wrapper {
    padding: 90px;
}

.tw-portfolio.filter-modern .tw-filter-list-outer {
    background: #fff;
    padding-bottom: 35px;
    margin-bottom: 0;
}

.tw-portfolio.filter-modern .tw-filter-list-outer li {
    color: #999;
}

.tw-portfolio.filter-modern .tw-filter-list-outer li.is-checked {
    color: #2f2f2f;
}

/* Portfolio Single */

h1.portfolio-title {
    font-size: 24px;
    letter-spacing: normal;
    margin-bottom: 6px;
    color: #2f2f2f;
    text-transform: capitalize;
}

.portfolio-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.portfolio-cats a {
    color: #999;
}

.portfolio-cats a:hover {
    color: #2f2f2f;
}

.portfolio-single-title {
    margin-bottom: 26px;
}

.portfolio-single-content p {
    margin-top: 13px;
}

.portfolio-single-content + .portfolio-single-meta,
.portfolio-single-content ~ .portfolio-btn.uk-button {
    margin-top: 50px;
}

ul.portfolio-single-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}

ul.portfolio-single-meta li {
    display: table-row;
    line-height: 1;
}

ul.portfolio-single-meta li .portfolio-subtitle {
    display: table-cell;
    padding-right: 30px;
    padding-bottom: 13px;
}

ul.portfolio-single-meta + .portfolio-btn {
    margin-top: 13px;
}

.portfolio-single-meta a {
    color: inherit;
}

.portfolio-single-meta a:hover {
    color: #2f2f2f;
}

.portfolio-single-meta a.facebook:hover {
    color: #3b5998;
}

.portfolio-single-meta a.twitter:hover {
    color: #1da1f2;
}

.portfolio-single-meta a.google:hover {
    color: #ea4335;
}

.portfolio-single-meta a.pinterest:hover {
    color: #bd081c;
}

.portfolio-single-meta .entry-share {
    margin-top: 0;
}

.portfolio-btn {
    width: 100%;
    max-width: 370px;
}

.portfolio-single6-content {
    width: 370px;
}

.tw-portfolio-nav {
    padding: 6px 0 3px;
}

.tw-portfolio-nav .tw-meta > * {
    color: #e6e6e6;
    display: flex;
    align-items: center;
    line-height: 1;
}

.tw-portfolio-nav .tw-meta > a {
    color: #999;
}

.tw-portfolio-nav a:hover {
    color: #2f2f2f;
}

.tw-portfolio-nav i {
    font-size: 24px;
}

.tw-portfolio-nav .tw-meta {
    font-size: 12px;
}

.tw-portfolio-nav .tw-meta i {
    font-size: 30px;
}

.tw-portfolio-nav .ion-ios-arrow-left {
    margin-right: 15px;
}

.tw-portfolio-nav .ion-ios-arrow-right {
    margin-left: 15px;
}

[data-dots='inside'] > .owl-theme .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
}

/* TW Masonry Gallery Element */

.tw-gallery .gallery-item {
    line-height: 0;
    margin-bottom: 40px;
}

.tw-gallery .gallery-image {
    display: inline-block;
    overflow: hidden;
}

.tw-gallery .uk-grid-margin.gallery-item {
    margin-top: 0;
}

.tw-gallery .uk-grid {
    margin-bottom: -40px;
}

.tw-gallery .uk-grid-medium {
    margin-bottom: -30px;
}

.tw-gallery .uk-grid-medium .gallery-item {
    margin-bottom: 30px;
}

.tw-gallery .uk-grid-small {
    margin-bottom: -15px;
}

.tw-gallery .uk-grid-small .gallery-item {
    margin-bottom: 15px;
}

.tw-gallery .uk-grid-xsmall {
    margin-bottom: -10px;
}

.tw-gallery .uk-grid-xsmall .gallery-item {
    margin-bottom: 10px;
}

.tw-gallery .uk-grid-collapse,
.tw-gallery .uk-grid-collapse .gallery-item {
    margin-bottom: 0;
}

/* Simple img hover */

.tw-image-hover {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.portfolio-media.tw-image-hover {
    width: 100%;
    height: 100%;
}

.tw-image-hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(21, 21, 21, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    z-index: 1;
}

.tw-image-hover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '+';
    font-size: 24px;
    color: #fff;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.tw-image-hover:hover:before,
.tw-image-hover:hover:after,
.tw-justified-gallery-container .justified-gallery > a > img {
    opacity: 1;
}

.blog-inside-hover.blog-inside-noexcerpt .article-inner {
    overflow: hidden;
}

.tw-justified-gallery-container .justified-gallery > .entry-visible > img,
.tw-justified-gallery-container .justified-gallery > .entry-visible > a > img,
.blog-inside-hover.blog-inside-noexcerpt .tw-bgthumb,
.tw-image-hover > img {
    transition: all 0.3s ease;
}

/* Infinite Scroll */

.tw-infinite-scroll .ldr,
.tw-infinite-scroll.waiting .next,
.tw-infinite-scroll[data-has-next='false'] {
    display: none;
}

.tw-infinite-scroll.waiting .ldr {
    display: inline-block;
}

/* TW Social Icons Element*/

.tw-socials a {
    font-family: 'NDaatgal Heading';
    display: inline-block;
    margin-right: 12px;
    min-width: 200px;
    background: #fff;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.tw-socials a:last-child {
    margin-right: 0;
    min-width: auto;
}

.tw-socials a i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.2s ease-out;
    background-color: #ccc;
    color: #fff;
}

.tw-socials a.tw-medium i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.tw-socials a.tw-large i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.uk-light .tw-socials i.fab {
    color: #fff;
}

.tw-socials .icon {
    display: inline-flex;
}

.tw-socials .icon svg,
.tw-socials .fa svg {
    display: none;
}

.tw-socials.social-simple {
    margin-left: -13px;
    margin-right: -13px;
}

.tw-socials.social-simple a > i {
    background: none;
    color: #999;
}

.tw-socials.social-square a > i {
    border-radius: 0;
}

.tw-socials.social-dark a > i {
    background-color: #2f2f2f;
    color: #fff;
}

.tw-socials.social-light a > i {
    background-color: #fff;
    color: #999;
}

.tw-socials.social-minimal a > i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 6px;
    background-color: transparent;
}

.tw-socials.social-minimal a > i:not(.ion-social-facebook) {
    font-size: 14px;
}

.tw-socials.social-hover-dark a:hover i {
    background-color: #2f2f2f !important;
    color: #fff !important;
}

.tw-socials.social-hover-light a:hover i {
    background-color: #fff !important;
    color: #2f2f2f !important;
}

.tw-socials.social-hover-gray a:hover i {
    background-color: #ccc !important;
    color: #666 !important;
}

.tw-socials.social-simple.social-dark a i {
    background-color: transparent;
    color: #2f2f2f;
}

.tw-socials.social-simple.social-light a i {
    background-color: transparent;
    color: #fff;
}

.tw-socials.social-simple a:hover i {
    background: none !important;
}

.tw-socials.social-hover-color a:hover i {
    background-color: #2f2f2f;
    color: #fff;
}

.tw-socials.social-simple.social-hover-light a:hover i {
    color: #fff !important;
}

.tw-socials.social-simple.social-hover-dark a:hover i {
    color: #2f2f2f !important;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='facebook'] {
    color: #3b5998;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='instagram'] {
    color: #405de6;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='pinterest'] {
    color: #bd081c;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='google-plus'] {
    color: #dd4b39;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='youtube'] {
    color: #cd201f;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='twitter'] {
    color: #1da1f2;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='tumblr'] {
    color: #35465c;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='dribbble'] {
    color: #ea4c89;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='behance'] {
    color: #1769ff;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='github'] {
    color: #333;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='angular'] {
    color: #b52e31;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='wechat'] {
    color: #7bb32e;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='whatsapp'],
.tw-socials.social-simple.social-hover-color a:hover [class*='phone'] {
    color: #25d366;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='rss'] {
    color: #f26522;
}

.tw-socials.social-simple.social-hover-color a:hover [class*='reddit'] {
    color: #ff4500;
}

.tw-socials.social-simple.social-hover-color
    a:hover
    [class*='ion-chatbubbles'] {
    color: #2f2f2f;
}

.tw-socials.social-hover-color a:hover [class*='facebook'],
.tw-socials.social-color a > i[data-uk-icon*='facebook'],
.tw-socials.social-color a > i[class*='facebook'] {
    background-color: #3b5998;
}

.tw-socials.social-hover-color a:hover [class*='instagram'],
.tw-socials.social-color a > i[data-uk-icon*='instagram'],
.tw-socials.social-color a > i[class*='instagram'] {
    background-color: #405de6;
}

.tw-socials.social-hover-color a:hover [class*='pinterest'],
.tw-socials.social-color a > i[data-uk-icon*='pinterest'],
.tw-socials.social-color a > i[class*='pinterest'] {
    background-color: #bd081c;
}

.tw-socials.social-hover-color a:hover [class*='google-plus'],
.tw-socials.social-color a > i[data-uk-icon*='google-plus'],
.tw-socials.social-color a > i[class*='google-plus'] {
    background-color: #dd4b39;
}

.tw-socials.social-hover-color a:hover [class*='youtube'],
.tw-socials.social-color a > i[data-uk-icon*='youtube'],
.tw-socials.social-color a > i[class*='youtube'],
.tw-socials.social-hover-color a:hover [class*='youtube-play'],
.tw-socials.social-color a > i[data-uk-icon*='youtube-play'],
.tw-socials.social-color a > i[class*='youtube-play'] {
    background-color: #cd201f;
}

.tw-socials.social-hover-color a:hover [class*='twitter'],
.tw-socials.social-color a > i[data-uk-icon*='twitter'],
.tw-socials.social-color a > i[class*='twitter'] {
    background-color: #1da1f2;
}

.tw-socials.social-hover-color a:hover [class*='tumblr'],
.tw-socials.social-color a > i[data-uk-icon*='tumblr'],
.tw-socials.social-color a > i[class*='tumblr'] {
    background-color: #35465c;
}

.tw-socials.social-hover-color a:hover [class*='dribbble'],
.tw-socials.social-color a > i[data-uk-icon*='dribbble'],
.tw-socials.social-color a > i[class*='dribbble'] {
    background-color: #ea4c89;
}

.tw-socials.social-hover-color a:hover [class*='github'],
.tw-socials.social-color a > i[data-uk-icon*='github'],
.tw-socials.social-color a > i[class*='github'] {
    background-color: #333;
}

.tw-socials.social-hover-color a:hover [class*='behance'],
.tw-socials.social-color a > i[data-uk-icon*='behance'],
.tw-socials.social-color a > i[class*='behance'] {
    background-color: #1769ff;
}

.tw-socials.social-hover-color a:hover [class*='angular'],
.tw-socials.social-color a > i[data-uk-icon*='angular'],
.tw-socials.social-color a > i[class*='angular'] {
    background-color: #b52e31;
}

.tw-socials.social-hover-color a:hover [class*='wechat'],
.tw-socials.social-color a > i[data-uk-icon*='wechat'],
.tw-socials.social-color a > i[class*='wechat'] {
    background-color: #7bb32e;
}

.tw-socials.social-hover-color a:hover [class*='whatsapp'],
.tw-socials.social-color a > i[data-uk-icon*='whatsapp'],
.tw-socials.social-color a > i[class*='whatsapp'],
.tw-socials.social-hover-color a:hover [class*='phone'],
.tw-socials.social-color a > i[data-uk-icon*='phone'],
.tw-socials.social-color a > i[class*='phone'] {
    background-color: #25d366;
}

.tw-socials.social-hover-color a:hover [class*='rss'],
.tw-socials.social-color a > i[data-uk-icon*='rss'],
.tw-socials.social-color a > i[class*='rss'] {
    background-color: #f26522;
}

.tw-socials.social-hover-color a:hover [class*='reddit'],
.tw-socials.social-color a > i[data-uk-icon*='reddit'],
.tw-socials.social-color a > i[class*='reddit'] {
    background-color: #ff4500;
}

.tw-socials.social-color a > i:hover .ion-chatbubbles {
    background-color: #2f2f2f;
}

/* Map Element */

.tw-map > .map {
    height: 100%;
}

.tw-map > .map-markers {
    display: none;
}

/* Video Element */

.tw-video-thumbnail {
    position: relative;
}

.tw-video-thumbnail .tw-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.tw-video-icon {
    display: inline-block;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: rgba(236, 172, 15, 0.64);
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
    border: none;
}

.tw-video-icon i {
    font-size: 18px;
    color: #2f2f2f;
}

.tw-background-video {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.tw-background-video-container {
    overflow: hidden;
}

.tw-background-video iframe {
    min-width: 100%;
    min-height: 100%;
}

.tw-video-icon .before,
.tw-video-icon .after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-transform: scale(0.35) translateY(-50%) translateX(-50%);
    -ms-transform: scale(0.35) translateY(-50%) translateX(-50%);
    transform: scale(0.35) translateY(-50%) translateX(-50%);
    opacity: 0;
}

.tw-video-icon:hover {
    transform: scale(0.9);
}

.tw-video-icon:hover .before,
.tw-video-icon:hover .after {
    -webkit-animation: pulse 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.5s infinite;
    animation: pulse 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.5s infinite;
}

.tw-video-icon:hover .after {
    animation-delay: 0s;
}

.entry-media.tw-video {
    position: relative;
}

.tw-invis {
    opacity: 0;
    visibility: hidden;
}

.tw-video.with-modal .tw-video-container {
    display: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 0;
    }
}

/* Chart Circle Element */

.tw-chart-circle .tw-chart {
    position: relative;
    margin: 0 auto;
}

.tw-chart-circle .tw-chart canvas {
    position: absolute;
    right: 0;
    left: 0;
}

.tw-chart-circle .tw-chart span {
    position: relative;
    z-index: 5;
    font-family: 'Manrope';
    font-size: 16px;
    color: #2f2f2f;
}

.tw-chart-circle .tw-chart .chart-icon {
    letter-spacing: normal;
    font-size: 28px;
}

.tw-chart-circle .title {
    font-size: 11px;
    margin: 0;
    margin-top: 20px;
    text-transform: uppercase;
}

/* Dropcap & Highlight Element */

.tw-highlight {
    padding: 3px;
    background: #e6e6e6;
}

.tw-dropcaps {
    font-family: 'Manrope';
    font-size: 44px;
    margin-right: 20px;
    color: #2f2f2f;
    line-height: 1;
    margin-top: 0;
    float: left;
    padding: 0;
}

.tw-dropcaps.dropcap-square,
.tw-dropcaps.dropcap-circle {
    margin-top: 6px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    background: #2f2f2f;
    color: #fff;
}

.tw-dropcaps.dropcap-circle {
    border-radius: 50%;
}

/* Image Element */

.tw-image.uk-background-cover {
    height: 100%;
}

/* Menu Element */

.tw-edaatgal-container {
    display: block;
    padding: 24px 30px 24px 32px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
}

.tw-edaatgal-container .tw-description {
    font-family: 'Lora';
    font-style: italic;
    font-size: 14px;
    color: #999;
}

.tw-edaatgal-container .tw-menu-title {
    color: #2f2f2f;
}

.tw-edaatgal-container .tw-content {
    margin-top: 12px;
}

.tw-edaatgal-container.no-image .tw-content {
    margin-left: 0;
}

.tw-edaatgal-container .tw-content h4 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.nd-edaatgal.style2 .tw-edaatgal-container {
    position: relative;
    padding: 40px;
}

.nd-edaatgal.style2 .tw-edaatgal-container .tw-menu-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f8f8f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 40px;
}

.nd-edaatgal.style2 .tw-edaatgal-container .tw-content {
    padding-left: 104px;
    margin-top: 0;
}

.nd-edaatgal.style2 .tw-edaatgal-container .tw-content h4 {
    font-size: 14px;
    line-height: 24px;
}

.nd-edaatgal.style2 .tw-edaatgal-container .tw-content p {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #4b4b4b;
    margin-top: 12px;
}

.nd-edaatgal.style2 .uk-overflow-auto {
    max-height: unset !important;
}

.nd-edaatgal.style2 .uk-height-medium {
    height: auto;
}

.nd-edaatgal.style2 .uk-height-medium::after {
    display: none;
}

.nd-edaatgal.style2 .uk-grid-xsmall {
    margin-left: -8px;
    margin-top: -8px;
}

.nd-edaatgal.style2 .uk-grid-xsmall > * {
    margin-top: 8px;
    padding-left: 8px;
}

/* Timeline Element */

.tw-timeline-container {
    position: relative;
    padding: 60px 0;
}

.tw-timeline-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 1px;
    background: #e5e5e5;
}

.tw-timeline-container .tw-timeline-block {
    position: relative;
    margin: 60px 0;
}

.tw-timeline-container .tw-timeline-block:after {
    content: '';
    display: table;
    clear: both;
}

.tw-timeline-container .tw-timeline-block:first-child {
    margin-top: 0;
}

.tw-timeline-container .tw-timeline-block:last-child {
    margin-bottom: 0;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #2f2f2f;
    background: #fff;
    border-radius: 50%;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-content {
    padding: 0 35px;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-content h3 {
    font-size: 16px;
    line-height: 1;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-content:after {
    content: '';
    display: table;
    clear: both;
}

.tw-timeline-container.right .tw-timeline-block {
    text-align: right;
}

.tw-timeline-container.right:before {
    left: auto;
    right: 6px;
}

.tw-timeline-container.right .tw-timeline-block .tw-timeline-circle {
    left: auto;
    right: 0;
}

/* Style 2 */

.tw-timeline-container.style-2 .tw-timeline-block .tw-timeline-content {
    padding-left: 35px;
}

.tw-timeline-container .tw-timeline-info .letter-spacing {
    letter-spacing: 0;
    text-transform: capitalize;
}

.tw-timeline-container.style-2 .tw-timeline-info {
    position: absolute;
    left: 0;
    top: 0;
}

/* Open Job Element */

.tw-job-container .tw-job-title,
.tw-job-container .tw-job-content .tw-job-info {
    padding: 20px 0px;
}

.tw-job-container .tw-job-title {
    font-family: 'Manrope';
    font-size: 10px;
    color: #fff;
    background: #2f2f2f;
    line-height: 1;
}

.tw-job-container .tw-job-content .tw-job-info {
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
    font-size: inherit;
    color: #666;
}

.tw-job-container .tw-job-content .tw-job-info:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.tw-job-container .tw-job-content .tw-job-info:after {
    display: none;
}

.tw-job-container .tw-job-content .tw-job-info {
    border-bottom: 1px solid #e5e5e5;
}

.tw-job-container .tw-job-content .tw-job-desc {
    padding: 50px;
    margin-top: 0;
    border-bottom: 1px solid #e6e6e6;
}

.tw-job-container .tw-job-content.uk-open .tw-job-info {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.tw-job-container .uk-accordion {
    overflow: hidden;
}

/* List Element */

.tw-list .uk-list-decimal {
    list-style-type: decimal-leading-zero;
    padding-left: 30px;
}

.tw-list .uk-list-decimal li {
    padding-left: 10px;
}

.tw-list .uk-list-decimal li::before {
    display: none;
}

.tw-list li i {
    padding-right: 10px;
}

/* Uk Label on Menu */

.uk-sub .uk-label,
.sub-menu .uk-label,
.uk-nav .uk-label {
    background-color: #fff;
    color: #666;
    position: relative;
    font-size: 7px;
    left: 10px;
    top: -1px;
    padding: 4px 4px 3px 4px;
    line-height: 1;
}

.tw-header-sidebar .uk-sub .uk-label,
.tw-header-sidebar .sub-menu .uk-label,
.tw-header-sidebar .uk-nav .uk-label {
    background-color: #1c1c1c;
    color: #fff;
}

/* Breadcrumb Element */

.tw-breadcrumb-container {
    margin-bottom: 16px;
    font-family: 'NDaatgal Heading';
}

.tw-breadcrumb-container > span {
    padding-right: 20px;
    margin-right: 12px;
    position: relative;
}

.tw-breadcrumb-container > span::after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(assets/images/breadcrumb-icon.svg);
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
}

.tw-breadcrumb-container > span:last-child,
.tw-breadcrumb-container > span > a {
    color: #006048;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}

.tw-breadcrumb-container > span:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #4b4b4b;
}

.tw-breadcrumb-container > span:last-child:after,
.single .tw-breadcrumb-container > span:last-child,
.single .tw-breadcrumb-container > span:nth-last-child(2):after {
    display: none;
}

.nt-page-title .page-title {
    font-size: 26px;
    line-height: 34px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nt-page-title {
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.single .nt-page-title .page-title {
    font-family: 'Manrope';
    text-transform: none;
    margin-bottom: 64px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.8px;
}

/* Row */

.tw-row-inner[data-tw-dimension-type] .uk-container,
.tw-row-inner[data-tw-dimension-type] .uk-grid,
.tw-row[data-tw-dimension-type] .tw-row-inner,
.tw-row[data-tw-dimension-type] .uk-container,
.tw-row[data-tw-dimension-type] .uk-grid {
    height: 100%;
}

.tw-row-inner[data-tw-dimension-type] .tw-column-inner,
.tw-row[data-tw-dimension-type] .tw-column-inner,
.tw-row[data-tw-dimension-type] .tw-column {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page-template-page-splitpage .uk-container,
.page-template-page-magazinepage .uk-container,
.tw-row-inner[data-tw-dimension-type] .tw-column-inner > .tw-element,
.tw-row[data-tw-dimension-type] .tw-column > .tw-element {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.tw-row-inner[data-tw-dimension-type] .tw-column-inner > .tw-element,
.tw-row[data-tw-dimension-type] .tw-column > .tw-element {
    width: auto;
}

.page-template-page-splitpage .uk-container,
.page-template-page-magazinepage .uk-container {
    padding: 0 70px;
}

/* Footer Area */

.bottom-area {
    padding-bottom: 80px;
    font-weight: 600;
    font-size: 12px;
    color: #4b4b4b;
}

.bottom-area-top {
    padding-top: 60px;
}

.bottom-area-top .logo-img {
    max-height: 54px;
}

.bottom-area .bottom-area-container {
    padding-top: 40px;
    margin-top: 32px;
    border-top: 1px solid #e8e8e8;
}

.bottom-area a {
    color: #4b4b4b;
}

.bottom-area.small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bottom-area aside.widget + aside.widget {
    margin-top: 24px;
}

.bottom-area .tw-logo {
    padding-left: 0;
    padding-right: 0;
}

.tw-row h2.widgettitle,
.bottom-area h3.widget-title {
    position: relative;
    font-family: 'NDaatgal Heading';
    text-transform: uppercase;
    margin-bottom: 42px;
    font-weight: bold;
    font-size: 11px;
    color: #006048;
}

.bottom-area h3.widget-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(
        270deg,
        rgba(236, 172, 15, 0.16) 0%,
        #ecac0f 100%
    );
}

.bottom-area .widget li:not(:last-child) {
    margin-bottom: 12px;
}

.bottom-area .tw-contact-widget ul > li > a,
.bottom-area .menu li > a,
.bottom-area .tw-contact-widget ul > li > div {
    font-size: 12px;
}

.bottom-area .menu li > a:hover {
    color: #ecac0f;
}

footer.uk-light,
footer.uk-light a {
    color: #999;
}

.footer-area {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    font-weight: 700;
}

.footer-area.footer-small {
    background: #006048;
    padding-top: 22px;
    padding-bottom: 22px;
}

.bottom-area-container .uk-margin-bottom-widget {
    margin-top: 0;
}

/* Grid & Container */

li.uk-container {
    padding: 0;
}

.uk-container-small {
    max-width: 900px;
}

.uk-container-msmall {
    max-width: 800px;
}

.uk-container-xsmall {
    max-width: 600px;
}

.uk-container-large {
    max-width: 1650px;
}

.uk-container-expand {
    max-width: none;
}

.uk-container.tw-container-half {
    max-width: 565px;
}

.uk-grid-xsmall {
    margin-left: -5px;
    margin-top: -5px;
}

.uk-grid-xsmall > * {
    padding-left: 5px;
}

.uk-grid + .uk-grid-xsmall,
.uk-grid + .uk-grid-row-xsmall,
.uk-grid-xsmall > .uk-grid-margin,
.uk-grid-row-xsmall > .uk-grid-margin,
* + .uk-grid-margin-xsmall {
    margin-top: 5px;
}

.uk-grid-column-xsmall > *,
.uk-grid-xsmall > * {
    margin-top: 5px;
}

.tw-row-inner + .tw-element,
.tw-row-inner ~ .tw-row-inner,
.tw-element + .uk-grid,
.tw-element + .tw-row-inner,
.tw-element + .tw-element {
    margin-top: 40px;
}

.uk-container-small.tw-element + .uk-grid,
.uk-container-small .tw-element + .tw-element,
.uk-container-xsmall.tw-element + .uk-grid,
.uk-container-xsmall .tw-element + .tw-element {
    margin-top: 40px;
}

.uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

.uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-section-normal {
    padding-top: 75px;
    padding-bottom: 75px;
}

.uk-section-medium {
    padding-top: 90px;
    padding-bottom: 90px;
}

.uk-section-large {
    padding-top: 150px;
    padding-bottom: 150px;
}

.uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
}

.uk-section-blog {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tw-padding-left {
    padding-left: 50px;
}

.uk-padding-right {
    padding-right: 50px;
}

.uk-padding-xlarge {
    padding: 110px;
}

.uk-margin-top-minus {
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.tw-image.uk-position-top {
    left: auto;
    right: auto;
}

/* Modal Dialog */

.uk-modal-dialog {
    background-color: #006048;
}

.uk-modal-dialog .uk-search-large {
    width: 100%;
    padding: 0 50px;
    max-width: 800px;
}

.uk-modal-dialog .uk-search-input {
    padding: 0 30px 0 3px;
    font-size: 24px;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
}

.uk-modal-dialog .uk-search-input::-webkit-input-placeholder {
    color: #fff;
}

.uk-modal-dialog .uk-search-input::-moz-placeholder {
    color: #fff;
}

.uk-modal-dialog .uk-search-input:-ms-input-placeholder {
    color: #fff;
}

.uk-modal-dialog .uk-search-input:-moz-placeholder {
    color: #fff;
}

.uk-modal-dialog .button-search {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.uk-modal-dialog .button-search:hover {
    opacity: 1;
}

.tw-video-container.tw-sidebar {
    padding-left: 270px;
}

.tw-video-container .uk-modal-dialog {
    width: 900px;
}

.tw-video-container p {
    margin-top: 0;
}

.tw-video-container .uk-close {
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
}

iframe {
    max-width: 100%;
}

.entry-media .twitter-tweet,
.entry-media iframe.instagram-media {
    margin: 0 auto !important;
}

.tw-video-container iframe {
    max-width: 100%;
    width: 100%;
}

.uk-close svg {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.3s ease;
}

.uk-close:hover svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.uk-text-xsmall {
    font-size: 12px;
    line-height: 1.4;
}

/* UiKit Animation Override */

.tw-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    transition: all 0.6s ease;
}

.tw-grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.copyright {
    color: #fff;
}

.tw-section-overlay {
    opacity: 0.6;
}

/* Absolute Helper */

.tw-absolute-helper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Header and Footer Helper */

.header-footer .tw-header.tw-header-transparent {
    top: auto;
}

/* Background Overlay for BG */

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    background-color: inherit;
    backface-visibility: hidden;
    z-index: 1;
}

[data-overlay] > *:not(.tw-background-video) {
    z-index: 2;
    position: relative;
}

[data-overlay='0.1']::before {
    opacity: 0.1;
}

[data-overlay='0.2']::before {
    opacity: 0.2;
}

[data-overlay='0.3']::before {
    opacity: 0.3;
}

[data-overlay='0.4']::before {
    opacity: 0.4;
}

[data-overlay='0.5']::before {
    opacity: 0.5;
}

[data-overlay='0.6']::before {
    opacity: 0.6;
}

[data-overlay='0.7']::before {
    opacity: 0.7;
}

[data-overlay='0.8']::before {
    opacity: 0.8;
}

[data-overlay='0.9']::before {
    opacity: 0.9;
}

/* Spinner Color */

.uk-spinner.uk-icon svg circle {
    stroke: #2f2f2f !important;
}

/* Animation */

.tw-anim-hide {
    -webkit-animation: twAnimHide 0.7s ease both;
    animation: twAnimHide 0.7s ease both;
}

.owl-carousel .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@-webkit-keyframes twAnimHide {
    from {
    }
    to {
        opacity: 0;
    }
}

@keyframes twAnimHide {
    from {
    }
    to {
        opacity: 0;
    }
}

.uk-section-shop .sidebar-area .widget {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.uk-section-shop .sidebar-area .widget-title,
.uk-section-shop .sidebar-area .widget-title span {
    text-align: left;
    padding: 0;
}

.uk-section-shop .shop-result-text,
.uk-section-shop .shop-sort-text .select {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 30px;
}

.uk-section-shop .shop-sort-text .select {
    position: relative;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.uk-section-shop .shop-sort-text .s-hidden {
    visibility: hidden;
    padding-right: 10px;
    width: 260px;
}

.uk-section-shop .shop-sort-text .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
}

.uk-section-shop .shop-sort-text .styledSelect:after {
    content: '+';
    position: absolute;
    top: 0px;
    right: 6px;
}

.uk-section-shop .shop-sort-text .styledSelect:active,
.styledSelect.active {
    background-color: #fff;
}

.uk-section-shop .shop-sort-text .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 260px;
    z-index: 999;
    margin: 0;
    padding: 20px 30px;
    box-sizing: border-box;
    list-style: none;
    background-color: #2f2f2f;
    color: #999;
    animation: all 0.3s ease;
}

.uk-section-shop .shop-sort-text .options li {
    padding: 0px;
    line-height: 25px;
}

.uk-section-shop .shop-sort-text .options li:hover {
    color: white;
}

.uk-section-shop .uk-width-single {
    width: 102px;
}

.uk-section-shop .content-area .single.shop {
    padding-left: 20px;
}

/* Tag Widget */

.tagcloud > a {
    position: relative;
    padding: 0 8px 0px 14px;
    color: #999;
    font-size: 10px !important;
    display: inline-block;
    text-transform: uppercase;
}

.tagcloud > a:before {
    position: absolute;
    left: 0;
    content: '+';
}

.tagcloud > a:hover {
    color: #2f2f2f;
    transition: all 0.2s ease-out;
}

/* Helper Some Classes */

.tw-border-none {
    border: none !important;
}

.tw-border-top-none {
    border-top: none !important;
}

.tw-border-bottom-none {
    border-bottom: none !important;
}

.tw-border-left-none {
    border-left: none !important;
}

.tw-border-right-none {
    border-right: none !important;
}

.tw-min-height-100 {
    min-height: 100px;
}

.tw-min-height-150 {
    min-height: 150px;
}

.tw-min-height-200 {
    min-height: 200px;
}

.tw-min-height-250 {
    min-height: 250px;
}

.tw-min-height-300 {
    min-height: 300px;
}

.tw-min-height-350 {
    min-height: 350px;
}

.tw-min-height-400 {
    min-height: 400px;
}

.tw-min-height-450 {
    min-height: 450px;
}

.tw-min-height-500 {
    min-height: 500px;
}

.tw-min-height-550 {
    min-height: 550px;
}

.tw-min-height-600 {
    min-height: 600px;
}

.uk-position-relative .uk-close {
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.uk-position-relative .uk-close svg {
    width: 10px;
    height: 10px;
}

.uk-checkbox,
.uk-radio {
    margin-right: 10px;
}

.uk-radio:checked:focus,
.uk-radio:checked {
    background-color: #fff;
    border-color: #e5e5e5;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.uk-radio:checked {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAAGzCI4dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgzQTQ5RTAyMTlFRTExRTdBMDU1RkI5QUU5OTdDNjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgzQTQ5RTAzMTlFRTExRTdBMDU1RkI5QUU5OTdDNjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNBNDlFMDAxOUVFMTFFN0EwNTVGQjlBRTk5N0M2MDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBNDlFMDExOUVFMTFFN0EwNTVGQjlBRTk5N0M2MDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5yvtU+AAAAj0lEQVR42mIQFRVlAAggBiDxESCAGEEEAwMDH0AAMQMZa7m5uc+DRP4DRRgAAgjEWAukgxiggAmIqxkQ4ANAAIFUqAIZZ4B4DxAHMwMNeAtksAOxJhDrMTGgAjeQwAckAVOAAAOZoQ5knABiATTVIIUWcBcyYAdfmKC24wK7QAqCgVgDiNcB8WcoXgcVCwYAv1MX4xiqO7wAAAAASUVORK5CYII=');
}

.uk-position-z-index-3 {
    z-index: 3;
}

/* Padding Helper */

.tw-padding-20-left {
    padding-left: 20px !important;
}

.tw-padding-left {
    padding-left: 30px;
}

.tw-padding-right {
    padding-right: 30px;
}

.tw-padding-top {
    padding-top: 30px;
}

.tw-padding-bottom {
    padding-bottom: 30px;
}

.tw-padding-large-left {
    padding-left: 60px;
}

.tw-padding-50-left {
    padding-left: 50px;
}

.tw-padding-80-left {
    padding-left: 80px;
}

.tw-padding-large-right {
    padding-right: 60px;
}

.tw-padding-50-right {
    padding-right: 50px;
}

.tw-padding-80-right {
    padding-right: 80px;
}

.tw-padding-large-top {
    padding-top: 60px;
}

.tw-padding-large-bottom {
    padding-bottom: 60px;
}

.tw-padding-small-left {
    padding-left: 15px;
}

.tw-padding-small-right {
    padding-right: 15px;
}

.tw-padding-small-top {
    padding-top: 15px;
}

.tw-padding-small-bottom {
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .uk-padding-smedium {
        padding: 16px;
    }
}

.uk-padding-smedium {
    padding: 32px;
}

/* NDaatgal Block CSS */

.lovelyblock-template-default footer,
.lovelyblock-template-default header {
    display: none;
}

/* Visual Composer Element force Relative */

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    position: relative;
}

/* Tilt Hover */

.tw-element.tw-image.tilt-effect {
    min-height: 300px;
    min-width: 300px;
    width: 100%;
    height: 100%;
    display: block;
}

.tilt {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.tilt__back,
.tilt__front {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tilt__back {
    position: relative;
}

.tilt__front {
    position: absolute;
    top: 0;
    left: 0;
}

.uk-position-large {
    margin: 30px;
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .uk-position-large {
        margin: 80px;
    }
}

.tw-post-carousel .uk-position-cover:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 96, 72, 0) 0%,
        rgba(0, 96, 72, 0) 80%,
        rgba(0, 96, 72, 0.8) 100%
    );
    z-index: 1;
}

.tw-post-carousel .uk-position-top-left {
    top: 80px;
    left: 80px;
}

.tw-post-carousel .uk-position-bottom-right {
    bottom: 80px;
    right: 80px;
}

.tw-post-carousel .uk-position-bottom-right .uk-hidden-hover {
    opacity: 0.4;
}

.tw-post-carousel .uk-position-bottom-right .uk-hidden-hover:hover {
    opacity: 1;
}

.uk-dotnav > * > * {
    width: 6px;
    height: 6px;
    border: none;
    background-color: rgba(255, 255, 255, 0.24);
}

.uk-light .uk-dotnav > * > * {
    background-color: rgba(255, 255, 255, 0.24);
}

.uk-light .uk-dotnav > .uk-active > * {
    background-color: #ecac0f;
}

.nd-tab .uk-tab::before {
    display: none;
}

.uk-height-medium,
.uk-height-small {
    position: relative;
    height: 500px;
}

.uk-height-small {
    height: 305px;
}

.uk-height-xsmall {
    position: relative;
    height: 350px;
}

.uk-height-medium::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 62px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, #fff 50%); */
    bottom: 0;
    left: 0;
    z-index: 2;
}

.tw-post-carousel-filter-data {
    display: none;
}

.tw-post-carousel-filter,
.tw-post-carousel-button {
    font-family: 'NDaatgal Heading';
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.tw-post-carousel-button {
    padding-right: 8px;
}

.tw-post-carousel-button > * {
    margin-left: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    color: #006048;
    vertical-align: initial;
}

.uk-light .tw-post-carousel-button > * {
    color: #fff;
}

.tw-post-carousel-button > svg:first-child {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.tw-post-carousel-button:hover > *,
.tw-post-carousel-button:hover > svg:first-child {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.tw-post-carousel-filter li {
    position: relative;
    margin-right: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.tw-post-carousel-filter li a {
    color: #4b4b4b;
    font-size: 10px;
}

.tw-post-carousel-filter li.uk-active a {
    color: #006048;
}

.tw-post-carousel-filter li::before {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ecac0f;
    left: 50%;
    margin-left: -2px;
    border-radius: 50%;
    top: 300%;
    transition: all 0.3s ease;
}

.tw-post-carousel-filter li.uk-active::before {
    top: 18px;
}

.tw-carousel-head-left .heading-title {
    margin-bottom: 0;
}

.tw-meta.tw-datetime {
    line-height: 1.4;
    text-align: center;
}

.tw-carousel-title a {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Manrope';
    margin-bottom: 0;
    color: #2f2f2f;
}

.tw-carousel-title a:hover {
    color: #006048;
}

.uk-padding-medium-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tw-post-carousel .post-connect .post-content {
    position: relative;
    padding-top: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
}

.tw-post-carousel .post-connect .post-content::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1px;
    width: 24px;
    height: 1px;
    background: #ecac0f;
}

.tw-post-carousel.video-carousel .post-connect .post-content::after {
    display: none;
}

.tw-daatgal-item {
    display: block;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
}

.tw-daatgal-item::after,
.tw-daatgal-item::before {
    content: '';
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 96, 72, 0) 0%,
        rgba(0, 96, 72, 0.08) 80%,
        #006048 100%
    );
    transition: all 0.3s ease;
}

.tw-daatgal-item::before {
    z-index: 3;
    background: linear-gradient(
        180deg,
        rgba(236, 172, 15, 0.8) 0%,
        #006048 100%
    );
    opacity: 0;
}

.tw-daatgal-item:hover::after {
    opacity: 1;
    background: linear-gradient(
        180deg,
        rgba(236, 172, 15, 0.8) 0%,
        #006048 100%
    );
}

.tw-daatgal-item > * {
    display: block;
    position: relative;
    z-index: 4;
}

.tw-daatgal-item .nd-meta-title,
.tw-daatgal-item .uk-list {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.tw-daatgal-item .uk-list {
    opacity: 0;
}

.tw-daatgal-item:hover .nd-meta-title,
.tw-daatgal-item:hover .uk-list {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.tw-daatgal-item:hover .uk-list {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.tw-daatgal-item h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    max-height: 41px;
    overflow: hidden;
}

.tw-daatgal-item .uk-list > li {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.8;
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
}

.tw-daatgal-item .uk-list > li:last-child {
    margin-bottom: 0;
}

.tw-daatgal-item:hover .uk-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 3px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(assets/images/check.png);
    background-repeat: no-repeat;
}

.tw-heading-container {
    display: flex;
    margin-bottom: 40px;
}

.tw-daatgal-element-container {
    counter-reset: section;
}

.tw-daatgal-element-container .tw-daatgal-element h4::before {
    counter-increment: section;
    content: '0' counters(section, '.');
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    opacity: 0.64;
    display: block;
    margin-bottom: 4px;
}

/* nt-iconbox */

.nt-iconbox {
    height: 100%;
    border: 1px solid #e8e8e8;
}

.nt-iconbox-body {
    padding: 48px 64px;
}

.nt-iconbox .iconbox-media {
    padding: 20px;
    background: #e2f5f1;
    border-radius: 8px;
    display: inline-block;
}

.nt-iconbox h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 0;
}

.nt-iconbox p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
}

.nt-iconbox.layout-2 .iconbox-media {
    position: absolute;
    left: 64px;
    top: 48px;
}

.nt-iconbox.layout-2 h4 {
    margin-top: 0;
    padding-left: 112px;
}

.nt-iconbox.layout-2 p {
    padding-left: 112px;
}

/* timeline  */

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: flex;
    flex-direction: column-reverse;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 72px;
    overflow: hidden;
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #e8e8e8;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #006048;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    font-family: 'NDaatgal Heading';
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    background-color: #ffff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timeline .events a::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    width: 6px;
    height: 6px;
    background-color: #006048;
    border-radius: 50%;
    bottom: -7px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.cd-horizontal-timeline .events a.selected::before {
    opacity: 1;
    visibility: visible;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #006048;
    border-color: #006048;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #006048;
}

.cd-horizontal-timeline .events a.selected::after {
    border-color: #006048;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #006048;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.cd-timeline-navigation a:hover path {
    fill: #006048;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 7px;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cd-horizontal-timeline .description {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #4b4b4b;
    margin-top: 16px;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.uk-slider-item:hover svg path {
    stroke: #006048;
}

.uk-slider-item:hover svg rect {
    fill: #006048;
}

.zurgan-medee .uk-slider-container {
    padding-bottom: 80px;
}

.zurgan-medee .uk-slider-container .tw-image-hover {
    overflow: visible;
}

.zurgan-medee .uk-slider-container .tw-image-hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.zurgan-medee .uk-slider-container .tw-image-hover:after {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
    width: 210px;
    height: 210px;
    bottom: 0;
    left: 50%;
    margin-left: -105px;
    margin-top: 0;
    background: rgba(0, 96, 72, 0.26);
    filter: blur(32px);
    top: auto;
    z-index: -1;
    transition: all 0.3s ease;
}

.zurgan-medee .uk-slider-container .tw-image-hover:hover:after {
    bottom: -16px;
}

.uk-margin-bottom-widget {
    margin-top: 57px;
}

.uk-margin-bottom-post {
    margin-bottom: 0;
}

.uk-container {
    max-width: 1280px;
}

/* nd-image */

.nd-image h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}

.tw-social-icons a {
    display: inline-block;
    margin-top: 16px;
    margin-right: 16px;
}

.tw-social-icons a svg path {
    transition: all 0.3s ease;
}

.tw-social-icons a:hover svg path {
    fill: #ecac0f;
}

.tw-tab.nd-tab .uk-tab > * {
    padding: 0;
    width: auto;
}

.tw-tab.nd-tab .uk-tab > * > a {
    padding: 0 36px;
    position: relative;
    z-index: 3;
    border: none;
}

.tw-tab.nd-tab .uk-tab > *:last-child > a {
    padding-right: 0;
}

.nd-tab ul:first-child li:first-child a::after {
    position: absolute;
    right: 4px;
    top: 2px;
    margin-right: -20px;
    margin-top: -2px;
    content: '';
    width: 40px;
    height: 24px;
    display: block;
    background-color: #35a0fc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.nd-tab ul:first-child li:first-child a::before {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    right: -15px;
    border-radius: 50%;
    top: 2px;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
    box-shadow: 0px 4px 8px -2px rgba(0, 96, 72, 0.4);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nd-tab ul:first-child li.uk-active:first-child a::before {
    right: 3px;
}
.nd-tab ul:first-child li.uk-active:first-child a::after {
    background-color: #e8e8e8;
}

.tw-tab.nd-tab .uk-tab-item {
    padding: 0;
    border: none !important;
    background: transparent;
}

.tw-tab.nd-tab .uk-tab li::after {
    display: none;
}

.nd-tab .uk-tab-item span {
    margin-top: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    color: #4b4b4b;
    font-family: 'NDaatgal Heading';
}

.tw-tab.nd-tab li:hover span,
.tw-tab.nd-tab li.uk-active span {
    color: #006048;
}

.tw-tab.nd-tab .uk-tab li:first-child .uk-tab-item {
    padding-right: 40px;
    background: transparent;
}

.tw-tab.nd-tab .uk-tab li:last-child .uk-tab-item {
    padding-left: 32px;
    background: transparent;
}

.tw-tab.nd-tab .uk-switcher {
    margin-top: 40px;
}

/* Ontsloh medee medeelel*/

.tw-post-ontslokh .tw-carousel-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.tw-post-ontslokh .tw-carousel-title {
    max-height: 48px;
    overflow: hidden;
    height: 48px;
}

/* tw-post-medee */

.tw-post-medee .tw-medee-media {
    border: 1px solid #e8e8e8;
    padding: 34px;
    text-align: center;
}

.tw-post-medee .tw-medee-item {
    margin-left: -24px;
}

.tw-post-medee .tw-medee-item > * {
    padding-left: 24px;
}

.tw-post-medee .tw-title {
    margin-bottom: 8px;
}

.tw-post-medee .tw-carousel-title {
    max-height: 72px;
    overflow: hidden;
}

.laws-container > *,
.laws-container-bottom > *,
.transparency-container > *,
.transparency-container-bottom > * {
    margin-bottom: 24px;
}

.laws-container-bottom > *:first-child,
.transparency-container-bottom > *:first-child {
    margin-top: 48px;
}

.laws-container .laws-title,
.transparency-container .transparency-title {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.laws-container .laws-meta,
.transparency-container .transparency-meta {
    font-weight: bold;
    font-size: 12px;
    color: #4b4b4b;
}

.laws-container .laws-number,
.transparency-container .transparency-number {
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 14px;
    color: #4b4b4b;
}

.laws-container-bottom .laws-darga,
.transparency-container-bottom .transparency-darga {
    margin-bottom: 8px;
}

.laws-container-bottom .laws-btn,
.transparency-container-bottom .transparency-btn {
    background: #e2f5f1;
    border-radius: 24px;
    font-weight: bold;
    font-size: 14px;
    color: #006048;
    border: none;
    font-family: 'Manrope';
    text-transform: none;
    padding-left: 4px;
    transition: all 0.3s ease;
}

.laws-container-bottom .laws-btn span,
.transparency-container-bottom .transparency-btn span {
    background: #006048;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 0;
    text-align: center;
    line-height: 40px;
    margin-right: 16px;
    transition: all 0.3s ease;
}

.laws-container-bottom .laws-btn:hover,
.transparency-container-bottom .transparency-btn:hover {
    background: #006048;
    color: #fff;
}

.laws-container-bottom .laws-btn:hover span,
.transparency-container-bottom .transparency-btn:hover span {
    background: #e2f5f1;
}

.laws-container-bottom .laws-btn:hover span path,
.transparency-container-bottom .transparency-btn:hover span path {
    fill: #006048;
}

.laws-container .laws-btn,
.transparency-container .transparency-btn {
    display: inline-flex;
    padding: 0;
    line-height: 1;
    height: auto;
    border: 1px solid #e8e8e8;
    font-size: 12px;
    color: #006048;
}

.laws-container .laws-btn > span,
.transparency-container .transparency-btn > span {
    padding: 16px 18.5px;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
}

.laws-container .laws-btn > span:last-child,
.transparency-container .transparency-btn > span:last-child {
    border: none;
    text-align: left;
}

.laws-container .laws-btn > span:last-child span:last-child,
.transparency-container .transparency-btn > span:last-child span:last-child {
    color: #4b4b4b;
}

.laws-container .laws-btn > span:last-child > span,
.transparency-container .transparency-btn > span:last-child > span {
    padding-top: 6px;
}

.single-laws .content-area h1,
.single-laws .content-area h2,
.single-laws .content-area h3,
.single-laws .content-area h4,
.single-laws .content-area h5,
.single-laws .content-area h6,
.single-transparency .content-area h1,
.single-transparency .content-area h2,
.single-transparency .content-area h3,
.single-transparency .content-area h4,
.single-transparency .content-area h5,
.single-transparency .content-area h6 {
    font-family: 'Manrope';
    font-weight: bold;
    color: #4b4b4b;
    margin-bottom: 32px;
}

.single-laws .content-area h3,
.single-transparency .content-area h3 {
    font-size: 14px;
}

.single ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding: 0;
    margin: 32px 0;
    position: relative;
}

.single ol li {
    margin: 0 0 32px 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 34px;
}

.single .entry-content .tw-list-shortcode {
    position: relative;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 14px;
    color: #4b4b4b;
    margin: 16px 0;
    text-transform: none;
}

.single .tw-list-shortcode::before {
    content: attr(data-number) '.';
    color: #006048;
    font-size: 14px;
    font-weight: bold;
    padding-right: 8px;
}

.single ol li::before {
    content: counter(my-awesome-counter) '.';
    color: #006048;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.content-area .entry-share-container {
    background: #f8f8f8;
    padding: 24px 32px;
}

.content-area .entry-share-container .share-title {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-family: 'NDaatgal Heading';
}

.content-area .entry-share-container .share-title,
.content-area .entry-share-container .entry-share {
    margin: 0;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
    margin-top: 24px;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
    margin: 0 0 24px 0;
}

.entry-content div.pdfemb-viewer {
    border: 1px solid #e8e8e8;
}

/* nd contact */

.nd-contact .tw-tel {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.nd-contact .nd-mail {
    display: block;
}

.nd-contact p {
    margin-top: 0;
}

/* table */

.nd-table-main-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.nd-table-filter {
    margin-top: 24px;
}

.nd-table-filter select {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
    max-width: 290px;
}

.table-body {
    margin-top: 17px;
}

.table-body thead {
    background: #f8f8f8;
}

.table-body table td,
.table-body table th {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #4b4b4b;
    text-transform: none;
    padding: 14px 25px;
}

.table-body table td:first-child,
.table-body thead tr th:first-child {
    padding: 14px 0;
    width: 62px;
    text-align: center;
}

.table-body table td {
    color: #2f2f2f;
}

.table-body table .border-merge td {
    border: none;
}

/* tab */

.uk-tab.uk-grid-collapse {
    margin-left: 0;
}

.uk-tab.uk-grid-collapse > * {
    padding-left: 0;
}

.uk-tab::before {
    display: none;
}

.uk-tab-item {
    padding: 31px 48px;
    border: 1px solid #e8e8e8;
    border-right: none;
    background: #f8f8f8;
    transition: all 0.2s ease;
}

.uk-tab-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.uk-tab-item span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
    margin-top: 16px;
}

.uk-tab li:hover .uk-tab-item,
.uk-tab li.uk-active .uk-tab-item {
    background: #fff;
}

.uk-tab li:last-child .uk-tab-item {
    border-right: 1px solid #e8e8e8;
}

.nd-phone-header {
    display: inline-block;
    position: relative;
}

.nd-phone-header .haih {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #e8e8e8;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    width: 240px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABFSURBVHgBbY3BEQAQEANjrhUFKMFTGTpxOlGGpxIUoBicGQ8nr2SSyRrEwAAS/sqEPhqcNSv4t0SpTGL1SEp9uHEHeTUB9j4PNL3UcVEAAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
    background-position: 93% 50%;
}

.nd-phone-header .haih .nd--item {
    display: none;
}

.nd-phone-header .haih .nd--item.uk-active {
    display: block;
}

.nd-phone-header .haih .nd--item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
}

.nd-phone-header .phone-switcher {
    width: 100%;
    transition: all 0.2s ease;
    display: none;
    max-width: 290px;
    position: absolute;
    background: #fff;
    max-height: 207px;
    overflow: auto;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.nd-phone-header .phone-switcher li.nd--item {
    padding: 12px 24px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-top: none;
    padding-bottom: 0;
}

.nd-phone-header .phone-switcher li.nd--item:last-child {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
}

.nd-phone-header .phone-switcher li a {
    font-size: 12px;
    color: #2f2f2f;
    font-weight: 700;
}

.nd-table .tw-heading .heading-title {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 700;
    margin-bottom: 24px;
}

.nd-table .tw-heading > *::after {
    display: none;
}

/* nd-tugeemel-asuudal */

.nd-tugeemel-asuudal-item-title {
    color: #006048;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nd-tugeemel-asuudal-item-title span {
    color: #2f2f2f;
    margin-right: 8px;
}

.nd-tugeemel-asuudal-item .uk-accordion {
    margin-top: 32px;
}

.nd-tugeemel-asuudal-item .uk-accordion .uk-accordion-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-family: 'NDaatgal Heading';
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
}

.nd-tugeemel-asuudal-item .uk-accordion .uk-accordion-content {
    margin-top: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.nd-tugeemel-asuudal-item .uk-accordion .uk-accordion-content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #4b4b4b;
}

.nd-tugeemel-asuudal-item .uk-accordion-title::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA6SURBVHgBvY+xDQAgDMMCl/ScntHP6SewMHoAVapHy0MiEeGL9BRjP7F643HP2EObrMO3qjP64yR5APXNBseNo3jeAAAAAElFTkSuQmCC');
}

.nd-tugeemel-asuudal-item .uk-open > .uk-accordion-title::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAADCAYAAABF//VLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAySURBVHgBlcoxFQAgCADR8z0HRyNYwRbGsLlGYGSEBsAtt3wo1Ljn+VfC/g66YczYqhjvYAW29Il7VQAAAABJRU5ErkJggg==');
}

.tw-tugeemel-asuult .nd-tugeemel-asuudal-item {
    margin-top: 64px;
}

.tw-tugeemel-asuult .nd-tugeemel-asuudal-item:first-child {
    margin-top: 0;
}

.tw-tugeemel-asuult .tw-heading {
    margin-bottom: 40px;
}

.nd-tugeemel-asuult-container {
    flex-direction: row-reverse;
}

.nd-tugeemel-asuult-sidebar {
    height: 100%;
    border-right: 1px solid #e8e8e8;
}

.nd-tugeemel-asuult-sidebar a {
    padding: 16px 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
    transition: all 0.2s ease;
    display: block;
}

.nd-tugeemel-asuult-sidebar > div:hover a,
.nd-tugeemel-asuult-sidebar .active a {
    color: #006048;
    background: #e2f5f1;
}

.nd-tugeemel-asuult-sidebar > div {
    position: relative;
}

.nd-tugeemel-asuult-sidebar > div::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #006048;
    width: 3px;
    height: 0;
    transition: all 0.2s ease;
}

.nd-tugeemel-asuult-sidebar > div:hover::after,
.nd-tugeemel-asuult-sidebar > div.active::after {
    height: 100%;
}

/* UiKit Light Override */

.uk-light,
.uk-light .tw-logo .site-name,
.uk-light .tw-main-menu > li > a,
.uk-light .tw-main-menu > li.menu-item-has-children:after,
.uk-light .tw-header-meta i,
.uk-light .entry-title a,
.uk-light .tw-dropcaps,
.uk-light .tw-box > i,
.uk-light.tw-topbar .tw-box a:hover i,
.uk-light.tw-topbar .tw-box a:hover p,
.uk-light .tw-process .tw-process-block .tw-process-circle .tw-process-number,
.uk-light .tw-process .tw-process-block .tw-process-circle h3,
.uk-light .tw-chart-circle .tw-chart span,
.uk-light .owl-theme .owl-nav [class*='owl-'] .uk-slidenav,
.uk-light .tw-heading,
.uk-light .tw-box p,
.uk-light .testimonial-item .author-name,
.uk-light .tw-filter-list-outer li,
.uk-light .tw-heading .description,
.tw-team .uk-light h4,
.uk-light .tw-heading h1,
.uk-light .tw-heading h2,
.uk-light .tw-heading h3,
.uk-light .tw-heading h4,
.uk-light .tw-heading h5,
.uk-light .tw-heading h6,
.uk-light .tw-carousel-title a,
.uk-light .tw-portfolio.tw-portfolio-demo .portfolio-content:hover a {
    color: #fff;
}

.uk-light .tw-main-menu > li:hover > a,
.uk-light
    .tw-portfolio.tw-portfolio-demo
    .portfolio-media:hover
    + .portfolio-content
    a,
.uk-light .tw-meta a:hover {
    color: #fff;
}

.uk-light .tw-counterup .counter-meta,
.uk-light .tw-meta,
.uk-light .tw-edaatgal-container .tw-description {
    color: rgba(255, 255, 255, 0.8);
}

.uk-light .tw-carousel-testimonial .testimonial-author,
.uk-light .tw-carousel-testimonials .testimonial-author {
    color: rgba(255, 255, 255, 0.6);
}

.uk-light .tw-dropcaps.size,
.uk-light .tw-box i.layout-2 {
    background-color: #fff;
    color: #2f2f2f;
}

.uk-light .tw-process .tw-process-block .tw-process-circle,
.uk-light .tw-coming-soon .counter {
    border-color: rgba(255, 255, 255, 0.5);
}

.uk-light .tw-process .tw-process-block .tw-process-circle:after,
.uk-light .tw-edaatgal-container {
    border-color: rgba(255, 255, 255, 0.25);
}

.uk-light .tw-progress .uk-progress::-webkit-progress-bar {
    background-color: #aaa;
}

.uk-light .tw-progress .uk-progress::-webkit-progress-value {
    background-color: #fff;
}

.uk-light .tw-progress .uk-progress::-moz-progress-bar {
    background-color: #fff;
}

.uk-light .tw-progress .uk-progress::-ms-fill {
    background-color: #fff;
}

.uk-light .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.25);
}

.uk-light .owl-theme .owl-dots .owl-dot.active span,
.uk-light .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.uk-light.uk-section hr {
    border-top-color: #333;
}

.uk-light .uk-input {
    background-color: #f0f0f0;
    color: #666;
    background-clip: padding-box;
    border-color: transparent;
}

.uk-light.tw-topbar .tw-box i[class*='ion-'],
.uk-light.tw-topbar p,
.uk-light .tw-filter-list-outer li.is-checked,
.uk-light .call-btn .uk-form-icon {
    color: #999;
}

.uk-light .uk-input:focus {
    background-color: #fff;
}

.uk-light .uk-input::-webkit-input-placeholder {
    color: #999;
}

.uk-light .uk-input::-moz-placeholder {
    color: #999;
}

.uk-light .uk-input:-ms-input-placeholder {
    color: #999;
}

.uk-light .uk-input:-moz-placeholder {
    color: #999;
}

.uk-light .tw-box > * {
    color: #fff;
}

.uk-light .uk-button.white-button {
    background-color: #fff !important;
    color: #006048;
}

.uk-light .button:hover,
.uk-light .uk-button.dark-hover:hover {
    background-color: #2f2f2f !important;
    border-color: transparent !important;
    color: #fff !important;
}

/* document-element */

.tw-document-element {
    border: 1px solid #e8e8e8;
    padding: 48px 40px;
}

.tw-document-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
}

.tw-document-title a {
    color: #2f2f2f;
}

.tw-document-more {
    padding: 16px 40px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.tw-document-more span {
    margin-left: 0;
}

.tw-document-size {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
}

/* Bank dans dugaar */

.tw-banknumber .inner-table {
    padding: 0;
}

.tw-banknumber .inner-table table {
    border: none;
    margin-bottom: 0;
}

.tw-banknumber .inner-table tr {
    border-bottom: 1px solid #e8e8e8;
}

.tw-banknumber .inner-table tr:last-child,
.tw-banknumber .inner-table td {
    border: none;
}

.tw-banknumber .inner-table td:first-child {
    border-right: 1px solid #e8e8e8;
    width: 46.5%;
    text-align: left;
    padding: 12px 40px;
}

.tw-banknumber .inner-table td:last-child {
    text-align: right;
}

.tw-banknumber thead {
    background: #f8f8f8;
}

.tw-banknumber thead th {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #4b4b4b;
    text-transform: none;
    padding: 15px 40px;
}

.tw-banknumber thead th:first-child {
    padding: 0;
    width: 63px;
    text-align: center;
}

.tw-banknumber tbody td {
    padding: 12px 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
}

.tw-banknumber tbody tr > td:first-child {
    padding: 0;
    text-align: center;
}

.tw-banknumber .tw-heading {
    margin-bottom: 40px;
}

.nd-banknumber-container {
    flex-direction: row-reverse;
}

.nd-banknumber-sidebar-header {
    background: #f8f8f8;
    padding: 12px 32px;
    font-weight: 700;
    color: #2f2f2f;
    position: relative;
    margin-bottom: 24px;
}

.nd-banknumber-sidebar-header svg {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}

.nd-banknumber-sidebar-item.add .nd-banknumber-sidebar-header svg {
    transform: rotate(180deg);
    transform-origin: 51% 21%;
}

.nd-banknumber-inner-sidebar {
    display: none;
    margin-bottom: 32px;
    max-height: 550px;
    overflow: auto;
}

.nd-banknumber-sidebar-item.add .nd-banknumber-inner-sidebar {
    display: block;
}

.nd-banknumber-sidebar-item-content:not(.add) {
    display: none;
}

.nd-banknumber-sidebar-item-content .uk-switcher {
    margin-top: 40px;
}

.nd-banknumber-sidebar-container {
    height: 100%;
    border-right: 1px solid #e8e8e8;
}

.nd-banknumber-inner-sidebar > div {
    padding-left: 32px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

.nd-banknumber-inner-sidebar > div a {
    color: #4b4b4b;
}

.nd-banknumber-inner-sidebar > div.active a,
.nd-banknumber-inner-sidebar > div:hover a {
    color: #006048;
}

.nd-banknumber-inner-sidebar > div:last-child {
    margin-bottom: 0;
}

.nd-banknumber-inner-sidebar > div::after {
    content: '';
    height: 0;
    width: 1px;
    background: #006048;
    position: absolute;
    right: -1px;
    top: 0;
    transition: all 0.2s ease;
}

.nd-banknumber-inner-sidebar > div:hover::after,
.nd-banknumber-inner-sidebar > div.active::after {
    height: 100%;
}

.banknumber-switcher li a {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 23px 32px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-family: 'NDaatgal Heading';
    transition: all 0.1s ease all;
}

.banknumber-switcher li:first-child a {
    border-right: none;
}

.banknumber-switcher li:hover a,
.banknumber-switcher li.uk-active a {
    background: #fff;
    color: #006048;
}

/* Menu icon */

.uk-navbartoggle {
    margin-top: 6px;
    width: 24px;
    height: 38px;
    margin-left: 24px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.uk-navbartoggle span {
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.uk-navbartoggle span:nth-child(1) {
    top: 14px;
    width: 100%;
    transform-origin: left center;
}

.uk-navbartoggle span:nth-child(2) {
    top: 22px;
    width: 66%;
    transform-origin: left center;
}

.uk-navbartoggle span:nth-child(3) {
    top: 30px;
    width: 100%;
    transform-origin: left center;
}

.uk-modal-page .uk-navbartoggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 3px;
}

.uk-modal-page .uk-navbartoggle span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.uk-modal-page .uk-navbartoggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
    left: 3px;
}

/* tw-socials-fixed */

.tw-socials-fixed {
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    bottom: 100px;
    z-index: 2;
} 

.tw-socials-fixed a {
    padding: 16px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-right: none;
}

.tw-socials-fixed a:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.tw-socials-fixed a:hover {
    background: #fff;
}

.tw-default .tw-default-post-body .uk-grid {
    margin-left: -24px;
}

.tw-default .tw-default-post-body .uk-grid > * {
    padding-left: 24px;
}

/* Contact Form 7 Customize */

input[type='tel'].wpcf7-not-valid,
input[type='date'].wpcf7-not-valid,
input[type='text'].wpcf7-not-valid,
input[type='password'].wpcf7-not-valid,
input[type='email'].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid #ef5958;
}

span.wpcf7-not-valid-tip {
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    color: #d3173c;
    margin-top: 4px;
}

.entry-content tr:nth-child(n + 10) {
    height: 0 !important;
    opacity: 0;
    line-height: 0 !important;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.5s, opacity 0.5s;
}

.entry-content tr:nth-child(n + 10) td {
    padding: 0;
    line-height: 0 !important;
    height: 0 !important;
}

.entry-content .is-open tr:nth-child(n + 10) {
    height: 24px !important;
    opacity: 1;
    visibility: visible;
    line-height: 18px !important;
    position: inherit;
}

.entry-content .is-open tr:nth-child(n + 10) td {
    padding: 9px 20px;
    line-height: 18px !important;
}

/* Table CSS */

.with-btn {
    margin-bottom: 0;
}

.tw-table-btn {
    display: block;
    width: 100%;
    background: #fbfbfb;
    border: none;
    margin-bottom: 40px;
    border: 1px solid #e8e8e8;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-family: 'NDaatgal Heading';
    padding: 14px;
    margin-top: -4px;
    cursor: pointer;
}

.tw-table-btn:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #006048 transparent transparent transparent;
    display: inline-block;
    content: '';
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.tw-table-btn:focus {
    outline: none;
}

/* Search Form */

.tw-response {
    position: absolute;
    width: calc(100% - 1px);
    box-shadow: 0px 24px 32px -16px rgba(0, 96, 72, 0.16);
    background: #fff;
    border: 1px solid #e8e8e8;
    display: none;
    z-index: 22;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: #2f2f2f;
    margin-top: -1px;
}

.tw-response .tw-carousel-title {
    line-height: 20px;
    font-size: 12px;
    line-height: 18px;
}

.tw-response .tw-title {
    margin-bottom: 6px;
}

.tw-response .post-content,
.tw-search article .post-content {
    display: block;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 24px;
    transition: all 0.3s ease;
}

.tw-search article .post-content {
    padding: 16px 0;
    margin-bottom: 12px;
}

.tw-search article .post-content::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #006048 0%, #ecac0f 100%);
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.tw-search article:hover .post-content::after {
    transform: scaleX(1);
}

.tw-response .post-content:last-child {
    border-bottom: none;
}

.tw-response .post-content:hover {
    background-color: #f8f8f8;
}

/* Search FORM */

.tw-search .tw-search-result {
    margin: 40px 0;
}

.tw-defualt .uk-height-medium {
    height: 356px;
}

.tw-defualt .uk-height-medium .uk-overflow-auto {
    max-height: 356px !important;
}

/* PopUp CSS */

.popup-con .uk-modal-dialog {
    width: 840px;
    background-color: #fff;
    color: #4b4b4b;
}

.popup-con .uk-modal-dialog .popup-container {
    padding: 64px 72px 72px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

.popup-con .uk-modal-dialog .popup-container .popup-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f2f;
    margin-bottom: 8px;
}

.popup-con .uk-modal-dialog .popup-container .tw-content,
.popup-con .uk-modal-dialog .popup-container .tw-meta {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #006048;
    margin-bottom: 24px;
}

.popup-con .uk-modal-dialog .popup-container .tw-content {
    color: #4b4b4b;
    font-weight: 600;
}

.popup-con .uk-modal-dialog .popup-container .tw-meta:last-child {
    margin-bottom: 0;
    text-transform: none;
}

.highlight {
    color: #006048;
    font-weight: 700;
}

.tw-scroll-top::before {
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #ecac0f transparent;
    display: inline-block;
    content: '';
    margin-right: 8px;
    vertical-align: middle;
}

/* Menu Widget */

.main-container .vc_wp_custommenu .widgettitle {
    margin-bottom: 24px;
}

.main-container .vc_wp_custommenu .menu-item {
    padding-left: 24px;
    position: relative;
    font-family: 'Manrope';
    font-size: 12px;
    text-transform: none;
}

.main-container .vc_wp_custommenu .menu .menu-item::after {
    display: block;
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 16px;
    height: 2px;
    background: #e8e8e8;
}

.main-container .vc_wp_custommenu .menu > .menu-item::after {
    background: #ecac0f;
}

.main-container .vc_wp_custommenu .menu > .menu-item {
    font-family: 'NDAATGAL HEADING';
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.main-container .vc_wp_custommenu .menu > .menu-item a {
    color: #4b4b4b;
}

.main-container .vc_wp_custommenu .menu > .menu-item a:hover {
    color: #ecac0f;
}

.sidebar-left-cont > .sidebar-area {
    padding-left: 0;
}

/* .tw-tab-eq-container .tw-menu-title{
    display: flex;
    height: 100%;
}
.tw-tab-eq-container .tw-edaatgal-container{
    width: 100%;
} */
.tw-menu-title {
    display: flex;
    height: 100%;
}
.tw-edaatgal-container {
    width: 100%;
}
.tw-footer-sidebar-text {
    font-size: 13px;
    font-family: 'NDaatgal Heading';
    margin: 0 0 10px;
    color: #006048;
}
.tw-footer-sidebar-text.tw-text-blank {
    padding: 40px;
}

/** Google Search */
.gsc-search-button svg {
    min-width: 13px;
}
.gsc-search-box table {
    margin-bottom: 0;
}
.gsc-search-box td {
    border: none;
}
.gsc-wrapper {
    min-height: 250px;
}
.gsc-wrapper:before {
    content: 'Хайлтын илэрц';
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 45%;
    z-index: 0;
}

/* tw-laws-news */

.tw-laws-news ul {
    list-style: none;
}
.tw-laws-news .tw-medee-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.tw-laws-news .tw-medee-media {
    padding: 15px;
}

.tw-laws-news img {
    max-width: 50px;
    max-height: 50px;
}

.sidebar-area.uk-first-column {
    padding-left: 0;
}

.tw-element.tw-text.tw-box p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tw-laws-content-header {
    position: relative;
}

.nd-search-container {
    display: flex;
}

.tw-laws-content-header.nd-search-container .nd-aktnumber {
    width: 185px;
    margin-right: 30px;
}

.nd-search-container .tw-searchform-filter {
    width: calc(100% - 215px);
}

.tw-laws-content-header .uk-search-input{
    border: 1px solid #E8E8E8;
    padding: 14px 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #7D7D7D;
}

.button-search {
    border: none;
    padding: 16px;
    background: transparent;
    cursor: pointer;
    padding-right: 17px;
}

.tw-sidebar-menu {
    margin-bottom: 0;
}

.tw-laws-single-section .widget_nav_menu .menu li,
.tw-sidebar-menu li {
    padding-bottom: 12px;
    border-bottom: 1px dashed #E8E8E8;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.tw-laws-single-section .widget_nav_menu .menu li a,
.tw-sidebar-menu li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #2F2F2F;
}

.tw-laws-single-section .widget_nav_menu .menu li a {
    position: unset!important;
}

.tw-laws-single-section .widget_nav_menu .menu li.current-menu-parent,
.tw-laws-single-section .widget_nav_menu .menu li.current-menu-item,
.tw-laws-single-section .widget_nav_menu .menu li:hover a,
.sidebar-area .tw-sidebar-menu li:hover a,
.sidebar-area .tw-sidebar-menu li a.active {
    color: #006048;
}

.tw-laws-single-section .widget_nav_menu .menu li a::before,
.tw-sidebar-menu li a::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0id2hpdGUiIHN0cm9rZT0iI0U4RThFOCIvPgo8L3N2Zz4K);
    transition: all 0.2s ease;
}

.tw-laws-single-section .widget_nav_menu .menu li.current-menu-parent a::before,
.tw-laws-single-section .widget_nav_menu .menu li.current-menu-item a::before,
.tw-sidebar-menu li a.active::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjRUNBQzBGIi8+CjxwYXRoIGQ9Ik02Ljg2MzQzIDExQzYuNzAzMzUgMTEgNi41NTEyOCAxMC45MzMgNi40MzkyMiAxMC44MTU4TDQuMTc0MDkgOC40NDY4MUMzLjk0MTk3IDguMjA0MDUgMy45NDE5NyA3LjgwMjIzIDQuMTc0MDkgNy41NTk0N0M0LjQwNjIgNy4zMTY3MSA0Ljc5MDQgNy4zMTY3MSA1LjAyMjUxIDcuNTU5NDdMNi44NjM0MyA5LjQ4NDgzTDEwLjk3NzUgNS4xODIwN0MxMS4yMDk2IDQuOTM5MzEgMTEuNTkzOCA0LjkzOTMxIDExLjgyNTkgNS4xODIwN0MxMi4wNTggNS40MjQ4MyAxMi4wNTggNS44MjY2NSAxMS44MjU5IDYuMDY5NDFMNy4yODc2NCAxMC44MTU4QzcuMTc1NTkgMTAuOTMzIDcuMDIzNTEgMTEgNi44NjM0MyAxMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.tw-laws-single-section .widget_nav_menu .menu li:last-child,
.tw-sidebar-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

/* tw-laws-content */

.tw-laws-content {
    margin-top: 40px;
}

.tw-laws-content thead {
    background: #F8F8F8;
}

.tw-laws-content thead th {
    padding: 14px 24px;
    padding-bottom: 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #4B4B4B;
    text-transform: none;
}

.tw-laws-content tbody td {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #2F2F2F;
    padding: 14px 24px;
}

.tw-laws-content tbody td a {
    color: #2F2F2F;
}

/* Visual Site Map */
#primaryNav #home {
    z-index: 1;
}
#primaryNav > li.menu-item-345 {
    clear: left;
}