/*
-------------------------------------------------------------------
Theme Name: Grand-Theatre
Theme URI: http://grand.themewaves.com/
Description: Creative Multi-Purpose WordPress Theme
Author: ThemeWaves
Author URI: http://www.themewaves.com
Version: 1.0.3
Text Domain: grand
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: 'Halvar Eng Md';
    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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Halvar Eng Md';
    margin: 0 0 10px;
    color: #151515;
}

strong {
    font-weight: 700;
}

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

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

input,
select,
textarea,
.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 20px;
    background: #f0f0f0;
    color: #666;
    border-color: transparent;
    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: 10px;
    cursor: text;
}

input:focus,
select:focus,
textarea:focus,
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    background-color: #e6e6e6;
    outline: none;
}

.button:focus {
    outline: none;
}

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

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

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

select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 98% 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: #151515;
    color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

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

.single .entry-post blockquote {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

blockquote:before {
    content: '';
    background-image: url(assets/images/quote-icon.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    display: inline-flex;
    margin-bottom: 18px;
}

.single .entry-post blockquote p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    text-transform: uppercase;
    color: #A41822;
    font-style: normal;
}


/* 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;
    margin: 5px 0 10px 20px;
}

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

.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.alignleft {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption p.wp-caption-text {
    padding: 8px 3px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}

.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 {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tw-topbar-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
}

.tw-topbar-social ul li {
    margin-right: 16px;
}

.tw-topbar-social ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #BC2D35;
}

.tw-topbar-social ul li.change-lang {
    margin-left: 14px;
}

.tw-top-search .searchform {
    background: #fff;
    border: 1px solid rgba(188, 45, 53, 0.2);
    border-radius: 20px;
    width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
}

.tw-top-search .searchform input {
    background: transparent;
    font-size: 16px;
    line-height: 19px;
    color: #BC2D35;
    height: 24px;
    width: 206px;
    padding-right: 0;
    border-right: 1px solid rgba(188, 45, 53, 0.2);
}

.tw-top-search .searchform input::placeholder {
    color: #BC2D35;
}


/* Logo & Header Styling */

.tw-logo {
    padding: 0 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.tw-header-meta {
    position: relative;
    z-index: 1;
}

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

.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: #151515;
}

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

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

.tw-header {
    height: 140px;
    box-sizing: border-box;
    background-image: url(assets/images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.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;
}

.page-template-page-splitpage .tw-header.tw-header-transparent,
.page-template-page-magazinepage .tw-header.tw-header-transparent,
.page-template-page-fullpage .tw-header.tw-header-transparent {
    border: none;
    margin: 0;
}

.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: #151515;
    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.tw-header-splitted .uk-navbar-center {
    height: 100%;
}

.tw-header.tw-header-sidebar {
    width: 270px;
    position: fixed;
    z-index: 3;
    left: 0;
    background-color: #151515;
    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: #151515;
}

.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: #151515;
}

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

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

.tw-header.tw-header-sidebar .uk-nav-parent-icon .uk-parent>a:after {
    font-family: "Ionicons";
    content: '\f3d1';
    background-image: none;
    font-size: 10px;
    text-align: right;
}

.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 .uk-nav-parent-icon .uk-parent.uk-open>a:after {
    content: '\f3d0';
}

.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: #151515;
    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: #151515;
}

.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 .uk-navbar-left,
.tw-header .uk-navbar-right {
    position: absolute;
    top: 0;
    height: 100%;
}

.tw-header .uk-navbar-left {
    left: 0;
}

.tw-header .uk-navbar-right {
    right: 0;
}

.tw-header .uk-container .uk-navbar-left {
    left: -30px;
}

.tw-header .uk-container .uk-navbar-right {
    right: -30px;
}

.tw-header [class*=uk-animation-] {
    -webkit-animation-duration: .2s;
    animation-duration: .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-dropdown-nav {
    font-size: 10px;
}

.uk-navbar-dropdown-nav>li>a {
    transition: all .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: #151515;
}

.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: 'Halvar Eng Md';
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    text-transform: uppercase;
}

.tw-main-menu>li {
    margin-right: 30px;
}

.tw-main-menu>li:last-child {
    margin-right: 0;
}

.tw-main-menu>li>a {
    display: flex;
    align-items: center;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
}

.tw-main-menu>li.current_page_item>a,
.tw-main-menu>li.current-menu-parent>a,
.tw-main-menu>li:hover>a {
    color: #EBCC4B;
}


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


/* .tw-main-menu>li.menu-item-has-children:after {
    content: '\f3d0';
    font-family: "Ionicons";
    font-size: 12px;
    line-height: 1;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    z-index: -1;
} */

.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-header-sidebar .tw-main-menu .uk-container .sub-menu,
.tw-main-menu .menu-item-has-children:hover>.sub-menu {
    display: block;
}

.tw-main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 18px 0;
    width: auto;
    min-width: 220px;
    background-color: #fff;
    box-sizing: border-box;
    list-style: none;
}

.tw-main-menu .sub-rev .sub-menu {
    left: -220px;
}

.tw-main-menu .sub-menu a {
    display: block;
    color: #232323;
    padding: 12px 28px;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
}

.tw-main-menu .sub-menu li.current-menu-item a,
.tw-main-menu .sub-menu li:hover a {
    color: #A41822;
}

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

.tw-main-menu-right,
.tw-main-menu-left {
    width: 46%;
}

.tw-main-menu-right {
    position: unset;
}

.tw-main-menu-right::after,
.tw-main-menu-left::after {
    content: '';
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(assets/images/left-bg.png);
    background-size: cover;
}

.tw-main-menu-left::after {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.tw-main-menu-right::after {
    left: unset;
    right: 0;
}

.tw-main-logo {
    width: 8%;
}

.tw-main-logo-hide {
    display: none;
}

.tw-main-logo-hide .tw-main-logo {
    width: auto;
}

.tw-main-logo-hide .tw-logo {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    padding: 0;
}

.tw-main-logo-hide .tw-logo img {
    height: 70px;
}

.main-menu-hide {
    display: none;
    background: #BC2D35;
}

.main-menu-hide .tw-header-meta {
    display: flex;
    justify-content: center;
}


/* 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 {
    width: 300px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.tw-mobile-modal .uk-nav>li>a {
    padding: 1px 0;
}

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

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

.tw-mobile-modal .uk-nav-parent-icon>.uk-parent>a::after {
    display: none;
}

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

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

.sidebar-area {
    padding: 30px;
    background: #fff;
}

.sidebar-area .widget-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #BC2D35;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.sidebar-area .widget-title::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #A41822;
}

.sidebar-area .widget-title::before {
    content: '';
    border: 1px solid #A41822;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

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

.sidebar-area .widget>*:not(.widget-title):first-child {
    margin-top: -6px;
}

.sidebar-area .widget ul li {
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    color: #151515;
    font-size: 10px;
    text-transform: uppercase;
}

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

.sidebar-area .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

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

.sidebar-area .widget ul li a:hover {
    opacity: 0.8;
}

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


/* Search widget */

form,
form.searchform {
    position: relative;
}

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


/* Recent posts widget */

.widget_recent_entries .post-date {
    margin-top: 4px;
}

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


/* Contact info widget */

.tw-contact-widget ul li {
    padding-left: 25px;
    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: '\f243';
    font-family: "Ionicons";
    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, .75);
    z-index: 1;
}

.null-instagram-feed li a:after {
    content: '\f350';
    font-family: "Ionicons";
    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: #151515;
}

.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, .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: #151515;
    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: #151515;
    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-post-widget .carousel-content .tw-meta {
    text-align: center;
}


/* 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: #151515;
}

.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 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 13px;
    word-wrap: break-word;
}

.entry-title a {
    color: #151515;
}

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

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

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

.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;
}

.more-link .uk-button {
    background-color: #fff;
}

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

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

.entry-share a>span {
    font-size: 10px;
    margin-left: 15px;
    margin-right: 5px;
    text-transform: uppercase;
}

.entry-share .comment-count {
    float: right;
}

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

.entry-share .comment-label {}

.tw-pagination {
    padding-top: 60px;
}

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

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

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

.tw-pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    padding: 0 3px;
}

.tw-pagination ul.page-numbers span.current,
.tw-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span.current,
.woocommerce-pagination ul.page-numbers a {
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #cccccc;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

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

.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';
}

twitterwidget+p {
    display: none;
}

twitterwidget::shadow .SandboxRoot.env-bp-min {
    background-color: red;
}


/* 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;
}

.tw-meta.tw-datetime {
    line-height: 1.4;
    text-align: center;
}

.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: #151515;
    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: #151515;
}

.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, #151515, transparent 50%);
    background-image: -moz-linear-gradient(bottom, #151515, transparent 50%);
    background-image: -o-linear-gradient(bottom, #151515, transparent 50%);
    background-image: -ms-linear-gradient(bottom, #151515, transparent 50%);
    background-image: linear-gradient(to top, #151515, 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;
}

.single-gallery-slider .owl-dots {
    margin-top: -28px!important;
    z-index: 1;
    position: relative;
    top: -32px;
    line-height: 1;
}

.single-gallery-slider .owl-height {
    max-height: 570px;
}

.single .post-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}

.single .post-title a {
    color: #141414;
}

.single .entry-post p {
    font-size: 18px;
    line-height: 21px;
    color: #414141;
}

.single .entry-post ul {
    padding-left: 70px;
}

.single .entry-post ul li {
    font-size: 18px;
    line-height: 21px;
    color: #414141;
    margin-bottom: 8px;
}

.single .entry-post ul li:last-child {
    margin-bottom: 0;
}


/* 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 {
    display: inline-block;
    padding: 8px 16px;
    background: #C5C5C5;
    border-radius: 44px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #757575;
    margin-right: 16px;
}

.entry-tags a:last-child {
    margin-right: 0;
}

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

.entry-tags a:before {
    content: '#';
}


/* Next Prev post link */

.nextprev-postlink-container {
    margin: 40px 0;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.nextprev-postlink .post-thumb {
    position: absolute;
    left: 30px;
    width: 80px;
    height: 60px;
    color: #fff;
    background-color: #151515;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.nextprev-postlink .format-icon:before {
    font-family: "Ionicons";
    content: '\f471';
}

.nextprev-postlink .format-icon.video:before {
    content: '\f4cc';
}

.nextprev-postlink .format-icon.gallery:before {
    content: '\f148';
}

.nextprev-postlink .format-icon.audio:before {
    content: '\f140';
}

.nextprev-postlink .format-icon.quote:before {
    content: '\f347';
}

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

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

.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>div {
    max-width: 350px;
}

.nextprev-postlink .post-title {
    color: #151515;
    line-height: 1.4;
    margin-bottom: 7px;
}

.next-post-link {
    margin-left: auto;
    text-align: right;
}

.nextprev-postlink .next-post-link a {
    padding-left: 0;
    padding-right: 125px;
}

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

.nextprev-postlink .next-post-link .post-thumb {
    left: auto;
    right: 30px;
}


/* 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 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #232323;
}

.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: 0;
}

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

.comment-list .comment-text {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-left: 56px;
    min-height: 70px;
}

.comment-list .comment-text p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    opacity: 0.8;
}

.comment-list .comment-text .author {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    color: #2F80ED;
    text-transform: capitalize;
    margin-bottom: 0;
}

.comment-list .comment-text .author+.tw-meta {
    display: inline;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4B4B4B;
}

.comment-list .comment-text .author+.tw-meta img {
    margin-right: 8px;
}

.comment-list .reply {
    margin-top: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(35, 35, 35, 0.8);
    margin-bottom: 0;
}

.comment-list a {
    color: inherit;
}

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

.page-error {
    background-color: #151515;
    background-image: url(assets/images/bg.png);
    min-height: 800px;
}

.page-error h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #A41822;
    margin-bottom: 0;
}

.page-error h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #232323;
    margin-bottom: 0;
    margin-top: 16px;
}

.page-error .uk-button {
    background: #A41822;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 32px;
    margin-top: 30px;
}

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

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

.single-post .entry-comments {
    margin-top: 45px;
}

.single-post .entry-post .entry-content p strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #141414;
    opacity: 1;
}


/* 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: #151515;
}

.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;
}

.tw-slider .tw-heading {
    display: inline-block;
    padding: 30px;
    background: rgb(0 0 0 / .5);
    max-width: 675px;
    padding-right: 40px;
}

.tw-slider .tw-heading .heading-title {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}

.tw-slider .tw-heading p {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.tw-slider .tw-heading .button {
    padding: 9px 30px;
    text-transform: uppercase;
    color: #fff;
    height: auto;
    border: 1px solid transparent;
    background: #BC2D35;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.tw-slider .tw-heading .button:hover {
    border-color: #BC2D35;
    background: transparent;
}


/* Page Title */

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

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

.tw-page-title-bg-v2 {
    background-image: linear-gradient(-35deg, #444, #222);
    min-height: 500px;
}

.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))
}

.tw-page-title-container .tw-page-title {
    font-family: 'Halvar Eng Md';
    font-size: 48px;
    line-height: 1;
}

.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: 0;
    top: 50%;
    left: 40px;
    margin: -25px 0 0;
    background: #BC2D35!important;
    border-radius: 50%;
}

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

.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 i {
    opacity: .6;
    transform: translateX(-5px) scale(0.9);
}

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

.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: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: #fff;
    border: 1px solid transparent;
    width: 8px;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border-color: #fff;
}

.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;
}

.tw-post-carousel .uk-slidenav {
    margin: 0;
    transform: unset!important;
}

.tw-post-carousel .uk-slidenav.uk-position-center-left {
    left: 40px;
    opacity: 1;
    visibility: visible!important;
}

.tw-post-carousel .uk-slidenav.uk-position-center-right {
    opacity: 1;
    right: 40px;
    visibility: visible!important;
}

.tw-post-carousel .uk-slidenav.uk-invisible {
    opacity: 0.6;
}

.post-content {
    padding: 20px;
    padding-bottom: 30px;
    background-color: #fff;
}

.post-content .tw-meta-date {
    line-height: 1;
}

.post-content .tw-meta-date span {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.post-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -0.25px;
    color: #141414;
    text-transform: none;
    margin-top: 4px;
    margin-bottom: 0;
}

.post-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #BC2D35;
    margin-top: 12px;
}

.post-content .post-title a {
    color: inherit;
    max-height: 20px;
    overflow: hidden;
    display: block;
}

.post-content .entry-content {
    margin-top: 24px;
}

.post-content .entry-content p {
    font-size: 18px;
    line-height: 20px;
    color: #141414;
    max-height: 80px;
    overflow: hidden;
}

.main-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #BC2D35;
    margin-bottom: 40px;
}

.uk-switcher {
    margin-top: 16px;
}

.uk-dotnav>*>* {
    background: #BC2D35;
    border-color: transparent;
}

.uk-dotnav>*>:focus,
.uk-dotnav>*>:hover,
.uk-dotnav>.uk-active>* {
    background: transparent;
    border-color: #BC2D35;
}

.uk-dotnav {
    margin-top: 40px;
}

.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;
}

.uk-slidenav {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #BC2D35;
    color: #fff;
    padding: 0;
}


/* App Slider */

.tw-app-slider {
    overflow: hidden;
}

.tw-app-slider-container .app-mockup-description {
    max-width: 325px;
    float: left;
    width: 100%;
    margin-right: 70px;
    margin-top: 220px;
    position: relative;
    z-index: 99;
}

.tw-app-slider-container .app-mockup {
    position: relative;
    z-index: 5;
    float: left;
}

.tw-app-slider-container .tw-app-mockup-carousel {
    width: 280px;
    position: absolute;
    top: 89px;
    left: 490px;
}

.uk-container .tw-app-slider-container .tw-app-mockup-carousel {
    left: 450px;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-item {
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.9, 0.9);
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-item.active {
    opacity: 1;
    transform: scale(1, 1);
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-controls {
    position: absolute;
    left: -482px;
    bottom: 110px;
    z-index: 99;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-stage-outer,
.tw-app-slider-container .tw-app-mockup-carousel .owl-stage-outer:before {
    background-color: inherit;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 100%;
    width: 500%;
    height: 100%;
    display: block;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    left: -550px;
    bottom: 110px;
    z-index: 99;
}


/* Button Styling */

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

.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;
    -ms-filter: "alpha(opacity=0)";
    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 {
    opacity: 1 !important;
    -ms-filter: "alpha(opacity=100)";
    right: -15px;
}

.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 */

.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 td,
.uk-table td {
    padding: 8px 25px;
}

table th,
.uk-table th {
    font-family: 'Halvar Eng Md';
    color: #151515;
    font-size: 10px;
    text-align: left;
}

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

.widget_recent_entries .post-date,
.tw-meta {
    display: block;
    overflow: hidden;
    font-family: 'Halvar Eng Md';
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

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

.tw-meta a {
    color: inherit;
}

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

span.tw-meta {
    display: inline-block;
}

.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 {
    padding-top: 60px;
    padding-right: 80px;
    position: relative;
    width: 100%;
}

.tw-element.tw-map::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 245px;
    height: 500px;
    background: #A41822;
}

.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;
}


/* Heading Element */

.tw-heading.uk-text-center {
    margin-left: auto;
    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.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: 12px;
}

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

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

.tw-heading h3 {
    font-size: 36px;
}

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

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

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

.tw-heading .tw-sub-title {
    font-size: 13px;
    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: 15px;
}

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

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

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

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

.tw-text-animate span {
    z-index: 1;
    transition: opacity .125s cubic-bezier(.215, .61, .355, 1), transform .125s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3D(0, .5em, 0);
    -moz-transform: translate3D(0, .5em, 0);
    -ms-transform: translate3D(0, .5em, 0);
    -o-transform: translate3D(0, .5em, 0);
    transform: translate3D(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;
    font-family: "Ionicons";
    content: '\f3d3';
    width: auto;
    height: auto;
    font-size: 12px;
}

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

.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;
}

.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: #151515;
}

.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 */

.uk-tab {
    justify-content: center;
    margin-bottom: 0;
}

.uk-tab::before {
    display: none;
}

.uk-tab>*>a {
    border: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
}

.uk-tab>.uk-active>a {
    color: #141414;
}


/* 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: #151515;
}

.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: #151515;
    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: #151515;
}

.tw-progress .uk-progress::-ms-fill {
    background-color: #151515;
    transition: width .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: 'Halvar Eng Md';
    line-height: 1.2;
    color: #151515;
}

.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;
}


/* Call to Action Element */

.tw-call-action {
    padding: 60px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
}

.tw-call-action h3 {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.tw-call-action p {
    margin-top: 5px;
}

.tw-call-action input[type="text"] {
    width: 370px;
}

.tw-call-action .call-btn {
    max-width: 100%;
}


/* 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: #151515;
}

.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: #151515;
    color: #fff;
}

.wc-tab h2,
.tw-box h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

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

.tw-box p {
    margin-top: 15px;
    color: #141414;
    font-size: 18px;
    line-height: 20px;
}

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

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

.tw-box.layout-2 {
    min-height: 56px;
    padding-top: 10px;
    padding-left: 70px;
}

.tw-box.layout-2>i {
    position: absolute;
    top: 10px;
    left: 0;
    margin-bottom: 0;
}

.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 .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: .3s;
}

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

.tw-team .team-media:before {
    background-color: rgba(21, 21, 21, .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 .4s ease .2s;
}

.tw-team .team-media .team-content h4 span {
    transition: transform .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 .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: .4s;
}

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

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

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

.tw-team:hover .team-content .tw-socials a:nth-child(4) {
    transition-delay: .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: #151515;
}

.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) .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: .3s;
}

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

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a:nth-child(3) {
    transition-delay: .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: .1s;
}

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

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


/* Team Style 2 */

.tw-team.style-2>.team-content {
    padding-bottom: 20px;
}

.tw-team.style-2 .team-content:after {
    content: '';
    background-color: #151515;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: .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 .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 .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: 'Halvar Eng Md';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 8px 13px;
    background-color: rgba(0, 0, 0, 0.8);
}

.uk-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(0, 0, 0, 0.8);
    border-width: 4px;
    margin-left: -4px;
}

.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: #151515;
    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 */

.uk-notification-message {
    font-size: 14px;
    line-height: 1.45;
}

.uk-notification-message p {
    margin: 0;
}

.uk-notification-message ul li {
    line-height: 1.9;
}

.uk-notification-message.uk-notification-message-primary {
    background-color: #6fb1c7;
    color: #fff;
}

.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 Element */

.tw-contact-form .tw-form-style-1 input,
.tw-contact-form .tw-form-style-1 select,
.tw-contact-form .tw-form-style-1 textarea,
.tw-contact-form .tw-form-style-1 .uk-input,
.tw-contact-form .tw-form-style-1 .uk-select,
.tw-contact-form .tw-form-style-1 .uk-textarea {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.tw-contact-form .tw-form-style-2 input,
.tw-contact-form .tw-form-style-2 select,
.tw-contact-form .tw-form-style-2 textarea,
.tw-contact-form .tw-form-style-2 .uk-input,
.tw-contact-form .tw-form-style-2 .uk-select,
.tw-contact-form .tw-form-style-2 .uk-textarea {
    background: #fff;
}

.tw-contact-form .tw-form-style-3 select,
.tw-contact-form .tw-form-style-3 textarea,
.tw-contact-form .tw-form-style-3 input,
.tw-contact-form .tw-form-style-3 .uk-input,
.tw-contact-form .tw-form-style-3 .uk-select,
.tw-contact-form .tw-form-style-3 .uk-textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.tw-contact-form .tw-form-style-4 input,
.tw-contact-form .tw-form-style-4 select,
.tw-contact-form .tw-form-style-4 textarea,
.tw-contact-form .tw-form-style-4 .uk-input,
.tw-contact-form .tw-form-style-4 .uk-select,
.tw-contact-form .tw-form-style-4 .uk-textarea {
    background: rgba(255, 255, 255, 0.25);
    border: none;
}

.tw-contact-form .tw-form-style-4 input::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 select::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 textarea::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea::-webkit-input-placeholder {
    color: #fff;
}

.tw-contact-form .tw-form-style-4 input::-moz-placeholder,
.tw-contact-form .tw-form-style-4 select::-moz-placeholder,
.tw-contact-form .tw-form-style-4 textarea::-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input::-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select::-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea::-moz-placeholder {
    color: #fff;
}

.tw-contact-form .tw-form-style-4 input:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 select:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 textarea:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea:-ms-input-placeholder {
    color: #fff;
}

.tw-contact-form .tw-form-style-4 input:-moz-placeholder,
.tw-contact-form .tw-form-style-4 select:-moz-placeholder,
.tw-contact-form .tw-form-style-4 textarea:-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input:-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select:-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea:-moz-placeholder {
    color: #fff;
}

.tw-contact-form .tw-form-style-2 input[type="submit"],
.tw-contact-form .tw-form-style-3 input[type="submit"],
.tw-contact-form .tw-form-style-4 input[type="submit"] {
    background: #151515;
    color: #fff;
    border: 1px solid #151515;
}

.tw-contact-form .tw-form-style-2 input[type="submit"]:hover,
.tw-contact-form .tw-form-style-3 input[type="submit"]:hover,
.tw-contact-form .tw-form-style-4 input[type="submit"]:hover {
    opacity: 0.9;
}


/* 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 {
    display: none;
}

.tw-call-action div.wpcf7-validation-errors,
.tw-call-action div.wpcf7-response-output,
.tw-call-action div.wpcf7-mail-sent-ok,
.tw-call-action div.wpcf7-acceptance-missing {
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

div.wpcf7 {
    padding-top: 60px;
    padding-left: 80px;
}

.wpcf7 .wpcf7-form h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #141414;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.wpcf7 .wpcf7-form h1::after {
    content: '';
    width: 100px;
    height: 4px;
    background: #A41822;
    position: absolute;
    left: 0;
    bottom: 0;
}

.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form input {
    background: #fff;
    border-radius: 10px;
    color: #232323;
    font-size: 15px;
    padding: 0 24px;
}

.wpcf7 .wpcf7-form input {
    height: 44px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 16px;
    display: block;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap:last-child {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form textarea {
    padding: 25px 24px;
}

.wpcf7 .wpcf7-form p {
    margin: 0;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    background: #0D57D8;
    border-radius: 44px;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.005em;
    color: #fff;
    margin-top: 22px;
    height: auto;
    text-transform: none;
}


/* 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: #151515;
    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 .5s ease .2s;
}

.tw-portfolio .portfolio-media .portfolio-content .tw-meta>span {
    transition: transform .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: #151515;
}

.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: .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) .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) .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: .2s;
}

.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-port-rm {
    transition-delay: .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) .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: .2s;
}

.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-port-rm {
    transition-delay: .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 .3s ease;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media:hover img {
    transform: translateY(-10px);
    opacity: .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: #151515;
}

.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-blog .format-video .entry-media .tw-image-hover:after {
    content: '';
    background-image: url(assets/images/play-btn.png);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    opacity: 1;
}


/* 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: 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;
    font-family: "Ionicons";
    content: '\f2c7';
    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;
}

.blog-inside-hover.blog-inside-noexcerpt:hover .tw-bgthumb,
.tw-image-hover:hover>img {
    transform: scale3d(1.1, 1.1, 1);
}


/* 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 {
    margin-left: -5px;
    margin-right: -5px;
}

.tw-socials a {
    display: inline-block;
}

.single-post .tw-socials a {
    padding: 12px 32px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.single-post .tw-socials a span {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.5px;
}

.single-post .tw-socials .facebook-share {
    background: #3D5B96;
    margin-right: 10px;
}

.single-post .tw-socials .twitter-share {
    background: #1DADEB;
}

.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: #151515;
    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: #151515 !important;
    color: #fff !important;
}

.tw-socials.social-hover-light a:hover i {
    background-color: #fff !important;
    color: #151515 !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: #151515;
}

.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-simple.social-hover-light a:hover i {
    color: #fff !important;
}

.tw-socials.social-simple.social-hover-dark a:hover i {
    color: #151515 !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: #151515;
}

.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*="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: #151515;
}


/* 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: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
    border: none;
}

.tw-video-icon i {
    font-size: 18px;
    color: #151515;
}

.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, .4);
    border-radius: 50%;
    -webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
    -ms-transform: scale(.35) translateY(-50%) translateX(-50%);
    transform: scale(.35) translateY(-50%) translateX(-50%);
    opacity: 0;
}

.tw-video-icon:hover {
    transform: scale(.9);
}

.tw-video-icon:hover .before,
.tw-video-icon:hover .after {
    -webkit-animation: pulse 2.6s cubic-bezier(.25, .9, .2, 1) 0.5s infinite;
    animation: pulse 2.6s cubic-bezier(.25, .9, .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: 'Halvar Eng Md';
    font-size: 16px;
    color: #151515;
}

.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: 'Halvar Eng Md';
    font-size: 44px;
    margin-right: 20px;
    color: #151515;
    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: #151515;
    color: #fff;
}

.tw-dropcaps.dropcap-circle {
    border-radius: 50%;
}


/* Image Element */

.tw-image.uk-background-cover {
    height: 100%;
}


/* Menu Element */

.tw-menu-container {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.tw-menu-container.featured {
    border-bottom: 1px solid #151515;
}

.tw-menu-container .tw-description {
    font-family: 'Lora';
    font-style: italic;
    font-size: 14px;
    color: #999;
}

.tw-menu-container .tw-menu-title {
    color: #151515;
}

.tw-menu-container .tw-content {
    margin-left: 15px;
}

.tw-menu-container.no-image .tw-content {
    margin-left: 0;
}

.tw-menu-container .tw-content h4 {
    margin-bottom: 5px;
    font-size: 16px;
}

.tw-menu-container .tw-menu-price h4 {
    font-size: 16px;
}


/* 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 #151515;
    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: 'Halvar Eng Md';
    font-size: 10px;
    color: #fff;
    background: #151515;
    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 {
    line-height: 1;
    padding-bottom: 24px
}

.tw-breadcrumb-container>span {
    position: relative;
    padding: 0 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.tw-breadcrumb-container>span a {
    color: #BC2D35;
}

.tw-breadcrumb-container>span:first-child {
    padding-left: 24px;
}

.tw-breadcrumb-container>span::after {
    content: '';
    display: inline-block;
    background-image: url(assets/images/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 4px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tw-breadcrumb-container>span:last-child::after {
    display: none;
}

.tw-breadcrumb-container>span:last-child a {
    color: #4A4A4A;
}

.tw-breadcrumb-container>span:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(assets/images/breadcrumb-home.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
}


/* 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-top: 60px;
    padding-bottom: 80px;
}

.bottom-area h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 12px;
    color: #232323;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer-content {
    margin-top: 40px;
}

.ml70 {
    margin-left: 70px;
}

.bottom-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bottom-area p,
.bottom-area ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}

.bottom-area p,
.bottom-area ul li a {
    color: #232323;
}

.bottom-area p {
    max-width: 265px;
    margin-bottom: 0;
    margin-top: 16px;
}

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

.footer-contact span {
    display: inline-flex;
    border: 1px solid #232323;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    border-radius: 50%;
}

.footer-area .border-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.border-top {
    border-top: 1px solid #BDBDBD;
}

.footer-area {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #232323;
}

.footer-area a {
    color: #232323;
}

.footer-scroll img {
    margin-left: 16px;
}

.footer-social {
    text-align: center;
}

.footer-social .tw-socials-footer a {
    margin-right: 16px;
}

.footer-social .tw-socials-footer a:last-child {
    margin-right: 0;
}

.footer-social .tw-socials-footer i {
    color: #232323;
}

.footer-ajil {
    position: relative;
    padding-right: 30px;
    margin-right: 37px;
}

.footer-ajil::after {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    height: 30px;
    width: 1px;
    background: #BDBDBD;
}


/* Grid & Container */

li.uk-container {
    padding: 0;
}

.uk-container {
    max-width: 1170px;
}

.uk-container-large {
    max-width: 1520px;
}

.uk-container-small {
    max-width: 900px;
}

.uk-container-msmall {
    max-width: 800px;
}

.uk-container-xsmall {
    max-width: 600px;
}

.uk-container-expand {
    max-width: none;
}

.uk-container.tw-container-half {
    max-width: 565px;
}

.uk-grid-xsmall {
    margin-left: -10px;
}

.uk-grid-xsmall>* {
    padding-left: 10px;
}

*+.uk-grid-margin-xsmall,
.uk-grid+.uk-grid-xsmall,
.uk-grid-xsmall>.uk-grid-margin {
    margin-top: 10px;
}

.tw-element+.uk-grid,
.tw-element+.tw-row-inner,
.tw-element+.woocommerce,
.woocommerce+.tw-element,
.tw-element+.tw-element {
    margin-top: 60px;
}

.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 {
    position: relative;
    z-index: 1;
    width: 100%;
    border-style: solid;
    border-width: 0;
}

.uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.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: #151515;
}

.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;
}


/* Hoshi */

.input--hoshi {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(99%);
    pointer-events: none;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(90%);
    border-bottom: 1px solid #333;
}

.input__label--hoshi::after {
    border-bottom: 1px solid #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: transform 1s;
    transition-delay: 0.2s;
}

.input__field--hoshi:focus+.input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus+.input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

.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);
}


/* Split Page */

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#multiscroll-nav span {
    background-color: rgba(21, 21, 21, 0.25);
    border: none;
    height: 12px;
    width: 12px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li:hover a span,
#multiscroll-nav li .active span {
    height: 12px;
    width: 12px;
    margin: -2px 0 0 -2px;
    background-color: #151515;
    transition: background-color 0.3s ease;
}

#multiscroll-nav li .active span {
    margin: 0;
}

#fp-nav ul.uk-light span,
#multiscroll-nav ul.uk-light span {
    background-color: rgba(255, 255, 255, 0.25);
}

#fp-nav ul.uk-light li .active span,
#multiscroll-nav ul.uk-light li .active span {
    transition: background-color 0.3s ease;
    background-color: #fff;
}

.page-template-page-splitpage.tw-split-small #multiscroll-nav {
    display: none;
}

.ms-section {
    overflow: hidden;
}

.ms-section>.uk-section {
    min-height: 100% !important;
}

.tw-split-small {
    overflow: auto !important;
}

.tw-split-small .tw-splitpage>.ms-right {
    display: none;
}

.tw-split-small .tw-splitpage>.ms-left {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.tw-split-small .tw-header.uk-light .tw-header-meta i span,
.tw-split-small .tw-header {
    background-color: #fff !important;
}

.tw-split-small .tw-header .tw-header-meta i span,
.tw-split-small .tw-header.uk-light {
    background-color: #151515 !important;
}

.tw-split-small .tw-header.uk-light .tw-header-meta i span,
.tw-split-small .tw-header .tw-header-meta i,
.tw-split-small .tw-header .tw-logo .site-name a {
    color: #151515 !important;
}

.tw-split-small .tw-header .tw-header-meta i span,
.tw-split-small .tw-header.uk-light .tw-header-meta i,
.tw-split-small .tw-header.uk-light .tw-logo .site-name a {
    color: #fff !important;
}

.tw-split-small .tw-header .tw-logo img.logo-light,
.tw-split-small .tw-header.uk-light .tw-logo img:not(.logo-light) {
    opacity: 0 !important;
}

.tw-split-small .tw-header.uk-light .tw-logo img.logo-light,
.tw-split-small .tw-header .tw-logo img:not(.logo-light) {
    opacity: 1 !important;
}

.page-template-page-splitpage:not(.tw-split-small) .tw-map {
    height: 100vh !important;
}

.page-template-page-splitpage.tw-split-small .ms-section {
    height: auto !important;
}


/* Full Page */

html.fp-enabled {
    margin-top: 0 !important;
}

.page-template-page-fullpage .main-container {
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    overflow: hidden;
    transition: margin-top .5s ease !important;
}

.page-template-page-fullpage .main-container>* {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: margin-top 1s ease !important;
}

.page-template-page-fullpage .main-container,
.page-template-page-fullpage .main-container>* {
    background-color: #151515;
}

.page-template-page-fullpage .main-container,
.page-template-page-fullpage .main-container>.active {
    z-index: 1;
}

.page-template-page-fullpage footer {
    z-index: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translate(0, 50%);
    transition: transform .4s ease;
}

.page-template-page-fullpage footer.footer-up {
    transform: translate(0, 0);
}

.page-template-page-fullpage footer.footer-down {
    transition: transform .6s ease-in;
}

.page-template-page-fullpage .main-container>.tw-out-delaying,
.page-template-page-fullpage .main-container>.tw-visible:not(.tw-in-delaying),
.page-template-page-fullpage .main-container>.active:not(.tw-in-delaying) {
    opacity: 1;
    visibility: visible;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: cover;
}


/* UiKit Animation Override */

.tw-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    transition: all .6s ease;
}

.tw-grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}


/* Absolute Helper */

.tw-absolute-helper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 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: #151515 !important;
}


/* Animation */

.tw-anim-hide {
    -webkit-animation: twAnimHide .7s ease both;
    animation: twAnimHide .7s ease both;
}

.owl-carousel .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .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: "\f3d3";
    font-family: "IonIcons";
    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: #151515;
    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: "\f48c";
    font-family: "IonIcons";
}

.tagcloud>a:hover {
    color: #151515;
    transition: all 0.2s ease-out;
}


/* Shop Widget */

.cart-btn i {
    position: relative;
}

.cart-btn img {
    width: 50px;
    height: auto;
}

.cart-btn i.uk-dark span,
.cart-btn i span {
    position: absolute;
    top: 7px;
    right: -8px;
    font-size: 9px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    background: #151515;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-family: "Halvar Eng Md";
}

.cart-btn-widget {
    width: 265px;
    padding: 30px 0;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.cart-btn-widget>p {
    padding: 0 30px;
}

.cart-btn-widget .cart-row {
    padding: 0 30px;
    padding-bottom: 20px;
}

.widget_shopping_cart_content .cart-row {
    padding-bottom: 20px;
}

.cart-btn-widget .cart-row:last-child,
.widget_shopping_cart_content .cart-row:last-child {
    padding-bottom: 0;
}

.widget_shopping_cart_content .cart-widget-title {
    display: block;
}

.cart-btn-widget .cart-widget-title,
.cart-btn-widget .cart-widget-subtotal {
    display: block;
    color: #151515;
    line-height: 1.3;
}

.cart-btn-widget .cart-meta {
    color: #999;
}

.cart-btn-widget .tw-padding-left,
.widget_shopping_cart_content .tw-padding-left {
    padding-left: 20px;
}

.cart-btn-widget .cart-checkout-row {
    font-size: 10px;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    white-space: nowrap;
}

.cart-btn-widget .cart-checkout-row i,
.widget_shopping_cart_content .cart-checkout-row i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    letter-spacing: 0;
}

.cart-btn-widget .subtotal-row,
.widget_shopping_cart_content .subtotal-row {
    padding-bottom: 25px;
    padding-top: 5px;
}

.cart-btn-widget.uk-light {
    padding: 30px 0;
    background: #151515;
    border: 1px solid #151515;
}

.tw-header-meta .cart-btn-widget.uk-light .cart-widget-title,
.tw-header-meta .cart-btn-widget.uk-light .cart-widget-subtotal,
.tw-header-meta .cart-btn-widget.uk-light i {
    color: #fff;
}

.cart-btn-widget.uk-light .cart-checkout-row {
    border-color: #333;
}

.cart-btn-widget .cart-widget-title:hover,
.cart-btn-widget .cart-widget-subtotal:hover {
    opacity: 0.5;
}

.cart-btn.uk-light i span {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #151515;
    font-style: normal;
}

.cart-btn.uk-light:hover i span {
    background: #fff;
}

.cart-btn-widget .mini_cart_item>a img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.cart-btn .uk-notification-close {
    right: 0;
    bottom: 0;
}

.cart-btn .uk-notification-close svg {
    width: 10px;
    height: 10px;
}

.tw-header-meta>.cart-btn span {
    transition: opacity 0.2s ease-in-out;
}

.tw-header-meta>.cart-btn span.hidden {
    opacity: 0;
}


/* 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;
}


/* Lovely 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;
}


/* Parallax */

.tw-parallax:after {
    content: '';
    margin-top: 80px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.52%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.4;
    width: 100%;
    height: 1px;
    display: block;
}

.parallax-block-header {
    position: relative;
}

.parallax-block-image {
    filter: drop-shadow(30px 30px 40px rgba(0, 0, 0, 0.4));
}

.parallax-block-headline {
    position: absolute;
    font-weight: 700;
    font-size: 76px;
    line-height: 100%;
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 10px 8px rgba(0, 0, 0, 0.4);
    top: -35px;
    left: 80px;
    z-index: 1;
    margin-bottom: 0;
}

.parallax-block-content h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 12px;
}

.parallax-block-content h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #EBCC4B;
    position: absolute;
    left: 0;
    bottom: 0;
}

.parallax-block-content p {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.button {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    height: auto;
}

.parallax-block-content .button {
    background: #EBCC4B;
}

.gradient-bg {
    background: linear-gradient(181.61deg, #A0291F 1.37%, #822508 49.49%, #581A06 98.63%);
}

.tw-parallax.left .parallax-block-content {
    margin-bottom: 80px;
}

.tw-parallax.right .parallax-block-content {
    margin-top: 80px;
    text-align: right;
}

.tw-parallax.right .parallax-block-content h2::after {
    right: 0;
    left: unset;
}


/* Taniltsuulga */

.taniltsuulga-container {
    padding-top: 110px;
    padding-bottom: 80px;
}

.main-taniltsuulga {
    font-weight: bold;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #232323;
}

.main-taniltsuulga span {
    color: #A41822;
}

.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #393939;
}

.title-border {
    position: relative;
    padding-bottom: 12px;
}

.title-border::after {
    content: '';
    background: #BC2D35;
    width: 100px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.taniltsuulga-content {
    margin-top: 155px;
}

.taniltsuulga-content p {
    font-size: 18px;
    line-height: 20px;
    color: #393939;
    margin-top: 24px;
    margin-bottom: 30px;
}

.taniltsuulga-content .button {
    background: #BC2D35;
}


/* mendchilgee */

.mendchilgee .tw-heading .heading-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #141414;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.mendchilgee .tw-heading .heading-title::after {
    content: '';
    width: 100px;
    height: 4px;
    background: #A41822;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mendchilgee .tw-heading p {
    font-size: 18px;
    line-height: 21px;
    color: #232323;
    margin-top: 0;
    margin-bottom: 16px;
}

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

.mendchilgee .tw-image {
    margin-top: 6px;
}


/* aldartan */

.aldartan-content {
    padding: 20px;
    padding-bottom: 30px;
    background: #fff;
    transition: all 0.2s ease;
}

.aldartan-content .entry-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 24px;
}

.aldartan-content .entry-title a {
    color: #232323;
}

.aldartan-content p {
    font-size: 18px;
    line-height: 21px;
    color: #232323;
    opacity: 0.5;
    max-height: 42px;
    overflow: hidden;
}

.aldartan-media img {
    width: 100%;
    max-height: 410px;
    object-fit: cover;
}

.tw-aldartan article:hover .aldartan-content {
    background: #A41822;
}

.tw-aldartan article:hover .entry-title a {
    color: #fff;
}

.tw-aldartan article:hover .title-border::after {
    background: #fff;
}

.tw-aldartan article:hover .aldartan-content p {
    color: #ffff;
}

.tw-aldartan .main-title {
    color: #141414;
    text-align: left;
    margin-bottom: 60px;
}


/* single aldartan */

.tw-tasalvar,
.tw-single,
.aldartan-single {
    background-image: url(assets/images/cover.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tw-single {
    background-image: url(assets/images/bg.png);
}

.tw-tasalvar {
    background-image: url(assets/images/dark-bg.png);
}

.aldartan-single-left {
    border-right: 1px solid #8C8C8D;
    padding-right: 40px;
    height: 100%;
}

.aldartan-single-title {
    margin-top: 24px;
}

.aldartan-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 0;
}

.aldartan-sub-title {
    font-size: 18px;
    line-height: 21px;
    color: #232323;
    margin-bottom: 0;
    margin-top: 16px;
}

.aldartan-single-content p {
    font-size: 18px;
    line-height: 21px;
    color: #232323;
    margin-top: 0;
    margin-bottom: 30px;
}

.aldartan-single-content strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #BC2D35;
}

.aldartan-single-content ul {
    padding-left: 18px;
    margin-bottom: 30px;
}

.aldartan-single-content ul:last-child {
    margin-bottom: 0;
}

.aldartan-single-content ul li {
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    margin-bottom: 16px;
}

.aldartan-single-content ul li:last-child {
    margin-bottom: 0;
}

.aldartan-main-cat {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}

.aldartan-main-cat a {
    color: #141414;
}

.aldartan-single .tw-breadcrumb-container {
    padding: 0;
    margin-bottom: 24px;
}


/* tw-tasalvar single */

.tw-tasalvar .single .post-title {
    margin-top: 0;
}

.tw-tasalvar .single .post-title a {
    color: #fff;
}

.tw-tasalvar .post-title::after {
    background: #EBCC4B;
}

.tw-tasalvar .single .entry-post p {
    color: #F3F3F3;
}

.tw-tasalvar .button {
    background: #A41822;
    text-transform: uppercase;
}

.vc_wp_custommenu .widget_nav_menu {
    display: flex;
    flex-direction: column-reverse;
}

.blog-title,
.vc_wp_custommenu .widgettitle {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #BC2D35;
    margin-bottom: 0;
    margin-top: 16px;
}

.blog-title {
    margin-top: 0;
    margin-bottom: 35px;
}

.vc_wp_custommenu .widget_nav_menu .menu {
    display: flex;
    justify-content: center;
}

.vc_wp_custommenu .widget_nav_menu .menu li {
    margin-right: 30px;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
}

.vc_wp_custommenu .widget_nav_menu .menu li a {
    color: #232323;
    opacity: 0.5;
}

.vc_wp_custommenu .widget_nav_menu .menu li.current-menu-item a,
.vc_wp_custommenu .widget_nav_menu .menu li.current_page_item a,
.vc_wp_custommenu .widget_nav_menu .menu li:hover a {
    opacity: 1;
}

.tw-contact {
    margin-top: 80px;
}

.tw-contact .tw-box {
    display: flex;
    padding: 0;
    align-items: center;
}

.tw-contact .tw-box img {
    margin-right: 30px;
}

.tw-contact .tw-box h4 {
    margin: 0;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #232323;
    text-transform: none;
}


/* tw-normal-slider  */

.tw-normal-slider.tw-slider .tw-heading {
    padding: 0;
    background: transparent;
}

.tw-normal-slider.tw-slider .heading-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 16px;
}

.tw-normal-slider.tw-slider .heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #EBCC4B;
}

.tw-normal-slider.tw-slider p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 24px;
}

.tw-normal-slider.tw-slider .tw-heading .button {
    background: #EBCC4B;
    border: none;
}


/* calendar */

.ajax-calendar .calendar td>span {
    display: flex;
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    color: #0054A6;
    justify-content: flex-end;
    width: 128px;
    height: 80px;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #BC2D35;
}

.ajax-calendar .calendar td {
    border: none;
    padding: 0;
}

.tw-ajax-calendar .sidebar-area {
    padding: 0;
    background: transparent;
}

.tw-ajax-calendar .calendar {
    border-collapse: unset;
    border-spacing: 5px;
    margin-bottom: 0;
    border: none;
}

.ajax-calendar thead th {
    padding: 0;
    border: none;
}

.ajax-calendar thead th>span {
    background: #fff;
    padding: 11px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    display: block;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.ajax-calendar .medee {
    position: relative;
}

.ajax-calendar .medee::after {
    content: '';
    position: absolute;
    background: #57B512;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    top: 16px;
    left: 16px;
}

.ajax-calendar .medee::before {
    content: '';
    position: absolute;
    background-image: url(assets/images/star-icon.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    top: 9px;
    right: 52px;
}

.ajax-calendar .medee .has-post {
    text-align: right;
}

.ajax-calendar .medee a {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #232323;
    display: block;
    max-height: 40px;
    overflow: hidden;
}

.ajax-calendar .medee:hover {
    background: #A41822;
}

.ajax-calendar .medee:hover a,
.ajax-calendar .medee:hover .has-post {
    color: #fff;
}

.widget_ajax_ac_widget .select_ca {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.widget_ajax_ac_widget .select_ca select {
    width: auto;
    background-color: #fff;
    border-radius: 4px;
    color: #151515;
    font-size: 24px;
    line-height: 28px;
    margin-right: 20px;
}

.widget_ajax_ac_widget {
    overflow: auto;
}


/* tw-neelttei-bair */

.tw-neelttei-bair-right,
.tw-neelttei-bair-left {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.tw-neelttei-bair-left .uk-switcher {
    margin-top: 0;
}

.tw-neelttei-bair-left .post-content {
    background: transparent;
    padding: 0;
}

.tw-neelttei-bair-left .post-content .post-title {
    color: #A41822;
    line-height: 28px;
    padding-bottom: 0;
}

.tw-neelttei-bair-left .post-content .post-title::after {
    display: none;
}

.tw-neelttei-bair-left .post-content .entry-content {
    margin-top: 0;
}

.tw-neelttei-bair-left .post-content .entry-content .uk-section {
    padding-top: 24px;
    padding-bottom: 0;
}

.tw-neelttei-bair-left .tw-accordion .uk-accordion-title {
    border: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #232323;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}

.tw-neelttei-bair-left .tw-accordion .uk-accordion-content {
    padding: 0;
    margin-top: 16px;
}

.tw-neelttei-bair-left .tw-accordion .uk-accordion-content p {
    max-height: unset;
    color: #232323;
}

.tw-neelttei-bair-left .entry-content .uk-accordion li {
    padding-bottom: 17px;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 16px;
}

.tw-neelttei-bair-left .entry-content .uk-accordion li:last-child {
    margin-bottom: 0;
}

.tw-neelttei-bair-left .tw-accordion~.tw-box {
    margin-top: 16px;
}

.tw-neelttei-bair-left .tw-accordion~.tw-box p {
    color: #232323;
}

.tw-neelttei-bair-left .tw-accordion~.tw-box p strong {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

.tw-neelttei-bair-right .uk-tab>*>a {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #232323;
    text-transform: none;
    padding: 0;
}

.tw-neelttei-bair-right .uk-tab>*:hover>a,
.tw-neelttei-bair-right .uk-tab>.uk-active>a {
    color: #A41822;
    color: #A41822;
}

.tw-neelttei-bair-right li {
    margin-bottom: 20px;
}

.tw-neelttei-bair-right li:last-child {
    margin-bottom: 0;
}


/* Left menu */

.tw-main-menu-left-sidebar-container {
    display: flex;
}

.tw-main-menu-left-sidebar-container .tw-main-menu-left-sidebar {
    border-left: 40px solid #A41822;
    padding-top: 60px;
    padding-right: 50px;
    width: 246px;
}

.tw-row-container {
    width: calc(100% - 335px);
}

.tw-main-menu-left-sidebar-container .tw-main-menu-left-sidebar .uk-nav {
    padding-left: 152px;
}

.tw-main-menu-left-sidebar-container .tw-main-menu-left-sidebar .uk-nav li {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 16px;
}

.tw-main-menu-left-sidebar-container .tw-main-menu-left-sidebar .uk-nav li:last-child {
    margin-bottom: 0;
}

.tw-main-menu-left-sidebar-container .tw-main-menu-left-sidebar .uk-nav li a {
    color: #232323;
    opacity: 0.5;
    transition: all 0.2s ease;
    padding: 0;
}

.tw-main-menu-left-sidebar-container .tw-main-menu-left-sidebar .uk-nav li.current-menu-item a,
.tw-main-menu-left-sidebar-container .tw-main-menu-left-sidebar .uk-nav li:hover a {
    opacity: 1;
}

.tw-main-left-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #BC2D35;
    position: relative;
    padding-left: 152px;
    padding-bottom: 28px;
    margin-bottom: 25px;
}

.tw-main-left-title::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #A41822;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tw-main-left-title::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #A41822;
    position: absolute;
    left: 0;
    bottom: 5px;
}


/* duunii-alba */

.duunii-alba .heading-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.duunii-alba .heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #EBCC4B;
}

.duunii-alba .tw-heading p {
    font-size: 18px;
    line-height: 21px;
    color: #F3F3F3;
}


/* Slider time line */

.tw-timeline-slider {
    padding-top: 162px;
    margin-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}

.tw-timeline-slider .uk-slideshow-items {
    max-width: 798px;
    margin: auto;
}

.tw-timeline-slider .timeline-content {
    margin-top: 40px;
}

.tw-timeline-slider .timeline-content .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #F3F3F3;
    text-transform: none;
    margin-bottom: 0;
}

.tw-timeline-slider .timeline-content .desc {
    font-size: 18px;
    line-height: 21px;
    color: #F3F3F3;
    margin-top: 30px;
}

.timelineleft {
    right: 76px;
}

.top-slider {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: -6.9%;
}

.top-slider li {
    position: relative;
    margin-right: 92px;
    padding: 0;
}

.top-slider li:last-child {
    margin-right: 0;
}

.top-slider li::after {
    content: '';
    height: 100%;
    width: 1px;
    background: #4E4E4E;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.top-slider li a {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #505050;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-bottom: 16px;
    transition: all 0.2s ease;
}

.top-slider li a::after {
    display: none;
}

.top-slider li:hover a,
.top-slider li.uk-active a {
    color: #fff;
}

.top-slider li:hover::after,
.top-slider li.uk-active::after {
    background: #BC2D35;
    width: 2px;
}

.top-slider .uk-thumbnav {
    flex-wrap: nowrap;
    position: absolute;
    top: 0px;
    left: 32%;
}

.mw-980 {
    max-width: 1006px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.left-slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-slider li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 96px;
}

.left-slider li:last-child {
    margin-bottom: 0;
}

.left-slider li a {
    font-size: 18px;
    line-height: 21px;
    color: #505050;
}

.left-slider li::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #4D4D4D;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 0.2s ease;
}

.left-slider li:hover a,
.left-slider li.uk-active a {
    color: #fff;
}

.left-slider li:hover::before,
.left-slider li.uk-active::before {
    background: #BC2D35;
}

.timeline-slider-main-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
    margin-top: 60px;
}

.timeline-slider-main-title:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #EBCC4B;
}