/* OTHER COLORS */


/* FORM ELEMENTS */


/*--======================== MENUBAR --*/


/*$menubar-height:      calc(68px + 0*2);*/


/*--============== ASPECT RATIO --*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
.ratio_2-2,
.carousel-featured .featured {
    display: block;
    position: relative;
}

.ratio_2-2:before,
.carousel-featured .featured:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.ratio_2-2 img,
.carousel-featured .featured img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ratio_4-3,
.gallery-item {
    display: block;
    position: relative;
}

.ratio_4-3:before,
.gallery-item:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%;
}

.ratio_4-3 img,
.gallery-item img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ratio_3-2,
.destination-media,
.destination.is-list .destination-media,
.section-introduction .figure-holder,
.marathon-media,
.event-media,
.related-media {
    display: block;
    position: relative;
}

.ratio_3-2:before,
.destination-media:before,
.destination.is-list .destination-media:before,
.section-introduction .figure-holder:before,
.marathon-media:before,
.event-media:before,
.related-media:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
    width: 100%;
}

.ratio_3-2 img,
.destination-media img,
.destination.is-list .destination-media img,
.section-introduction .figure-holder img,
.marathon-media img,
.event-media img,
.related-media img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* object-fit: cover; */
    width: 100%;
}

.ratio_8-5 {
    display: block;
    position: relative;
}

.ratio_8-5:before {
    content: "";
    display: block;
    padding-top: 62.5%;
    width: 100%;
}

.ratio_8-5 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ratio_16-9 {
    display: block;
    position: relative;
}

.ratio_16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.ratio_16-9 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}


/*--========================= RESPONSIVE TABLE --*/

.svj-table {
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
    display: table;
    width: 100%;
    /*-- TABLE HEADER STYLES -*/
    /*-- Table Header For Smaller Screens --*/
    /*-- TABLE FOOTER STYLES --*/
}

.svj-table .table-row,
.svj-table .table-header,
.svj-table .table-header-sm,
.svj-table .table-footer {
    border-collapse: collapse;
    display: table-row;
}

.svj-table .table-row:hover,
.svj-table .table-header:hover,
.svj-table .table-header-sm:hover,
.svj-table .table-footer:hover {
    text-decoration: none;
}

.svj-table .table-row .table-cell,
.svj-table .table-header .table-cell,
.svj-table .table-header-sm .table-cell,
.svj-table .table-footer .table-cell {
    border-collapse: collapse;
    border-bottom: 1px solid #f1f1f1;
    color: #7e7e7e;
    display: table-cell;
    font-size: 0.85rem;
    padding: 1rem 1rem;
}

.svj-table .table-row .table-cell .index,
.svj-table .table-header .table-cell .index,
.svj-table .table-header-sm .table-cell .index,
.svj-table .table-footer .table-cell .index {
    display: none;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.svj-table .table-header .table-cell {
    color: #a5b7d2;
    font-size: 1rem;
    font-weight: 500;
}

.svj-table .table-header-sm {
    background: #7e7e7e;
    border-bottom: 0;
    color: #ffffff;
    display: none;
    padding: 0.8rem 1rem;
}

.svj-table .table-footer {
    background: #dae8f0;
    border-bottom: 0;
    color: #222222;
}


/*--========== Table Types --*/

.table-bordered .table-row .table-cell {
    border: 1px solid #dee2e6;
}

.table-borderless .table-row .table-cell {
    border: 0;
}

.table-dark .table-row .table-cell {
    background: #222222;
    color: #ffffff;
}

.table-hover .table-row:hover {
    color: #111111;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-striped .table-row:nth-of-type(odd) {
    background-color: #f0f3f7;
}


/*--========== Table Sizes --*/

.table-sm {
    /*-- Table Header For Smaller Screens --*/
}

.table-sm .table-row .table-cell,
.table-sm .table-header .table-cell,
.table-sm .table-footer .table-cell {
    padding: 0.4rem 0.65rem;
}

.table-sm .table-header-sm {
    padding: 0.4rem;
}

.table-lg .table-row .table-cell,
.table-lg .table-header .table-cell,
.table-lg .table-header-sm .table-cell,
.table-lg .table-footer .table-cell {
    padding: 2rem 1.4rem;
}

@media screen and (max-width: 769px) {
    .svj-table {
        border: 0;
        display: block;
        /*-- TABLE HEADER STYLES -*/
        /*-- Table Header For Smaller Screens --*/
        /*-- TABLE FOOTER STYLES --*/
    }
    .svj-table .table-row,
    .svj-table .table-header,
    .svj-table .table-header-sm,
    .svj-table .table-footer {
        border: 1px solid #f1f1f1;
        display: block;
        margin-bottom: 0.5rem;
        padding: 0.65rem 0;
    }
    .svj-table .table-row .table-cell,
    .svj-table .table-header .table-cell,
    .svj-table .table-header-sm .table-cell,
    .svj-table .table-footer .table-cell {
        border-bottom: 0;
        display: flex;
        font-size: 0.8rem;
        padding: 0.25rem 0.75rem;
    }
    .svj-table .table-row .table-cell:first-child,
    .svj-table .table-header .table-cell:first-child,
    .svj-table .table-header-sm .table-cell:first-child,
    .svj-table .table-footer .table-cell:first-child {
        border-top: 0;
    }
    .svj-table .table-row .table-cell .index,
    .svj-table .table-header .table-cell .index,
    .svj-table .table-header-sm .table-cell .index,
    .svj-table .table-footer .table-cell .index {
        display: block;
        flex: 0 0 100px;
        max-width: 100px;
    }
    .svj-table .table-row .table-cell .value,
    .svj-table .table-header .table-cell .value,
    .svj-table .table-header-sm .table-cell .value,
    .svj-table .table-footer .table-cell .value {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
    .svj-table .table-row:last-child:first-child {
        border-bottom-left-radius: 12px;
    }
    .svj-table .table-row:last-child:last-child {
        border-bottom-right-radius: 12px;
    }
    .svj-table .table-header {
        display: none;
    }
    .svj-table .table-header-sm {
        display: block;
    }
}

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

.is-down {
    bottom: 0;
}

.is-left {
    left: 0;
}

.is-right {
    right: 0;
}

.is-top {
    top: 0;
}

.link-value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.sticky-top--header {
    position: -webkit-sticky;
    position: sticky;
    top: calc(68px + 15px);
    z-index: 1020;
}

.text-line-through {
    text-decoration: line-through;
}

.well {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

@media screen and (max-width: 769px) {
    .sticky-top--header {
        position: -webkit-sticky;
        position: sticky;
        top: calc(68px - 68px * 0.15);
    }
}





/* OTHER COLORS */


/* FORM ELEMENTS */


/*--======================== MENUBAR --*/


/*$menubar-height:      calc(68px + 0*2);*/


/*--============== ASPECT RATIO --*/


/*--============================= UTILITIES --*/

.btn-camera {
    background: #fff;
    border: 2px solid #000000;
    border-radius: 50%;
    position: relative;
}

.btn-camera input[type="file"] {
    z-index: 999;
    line-height: 0;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
    left: -154px;
    cursor: pointer;
}

.btn-camera label {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.btn-home {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
    background: #c00000;
    border: 0;
    bottom: 40px;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    right: 20px;
    z-index: 1030;
}

.btn-wrap {
    display: inline-block;
}


/*--============================= ALERT --*/

.alert-bottom {
    align-items: center;
    background: #202020;
    bottom: 0;
    color: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    justify-content: space-between;
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0;
}

.alert-bottom .alert-message {
    color: #999999;
    font-size: 0.75rem;
}

.alert-major {
    background: #202020;
    color: #f8f9fa;
    padding: 15px 0;
}

.alert-major .container,
.alert-major .container-fluid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    justify-content: space-between;
}


/*--============================= FILTER --*/

@keyframes filter {
    from {
        bottom: -100%;
    }
    to {
        bottom: 0;
    }
}

.btn-filter {
    align-items: center;
    background: #efefef;
    border: 0;
    display: inline-flex;
    color: #464646;
    font-size: 0.9rem;
    height: calc(calc(1.5em + 0.7rem * 2 + 2px) + 0px);
    justify-content: center;
    padding: 0 0.75rem;
    transition: box-shadow, color 0.25s;
}

.btn-filter i {
    margin-right: 0.5rem;
}

.btn-filter:hover {
    -webkit-transition: ttime ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #000000;
    text-decoration: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}

.filter-quantity {
    align-items: center;
    display: flex;
    grid-gap: 12px;
}

.filter-quantity input {
    max-width: 90px;
}

.filter-quantity input:focus {
    outline: none;
}

.filter-quantity input::-webkit-outer-spin-button,
.filter-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-quantity input[type="number"] {
    -moz-appearance: textfield;
}

.filter-quantity label {
    margin: 0;
}

.svj-search {
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    display: inline-flex;
    max-width: 270px;
    transition: width 0.45s;
}

.svj-search input {
    border: 0;
    border-radius: 1.65rem;
    min-width: 180px;
    height: calc(1.5em + 0.75rem + 1px);
    padding: 0.75rem 0 0.75rem 1.35rem;
    width: calc(100% - 50px);
    transition: width 0.45s;
}

.svj-search input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.svj-search input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.svj-search input[type="search"]::-webkit-search-decoration,
.svj-search input[type="search"]::-webkit-search-cancel-button,
.svj-search input[type="search"]::-webkit-search-results-button,
.svj-search input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.svj-search .search-action {
    /* Input height value to make it equal to input & button */
    align-items: center;
    display: flex;
    height: calc(2em + 0.5rem + 2px);
    justify-content: center;
    width: 50px;
}

.filter {
    align-items: center;
    display: inline-flex;
    grid-gap: 10px;
}

.filter input,
.filter select {
    min-width: 180px;
    max-width: 210px;
}

.filter input::-ms-clear,
.filter select::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.filter input::-ms-reveal,
.filter select::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.filter input::-webkit-search-decoration,
.filter input::-webkit-search-cancel-button,
.filter input::-webkit-search-results-button,
.filter input::-webkit-search-results-decoration,
.filter select::-webkit-search-decoration,
.filter select::-webkit-search-cancel-button,
.filter select::-webkit-search-results-button,
.filter select::-webkit-search-results-decoration {
    display: none;
}

.filter input::placeholder,
.filter select::placeholder {
    color: #343a40;
}

.filter input:focus,
.filter select:focus {
    outline: none;
}

.filter label {
    font-size: 0.85rem;
    margin: 0;
    white-space: nowrap;
}

.filter-bar {
    display: flex;
    grid-gap: 20px;
}

.filter-button {
    background: transparent;
    border: 0;
    color: #7e7e7e;
    font-size: 0.9rem;
    height: calc(1.5em + 0.7rem * 2 + 2px);
    padding: 0 10px;
}

.filter-form {
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 1.65rem;
    display: inline-flex;
    font-size: inherit;
    max-width: 270px;
    transition: width 0.45s;
}

.filter-addon {
    display: none;
    font-size: inherit;
    padding-left: 1rem;
}

.filter-clear {
    font-size: inherit;
    padding-right: 1.25rem;
}

.filter-close {
    background: 0;
    border: 0;
    border-radius: 2rem;
    display: none;
    flex: 0 0 16px;
    max-width: 16px;
}

.filter .input-group-text {
    background: transparent;
    border: 0;
    padding: 0.75rem 1.35rem 0.75rem 0;
}

.filter-display-items input {
    min-width: 40px;
    text-align: center;
    width: 80px !important;
}

.filter-nav {
    align-items: center;
    display: flex;
    grid-gap: 0.25rem;
    justify-content: space-between;
    margin: 0;
}

.filter-nav .nav-item {
    flex: 1;
    padding: 0;
}

.filter-nav .nav-item .nav-link {
    align-items: center;
    background: #f5f5f5;
    border: 0;
    color: #646161;
    display: flex;
    font-size: 0.7rem;
    line-height: 32px;
    justify-content: center;
    margin: 0;
    padding: 0 0.6rem !important;
    transition: background 0.36s, color 0.36s;
}

.filter-nav .nav-item .badge {
    background: #e1e1e1;
    border-radius: 5px;
    color: #646161 !important;
    display: flex;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 6px;
    padding: 0.25rem;
}

.filter-nav .nav-item .nav-link.active,
.filter-nav .nav-item .nav-link:hover {
    background: #17a2b8;
    color: #fff;
}

.filter-nav .nav-item .nav-link.active .badge,
.filter-nav .nav-item .nav-link:hover .badge {
    background: #fff;
    color: #17a2b8 !important;
}

.filter-nav .nav-item .nav-link-primary {
    background: #007bff;
    color: #fff;
}

.filter-nav .nav-item .nav-link-primary:hover {
    background: #006fe6;
}

.filter-action {
    display: inline-flex;
    grid-gap: 4px;
}

.filter-group {
    align-items: center;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    width: 100%;
}

.filter-group .filter {
    width: 100%;
}

.filter-group .btn-filter-toggler {
    display: none;
}

.filter-group-expanded {
    background: #fff;
    bottom: -100%;
    left: 0;
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px;
    position: fixed;
    right: 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    z-index: 1030;
}

.filter-group-expanded.active {
    animation-name: filter;
    animation-duration: 300ms;
    bottom: 0;
}


/*--============================= GLOBAL CLASSES --*/

.avatar {
    object-fit: cover;
}

.avatar-circular {
    border-radius: 50%;
}

.avatar-rounded {
    border-radius: 6px;
}

.avatar-sm {
    height: 44px;
    width: 44px;
}

.avatar-md {
    height: 50px;
    width: 50px;
}

.avatar-lg {
    height: 75px;
    width: 75px;
}

.avatar-xl {
    border: 3px solid #a5b7d2;
    height: 120px;
    width: 120px;
}

.status {
    align-items: center;
    display: flex;
    font-size: 0.75rem;
    font-weight: 600;
    grid-gap: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.status:before {
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
}

.status-danger {
    color: #dc3545;
}

.status-danger:before {
    background: #dc3545;
}

.status-primary {
    color: #007bff;
}

.status-primary:before {
    background: #007bff;
}

.status-success {
    color: #55e175;
}

.status-success:before {
    background: #55e175;
}

.meta {
    align-items: center;
    color: #7e7e7e;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    font-size: 0.85rem;
}

.meta [class*="meta-"] i {
    margin-right: 8px;
}

.meta-vertical {
    grid-gap: 10px;
}

.meta-vertical [class*="meta-"] {
    flex: 0 0 100%;
    max-width: 100%;
}

.meta-vertical [class*="meta-"] i {
    color: #c00000;
    text-align: center;
    width: 18px;
}


/*--=========== Clearfix --*/

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}


/*--=========== Accordion --*/

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

.svj_accordion .accordion_item {
    color: #7e7e7e;
    line-height: 1.9rem;
    margin-bottom: 0.5rem;
}

.svj_accordion .accordion_item:last-child {
    margin-bottom: 0;
}

.svj_accordion .accordion_item.active {
    margin-bottom: 0;
}

.svj_accordion .accordion_item.active .accordion_title::after {
    transform: rotate(45deg);
}

.svj_accordion .accordion_panel {
    padding: 1.25rem 1.75rem;
    display: none;
}

.svj_accordion .accordion_title {
    align-items: center;
    background: #f2f6fc;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    grid-gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    /*&:before {
      background: $gray-700;
      border-radius: 50%;
      content: "";
      display: inline-block;
      height: 10px;
      margin-right: 1rem;
      width: 10px;
    }*/
}

.svj_accordion .accordion_title h3,
.svj_accordion .accordion_title h4,
.svj_accordion .accordion_title h5 {
    margin: 0;
}

.svj_accordion .accordion_title::after {
    content: "";
    display: inline-block;
    flex: 0 0 8px;
    height: 8px;
    vertical-align: middle;
    border-right: 3px solid;
    border-bottom: 3px solid;
    max-width: 8px;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
}

.svj_accordion .accordion_title .title-text {
    margin-bottom: 0;
}

.svj_accordion .accordion_title .sub-title-text {
    color: #7e7e7e;
    font-size: 0.85rem;
    line-height: 1.45;
    margin: 0.5rem 0 0;
}

.svj_accordion .accordion_title .title-text {
    color: #343a40;
    flex: 0 0 calc(100% - 12px - 20px);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    max-width: calc(100% - 12px - 20px);
}


/*--=========== Dropdown--*/

.svj-dropdown {
    position: relative;
    width: 30px;
}

.svj-dropdown .dropdown-link {
    color: #000000;
    padding: 0 15px;
}

.svj-dropdown .dropdown-content {
    background: #fff;
    border-radius: 6px;
    display: none;
    padding: 12px 0;
    position: absolute;
    top: 100%;
    min-width: 15rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
}

.svj-dropdown .dropdown-content li button {
    color: #7e7e7e;
    font-size: 16px;
    line-height: 32px;
}

.svj-dropdown .dropdown-content li button i {
    margin-right: 12px;
    text-align: center;
    width: 20px;
}


/*-- Dropdown new */

.dropdown-toggler {
    align-items: center;
    display: flex;
    grid-gap: 8px;
    transition: color 0.36s;
}

.dropdown-toggler:after {
    /*border-bottom: 3px solid $gray-900;
    border-right: 3px solid $gray-900;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    transition: border-color .36s;*/
    /*display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;*/
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.dropdown-toggler:hover {
    color: #000000;
    /* &:after {
       border-color: $theme;
     }*/
}

.dropdown-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dropdown-nav-item {
    padding: 0;
}

.dropdown-nav-link {
    color: #202020;
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.35rem 1.35rem;
    white-space: nowrap;
}

.dropdown-nav-link:hover {
    background-color: #f8f9fa;
    color: #c00000;
    text-decoration: none;
}

.dropdown-responsive {
    position: relative;
}

.dropdown-responsive .dropdown-content {
    background: #fff;
    border-radius: 6px;
    display: none;
    padding: 12px 0;
    position: absolute;
    top: 100%;
    min-width: 15rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
}

.dropdown-responsive.show .dropdown-toggler:after {
    transform: rotate(180deg);
}

.dropdown-responsive.show .dropdown-content {
    display: block;
}


/*--=========== Lists--*/

.list-description {
    margin: 0;
}

.list-description dt {
    color: #464646;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.list-description dt:last-child {
    margin-top: 0;
}

.list-description dd {
    color: #646161;
    font-size: 1.1rem;
    margin-bottom: 0.65rem;
}

.list-description dd:last-child {
    margin-bottom: 0;
}

.list-description dd i {
    color: #10c4bf;
    text-align: center;
    margin-right: 4px;
    width: 20px;
}

.list-info {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.list-info i {
    color: #c00000;
    flex: 0 0 30px;
    line-height: inherit;
    max-width: 30px;
    text-align: center;
}

.list-info .list-item {
    color: #646161;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    grid-gap: 8px;
    line-height: 1.65;
    margin-bottom: 0.25rem;
    padding: 0.19rem 0;
    /*>.cell, >div {
      &:first-child {
        color: $gray-600;
        flex: 0 0 100px;
        font-weight: 600;
        max-width: 100px;
      }

      &:last-child {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
      }
    }*/
}

.list-info .list-item a {
    color: inherit;
}

.list-info .list-item:last-child {
    margin-bottom: 0;
}

.list-info--inline {
    align-items: center;
    display: inline-flex;
    grid-gap: 30px;
}

.list-info--inline .list-item {
    white-space: nowrap;
}

.placard {
    background: #fafafa;
    border-radius: 0.25rem;
    display: block;
    padding: 0.7rem;
}

.placard:hover {
    text-decoration: none;
}

.placard-subject {
    color: #464646;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

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

.list-placard li {
    margin-bottom: 0.5rem;
}

.list-placard li:last-child {
    margin-bottom: 0;
}

.list-sm dt,
.list-sm dd {
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
}

.has-bg {
    background: #f7fcff;
}

.nav-horizontal {
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    flex-wrap: nowrap;
    grid-gap: 26px;
    margin-bottom: 1.25rem;
}

.nav-horizontal .nav-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-horizontal .nav-item .nav-link {
    border-bottom: 4px solid transparent;
    color: #646161;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.8rem 0 !important;
    transition: background-color, color 0.36s;
    white-space: nowrap;
}

.nav-horizontal .nav-item .nav-link.active,
.nav-horizontal .nav-item .nav-link:hover {
    -webkit-transition: ttime ease-in-out;
    -moz-transition: 0.36s ease-in-out;
    -o-transition: 0.36s ease-in-out;
    transition: 0.36s ease-in-out;
    border-color: #000000;
    color: #000000;
    text-decoration: none;
}


/*--========== Rating --*/

.rating {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating>input {
    display: none;
}

.rating>label {
    color: #ddd;
    margin: 0 0.65rem 0 0;
}

.rating>label:before {
    content: "\f005";
    font-size: 1.75em;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #ffed85;
}

.rating-value {
    font-size: 0.85rem;
}

.rating-value i {
    color: gold;
}


/*--========== Sortable --*/

.sortable {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.sortable:after {
    content: "\f884";
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


/*--========== Social --*/

.social {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}

.social-link {
    color: #646161;
    font-size: 1rem;
    transition: background 0.36s, color 0.36s;
}

.social-link i {
    width: auto !important;
}

.social-link:hover {
    color: #000000;
    text-decoration: none;
}

.social-item {
    padding: 0 5px;
}

.social-lg {
    margin: 0 -5px;
}

.social-lg .social-link {
    font-size: 2rem;
}

.social-lg .social-link i {
    width: auto !important;
}

.social-lg .social-item {
    padding: 0 5px;
}

.link-facebook {
    color: #3b5999;
}

.link-instagram {
    color: #fd5441;
}

.link-messenger {
    color: #00c6ff;
}

.link-twitter {
    color: #55acee;
}


/*--========== Swatch radio [Tab] --*/

.swatch {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.swatch-option {
    border-radius: 0;
    cursor: pointer;
    display: block;
    line-height: 1;
    padding: 0 2px;
}

.swatch-option label {
    border: 1px solid transparent;
    color: #7e7e7e;
    cursor: pointer;
    margin: 0 !important;
    padding: 0.3rem 1rem;
    width: 100%;
}

.swatch-option label:hover {
    -webkit-transition: ttime ease-in-out;
    -moz-transition: 0.36s ease-in-out;
    -o-transition: 0.36s ease-in-out;
    transition: 0.36s ease-in-out;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
}

.swatch-option.color label {
    border: 1px solid #dee2e6;
    width: 44px;
    height: 44px;
}

.swatch-option.text label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*-- For longer texts --*/
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swatch .swatch-option.media label {
    align-items: center;
    display: flex;
    height: 112px;
    justify-content: center;
    width: 120px;
    border-color: #f5f5f5;
    padding: 0.3rem 0.25rem;
}

.swatch .swatch-option.media label img {
    height: auto;
    object-fit: scale-down;
    width: 100%;
}

.swatch-option.media-label label {
    padding: 1rem;
    text-align: center;
}

.swatch-option.media-label label img {
    height: 50px;
    margin: auto;
    width: auto;
}

.swatch-option.media-label label p {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0.8rem 0 0;
    text-transform: capitalize;
}

.swatch input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.swatch input[type="radio"]:checked+label {
    border-color: #f5f5f5;
    color: #1a1212;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
}

.swatch input[type="radio"]:checked+label:before {
    align-items: center;
    background: #55e175;
    border-radius: 50%;
    color: #fff;
    content: "\f00c";
    display: flex;
    font-size: 0.75rem;
    height: 20px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.swatch label+input[type="radio"]+label {
    border-left: solid 2px #000000;
}

.quantity-controller {
    align-items: center;
    display: grid;
    grid-gap: 4px;
    grid-template-columns: 42px 66px 42px auto;
}

.quantity-controller .btn-control {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
    background: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 0;
    color: #343a40;
}

.quantity-controller input {
    border: 1px solid #dee2e6;
    border-radius: 0;
    color: #343a40;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.quantity-controller input::-webkit-outer-spin-button,
.quantity-controller input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-controller input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-controller .price-value {
    color: #464646;
    font-weight: 600;
}


/*--============================= GLOBAL CLASSES --*/

.input-button {
    align-items: center;
    display: flex;
    width: 100%;
}

.input-button button {
    flex: 0 0 120px;
    height: 40px;
    padding: 12px;
}

.input-button input {
    flex: 0 1 auto;
    height: 40px;
    margin-right: 8px;
}

.img-full {
    height: auto;
    width: 100%;
}

@media screen and (max-width: 769px) {
    .dropdown-toggler {
        justify-content: space-between;
    }
    .dropdown-nav-link {
        border-left: 1px solid #999999;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0.25rem 0 0.25rem 0.5rem;
    }
    .dropdown-nav-link:before {
        content: "";
        display: inline-block;
        margin-right: 4px;
    }
    .dropdown-nav-link:hover {
        background: transparent;
    }
    .dropdown-responsive .dropdown-content {
        background: transparent;
        border-radius: 0;
        padding: 0;
        position: initial;
        min-width: 0;
        box-shadow: none;
        width: 100%;
    }
    /*--============================= FILTER --*/
    .btn-filter {
        font-size: 0.9rem;
        height: calc(calc(1.5em + 0.7rem * 2 + 2px) + 2px);
    }
    .filter {
        width: 100%;
    }
    .filter input,
    .filter select {
        font-size: 0.9rem;
    }
    .filter .input-group-text {
        background: transparent;
        border: 0;
        font-size: 0.8rem;
        padding: 0.65rem 1.35rem 0.75rem 0;
    }
    .filter-nav {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 6px;
        justify-content: left;
    }
    .filter-nav .nav-item {
        display: block;
    }
    /*.filter-group {
    grid-gap: 10px;

    .filter {
      flex: 0 0 calc((100% - 10px)/2);
      max-width: calc((100% - 10px)/2);
    }
  }*/
    .filter-group {
        grid-template-columns: 2fr auto;
    }
    .filter-group .btn-filter-toggler {
        display: inline-flex;
    }
    .filter-group .filter-status,
    .filter-group .filter-service,
    .filter-group .filter-date,
    .filter-group .filter-fund {
        display: none;
    }
    .filter-bar_controls__expanded {
        background: #fff;
        bottom: 0;
        display: none;
        left: 0;
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px 30px;
        position: fixed;
        right: 0;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        z-index: 1030;
    }
    .filter-bar_controls__expanded.active {
        display: block;
    }
    .accordion-body {
        padding: 0 0 1.5rem calc(0.85rem + 9px);
    }
    .accordion-title {
        font-size: 1.15rem;
        padding: 1.25rem 0;
    }
    .accordion-title:before {
        height: 9px;
        margin-right: 0.85rem;
        width: 9px;
    }
    .table-list .table-header {
        display: block;
    }
    .table-list .table-header .check-grp input[type="checkbox"] {
        border: 1px solid #000000;
    }
    .table-list .table-header .check-grp label {
        margin-bottom: 0;
    }
    .table-list .table-header .date-grp {
        align-items: center;
        display: flex;
        flex: 0 0 300px;
    }
    .table-list .table-header .date-grp label {
        color: #7e7e7e;
        flex: 0 0 74px;
        font-size: 12px;
        margin: 0 12px 0 0;
    }
    .table-list .table-header .date-grp .input-grp {
        align-items: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 28px;
        display: flex;
    }
    .table-list .table-header .date-grp .input-grp input {
        background: transparent;
        border: 0;
        font-size: 12px;
        height: 30px;
    }
    .table-list .table-header .date-grp .input-grp input:after {
        content: "|";
    }
    .table-list .table-header .date-grp .input-grp input:last-child:after {
        content: "";
    }
    .table-list .table-header .search {
        flex: 0 0 175px;
        height: 30px;
    }
    .table-list .table-header .search input {
        font-size: 12px;
        height: 30px;
    }
    .table-list .table-body {
        display: block;
    }
    .table-list .table-body li {
        display: block;
    }
    .table-list .table-body li .cell {
        display: block;
    }
    .table-list .table-body li .cell .index {
        display: block;
    }
    .table-list .table-body .table-title {
        display: none;
    }
    .table-list .table-body .table-title-sm {
        display: block;
    }
    .table-list .table-body .table-title-sm .cell {
        padding: 0;
    }
    .svj-message-box .header {
        padding: 15px;
    }
    .svj-message-box .content {
        height: 340px;
        margin: 15px;
    }
    .svj-message-box .content .item .profile img {
        height: 30px;
        object-fit: cover;
        object-position: center;
        width: 30px;
    }
    .svj-message-box .content .item-prime {
        grid-template-columns: auto 30px;
    }
    .svj-message-box .content .item-prime .text {
        background: #000000;
        margin-left: 45px;
        order: 1;
    }
    .svj-message-box .content .item-prime .text p {
        color: #fff;
    }
    .svj-message-box .content .item-sec {
        grid-template-columns: 30px auto;
    }
    .svj-message-box .content .item-sec .text {
        background: #eeeeee;
        margin-right: 45px;
    }
    .svj-message-box .content .item-sec .text p {
        color: #646161;
    }
    .svj-message-box .typebox {
        grid-template-columns: auto 44px;
        padding: 15px;
    }
    .svj-message-box .typebox textarea {
        background: #d6e1e7;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        min-height: 44px;
        height: 44px;
        max-width: 100%;
        padding: 15px;
    }
    .layout-responsive--title {
        align-items: center;
        cursor: pointer;
        display: flex;
        grid-gap: 20px;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 !important;
    }
    .layout-responsive--title::after {
        content: "";
        display: inline-block;
        flex: 0 0 8px;
        height: 8px;
        vertical-align: middle;
        border-right: 3px solid;
        border-bottom: 3px solid;
        max-width: 8px;
        transform: rotate(-45deg);
        transition: transform 0.2s ease-out;
    }
    .layout-responsive--panel {
        display: none;
        margin-top: 0.85rem;
    }
    .layout-responsive.is-active .layout-responsive--title::after {
        transform: rotate(45deg);
    }
    /*--============================= GLOBAL CLASSES --*/
    .input-button {
        display: block;
    }
    .input-button button {
        margin-top: 6px;
        width: 100%;
    }
    /*--=========== Lists--*/
    .list-description {
        margin: 0;
    }
    .list-description dt {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
    .list-description dd {
        font-size: 0.95rem;
        margin-bottom: 0.45rem;
    }
    .list-description dd i {
        text-align: center;
        margin-right: 4px;
        width: 20px;
    }
}

@media screen and (max-width: 576px) {
    .accordion-body {
        padding: 0 0 1.5rem calc(0.85rem + 8px);
    }
    .accordion-title {
        font-size: 1rem;
        grid-gap: 12px;
        padding: 1rem 0;
        /*&:before {
      height: 8px;
      width: 8px;
    }*/
    }
    .accordion-title p {
        display: block;
    }
    .accordion-title .title-text {
        flex: 0 0 calc(100% - 12px - 12px);
        max-width: calc(100% - 12px - 12px);
    }
    .accordion-responsive .accordion-panel {
        display: none;
    }
    .list-description dt {
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }
    .list-description dd {
        font-size: 0.9rem;
        margin-bottom: 0.35rem;
    }
    .list-responsive li {
        flex-direction: column;
        grid-gap: 4px;
        padding: 0.5rem 0;
    }
    .list-responsive li .cell:first-child,
    .list-responsive li .cell:last-child,
    .list-responsive li div:first-child,
    .list-responsive li div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nav-horizontal {
        margin-bottom: 1.75rem;
        overflow-x: auto;
    }
    .nav-horizontal .nav-item .nav-link {
        border-bottom: 3px solid transparent;
        font-size: 0.9rem;
    }
    /*--============================= FILTER --*/
    .svj-search {
        max-width: 100%;
        width: auto;
    }
    .svj-search input {
        height: calc(1.5em + 0.75rem + 1px);
        min-width: 0;
        padding: 0;
        width: 0;
    }
    .svj-search .search-action {
        align-items: center;
        display: flex;
        height: calc(2em + 0.5rem + 2px);
        justify-content: center;
        width: calc(2em + 0.5rem + 2px);
    }
    .filter-quantity {
        justify-content: center;
    }
    .filter {
        max-width: 100%;
    }
    .filter-bar {
        font-size: 1rem;
    }
    .filter-form {
        max-width: 270px;
    }
    .filter-addon {
        padding: 0 0.625rem;
    }
    .filter-nav .nav-item .nav-link {
        font-size: 0.7rem;
    }
    .filter-nav .nav-item .badge {
        font-size: 0.65rem;
    }
    .filter-group-expanded {
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px 15px;
    }
}

.has-drip-feed input,
.has-drip-feed select,
.has-drip-feed textarea {
    background: #fff;
}

.has-drip-feed .is-drip-feed {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    display: none;
    margin-top: 1.25rem;
    padding: 20px;
    width: 100%;
}

.link_view-all {
    color: #000;
    font-size: 1rem;
    text-transform: capitalize;
}

.link_view-all i {
    margin-left: 0.75rem;
}

.link_view-all:hover {
    color: #000000;
    text-decoration: none;
}

.action-bar {
    margin-top: 1.9rem;
}

.action-box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    /* width: 400px; */
}

.action-box-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.action-box .action-bar {
    margin-top: 1.25rem;
}

.page_title h1,
.page_title h2,
.page_title h3,
.page_title h4,
.page_title h5 {
    color: #464646;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.page-title {
    background: #000000;
    background-size: auto 100% !important;
    background-position: center !important;
    z-index: 0;
}

.page-title--content {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 70%;
}

.page-title--content h1,
.page-title--content h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.page-title--content p {
    color: #dee2e6;
    font-weight: 500;
    margin: 0 auto;
    width: 80%;
}

.page-title--content .search-destination {
    top: 100%;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.page-title.bg-cover {
    background-size: cover !important;
}

.section-padding {
    padding: 40px 0;
}

.section-title {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-title h2,
.section-title h3 {
    border-bottom: 4px solid #000;
    color: #000;
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.75;
    margin: 0;
}

.section-title h5 {
    color: #a5b7d2;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.section-title.inverse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.section-title.inverse h2,
.section-title.inverse h3 {
    border-bottom: 4px solid #fff;
    color: #fff;
}

.section-title.inverse h5 {
    color: #e9ecef;
}

.section-title.inverse .link_view-all {
    color: #fff;
}

.section-normal {
    padding: 40px 0;
}

.section-cta {
    background: #f1f1f1;
    padding: 40px 0;
}

.block {
    margin-bottom: 2.25rem;
}

.block-title {
    margin-bottom: 0.75rem;
}

.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
    color: #343a40;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
}

.block-title i {
    font-size: 1.1rem;
    line-height: inherit;
    margin-right: 0.75rem;
    text-align: center;
    width: 24px;
}

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

.group {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
}

.group:first-child {
    padding-top: 0;
}

.group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.group-title {
    color: #646161;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.75px;
    line-height: 1;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.layout-master {
    align-items: flex-start;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: minmax(0, 260px) minmax(0, auto) minmax(0, 300px);
    width: 100%;
}

@media (max-width: 1400px) {
    .layout-master {
        align-items: flex-start;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: minmax(0, 25%) minmax(0, 50%) minmax(0, 25%);
        width: 100%;
    }
}

@media (max-width: 992px) {
    .layout-master {
        grid-template-columns: 1fr;
    }
}

.count {
    text-align: center;
}

.count-label {
    color: #343a40;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    margin: 0.35rem 0 0;
    text-transform: capitalize;
}

.count-value {
    color: #c00000;
    display: block;
    font-size: 2.85rem;
    font-weight: bold;
    line-height: 1;
}

.count-box {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(4, 120px);
}

.alert-empty {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.35rem;
    padding: 3rem 4rem;
    text-align: center;
}

.alert-empty h3,
.alert-empty h4,
.alert-empty h5 {
    color: #464646;
    font-weight: 600;
    margin: 0;
}

.alert-empty i {
    color: #ffc107;
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.milestone-label {
    color: #343a40;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    margin: 0.35rem 0 0;
    text-transform: capitalize;
}

.milestone-value {
    color: #c00000;
    font-size: 2.85rem;
    font-weight: bold;
    line-height: 1;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
    color: #f8f9fa;
    font-weight: 600;
}


/*--================ FOOTER */

.footer-brand {
    color: #fff;
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.footer-brand:hover {
    text-decoration: none;
}

.footer-item--head {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 3fr 2fr 2fr 2fr 3fr;
}

.nav-footer .nav-link {
    color: #dee2e6;
    line-height: 1.75;
    padding-left: 0;
    padding-right: 0;
}

.nav-footer .nav-link:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5rem;
}

.list-links .list-link {
    align-items: center;
    color: #646161;
    display: flex;
    grid-gap: 0.65rem;
    line-height: 1.75;
    margin: 0;
    padding: 0.25rem 0;
    transition: all 0.36s;
    white-space: nowrap;
    /*&:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5rem;
  }*/
}

.list-links .list-link:hover {
    color: #c00000;
    text-decoration: none;
}

.list-links .list-item {
    padding: 0;
    margin-right: 1.25rem;
}

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

.nav-y {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-x {
    display: flex;
    grid-gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-footer {
    background: #000;
    color: #fff;
    padding: 80px 0 8px;
}

.section-footer .payment-methods {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6px;
}

.section-footer .payment-methods img {
    border: 1px solid #888888;
    height: 50px;
    width: auto;
}


/*--=============== Modules --*/


/*--======= Advertisement --*/

.ad {
    border: 1px solid #f1f1f1;
    display: block;
    margin-bottom: 20px;
}

.ad img {
    display: block;
    height: auto;
    width: 100%;
}

.advertisement {
    color: #dee2e6;
    padding: 40px 25px;
}

.advertisement h1,
.advertisement h2,
.advertisement h3,
.advertisement h4,
.advertisement h5,
.advertisement h6 {
    color: #f8f9fa;
}

.advertisement img {
    height: auto;
    width: 100%;
}

.advertisement .meta {
    color: inherit;
}

.advertisement-tagline {
    color: #e9ecef;
    font-weight: 500;
}

.advertisement-title {
    color: #f8f9fa;
    display: block;
    margin: 0;
    transition: all 0.36s;
}

.advertisement a.advertisement-title:hover {
    color: #fff;
}

.advertisement-md {
    padding: 70px 50px;
}

.advertisement-md .meta {
    margin-top: 0.5rem;
}

.advertisement-md .meta i {
    margin-right: 12px;
}

.advertisement-md .action-bar {
    margin-top: 1.5rem;
}

.advertisement-md .advertisement-tagline {
    font-size: 1.15rem;
    margin: 0 0 0.65rem;
}

.advertisement-md .advertisement-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
}

.advertisement-lg {
    padding: 80px 50px;
}

.advertisement-lg .meta {
    margin-top: 0.5rem;
}

.advertisement-lg .meta i {
    margin-right: 12px;
}

.advertisement-lg .action-bar {
    margin-top: 1.5rem;
}

.advertisement-lg .advertisement-tagline {
    font-size: 1.85rem;
    margin: 0 0 0.5rem;
}

.advertisement-lg .advertisement-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
}


/*--======= S Testimonials --*/

.testimonial-user {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 2rem;
    text-transform: capitalize;
}

.testimonial {
    border: 1px solid #c4c4c4;
    margin-top: 50px;
    padding: 30px;
    text-align: center;
}

.testimonial-rating {
    margin-bottom: 1rem;
}

.testimonial-testimony {
    font-style: italic;
    font-weight: 500;
    line-height: 2.2;
    margin: 0;
}

.testimonial-user {
    margin-top: 1rem;
}

.testimonial-user--info {
    color: #dee2e6;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0.15rem;
    text-transform: uppercase;
}

.testimonial-user--media {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    height: 80px !important;
    margin: -70px auto 1.25rem;
    object-fit: cover;
    width: 120px !important;
}

.testimonial-user--title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5,
.section-inverse h6 {
    color: #fff !important;
}

.section-dark a,
.section-dark ul,
.section-dark li,
.section-dark p,
.section-inverse a,
.section-inverse ul,
.section-inverse li,
.section-inverse p {
    color: #dee2e6;
}

.section-dark .list-info .list-item,
.section-inverse .list-info .list-item {
    color: #dee2e6;
}

@media screen and (max-width: 769px) {
    .action-box .action-bar {
        display: flex;
        grid-gap: 4px;
        margin-top: 0.85rem;
    }
    .action-box .action-bar .btn,
    .action-box .action-bar .btn-block {
        margin: 0;
        min-width: calc(50% - 2px);
    }
    .action-box .action-bar .btn-theme {
        order: 2;
    }
    .action-box .action-bar .btn-light {
        order: 1;
    }
    .fixed-bottom--sm {
        bottom: 0;
        left: 0;
        padding: 0.85rem 1rem;
        position: fixed;
        right: 0;
        z-index: 1030;
    }
    .fixed-bottom--sm h4 {
        display: none;
    }
    .section-padding {
        padding: 60px 0;
    }
    .section-normal {
        padding: 30px 0;
    }
    .section-title {
        margin-bottom: 36px;
    }
    .section-title h2,
    .section-title h3 {
        border-bottom: 4px solid #000;
        font-size: 1.65rem;
    }
    .page_title h1,
    .page_title h2,
    .page_title h3,
    .page_title h4,
    .page_title h5 {
        color: #464646;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0;
    }
    .page-title--content {
        height: 180px;
        width: 90%;
    }
    .page-title--content h1,
    .page-title--content h2 {
        font-size: 2rem;
    }
    .footer-brand {
        color: #fff;
        display: inline-block;
        font-size: 1.35rem;
        font-weight: 600;
        margin-bottom: 1.25rem;
    }
    .footer-brand:hover {
        text-decoration: none;
    }
    .footer-item--head {
        color: #fff !important;
        font-size: 1.25rem;
        font-weight: 600;
    }
    .footer-row {
        grid-template-columns: 1fr 1fr;
    }
    .nav-footer .nav-link {
        padding: 0.35rem 0;
    }
    .layout-master {
        grid-gap: 0px 40px;
        grid-template-columns: 1fr;
    }
    .count-label {
        font-size: 1.25rem;
        margin: 0.35rem 0 0;
    }
    .count-value {
        font-size: 2.25rem;
    }
    .count-box {
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
    /*--======= Advertisement --*/
    .advertisement-lg,
    .advertisement-md {
        padding: 80px 40px;
    }
    .advertisement-lg .advertisement-tagline,
    .advertisement-md .advertisement-tagline {
        font-size: 1.3rem;
        margin: 0 0 1.15rem;
    }
    .advertisement-lg .advertisement-title,
    .advertisement-md .advertisement-title {
        font-size: 2.11rem;
    }
}

@media screen and (max-width: 576px) {
    .alert-empty {
        padding: 2rem 1rem;
    }
    .alert-empty h3,
    .alert-empty h4,
    .alert-empty h5 {
        font-size: 1.35rem;
    }
    .alert-empty i {
        font-size: 2rem;
    }
    .alert-empty .btn {
        display: block;
        margin-bottom: 0.25rem;
    }
    .alert-empty .btn:last-of-type {
        margin-bottom: 0;
    }
    .section-padding {
        padding: 45px 0;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h2,
    .section-title h3 {
        font-size: 1.1rem;
    }
    .block {
        margin-bottom: 2rem;
    }
    .block-title {
        margin-bottom: 0.75rem;
    }
    .block-title h3,
    .block-title h4,
    .block-title h5,
    .block-title h6 {
        font-size: 1.1rem;
    }
    .block:last-child {
        margin-bottom: 0;
    }
    .page_title h1,
    .page_title h2,
    .page_title h3,
    .page_title h4,
    .page_title h5 {
        color: #464646;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0;
    }
    .page-title--content {
        height: 180px;
        width: 90%;
    }
    .page-title--content h1,
    .page-title--content h2 {
        font-size: 2rem;
    }
    .page-title .search-destination {
        display: none;
    }
    .footer-brand {
        font-size: 1.25rem;
    }
    .footer-item--head {
        color: #fff !important;
        font-size: 1.25rem;
        font-weight: 600;
    }
    .footer-row {
        grid-template-columns: 1fr;
    }
    .count-label {
        font-size: 1rem;
    }
    .count-value {
        font-size: 2rem;
    }
    .count-box {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    /*--======= Advertisement --*/
    .advertisement-lg,
    .advertisement-md {
        padding: 60px 30px;
    }
    .advertisement-lg .advertisement-tagline,
    .advertisement-md .advertisement-tagline {
        font-size: 1.1rem;
        margin: 0 0 0.75rem;
    }
    .advertisement-lg .advertisement-title,
    .advertisement-md .advertisement-title {
        font-size: 1.75rem;
    }
}


/*--========= Bootstrap override --*/

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    color: #646161;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

img {
    font-size: 0.5rem;
    line-height: 1.5;
}

ul,
ol {
    padding-left: 18px;
}


/*--====================== Badge --*/

.badge {
    border-radius: 2rem;
    color: #fff !important;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 0.5em 1em;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 25px;
}


/*--====================== Buttons --*/

button {
    white-space: nowrap;
}

button:focus {
    outline: none;
}

.btn {
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 500;
    height: 46px;
    letter-spacing: 1px;
    padding: 0.75rem 1.75rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn i {
    margin-left: 1.25rem;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-sm {
    height: 2rem;
    line-height: 1.5rem;
}

.btn-sm i {
    margin-left: 0.45rem;
}

.btn-success {
    color: #fff;
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.9rem;
}


/*--====================== Alerts --*/

.alert {
    border-radius: 0;
}

.alert-header {
    color: #646161;
    font-size: 1.25rem;
    font-weight: 500;
}

.alert-body {
    color: #7e7e7e;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.alert-dismissible .close {
    top: 50%;
    transform: translate(0, -50%);
}


/*--====================== Buttons --*/

.breadcrumb-item {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb-item a {
    color: #dee2e6;
    transition: color 0.26s;
}

.breadcrumb-item a:hover {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #dee2e6;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb {
    background: transparent;
    margin: 1.25rem 0 0;
    justify-content: center;
    padding: 0;
}


/*--====================== Dropdown --*/

.dropdown-header {
    border-bottom: 1px solid #f1f1f1;
    color: #464646;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0;
    min-width: 12rem;
    padding: 16px 1.1rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    opacity: 0;
    visibility: hidden;
}

.dropdown-menu--title {
    color: #464646;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.65rem;
}

.dropdown-item {
    align-items: center;
    color: #646161;
    display: flex;
    grid-gap: 0.65rem;
    padding: 0.35rem 1.25rem;
    white-space: nowrap;
}

.dropdown-item i {
    text-align: center;
    width: 16px;
}

.dropdown-item--btn {
    align-items: center;
    color: #17a2b8;
    display: flex;
    font-size: 0.85rem;
    font-weight: 600;
    grid-gap: 0.65rem;
    transition: all 0.36s;
    white-space: nowrap;
}

.dropdown-item--btn i {
    align-items: center;
    display: flex;
    height: 18px;
    justify-content: center;
    width: 32px;
    background: transparent;
    border: 1.5px solid #17a2b8;
    border-radius: 50%;
}

.dropdown-item--btn:hover {
    border-color: #0f6674;
    color: #0f6674;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}


/*--====================== Form --*/

legend {
    color: #17a2b8;
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 500;
    margin: 0 0 0 -8px;
    padding: 0 8px;
    width: auto;
}

fieldset {
    border: 1px solid #eeeeee;
    margin-bottom: 2rem;
    padding: 20px;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    outline: 0;
}

label,
.form-group-title {
    color: #464646;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.input-group-text {
    border-radius: 0;
}

.form-control {
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 0.9rem;
    height: calc(1.5em + 0.7rem * 2 + 2px);
    /* padding: 1.7rem 1rem; */
    padding: 0.7rem 1.1rem;
    margin-right: 25px;
}

.form-control {
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 100%);
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 0.9rem;
    height: calc(1.5em + 0.7rem * 2 + 2px);
    padding: 0.7rem 1.1rem;
    margin-right: 25px;
}

.form-control:focus {
    background: #f8f8f8;
    outline: 0;
    box-shadow: none;
}

.form-check-label {
    color: #646161;
}

@media (min-width: 992px) and (max-width: 1460px) {
    .form-check-label {
        font-size: 12px;
    }
    .form-check .form-check-input {
        height: 16px;
        margin-right: 3px !important;
        width: 16px;
    }
    label,
    .form-group-title {
        font-size: 14px;
    }
}

.form-check {
    padding: 0.5rem 0 0.5rem 1.25rem;
}

.form-check .form-check-input {
    height: 16px;
    margin-right: 0.5rem;
    width: 16px;
}

.form-check-inline {
    padding: 0.5rem 0;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fafafa;
}

select.form-control {
    background: #000000;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 100%), url(../../dist/images/chevron-arrow-down.png) no-repeat right 1rem top 50%;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}

.form-group,
.form-groups {
    margin-bottom: 1.25rem;
}

.input-style-float {
    display: block;
    margin-bottom: 1.25rem;
    position: relative;
}

.input-style-float input {
    outline: none;
    background: transparent;
}

.input-style-float input::placeholder {
    color: transparent;
}

.input-style-float label {
    left: 1rem;
    pointer-events: none;
    padding: 0.1rem 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease all;
}

.input-style-float input:focus~label,
.input-style-float input.has-value~label,
.input-style-float textarea:focus~label,
.input-style-float textarea.has-value~label {
    background: #fff;
    top: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}


/*--====================== Nab tabs --*/

.nav-tabs {
    border-bottom: 0;
}

.form-booking-title {
    max-height: 50px;
    overflow: scroll;
    overflow-x: hidden;
    padding-top: 10px;
}


/*--====================== Modal --*/

.modal-title {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 0.50!important;
    margin-bottom: 0;
}

.modal-header {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
    margin-bottom: 0;
    background-color: #f54d4d;
    text-combine-upright: #000;
    /* color: #fff; */
    padding: 1.25rem 2.25rem;
}

.modal-header .close {
    background: #fff;
    border: 0;
    border-radius: 50%;
    height: 40px;
    left: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
    width: 40px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 1;
}

.modal-header .close:focus {
    outline: none;
}

.modal-header .close:hover {
    background: #f5f5f5;
    opacity: 1 !important;
}

.modal-body {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.25rem 2.25rem;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 1.25rem 2.25rem;
}

.modal-content {
    border: 0;
    /* border-radius: 0; */
    position: relative;
}

.modal-dialog {
    max-width: 520px;
}


/*--====================== Owl Carousel --*/

.owl-theme .owl-nav {
    align-items: center;
    display: flex;
    height: 0;
    justify-content: space-between;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    background: transparent !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50%;
    font-size: 1.75rem !important;
    /* -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
    transition: all 0.36s;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    background: #000000 !important;
    color: #fff;
}

.owl-theme .owl-nav .owl-next {
    margin-right: -15px;
}

.owl-theme .owl-nav .owl-prev {
    margin-left: -15px;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.25);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #c00000;
}

.owl-theme.nav-inside .owl-nav .owl-next {
    margin-right: 15px !important;
}

.owl-theme.nav-inside .owl-nav .owl-prev {
    margin-left: 15px !important;
}

.owl-theme.dots-inside .owl-dots {
    bottom: 30px;
    margin: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}


/*--====================== Pagination --*/

.page-link {
    align-items: center;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
    border: 1px solid #efefef;
    border-radius: 0;
    color: #646161;
    font-size: 0.85rem;
    padding: 0;
}

.page-link-ends {
    border-radius: 0;
    padding: 0 0.85rem;
    width: auto;
}

.page-link.active {
    background: #999999;
    border-color: #999999;
    color: #fff;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination {
    grid-gap: 10px;
    margin: 0;
    /*.page-item {
    &:first-child, &:last-child {
      .page-link {
        font-size: .75rem;
        height: 28px !important;
        width: 28px !important;
      }
    }
  }*/
}


/*--====================== Accordion cards --*/

.accordion .card {
    border: 0;
    margin-bottom: 1rem;
}

.accordion .card:last-child {
    margin-bottom: 0;
}

.accordion .card-header {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.accordion .card-header h3,
.accordion .card-header h4,
.accordion .card-header h5 {
    background: #f8f8f8;
    color: #646161;
    font-size: 1rem;
    padding: 1.25rem 1.25rem;
}


/*--====================== Table --*/

.table tr td {
    color: #646161;
}

.table tr:first-child td {
    border-top: 0;
}

@media screen and (min-width: 1080px) {
    .container-fluid {
        padding: 0 90px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 576px) {
    /*--====================== Buttons --*/
    .breadcrumb-item {
        font-size: 0.75rem;
        letter-spacing: 0.25px;
        padding-left: 0.25rem;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        color: #dee2e6;
        padding-right: 0.25rem;
    }
    /*--====================== Modal --*/
    .modal-header {
        padding: 1rem 1.25rem;
    }
    .modal-body {
        padding: 1rem 1.25rem;
    }
    .modal-footer {
        padding: 1rem 1.25rem;
    }
    .pagination {
        justify-content: center !important;
    }
}


/*--========= Components --*/

.nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0.5rem 1.1rem;
    white-space: nowrap;
    transition: all 0.36s;
}

.nav-link:hover {
    color: #c00000;
}

.nav-item {
    padding: 0;
}

.nav-link-user {
    padding: 0 !important;
}

.nav-link-user:after {
    display: none !important;
}

.nav-link-user .user-media {
    height: 36px;
    object-fit: cover;
    object-position: center;
    width: 36px;
    border-radius: 50%;
    display: none;
}

.nav-link-search {
    background: transparent;
    border: 0;
}

.nav-link-search:focus {
    outline: none;
}

.nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
}


/*.flex-column {
  .nav-link {
    padding: .85rem 1.25rem;

    i {
      margin-right: 4px;
      text-align: center;
      width: 20px;
    }
  }

  .nav-link.active {
    background: $theme;
    color: $white;
  }

  .nav-item {
    margin-bottom: .25rem;
    padding: 0;

    &:last-child {
      margin-bottom: 0;
    }
  }
}*/

.flex-column .nav-link {
    border-right: 3px solid transparent;
    font-weight: 500;
    padding: 0.45rem 1.25rem;
}

.flex-column .nav-link i {
    margin-right: 4px;
    text-align: center;
    width: 20px;
}

.flex-column .nav-link.active,
.flex-column .nav-link:hover {
    background: #fcf2f2;
    border-color: #c00000;
    color: #c00000;
}

.flex-column .nav-item {
    margin-bottom: 0.25rem;
    padding: 0;
}

.flex-column .nav-item:first-child .nav-link {
    padding: 0.45rem 1.25rem;
}

.flex-column .nav-item:last-child {
    margin-bottom: 0;
}

.nav-pagination .nav-link {
    background: transparent;
    border: 0;
    color: #7e7e7e;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
}

.nav-pagination .nav-link.active,
.nav-pagination .nav-link.completed {
    background: rgba(230, 198, 55, 0.1);
    border-color: #fc9700;
    color: #fc9700;
}

.nav-pagination .nav-link:hover {
    background: rgba(70, 70, 70, 0.1);
    border-color: #464646;
    color: #464646;
}


/*--================ Logged in Menu --*/

.notifier {
    align-items: center;
    display: flex;
    height: 18px;
    justify-content: center;
    width: 18px;
    background: #000000;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 0.5rem;
    font-weight: 300;
    position: absolute;
    left: calc(1.1rem + 0.5rem);
    top: calc(50% - 12px);
    transform: translate(0, -50%);
}

.nav-notifier {
    position: relative;
}

.menu-scroll {
    animation: smoothScroll 1s;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: calc(1030 + 1);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100%);
        transition: 0.5s all;
    }
    50% {
        transform: translateY(0px);
        transition: 0.5s all;
    }
    100% {
        transform: translateY(0px);
        transition: 0.5s all;
    }
}


/*--====================== MENUBAR NEW --*/


/*--====================== DROPDOWN MEGA --*/

.drop-down_content {
    background: #fff;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
    left: 0;
    max-height: calc(100vh - 68px - 40px);
    overflow-y: auto;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 1030;
}

.drop-down_content__mega {
    padding: 24px;
    right: 0;
}

.drop-down_toggle {
    align-items: center;
    display: flex;
}

.drop-down_toggle:after {
    /*content: "\f0dd";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    line-height: 1;*/
    content: "";
    display: inline-block;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.drop-down_set {
    position: relative;
}

.drop-down:hover .drop-down_content {
    opacity: 1;
    visibility: visible;
}

.drop-down.show .drop-down--content {
    display: block;
}

.menubar {
    background: #fff;
    padding: 0;
}

.menubar .nav-link {
    align-items: center;
    display: inline-flex;
    line-height: 68px;
    padding: 0 1.1rem;
}

.menubar nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* padding: 0.5rem 0rem; */
}

.menubar-brand {
    margin-right: 2rem;
}

.menubar-brand img {
    height: 68px;
    width: auto;
}

.menubar-brand .media-sm {
    display: none;
}

.menubar-menu {
    flex-wrap: nowrap;
}

.menubar-toggler {
    align-items: center;
    background: transparent;
    border: 0;
    display: none;
    justify-content: center;
    min-height: 36px;
    padding: 0;
}

.menubar-toggler-icon {
    background: #000000;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 24px;
    position: relative;
    transition: all 0ms 300ms;
}

.menubar-toggler-icon:after {
    background: #000000;
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 24px;
}

.menubar-toggler-icon:before {
    background: #000000;
    border-radius: 1px;
    bottom: 6px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    width: 24px;
    position: absolute;
}

.menubar-close {
    align-items: center;
    background: transparent;
    border: 0;
    display: none;
    font-size: 1.65rem;
    justify-content: center;
    min-height: 36px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
}

.menubar-secondary .dropdown-toggle::after {
    display: none;
}


/*--====================== KEYFRAMES --*/

@keyframes menu {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}


/*--====================== TOP BAR NEW --*/

.header-info-bar {
    background: #000;
    color: #e9ecef;
    font-size: 0.85rem;
    padding: 0.5rem 0;
}

.header-info-bar .list-info .list-item {
    color: #e9ecef;
    font-size: inherit;
    padding: 0;
}

.header-info-bar .list-info .list-item a {
    color: inherit;
    text-decoration: none;
}

.header-info-bar .nav {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.header-info-bar .nav .nav-item {
    line-height: 1.5;
}

.header-info-bar .nav .nav-item .nav-link {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
}

.header-info-bar .container,
.header-info-bar .container-fluid {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .navbar-brand img {
        height: 36px;
    }
    .navbar-brand .media-lg {
        display: none;
    }
    .navbar-brand .media-sm {
        display: block;
    }
    .nav-link-user .user-media {
        display: inline-block;
        height: calc(68px - 68px * 0.25);
        width: calc(68px - 68px * 0.25);
    }
    .nav-link-user .user-title {
        display: none;
    }
    .search-box .form-search-full {
        border-bottom: 2px solid #e5e5e5;
    }
    .search-box .form-search-full .form-control {
        font-size: 1.25rem;
        height: calc(68px - 68px * 0.15 - 2px);
    }
    .search-box .form-search-full .group-addon {
        font-size: 1.25rem;
        padding-right: 0.75rem;
    }
    .search-box .form-search-full .btn-link {
        padding: 0.25rem 0.75rem;
    }
    .drop-down {
        position: initial;
    }
    .drop-down .drop-down_content {
        display: none;
        margin: 0;
        min-height: 1px;
        opacity: 1;
        padding: 1rem;
        position: initial;
        visibility: visible;
    }
    .drop-down.show .drop-down_content {
        display: block;
    }
    .nav-pagination {
        align-items: center;
        background: #f8f9fa;
        flex-direction: row !important;
        grid-gap: 40px;
        justify-content: center;
        margin: 0 -15px;
        padding: 1rem;
        z-index: calc(1020 + 2);
    }
    .nav-pagination .nav-link {
        background: transparent;
        padding: 0;
        text-align: center;
    }
    .nav-pagination .nav-link i,
    .nav-pagination .nav-link span {
        display: block;
        width: 100%;
    }
    .nav-pagination .nav-link.active,
    .nav-pagination .nav-link.completed {
        background: transparent;
    }
    .nav-pagination .nav-link:hover {
        background: transparent;
    }
    /*--================ Logged in Menu --*/
    .menubar {
        padding: 0 0;
    }
    .menubar-brand img,
    .menubar-menu-brand img {
        height: calc(68px - 68px * 0.15);
    }
    .menubar-brand .media-lg,
    .menubar-menu-brand .media-lg {
        display: none;
    }
    .menubar-brand .media-sm,
    .menubar-menu-brand .media-sm {
        display: block;
    }
    .menubar-toggler,
    .menubar-close {
        display: flex;
    }
    .menubar .nav-link {
        line-height: calc(68px - 68px * 0.15);
        padding: 0 1rem;
    }
    .menubar-menu {
        flex-direction: column;
        overflow-x: auto;
        width: 100%;
        /*--====================== Dropdown --*/
    }
    .menubar-menu .nav-link {
        padding: 0;
    }
    .menubar-menu .nav-item {
        padding: 0 1rem;
    }
    .menubar-menu .nav-item:first-child,
    .menubar-menu .nav-item:last-child {
        padding: 0 1rem;
    }
    .menubar-menu-brand {
        margin-bottom: 12px;
        padding: 12px 1rem;
    }
    .menubar-menu-wrapper {
        background: #fff;
        height: 100%;
        overflow-y: auto;
        width: 100%;
    }
    .menubar-menu .dropdown-menu {
        display: none;
        padding: 1rem 1rem;
        position: initial;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
    .menubar-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .menubar-collapse {
        bottom: 0;
        left: -100%;
        position: fixed;
        top: calc(68px - 68px * 0.15);
        width: 100%;
        z-index: calc(1030 + 10);
    }
    .menubar-collapse.open {
        left: 0;
        animation-name: menu;
        animation-duration: 100ms;
        display: block;
    }
    .nav-top {
        width: 100%;
    }
    .nav-top .nav-item:nth-child(2) {
        margin-left: auto;
    }
    .top-bar {
        padding: 0.1rem 0;
    }
    .top-bar .list-info {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .nav-link-user .user-media {
        height: calc(68px - 68px * 0.35);
        width: calc(68px - 68px * 0.35);
    }
    .nav-link-user .user-title {
        display: none;
    }
    .nav-pagination {
        justify-content: space-between;
    }
    .nav-pagination .nav-link i {
        font-size: 1.25rem;
    }
    .nav-pagination .nav-link span {
        display: none;
    }
    /*--================ Logged in Menu --*/
    .navbar-light {
        padding: 0.5rem 1rem;
    }
    .menubar {
        padding: 0 0;
    }
    .menubar .nav-link {
        padding: 0 0.9rem;
    }
    .menubar-brand {
        margin-right: 1rem;
    }
    .menubar-brand img {
        height: calc(68px - 68px * 0.25);
    }
    .menubar-menu .nav-link {
        line-height: calc(68px - 68px * 0.25);
        padding: 0;
    }
    .menubar-collapse {
        top: calc(68px - 68px * 0.25);
    }
}

.post .post-detail-link {
    margin-top: 1.25rem;
}

.post .post-excerpt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.post .post-media {
    display: block;
    position: relative;
    margin: 0 0 1.25rem;
    overflow: hidden;
}

.post .post-media:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.post .post-media img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.post .post-media img {
    transition: all 0.36s;
}

.post .post-media:hover img {
    transform: scale(1.075);
}

.post-media-caption {
    color: #999999;
    font-size: 0.9rem;
    font-style: italic;
    padding: 0.5rem 0;
}

.post-media-full img {
    height: auto;
    max-width: 100%;
}

.post .post-meta-date {
    color: #999999;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0.75rem;
    text-transform: capitalize;
}

.post .post-meta-date i {
    margin-right: 4px;
}

.post .post-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #7e7e7e;
    flex: 0 0 100%;
    margin: 1.25rem 0 0;
    max-width: 100%;
    line-height: 1.5;
}

.post .post-title {
    flex: 0 0 100%;
    margin: 0;
    max-width: 100%;
}

.post .post-title a {
    color: #464646;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    transition: color 0.26s;
}

.post .post-title a:hover {
    color: #c00000;
    text-decoration: none;
}

.post-list {
    display: flex;
    grid-gap: 30px;
    margin-bottom: 30px;
}

.post-list .post-media {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.post-list .post-excerpt {
    display: block;
    flex: 1;
}

.post-news {
    margin-bottom: 60px;
}

.post-news .post-title a {
    font-size: 1.75rem;
}

.view-thumbnail {
    align-items: flex-start;
    display: flex;
    grid-gap: 15px;
    margin-bottom: 30px;
}

.view-thumbnail .post-media {
    flex: 0 0 100px;
    max-width: 100px;
}

.view-thumbnail .post-meta-date {
    margin-top: 0.5rem;
}

.view-thumbnail .post-title a {
    font-size: 1rem;
    line-height: 1.35;
}

.post-full .post-meta {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 1rem 0;
    padding: 0.75rem 0;
}

.post-full .post-meta-date {
    margin-top: 0;
}

.post-row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

@media screen and (max-width: 769px) {
    .post-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .post-list {
        display: block;
    }
    .post-list .post-media {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-list .post-excerpt {
        display: block;
        flex: 1;
    }
    .post-news {
        margin-bottom: 40px;
    }
    .post-news .post-title a {
        font-size: 1.25rem;
    }
    .post-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

.form-log .form-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.form-log .form-title h2,
.form-log .form-title h3,
.form-log .form-title h4,
.form-log .form-title h5 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
}

.btn-favorite {
    background: #f8f9fa;
    border: 0;
    color: #c00000;
    border-radius: 0;
    font-size: 0.85rem;
    height: 46px;
    letter-spacing: 1px;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
    transition: all 0.35s;
}

.btn-favorite span {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.btn-favorite span:before {
    content: "\f004";
}

.btn-favorite:hover {
    background: #dee2e6;
}

.btn-favorite.added span {
    font-weight: 900;
}

.btn-grp {
    align-items: center;
    display: flex;
    grid-gap: 2px;
}

.btn-grp .btn-theme {
    flex: 1;
    /* max-width: 320px; */
}

.count {
    color: #464646;
    font-size: 0.9rem;
    font-weight: 500;
}

.filter-count {
    align-items: center;
    display: flex;
    font-size: 0.85rem;
    grid-gap: 10px;
}

.filter-count label {
    color: #646161;
    font-size: inherit;
    font-weight: 500;
}

.filter-count input {
    border: 1px solid #cccccc;
    height: 36px;
    padding: 0.1rem 1rem;
    width: 90px;
}

.filter-count input:focus {
    outline: none;
}

.nav-account .nav-link {
    background: #eeeeee;
}

.destination-list--wishlist {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 48px;
    grid-template-columns: repeat(3, 1fr);
}

.layout-user--details {
    border: 1px solid #eeeeee;
}

.layout-user--details .layout-title {
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
}

.layout-user--details .layout-title h2,
.layout-user--details .layout-title h3,
.layout-user--details .layout-title h4,
.layout-user--details .layout-title h5 {
    color: #343a40;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.layout-user--details .layout-title,
.layout-user--details .layout-content {
    padding: 20px;
}

.layout-user--details .pagination {
    justify-content: flex-end;
}

.table-cart .table-cell {
    vertical-align: middle;
}

@media screen and (max-width: 769px) {
    .destination-list--wishlist {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .filter-count {
        justify-content: center;
    }
    .destination-list--wishlist {
        grid-template-columns: repeat(1, 1fr);
    }
    .layout-user--details .layout-title h2,
    .layout-user--details .layout-title h3,
    .layout-user--details .layout-title h4,
    .layout-user--details .layout-title h5 {
        font-size: 1.15rem;
    }
    .layout-user--details .layout-title,
    .layout-user--details .layout-content {
        padding: 15px;
    }
    .layout-user--details .pagination {
        justify-content: center;
    }
}


/*--============================== U*T*I*L*I*T*I*E*S --*/

.is-first {
    margin-top: 68px;
}

.section-spyscroll {
    position: relative;
}

.stop-scroll {
    overflow: hidden;
}


/*--============================== C*O*M*P*O*N*E*N*T*S --*/

.social-item {
    padding: 0 2px;
}

.social-link {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.social-link:hover {
    background: #fff;
    color: #000;
}

.search-destination {
    /* background: rgba(21, 21, 21, 0.7);
  backdrop-filter: blur(19px); */
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 170px;
    margin: 2rem auto;
    padding: 8px;
    width: 85px;
}

.search-destination input,
.search-destination select {
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    height: 48px;
    padding: 0 1rem;
    width: 100%;
}

.search-destination input:focus,
.search-destination select:focus {
    color: #fff;
    outline: none;
}

.search-destination input::placeholder,
.search-destination select::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.search-destination .btn {
    display: block;
    font-size: 1rem;
    height: 48px;
}

.search-destination input[type="text"] {
    background: transparent !important;
}

.search-destination select {
    background: transparent !important;
}

.search-destination select option {
    color: #000;
    padding: 0.8rem 1rem;
}


/*--========================== PAGE HOME --*/

.section-landing {
    background: #000;
    position: relative;
}

.section-landing .scroll-info {
    bottom: 50px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    left: 90px;
    letter-spacing: 5px;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: top left;
    z-index: 2;
}

.section-landing .scroll-info i {
    margin-right: 20px;
}

.section-landing .social {
    bottom: 50px;
    position: absolute;
    right: 90px;
    z-index: 2;
}

.section-landing .landing-content {
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 2;
}

.section-landing .landing-content h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.carousel-landing .carousel-item {
    align-items: center;
    display: flex;
    height: calc(100vh - 68px);
    justify-content: center;
    position: relative;
}

.carousel-landing .carousel-media {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.carousel-landing .carousel-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.carousel-landing .carousel-media:after {
    background: rgba(0, 0, 0, 0.35);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.destination-detail {
    display: flex;
    margin: 1.25rem 0;
    max-width: 620px;
    width: 100%;
    height: 90px;
}

.destination-detail--item {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    padding: 0.5rem;
    text-transform: uppercase;
}

.destination-detail--item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.destination-detail--item span {
    display: block;
    text-align: center;
}

.destination-detail--item .label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.85rem;
}

.destination-detail--item .value {
    color: #000;
    font-size: 16px;
}

.destination-media {
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.destination-media img {
    transition: transform 0.36s;
    object-fit: cover;
}

.destination-summary p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin-bottom: 7px;
}

.destination-title {
    opacity: 0.6;
    /* min-height: 60px; */
    min-height: 88px;
}

.destination-title a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    transition: opacity 0.36s;
}

.destination-title--full {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.destination-title--full span {
    color: #c00000;
}

.destination:hover .destination-media img {
    transform: scale(1.1);
}

.destination:hover .destination-title {
    opacity: 1;
}

.destination:hover .destination-title span {
    color: #c00000;
}

.destination:hover .destination-title a {
    text-decoration: none;
}

.destination-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 30% auto;
    width: 100%;
}

.destination-grid .destination-media {
    margin-bottom: 0;
}

.destination-grid .destination-detail {
    margin: 0.65rem 0;
}

.fr-2x {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.fr-4x {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

.destination.is-grid {
    margin-bottom: 40px;
    padding: 0 15px;
}

.destination.is-list {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 4fr 6fr;
    margin-bottom: 60px;
    padding: 0 15px;
}

.destination.is-list .destination-detail {
    display: flex;
    margin: 1.25rem 0;
    width: 100%;
}

.destination.is-list .destination-detail--item {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    padding: 0.5rem;
    text-transform: uppercase;
}

.destination.is-list .destination-detail--item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.destination.is-list .destination-detail--item span {
    display: block;
    text-align: center;
}

.destination.is-list .destination-detail--item .label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.85rem;
}

.destination.is-list .destination-detail--item .value {
    color: #000;
}

.destination.is-list .destination-media {
    margin-bottom: 0;
    overflow: hidden;
}

.destination.is-list .destination-media img {
    transition: transform 0.36s;
}

.destination.is-list .destination-summary p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.destination.is-list .destination-title {
    opacity: 0.6;
}

.destination.is-list .destination-title a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    transition: opacity 0.36s;
}

.destination.is-list:hover .destination-media img {
    transform: scale(1.1);
}

.destination.is-list:hover .destination-title {
    opacity: 1;
}

.destination.is-list:hover .destination-title span {
    color: #c00000;
}

.destination.is-list:hover .destination-title a {
    text-decoration: none;
}

.package-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}


/*--======= S Featured --*/

.section-featured {
    background: #000;
}

.section-featured .destination-detail--item {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.section-featured .destination-detail--item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.section-featured .destination-detail--item .label {
    color: rgba(255, 255, 255, 0.7);
}

.section-featured .destination-detail--item .value {
    color: #fff;
}

.section-featured .destination-title {
    color: #fff;
    opacity: 1;
}

.section-featured .destination-title span {
    color: #c00000;
}

.section-featured .destination:hover .destination-media img {
    transform: scale(1.1);
}

.section-featured .destination:hover .destination-title {
    opacity: 1;
}

.section-featured .destination:hover .destination-title span {
    color: #c00000;
}

.carousel-featured .owl-item {
    padding: 30px;
}

.carousel-featured .owl-item.center {
    padding: 0;
}


/*--======= S Testimonials --*/

.testimonial {
    border: 1px solid #c4c4c4;
    padding: 30px;
    text-align: center;
}

.testimonial-media {
    border: 20px solid #fff;
    height: 100px;
    object-fit: cover;
    width: 100px !important;
}

.testimonial-user {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 2rem;
    text-transform: capitalize;
}

.testimonial-testimony {
    font-style: italic;
    font-weight: 500;
    margin: 0;
}

.form-subscribe .form-control {
    background: #fff;
    color: #7e7e7e;
    min-width: 380px;
}


/*--========================== PAGE INNER --*/

.master {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 80px;
}

.master-sidebar {
    flex: 0 0 320px;
    max-width: 320px;
}

.master-content {
    flex: 0 0 calc(100% - 320px - 80px);
    max-width: calc(100% - 320px - 80px);
}

.btn-nav {
    align-items: center;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    color: #464646;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    fill: #464646;
    font-size: 20px;
}

.tabbar {
    align-items: center;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 48px auto 48px;
}

.tabbar .menu-wrapper {
    overflow: hidden;
    padding: 0 1rem;
}

.tabbar .nav-tabs {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    position: relative;
}

.tabbar .nav-tabs .nav-link {
    background: #f7f7f7;
    border: 0;
    border-radius: 0;
    color: #646161;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 48px;
    margin: 0;
    padding: 0 1rem;
    text-align: center;
    text-transform: capitalize;
    transition: color 0.36s;
    white-space: nowrap;
}

.tabbar .nav-tabs .nav-item {
    margin: 0;
    padding: 0 2px;
}

.tabbar .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 1rem !important;
}

.tabbar .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 1rem !important;
}

.destination-description .block-title {
    padding: 0 1.25rem;
}

.destination-description .block-content {
    padding: 0 1.25rem;
}

.gallery-item {
    display: block;
}

.event-countdown {
    padding: 80px 60px;
}

.section-counter {
    text-align: center;
}

.section-counter .countdown-title {
    color: #646161;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    height: 115px;
}

.section-counter .count-box {
    justify-content: center;
}

.marathon-media {
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.marathon-media img {
    transition: transform 0.36s;
}

.marathon-meta {
    margin: 1.25rem 0;
}

.marathon-summary p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marathon-title {
    opacity: 0.6;
    height: 45px;
}

.marathon-title a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    transition: opacity 0.36s;
}

.marathon-title--full {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.marathon-title--full span {
    color: #c00000;
}

.marathon:hover .marathon-media img {
    transform: scale(1.1);
}

.marathon:hover .marathon-title {
    opacity: 1;
}

.marathon:hover .marathon-title span {
    color: #c00000;
}


/* .marathon:hover .marathon-title a {
    text-decoration: none;
} */

.marathon-title a:hover {
    text-decoration: none;
}

.event {
    align-items: center;
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
}

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

.event-media {
    margin-bottom: 0;
    overflow: hidden;
}

.event-media img {
    transition: transform 0.36s;
}

.event-media:hover img {
    transform: scale(1.1);
}

.event-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.event-title a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    transition: all 0.36s;
}

.event-title:hover span {
    color: #c00000;
}

.event-title:hover a {
    color: #c00000;
    text-decoration: none;
}

.event:nth-child(odd) .event-media {
    order: 2;
}

.event:nth-child(odd) .event-excerpt {
    order: 1;
}

.related-detail {
    display: flex;
    margin: 1.25rem 0;
    max-width: 620px;
    width: 100%;
}

.related-detail--item {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    padding: 0.5rem;
    text-transform: uppercase;
}

.related-detail--item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.related-detail--item span {
    display: block;
    text-align: center;
}

.related-detail--item .label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.85rem;
}

.related-detail--item .value {
    color: #000;
}

.related-media {
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.related-media img {
    transition: transform 0.36s;
}

.related-summary p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-title {
    opacity: 0.6;
}

.related-title a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    transition: opacity 0.36s;
}

.related:hover .related-media img {
    transform: scale(1.1);
}

.related:hover .related-title {
    opacity: 1;
}

.related:hover .related-title span {
    color: #c00000;
}

.related:hover .related-title a {
    text-decoration: none;
}

.info-row {
    display: grid;
    grid-gap: 90px;
    grid-template-columns: repeat(2, 1fr);
}


/*--========================== CONTACT --*/

.list-contact-info i {
    color: #c00000;
    font-size: 2rem;
    flex: 0 0 50px;
    max-width: 50px;
}

.list-contact-info .list-item {
    align-items: center;
}


/*--========================== CHECKOUT --*/

.layout-checkout .tab-content {
    border: 1px solid #e9ecef;
    padding: 30px;
}

.purchase-details {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.purchase-details .list-item {
    color: #646161;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 160px auto;
    margin-bottom: 0.55rem;
}

.purchase-details .list-item:last-child {
    margin-bottom: 0;
}

.purchase-details .list-item--label {
    font-weight: 600;
}

.purchase-details .list-item--value img {
    height: 40px;
    width: auto;
}

@media screen and (max-width: 769px) {
    /*--============================== U*T*I*L*I*T*I*E*S --*/
    .is-first {
        margin-top: calc(68px - (68px * 0.15));
    }
    /*--============================== C*O*M*P*O*N*E*N*T*S --*/
    .social-link {
        align-items: center;
        display: flex;
        height: 40px;
        justify-content: center;
        width: 40px;
    }
    .search-destination {
        margin: 1.25rem auto;
        padding: 8px 15px;
        width: 100%;
    }
    .search-destination input,
    .search-destination select {
        border: 0;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        height: calc(1.75em + 0.75rem * 2 + 2px);
        padding: 0 1rem;
        width: 100%;
    }
    .search-destination input:focus,
    .search-destination select:focus {
        color: #fff;
        outline: none;
    }
    .search-destination input::placeholder,
    .search-destination select::placeholder {
        color: #fff;
        opacity: 1;
        /* Firefox */
    }
    /*--========================== PAGE HOME --*/
    .section-landing .scroll-info {
        bottom: 15px;
        left: 15px;
        letter-spacing: 3px;
    }
    .section-landing .scroll-info i {
        margin-right: 16px;
    }
    .section-landing .social {
        bottom: auto;
        top: 15px;
        right: 15px;
    }
    .section-landing .landing-content h1 {
        font-size: 2rem;
    }
    .carousel-landing .carousel-item {
        height: calc(100vh - 68px * 0.15);
    }
    .carousel-landing .carousel-content {
        padding: 0 15px;
    }
    .carousel-landing .carousel-content h1 {
        font-size: 1.75rem;
    }
    .destination-detail {
        margin: 1.1rem 0;
    }
    .destination-detail--item {
        padding: 0.35rem;
    }
    .destination-detail--item span {
        line-height: 1.35;
    }
    .destination-detail--item .label {
        font-size: 0.85rem;
    }
    .destination-media {
        margin-bottom: 1.1rem;
    }
    .destination-title {
        font-size: 1.1rem;
    }
    /*--========================== PAGE INNER --*/
    .master {
        grid-gap: 40px;
    }
    .master-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .master-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .event-countdown {
        padding: 70px 40px;
    }
    .event {
        grid-gap: 30px;
        grid-template-columns: 40% auto;
        margin-bottom: 60px;
    }
    .event-title a {
        font-size: 1.25rem;
    }
    .event:nth-child(odd) {
        grid-template-columns: auto 40%;
    }
    .info-row {
        grid-gap: 60px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .is-first {
        margin-top: calc(68px - (68px * 0.25));
    }
    /*--============================== C*O*M*P*O*N*E*N*T*S --*/
    .social-link {
        align-items: center;
        display: flex;
        height: 40px;
        justify-content: center;
        width: 40px;
    }
    .search-destination {
        grid-gap: 0;
        grid-template-columns: 1fr;
        margin: 1.25rem auto;
        padding: 8px;
    }
    .search-destination input,
    .search-destination select {
        height: calc(1.75em + 0.75rem * 2 + 2px);
        padding: 0 1rem;
    }
    /*--========================== PAGE HOME --*/
    .section-landing .landing-content h1 {
        font-size: 1.5rem;
    }
    .carousel-landing .carousel-item {
        height: calc(100vh - 68px * 0.25);
    }
    .destination {
        width: 100%;
    }
    .destination-detail {
        margin: 1rem 0;
    }
    .destination-detail--item {
        padding: 0.35rem;
    }
    .destination-detail--item .label {
        font-size: 0.8rem;
    }
    .destination-media {
        margin-bottom: 1rem;
    }
    .destination-summary {
        display: none;
    }
    .destination-title {
        font-size: 1rem;
    }
    .destination.is-list {
        grid-gap: 16px;
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .fr-2x {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .event-countdown {
        padding: 40px 20px;
    }
    .event {
        grid-gap: 20px;
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .event .action-bar {
        margin-top: 1.25rem;
    }
    .event-title a {
        font-size: 1rem;
    }
    .event:nth-child(odd) {
        grid-template-columns: 1fr;
    }
    .event:nth-child(odd) .event-media {
        order: 1;
    }
    .event:nth-child(odd) .event-excerpt {
        order: 2;
    }
    .form-subscribe h2 {
        font-size: 1.25rem;
    }
    .form-subscribe .form-control {
        width: 100%;
    }
    .form-subscribe .btn {
        margin-top: 0.35rem;
        width: 100%;
    }
    .form-subscribe .form-group {
        width: 100%;
    }
    /*--========================== CHECKOUT --*/
    .layout-checkout .tab-content {
        padding: 20px;
    }
    .purchase-details {
        list-style: none;
        margin: 0 0 2rem;
        padding: 0;
    }
    .purchase-details .list-item {
        color: #646161;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 160px auto;
        margin-bottom: 0.55rem;
    }
    .purchase-details .list-item:last-child {
        margin-bottom: 0;
    }
    .purchase-details .list-item--label {
        font-weight: 600;
    }
    .purchase-details .list-item--value img {
        height: 40px;
        width: auto;
    }
}

a.read-more {
    color: #111112;
    text-decoration: none;
}

.new_people {
    background-color: #f9f9f98a;
    margin-bottom: 15px;
}

.new_people_form {
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    padding: 25px;
    margin: 0px 0px 15px;
    width: 100%;
}

.badge.badge-info p {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}


/* Package Carousel */

.package-slider {
    display: flex;
    gap: 8px;
}

.package-slider .image-nav {
    width: 10%;
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.package-slider .image-nav .slick-slide img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}

.package-slider .full-image {
    width: 90%;
    height: 100%;
}

.package-slider .full-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .package-slider .image-nav {
        width: 20%;
        max-height: 375px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .package-slider .full-image {
        width: 80%;
        height: 100%;
    }
    .package-slider .full-image img {
        width: 100%;
        height: 100%;
        max-height: 375px;
        object-fit: cover;
    }
}

@media (min-width: 275px) and (max-width: 768px) {
    .package-slider .image-nav {
        width: 25%;
        max-height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .package-slider .full-image {
        width: 75%;
        height: 100%;
    }
    .package-slider .full-image img {
        width: 100%;
        height: 100%;
        max-height: 300px;
        object-fit: cover;
    }
}


/* Nav bar */

.menu-area {
    background: #fff;
    padding: 0.5rem 0rem;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #f2f2f2;
}

.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0.9rem 1.2rem;
    display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #808080;
}


/*==========Sub Menu=v==========*/

.mainmenu .collapse ul>li>ul>li>a {
    color: #646161;
    text-decoration: none;
}

.mainmenu .collapse ul>li:hover>a {
    color: #d61a5e;
    text-decoration: none;
}

.dropdown-toggle-1::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 20px;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #fff;
}

.mainmenu .collapse ul ul ul>li:hover>a {
    background: #fff;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #fff;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #fff;
    color: #808080;
}


/******************************Drop-down menu work on hover**********************************/

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block;
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative;
        border-bottom: 1px solid #ececec;
    }
    .mainmenu .collapse ul ul li:hover>ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 350px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 350px;
        display: none;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px;
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px;
    }
}

textarea.form-control {
    height: 120px;
}

td.font-weight-black {
    font-weight: 600;
}


/* Scrollbar */


/* .red-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  background-color: #fff;
} */

.red-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.red-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c00000;
}

.package-date {
    color: #757575;
    font-size: 0.85rem;
}

i.far.fa-calendar-check {
    width: 18px;
    color: #c00000;
}

.ecm-ribbon {
    text-align: left;
    padding: 8px 0;
    background-color: #eee;
    color: #525050;
    /* margin-bottom: 30px; */
}

.ecm-ribbon ul {
    margin-bottom: 0 !important;
}


/* .new-bread-cumb {
    margin-left: -25%;
  }
   */
.ecm-ribbon li {
    font-size: 12px;
    padding: 0 5px;
}

.ecm-ribbon a {
    color: #525050;
    text-decoration: none;
}

button.btn.btn-primary.rounded-pill.mt-4 {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.time {
    font-size: 24px;
    font-weight: 700;
    color: #c00000;
    word-spacing: 6px;
    letter-spacing: -1px;
    white-space: inherit;
}

.marathon-type {
    margin-top: 40px;
    margin-left: 84%;
    margin-bottom: 16px;
}

.marathon-filter {
    align-items: center;
    display: inline-flex;
    grid-gap: 10px;
}

.marathon-filter label{
    font-size: 0.85rem;
    margin: 0;
    white-space: nowrap;
}

.marathon-filter select {
    min-width: 180px;
    max-width: 210px;
}

@media (max-width: 399px)  {
    .marathon-filter {
        float: right;
        margin-top: -150%;
    }
}


@media (min-width: 400px) and (max-width: 500px) {
    .marathon-filter {
        float: right;
        margin-top: -124%;
    }
}

@media (min-width: 501px) and (max-width: 699px) {
    .marathon-filter {
        float: right;
        margin-top: -75%;
    }
}

@media (min-width: 700px) and (max-width: 979px) {
    .marathon-filter {
        float: right;
        margin-top: -54%;
    }
}

@media (min-width: 900px) and (max-width: 1150px) {
    .marathon-filter {
        float: right;
        margin-top: -40%;
    }
}

@media (min-width: 1151px) and (max-width: 1280px) {
    .marathon-filter {
        float: right;
        margin-top: -30%;
    }
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .marathon-filter {
        float: right;
        margin-top: -15%;
    }
}

@media (min-width: 1501px) and (max-width: 1700px) {
    .marathon-filter {
        float: right;
        margin-top: -5%;
    }
}

/* .dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
  
      pointer-events: none;
  } */
    /*Without this, clicking will make it sticky*/
