/* Search results  CSS */
.footer__bottom {
    padding: 15px 0;
    background: #032019;
}
.footer__bottom p {
    color: #878F8D;
    font-size: 16px;
    margin: 0 0;
}
.bold-text-color b {
    font-weight: 600;
    color: var(--clnto-heading-color);
}
.position-sticky-top-80  {
    position: sticky !important;
    top: 120px;
}
.admin-bar .position-sticky-top-80 {
    top: 150px;
}
.pointer-none {
    pointer-events: none;
}

/* Elementor Custom CSS */
.clnto-menu-not-showing {
    padding: 25px 0;
}
.no-animation::before,
.no-animation::after {
    display: none !important;
}
.z-index-2 {
    z-index: 2;
}
.sticky-height-active {
    display: block;
    height: 112px;
}
.expand-container {
    --body-scroll-width: 15px;
    --grid-gap: 0rem;
    --grid-total: 12;
    --grid-count: 6;
    --scroll-width: var(--body-scroll-width, 17px);
    --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count) - var(--grid-gap));
    --expand-size: calc((100vw - var(--scroll-width) - var(--container-width)) / -2);
    margin-right: var(--expand-size);
    margin-left: 105px;
    position: relative;
    z-index: 1;
}
.expand-container img {
    border-radius: 0;
    width: 100%;
}
.expand-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 175px;
    background: linear-gradient(180deg, rgba(243, 244, 247, 0) 0%, #f3f4f7 54.52%);
    z-index: 1;
}
.expand-container [class*="layer-"] {
    position: absolute;
    left: -30px;
    top: 48px;
    bottom: 87px;
    right: 0;
    background: linear-gradient(180deg, #d6d8de 20%, rgba(214, 216, 222, 0) 100%);
    z-index: -1;
}
.expand-container .layer-2 {
    position: absolute;
    left: -60px;
    top: 98px;
    bottom: 180px;
    background: linear-gradient(180deg, rgba(214, 216, 222, 0.8) 20%, rgba(214, 216, 222, 0) 100%);
}
@media (max-width: 991.98px) {
    .expand-container {
        --grid-count: 12;
    }
}

/* Version 1.1 Update CSS */
.elementor-editor-active.tg-header-template header.transparent-header {
    position: relative !important;
}
.elementor-editor-active:not(.tg-header-template) header.transparent-header {
    pointer-events: none;
}


/* Elementor Responsive */
@media (max-width: 1500px) {
.expand-container {
    margin-left: 60px;
}
.expand-container::after {
    height: 50px;
}

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px){
.sticky-height-active {
    height: 90px;
}

}

@media (max-width: 767.98px) {
.sticky-height-active {
    height: 84px;
}
.expand-container {
    margin-left: 35px;
}
.expand-container [class*="layer-"] {
    left: -20px;
    top: 20px;
    bottom: 20px;
    right: 0;
}
.expand-container .layer-2 {
    left: -35px;
    top: 35px;
    bottom: 20px;
}

}