::selection {
    background-color: #ffcc00;
    /* Change this to your desired background color */
    color: #000000;
    /* Optional: Change the text color as well */
}

.bg_color_1 {
    background: rgb(78, 77, 133);
    background: linear-gradient(50deg, rgb(60, 60, 109) 0%, rgb(35, 34, 76) 100%);
    color: #fff;
}

.bg_color_2 {
    background-color: #ea1e00;
}


.color_1 {
    color: #314C2B;
}

.color_2 {
    color: #fff;
}

.font_small {
    font-size: 0.8rem;
}

/*Dependents */
.bgcolorGradient1 {
    background: rgb(0, 0, 0);
    background: linear-gradient(320deg, rgba(0, 0, 0, 1) 0%, rgba(37, 0, 65, 1) 100%);
    color: #fff;
    font-size: 1.2rem;
    border-radius: 10px;
}

.bgcolorGradient1 ul {
    margin: 0px;
    padding: 0px;
}

.bgcolorGradient1 ul li {
    list-style-position: inside;
    border-bottom: 1px solid #ffcc00;
    border-left: 5px solid #ffcc00;
    margin-bottom: 15px;
    padding-bottom: 5px;
    list-style-type: none;
    padding-left: 15px;
}

.listingStyle {
    margin: 0px;
    padding: 0px;
}

.listingStyle li {
    position: relative;
    padding: 12px;
    padding-left: 35px;
    list-style-type: none;
    border: 1px dashed #ccc
}

.listingStyle li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url('../images/bookmark-check-fill.svg') no-repeat center/contain;
}

.uLine {
    border-bottom: 1px solid #4a4a4a;
}

.GalleryFbox a {
    color: #000;
    text-decoration: none !important;
}

.GalleryFbox a p {
    display: block;
    padding-top: 10px;
}

/* Menu Main */
div#overlay {
    display: none;
}

a#toggle {
    position: fixed;
    top: 10% !important;
    right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 15px;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
    background-color: #000000c4;
    z-index: 99999999;
}

a#toggle i {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}

#menu {
    transition: all ease-out 0.3s;
    text-align: right;
}

#menu a {
    color: #3e3e3e;
    font-weight: bold;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline-block;
    position: relative;
}

#menu ul li>a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
}

#menu ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

#menu ul li ul {
    display: none;
    position: absolute;
    top: 64px;
    width: 250px;
    text-align: left;
    background-color: #373635;
    z-index: 99999999;
}

#menu ul li ul li {
    border-bottom: 1px dashed #000000;
}

#menu ul li ul li {
    display: block;
}

#menu ul li ul li a {
    display: block;
    color: #fff;
    font-size: 0.8rem;
}

#menu ul li:hover>a {
    background-color: rgba(0, 0, 0, 0.3);
}

#menu ul li:hover>a>i {
    transform: rotateZ(90deg);
}

#menu ul li:hover ul {
    display: block;
}

.fa-caret-right {
    font-size: 0.8rem !important;
}

@media screen and (max-width: 992px) {

    a#toggle {
        display: block;
        font-size: 1.5rem;
    }

    #menu {
        position: fixed;
        width: 250px;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        background-color: rgb(0, 0, 0, 0.9);
        transform: translateX(-250px);
        z-index: 9999999999999999999999999999 !important;
    }

    #menu ul {
        text-align: left;
        background-color: transparent;
    }

    #menu ul li {
        display: block;
    }

    #menu ul li a {
        display: block;
        color: #fff;
    }

    #menu ul li a>i {
        float: right;
    }

    #menu ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: rgba(22, 160, 133, 0.2);
    }

    #menu ul li ul a {
        color: #fff !important;
    }

    #menu ul li:hover>ul {
        display: none;
    }

    #menu ul li:hover>a>i {
        transform: rotateZ(0);
    }

    #menu ul li.open>a {
        background-color: rgba(0, 0, 0, 0.3);
    }

    #menu ul li.open>a>i {
        transform: rotateZ(90deg);
    }

    #menu ul li.open>ul {
        display: block;
    }

    div#overlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu nav#menu {
        z-index: 3;
        transform: translateX(0);
    }
}

/* Menu Main */

.footer_links a {
    padding: 8px;
    white-space: nowrap;
    color: #ededed;
    text-decoration: none;
}

.footer_icons {
    font-size: 1.2rem;
}

.footerhyperlinks a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.footer_links a:hover {
    color: #ea1e00;
    font-weight: bold;
}

.innerblockhome {
    background-color: #fff;
}

.contactinfo {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;

}

.contactinfo strong {
    font-size: 1rem;
}

.contactinfo2 {
    color: #fff;
    text-decoration: none;
    border: 1px dashed #9f9f9f;
    margin: 5px;
    border-radius: 5px;
    text-align: left;
}

.contactinfo2 strong {
    font-size: 1.1rem;
}

.Breadcrumb_ a {
    font-weight: bold;
    color: #ea1e00;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.Breadcrumb_ a span {
    color: #000000;
}

/* Image Scrolling */
.scroller {
    max-width: 1400px;
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 50s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.25rem));
    }
}

.scroller__inner img {
    width: 200px;
    height: auto;
    border-radius: 0.5rem;
}
