/* latin-ext */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
    height: 100%;
    font-family: 'Lato', 'Titillium Web', Arial;
}

body {
    background-color: #f5f5f5;
}

.fs-sm {
    font-size: .875em;
}

.bg-a20 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.w-200 {
    min-width: 200px;
}

.w-250 {
    min-width: 250px;
}

.mw-250 {
    max-width: 250px;
}

.mw-200 {
    max-width: 200px;
}

.hw-60 {
    height: 60px;
    width: 60px;
}

@media (max-width: 576px) {
    .w-200 {
        min-width: 100%;
    }
    .mw-200 {
        max-width: 100%;
    }
    .w-250 {
        min-width: 100%;
    }
    .mw-250 {
        max-width: 100%;
    }
}

.overlay-pwa {
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

.noscroll {
    overflow: hidden;
}

.line-30 {
    line-height: 30px;
}

.line-45 {
    line-height: 45px;
}

.h5-m {
    color: #4d4d4d;
}

.d-color {
    color: #626568;
}

.text-a3 {
    color: #a3a3a3 !important;
}

.img-m {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1140px) {
    .img-m {
        width: 95%;
        height: 95%;
    }
}

@media (max-width: 576px) {
    .h5-m {
        font-size: 1.1rem;
    }
    .img-m {
        border-radius: 3px 3px 0 0;
        margin-top: -8px;
        margin-left: -8px;
        width: calc(100% + 16px);
    }
}

.navbar-nav .dropdown-item:active {
    color: #212529;
}

.sideheader {
    width: 100%;
    margin-left: -1rem !important;
    top: 0;
}

.ajaxLogout p {
    color: #fff;
}

.sideheader .topheader {
    min-height: 66px;
    padding-top: 1px;
}

@media (min-width: 992px) {
    .sideheader {
        background-color: #353340 !important;
    }
    .ajaxLogout p {
        color: #dd5555;
    }
    .sideheader .topheader {
        background-color: #2a2933 !important;
        border-bottom: 1px solid rgb(35 35 36);
    }
}

.sideheader .topheader img {
    max-height: 50px;
    max-width: 100%;
}

.mt-9r {
    margin-top: 8.95rem!important;
}

.m-h5 {
    margin: 10px !important;
}

.navbar .copyright {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    /* padding: 30px 15px; */
    margin-left: -1rem;
    left: 17px;
    font-weight: bold;
    background-color: #eee;
    color: #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sideheader .username {
    width: 150px;
    padding-top: 17px;
    overflow: hidden;
    line-height: 15px;
    position: relative;
    margin-top: -3px;
    margin-right: 5px;
    transition: visibility 0.15s linear;
}

.sideheader .username b {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0);
    transition: 1.5s;
}

.sideheader .username:hover b {
    transform: translateX(calc(150px - 100%));
}

@media (max-width: 991.98px) {
    .sideheader .username {
        margin-top: 0;
        padding-top: 5px;
    }
    .sideheader .username p {
        position: absolute;
        top: 26px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .sideheader .username {
        margin-top: -3px;
        padding-top: 8px;
    }
    .sideheader .username p {
        position: absolute;
        top: 30px;
    }
}
.sideheader .username p.right {
    right:0;
}
.sideheader .usericon {
    width: 45px;
    height: 45px;
    padding-right: .25rem!important;
    padding-left: .35rem!important;
    font-family: var(--bs-body-font-family) !important;
}


/*
 * Nav Menu
 */

.navbar .nav-link {
    color: #293340;
}

.navbar-m-header {
    height: 110px;
    margin-left: -1rem;
    margin-right: -1rem;
}

.navbar-m-header img {
    max-height: 50px;
    margin-top: 5px;
    /* margin-left: 0; */
    /* margin-right: 0; */
    transform: translate(20px, 0)
}

.dropdown-item {
    padding: 0.5rem 0 0.5rem 0;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.nav-img {
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -3.5px;
}

@media (min-width: 992px) {
    .nav-img {
        filter: invert(100%) sepia(35%) saturate(567%) hue-rotate(193deg) brightness(106%) contrast(104%);
    }
}

li.dropdown img {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    margin-top: -3.5px;
}

.fixed-top {
    top: -60px;
    transition: all 1s;
    padding: -15px;
    animation-name: example;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes example {
    from {
        top: -66px;
    }
    to {
        top: 0;
    }
}

.m-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: black;
    z-index: 4990;
    opacity: 0.7;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        z-index: 5000;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 40%;
        height: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #f5f5f5;
        transition: transform .15s ease-in-out, visibility .15s ease-in-out;
        overflow-x: hidden;
    }
}

.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
}

@media (max-width: 576px) {
    .offcanvas-collapse {
        width: 70%;
    }
}


/* ============ Menu desktop view ============ */

.menu-drop-plus {
    font-size: 1.5rem;
    position: relative;
    padding: 6px 15px 0px 15px;
    float: right;
    bottom: 22px;
    line-height: 0;
    color: #777777;
}


@media all and (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #fafafa;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li>a:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
    .dropdown-item:hover {
        background-color: #f1f1f1;
    }
}


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        border: none;
        border-bottom: 1px solid #bbbbbb;
        border-radius: 0;
    }
    .dropdown-toggle::after {
        border: none;
    }
    .dropdown-menu .submenu li {
        border-top: 1px solid #bbb;
    }
    .dropdown-item {
        width: auto !important;
    }
    .dropdown-menu a {
        padding-left: 10px;
        margin-right: 70px;
    }
    .nav-item {
        width: auto !important;
    }
    .nav-item a {
        padding-left: 10px;
        margin-right: 70px;
    }
}


/*
 * Footer
 */

.footer {
    padding: 0.5rem 0;
    color: #a7a7a7;
}

.footer .site-logo {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: -10px;
}

.footer a {
    text-decoration: none;
}

.footer a:not(.btn) {
    color: #a7a7a7;
}

.footer .title {
    color: #ededed;
}

.footer_top.dark {
    background-color: #293340 !important;
}

.footer_top.dark .site-logo img {
    max-height: 40px;
}

.footer_top.dark .quick-link li a:hover {
    color: #ff6f61;
}

.footer_bottom.dark {
    background-color: #293340 !important;
}

.footer_bottom.dark .container {
    padding: 20px;
    border-top: 2px solid #a7a7a7;
}

.footer-lang-selector {
    margin-top: 4px;
    margin-left: 20px;
    padding: 3px;
    display: inline-block;
    border: 1px solid #6D7784;
    outline: none;
    background-color: transparent;
    color: #a7a7a7;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 576px) {
    section.banner .content {
        text-align: center;
    }
    section.banner .content h1 {
        font-size: 30px;
    }
    .header-top .navbar-nav.list-inline {
        display: none;
    }
    nav.header-top .link {
        margin-left: auto;
    }
    footer {
        border-top: none;
    }
    footer .col-auto {
        flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }
}

.home-list-post {
    height: 130px;
    border: 0.2px solid #eeeeee;
    border-radius: 5px;
}

.home-list-post:hover {
    box-shadow: 0rem .125rem .6rem rgba(0, 0, 0, .4)!important;
    transition: 0.3s;
}

.home-list-post-title {
    color: #4e4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 0.95rem;
    height: 50px;
    /* margin-left: -10px; */
}

.xs-small{
    font-size: .8em;
}

.home-list-post-desc {
    font-size: 0.91rem;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* text-align: left; */
    color: #676a6e;
    font-size: 0.85rem;
    /* margin-left: -10px; */
}

.home-list-post-img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    /* margin-left: -12px; */
    border-radius: 3px 0 0 3px;
}

.home-list-post-extra {
    margin-top: -10px;
    /* margin-left: -10px; */
}

@media screen and (max-width: 575px) {
    .home-list-post {
        height: 100px !important;
        border-radius: 0 !important;
    }
    .home-list-post-img {
        height: 100px !important;
        border-radius: 0 !important;
    }
    .home-list-post-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: normal;
        /* number of lines to show */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: -5px;
        font-weight: 500 !important;
        /* text-align: left; */
        font-size: 0.9rem;
        margin-bottom: 10px !important;
        /* margin-left: -25px; */
        height: 75px;
    }
    .home-list-post-extra small,
    .home-list-post-extra i {
        font-size: 0.7rem;
    }
    /*
    .home-list-post-extra {
        flex-direction: column;
    }
    /*
    .home-list-post-desc {
        margin-left: -25px;
    } */
}

.post-cat-badge {
    position: relative;
    top: -20px;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.hr-post {
    color: #bbbbbb;
    margin: 0;
}

.widget-list-post {
    height: 100px;
    border: none;
}

.widget-list-post-title {
    height: 2.5rem;
    color: #5e5e5e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: -5px;
    font-weight: bold;
    font-size: small;
    margin-left: -10px;
}

.widget-list-post-img {
    margin: 9px 0 0 10px;
    height: 85px;
    width: 85px;
    object-fit: cover;
    border-radius: 5px;
}

.widget-list-post-extra {
    margin-top: 20px;
    font-size: small;
    font-weight: bold;
    color: #bbbbbb;
    margin-left: -10px;
}

@media screen and (max-width: 1399px) {
    .widget-list-post {
        height: 100px;
    }
    .widget-list-post-title {
        height: 2.5rem;
        font-size: smaller;
    }
    .widget-list-post-img {
        margin: 20px 0 0 10px;
        height: 60px;
        width: 60px;
    }
    .widget-list-post-extra {
        font-size: x-small;
    }
}

.text-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4e4e4e;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    height: 65px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 0.91rem;
    white-space: break-spaces;
    text-align: center;
}

.text-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6d6d6d;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    height: 45px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 0.9rem;
    white-space: break-spaces;
    text-align: center;
}

.grid-scroll-items {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    transition: all 0.2s;
    /*transform: scale(0.98);*/
    will-change: transform;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.grid-scroll-items::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.grid-scroll-items {
    margin: 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.grid-scroll-items.active a {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
    /* transform: scale(1.1); */
}

.grid-scroll-item {
    display: inline-block;
    width: 250px;
    height: 325px;
}

@media (max-width: 575.98px) {
    .text-title {
        font-weight: 500;
        font-size: 0.9rem;
    }
    .grid-scroll-item {
        width: 225px;
        height: 300px;
    }
    .grid-scroll-card {
        height: 280px !important;
    }
}

.grid-scroll-card {
    height: 320px;
}

.grid-scroll-card:hover {
    box-shadow: 0rem .1rem .4rem rgba(0, 0, 0, .7)!important;
    transition: 0.3s;
}

@media screen and (max-width: 500px) {
    .grid-scroll-item {
        min-height: 200px;
        min-width: 200px;
    }
}

.ma-border {
    border: 0.2px solid #eeeeee;
    border-radius: 5px;
}

.ma-card {
    border: 0.2px solid #eeeeee;
    border-radius: 5px;
}

.ma-card:hover {
    box-shadow: 0rem .125rem .75rem rgba(0, 0, 0, .5)!important;
    transition: 0.3s;
}

.post-title {
    color: #293340;
    text-align: center;
    font-weight: bold;
}

.post-desc {
    color: rgb(26, 29, 38);
    font-size: 1.125rem;
    text-align: center;
}

.pagination-center {
    align-items: center;
    justify-content: center;
}


/**   BreadCrumb  **/

.breadcrumbs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.breadcrumbs__nav .item {
    position: relative;
}

.breadcrumbs__nav .item a {
    color: #000000;
    text-decoration: none;
}

.breadcrumbs__nav .item:before {
    position: absolute;
}

.breadcrumbs__nav {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.breadcrumbs__nav:after {
    content: "";
    display: block;
    /* min-width: 5vw;
    min-height: 1vw; */
    visibility: hidden;
}

.breadcrumbs__nav::-webkit-scrollbar {
    display: none;
}

.breadcrumbs__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.breadcrumbs__nav .item {
    padding-right: 1.3rem;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breadcrumbs__nav .item:before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
    position: absolute;
    right: .4rem;
}

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

.breadcrumbs__nav .item:last-child {
    padding-right: 0;
    opacity: 1;
    color: #6c757d !important;
}

.breadcrumbs__nav .item:last-child:before {
    display: none;
}

.tag-item {
    background-color: #f2f2f2;
    color: #878e94;
    cursor: pointer;
}

.tag-item a {
    text-decoration: none;
    color: #878e94;
}

.post-desc img {
    max-width: 100% !important;
}

.hrseprator {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.btn-comment {
    width: 100%;
    background: none;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: none;
    text-shadow: none;
}

.btn-comment:hover {
    background: #eee;
    box-shadow: none
}

#add_comment .btn-primary:hover,
.btn-primary:active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.overlay {
    top: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

.overlay-f {
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

@keyframes spinner-circle {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    width: 50px;
    height: 50px;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    animation: spinner-circle 0.75s linear infinite;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


/* 
    *
    Loading Spinner 
    *
    */

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#footer_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(249, 249, 249, .98);
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 6%);
    min-height: 60px;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .3s ease;
}

#footer_bar a {
    text-decoration: none;
    color: #414141;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

#footer_bar a.active {
    color: #147cac;
}

#footer_bar a svg,
#footer_bar a i {
    margin-top: -8px;
}

#footer_bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 500;
    opacity: .7;
}

.font-10 {
    font-size: .625rem !important;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 17px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 0px 15px #2020203d;
    background: white url("data:image/svg+xml;charset=UTF-8, %3csvg id='SvgjsSvg1001' width='288' height='288' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs'%3e%3cdefs id='SvgjsDefs1002'%3e%3c/defs%3e%3cg id='SvgjsG1008' transform='matrix(1,0,0,1,0,0)'%3e%3csvg xmlns='http://www.w3.org/2000/svg' width='288' height='288' fill='currentColor' class='bi bi-sun-fill' viewBox='0 0 16 16'%3e%3cpath d='M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z' fill='%23ffbf66' class='color000 svgShape'%3e%3c/path%3e%3c/svg%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px !important;
}

.theme-switch.active+.slider {
    background-color: #6666ff;
}


/*
.input:focus+.slider {
    box-shadow: 0 0 1px #6666ff;
}
*/

.theme-switch.active+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background: white url("data:image/svg+xml;charset=UTF-8, %3csvg id='SvgjsSvg1011' width='288' height='288' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs'%3e%3cdefs id='SvgjsDefs1012'%3e%3c/defs%3e%3cg id='SvgjsG1013'%3e%3csvg xmlns='http://www.w3.org/2000/svg' width='288' height='288' fill='currentColor' class='bi bi-moon-stars-fill' viewBox='0 0 16 16'%3e%3cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z' fill='%236666ff' class='color000 svgShape'%3e%3c/path%3e%3cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z' fill='%236666ff' class='color000 svgShape'%3e%3c/path%3e%3c/svg%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.onesignal-bell-container {
    display: none !important;
}

a#menu-contact+ul {
    visibility: hidden;
}

ul.contact-child {
    position: fixed;
    padding: 0;
    padding-bottom: 40px;
    z-index: 1000;
    bottom: 15px;
    right: 0.5rem;
}

ul.contact-child li {
    list-style: none;
    margin-bottom: 10px;
}

ul.contact-child li a {
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 55px;
    height: 55px;
    display: block;
    padding-top: 6px;
}

ul.contact-child li:first-child a {
    background-color: #8068b6;
}

a#menu-contact:hover+ul {
    visibility: visible;
    animation: scale-in .5s;
}

ul.contact-child:hover {
    visibility: visible!important;
    opacity: 1!important;
}

#crisp-chatbox>div>a {
    display: none!important;
}

.my-float {
    font-size: 28px;
    color: #fff;
}

.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 0.5rem;
    background-color: #3d6fb0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 1px 2px #3b5998;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
    padding-top: 8px;
}

a#menu-contact i {
    animation: rotate-in .5s;
}

@media (max-width: 767.98px) {
    ul.contact-child {
        bottom: 64px;
    }
    .float {
        bottom: 64px;
    }
}

.footer-socials a {
    padding: 0.15rem 0.6rem !important;
}

.footer-socials i {
    font-size: 1.5rem !important;
}

.bg-instagram {
    background-color: #e1306c!important;
    color: #FFFFFF;
}

.bg-phone {
    background-color: #27aea7 !important;
    color: #FFFFFF;
}

.bg-anchorup {
    background-color: #4A89DC !important;
}

.bg-red2-dark {
    background-color: #DA4453 !important;
    color: #FFFFFF !important;
}

.bg-skype {
    background-color: #12A5F4 !important;
    color: #FFFFFF;
}

.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-xs i {
    width: 2.375em;
    line-height: 2.375em;
    font-size: .875em;
    display: inline-block;
}

.icon-s i {
    width: 2.375em;
    line-height: 2.375em;
    font-size: 1rem;
    display: inline-block;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
}

.btn-facebook:focus,
.btn-facebook.focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}

.btn-twitter:focus,
.btn-twitter.focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40;
}

.btn-instagram:focus,
.btn-instagram.focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-pinterest {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #980617;
    border-color: #8c0615;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-youtube {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
}

.btn-youtube:focus,
.btn-youtube.focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-youtube.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-telegram {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-telegram:hover {
    color: #fff;
    background-color: #527093;
    border-color: #4d6a8b;
}

.btn-telegram:focus,
.btn-telegram.focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-telegram.disabled,
.btn-telegram:disabled {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-telegram:not(:disabled):not(.disabled):active,
.btn-telegram:not(:disabled):not(.disabled).active,
.show>.btn-telegram.dropdown-toggle {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.btn-telegram:not(:disabled):not(.disabled):active:focus,
.btn-telegram:not(:disabled):not(.disabled).active:focus,
.show>.btn-telegram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-whatsapp {
    color: #fff;
    background-color: #3dcb44;
    border-color: #3dcb44;
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #32b639;
    border-color: #32b639;
}

.btn-whatsapp:focus,
.btn-whatsapp.focus {
    box-shadow: 0 0 0 2px rgba(76, 234, 97, 0.5);
}

.btn-whatsapp.disabled,
.btn-whatsapp:disabled {
    color: #fff;
    background-color: #3dcb44;
    border-color: #3dcb44;
}

.btn-whatsapp:not(:disabled):not(.disabled):active,
.btn-whatsapp:not(:disabled):not(.disabled).active,
.show>.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #1ee56a;
    border-color: #1ee56a;
}

.btn-whatsapp:not(:disabled):not(.disabled):active:focus,
.btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.show>.btn-whatsapp.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(76, 234, 97, 0.5);
}

.searchBox {
    height: 40px;
}

.searchBox:hover {
    background: #ffffff;
    border-radius: 40px;
}

.searchBox:hover>.searchInput {
    width: 150px;
    padding: 0 6px;
    color: #2f3640 !important;
    font-size: 16px;
}

.searchBox:hover>.searchButton {
    background: #d7d7d7;
    color: #2f3640;
}

.searchButton {
    background: none;
    border: none;
    color: #ffffff;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 0px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    color: transparent !important;
}

.topheader .cart-icon {
    width: 45px;
    height: 45px;
    padding-left: 0.6rem !important;
    padding-top: 0.7rem !important;
}

.topheader .cart-icon i {
    margin: 0 !important;
    padding-left: 2px;
}

.user-section .dropdown-toggle::after {
    color: #fff;
}

.user-section .dropdown-menu[data-bs-popper] {
    left: -75px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.noclick {
    touch-action: none !important;
    user-select: none !important;
    pointer-events: none !important;
}

@media (max-width: 991px) {
    .language-section .dropdown-menu a {
        padding-left: 10px;
        margin-right: 0;
    }
    .language-section .nav-item a {
        padding-left: 10px;
        margin-right: 10px;
    }
    .language-section .dropdown-toggle::after {
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
}

.language-section.dropstart .dropdown-toggle::before {
    border: none;
}

.language-section.dropstart .dropdown-toggle::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;
    color: #ffffff;
}

@media (min-width: 992px) {
    .language-section .dropdown-toggle::after {
        color: #ffffff !important;
    }
}

@media (max-width: 575.98px) {
    .navbar .navbar-brand {
        margin-right: 0 !important;
    }
}

.comment_user_pic {
    opacity: 0.45;
    height: 30px;
    margin-top: 15px;
    margin-right: 20px;
}

.post_author_img {
    height: 30px;
    margin-top: 8px;
    margin-right: 20px;
}

.card-footer {
    /* padding: .5rem 1rem; */
    /* margin-bottom: 0; */
    padding: 0;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-style-back {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 100%;
    /* padding-bottom: 60px !important; */
    margin-top: 30px;
    /* margin-bottom: -43px; */
}
/*
.card-style-back .card {
    margin-top: -95px !important;
}
*/
.card-style {
    overflow: hidden;
    margin: 0 4% 30 px 4%;
    border-radius: 15 px;
    border: none;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.shadow-md {
    box-shadow: 0 4px 10px 2px rgb(0 0 0 / 6%) !important;
}

.rounded-4 {
    border-radius: 15px;
}

.logo-white {
    display: none;
}

.comment-admin {
    background-color:#f9ffe4 !important;
}