<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Dashify
Theme URI: http://www.dashify.com.au
Description: Font Awesome 5.13.0 + Bootstrap 4.4.1 Framework
Version: 4.0
Author: Gerard Milo
Author URI: https://www.gerardmilo.com
Tags: HTML, CSS, Widget, Menu, jQuery

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/


/*************************************************************************************************************
 * GENERAL
 ***************************************/

body {
    background: #FFF;
    min-width: 320px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #757575;
}

h1, .h1,
.main-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
    display: block;
    letter-spacing: -1px;
}

h2,
.second-title {
    margin: 0px 0px 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #222;
    display: block;
}

h3,
.third-title, .h3 {
    margin: 0px 0px 15px;
    color: #000;
    line-height: 30px;
    font-size: 19px;
}

h4 {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.heading-lg {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}
a {
    color: #ee5622;
    text-decoration: none;
}

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

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

@media ( max-width: 576px) {
    body {
        line-height: 22px;
        font-size: 16px;
    }
    h2 {
        font-size: 19px;
        line-height: 25px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 15px;
    }
}


/*************************************************************************************************************
 * COMMON
 ***************************************/

.text-brand {
    color: #ee5622;
}

hr {
    border-color: #CCC;
    border-style: dashed;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

ul li {
    padding: 2px 0px;
    line-height: 25px;
}

ul.list-unstyled&gt;li {
    padding: 0px;
}

ul.list-top-border&gt;li {
    border-top: 1px dashed #CCC;
    padding: 5px 0px;
}

ul.list-ticked&gt;li {
    line-height: 40px;
    padding-left: 40px;
    position: relative;
    text-align: left;
}

ul.list-ticked&gt;li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #ee5622;
    font-size: 24px;
    line-height: 35px;
    position: absolute;
    left: 5px;
    top: 5px;
}

ul.list-ticked&gt;li h3 {
    margin: 0px;
    line-height: 40px;
}

ul.list-ticked&gt;li&gt;p {
    line-height: 24px;
}
.list-icon {
    margin: 0px !important;
}
.list-icon li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.list-icon i {

    width: 40px;
    background: #F7F7F7;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #EE5722;
    vertical-align: top;
    font-size: 20px;
    margin-right: 10px;
}

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

.max-content-lg {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.max-content-sm {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.max-content-xs {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.text-upper {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.box-shadow {
    padding: 30px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0px 0px 15px 0px #CCC;
    -moz-box-shadow: 0px 0px 15px 0px #CCC;
    box-shadow: 0px 0px 15px 0px #CCC;
    background: #FFF;
    border-radius: 10px;
}

.featured-icon {
    font-size: 50px;
    line-height: 100px;
    color: #ee5622;
    background: #FFF;
    border-radius: 50px;
    line-height: 90px;
    width: 90px;
    margin-bottom: 30px;
}

.featured-icon.featured-icon-alt {
    background: #F7F7F7;
}
.featured-icon-stats .featured-icon { 
    margin-bottom: 0px;
}
.featured-icon-stats .item-with-icon h3 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.qr {
    background: #FFF;
    border: 1px solid #000;
    padding: 15px;
    margin: 0 auto;
}

.circle-badge {
    background: #CCC;
    color: #FFF;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 50%;
}

@media ( max-width: 782px) {
    .featured-icon {
        font-size: 30px;
        border-radius: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 15px;
    }
}


/*************************************************************************************************************
 * CSS CONVERT
***************************************/

.section-title {
    font-size: 40px;
    font-weight: 900 !important;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-title span {
    color: #F83C5F
}

.section-title-sub {
    color: #ee5622;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.page-title {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    letter-spacing: -2px;
}

.title-alt {
    color: #ee5622;
}

.small {
    font-size: 12px;
}

.list-line li {
    border-top: 1px dashed #DDD;
}

.lead {
    line-height: 28px;
    font-size: 19px;
    color: #777;
}

.lead strong {
    font-weight: bold;
}

@media ( max-width: 767px) {
    .section-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .page-title {
        font-size: 30px;
        line-height: 30px;
    }
    .progress {
        margin-bottom: 10px;
    }
}

@media ( max-width: 576px) {
    .lead {
        font-size: 18px;
        line-height: 24px;
    }
}


/*************************************************************************************************************
 * FORMS
 ***************************************/

label {
    color: #333;
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}

.form-control,
input.wpcf7-text {
    width: 100%;
    line-height: 40px;
    min-height: 40px;
    background: #F7F7F7;
    border: 0px;
    padding: 0px 10px;
    border: 1px solid #F7F7F7;
}

.form-control:focus {
    border: none;
}
input.wpcf7-not-valid {
    border-color: #f5c6cb;
}

select {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #F7F7F7;
    border: 0px;
    padding: 0px 10px;
    border: 1px solid #F7F7F7;
}

span.wpcf7-not-valid-tip {
    color: #f5c6cb;
    font-size: 13px;
    line-height: 30px;
}

textarea,
textarea.wpcf7-textarea {
    width: 100%;
    height: 150px;
    background: #F7F7F7;
    border: 0px;
    padding: 20px;
}

.text-center .form-control {
    text-align: center;
}
.wpcf7-form-control:focus {
    outline: none;
}

@media ( max-width: 576px) {
    input.wpcf7-text,
    select {
        font-size: 14px;
    }
}


/*************************************************************************************************************
 * SOCIAL ICONS
 ***************************************/

.list-social li {
    padding: 0px;
    margin: 0px !important;
}

.list-social a {
    display: block;
    font-size: 30px;
    line-height: 35px;
    width: 35px;
}

.list-social i span {
    display: none;
}

.rss,
.email {
    color: #F15200;
}

.twtr {
    color: #3ABDD1;
}

.fb {
    color: #2F5A9A;
}

.ig {
    color: #306087;
}

.gg {
    color: #D13E2F;
}

.dl {
    color: #fadf09;
}

.linkedin {
    color: #1884BB;
}

.git {
    color: #171515;
}

.git:hover {
    color: #7C007C;
}

.bg-gradient {
    background: rgb(254, 109, 78);
    background: linear-gradient(180deg, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%);
}




/*************************************************************************************************************
 * BOOTSTRAP EDIT
 ***************************************/

.progress {
    border-radius: 0px;
}

.btn {
    border-radius: 20px;
    font-weight: bold;
    min-width: 150px; 
}
.btn-light {
    border: 1px solid #CCC;
}
.btn-feat {
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.09);
}

.btn-dark {
    color: #FFF;
}
.btn-arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    margin-left: 10px;
}

.btn-feat {
    background: rgb(254, 109, 78);
    background: linear-gradient(180deg, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%);
    color: #FFF;
}
.btn-main {
    background: #ee5622;
    color: #FFF;
    border: 0px;
    outline: none;
    border: 1px solid #ee5622;
}

.btn-sec {
    color: #FFF;
    background: #F83C5F;
}
.btn:hover {
    opacity: 0.85;
}
.btn-main:hover { 
    background: #ee5622 !important;
    color: #FFF !important;
}
.bg-white,
.bg-dark {
    padding-left: 5px;
    padding-right: 5px;
}

.row &gt; div {
    position: relative;
}
.row.row-nm {
    margin: 0px;
}

.row.row-nm&gt;div {
    padding: 0px;
}
.badge:hover {
    color: #FFF;
    opacity:0.8
}

.table .thead-dark th {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}
.wpcf7-spinner {
    display: none;
}

@media (max-width: 768px) {}

@media ( max-width: 480px ) {
    .btn {
        min-width: auto; 
    }
}
/*************************************************************************************************************
 * WRAPPER
 ***************************************/


/*************************************************************************************************************
 * HEADER - METAs
 ***************************************/

#header-meta {
    background: #EEE;
    line-height: 40px;
    font-size: 12px;
}

#header-meta .menu-description {
    font-size: 10px;
}


/*************************************************************************************************************
 * HEADER
 ***************************************/

#header-wrapper {}

.home #header-wrapper,
.page-template-page-demo #header-wrapper,
.page-id-164 #header-wrapper {
    background: none;
}

.header-fixed,
.header-fixed-perm {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background: #FFF !important;
}

.header-fixed-perm {
    border: 0px;
}

.admin-bar .header-fixed,
.admin-bar .header-fixed-perm {
    top: 32px;
}
#header-inner {
    padding: 0px;
}
@media (max-width: 768px) {
    #header-inner {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
    .admin-bar .header-fixed,
    .admin-bar .header-fixed-perm {
        top: 46px;
    }
}


/*************************************************************************************************************
 * LOGO
 ***************************************/

#logo {
    padding: 10px 0px;
    vertical-align: middle;
}
#header-wrapper #logo img {
    max-height: 60px;
}
#logo img {
    max-height: 50px;
}

#logo {
    vertical-align: middle;
}
#logo a {
    display: block;
}
#logo h1 {
    margin: 0px;
}

#logo h1 strong {
    font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
}

@media (max-width: 991px) {
    #logo {
        padding: 0px;
        display: block;
        float: left;
    }
    #header-wrapper #logo img {
        max-height: 46px;
    }
}

#menu-info-wrapper {
    display: none;
    padding: 0px 30px;
}
#menu-info-wrapper a {
    color: #333;
    display: block;
    padding: 10px;
}
@media ( min-width: 992px ) {
    #menu-info-wrapper {
        display: block;
    }
}
#dropmenu-main-wrapper {
    position: fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    z-index: 15;
}
.dropmenu-wrapper {
    background: linear-gradient(90deg, #F9F9FB 33.33%, #FFF 76.77%);
    z-index: 99; 
    font-size: 15px;
    color: #999; 
    line-height: 20px; 
    -webkit-box-shadow: 0px 5px 15px 2px #EEE; 
    box-shadow: 0px 5px 15px 2px #EEE;
}
.admin-bar #dropmenu-main-wrapper {
    top: 112px;
}
.dropmenu-wrapper .container {
    padding: 40px 15px;
}
.dropmenu-wrapper h3 {
    font-size: 13px;
    color: #ee5622;
    letter-spacing: 1px; 
}
.dropmenu-wrapper h4 { 
    font-size: 17px;
    color: #222;
}
.dropmenu-wrapper h4:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ee5622;
    content: "\f054";
    margin-left: 10px;
}
.dropmenu-wrapper .item { 
    padding: 15px;
    border-radius: 10px;
    margin: 0px 0px;
}
.dropmenu-wrapper .item:hover {
    background: #FFF;
    -webkit-box-shadow: 0px 5px 15px 2px #EEE; 
    box-shadow: 0px 5px 15px 2px #EEE;
}
.dropmenu-wrapper .description { 
    font-size: 15px;
    color: #999; 
    line-height: 20px; 
    margin: 0px;
}

.dropmenu-feature .item-inner a {
    padding: 15px;
    display: block;
    color: #999; 
}
.dropmenu-feature .item-inner a:hover {
    background: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 2px #EEE; 
    box-shadow: 0px 5px 15px 2px #EEE;
}
.dropmenu-feature img {
    max-width: 300px;
    margin: 0px auto;
}
/*************************************************************************************************************
 * MENU - FIXED
 ***************************************/

#menu-wrapper {
    padding-right: 0px !important;

}
#menu-wrapper nav {
    max-width: 400px;
    margin: 0px auto;
}
#menu-wrapper .modal-content {
    position: static !important;
    height: 100%;
}
#menu-wrapper .modal-body {
    padding: 5px 30px 80px;
    flex: none;
}

#menu-wrapper .modal-content {
    background: none !important;
}

#menu-wrapper .modal-dialog-slideout {
    position: relative;
    max-width: 100%;
    background: rgb(254, 109, 78);
    background: linear-gradient(to bottom right, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%); 
}
#menu-wrapper .modal-header {
    border-radius: 0px;
    padding: 0px;
    height: 60px;
    position: relative;
    border: 0px;
    justify-content: center;
}
#menu-wrapper .top-btn {
    position: absolute;
    right: 0px;
    left: auto;
}

#menu-wrapper .modal-cta {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFF;
}
#menu-wrapper .modal-cta a {
    display: block;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
}
#menu-wrapper .modal-cta a:first-child::after {
    content: "";
    border-right: 1px solid #DDD;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}
@media ( max-width: 991px) {
    #menu-wrapper {
        top: 0px;
        text-align: center;

    }
    .admin-bar #menu-wrapper, .admin-bar #menu-wrapper {
        top: 46px;
    }
    .menu-wrapper-content-btns {
        padding: 25px 0px;
        max-width: 400px;
        margin: 0 auto;
    }
}
@media (max-width: 580px) {

}


/*************************************************************************************************************
 * MENU - STATIC
***************************************/
#menu-static-wrapper {
    position: absolute;
    right: 15px;
}

#menu-static-wrapper a {
    padding: 0px;
    line-height: 40px;
    min-width: 125px;
    text-align: center; 
}


#menu-static-wrapper .btn-demo {
    color: #FFF;
    background: rgb(254, 109, 78);
    background: linear-gradient(180deg, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%);
    padding: 0px 10px 0px; 
    border: 1px solid rgba(251, 49, 78, 1);
}
#menu-static-wrapper .btn i {
    padding-left: 5px;
}

@media ( max-width: 768px) {
    #menu-static-wrapper {
        right: 5px;
    }
}

@media ( max-width: 520px) { 
    #menu-item-login,
    #menu-static-wrapper #menu-item-14 span {
        display: none;
    }
    #menu-static-wrapper #menu-item-14 {
        min-width: auto;
    }
    #menu-static-wrapper #menu-item-login {
        min-width: auto;
        padding: 0px 12px;
    }
}


/*************************************************************************************************************
 * TOP BTN
 ***************************************/

.top-btn {
   width: 60px;
   height: 60px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg); 
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
   -o-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
   cursor: pointer;
   padding: 10px;
   display: none;
 }
 
.top-btn span {
   display: inline-block;
   position: absolute;
   height: 4px;
   background: #000;
   border-radius: 9px;
   opacity: 1;
   left: 10px;
   right: 10px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -o-transition: .25s ease-in-out;
   transition: .25s ease-in-out;
 }
 
 
.top-btn span:nth-child(1) {
   top: 15px;
   -webkit-transform-origin: left center;
   -moz-transform-origin: left center;
   -o-transform-origin: left center;
   transform-origin: left center;
 }
 
.top-btn span:nth-child(2) {
   top: 29px;
   -webkit-transform-origin: left center;
   -moz-transform-origin: left center;
   -o-transform-origin: left center;
   transform-origin: left center;
 }
 
.top-btn span:nth-child(3) {
   top: 43px;
   -webkit-transform-origin: left center;
   -moz-transform-origin: left center;
   -o-transform-origin: left center;
   transform-origin: left center;
 }
 
.top-btn.open span:nth-child(1) {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   top: 15px;
   left: 10px;
 }
 
.top-btn.open span:nth-child(2) {
   width: 0%;
   opacity: 0;
 }
 
.top-btn.open span:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   top: 43px;
   left: 10px;
 }
#top-btn:focus {
   outline: none;
}
@media (max-width: 991px) {
  .top-btn {
       display: block;
   }
  .top-btn {
       border: 0px;
       left: 0px;
   }
}

/*************************************************************************************************************
 * MENU - ICONS
 ***************************************/

#menu-icons {
    display: none;
    margin: 0px;
    overflow: hidden;
}

#menu-icons li {
    padding: 0px;
    float: right;
}

#menu-icons i {
    display: block;
    cursor: pointer;
    font-size: 25px;
    line-height: 60px;
    width: 59px;
    text-align: center;
    color: #003e5d;
    margin: 0px;
    padding: 0px;
}

#menu-icons i {
    line-height: 60px;
}




/*************************************************************************************************************
 * MENU - GENERAL AND SUBMENU
 ***************************************/

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

.nav li {
    padding: 0px;
    margin: 0px;
}
.nav ul.sub-menu li:last-child {
    padding-bottom: 25px;
}
.nav&gt;li {
    border-bottom: 1px solid #fb7445;
}
.nav&gt;li:last-child {
    border: 0px;
}
.nav&gt;li a {
    padding: 0px 15px;
    color: #FFF !important;
    position: relative;
    display: block;
    border-radius: 10px;
}
.nav&gt;li&gt;a {
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}
.nav&gt;li .fa {
    position: absolute;
    line-height: 50px;
    padding-left: 15px;
}

.nav ul&gt;li a {
    border-top: 1px solid #fb7445;
    font-size: 18px;
    line-height: 40px;
    display: block;
}
.nav ul&gt;li a:hover, .nav ul&gt;li a:focus {
    color: #F9F9F9;
}
.nav&gt;li .sub-menu li a {
    border: none;
}

/*************************************************************************************************************
 * CONTENT
 ***************************************/

#container-wrapper {
    padding-top: 80px;
}

.pages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pages-front {
    padding: 0px;
}

.block {
    padding: 0px 0px 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
    #container-wrapper {
        padding-top: 60px;
    }
}

@media ( max-width: 767px) {
    .pages {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .pages-front {
        padding: 0px;
    }
}


/*************************************************************************************************************
 * SIDEBAR
 ***************************************/

#sidebar {
    padding-bottom: 20px;
    position: relative;
} 

/*************************************************************************************************************
 * POST - GENERIC
 ***************************************/

.post-title {
    margin-bottom: 15px;
}

.post-meta {
    font-size: 12px;
    color: #999;
    line-height: 15px;
    text-transform: uppercase;
}

.post-meta .label {
    margin-right: 5px;
}

.post-meta .label a {
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
}

.post-comments {
    padding: 15px 0px;
    border-top: 1px dotted #DDD;
}


/*************************************************************************************************************
 * POST - ARCHVE
 ***************************************/

.row-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.row-post-last {
    border-bottom: 0px;
}


/*************************************************************************************************************
 *  WIDGETS GENERAL
 ***************************************/

.widget {
    overflow: hidden;
}
.widget .widget-inner {
    padding: 25px;
}
.widget-title {
    line-height: 40px;
    font-size: 22px;
    color: #111;
    font-weight: bold;
}

.widget-content {
    height: auto;
}

.widget-title&gt;i {
    line-height: 40px;
}

.widget-toggle {
    cursor: pointer;
}

.widget-light {
    background: #EEE;
    padding: 20px;
}

.widget-border {
    border: 1px dashed #CCC;
    padding: 15px;
}

.widget-fixed {
    position: fixed;
    top: 110px;
}

.admin-bar .widget-fixed {
    top: 142px;
}

@media (max-width: 768px) {
    .widget-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .widget-border-sm {
        border: 0px;
        padding: 0px;
    }
    .widget-border-sm.text-center {
        text-align: left !important;
    }
}

/*************************************************************************************************************
 * PAGINATION
 ***************************************/

.pagination-wrapper {
    margin: 30px 0px;
 }
 .pagination {
    margin: 0px;
 }
.pagination a {
    line-height: 40px;
    padding: 0px 12px;
    display: block;
    background: #F9F9F9;
    border: 1px solid #CCC;
    margin: 0px 2px;
    color: #000;
    border-radius: 5px;
}
.pagination .active a {
    background: rgb(254, 109, 78);
    background: linear-gradient(180deg, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%);
    color: #FFF;
    border: 1px solid #ee5622;
}
.pagination-wrapper .pagination-pages {
    text-align: right;
    margin: 0px 0px 0px auto;
    display: table;
}
/*************************************************************************************************************
 * WIDGET - exp
 ***************************************/

#widget-experience li {
    padding: 0px 0px 7px;
}

#widget-experience li span {
    margin-bottom: 8px;
}


/*************************************************************************************************************
 *  FOOTER
 ***************************************/

#footer-modal .modal-body {
    padding: 30px !important;
}
#footer-cta {
    background: #F7F7F7;
    padding: 40px 0px 0px;
}
#footer {
    background: #F7F7F7;
    padding: 50px 0px 100px;
}

#footer-cta img {
    max-height: 40px;
    margin-bottom: 10px;
}

#footer h2 {
    font-size: 20px;
}

.footer-widget {
    margin: 0px 0px 15px;
}

.footer-widget p {
    font-size: 15px;
}

.footer-widget li {
    line-height: 35px;
}

.footer-widget li a {
    color: #666;
    line-height: 35px;
    font-size: 16px;
}

.footer-widget-contact li {
    margin-bottom: 15px;
}

.footer-widget-contact i {
    color: #ee5622;
    width: 40px;
    background: #FFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 5px;
}

#footer-sig {
    background: #F7F7F7;
    font-size: 13px;
    text-align: center;
    padding: 40px 0px;
    border-top: 1px solid #D4D4D4;
}

#footer-sig p {
    margin: 0px 0px 10px;
}

#footer-sig img {
    max-height: 45px;
    margin: 0 auto 15px;
}

#footer-sig a {
    color: #666;
}

#footer-sig li:first-child a:after {
    content: "|";
    margin-left: 15px;
}

@media ( max-width: 991px) {}

@media (max-width: 782px) {
    #footer {
        padding: 40px 0px;
        font-size: 15px;
    }
    #footer-sig {
        padding: 30px 0px;
    }
}





/*************************************************************************************************************
 *  SHORTCODE - RECENT POSTS
 ***************************************/

.list-widget-recent dl {
    margin-bottom: 5px;
}

.list-widget-recent dt {
    width: 80px;
    float: left;
}

.list-widget-recent dd {
    margin-left: 100px;
}

@media (max-width: 768px) {
    .list-widget-recent dd {
        margin-left: 90px;
    }
}


/*************************************************************************************************************
 * SECTION
***************************************/

.section {
    overflow: hidden;
}
.container {
    position: relative;
    height: 100%;
}

.section-container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.pt-0 .section-container {
    padding-top: 0px;
} 

.pb-0 .section-container {
    padding-bottom: 0px;
} 
.section-container-lg {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.section-container-lg.first {
    padding-top: 20px;
}

.section-container.kb-step { 
    padding-top: 0px;
}
  
.section-alt {
    background: #F7F7F7;
}

.bg-dark,
.section-dark {
    background: #1c1c1c;
    color: #FFF;
}
.bg-dark .section-title,
.section-dark .section-title {
    color: #FFF;
}
.bg-dark p {
    color: #FFF;
}

#section-about .section-container {
    padding: 120px 0px 120px;
}


.bg-white {
    background: #FFF; 
}
 
.bg-grey, .light-grey {
    background: #F7F7F7;
} 

.bg-grey-img {
    background: url(https://www.dashify.com.au/wp-content/uploads/2022/09/banner-bg-plain.jpg) no-repeat center center;
    background-size: cover;
}
.bg-feat,
.feat-bg {
    background: rgb(254, 109, 78);
    background: linear-gradient(180deg, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%);
    color: #FFF;
}

.bg-feat .lead, .bg-feat .section-title,
.feat-bg .lead,
.feat-bg .section-title {
    color: #FFF;
}
.bg-feat h3 {
    color: #FFF;
}
.bg-feat .featured-icon {
    background: none;
    color: #FFF;
    margin: 0px;
}

.bg-feat .style-grid {
    max-width: 800px;
    margin: 0 auto;
}
@media ( min-width: 1200px) {
    .section-container-lg {
        overflow: visible;
    }
}
@media ( min-width: 768px ) and ( max-width: 1199px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .section-container-lg {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 782px) {
    .section-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-container-lg {
        padding-top: 75px;
        padding-bottom: 75px;
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    .section-title:before {
        font-size: 20vw !important;
    }
}

@media ( max-width: 767px ) {
    .container {
        max-width: 100%;
    }
}


/*************************************************************************************************************
 * FEATURED 
 ***************************************/

html,
body,
#container-wrapper,
#content-wrapper,
#featured-wrapper,
#featured-wrapper div {
    /*height: 100%; */
}

#featured,
#featured.ls-wrapper.ls-in-out,
#featured .ls-inner img.ls-bg {
    min-height: 500px;
    min-width: 100%;
}

#featured,
#featured.ls-wrapper.ls-in-out,
#featured .ls-inner img.ls-bg {
    margin: 0px !important;
}

#featured-wrapper .btn-feat i {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    #featured-wrapper div.ls-l-2 {
        top: 30px !important;
    }
    #featured-wrapper p.feat-primary {
        font-size: 51px !important;
        line-height: 51px !important;
    }
    #featured-wrapper p {
        text-align: center !important;
        left: 10px !important;
        right: 10px !important;
        max-width: 100% !important;
        margin-top: -40px !important;
    }
    #featured-wrapper p.feat-txt {
        font-size: 26px !important;
        line-height: 38px !important;
    }
    #featured-wrapper p.feat-p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #featured-wrapper img.ls-l-2 {
        top: 230px !important;
        left: 0px !important;
        right: 0px !important;
        text-align: center !important;
        margin: 0 auto !important;
        min-width: 300px !important;
        height: auto !important;
        filter: blur(1px);
        -webkit-filter: blur(1px);
    }
    #featured-wrapper .btn-feat {
        left: 50% !important;
        text-align: center !important;
        width: 190px !important;
        margin-left: -110px !important;
        top: 310px !important;
        color: #FFF;
        background: #222;
        -webkit-box-shadow: 0px 0px 15px 0px #333;
        -moz-box-shadow: 0px 0px 15px 0px #333;
        box-shadow: 0px 0px 15px 0px #333;
    }
}


/*************************************************************************************************************
 * FEATURED GENERAL
 ***************************************/

.featured-box .featured-box-item {
    margin: 0px 0px 30px;
}

.featured-box .featured-box-item-inner {
    padding: 10px 20px 20px; 
    text-align: center;
    background: #FFF;
    height: 100%;
    border: 1px solid #FFF;
    /*border: 1px solid #F9F9F9;
    -webkit-box-shadow: 0px 0px 15px 0px #CCC;
    -moz-box-shadow: 0px 0px 15px 0px #CCC;
    box-shadow: 0px 0px 15px 0px #CCC; */
    position: relative;
    border-radius: 10px;
}

@media ( min-width: 992px ) {
    .featured-box .featured-box-item-inner:hover {
        border: 1px solid #CCC;
        -webkit-box-shadow: 0px 0px 15px 0px #CCC;
        -moz-box-shadow: 0px 0px 15px 0px #CCC;
        box-shadow: 0px 0px 15px 0px #CCC;
    }
}

@media ( max-width: 1199px) {
    .featured-box .featured-box-item-inner {
        padding: 20px;
    }
}

@media ( max-width: 782px) {

    .featured-box .featured-box-item-inner {
        text-align: left;
        padding: 10px 0px 10px 60px;
    }
    .featured-box .featured-box-item .description p {
        margin: 0px;
    }
    .featured-box .featured-box-item {
        flex-basis: unset;
        max-width: 600px;
        margin: 0 auto 0px;
        padding: 0px;
    }
    .featured-box .featured-box-item h3 {
        margin: 0px 0px 5px;
    }
    .featured-box .featured-box-item .featured-box-item-inner &gt; i {
        position: absolute;
        left: 0px;
        top: 0px;
        margin-top: 0px;
    }
}


/*************************************************************************************************************
 * FRONT - FEATURED BOXES
 ***************************************/

#featured-box {
    padding: 30px 0px 0px;
}

.home .section-module-grid .section-title:before {
    content: "Features";
    font-size: 110px;
    display: block;
    margin-bottom: -20px;
    text-transform: uppercase;
    color: #F7F7F7;
    font-weight: bold;
    letter-spacing: -5px;
}


.box-inner {
    padding: 25px;
    background: #F9F9F9;
    height: 100%;
    font-size: 15px; 
    line-height: 20px;
    border: 1px solid #F9F9F9;
    -webkit-box-shadow: 0px 0px 15px 0px #CCC;
    -moz-box-shadow: 0px 0px 15px 0px #CCC;
    box-shadow: 0px 0px 15px 0px #CCC;
    position: relative;
    border-radius: 10px; 
}


/*************************************************************************************************************
 * FRONT TESTIMONIALS
 ***************************************/

#section-testimonial {
    background: rgb(254, 109, 78);
    background: linear-gradient(180deg, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%);
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

#section-testimonial .section-title {
    color: #FFF;
}

#section-testimonial .section-title:before {
    content: "Testimonials";
    font-size: 110px;
    display: block;
    margin-bottom: -20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.10);
    font-weight: bold;
    letter-spacing: -5px;
}

#section-testimonial .owl-item-inner {
    padding: 20px 100px;
}

#section-testimonial h3 {
    margin: 30px 0px 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

#section-testimonial h3 span {
    font-weight: normal;
}

#section-testimonial img {
    width: 100px;
    max-width: 100px;
    margin: 0 auto 40px;
    border: 3px solid #FFF;
}

@media ( max-width: 767px) {
    #section-testimonial {
        font-size: 16px;
        line-height: 22px;
    }
    #section-testimonial .owl-item-inner {
        padding: 20px 10px 0px;
    }
}


/*************************************************************************************************************
 * FRONT FAQ
 *************************************

#section-faq .section-title:before {
    content: "Demo";
    font-size: 110px;
    display: block;
    margin-bottom: -20px;
    text-transform: uppercase;
    color: #F7F7F7;
    font-weight: bold;
    letter-spacing: -5px;
}

#section-faq .item {
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #F7F7F7;
}

#section-faq li h3 {
    line-height: 35px;
}

#section-faq li h3:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 7px;
}

#section-faq .wpcf7 form {
    background: #333;
}

#section-faq .wpcf7 label {
    color: #FFF;
}

@media ( max-width: 991px) {
    #section-faq .item-demo {
        flex-basis: unset;
        width: 100%;
        max-width: 100%;
    }
    #section-faq .item-demo {
        max-width: 750px;
        margin: 0 auto 30px;
    }
    #section-faq #demo-txt {
        text-align: center;
    }
}

@media ( max-width: 575px) {
    #section-faq .wpcf7 {
        text-align: center;
    }
    #section-faq .wpcf7-submit {
        float: none;
        margin: 0 auto;
    }
}

**/
/*************************************************************************************************************
 * BREADCRUMBS
 ***************************************/

#breadcrumb-wrapper {
    padding: 20px 0px 20px;
}

.breadcrumb {
    margin-bottom: 0px;
    background: none;
    color: #222;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0px;
}

.breadcrumb span {
    padding-right: 5px;
    padding-left: 5px;
}

.breadcrumb a {
    color: #999;
}

#breadcrumb-wrapper .page-title {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 40px;
}

@media ( max-width:768px) {
    #breadcrumb-wrapper .page-title {
        padding-bottom: 20px;
    }
    .breadcrumb {
        display: inherit;
        text-align: center;  
    }
}


/*************************************************************************************************************
 * MODAL left/Right
 ***************************************/

.admin-bar .modal {
    top: 32px;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 auto 0 0;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(2);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal.fade.left .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.modal.fade.left.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-flow: column;
}


/*************************************************************************************************************
 * SHORTCODE - Owl Carousel
 ***************************************/

.owl-carousel .owl-controls {
    margin: 30px 0px 10px;
}

.owl-carousel .owl-nav&gt;div {
    position: absolute;
    top: 50%;
    margin-top: -25px !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 35px !important;
    background: #FFF !important;
    border-radius: 25px !important;
    padding: 0px !important;
}

.owl-carousel .owl-nav i {
    color: #000;
}

.owl-carousel .owl-nav .fa:hover {
    color: #FFAE28;
}

.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}

.owl-carousel .owl-nav .owl-next {
    right: -10px;
}

@media (max-width: 768px) {
    .owl-carousel .owl-controls {
        margin: 0px;
    }
    .owl-carousel .owl-nav&gt;div {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-top: -15px;
        border-radius: 15px !important;
        width: 30px;
        height: 30px;
    }
}


/*************************************************************************************************************
 * SECTION Banners
 ***************************************/

.section-banner {
    position: relative;
}

.section-banner .container {
    position: static;
}

.section-banner .section-banner-txt:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background-size: contain;
    background-color: #F7F7F7;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.section-banner .section-banner-txt {
    max-width: 50%;
    min-height: 500px;
}

@media ( max-width: 1400px) {
    .section-banner .section-banner-txt {
        min-height: 400px;
    }
}

@media ( max-width: 991px) {
    .section-banner .section-banner-txt:before {
        background-size: cover;
    }
}

@media ( max-width: 767px) {
    .section-banner {
        text-align: center;
        margin-top: -2px;
    }
    .section-banner .container {
        padding: 0px;
    }
    .section-banner .section-banner-txt {
        padding: 40px 20px;
        max-width: 500px;
        margin: 0 auto;
    }
    .section-banner .section-banner-txt:before {
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
        -ms-filter: blur(6px);
        filter: blur(6px);
    }
    .section-banner .section-banner-txt .section-title {
        text-shadow: 1px 1px #FFF;
    }
    .section-banner .section-banner-txt .lead {
        color: #333;
        text-shadow: 1px 1px #FFF;
    }
}
 


/*************************************************************************************************************
 * COMPONENTS - HERO
 ***************************************/

.section-hero .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-hero .container-row {
    min-height: 700px;
}
.section-hero .hero-img {
    position: absolute;
    right: -100px;
    bottom: 0px;
    max-width: 750px;
}
.section-hero .col-md-6 {
    z-index: 1;
}
.section-hero .section-title {
    color: #111;
}
.section-hero.none .section-title {
    color: #FFF;
}
.section-hero .white {
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}
.section-hero .cta .btn {

}
@media ( max-width: 1400px ) {
    .section-hero .container-row {
        min-height: 600px;
    }
}
@media ( max-width: 1140px ) {
    .section-hero .container {
        overflow: hidden;
    }
    .section-hero .hero-img {
        max-width: 660px;
    }
}
@media ( max-width: 991px ) {
    .section-hero .hero-img {
        right: -150px;
    }
}
 @media ( max-width: 768px ) {
    .section-hero .container {
        width: 100%;
        max-width: 100%;
    }
    .content-with-image .content {
        padding-top: 30px;
    }
    .section-hero .container-row {
        min-height: 550px;
        padding-bottom: 150px;
        padding-top: 40px;
    }
    .section-hero .image {
        background-position: center left;
    }
    .section-hero .hero-img {
        right: -220px;
        bottom: -50px;
        max-width: 500px;
        filter: blur(2px);
        -webkit-filter: blur(2px);
    }
    .section-hero .col-md-6 {
        max-width: 500px;
    }
}

/*************************************************************************************************************
 * COMPONENTS - content with image
 ***************************************/
 .content-with-image .image {
    padding: 0px;
 }
 .content-with-image .img-absolute {
    position: absolute;
    left: 0px;
    bottom: 0px;
 }
@media ( max-width: 768px ) {

    .content-with-image .content {
        order: -1;
    }
}
/*************************************************************************************************************
 * COMPONENTS - featured icon
 ***************************************/
.style-grid .item-with-icon .item-inner {
    padding: 10px;
}

@media ( max-width: 575px) {
    .style-grid .item-with-icon .font-icon i {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -30px;
    }
    .style-grid .item-with-icon {
        position: relative;
        padding: 10px 10px 10px 70px;
        text-align: left;
    }
    .style-grid .item-with-icon .item-inner {
        padding: 0px;
        text-align: left;
    }
    .style-grid .item-with-icon h3 {
        margin: 0px;
    }
    .style-grid .item-with-icon p {
        margin: 0px; 
    }
}



/*************************************************************************************************************
 * COMPONENTS - LOGO SLIDER
 ***************************************/

 .feed-logo-slider .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important; 
    transition-timing-function:linear!important; 
} 

 .feed-logo-slider img {
    max-width: 200px;
    width: 100%; 
 }

 /*************************************************************************************************************
 * COMPONENTS - SWIPER
 ***************************************/
 .slider {
    position: relative;
 }
 .box-slider .slider {
    overflow: hidden;
    padding-top: 30px; 
    padding-left: 20px;
    padding-bottom: 25px;

 }
 .box-slider .slider::after {
    box-shadow: -50px 1px 18px -4px #FFF inset;
    -webkit-box-shadow: -50px 1px 18px -4px #FFF inset;
    -moz-box-shadow: -50px 1px 18px -4px #FFF inset;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100px;
    z-index: 1;
 }
 .swiper-slide {
    height: auto !important;
 }
 .swiper-button:after {
    font-size: 30px;
 }
 .swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: rgb(254, 109, 78);
    background: linear-gradient(180deg, rgba(254, 109, 78, 1) 0%, rgba(251, 49, 78, 1) 100%);
    color: #FFF;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    display: block;
    border-radius: 10px;
    top: 50%;
    transform: translate(0%, -50%);
 }
 .swiper-button-prev {
    left: 0px;
 }
 .swiper-button-next {
    right: 0px;
 }
 .swiper-pagination-bullet-active {
    background: #000;
 }
 @media ( max-width: 1140px ) {
    .swiper-button-prev {
        left: 15px;
     }
     .swiper-button-next {
        right: 15px;
     }
 }
 @media ( max-width: 768px ) {
    .box-slider .slider {
        padding-left: 0px;
    }
    .box-slider .slider::after {
        width: 50px;
        box-shadow: -30px 1px 18px -4px #FFF inset;
        -webkit-box-shadow: -30px 1px 18px -4px #FFF inset;
        -moz-box-shadow: -30px 1px 18px -4px #FFF inset;
    }
    .swiper-button-next, .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
 }
 /*************************************************************************************************************
 * COMPONENTS - MODULES BOX SLIDE
 ***************************************/
 
 .section-module-grid a {
    display: block;
    cursor: pointer; 
    height: 100%; 
 }
 .section-module-grid .description p {
    color: #757575
 }

 @media ( max-width: 782px) {
    .box-slider .featured-box-item-inner {
        text-align: left;
        padding: 15px;
    }

}

.single-column.bg-feat .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px; 
}

 /*************************************************************************************************************
 * COMPONENTS - MODULES SLIDES
 ***************************************/
 
.section-module-slides-sm .container {
    max-width: 880px;
}
.section-module-slides .swiper-button-next {
    right: -25px;
}
.section-module-slides .swiper-button-prev {
    left: -25px;
}

.section-module-slides .item h4 {
    color: #999;
    font-size: 14px;
}
.section-module-slides.section-module-slides-partial .item.swiper-slide-prev {
    opacity: 0;
}
.section-module-slides .item-content {
    padding: 0px 30px;
}
.section-module-slides .swiper-pagination {
    bottom: -50px;
}
.section-module-slides-left .section-slides-list { 
    padding-right: 50px;
}
.section-module-slides-right .section-slides-list {
    padding-left: 50px;
}
@media ( min-width: 768px ) {
    .section-module-slides .item {
        opacity: 0.4;
    }
    .section-module-slides .item.swiper-slide-active {
        opacity: 1;
    }
}
@media ( max-width: 767px ) {
    .section-module-slides .container {
        padding-left: 75px;
        padding-right: 75px;
    }
    .section-module-slides .item-content {
        text-align: center;
    }
    .section-module-slides .item-inner {
        box-shadow: none;
        background: none;
        border: 0px;
    }
    .section-module-slides-left .section-slides-list { 
        padding-right: 15px;
    }
    .section-module-slides-right .section-slides-list {
        padding-left: 15px;
    }
    .featured-slider-cards .swiper-slide {
        opacity: 0;
    }
    .featured-slider-cards .swiper-slide-active {
        opacity: 1;
    }
}
@media ( max-width: 575px ) {
    .section-module-slides .container {
        padding-left: 30px;
        padding-right: 30px;
        
    }
    .section-module-slides .description .d-flex {
        display: block !important;
    }
    .section-module-slides .description .btn {
       margin: 0px 7px 15px !important;
    }
    .section-module-slides .swiper-button-next {
        right: -20px;
    }
    .section-module-slides .swiper-button-prev {
        left: -20px;
    }
    .section-module-slides .item-content {
        padding: 0px;
    }
}
 /*************************************************************************************************************
 * COMPONENTS - PLACES
 ***************************************/


.list-grid a {
    height: 300px;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.list-grid .item {
    margin-bottom: 25px;
    position: relative;

}
.list-grid img {
    object-fit: cover;
    width: 100%;
}
.list-grid-places .item-img,
.list-grid-places img {
    height: 100%;
}

.list-grid-places .item-content {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    font-size: 25px;
    line-height: 40px;
}

.list-grid-places .item-img::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.7;
}

.list-grid-places .item:hover .item-img::after {
    opacity: 0.5;
}




.grecaptcha-badge { visibility: hidden; }



 /*************************************************************************************************************
 * COMPONENTS - SLIDES
 ***************************************/

#section-slides .row &gt; div {
    position: static;
}</pre></body></html>