/* Common styles for Font Awesome icons */
.fa, .fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

/* Drop Down Menu */
#uc_ue_drop_down_menu_elementor_c4f6ac6, 
#uc_ue_drop_down_menu_elementor_39e773b,
#uc_ue_drop_down_menu_elementor_c83932e,
#uc_ue_drop_down_menu_elementor_2e544f6,
#uc_ue_drop_down_menu_elementor_97d9c89,
#uc_ue_drop_down_menu_elementor_0bc49bb,
#uc_ue_drop_down_menu_elementor_0305a70 {
    ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
        max-height: 0vh;
        transition: .5s;
        overflow-y: auto;
        &::-webkit-scrollbar {
            width: 0em;
        }
    }
    &.active ul {
        max-height: 62vh;
    }
    .elementor-element-edit-mode & ul {
        max-height: 1000vh;
    }
    .elementor-element-edit-mode &.active ul {
        max-height: 0vh;
    }
    li::marker {
        display: none !important;
        font-size: 0;
    }
    a {
        display: block;
    }
    i[class^=fa] {
        display: inline-block;
        margin-right: 10px;
    }
    .menu-title {
        position: relative;
        span {
            position: absolute;
            width: 34px;
            height: 34px;
            top: 50%;
            margin-top: -17px;
            right: -10px;
            transition: .5s;
            transform: rotate(0deg);
            overflow: hidden;
            &:before, &:after {
                content: "";
                position: absolute;
                width: 9px;
                height: 9px;
                transform: rotate(45deg);
                transition: .5s;
                left: 13px;
            }
            &:before {
                border-right: 1px solid;
                border-bottom: 1px solid;
                top: 9px;
            }
            &:after {
                border-left: 1px solid;
                border-top: 1px solid;
                top: 100px;
            }
        }
    }
    &.active .menu-title {
        span {
            transform: rotate(90deg);
            &:before {
                top: 7px;
            }
            &:after {
                top: 18px;
            }
        }
        em {
            content: "";
            position: absolute;
            width: 9px;
            height: 9px;
            border-right: 1px solid;
            border-bottom: 1px solid;
            transform: rotate(45deg);
            transition: .5s;
            top: 8px;
            left: 3px;
        }
    }
    &.active.ham-before .menu-title {
        span {
            transform: rotate(-90deg);
        }
        em {
            right: 3px;
            left: auto;
        }
    }
    &.ham-before .menu-title span {
        right: auto;
        left: -10px;
    }
    &.arrow-hide .menu-title em,
    &.sub-non .menu-title span {
        display: none;
    }
}

.ue-drop-down-menu.other-menu-yes,
.elementor-widget-ucaddon_ue_drop_down_menu.other-menu-yes {
    display: none;
}

/* Fullscreen Navigation Menu */
#uc_fullscreen_navigation_menu_fix_elementor_5c49356 {
    position: relative;
    z-index: 10000000;
    * {
        box-sizing: border-box;
    }
    a, a:visited, a:hover, a:active {
        text-decoration: none;
    }
    .checkbox-toggle {
        position: absolute;
        z-index: 100000000;
        cursor: pointer;
        width: 30px;
        height: 30px;
        opacity: 0;
        top: 0;
        &:checked {
            + .ue_hamburger > div {
                transform: rotate(135deg);
                &:after {
                    opacity: 0;
                }
                &:before, &:after {
                    top: 0;
                    transform: rotate(90deg);
                }
            }
            ~ .ue_menu {
                pointer-events: auto;
                > div.ue_inner_menu {
                    visibility: visible;
                    transform: translate(0, 0);
                    transition-duration: 0.75s;
                    > div > div {
                        opacity: 1;
                        transition: opacity 0.4s ease 0.4s;
                    }
                }
            }
        }
        &:hover + .ue_hamburger > div {
            background-color: #F1EADA;
        }
    }
    .ue_hamburger {
        top: 0;
        cursor: pointer;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 99999999;
        > div {
            position: relative;
            width: 100%;
            height: 2px;
            transition: all 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #F1EADA;
            &:before, &:after {
                content: '';
                position: absolute;
                top: -10px;
                left: 0;
                width: 100%;
                height: 2px;
                background: inherit;
            }
            &:after {
                top: 10px;
            }
        }
    }
    .ue_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        visibility: hidden;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        .ue_inner_menu {
            margin: auto;
            color: #fff;
            transition: all 0.4s ease;
            .ue_inner_menu-box {
                width: 100vw;
                min-height: 100vh;
                overflow: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                > div {
                    max-width: 90vw;
                    opacity: 0;
                    transition: opacity 0.4s ease;
                    overflow-y: auto;
                    display: block;
                    width: 100%;
                }
            }
        }
    }
    .ue_menu-social-icons a {
        display: inline-block;
        line-height: 1em;
        svg {
            height: 1em;
            width: 1em;
        }
    }
    .sub-menu {
        transition: 0.5s;
        overflow: hidden;
        height: auto;
    }
}

/* Social Icons Glare Effect */
#uc_social_icons_glare_effect_elementor_a3eceed {
    position: relative;
    width: 100%;
    .uc_social-button {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
        display: inline-block;
        opacity: 1;
        overflow: hidden;
        position: relative;
        text-align: center;
        transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
        &::before {
            content: "";
            height: 100%;
            left: 0%;
            position: absolute;
            top: 100%;
            transition: all 0.35s;
            width: 100%;
        }
        &:focus::before, &:hover::before {
            left: 0%;
            top: 0%;
        }
        i {
            transform: scale(0.8);
            transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
            vertical-align: middle;
            color: #F1EADA;
        }
        &:hover i {
            color: #F1EADA;
        }
    }
}

/* Icon Pointer Button */
#uc_icon_pointer_button_elementor_c77202e {
    text-align: left;
    .icon_pointer_button_holder {
        display: inline-block;
    }
    a {
        display: flex;
        position: relative;
        transition: all 0.3s;
        text-decoration: none;
        overflow: hidden;
    }
    .icon_pointer_button_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all 0.3s;
    }
    .icon_pointer_button_text {
        flex-grow: 1;
        text-align: center;
    }
    .icon_pointer_button_icon_holder {
        transition: all 0.3s;
        display: block;
        line-height: 1em;
        background-color: transparent;
        svg {
            height: 1em;
            width: 1em;
        }
    }
}

body.menu-opened {
    overflow: hidden;
}

/* Archive Pagination */
#uc_archive_pagination_elementor_9e2c58b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    nav, .nav-links {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
    }
    .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        line-height: 1em;
    }
    a.page-numbers, .dots {
        color: #1F0F07;
    }
    a.page-numbers:hover {
        color: #F1EADA;
        background-color: #E0CB9B;
    }
    .page-numbers.current, .page-numbers.current:hover {
        background-color: #1F0F07;
        color: #F1EADA;
    }
    .page-numbers.prev, .page-numbers.next {
        padding: 0 15px;
    }
    .prev:before, .next:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
    }
    .prev:before { content: "\f053"; }
    .next:after { content: "\f054"; }
    &.uc-ajax-loading {
        opacity: 1 !important;
        .current {
            position: relative;
            overflow: hidden;
            &:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: #1F0F07;
                animation: uc-spinning-border 0.5s linear infinite;
                opacity: 50%;
                border-radius: inherit;
            }
        }
    }
}

@keyframes uc-spinning-border {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

/* Post Blocks */
#uc_post_blocks_elementor_6f6ddde {
    display: grid;
    .ue_post_blocks_box {
        overflow: hidden;
        position: relative;
        display: block;
        align-items: center;
        transition: 2s;
        &.filter-hide {
            display: none;
        }
        &:before {
            content: "";
            position: absolute;
            z-index: -1;
            transition: 2s;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
        img {
            transition: 0.5s;
        }
        &:hover img {
            transform: scale(1.1, 1.1);
        }
        &.style-absolute .ue_post_blocks_content {
            display: table;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 2;
            transition: 2s;
            .ue_post_blocks_content_pad {
                display: table-cell;
                vertical-align: middle;
            }
        }
    }
    .ue_post_blocks_image {
        overflow: hidden;
        img {
            object-fit: cover;
            object-position: center center;
            width: 100%;
            display: block;
        }
        a {
            position: relative;
        }
    }
    .ue_post_blocks_link a {
        display: inline-block;
        text-decoration: none;
        text-align: center;
    }
    .ue-grid-item-meta-data {
        display: inline-flex;
        flex-wrap: wrap;
        font-size: 12px;
        .ue-grid-item-meta-data-icon {
            line-height: 1em;
            svg {
                width: 1em;
                height: 1em;
            }
        }
    }
    .ue-grid-item-category a {
        display: inline-block;
        font-size: 10px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1024px), (max-width: 767px) {
    #uc_post_blocks_elementor_6f6ddde .ue_post_blocks_box .ue_post_blocks_content {
        background-color: transparent;
    }
    #uc_post_blocks_elementor_6f6ddde .ue_post_blocks_box .ue_post_blocks_title a {
        color: #1F0F07;
    }
}

.py-100{
    padding: 100px 0;
}

#uc_social_icons_glare_effect_elementor_a3eceed * {

    box-sizing: border-box;
}

#uc_social_icons_glare_effect_elementor_a3eceed {
    position: relative;
    width: 100%;
}

#uc_social_icons_glare_effect_elementor_a3eceed .fa,
#uc_social_icons_glare_effect_elementor_a3eceed .fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

#uc_social_icons_glare_effect_elementor_a3eceed .far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
}

#uc_social_icons_glare_effect_elementor_a3eceed .fab {
    font-family: "Font Awesome 5 Brands" !important;
}

#uc_social_icons_glare_effect_elementor_a3eceed .uc_social-button {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;

}

#uc_social_icons_glare_effect_elementor_a3eceed .uc_social-button::before {
    content: "";
    height: 100%;
    left: 0%;
    position: absolute;
    top: 100%;
    transition: all 0.35s;
    width: 100%;
}

#uc_social_icons_glare_effect_elementor_a3eceed .uc_social-button i {
    transform: scale(0.8);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
    vertical-align: middle;
}

#uc_social_icons_glare_effect_elementor_a3eceed .uc_social-button:focus::before,
#uc_social_icons_glare_effect_elementor_a3eceed .uc_social-button:hover::before {
    left: 0%;
    top: 0%;
}

#uc_social_icons_glare_effect_elementor_a3eceed .uc_social-button i {
    color: #F1EADA;
}

#uc_social_icons_glare_effect_elementor_a3eceed .uc_social-button:hover i {
    color: #F1EADA;
}
.pad-top-7>a{
    padding-top: 7px;
}

#uc_icon_pointer_button_elementor_c77202e * {
    margin: 0;
    box-sizing: border-box;
}

#uc_icon_pointer_button_elementor_c77202e {
    text-align: left;
}

#uc_icon_pointer_button_elementor_c77202e .icon_pointer_button_holder {
    display: inline-block;
}

#uc_icon_pointer_button_elementor_c77202e a {

    display: flex;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
    overflow: hidden;
}

#uc_icon_pointer_button_elementor_c77202e .icon_pointer_button_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
}

#uc_icon_pointer_button_elementor_c77202e .icon_pointer_button_text {
    flex-grow: 1;
    text-align: center;
}



#uc_icon_pointer_button_elementor_c77202e .icon_pointer_button_icon_holder {
    transition: all 0.3s;
    display: block;
    line-height: 1em;
    background-color: transparent;

}

#uc_icon_pointer_button_elementor_c77202e .icon_pointer_button_icon_holder svg {
    height: 1em;
    width: 1em;

}