/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 0px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #60060f;
}

a.orange-button {
	display:inline-block;
    background: #e25101;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-size: 20px;
    color: #fff;
    transition: 
        background 0.3s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

a.orange-button:hover {
	color:#fff !important;
    background: rgb(178 64 0);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

a.orange-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}


/*
 *  Custom Scrollbar End */

.rs-management,
.rs-team,
.rs-about-twelve,
.rs-team-one,
.rs-servies-one,
.rs-portfolio-six,
.rs-contact-six,
.rs-team-details,
.rs-organogram,
.rs-services-area,
.rs-portfolio-area,
.rs-team-area,
.rs-brand-area {
    background: url('../../assets/images/bg/bg1.jpg');
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.rs-about-nine {
    background: url('../../assets/images/bg/bg3.jpg');
    background-size: 100%;
    width: 100%;
    height: 100%;
}

/*
 * ul li start */

ul.constom_ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.constom_ul li {
    list-style-type: none;
    margin: 5px 0px;
    padding-left: 25px;
    position: relative;
}

.constom_ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 4px;
    color: #ea5501;
    font-size: 16px;
}


/*
 * ul li start */

.callbell {
    position: fixed;
    z-index: 99999999999;
    bottom: 7px;
    float: right;
    left: 25px;
}

.callbell img {
    width: 50px;
}

.about-paragraph p {
    text-align: justify;
}

.about-item {
    position: relative;
}

.about-item ul {
    position: relative;
}

.about-item li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-inline-start: 40px;
    margin-bottom: 15px;
    position: relative;
    list-style-type: none;
}

.about-item li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 25px;
    height: 2px;
    background: orange;
    opacity: 0.68;
    inset-inline-start: 0;
}

.rs-breadcrumb-area .rs-contact-social-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



/* Gallery */


.gallery-item {
    display: block;
}


.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 5px solid #e8540147;
    padding: 5px;
    border-radius: 5px;
}

.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

/* Gallery */

/* Table */

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table th,
.table td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table-dark th {
    background: #343a40;
    color: #fff;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Table */