/*@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900";*/

body {
    --primary-color: #2E80E2;
    --secondary-color: #032737;
    --primary-alpha-Dot75: rgba(191, 124, 47, 0.75);
    --primary-alpha-Dot50: rgba(191, 124, 47, 0.50);
    --primary-alpha-Dot10: rgba(191, 124, 47, 0.10);
    --secondary-alpha-Dot50: rgba(3, 39, 55, 0.50);
    --secondary-alpha-Dot85: rgba(3, 39, 55, 0.85)
}

body {
    font-family: SimSun, "宋体",Montserrat, sans-serif !important
}

small {
    font-weight: 300
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: SimSun, "宋体", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑" !important;
    color: var(--secondary-color) !important
}

.uk-navbar-item {
    padding: 0 !important
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "\f101" !important;
    margin: 0 16px !important;
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free'
}

.uk-breadcrumb > * > * {
    color: var(--secondary-color) !important;
    font-size: 12px !important
}

.uk-breadcrumb > * > :focus, .uk-breadcrumb > * > :hover {
    color: var(--primary-color) !important
}

.uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
    color: #999 !important
}

.uk-link, a {
    /*font-family: Montserrat, sans-serif !important;*/
    font-family: SimSun, "宋体", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑" !important;
    font-weight: 600
}

.uk-section-primary {
    background: var(--primary-color) !important
}

.uk-section-secondary {
    background: var(--secondary-color) !important
}

.uk-section-gray {
    background: #f9f9f9 !important
}

/*.uk-button-primary {
    background-color: var(--primary-color) !important
}*/

.uk-button-secondary {
    background-color: var(--secondary-color) !important
}

.uk-button {
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important
}

.uk-button-link:focus, .uk-button-link:hover {
    color: var(--primary-color) !important
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: var(--primary-color) !important
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: var(--primary-color) !important
}

.uk-checkbox:focus, .uk-radio:focus {
    border-color: var(--primary-color) !important
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    text-decoration: none !important
}

.uk-light {
    color: #fff !important
}

.uk-heading-line-light > ::after, .uk-heading-line-light > ::before {
    border-bottom: calc(.2px + .05em) solid #fff !important
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: var(--primary-color) !important
}

.ev-list > li:before {
    margin-right: 8px;
    content: '-' !important;
    display: inline-block !important
}

.ev-link-primary {
    color: var(--primary-color) !important
}

.ev-link-secondary {
    color: var(--secondary-color) !important
}

.ev-overlay-secondary {
    background: var(--secondary-alpha-Dot85) !important
}

.ev-box-shadow-medium {
    box-shadow: 0 0 15px var(--primary-alpha-Dot10)
}

.ev-other-features .uk-checkbox {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    margin-right: 8px
}

.ev-other-features {
    margin: 20px 0 0 0
}

.ev-other-features .uk-accordion-title {
    font-size: 14px;
    font-weight: 500
}

.ev-other-features .uk-accordion-content {
    padding: 10px 38px
}

.ev-other-features .uk-accordion-title::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-right: 10px;
    float: left;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.ev-other-features .uk-open > .uk-accordion-title::after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E)
}

.ev-other-features .uk-accordion-title::before {
    display: none !important
}

.ev-advanced-search .uk-button-primary {
    font-weight: 600 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-advanced-search .uk-button-primary:hover {
    background-color: var(--secondary-color) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#advanced-search .uk-modal-body {
    padding-top: 55px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important
}

#advanced-search [class*=uk-modal-close-] {
    top: 20px !important;
    right: 16px !important;
    background: white;
    border-radius: 100%
}

.ev-pagination {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ev-pagination .uk-pagination > * {
    flex: none;
    padding-left: 10px
}

.uk-pagination > * > :focus, .uk-pagination > * > :hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff !important
}

.ev-pagination .uk-pagination > .uk-active > * {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff
}

.ev-pagination .uk-pagination > * > * {
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 600
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-color) !important
}

.ev-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    line-height: 60px;
    background-color: var(--primary-color);
    text-align: center
}

.slideUp {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: transform .5s ease-out
}

.slideDown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .5s ease-out
}

#preloader {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1000
}

.spinner {
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

.uil-ripple-css {
    background: 0;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto
}

.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 9px;
    border-style: solid;
    -ms-animation: uil-ripple 2s ease-out infinite;
    -moz-animation: uil-ripple 2s ease-out infinite;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    -o-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite
}

.uil-ripple-css div:nth-of-type(1) {
    border-color: var(--primary-color)
}

.uil-ripple-css div:nth-of-type(2) {
    border-color: #eee;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.ev-single-property .uk-slideshow-items li {
    border-radius: 6px
}

.ev-single-property .ev-thumbnav-1 img {
    border-radius: 6px
}

.ev-single-property .ev-thumbnav-1 > * {
    margin-bottom: 10px;
    margin-top: 10px
}

.ev-single-property .ev-thumbnav-1 > .uk-active > ::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--primary-color);
    position: absolute;
    left: 45px;
    top: -5px
}

.ev-single-property .ev-thumbnav-1 > .uk-active img {
    border: 4px solid var(--primary-color)
}

.ev-single-property .ev-thumbnav-2 > * > ::after {
    border-radius: 6px
}

.ev-single-property .ev-thumbnav-2 img {
    border-radius: 6px
}

.ev-single-property .uk-slider-items img {
    border-radius: 6px
}

.ev-single-property .ev-slidenav-1 {
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 8px;
    font-size: 14px;
    padding: 20px 14px
}

.ev-single-property .ev-slider-2 .ev-col-1 .uk-cover-container {
    border-radius: 8px;
    height: 480px
}

.ev-single-property .ev-slider-2 .ev-col-2 .uk-cover-container {
    height: 150px
}

.ev-single-property .ev-slider-2 .ev-col-2 img {
    width: 100% !important;
    border-radius: 8px
}

.ev-single-property .ev-details p {
    font-size: 14px
}

.ev-single-property .ev-details .ev-meta {
    padding: 10px 0
}

.ev-single-property .ev-details .ev-meta li {
    display: inline-block;
    font-size: 14px
}

.ev-single-property .ev-details .ev-meta li img {
    width: 24px;
    margin-right: 8px
}

.ev-single-property .ev-details .ev-price {
    margin: 0;
    font-weight: 600;
    color: var(--primary-color) !important
}

.ev-single-property .ev-details .ev-price span {
    font-weight: 300;
    color: #999;
    font-size: 18px
}

.ev-single-property .ev-details .ev-title {
    margin: 18px 0;
    font-size: 1.35rem !important;
    font-weight: 600
}

.ev-single-property .ev-details .ev-details-list {
    font-size: 14px
}

.ev-single-property .ev-details .ev-details-list span {
    font-weight: 600;
    margin-right: 2px
}

.ev-single-property .ev-details .ev-features li {
    display: flex;
    align-items: center;
    font-size: 14px
}

.ev-single-property .ev-details .ev-features svg {
    color: var(--primary-color);
    font-size: 16px;
    margin-right: 10px
}

.ev-single-property .ev-details .ev-plans a {
    border: 1px solid #E5E5E4;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px
}

.ev-single-property .ev-details .ev-plans .uk-accordion-content img {
    max-width: 600px;
    display: block;
    margin: 20px auto
}

.ev-single-property .ev-details .ev-plans > :nth-child(n+2) {
    margin-top: 10px !important
}

.ev-single-property .ev-details .rating {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 14px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px !important;
    margin-left: 5px
}

.ev-single-property .ev-details .rating::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0
}

.ev-single-property .ev-details .rating-a {
    background: #33b938 !important
}

.ev-single-property .ev-details .rating-a::after {
    border-left: 10px solid #33b938
}

.ev-single-property .ev-details .rating-b {
    background: #bdd342 !important
}

.ev-single-property .ev-details .rating-b::after {
    border-left: 10px solid #bdd342
}

.ev-single-property .ev-details .rating-c {
    background: #ffe731 !important
}

.ev-single-property .ev-details .rating-c::after {
    border-left: 10px solid #ffe731
}

.ev-single-property .ev-details .rating-d {
    background: #fbb900 !important
}

.ev-single-property .ev-details .rating-d::after {
    border-left: 10px solid #fbb900
}

.ev-single-property .ev-details .rating-e {
    background: #fb8800 !important
}

.ev-single-property .ev-details .rating-e::after {
    border-left: 10px solid #fb8800
}

.ev-single-property .ev-details .rating-f {
    background: #fb8800 !important
}

.ev-single-property .ev-details .rating-f::after {
    border-left: 10px solid #fb8800
}

.ev-single-property .ev-details .rating-g {
    background: #e30613 !important
}

.ev-single-property .ev-details .rating-g::after {
    border-left: 10px solid #e30613
}

.ev-property-widget {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px
}

.ev-property-widget .ev-title {
    font-weight: 700;
    font-size: 18px
}

.ev-property-widget .ev-title > ::after {
    border-color: var(--primary-color) !important
}

.ev-property-widget .uk-input, .ev-property-widget .uk-textarea {
    font-weight: 300;
    background: #fff;
    font-size: 14px
}

.ev-property-widget .uk-input {
    border-radius: 10px;
    padding: 0 20px !important
}

.ev-property-widget .uk-button {
    text-transform: capitalize
}

.ev-property-widget .uk-textarea {
    border-radius: 10px;
    padding: 12px 18px
}

.ev-actions a {
    display: inline-block;
    color: #999;
    font-size: 22px;
    text-align: center;
    padding: 0 8px
}

.ev-actions a:hover {
    color: #999;
    opacity: .8
}

#inResults {
    display: none
}

.ev-contact-mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    background: #333;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 99999
}

.ev-auth-1 {
    padding: 0 20px;
    text-align: center;
    width: 100%;
    max-width: 350px
}

.ev-auth-1 .uk-heading-line {
    font-weight: 600
}

.ev-auth-1 .ev-logo {
    max-width: 180px
}

.ev-auth-1 .uk-input {
    padding: 10px 20px;
    height: 50px
}

.ev-auth-1 .uk-button {
    height: 50px;
    background: var(--primary-color);
    color: #fff
}

.ev-auth-1 .uk-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
    border: 1px solid #e5e5e5 !important;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat
}

.ev-auth-1 .uk-checkbox:checked {
    border: 2px solid var(--primary-color) !important
}

.ev-auth-1 .padding-h {
    padding: 0 10px
}

.ev-auth-1 label {
    color: var(--secondary-color)
}

.ev-auth-2 {
    padding: 0 20px;
    text-align: center;
    width: 100%;
    max-width: 350px
}

.ev-auth-2 .uk-heading-line {
    font-weight: 600;
    color: #fff !important
}

.ev-auth-2 .ev-logo {
    max-width: 180px
}

.ev-auth-2 .uk-input {
    padding: 10px 20px;
    height: 50px
}

.ev-auth-2 .uk-button {
    height: 50px;
    background: var(--primary-color);
    color: #fff
}

.ev-auth-2 .uk-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat
}

.ev-auth-2 .uk-checkbox:checked {
    border: 2px solid var(--primary-color) !important
}

.ev-auth-2 .padding-h {
    padding: 0 10px
}

.ev-auth-2 .uk-button:hover {
    background: var(--primary-color)
}

.ev-featured-posts .uk-card-default {
    border-radius: 8px
}

.ev-featured-posts .uk-card-body {
    padding: 24px 30px
}

.ev-featured-posts .uk-card-media-top img {
    border-radius: 8px 8px 0 0
}

.ev-featured-posts .uk-card-body .uk-card-title {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none
}

.ev-featured-posts .uk-card-body .uk-card-title:hover {
    color: var(--primary-color);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.ev-featured-posts .uk-card-body p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ev-featured-posts .uk-card-badge {
    background: var(--primary-color);
    font-size: 13px !important;
    border-radius: 20px;
    padding: 2px 14px;
    text-transform: none
}

.ev-featured-posts .uk-card-footer .uk-subnav > * > :first-child {
    text-transform: capitalize
}

.ev-blog-1 {
    margin-bottom: 40px
}

.ev-blog-1 .uk-card-default {
    border-radius: 8px
}

.ev-blog-1 .uk-card-body {
    padding: 24px 30px
}

.ev-blog-1 .uk-card-media-top img {
    border-radius: 8px 8px 0 0;
    width: 100%
}

.ev-blog-1 .uk-card-body .uk-card-title {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none
}

.ev-blog-1 .uk-card-body .uk-card-title:hover {
    color: var(--primary-color);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.ev-blog-1 .uk-card-body p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px
}

.ev-blog-1 .uk-card-badge {
    background: var(--primary-color);
    font-size: 13px !important;
    border-radius: 20px;
    padding: 2px 14px;
    text-transform: none
}

.ev-blog-1 .uk-card-footer a {
    text-transform: capitalize;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px
}

.ev-blog-1 .uk-card-footer a:hover {
    color: var(--secondary-color)
}

.ev-blog-2 .uk-card {
    border-radius: 8px
}

.ev-blog-2 .uk-cover-container {
    border-radius: 8px 0 0 8px
}

.ev-blog-2 .ev-meta {
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
    color: var(--primary-color)
}

.ev-blog-2 .ev-title {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-bottom: 8px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ev-blog-2 .ev-title:hover {
    color: var(--primary-color) !important;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.ev-blog-2 .ev-summary {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--secondary-color);
    margin-bottom: 18px;
    margin-top: 0
}

.ev-blog-2 .ev-auth-1or-date {
    font-size: 14px;
    color: #999
}

.ev-blog-3 .ev-image {
    border-radius: 8px
}

.ev-blog-3 .uk-overlay {
    border-radius: 0 0 8px 8px;
    padding-top: 80px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%)
}

.ev-blog-3 .ev-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ev-blog-3 .ev-title:hover {
    opacity: .9;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.ev-blog-3 .ev-meta {
    display: block;
    margin: 18px;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 400;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff
}

.ev-blog-3 .uk-subnav {
    margin-top: 10px
}

.ev-blog-3 .uk-subnav > * > :first-child {
    color: #fff;
    text-transform: capitalize;
    opacity: .7;
    margin: 0
}

.ev-listing-title h5 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px
}

.ev-listing-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 300
}

.ev-listing-widget {
    padding: 10px 0;
    margin-bottom: 30px
}

.ev-listing-widget .ev-title {
    font-weight: 700;
    font-size: 18px
}

.ev-listing-widget .ev-title > ::after {
    border-color: var(--primary-color) !important
}

.ev-listing-widget .ev-other-features .uk-checkbox {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    margin-right: 8px
}

.ev-listing-widget .ev-other-features {
    margin: 20px 0 0 0
}

.ev-listing-widget .ev-other-features .uk-accordion-title {
    font-size: 1rem;
    font-weight: 500
}

.ev-listing-widget .ev-other-features .uk-accordion-content {
    padding: 10px
}

.ev-listing-widget .ev-other-features .uk-accordion-content label {
    font-weight: 300;
    font-size: 14px
}

.ev-listing-widget .ev-other-features .uk-accordion-title::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-right: 10px;
    float: left;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.ev-listing-widget .ev-other-features .uk-open > .uk-accordion-title::after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E)
}

.ev-listing-widget .ev-other-features .uk-accordion-title::before {
    display: none !important
}

.ev-listing-widget .range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px
}

.ev-listing-widget .range-slider .ui-slider {
    position: relative;
    text-align: left
}

.ev-listing-widget .range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    background: #fff;
    outline: 0;
    top: -8px;
    margin-left: -8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.ev-listing-widget .range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0
}

.ev-listing-widget .range-slider .ui-widget-content {
    background-color: #e8e8e8
}

.ev-listing-widget .range-slider .ui-widget-header {
    background-color: #66676b
}

.ev-listing-widget .ev-categories a {
    display: block;
    color: var(--secondary-color);
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.ev-listing-widget .ev-categories a:before {
    content: "\f068";
    display: inline-block;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary-color);
    margin-right: 12px
}

.ev-listing-widget .ev-categories a:last-child {
    border: 0
}

.ev-listing-widget .ev-categories a span {
    float: right;
    font-size: 12px;
    font-weight: 700
}

.ev-listing-widget .ev-recent-properties {
    margin: 30px 0
}

.ev-listing-widget .ev-recent-properties .uk-background-cover {
    width: 100%;
    height: 80px;
    border-radius: 8px
}

.ev-listing-widget .ev-recent-properties .ev-title {
    color: var(--secondary-color) !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.ev-listing-widget .ev-recent-properties .ev-title:hover {
    opacity: .7
}

.ev-listing-widget .ev-recent-properties .ev-price {
    margin: 0;
    color: var(--primary-color) !important;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700
}

.ev-listing-widget .ev-recent-properties .ev-meta {
    margin: 0;
    font-size: 13px
}

.ev-blog-widget {
    padding: 10px 0;
    margin-bottom: 30px
}

.ev-blog-widget .ev-title {
    font-weight: 700;
    font-size: 18px
}

.ev-blog-widget .ev-title > ::after {
    border-color: var(--primary-color) !important
}

.ev-blog-widget .uk-search-default .uk-search-input {
    border-radius: 8px;
    height: 56px
}

.ev-blog-widget .ev-featured-posts {
    margin: 30px 0
}

.ev-blog-widget .ev-featured-posts .uk-background-cover {
    width: 100%;
    height: 80px;
    border-radius: 8px
}

.ev-blog-widget .ev-featured-posts .ev-title {
    color: var(--secondary-color) !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ev-blog-widget .ev-featured-posts .ev-title:hover {
    color: var(--primary-color) !important
}

.ev-blog-widget .ev-featured-posts .ev-category {
    margin: 0;
    color: var(--primary-color) !important;
    font-size: 13px;
    margin-top: 10px
}

.ev-blog-widget .ev-featured-posts .ev-meta {
    margin: 0;
    font-size: 13px
}

.ev-blog-widget .ev-tags a {
    color: #fff;
    display: inline-block;
    background: var(--primary-color);
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 6px
}

.ev-blog-widget .ev-tags a:hover {
    color: #fff;
    background: var(--secondary-color)
}

.ev-blog-widget .ev-categories a {
    display: block;
    color: var(--secondary-color);
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.ev-blog-widget .ev-categories a:hover {
    color: var(--primary-color)
}

.ev-blog-widget .ev-categories a:before {
    content: "\f068";
    display: inline-block;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary-color);
    margin-right: 12px
}

.ev-blog-widget .ev-categories a:last-child {
    border: 0
}

.ev-single-post .ev-image {
    border-radius: 8px
}

.ev-single-post .ev-title {
    font-weight: 600
}

.ev-single-post .uk-subnav {
    margin-top: 10px
}

.ev-single-post .uk-subnav > * > :first-child {
    text-transform: capitalize;
    color: #666;
    margin: 0
}

.ev-single-post .ev-description {
    color: #666
}

.ev-single-post .ev-description a {
    color: #666;
    font-weight: 600
}

.ev-single-post .ev-description a:hover {
    color: var(--primary-color) !important
}

.ev-single-post .ev-tags a {
    color: #757575;
    display: inline-block;
    background: #f2f2f2;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 6px
}

.ev-single-post .ev-comments .uk-comment {
    padding: 0 30px;
    position: relative
}

.ev-single-post .ev-comments .uk-comment-primary {
    padding: 30px;
    border-radius: 8px
}

.ev-single-post .ev-comments .uk-comment-avatar {
    border-radius: 100%
}

.ev-single-post .ev-comments .uk-comment-title a {
    font-weight: 600;
    font-size: 16px
}

.ev-single-post .ev-comments .uk-comment-body {
    font-size: 14px
}

.ev-page-title-1 {
    background-color: var(--secondary-color) !important;
    padding: 40px 0;
    margin-bottom: 30px
}

.ev-page-title-1 .title {
    color: #fff !important;
    font-weight: 700;
    margin: 0
}

.ev-page-title-1 .title:after {
    content: '';
    display: block;
    background-color: var(--primary-color);
    width: 50px;
    height: 5px;
    margin-top: 12px
}

.ev-page-title-1 .subtitle {
    color: #fff !important;
    margin: 0;
    font-size: 14px;
    padding: 16px 0
}

.ev-page-title-1 .uk-breadcrumb .uk-disabled {
    opacity: .5
}

.ev-page-title-1 .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px
}

.ev-page-title-1 .title::before {
    border-left-color: var(--primary-color) !important
}

.ev-page-title-2 {
    background-color: var(--secondary-color) !important;
    padding: 26px 0
}

.ev-page-title-2 .title {
    color: #fff !important;
    font-weight: 600;
    margin: 0
}

.ev-page-title-2 .uk-breadcrumb .uk-disabled {
    opacity: .6
}

.ev-page-title-2 .uk-breadcrumb > * > * {
    color: #fff !important
}

.ev-page-title-2 .uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
    color: #fff !important
}

.ev-page-title-2 .title::before {
    border-left-color: var(--primary-color) !important
}

.ev-title-light {
    margin: 40px 0
}

.ev-title-dark {
    margin: 70px 0
}

.ev-title-light h3 {
    margin: 0;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: .5px
}

.ev-title-light p {
    margin: 0;
    color: #fff;
    opacity: .8;
    font-size: 20px;
    font-weight: 400
}

.ev-title-light:after {
    content: '';
    width: 50px;
    height: 6px;
    display: block;
    background: rgba(255, 255, 255, 0.35);
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    border-radius: 8px
}

.ev-title-dark h3 {
    margin: 0;
    font-weight: 700;
    letter-spacing: .5px
}

.ev-title-dark p {
    margin: 0;
    opacity: .8;
    font-size: 20px;
    font-weight: 400
}

.ev-title-dark:after {
    content: '';
    width: 50px;
    height: 6px;
    display: block;
    background: var(--primary-color);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    border-radius: 8px
}

.ev-container {
    margin: auto;
    padding: 0 15px;
    max-width: 1200px
}

.ev-page-container {
    margin: auto;
    padding: 40px 30px;
    max-width: 1200px
}

.ev-breadcrumbs {
    padding: 0 30px;
    margin: auto;
    max-width: 1200px
}

.ev-breadcrumbs .uk-breadcrumb {
    margin: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0
}

.ev-section-margin-s {
    margin: 30px
}

.ev-section-margin-m {
    margin: 60px
}

.ev-section-margin-l {
    margin: 120px
}

.ev-section-margin-v-s {
    margin-top: 30px;
    margin-bottom: 30px
}

.ev-section-margin-v-m {
    margin-top: 60px;
    margin-bottom: 60px
}

.ev-section-margin-v-l {
    margin-top: 120px;
    margin-bottom: 120px
}

.ev-section-margin-h-s {
    margin-left: 30px;
    margin-right: 30px
}

.ev-section-margin-h-m {
    margin-left: 60px;
    margin-right: 60px
}

.ev-section-margin-h-l {
    margin-left: 120px;
    margin-right: 120px
}

.ev-section-padding-s {
    padding: 30px
}

.ev-section-padding-m {
    padding: 60px
}

.ev-section-padding-l {
    padding: 120px
}

.ev-section-padding-v-s {
    padding-top: 30px;
    padding-bottom: 30px
}

.ev-section-padding-v-m {
    padding-top: 60px;
    padding-bottom: 60px
}

.ev-section-padding-v-l {
    padding-top: 120px;
    padding-bottom: 120px
}

.ev-section-padding-h-s {
    padding-left: 30px;
    padding-right: 30px
}

.ev-section-padding-h-m {
    padding-left: 60px;
    padding-right: 60px
}

.ev-section-padding-h-l {
    padding-left: 120px;
    padding-right: 120px
}

.ev-section-light {
    background-color: #fdfdfd
}

.ev-section-primary {
    background-color: var(--primary-color)
}

.ev-bottom-border {
    border-bottom: 1px solid #ddd
}

.ev-top-border {
    border-top: 1px solid #ddd
}

.ev-sidemenu::before {
    background: rgba(0, 0, 0, .4) !important
}

.ev-sidemenu .uk-nav-header {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: none;
    margin-top: 10px !important
}

.ev-sidemenu .ev-main-menu > li > a {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8) !important
}

.ev-sidemenu .ev-main-menu .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px
}

.ev-sidemenu .ev-signin {
    background: #fff !important;
    color: var(--primary-color) !important
}

.ev-sidemenu .ev-followus > * > a {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 5px
}

.ev-sidemenu .ev-followus > * > a:hover {
    background: rgba(255, 255, 255, 0.3);
    padding: 8px;
    border-radius: 5px
}

.ev-profile-header .uk-comment-avatar {
    border-radius: 100%;
    max-width: 60px !important
}

.ev-profile-header .uk-comment-header {
    margin-bottom: 0
}

.ev-profile-header .uk-comment-title {
    font-weight: 600;
    font-size: 16px
}

.ev-profile-header .uk-comment-meta {
    font-size: 14px
}

.ev-mobile-nav {
    background: red !important;
    -webkit-box-shadow: 0 4px 2px -2px rgba(51, 51, 51, .1);
    box-shadow: 0 4px 2px -2px rgba(51, 51, 51, .1)
}

.ev-mobile-nav .uk-logo img {
    width: 100%;
    max-width: 150px
}

.ev-mobile-nav .ev-button {
    font-size: 2rem;
    color: var(--secondary-color);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.ev-mobile-nav .ev-button:hover {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.ev-header-1 .ev-topnav {
    background: var(--primary-color) !important
}

.ev-header-1 .ev-topnav .uk-subnav {
    margin: 0;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-topnav .uk-subnav > li > a:hover {
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-topnav .uk-iconnav > * > a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-topnav .uk-iconnav > * > a:hover {
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-topnav .uk-navbar {
    padding: 0 10px
}

.ev-header-1 .ev-nav {
    background: #fff !important;
    -webkit-box-shadow: 0 4px 2px -2px rgba(51, 51, 51, .1);
    box-shadow: 0 4px 2px -2px rgba(51, 51, 51, .1)
}

.ev-header-1 .ev-nav .uk-navbar-nav > li > a {
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-nav .uk-navbar-nav > li.uk-active > a {
    color: var(--primary-color)
}

.ev-header-1 .ev-nav .uk-navbar-nav > li > a:hover {
    color: var(--primary-color);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-nav .uk-button {
    background-color: var(--primary-color) !important;
    font-weight: 600 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-nav .uk-logo img {
    width: 100%;
    max-width: 210px
}

.ev-header-1 .ev-nav .uk-button:hover {
    color: #fff;
    background-color: var(--secondary-color) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .ev-nav .uk-button i {
    font-size: 18px;
    vertical-align: middle
}

.ev-header-1 .uk-navbar-dropdown {
    border-radius: 8px;
    margin-top: 0 !important;
    -webkit-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15)
}

.ev-header-1 .uk-navbar-dropdown-nav > li > a {
    color: var(--secondary-color) !important;
    opacity: .5;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .uk-navbar-dropdown-nav > li.uk-active > a {
    opacity: 1
}

.ev-header-1 .uk-navbar-dropdown-nav > li > a:hover {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-1 .uk-navbar-dropdown:before {
    background-color: #fff;
    content: "";
    height: 20px;
    /*left: 25px;*/
    left: 42%;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.ev-header-1 .ev-topnav .uk-subnav > * > :first-child {
    font-size: 13px
}

.ev-header-2 .ev-topnav {
    background: #f8f8f8
}

.ev-header-2 .ev-topnav .uk-subnav {
    margin: 0;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-topnav .uk-subnav > li > a:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-topnav .uk-subnav > * > :first-child {
    font-size: 13px
}

.ev-header-2 .ev-topnav .uk-iconnav > * > a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-topnav .uk-iconnav > * > a:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-topnav .uk-navbar {
    padding: 0 10px
}

.ev-header-2 .ev-nav {
    background: #fff !important;
    -webkit-box-shadow: 0 4px 2px -2px rgba(51, 51, 51, .1);
    box-shadow: 0 4px 2px -2px rgba(51, 51, 51, .1)
}

.ev-header-2 .ev-subnav .uk-navbar-nav > li > a {
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-subnav .uk-navbar-subnav > li.uk-active > a {
    color: var(--primary-color)
}

.ev-header-2 .ev-subnav .uk-navbar-subnav > li > a:hover {
    color: var(--primary-color);
    border-bottom: 4px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-subnav .uk-navbar-dropdown {
    border-radius: 8px;
    margin-top: 0 !important;
    -webkit-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15)
}

.ev-header-2 .ev-subnav .uk-navbar-dropdown-nav > li > a {
    color: var(--secondary-color) !important;
    opacity: .5;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-subnav .uk-navbar-dropdown-nav > li.uk-active > a {
    opacity: 1
}

.ev-header-2 .ev-subnav .uk-navbar-dropdown-nav > li > a:hover {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-subnav .uk-navbar-dropdown:before {
    background-color: #fff;
    content: "";
    height: 20px;
    left: 25px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.ev-header-2 .ev-nav .uk-button {
    font-weight: 600 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-nav .uk-button:hover {
    color: #fff !important;
    background: var(--secondary-color) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-2 .ev-nav .uk-logo img {
    width: 100%;
    max-width: 160px
}

.ev-header-2 .ev-nav .uk-button i {
    font-size: 18px;
    vertical-align: middle
}

.ev-header-2 .ev-menu-header .ev-icon {
    color: var(--primary-color);
    font-size: 32px
}

.ev-header-2 .ev-menu-header .uk-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px !important
}

.ev-header-3 {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%)
}

.ev-header-3 .ev-topnav .uk-subnav {
    margin: 0;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .ev-topnav .uk-subnav > li > a:hover {
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .ev-topnav .uk-iconnav > * > a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .ev-topnav .uk-iconnav > * > a:hover {
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .ev-topnav .uk-navbar {
    padding: 0 30px
}

.ev-header-3 .ev-nav {
    padding: 36px 15px
}

.ev-header-3 .ev-nav .uk-navbar-nav > li > a {
    font-weight: 600;
    color: #fff
}

.ev-header-3 .ev-nav .uk-navbar-nav > li.uk-active > a {
    color: var(--primary-color)
}

.ev-header-3 .ev-nav .uk-button {
    font-weight: 600 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .ev-nav .uk-logo img {
    width: 100%;
    max-width: 160px
}

.ev-header-3 .ev-nav .uk-button-primary:hover {
    color: var(--primary-color);
    background-color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .ev-nav .uk-button i {
    font-size: 18px;
    vertical-align: middle
}

.ev-header-3 .uk-navbar-dropdown {
    border-radius: 8px;
    margin-top: 0 !important;
    -webkit-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15);
    box-shadow: 0 0 18px 0 rgba(32, 32, 32, 0.15)
}

.ev-header-3 .uk-navbar-dropdown-nav > li > a {
    color: var(--secondary-color) !important;
    opacity: .5;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .uk-navbar-dropdown-nav > li.uk-active > a {
    opacity: 1
}

.ev-header-3 .uk-navbar-dropdown-nav > li > a:hover {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-header-3 .uk-navbar-dropdown:before {
    background-color: #fff;
    content: "";
    height: 20px;
    left: 25px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.ev-slide-1 {
    height: 100%
}

.ev-slide-1 .ev-slide-item {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.ev-slide-1 .ev-slide-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    padding: 0 30px;
    margin: auto;
    height: 100%
}

.ev-slide-1 .ev-slide-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .08)
}

.ev-slide-1 .ev-slide-content label {
    background: var(--primary-color) !important;
    color: #fff;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px
}

.ev-slide-1 .ev-slide-content h3 {
    margin: 10px 0;
    font-weight: 700
}

.ev-slide-1 .ev-slide-content h4 {
    margin: 0;
    font-weight: 700;
    color: var(--primary-color) !important;
    font-size: 1.50rem
}

.ev-slide-1 .ev-slide-content p {
    margin: 0;
    color: #999
}

.ev-slide-1 .ev-slide-content .ev-type {
    color: var(--secondary-color);
    font-weight: 600
}

.ev-slide-1 .ev-slide-content .ev-info span {
    color: var(--secondary-color) !important;
    text-transform: capitalize;
    font-size: 1rem
}

.ev-slide-2 {
    height: 100%
}

.ev-slide-2 .ev-slide-content .ev-price:before {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--primary-color) !important;
    display: block;
    margin-bottom: 15px
}

.ev-slide-2 .ev-slide-content .ev-price {
    color: #fff !important;
    margin: 0;
    font-weight: 600;
    display: block;
    font-size: 1.2rem
}

.ev-slide-2 .ev-slide-content .ev-title {
    margin: 10px 0;
    font-weight: 700;
    color: #fff !important;
    font-size: 24px
}

.ev-slide-2 .ev-slide-content p {
    color: #fff;
    margin: 0
}

.ev-slide-2 .ev-slide-content .ev-info span {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 1rem
}

.ev-slide-2 .ev-slide-content .ev-type {
    color: #fff
}

.ev-slide-2 .ev-slide-overlay {
    height: 100%;
    position: absolute;
    background-color: var(--secondary-alpha-Dot50);
    width: 100%
}

.ev-slide-2 .ev-slide-item {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.ev-slide-2 .ev-slide-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    padding: 0 30px;
    margin: auto;
    height: 100%
}

.ev-slide-2 .ev-slide-content {
    z-index: 9;
    padding: 40px;
    background-color: var(--secondary-alpha-Dot50);
    border-radius: 8px
}

.ev-slide-3 {
    height: 100%
}

.ev-slide-3 .ev-slide-content .ev-price {
    color: var(--primary-color) !important;
    margin: 0;
    font-weight: 600;
    font-size: 2.2rem
}

.ev-slide-3 .ev-slide-content .ev-title {
    margin: 10px 0;
    font-weight: 700;
    color: #fff !important
}

.ev-slide-3 .ev-slide-content p {
    color: #fff;
    margin: 0
}

.ev-slide-3 .ev-slide-content .ev-info span {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 1rem
}

.ev-slide-3 .ev-slide-content .ev-type {
    color: #fff;
    font-weight: 600
}

.ev-slide-3 .ev-slide-overlay {
    height: 100%;
    position: absolute;
    background: var(--secondary-color) !important;
    opacity: .4;
    width: 100%
}

.ev-slide-3 .ev-slide-item {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.ev-slide-3 .ev-slide-container {
    max-width: 1200px;
    padding: 0 30px;
    margin: auto;
    height: 100%
}

.ev-slide-3 .ev-slide-content {
    z-index: 9
}

.ev-hero-video .ev-hero-video-overlay {
    background-color: var(--secondary-alpha-Dot50);
    width: 100%;
    height: 700px
}

.ev-hero-video .uk-button-primary {
    color: #fff !important;
    font-weight: 600 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-hero-video .uk-button-primary:hover {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-hero-video h1 {
    color: #fff !important
}

.ev-hero-video h4 {
    color: rgba(255, 255, 255, 0.60) !important
}

.ev-hero-video .uk-button-primary i {
    font-size: 18px;
    vertical-align: middle
}

.ev-hero-image .ev-hero-image-overlay {
    background-color: var(--secondary-alpha-Dot85);
    width: 100%;
    height: 700px
}

.ev-hero-image .uk-button-primary {
    color: #fff !important;
    font-weight: 600 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-hero-image .uk-button-primary:hover {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-hero-image h1 {
    color: #fff !important
}

.ev-hero-image h4 {
    color: rgba(255, 255, 255, 0.60) !important
}

.ev-hero-image .uk-button-primary i {
    font-size: 18px;
    vertical-align: middle
}

.ev-hero-image-2 .ev-hero-image-overlay {
    background-color: var(--secondary-alpha-Dot85);
    width: 100%;
    height: 700px
}

.ev-hero-image-2 .uk-button-primary {
    color: #fff !important;
    font-weight: 600 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-hero-image-2 .uk-button-primary:hover {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-hero-image-2 h1 {
    color: #fff !important
}

.ev-hero-image-2 h4 {
    color: rgba(255, 255, 255, 0.60) !important
}

.ev-hero-image-2 .uk-button-primary i {
    font-size: 18px;
    vertical-align: middle
}

.ev-hero-image-2 .ev-form .uk-button {
    border-radius: 0 50px 50px 0;
    padding: 0 30px;
    line-height: 55px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff
}

.ev-hero-form .uk-button {
    border-radius: 0 50px 50px 0;
    padding: 0 30px;
    line-height: 55px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff
}

.ev-hero-form .uk-button:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.ev-hero-form .uk-button i {
    font-size: 24px;
    vertical-align: middle
}

.ev-hero-form .uk-input {
    border-radius: 50px 0 0 50px;
    border: 0;
    font-size: 16px !important;
    padding: 0 25px !important
}

.ev-hero-form .nc-select {
    border-radius: 0;
    font-size: 16px !important;
    border: 0;
    padding: 0 60px !important;
    text-align: left !important;
    color: #999
}

.ev-hero-form .nc-select:after {
    right: 28px
}

.ev-hero-form-mobile .uk-button {
    border-radius: 50px;
    padding: 0 25px;
    line-height: 55px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff
}

.ev-hero-form-mobile .uk-button:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.ev-hero-form-mobile .uk-input {
    border-radius: 50px;
    font-size: 16px !important;
    padding: 0 25px !important
}

.ev-hero-form-mobile select {
    border-radius: 50px;
    font-size: 16px !important;
    color: #666;
    padding: 0 25px !important;
    width: 100%
}

.ev-hero-text h4 {
    font-weight: 400;
    opacity: .5
}

.ev-hero-text h2 {
    font-weight: 700
}

.ev-hero-text p {
    margin-bottom: 30px
}

.ev-hero-text img {
    border-radius: 8px
}

.ev-hero-text .uk-button {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    border: 2px solid var(--primary-color) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-hero-text .uk-button:hover {
    color: #fff !important;
    border: 2px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-iconlist-v1 {
    text-align: center;
    padding: 20px 40px
}

.ev-iconlist-v1 svg {
    width: 50px !important;
    display: block;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    color: var(--primary-color)
}

.ev-iconlist-v1:hover svg {
    opacity: .8
}

.ev-iconlist-v1 h4 {
    margin-top: 26px;
    margin-bottom: 18px;
    font-weight: 500
}

.ev-iconlist-v1 p {
    margin: auto;
    font-size: 15px
}

.ev-testimonials-1 .uk-card-body {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    position: relative
}

.ev-testimonials-1 .uk-card-body p {
    color: #333
}

.ev-testimonials-1 .uk-card-body:before {
    border-bottom: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    background-color: #fff;
    content: "";
    height: 20px;
    left: 25px;
    position: absolute;
    bottom: -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px
}

.ev-testimonials-1 .uk-card-title {
    font-size: 1.1rem;
    color: var(--primary-color);
    font-weight: 400
}

.ev-testimonials-1 .uk-text-meta {
    font-size: .9rem;
    color: #666 !important;
    font-weight: 300
}

.ev-testimonials-1 .uk-card-footer {
    padding: 26px 20px !important
}

.uk-card small {
    font-size: 75%
}

.ev-card-1 .uk-label {
    color: #fff !important;
    font-size: .8em;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 20px;
    text-transform: capitalize
}

.ev-card-1 .uk-card-body {
    padding: 0;
    border-radius: 8px
}

.ev-card-1 .ev-body {
    padding: 5px 15px
}

.ev-card-1 .uk-label-primary {
    background-color: var(--primary-color) !important
}

.ev-card-1 .uk-label-secondary {
    background-color: var(--secondary-color) !important
}

.ev-card-1 img {
    border-radius: 8px 8px 0 0
}

.ev-card-1 .uk-overlay {
    padding: 20px !important
}

.ev-card-1 .overlay-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    border-radius: 8px 8px 0 0
}

.ev-card-1 .ev-title {
    font-weight: 600;
    margin: 0 10px 10px;
    font-size: 20px;
    color: var(--secondary-color) !important
}

.ev-card-1 .ev-meta {
    margin: 10px;
    padding-top: 10px;
    color: var(--primary-color) !important;
    display: block;
    font-weight: 600
}

.ev-card-1 .ev-location {
    margin: 10px;
    color: #666
}

.ev-card-1 .ev-price {
    color: #fff !important;
    font-size: 1.4em !important;
    font-weight: 700
}

.ev-card-1 .ev-discount {
    color: var(--primary-color) !important
}

.ev-card-1 .ev-old-price {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.ev-card-1 .ev-old-price:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.ev-card-1 .ev-info {
    margin: 20px 10px
}

.ev-card-1 .ev-info > * > :first-child {
    text-transform: capitalize;
    color: #666 !important
}

.ev-card-1 .ev-info > * {
    padding-right: 10px;
    padding-left: 0
}

.ev-dotnav-1 > .uk-active > * {
    background-color: var(--primary-color) !important
}

.ev-dotnav-1 > * > * {
    width: 24px !important;
    height: 10px !important;
    border-radius: 60px !important;
    background: #ececec !important;
    border: none !important
}

.ev-dotnav-2 > .uk-active > * {
    background-color: #fff !important
}

.ev-dotnav-2 > * > * {
    width: 24px !important;
    height: 10px !important;
    border-radius: 60px !important;
    background: rgba(255, 255, 255, 0.35) !important;
    border: none !important
}

.ev-card-2 .ev-title {
    margin: 10px 0;
    font-size: 20px
}

.ev-card-2 .ev-meta {
    color: var(--primary-color) !important;
    font-weight: 600
}

.ev-card-2 .ev-info > * > :first-child {
    text-transform: capitalize;
    color: #666 !important
}

.ev-card-2 .ev-price {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0
}

.ev-card-2 .ev-discount {
    color: var(--primary-color) !important;
    margin-left: 5px
}

.ev-card-2 .ev-location {
    margin: 10px 0;
    color: #666
}

.ev-card-2 {
    border-radius: 8px
}

.ev-card-2 .uk-cover-container {
    border-radius: 8px 0 0 8px
}

.ev-card-2 .uk-card-body {
    padding: 25px 35px
}

.ev-card-3 {
    padding: 0
}

.ev-card-3:hover {
    opacity: .9
}

.ev-card-3 .uk-label {
    color: #fff !important;
    font-size: .8em;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 20px;
    text-transform: capitalize
}

.ev-card-3 .ev-body {
    padding: 5px 15px
}

.ev-card-3 .uk-label-primary {
    background-color: var(--primary-color) !important
}

.ev-card-3 .uk-label-secondary {
    background-color: var(--secondary-color) !important
}

.ev-card-3 img {
    border-radius: 8px
}

.ev-card-3 .uk-overlay {
    padding: 20px !important
}

.ev-card-3 .overlay-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    border-radius: 8px
}

.ev-card-3 .ev-price {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700;
    margin: 10px 0
}

.ev-card-3 .ev-discount {
    color: var(--primary-color) !important
}

.ev-card-3 .ev-old-price {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.ev-card-3 .ev-old-price:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.ev-card-3 .uk-card-body {
    padding: 0
}

.ev-card-3 .ev-info {
    margin: 0;
    opacity: .8
}

.ev-card-3 .ev-info > * > :first-child {
    text-transform: capitalize;
    color: #fff !important
}

.ev-card-3 .ev-info > * {
    padding-right: 10px;
    padding-left: 0
}

.ev-card-4 .ev-title {
    margin: 16px 0;
    font-weight: 600;
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.ev-card-4 .ev-meta {
    color: var(--primary-color) !important;
    font-weight: 600
}

.ev-card-4 {
    border-radius: 8px
}

.ev-card-4 .uk-cover-container {
    border-radius: 8px 0 0 8px
}

.ev-card-4 .uk-card-body {
    padding: 25px 35px
}

.ev-card-4 .ev-auth-1or-date {
    text-transform: capitalize;
    color: #666 !important;
    font-size: 14px
}

.ev-featured-city-1 {
    min-height: 300px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 8px
}

.ev-featured-city-1:hover {
    opacity: .9
}

.ev-featured-city-1 .ev-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: flex
}

.ev-featured-city-1 .ev-content {
    padding: 50px
}

.ev-featured-city-1 .ev-content h3 {
    color: #fff !important;
    margin-bottom: 5px !important;
    font-weight: 600
}

.ev-featured-city-1 .ev-content p {
    color: #fff;
    margin: 0
}

.ev-featured-city-2 {
    min-height: 300px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 8px;
    text-align: center
}

.ev-featured-city-2:hover {
    opacity: .9
}

.ev-featured-city-2 .ev-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, var(--secondary-alpha-Dot85) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: flex
}

.ev-featured-city-2 .ev-content {
    padding: 50px
}

.ev-featured-city-2 .ev-content h3 {
    color: #fff !important;
    margin-bottom: 5px !important;
    font-weight: 600
}

.ev-featured-city-2 .ev-content p {
    color: #fff;
    margin: 0
}

.ev-cta-1 h3 {
    color: #fff !important;
    font-weight: 600
}

.ev-cta-1 p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 300
}

.ev-cta-1 .uk-button {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-cta-1 .uk-button:hover {
    color: var(--primary-color);
    background-color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-contact-1 h4 {
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 8px
}

.ev-contact-1 h2 {
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 40px;
    margin-top: 0
}

.ev-contact-1 .uk-input, .ev-contact-1 .uk-textarea {
    font-weight: 300;
    background: #fff;
    font-size: 1rem
}

.ev-contact-1 .uk-input {
    border-radius: 10px;
    padding: 0 20px !important
}

.ev-contact-1 .uk-textarea {
    border-radius: 10px;
    padding: 12px 18px
}

.ev-contact-1 .uk-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 6px;
    border: 1px solid #e5e5e5 !important;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat
}

.ev-contact-1 .uk-checkbox:checked {
    border: 2px solid var(--primary-color) !important
}

.ev-contact-1 label {
    font-weight: 300;
    font-size: .9rem
}

.ev-contact-1 a {
    color: inherit;
    font-weight: 600
}

.ev-contact-1 a:hover {
    color: var(--primary-color)
}

.ev-contact-1 .uk-button {
    border-radius: 10px;
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-contact-1 .uk-button:hover {
    color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    background-color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-contact-1 .ev-bg {
    border-radius: 0 8px 8px 0;
    padding: 100px 55px
}

.ev-contact-item {
    margin-bottom: 30px
}

.ev-contact-item .ev-icon {
    color: #fff;
    background: var(--primary-color);
    padding: 14px;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 35px;
    text-align: center;
    border-radius: 12px
}

.ev-contact-item .ev-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0
}

.ev-contact-item .ev-meta {
    font-size: .95rem;
    margin: 0;
    color: #666
}

.ev-map {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 5px;
    border-radius: 6px
}

.ev-about .ev-subtitle {
    margin: 0
}

.ev-about .ev-title {
    margin: 5px 0;
    font-weight: bold
}

.ev-about .ev-title:after {
    content: '';
    display: block;
    height: 4px;
    width: 80px;
    background: var(--primary-color);
    margin-top: 15px
}

.ev-team {
    text-align: center;
    margin: 80px 0
}

.ev-team .ev-title p {
    margin: 0
}

.ev-team .ev-title h2 {
    margin: 8px 0;
    font-weight: 700
}

.ev-team img {
    border-radius: 8px;
    margin-bottom: 20px
}

.ev-team p {
    margin: 0
}

.ev-team span {
    display: block;
    color: #a5a5a5;
    margin-bottom: 20px;
    font-size: 14px
}

.ev-team .ev-profiles a {
    color: #a5a5a5;
    margin: 0 5px
}

.ev-team .ev-profiles a:hover {
    color: #666
}

.ev-footer {
    background: var(--secondary-color);
    padding: 50px 25px;
    padding-bottom: 0
}

.ev-footer .uk-input:focus {
    border-color: rgba(255, 255, 255, .3) !important
}

.ev-footer .ev-widgets {
    font-weight: 300;
    color: #fff;
    font-size: 14px
}

.ev-footer .ev-widgets .uk-list {
    padding: 0;
    margin: 0;
    color: #ababab
}

.ev-footer .ev-widgets .ev-title {
    color: #fff !important;
    font-weight: 600;
    padding: 14px 0;
    margin-bottom: 10px
}

.ev-footer .ev-widgets .ev-icon {
    color: #ababab;
    margin-right: 6px;
    font-size: 16px
}

.ev-footer .ev-widgets .ev-about {
    margin: 0;
    color: #ababab
}

.ev-footer .ev-widgets .ev-follow {
    padding: 0;
    margin: 16px 0
}

.ev-footer .ev-widgets .uk-list > li:nth-child(n+2), .ev-footer .ev-widgets .uk-list > li > ul {
    margin-top: 12px
}

.ev-footer .ev-widgets .ev-follow li {
    background: rgba(0, 0, 0, .15);
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 4px;
    border-radius: 100%;
    padding: 6px
}

.ev-footer .ev-widgets .ev-follow a {
    padding: 0;
    line-height: 26px;
    color: #ababab
}

.ev-footer .ev-widgets a {
    color: #ababab
}

.ev-footer .ev-widgets a:hover {
    color: #fff
}

.ev-footer .ev-widgets .ev-follow a:hover {
    color: #fff
}

.ev-footer .ev-widgets form .uk-input {
    font-size: 1rem !important;
    padding: 0 20px !important
}

.ev-footer .ev-widgets form .uk-input::placeholder {
    font-size: 1rem !important;
    padding: 0 10px
}

.ev-footer .ev-widgets form .uk-button {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-footer .ev-widgets form .uk-button:hover {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ev-copyright {
    margin-top: 90px;
    padding: 10px 0;
    background: rgba(255, 0, 0, 0.9);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px 8px 0 0;
    font-size: 14px
}

.ev-copyright a:hover {
    color: #fff !important
}

.ev-copyright .uk-subnav > * > :first-child {
    text-transform: none !important;
    color: rgba(255, 255, 255, 0.4);
    font-size: inherit !important
}