
:root {
    --pinkColor: #efc726;
    --black-color: #000;
    --blue: #06568f;
    --green: #6bab43;
    --navy-blue: #041d32;
    --gray: #777777;
    --grayDark: #b5b5b5;
    --text-dark: #333;
    --blackColor: #000;
    --redColor: #e4514d;
    --redlight: #d41611;
    --redDark: #cc221e;
    --yellow: #ffcc00;
    --orange: #fc5945;
    --gray-light: #fffbfa;
    --gold-light: #f4edd9;
    --green-light: #fbff00;
}




::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: #fff0;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #ddd0;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #ddd;
}




a, a:hover, a:focus, a.active, a.active:hover {
    text-decoration: none;
    outline: none;
}


@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-BookItalic.eot');
    src: url('../fonts/FuturaBT-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-BookItalic.ttf') format('truetype'), url('../fonts/FuturaBT-BookItalic.svg#FuturaBT-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Book.ttf') format('truetype'), url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-MediumItalic.eot');
    src: url('../fonts/FuturaBT-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-MediumItalic.ttf') format('truetype'), url('../fonts/FuturaBT-MediumItalic.svg#FuturaBT-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Bold.eot');
    src: url('../fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Bold.ttf') format('truetype'), url('../fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Medium.ttf') format('truetype'), url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-BoldItalic.eot');
    src: url('../fonts/FuturaBT-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-BoldItalic.ttf') format('truetype'), url('../fonts/FuturaBT-BoldItalic.svg#FuturaBT-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Futura Bk BT';
    background: var(--black-color);
    overflow-x: hidden;
    color: var(--green-light);
}

.section-padding {
    padding-bottom: 55px;
    padding-top: 55px;
}

.section-paddingXs {
    padding-bottom: 7px;
    padding-top: 7px;
}

.section-paddingSm {
    padding-bottom: 40px;
    padding-top: 40px;
}

p {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    line-height: 35px;
}

.colr1 {
    background: #0da509;
}

.colr2 {
    background: #d4b006;
}

.colr3 {
    background: #18a0ee;
}
/*-------------------------------------------------------------- 
# Header 
--------------------------------------------------------------*/
.headerNav {
    z-index: 1000;
    transition: all 0.9s;
    background-color: #414d5a;
    border-bottom: 1px solid #5d5645;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    display: flex;
    align-items: center;
}

.navbarscroll {
    position: absolute;
}

.fixedHeader {
    position: fixed;
    top: 0px;
}

.logo {
    max-height: 40px;
}

.cart-shortlist {
    top: -8px;
    left: 4px;
    height: 19px;
    width: 19px;
    background: var(--pinkColor);
    color: #fff;
    line-height: 19px;
    font-size: 13px;
    border-radius: 50%;
}
/*-------------------------------------------------------------- # 
Navigation Menu 
--------------------------------------------------------------*/
.main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-nav > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .main-nav a {
        color: var(--green-light);
        font-size: 18px;
        font-weight: 400;
        padding: 10px 10px 10px 0px;
        display: inline-block;
    }


    .main-nav li:not(:last-child) a {
    }

    .main-nav a:hover, .main-nav a.active, .main-nav ul a.active, .main-nav li:hover > a {
        color: var(--green-light);
    }

    .main-nav .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #333;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        margin-top: 0px;
    }

    .main-nav .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .main-nav .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .main-nav .drop-down ul a {
        padding: 4px 20px;
        font-size: 16px;
        color: var(--green-light);
        display: block;
    }

        .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
            background-color: var(--bs-dark);
            color: var(--green-light);
        }

    .main-nav .drop-down > a:after {
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107" !important;
        vertical-align: 0;
        padding-left: 6px;
    }

    .main-nav .drop-down:hover .main-nav .drop-down > a:before {
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f106" !important;
        vertical-align: 0;
    }

    .main-nav .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .main-nav .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .main-nav .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .main-nav .drop-down .drop-down > a:after {
            content: "\f105";
            position: absolute;
            right: 15px;
        }
/* Mobile Navigation */
.mobile-nav {
    padding: 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 4444;
    overflow-y: auto;
    left: -290px;
    width: 290px;
    padding-top: 18px;
    background: #fff;
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #333;
        padding: 10px 20px;
        font-weight: 500;
        border-bottom: 1px solid;
        border-color: #f1f1f1
    }

        .mobile-nav a:focus, .mobile-nav a.active, .mobile-nav .drop-down.active {
            background-color: var(--pinkColor);
            color: #fff;
            text-decoration: none;
        }

            .mobile-nav .drop-down.active a {
                color: #fff
            }

            .mobile-nav .drop-down.active ul li a {
                color: #000
            }

    .mobile-nav .drop-down ul li a:hover {
        background-color: var(--pinkColor);
        color: #fff;
    }

    .mobile-nav .drop-down > a:after {
        right: 15px;
        top: 13px;
        position: absolute;
        content: "\f067";
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        vertical-align: 0;
    }

    .mobile-nav .drop-down.active > a:after {
        content: "\f068" !important;
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
        width: 100%;
        border-radius: 0;
    }

        .mobile-nav .drop-down ul li {
            background-color: #fff4fa
        }

    .mobile-nav .drop-down li a {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 3337;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }
/*END*/
/*-------------------------------------------------------------- # 
**/
.header-right {
    text-align: right;
}

.headerTop {
    background: var(--bs-gray-500);
}

.header-rt ul {
    display: inline-block;
    margin: 0;
    padding: 5px 7px 1px 0;
    float: left;
}

.header-rt a {
    float: left;
    padding: 0 2px;
}

.lung a {
    color: var(--green-light);
    padding: 0 3px;
    font-size: 16px;
    line-height: 1;
    padding: 6px 8px 0 0;
}

.colorTheme .colr-01 {
    width: 20px;
    height: 20px;
    background: #fbff00;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 5px;
    border: 1px solid #000;
}

.colorTheme .colr-02 {
    width: 20px;
    height: 20px;
    background: #00fd2b;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 5px;
    border: 1px solid #000;
}

.colorTheme .colr-03 {
    width: 20px;
    height: 20px;
    background: #b39338;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 5px;
    border: 1px solid #000;
}

.header-rt {
    float: right;
    padding-top: 20px;
}

.colorTheme {
}

.socialDiv a {
    color: #fff;
    background: #000000;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    margin: 0 5px 0 0;
}

.header-rb {
    float: right;
    width: 100%;
    padding-top: 7px;
}

.headerrbmenu {
    background: #000;
    float: right;
    position: relative;
}

    .headerrbmenu ul {
        margin: 0;
        padding: 0;
    }

        .headerrbmenu ul li {
            list-style: none;
            display: inline-block;
        }

            .headerrbmenu ul li a {
                font-size: 16px;
                padding: 6px 7px;
                color: var(--green-light);
                display: inline-block;
            }

        .headerrbmenu ul .home-icon {
            width: 16px;
            position: absolute;
            top: 8px;
            z-index: 5;
            left: -16px;
        }



    .headerrbmenu:after {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -31px;
        display: block;
        width: 43px;
        background: #333;
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-29deg);
    }

.searchFrm {
    position: relative;
}

    .searchFrm input {
        background: #fff;
        border-radius: 42px;
        font-size: 14px;
        padding: 4px 12px;
        border: none;
        outline: none;
        box-shadow: none;
    }

    .searchFrm .btn {
        position: absolute;
        right: 12px;
        top: 2px;
    }

    .searchFrm img {
        width: 16px;
    }

.arrows i {
    font-size: 50px;
}

.newseventDiv {
    padding: 0 0 20px 0;
}

    .newseventDiv h2 {
        font-size: 22px;
        font-weight: 700;
        padding: 0 0 0 10px;
        margin: 0;
        border-left: 5px solid var(--green-light);
        line-height: 1;
    }

.newsdate {
    background: var(--bs-dark);
    padding: 14px;
    min-height: 496px;
}

    .newsdate ul {
        padding: 0;
        margin: 0;
        overflow: auto;
        height: 430px;
    }

        .newsdate ul li:hover {
            background: #fff9e847;
        }

        .newsdate ul li {
            list-style: none;
            background: #ffffff1f;
            padding: 11px;
            border-left: 5px solid #000;
            margin-bottom: 10px;
        }

            .newsdate ul li a img {
            }

            .newsdate ul li a {
                color: var(--green-light);
                font-weight: 300;
                font-size: 14px;
                display: block;
                margin: 0 0 8px 0;
            }

        .newsdate ul span {
            background: #333;
            display: inline-block;
            border-radius: 30px;
            color: var(--green-light);
            font-size: 12px;
            padding: 4px 15px;
        }

.viewall {
    background: #333;
    border-radius: 80px;
    color: var(--green-light);
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 5px 15px;
    float: right;
}

    .viewall:hover {
        background: var(--bs-body-color);
        border: 1px solid var(--pinkColor);
    }

.impotlink {
    background: #f8f7f738;
    padding: 14px;
    height: 496px;
    overflow: auto;
}

    .impotlink ul {
        padding: 0;
        margin: 0;
    }

        .impotlink ul li:before {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--green-light);
            position: absolute;
            left: 0;
            top: 8px;
        }

        .impotlink ul li {
            list-style: none;
            border-bottom: 1px dashed var(--green-light);
            padding: 0 0 7px 19px;
            margin: 0 0 7px 0;
            position: relative;
        }

        .impotlink ul a {
            color: var(--green-light);
            font-size: 14px;
            font-weight: 400;
        }

            .impotlink ul a:hover {
                color: #d1a832;
            }


.footerOuter { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#414d5a+0,2f3944+100 */
    background: #414d5a; /* Old browsers */
    background: -moz-linear-gradient(top, #414d5a 0%, #2f3944 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #414d5a 0%,#2f3944 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #414d5a 0%,#2f3944 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414d5a', endColorstr='#2f3944',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.footerBox {
    padding: 30px 0 30px 0;
    color: var(--green-light);
}

    .footerBox h6 {
        font-size: 16px;
        /* font-weight: 300; */
    }

    .footerBox h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }

    .footerBox p {
        padding: 0 0 5px 20px;
        margin: 0;
        color: var(--green-light);
        font-size: 16px;
        line-height: 22px;
        position: relative;
    }

        .footerBox p i {
            position: absolute;
            left: 0;
            top: 5px;
        }

        .footerBox p a {
            color: var(--white)
        }

.visitorbox h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
}

    .visitorbox h4 span {
        display: inline-block;
        background: #d1a832;
        border-radius: 50px;
        font-size: 16px;
        padding: 0 14px;
    }

.copyright {
    background: #000;
    text-align: center;
}

    .copyright p {
        font-size: 16px;
        font-weight: 300;
        color: var(--green-light);
        padding: 0;
        margin: 0;
    }

        .copyright p a {
            color: var(--green-light);
            font-weight: 700;
        }
/*innrer page*/
.innerBanner {
    padding-bottom: 31px;
    padding-top: 70px;
    text-align: center;
    background: url("../images/innerbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

    .innerBanner h1 {
        color: var(--green-light);
        font-weight: 700;
    }

.innerBannerul {
    background: #3d4854;
    padding: 3px 0;
    text-align: center;
}

    .innerBannerul ul {
        margin: 0;
        padding: 0;
    }

        .innerBannerul ul li {
            color: var(--green-light);
            list-style: none;
            display: inline-block;
            font-size: 18px;
            font-style: italic;
        }

            .innerBannerul ul li a {
                color: var(--green-light);
                font-weight: 600;
            }

.innerContent {
    background: var(--bs-body-color);
    box-shadow: 0 0px 25px 0 #dadada;
    color: var(--green-light);
}

    .innerContent p, .innerContent li {
        line-height: 28px;
        color: var(--green-light);
    }

    .innerContent li {
        padding-bottom: 15px;
    }

    .innerContent ol, .innerContent ul {
        padding-left: 15px;
    }

.mdb-color.darken-3 {
    background-color: #1C2A48 !important;
}

.mdb-color th {
    font-size: 16px;
}

.table td {
    font-size: 16px;
    background: var(--black-color);
    color: var(--green-light);
    border-color: var(--green-light);
}

.table i {
    font-size: 25px;
}

.galrythumb {
    width: 50px;
}

/* Start Gallery CSS */
.galerycont .thumb {
    margin-bottom: 15px;
}

    .galerycont .thumb:last-child {
        margin-bottom: 0;
    }
    /* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
    .galerycont .thumb figure img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .galerycont .thumb
    figure:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }


.genralinqry .btn-primary {
    background: #d1a832 !important;
    border-color: #d1a832 !important;
}

.bannerslider {
}

    .bannerslider .carousel-item {
        height: 85vh;
        background: var(--bs-black);
    }

        .bannerslider .carousel-item img {
            height: 85vh;
            opacity: 0.5;
        }




.footerclientslider .owl-carousel .owl-item {
    /* background: #fff; */
    padding: 0 0px;
    margin-left: 0px;
}

    .footerclientslider .owl-carousel .owl-item div {
        box-shadow: 0 2px 16px 0px #33333326;
        margin: 12px 5px;
        height: 80px;
        text-align: center;
        padding: 5px;
    }

        .footerclientslider .owl-carousel .owl-item div img {
            height: 100%;
        }

.footerclientslider .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}

    .footerclientslider .owl-nav button.owl-next {
        right: 0;
        display: none;
    }

    .footerclientslider .owl-nav button.owl-prev {
        left: 0;
        display: none;
    }



.extraMenu {
    background: var(--bs-body-color);
    text-align: center;
    padding: 10px 0 10px 0;
    color: var(--green-light);
}

    .extraMenu a {
        color: var(--white);
        padding: 0px 9px;
        border-right: 1px solid var(--black-color);
        line-height: 1;
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
    }

        .extraMenu a:last-child {
            border: none;
        }

        .extraMenu a:hover {
            color: var(--lightblue-color);
        }

.updated {
}

    .updated h4 {
        font-size: 18px;
        font-weight: 600;
    }

        .updated h4 span {
            display: block;
            font-weight: 300;
        }

            .updated h4 span span {
                background: var(--bs-dark);
                display: inline-block;
                color: var(--green-light);
                border-radius: 15px;
                padding: 4px 13px;
                margin-top: 7px;
                font-size: 15px;
            }


.headerHeroSection {
    position: relative;
}

    .headerHeroSection .carousel-caption {
        left: 0;
        right: inherit;
        text-align: left;
        bottom: 11.25rem;
        color: var(--green-light);
    }

        .headerHeroSection .carousel-caption h5 {
            font-size: 60px;
            max-width: 740px;
            line-height: 60px;
            padding: 0 0 10px 0;
            margin: 0;
            font-family: 'Futura Md BT';
            font-weight: 500;
        }

        .headerHeroSection .carousel-caption p {
            font-size: 20px;
            margin: 0;
            padding: 0;
            line-height: 27px;
            max-width: 630px;
            font-weight: 300;
            color: var(--green-light);
        }




table th {
    background-color: var(--bs-gray-dark) !important;
    !i;
    !;
    !i;
    !;
    color: var(--green-light) !important;
    !i;
    !;
    border-color: var(--green-light);
    font-weight: Bold;
}

table td a {
    color: #000;
}

.table td a:hover {
    color: var(--orange-color);
}





.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: var(--black-color);
            background-color: #eee;
            border-color: #ddd;
        }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: var(--black-color);
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

.page-item table {
}

    .page-item table td {
        padding: 0;
    }

        .page-item table td a {
            width: 34px;
            height: 37px;
            text-align: center;
            line-height: 34px !important;
            display: inline-block;
            padding: 0 !important;
            background: var(--pinkColor);
            color: var(--white);
        }

.pagination .page-item {
    float: left;
}

.dataTables_wrapper .dataTables_paginate .page-item {
}

    .dataTables_wrapper .dataTables_paginate .page-item a {
        background: var(--black-color);
        color: var(--green);
    }

    .dataTables_wrapper .dataTables_paginate .page-item.active a {
        background: var(--bs-gray-dark);
        border-color: var(--green-light);
        color: var(--green-light);
    }



.carousel-gallery {
}

    .carousel-gallery .swiper-slide h6 {
        padding: 10px 0 0 0;
        font-size: 18px;
    }



.photoGlry .image {
    display: none;
}

.glrybox .img-box {
    height: 270px;
    border: 1px solid #eee;
    margin: auto;
    text-align: center; /* align-items: center; */ /* display: table; */
    box-shadow: 0 0 50px 0 #ddd;
    padding: 10px;
}

    .glrybox .img-box img {
        width: 100%;
        height: 100%;
    }

.glrybox span {
    font-size: 18px;
    padding: 6px 0 0 0;
    display: block;
    font-weight: 600;
    color: var(--orange-color);
}


.sitemap ul {
    margin: 0;
    padding-bottom: 4px
}

    .sitemap ul li {
        padding: 3px 0 6px 0
    }

        .sitemap ul li::marker {
            font-size: 30px;
            color: var(--green-light);
            line-height: 1
        }

        .sitemap ul li a {
            font-size: 18px;
            color: var(--green-light);
        }

.cmdivs {
    position: absolute;
    right: 60px;
    bottom: 0;
    /* background: var(--gold-light-color); */
    /* border-radius: 75px; */
    padding: 10px 12px 0px 12px;
    /* border: 1px solid var(--gold-dark-color); */
    text-align: center;
    z-index: 2;
}

    .cmdivs h3 {
        font-size: 18px;
        /* float: left; */
        padding: 6px 20px 7px 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        background: var(--bs-body-color);
        box-shadow: 0 0 10px 0 #00000082;
    }

        .cmdivs h3 span {
            display: block;
            font-size: 14px;
            /* line-height: 1; */
            text-transform: capitalize;
            font-weight: 500;
            font-family: 'Open Sans';
            width: 100%;
        }

    .cmdivs img {
        width: 160px;
    }
