<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:focus {
    outline: none;
}

.wrapper {
    margin: 60px auto;
    text-align: center;
}

#div1 .displayflex p {
    margin-top: 0 !important;
}

#div1 .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

#div1 .nav-tabs .nav-link {
    font-size: 0.8rem !important;
    cursor: pointer;

}

#div1 .download-card__content-box__catagory&gt;div {
    font-weight: 600;
}

.gv {
    color: #d14c2b !important;
}

#edirectory .edirectory-filter a {
    color: #000 !important;
}

#alphabet .AlphabetNav a:link {
    color: #000;
}

#alphabet .AlphabetNav a:visited {
    color: #000;
}

#alphabet .AlphabetNav a:hover {
    color: #FF5722 !important;
}

#alphabet .AlphabetNav a.selected-filter {
    color: #FF5722 !important;
}

#div1 .displayflex a:link {
    color: #000 !important;
}

#div1 .download-card a:hover {
    color: #FF5722 !important;
}

.download-cards {
    width: 100%;
    display: -webkit-box;
    display: block;
    flex-wrap: wrap;
}

.download-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: calc(100% - 2em);
    background: #f1f1f1 !important;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2em;
    /* box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #dadada; */
    margin: 0 1em 0.4em 1em;
}

article.download-card {
    max-height: fit-content;
    max-width: 82%;
}

#filter_toggler_message,
#mini_filter_count_container {
    margin-left: -10px;
    font-size: small;
}


.filtered-color {
    color: #FF5722 !important
}

/* article .tab-pane {
    overflow: scroll;
} */

@media (min-width: 700px) {
    .download-cards[data-view="grid-view"] .download-card {
        float: left;
        width: calc(100% - 1em);
    }

    .download-cards[data-view="grid-view"] .download-card:nth-child(2) {
        clear: both;
    }

    .download-cards[data-view="grid-view"] .download-card:nth-child(3) {
        clear: initial;
    }
}

@media (min-width: 1000px) {
    .download-cards[data-view="grid-view"] .download-card {
        width: calc((100% / 2) - 2em);
    }

    .download-cards[data-view="grid-view"] .download-card:nth-child(2) {
        clear: initial;
    }

    .download-cards[data-view="grid-view"] .download-card:nth-child(3) {
        clear: both;
    }
}

.download-card__icon-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    background: #f1f1f1;
    padding: 2em;
    text-align: center;
}

@media (min-width: 700px) {
    .download-card__icon-box {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.download-card__icon-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media (min-width: 700px) {
    .download-cards[data-view="list-view"] .download-card__icon-box {
        width: 200px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-right: 1px solid #e6e6e6;
    }
}

.gridimgbox img {
    width: 146px !important;
    height: 146px;
}

.download-card__content-box {
    padding: 2em 2em 3em;
    -webkit-box-flex: 1;
    flex: 1;
}

@media (min-width: 700px) {
    .download-cards[data-view="list-view"] .download-card__content-box {
        padding-left: calc(200px + 2em);
    }
}

.download-card__content-box__catagory {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px !important;
    margin: 0 0 0.2em;
}

.download-card__content-box__catagory {
    border-left: solid medium #ff4500;
}



.download-card__content-box__title {
    line-height: 1;
    margin: 0 0 0.5em;
    font-size: 18px;
}

.download-card__content-box__description {
    line-height: 1.5;
    padding: 0;
    margin: 0 0 1em;
    clear: both;
    color: #929292;
    font-size: 16px;
}

.download-card__content-box .button {
    position: absolute;
    bottom: 2em;
    margin: 0;
    color: #ff4500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
}

.dc-view-switcher {
    display: none;
    margin: 1em;
    text-align: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gh2 {
        font-size: 14px !important;
    }

    .hall {
        font-size: 11px !important;
    }

    .download-cards {
        font-size: 13px !important;
    }

    .gridimgbox .imginitial {
        width: 11% !important;
    }
}

@media (width: 1080px) {
    .gridimgbox .imginitial {
        width: 23% !important;
    }

    .gh2 {
        font-size: 14px !important;
    }

    .hall {
        font-size: 11px !important;
    }

    .download-cards {
        font-size: 13px !important;
    }
}

@media (min-width: 700px) {
    .dc-view-switcher {
        display: block;
    }
}

.dc-view-switcher&gt;button {
    font-family: "fontAwesome";
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    vertical-align: middle;
    color: gray;
    opacity: 0.3;
    outline: none;
    /* -webkit-transition: opacity 0.4s ease; */
    /* transition: opacity 0.4s ease; */
}

.dc-view-switcher&gt;button[data-trigger="list-view"]::before {
    content: "\f00b";
}

.dc-view-switcher&gt;button[data-trigger="grid-view"]::before {
    content: "\f009";
}

.dc-view-switcher&gt;button[data-trigger].active {
    opacity: 1;
}

.download-card__icon-box&gt;.gimgbox&gt;.imginitial {
    width: 76% !important;
    height: 150px !important;
    text-align: center;
    color: red;
    font-weight: bolder;
    font-size: 29px;
    text-align: center;
    padding: 5px;
    background: #fff !important;
}

.gimgbox {
    height: auto;
    width: 82%;
    padding: 8px;
    background-color: #fff;
}

.download-card__icon-box&gt;div&gt;div {
    width: 200px !important;
    height: 200px !important;
    text-align: center;
    color: red;
    font-weight: bolder;
    font-size: 29px;
    text-align: center;
    padding: 5px;
}

.download-card__icon-box&gt;div&gt;div&gt;img {
    width: 100% !important;
    object-fit: cover !important;
}

.imginitial span {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 130px;
    padding: 7px;
    padding-top: 25px;
    height: 130px;
    vertical-align: middle;
    text-align: -webkit-center;
    background-color: #f1f1f1;
    top: 50%;
    left: 67%;
    text-transform: uppercase;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

.gridimgbox .imginitial {
    height: 137px !important;
}

.blinking {
    animation: blinkingText 1.2s infinite;
    color: red;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

div.companytext {
    /* white-space: nowrap; */
    /* width: 100px; */
    overflow: hidden;
    z-index: 9;
    text-overflow: ellipsis;
}

.displayflex {
    display: flex;
    align-items: baseline;
}
.content .tab-content .displayflex {
    display: flex;
    align-items: flex-start;
    gap: 1px;
}
.content .tab-content .displayflex img{
    height: 24px;
}
.cname {
    text-transform: capitalize;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
}

#div1 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fbfbfb !important;
    background-color: #fbfbfb !important;
    color: #000 !important;
    border: solid thin;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

/* edirectory css */

#edirectory #content .navbar {
    z-index: 500 !important;
}

#edirectory .edirectory-container {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 30px 0 10px;
}

#edirectory .sticky-on-top {
    position: sticky !important;
    top: 0px !important;
    z-index: 999;
    background: #fff !important;
}

#alphabet .AlphabetNav {
    border-radius: 5px;
    background: #eee !important;
    padding: 13px 0;
    display: flex;
    align-items: center;
}

#alphabet .AlphabetNav .active {
    border-radius: 5px;
    background: linear-gradient(204deg,
            #be2f87 -0.67%,
            #c1533a 51.96%,
            #331e70 98.64%);
    padding: 10px;
    color: #fff !important;
}

#edirectory #content .navbar {
    z-index: 500 !important;
}

#edirectory .edirectory-filter .search-filter input {
    border-radius: 5px 0px 0px 5px !important;
    width: 100%;
    padding: 5px 40px 5px 8px !important;
    font-size: 14px !important;
    border-left: 1px solid #a8a8a8 !important;
    border-top: 1px solid #a8a8a8 !important;
    border-right: unset !important;
    border-bottom: 1px solid #a8a8a8 !important;
}

#edirectory .edirectory-filter .option-filter select {
    border-radius: 5px !important;
    border: 1px solid #a8a8a8 !important;
    width: 100%;
    height: 100%;
    padding: 5px 10px !important;
}

#edirectory .exhibitor-show-count {
    display: flex;
    align-items: center;

}

#edirectory .exhibitor-show-count h5 {
    font-weight: 600 !important;
}

#list-view .row .companytext b center {
    margin-top: 17px !important;
}


#alphabet .AlphabetNav .active {
    border-radius: 5px;
    background: linear-gradient(204deg,
            #be2f87 -0.67%,
            #c1533a 51.96%,
            #331e70 98.64%);
    padding: 10px;
    color: #fff !important;
}

#edirectory #content .navbar {
    z-index: 500 !important;
}

#edirectory .edirectory-filter .search-filter {
    padding: 0 15px !important;
    position: relative;
}

#edirectory .edirectory-filter .option-filter {
    padding-right: 15px !important;
}

#edirectory .edirectory-filter .search-filter img {
    height: fit-content;
    /* margin: auto; */
    padding-right: 10px;
    cursor: pointer;
    width: 85%;
}

#edirectory .edirectory-filter .search-filter div:has(img) {
    border-radius: 0px 5px 5px 0px;
    border-top: solid 1px #a8a8a8;
    border-right: solid 1px #a8a8a8;
    border-bottom: solid 1px #a8a8a8;
    height: 100%;
    cursor: pointer;
}

#edirectory .edirectory-filter .exhibitor-btn {
    border: 1px solid #d0d0d0;
    display: block;
    /* width: 100%; */
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff !important;
}

#edirectory .exhibitor-show-count {
    display: flex;
    align-items: center;
}

#list-view .row .companytext b center {
    margin-top: 17px !important;
}

#main #content .toggle-filter-button {
    padding: 13px 8px;
    border: 1px solid #d0ddd0;
    border-radius: 7px;
    box-shadow: 1px 1px 3px #d0d0d0;
}




/* ====================  edirectory responsive css starts here =================== */



@media (min-width: 400px) {
    .AlphabetNav {
        height: auto !important;
        width: 100% !important;
    }
}

@media (min-width: 400px) and (min-height: 600px) {
    .AlphabetNav {
        width: 100% !important;
    }
}


@media (min-width:481px) and (max-width: 768px) {
    .AlphabetNav {
        overflow-x: scroll;
    }

    .gimgbox {
        width: 100% !important;
        padding: 0px !important;
    }

    #alphabet .AlphabetNav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        justify-content: flex-start;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .AlphabetNav {
        overflow-x: scroll;
    }

    .gridimgbox .imginitial {
        width: 100% !important;
    }

    #edirectory .edirectory-filter .exhibitor-btn {
        width: 100% !important;
    }

    #edirectory .exhibitor-show-count .exhibitor-count-text {
        font-size: 15px;
    }

    #edirectory .edirectory-filter .search-filter {
        padding-right: 15px !important;
    }

    #edirectory .edirectory-filter .option-filter {
        padding-right: 15px !important;
    }

    .download-card__content-box {
        padding: 1em 1em 1em !important;
    }

    #edirectory .sticky-on-top {
        position: static !important;
        top: 0 !important;
    }

    #edirectory .sticky-on-mobile {
        position: sticky !important;
        top: 80px !important;
        z-index: 800 !important;
    }

    .gimgbox {
        width: 100% !important;
        padding: 0px !important;
    }

    #alphabet .AlphabetNav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    #edirectory .edirectory-container #div1 .download-card__content-box .nav-tabs {
        flex-wrap: nowrap !important;
    }

    /* #div1 .nav-tabs .nav-link {
        padding: 9px 7px !important;
        font-size: 11px !important;
    } */

    #content .title{
        font-size: 20px;
    }
    article.download-card {
        max-height: fit-content;
        max-width: 90%;
    }
    .mobile-sticky-only{
        position: sticky;
        z-index: 1000;
        background-color: #ffffff;
    }
    #content .title{
        padding-top: 1rem;
    }
    .edirectory-block .company-details .company-description {
        overflow-y: visible !important;
        max-height: fit-content !important;
      }

      .address-scroll{
        max-height: fit-content !important;
        overflow-y: visible !important;
    }

}




#pagination-demo {
    display: inline-block;
    margin-bottom: 1.75em;
}

#pagination-demo li {
    display: inline-block;
}

#pagination-demo1 {
    display: inline-block;
    margin-bottom: 1.75em;
}

#myTabContent {
    user-select: none;
}

#pagination-demo1 li {
    display: inline-block;
}

.page-content {
    background: #eee;
    display: inline-block;
    padding: 10px;
    width: 100%;
    max-width: 660px;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

.chip.chip-md img {
    height: 42px;
    width: 42px;
}

.chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

.chip.chip-lg img {
    height: 52px;
    width: 52px;
}

.chip.chip-lg .close {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

.side-nav {
    background-color: #fff;
}

.side-nav .collapsible&gt;li a.collapsible-header.active,
.side-nav .collapsible&gt;li a.collapsible-header:hover {
    background-color: #9ac800;
}

.side-nav .collapsible a {
    color: #000;
}

.sdnavhead {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    /* padding-top: 10px; */
    padding: 6px;
}

.download-card__content-box__catagory {
    font-size: 16px;
}

.gvbtn {
    font-size: x-large;
    color: #c1c1c1;
}

.gv {
    color: #23b14c;
}

.dh5 {
    font-size: 13px;
}

.gh2 {
    /*font-size: 12px !important;*/
    letter-spacing: normal;
}

.side-nav .collapsible a {
    font-weight: 400;
    font-size: 1rem;
}

.myBtn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.dropmn:hover .dropdown-menu {
    display: block;
}

.navpro {
    color: #000 !important;
}

.nav-item.active&gt;.navpro:hover {
    color: #000 !important;
}

.special-color-dark {
    background-color: #fff !important;
    border: 4px solid #24b14c;
}

.special-color {
    background-color: #fff
        /*#9ac800*/
        !important;
    max-height: 400px;
    overflow-y: scroll;
}

.download-card__icon-box {
    padding: 7px !important;
}

.gridimgbox {
    height: 146px;
}




ul li,
ul.menu li,
.item-list ul li,
li.leaf {
    padding: 0 0 0 1.0em !important;
    list-style-type: none !important;
    list-style-image: none !important;
}

navbar .dropdown-menu a {
    padding: 10px;
    font-size: .8rem;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a {
    color: #000;
}

.hdmega {
    font-size: 15px;
    text-transform: uppercase;
    color: #088c2e !important;
}

.mega-card-header {
    padding: 0rem 1rem !important;
}

.subhdmega {
    font-size: 15px;
    color: #000 !important;
}

.cbody {
    padding: 2px !important;
}

#test li a {
    font-size: 15px;
}

/* #list-view .nav-tabs .nav-item {
        margin-bottom: -5px !important;
    }

    .download-card {
        background: #ffffff !important;
    } */

/*for left tabs*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


h5 {
    margin-bottom: 0;
}

h5 a {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #435560;
    margin: 0;
}

h5 a:hover {
    color: #435560;
}

p {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 200;
    line-height: 26px;
    color: #414042;
    margin: 0;
}

#accordion .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #d1d3d4;
}

#accordion .card .card-header {
    background: none;
    border: none;
    padding: 25px 0;
}

#accordion .card .card-header.top-headline {
    padding: 0 0 25px;
}

#accordion .card .card-body {
    padding: 0 0 25px;
}

.vertical-tabs .nav-link {
    text-transform: uppercase;
    color: #939598;
    font-family: "azo-sans-web", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
    padding: 20px;
}

@media (min-width: 768px) {
    .vertical-tabs .nav-link {
        border-bottom: 1px solid #d1d3d4;
    }
}

.vertical-tabs .nav-link.active {
    background: #fca500;
    color: #fff;
    border-bottom: none;
}

@media (min-width: 768px) {
    .vertical-tabs .tab-content {
        margin-top: 22px;
    }
}

#v-pills-tab {
    margin-top: 5% !important;
}

/*alphabetical*/
/*
Our design has a min-width of 310px to work
*/


.AlphabetNav {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-flow: wrap row;
    padding: .5rem;
    background: ghostwhite;
}

.AlphabetNav a {
    display: flex;
    justify-content: center;
    padding: .5em;
    border-radius: 4px;
    font-size: 1.0em;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: darkgray;
}

.AlphabetNav a:hover {
    background: #ddd;
    color: #444;
}

.AlphabetNav .active {
    background: #9ac800;
    color: white;
}

/*
Contact List
*/
.ContactList {
    padding: 10em 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Contact {
    display: flex;
    align-items: center;
    width: 90%;
}

.ContactList .Contact {
    margin-bottom: 1.5rem;
}

.Contact-avatar {
    margin: 0 1em 0 0;
    width: 30%;
    min-width: 60px;
    max-width: 100px;
    border-radius: 50%;
    background: #a7c031;
}

.Contact-name {
    margin: 0;
    font-size: 1.3em;
    font-weight: 500;
    color: darkgray;
}

@media (min-width: 400px) {
    .AlphabetNav {
        top: 2vh;
        right: 0;
        height: 90vh;
        width: 9em;
    }

    .ContactList {
        padding-top: 2rem;
    }
}

@media (min-width: 400px) and (min-height: 600px) {
    .AlphabetNav {
        width: 6em;
    }

    .AlphabetNav a {
        margin: .25em;
    }
}

@media (min-width: 800px) {
    .AlphabetNav {
        top: 0;
        display: flex;
        align-items: flex-start;
        flex-flow: nowrap row;
        justify-content: space-around;
        width: 100%;
        height: auto;
        background: ghostwhite;
    }

    .AlphabetNav a {
        padding: 1px;
    }

    .ContactList {
        padding-top: 6rem;
    }

    .Contact {
        width: calc(100% * 1/3 - 2rem);
    }
}

.imginitial {
    width: 76%;
    height: auto;
    text-align: center;
    color: red;
    font-weight: bolder;
    font-size: 29px;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    text-transform: uppercase;
}

.gridimgbox .imginitial {
    width: 23%;
}

.gribnav ul li,
ul.menu li,
.item-list ul li,
li.leaf {
    padding: 0em !important;
}

.gribnav .nav-tabs .nav-link {
    /*border: 1px solid transparent;*/
    border-top-left-radius: .25rem;
    /*font-size: 10px;*/
}

.btnfill {
    border: 2px solid #00c851;
    border-radius: 10em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chp {
    margin-bottom: -13px !important;
}

.gimgbox {
    height: auto;
    width: 82%;
    padding: 8px;
    background-color: #fff;
}

.gridimgbox .gimgbox {
    width: 33%;
}

.dropdown-content li&gt;a,
.dropdown-content li&gt;span {
    font-size: 14px;
    text-transform: lowercase;
}

#myTab {
    margin-top: 8px;
}

.hall {
    background-color: #f1f1f1;
    padding: 3px;
    font-weight: 700;
    border: 2px solid #24b14c;
    font-size: 15px;
}

.chip {
    border-radius: 3px !important;
}

.grouped {
    margin: 0px 0px 20px 20px;
    padding: 5px;
    border-left: 3px solid #24B14C;
    background-color:
        /*#d0f9468f*/
        #d0f94659;
}

hr {
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    border: 0;
}

@media (min-width: 1000px) {
    .download-cards[data-view="grid-view"] .download-card {
        /* min-height: 552px !important; */
        /* max-height: 467px !important; */
    }
}

.md-accordion .card .fa-angle-down {
    float: left;
}

.filterapplied {
    margin: 10px;
    height: 103px;
}

.sortingapplied {
    padding: 40px;
}

.groupingapplied {
    padding: 40px;
}

/*.groupingapplied{padding-top: 46px;}*/
.light-blue.lighten-2 {
    background-color: #f1f1f1 !important;
    color: #000 !important;
    width: 61%;
    height: auto;
    text-align: left;
    border: 1px solid #c1c1c1fa;
}

.cl {
    color: #24B14C
}

.ddmd {
    column-count: 2;
    column-gap: 40px;
    column-rule-width: 1px;
}

.disabled-link {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: grey !important;
}

.gridimgbox .imginitial {
    height: 130px !important;
}

.gridimgbox .imginitial span {
    left: 51% !important;
}

#filter_toggler {
    cursor: pointer;
}
.content .download-card__content-box__catagory .sector,.content .download-card__content-box__catagory .country,.content .download-card__content-box__catagory .hall-no{
    color: #5c5c5c;
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 375px) {
    #content .section  .title{
      display: block !important;
    }
    #content .section  .title #filter_toggler{
        display: block !important;
        margin-left: 0 !important;
        margin-top: 2px;
      }
  }


/* E-Directory csss start */
.edirectory-block{
    margin-bottom: 40px;
  }
  .edirectory-block .main-header {
      background: #ffffff;
      padding: 0;
      /* border: 1px solid #C3C3C3; */
      border-radius: 5px;
      /* margin-bottom: 30px; */
    }

    .edirectory-block .main-header .company-name {
      color: #0056a4;
      margin: 0;
      margin-bottom: 5px;
      font-weight: 400 !important;
      font-size: 24px;
    }

    .edirectory-block .main-header .stand-details {
      color: #323232;
      margin: 0;
      text-transform: uppercase;
      font-size: 14px;
    }
    .edirectory-block .company-details{
        padding: 0 15px 25px;
    }

    .edirectory-block .company-details .company-description {
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 25px;
      color: #2d3739;
      overflow-y: auto;
      max-height: 310px;
    }

    .edirectory-block .company-details .sector .header {
      margin: 0 0 10px 0;
      font-size: 18px;
      color: #0056a4;
      text-transform: uppercase;
    }

    .edirectory-block .company-details .sector .sector-details {
      font-size: 14px;
      line-height: 18px;
      color: #888;
    }

    .company-address .phone,
    .company-address .company-website {
      display: flex;
      align-items: center;
      gap: 7px;
      margin: 0 0 15px 0;
      font-size: 16px;
    }

    .company-address .address-wrapper {
      display: flex;
      align-items: flex-start;
      margin-bottom: 5px;
    }

    .company-address .address-wrapper .label-title {
      /* width: 150px; */
      font-size: 14px;
      color: #888;
      font-weight: 700;
      margin-bottom: 0;
    }

    .company-address .address-wrapper .value {
      font-size: 14px;
      color: #888;
    }

    .edirectory-block .company-details .company-logo {
      /* width: 100%; */
      margin-bottom: 20px;
      overflow: hidden !important;
      /* display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      height: 150px !important; */
    }
    .edirectory-block .company-details .company-logo img{
     object-fit: contain !important;
     /* width: 100% !important; */
     max-height: 150px !important;
     display: block !important;
    }

@media(max-width:991px){
    article.download-card {
        max-height: fit-content;
    }
}


.sector-details .market-badges{
    border-radius: 20px;
    background: #D8D8D8;
    padding: 5px 15px;
}

.address-scroll{
    max-height: 160px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}

.scroll-text-box::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Edge */
  }

  .slim-scroll::-webkit-scrollbar {
    width: 6px;                         /* Slim width */
  }

  .slim-scroll::-webkit-scrollbar-thumb {
    background-color: #999;             /* Scroll thumb color */
    border-radius: 10px;
  }

  .slim-scroll::-webkit-scrollbar-track {
    background: transparent;            /* Scroll track background */
  }

  .company-description::-webkit-scrollbar {
    width: 6px;                         /* Slim width */
  }

  .company-description::-webkit-scrollbar-thumb {
    background-color: #999;             /* Scroll thumb color */
    border-radius: 10px;
  }

  .company-description::-webkit-scrollbar-track {
    background: transparent;            /* Scroll track background */
  }

  .edirectory-container .accordion-borderless .accordion-item .accordion-button:not(.collapsed){
    background-color: #ffffff !important;
  }

.edirectory-container .accordion-button::after{
    background-color: #f09602;
    background-position: center center;
    padding: 14px;
    border-radius: 100%;
    background-image: url('/sites/all/themes/cnx_edirectory/images/arrow_down.svg') !important;
}


/* E-Directory csss End */
</pre></body></html>