﻿.breadcrumb-sect {
    padding: 40px 0 42px;
    background: url('../image/breadcrumb-img.jpg') center center no-repeat;
    background-size: cover;
}

.breadcrmb-head h4 {
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.breadcrmb-head .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrmb-head .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrmb-head .breadcrumb-item::before {
    color: rgba(255, 255, 255, 1);
}

.fr-page-heading {
    margin-bottom: 28px;
}

    .fr-page-heading h4 {
        color: #1633b5;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin-bottom:12px;
    }
    .fr-page-heading h5 {
        color: #cc0000;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
    }
    .fr-page-heading p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom:10px;
    }

.iner-content-backup {
    padding: 40px 0 60px;
}
.iner-page-sidebar {
    background-color: #ededede6;
    padding: 30px;
    border-radius: 10px;
}

.iner-page-sidebar ul {
    list-style: circle;
    padding: 0 20px;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-direction:column;
}
    .iner-page-sidebar ul li {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom:10px;
    }
        .iner-page-sidebar ul li a{
            text-decoration:none;
        }
        .iner-page-sidebar ul li:last-child {
            border-bottom: 0;
        }

    .iner-page-sidebar h4 {
        margin-bottom: 14px;
        position: relative;
        clear: both;
        color:#1633b5;
        font-weight: 600;
        font-size: 25px;
    }
.fr-page-heading .pageList-grid{
    padding: 0 28px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
    .fr-page-heading .pageList-grid li {
        width: 50%;
        margin-bottom:10px;
    }
.pageList-colm {
    padding: 0 28px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap:10px;
}

a:link {
    text-decoration: none !important;
}
ellipse.css
.inner-page-img {
    border: 3px solid;
    color: #1a297f
}
.trucking {
    width: 522px;
    position: absolute;
    left: 611px;
}

.glossary-section {
    margin: 20px 0;
}

/*.top-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
   display: block;
    padding: 10px 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}*/

    .top-button:hover {
        background-color: #0056b3;
    }

.nav {
    margin-bottom: 20px;
}

    .nav a {
        margin: 0 10px;
        text-decoration: none;
        color: #1633b5;
    }

        .nav a:hover {
            text-decoration: underline;
            color: #ff0000;
        }
/*html {
    scroll-padding-top: 100px;*/ /* Adjust this value to match the height of your breadcrumb section */
/*}*/

.glossary-nav {
    position: sticky;
    top: 0;  
    background-color: white;  
    z-index: 1000;  
    padding: 10px 0;  
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  
}

.main_btn:hover, .sec_btn:hover {
    background-color: var(--blue_hover);
    border: 1px solid var(--blue_hover);
    color: white;
}