@font-face {
    font-family: luto;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}

body {
    background: #f1f5f8;
    font-family: 'Open Sans', sans-serif !important;
}
.eventlogoshow{display:show}
.register_now,
.register_now_std {
    font-size: 14px;
    font-family: luto;
}

.navbar-nav p {
    font-family: luto;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.navbar-nav span {
    font-size: 14px;
}

.navbar-nav li {
    margin: 0 8px;
}

.marketing_category_block .search-bg {
    background: #5c6e7c;
    width: 100%;
    height: 45px;
    line-height: 47px;
    margin-top: 0px !important;
    float: left;
    margin-right: 6px !important;
    text-transform: uppercase;
    background-position: 10px;
    padding: 0px 28px 0px 28px !important;
    font-size: 14px !important;
    border: 0;
}

.navbar-brand {
    margin-right: 1.6rem;
}

.multiselect-native-select .btn-group {
    width: 100% !important;
}

.custom-select {
    height: calc(1.5em + 0.75rem + 9px)
}

.custom-select {
    border: 1px solid #C0C0C0;
    color: #97a8b8 !important;
    border-radius: 8px !important;
    text-align: left !important;
    background-color: #ffffff;
    background: rgb(255, 255, 255) url(../images/select_arrow.png) right 10px center no-repeat !important;
    background-position: 96%;
}
.dropdown-box {
    border-radius: 8px !important;
    text-align: left !important;
    background-color: #ffffff;
    background: rgb(255, 255, 255) url(../images/select_arrow.png) right 10px center no-repeat !important;
    background-position: 96%;
}

@media(min-width:380px){
.dropdown-content{
	width: 100%;
  min-width: 380px;
  max-width: 100%;
}
.countrysrch .dropdown-menu{
	min-width: 380px !important;
	max-width: 380px;
	width:100%;
}
.countrysrch .dropdown-item{
	white-space: wrap !important;
}
.countrysrch button{
	border: 1px solid #bdc2c8;
	border-radius: 10px;
	text-transform: unset;
	height:44px;
}
.countrysrch .bootstrap-select{
	width: 100% !important;
}
}
.dropdown-content ul .parentcat{
	font-weight: bold;
}/*
.dropdown-content ul .parentcat:after
{
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	Font-size: 18px;
}*/
/* ▼ Add dropdown arrow only if li has a ul.subcategory */
.dropdown-content ul > li:has(> ul.subcategory) > .parentcat::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  font-size: 18px;
  transition: transform 0.2s ease;
}

/* ▲ Change arrow direction when checkbox is checked */
.dropdown-content ul > li:has(> input[type=checkbox]:checked) > .parentcat::after {
  content: "";
  border-top: 0;
  border-bottom: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  transform: rotate(180deg);
}

/* Add dropdown arrow only if li contains a <ul> */
.dropdown-content ul.subcategory > li:has(> ul.subsubcategory) > label::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  Font-size: 18px;
}

/* Optional: rotate or change when expanded (if using checkbox toggle) */
.dropdown-content ul.subcategory > li:has(> input[type=checkbox]:checked) > label::after {
  content: "▴"; /* ▲ up arrow when opened */
}

.dropdown-content label{
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
}
.dropdown-content input{
	appearance: none;
  background-color: #f2f4f5;
  height: 17px;
  border-radius: 4px;
}
.dropdown-content input:after{
	content: "\f096";
  font-family: 'FontAwesome';
  color: #cdcdcd;
  font-size: 23px;
  float: left;
  margin-top: -8px;
}
.dropdown-content input:checked {
    background-color: transparent;
}

.dropdown-content input:checked:after {
    content: "\f046";
    font-family: 'FontAwesome';
    color: #5c6e7c;
    font-size: 23px;
    float: left;
    margin-top: -8px;
}
.modal-body .btn-success {
    background: #5d6f7d;
    border: none;
    border-radius: 4px;
    color: #ffffff !important;
}

#footer {
    /* background: url(../images/connectbg1.svg) no-repeat;*/
    background-size: cover;
    background-position: 0px -100px;
    background-color: #000 !important;
}

#overlay {
    background-color: rgba(92, 111, 124, .5) !important;
    width: 100%;
}

#footer a {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.2s linear;
}

#footer a {
    word-wrap: normal !important;
}

.menu2 {
    font-size: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', Arial, sans serif;
}

hr.style1 {
    border-top: 2px solid #ffffff;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

#footer .blurp {
    font-size: 13px;
    font-weight: 300;
    margin: 0 auto;
}

#footer a:hover,
#footer a:focus {
    color: #cdde31 !important;
    text-decoration: underline;
}

#footer .resetr {
    padding-right: 0;
    text-align: right !important;
}

.dropdown-item-text {
    color: #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold !important;
    border-bottom: 1px solid #eee;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
    font-size: 13px !important;
    color: #000000 !important;
    display: block;

}

.form-check-input {
    appearance: none;
    background-color: #f2f4f5;
    height: 17px;
    border-radius: 4px;
}

.form-check-input:after {
    content: "\f096";
    font-family: 'FontAwesome';
    color: #cdcdcd;
    font-size: 23px;
    float: left;
    margin-top: -8px;
}

.form-check-input:checked {
    background-color: transparent;
}

.form-check-input:checked:after {
    content: "\f046";
    font-family: 'FontAwesome';
    color: #5c6e7c;
    font-size: 23px;
    float: left;
    margin-top: -8px;
}

.form-check-label {
    line-height: 26px;
    padding-left: 10px;
    line-height: 15px;
    padding-top: 5px;
}

.company_image {
    max-width: 150px;
    height: 150px;
}

.img_event_box {
    max-width: 150px;
    height: 150px;
}

.leftbox {
    float: left;
    padding-top: 7px;
}

.dmgfooter {
    width: 100%;
    display: table;
    /* position: absolute; */
    overflow: hidden;
    background-color: #000000;
    z-index: 100;
    left: 4px;
    font-size: 12px !important;
    font-family: 'Montserrat', Arial, sans serif;
    top: -1px;
    /* min-height: 278px; */
    color: #ffffff;
}

.footer_wrapper {
    clear: both;
}

.custom-select:focus {

    box-shadow: none;
    border: 2px solid #000000;
}

.marketing_category_block .reset-bg {
    background: #5c6e7c;
    height: 45px;
    width: 100%;
    line-height: 47px;
    font-size: 14px;
    margin-right: 0px;
    margin-top: 0px;
    float: left;
    padding: 0px 15px;
    text-transform: uppercase;
    border: 0;
}

.list-group-item-text {
    max-height: 45px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 21px;
    font-size: 14px;
}

.magnifier {
    height: 45px;
    border: 1px solid #bdc2c8;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    padding-left: 40px;
    color: #97a8b8 !important;
    margin-bottom: 10px;
    background: rgb(255, 255, 255) url(../images/black_magnifier.png) 10px center no-repeat;
}

.item_heading .heading {
    text-transform: uppercase;
    font-size: 18px;
    color: #162b4d;
    font-weight: bold;
}

.marketing_category_block select {
    width: 100%;
    font-size: 14px;
    padding: 4px 15px 4px 15px;
    background: rgb(255, 255, 255) url(../images/select_arrow.png) right 10px center no-repeat !important;
    background-position: 96%;
    border-radius: 8px;
    border: 1px solid #C0C0C0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    height: 45px;
    color: #000000 !important;
    margin-bottom: 10px;
}

.multiselect-selected-text {
    font-size: 14px;
	color: #000;
}

.alphabetical_search_block .search-all {
    background: #5c6e7c;
    height: 36px;
    line-height: 13px !important;
    font-size: 12px;
    float: left;
    margin: 10px 15px 10px 0px !important;
    padding: 10px 21px;
}

.alphabetical_search_block a.alphabetical_search {
    height: 36px;
    width: 40px;
    border: 1px solid #c2c7cc;
    display: block;
    float: left;
    border-radius: 5px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    /*color: #c2c7cc !important;*/
	color: #454343;
   /* margin: 10px 0.5% 10px 0px;*/
   margin: 10px 0.5% 0px 0px;
    text-decoration: none;
}

.alphabetical_search_block a.alphabetical_search:hover {
    color: #5c6e7c !important;
    border: 1px solid #5c6e7c;
}

.alphabetical_search_block a.alphabetical_search.active {
    color: #5c6e7c !important;
    border: 1px solid #5c6e7c;
}

.mian {
    margin-top: 20px;
}

.sector_block li {
    float: left;
    margin-right: 6px;
    margin-top: 10px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #959FA6;
    min-width: 50px;
    overflow: hidden;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
    Font-size: 14px;
    /* text-transform: uppercase; */
}

.sector_block {
    list-style-type: none;
    padding-left: 0px;
    max-height: fit-content;
    margin-bottom: 0px;
    overflow: hidden;
    display: inline-block;
}

.btn {
    background: #ffffff;
    border: 1px solid;
   /* height: 40px;*/
    line-height: 26px;
    color: #000000 !important;
    /*width: 150px;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 0px;
}

.view_description {
    float: right;
    background: none;
    height: 24px;
    width: 24px;
    border: none;
    padding: 0px;
    font-size: 20px;
    position: absolute;
    top: 15px;
    /*right: 25px;*/
}

.button_heading {
    font-size: 16px;
    margin-top: 0px;
    border: none;
    padding: 15px 0px;
    font-weight: bold;
    background: none;
    text-align: left;
}

.tabmain .nav-tabs {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 0;
    border-left: 1px solid #dee2e6;
    border-radius: 10px 10px 0 0;
    background-color: #eaeaea;
}

.tabmain .tab-content {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-radius: 0 0 10px 10px;
    padding: 25px;
    background-color: #ffffff;
    padding: 25px;

}

.tabmain .nav-tabs .nav-link.active {
    -webkit-box-shadow: 9px 1px 7px -9px rgb(0 0 0 / 50%);
    -moz-box-shadow: 9px 1px 7px -9px rgba(0, 0, 0, 0.50);
}

.tabmain .nav-tabs .nav-link.active,
.tabmain .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.tabmain .nav-tabs .nav-link {
    color: #2c2c2c !important;
    line-height: 48px;
    padding: 0px 40px;
    font-weight: bold;
}

.list-group-item {
    border-radius: 10px !important;
    border: 0;
    padding: 20px;
    margin-bottom: 15px;
}

.social_media_block ul li {
    color: #212121 !important;
    height: 40px;
    float: left;
    list-style-type: none;
    font-size: 16px;
}

.social_media_block ul {
    width: 100%;
    min-height: 40px;
    padding-left: 0px;
}

.social_media_block ul li a {
    color: #212121 !important;
    display: block;
    min-height: 40px;
    min-width: 30px;
    margin: 0px 0 0 5px;
}

.modal-dialog {
    max-width: 610px;
}

.modal-header {
    background-color: #0cafe4;
}

.modal-header.info-popup {
    background-color: transparent !important;
    border: 0 !important;
}

.modal-header.info-popup h5 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}

.infopopup-content.modal-body {
    text-align: left !important;
}

.modal-content form {
    font-size: 15px;
}

.modal-title {
    color: #ffffff;
}

.social_media_block ul li span {
    padding-left: 50px;
}

.social_media_block {
    margin-top: 15px;
}

.discription_title {
    color: #778ba3;
    margin-top: 13px;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.mandatory {
    color: #eb3409;
}

.ltl_list_as {
    float: left;
    margin-left: 0px;
    display: inline-block;
    background: #01a5e4;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    color: #ffffff !important;
    min-width: 95px;
    overflow: hidden;
    padding: 0px 5px;
    font-weight: 600;
    margin-top: 2px;
    padding: 2px;
    border-radius: 0px;
}

.head_discription {
    float: left;
    width: 100%;
}

.list-group-item-text {
    font-size: 14px;
    width: 100%;
}

#gallery {
    padding: 10px 0 0 10px;
    background-color: white;
    text-align: center;
    margin: 0 auto;
    border: 2px solid blue;
}

.gallery-item {


    overflow: hidden;
    cursor: pointer;

}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f5f8;
}

.pdf_td {
    width: 40px;
}

.text_td {
    width: 65%;
}

.broucher_view,
.broucher_download {
    height: 35px;
    padding: 5px 20px;
    /* line-height: 35px;
    float: left; */
    color: #e4e4e4 !important;
    margin-right: 20px;
    border-radius: 10px;
    background-color: #5d6f7d;
    text-transform: uppercase;
}

.previous {
    color: #000 !important;
    left: 20px;
    top: 45%;
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 32px;
}

.next {
    color: #000 !important;
    right: 20px;
    top: 45%;
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 32px;
}

.previous i {
    float: left;
    margin-left: 5px;
}

.next i {
    float: left;
    margin-left: 5px;
}

/*loader*/
#request {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: none;
}

.mloader {
    background: rgb(255, 255, 255) url(../images/loader.gif) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 49%;
    left: 49%;
    border-radius: 50%;
}

.web_title {
    color: rgb(98, 98, 98);
    font-size: 24px;
    font-weight: 600;
    margin: 10px 30px 20px;
}

.card-main .rounded {
    border-radius: 10px !important;
}

.card-main .shadow {
    box-shadow: 1px 1px 10px 0px rgb(20 16 16 / 25%) !important;
    -webkit-box-shadow: 1px 1px 10px 0px rgb(20 16 16 / 25%) !important;
}

/*loader-close*/
.btn-success:hover {
    background-color: #0cafe4 !important;
    border-color: #000000 !important;
}

.modal {
    text-align: center;

    margin: 0 auto 20px auto;
}

.modal-open {
    margin: 0 auto;
    overflow: auto;
}

#modal-image {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 5px;
}

.btn.back {
    width: auto;
}

.modal-image-caption {
    text-transform: capitalize;
}

@media screen and (min-width: 600px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media(min-width:300px) and (max-width:599px) {
    .mian {
        margin-top: 30px !important;
    }

    .tabmain .nav-tabs {
        display: block !important;
    }

    .data-holder {
        display: block !important;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .data-holder div {
        display: block;
    }

    .data-holder div a {
        display: block;
        margin: 5px 0px;
    }
}

.messagefail i {
    font-size: 40px;
    color: red;
}

.modal-footer {
    justify-content: center;
    border-top: none;
}

.footer_bottom_strip {
    background-color: #222222;
}

.footer_wrapper div,
.footer_wrapper ul li,
.footer_wrapper span {
    font-size: 13px;
}

.warning-section {
    text-align: left;
    padding-top: 38px;
    padding-left: 5%;
    padding-right: 5%;
}

.footer_warning_border {
    border-bottom: 1px solid #9a9595;
}

.warning-section {
    background-color: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.warning-section {
    background-color: #222222 !important;
    color: white;
}

.warning-section {
    background-color: #3d3d3d;
}

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

.warning-section .warn-bar {
    border-right: 2px solid #e23454;
    height: 80px;
    text-align: left;
}

.warning-section .warn-side {
    color: white;
    font-size: 13px;
    height: 100px;
    text-align: left;
}

.warning-section .warn-btn {
    background: #e23454;
    color: white;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    width: 250px;
}

.ancerlink-color {
    color: #eb3409;
}

.warning-section .warn-text {
    color: white;
    font-size: 18px;
}

.footer_links_firts {
    padding-right: 11%;
}

.footer_text_color_gray {
    color: #989898;
}

.font600 {
    font-weight: 600;
}

.footer_click_here,
.footer_click_here:hover,
#footer .footer_click_here,
#footer .footer_click_here:hover {
    color: #da2e00 !important;
}

.footer_text_color_red {
    color: #ed3200;
}

.product_details h2 {
    font-size: 18px;
    margin-top: 8px;
    width: 90%;
    /* margin: 0 auto; */
    float: left;
    /* height: 40px; */
    overflow: hidden;
}

.product_details {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.product_image {
    width: 100%;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.product_with_details {
    width: 100%;
    display: inline-block;
    color: #142b4d;
    padding: 22px;
}

.featured_star {
    background-color: #e5ac00 !important;
    color: #ffffff !important;
    padding: 10px 16px;
    position: absolute;
    bottom: 0;
    font-weight: 700;
    right: 14px;
}

.featured_list_exb {
    background-color: #bdf1fe !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .marketing_category_block .search-bg {
        padding: 0px 20px 0px 20px !important;
        font-size: 13px !important;
    }

    .marketing_category_block .reset-bg {
        padding: 0px 10px !important;
        font-size: 13px !important;
    }

    .alphabetical_search_block a.alphabetical_search {
        margin: 10px 0.3% 10px 0px;
    }

    .alphabetical_search_block .search-all {
        padding: 10px 13px;
    }

}

@media only screen and (min-width: 300px) and (max-width: 400px) {
    .caption .button_block {
        text-align: left !important;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {

    .thumbnail .img-event .img_event_box,
    .company_image {
        float: none;
        margin: 0 auto 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .navbar {
        text-align: center;
    }

    .navbar-brand {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar-collapse,
    .navbar-brand,
    .navbar-brand img {
        float: none !important;
        margin: 0 auto;
    }

    .caption .button_block .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .search_block_input {
        width: 100%;
		padding-left:0px;
		padding-right:0!important;
    }
	.marketing_category_block {
        width: 100%;
		padding-top:10px;
		/*padding-right:0!important;*/
    }
	.eventlogoshow{display:none;}
}

@media only screen and (max-width: 985px) and (min-width: 768px) {
    .search_block_input {
        width: 50%;
    }
}

@media only screen and (max-width: 460px) {
    .head_discription .sector_block_outer .sector_block li {
        height: auto;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1174px) and (min-width: 320px) {
    .head_discription .sector_block_outer {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 850px) {
    .list-group-item .button_block {
        position: revert;
        text-align: center !important;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 1100px) {
    .featured_star {
        position: relative !important;
        text-align: center;
        right: unset;
    }
}

.img-responsive {
    width: 100% !important;
}

.mian .search_block {
    float: none;
    margin: 0 auto;
    max-width: 1300px;
}

.mian .search_block_colocated_show {
    float: none;
    margin: 0 auto;
    /* max-width: 1300px; */
    padding-left: 27px !important;
}

.view_co_show {
    /*margin-top: 20px;*/
    display: inline-block;
    width: 100%;
}

.view_co_show ul {
    padding-left: 0px;
    height: 40px;
    width: 100%;
    list-style-type: none;
}

.view_co_show ul li {
    font-size: 14px;
    float: left;
    margin-left: 5px;
}

.view_co_show ul li h2 {
    font-size: 16px;
    line-height: 40px;
    margin-top: 0px;
}

.view_co_show ul li.co_button {
    font-size: 14px;
    /* float: right; */
    float: left;
}

.mian .view_co_show ul li.co_button a.co_btn {
    display: block;
    color: #8796a1 !important;
    padding: 10px;
    background: #fff;
}

/*.mian a:not(.type_btn) {
        color: #1576bb !important;
        font-weight: bold;
        cursor: pointer;
    }*/
.mian .view_co_show ul li.co_button a.active_show,
.mian .view_co_show ul li.co_button a.co_btn:hover {
    color: #fff !important;
    background: #005694;
}

a:hover {
    text-decoration: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.mian .view_co_show ul li.co_button a.active_show,
.mian .view_co_show ul li.co_button a.co_btn:hover {
    color: #fff !important;
    background: #005694;
}

.data-holder {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.data-holder .title-text {
    flex: 50%;
}

.data-holder:nth-child(odd) {
    background-color: #f1f5f8;
}

.btn-img-link {
    border: 1px solid #ccc;
    padding: 5px 20px;
    background-color: #fff;
    margin: 0px 15px 0px 0px;
    display: inline-flex;
    position: relative;
    border-radius: 8px;
}

.btn-img-link img {
    height: 34px;
    max-width: inherit !important;

}

.btn-img-link.active::after,
.btn-img-link.active::before {
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
}

.btn-img-link.active::before {
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 11px;
    border-top-color: #ccc;
    bottom: -12px;
}

/* .dropdown-toggle:not(.collapsed)::after{ */
	/* transform:rotate(-180deg); */
/* } */

/* closedToggle */
.closedToggle {
  white-space: nowrap;
}
.closedToggle:empty::after {
  margin-left: 0;
}
.closedToggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  transform: rotate(180deg) !important;
}
.alphabetical_search_block .pagination .page-link{
		line-height:20px;
	}
	
	
/* New Exhibitor design css start */
	
	.logo-holder{
		text-align: center;
		padding: 20px;
		border: 1px solid #f1f5f8;
	}
	.badge {
	  margin-right: 8px;
	  color: #fff;
	}
	.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	  background-color: #6c757d;
	}
	.about-company .nav-link {
	  color: var(--color-black);
	  font-weight: 700;
	  border: 1px solid var(--color-border);
	  margin-right: 5px;
	  border-radius: 0.7rem;
	}
	.list-pagination .page-item .page-link.active-reset {
	  background-color: #000;
	  border-color: #000;
	  color: #fff;
	  width:100px;
	  margin-left:0.5rem;
	}
	.list-pagination .page-item .page-link.active, .list-pagination .page-item .page-link.active-reset {
	  background-color: #000;
	  border-color:#000;
	  color: #fff !important;
	}
	.cardsidebar{
		background:#ff609f26;
		border:1px solid rgb(242 229 226);
		border-radius: .37rem;
		padding:20px;
	}
	.cardsidebar h4
	{
	  color: #8c5b76;
	  font-size: 22px;
	  margin-bottom: 15px;
	}
	.cardsidebar-box{
		margin-bottom:30px;
	}
	.liststyle{
		height: 200px;
		overflow:auto;
	}
	
	@media (min-width: 992px) {
	  .modal-lg, .modal-xl {
		max-width: 800px;
	  }
	}
	@media (min-width: 1400px) {
	.container-fluid{
		max-width:1400px;
	}
	}
	.artistlist-group-image
	{
		max-height: 200px;
	    min-height: 200px;
		/*object-fit: cover;*/
	    
	}
	.card-img {
	  padding: 30px 10px 10px 10px;
	  text-align: center;
	  justify-content: center;
	  display: flex;
	  align-items: center;
	}
	.list-pagination span {
	  background-color: #122e84;
	  border-color: #122e84;
	  color: #fff;
	  border-radius: 5px;
	  padding: 0.375rem 0.75rem;
	}
	.info-icon-holder {
	  position: absolute;
	  right: 0;
	  padding: 4px 8px;
	  top: 0;
	  border-radius: 0px .25rem;
	  font-size: 16px;
	  cursor: pointer;
	}
	.trans-bg{
		background: transparent !important;
	}
	.btn-light1{
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5;
	}
	.btn-light1:hover{
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5;
	}
	
	.artistdetsupport-group-image
	{
		max-height: 90px;
	    min-height: 90px;
		height:100%;
		width:100%;
	    
	}
	.ecotrailicon-img
	{
	  position: absolute;
	  top: 5px;
	  right: 5px;
	}
	html, body {
	  /*height: 100%;*/
	  margin: 0;
	  /*display: flex;*/
	  flex-direction: column;
	}

	.footer_wrapper .footerpanel{
	  margin-top: auto !important;
	}
	.pagination {
	  margin-bottom: 0px !important;
	  flex-wrap: wrap;
	}
	.alphabetical_search_block{
		margin-bottom:10px;
	}
	.headerBtn {
	  position: relative;
	  top: 0;
	  right: 0;
	  /*display: flex;*/
	  align-items: flex-end;
	  height: 100%;
	  opacity: unset;
	  z-index: 9999;
	  margin-right: 0 !important;
	}
	.whiteOutline-btn {
		border-radius: 40px;
		position: relative;
		color: #262626;
		font-size: 16px;
		text-decoration: none;
		border: 1px solid transparent;
		overflow: hidden;
		letter-spacing: 1.2px;
		padding: 9px 30px;
		font-weight: 600;
		z-index: 1;
		text-transform: uppercase;
		display: inline-block;
		transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-o-moz-transition: all .3s ease-in-out 0s;
		-webkit-font-smoothing: antialiased;
	}
	.whiteOutline-btn:before {
        z-index: -1;
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        background: #ffdcb6;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-moz-transition: all 0.3s ease-in-out 0s;
        transform: translate(-50%, -50%);
        border-radius: 100px;
    }

	.whiteOutline-btn.ColoredBtn{
		color: #fff;
	}
	.whiteOutline-btn.ColoredBtn:hover{
		color: #262626;
	}
    .whiteOutline-btn.ColoredBtn:before {
		z-index: -1;
		position: absolute;
		content: '';
		left: 50%;
		top: 50%;
		width: 100%;
		height: 100%;
		background: url(../images/BTN-BG.png);
		transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-moz-transition: all 0.3s ease-in-out 0s;
		transform: translate(-50%, -50%);
		border-radius: 100px;
		background-size: cover;
		background-repeat: no-repeat;
	}
    .whiteOutline-btn:hover:before {
        top: 58px;
        border-radius: 100px;
        width: 0px;
        transform: translate(-50%, -50%);
    }
    .whiteOutline-btn:hover {
        color: #262626;
        text-decoration: none;
        border-color: #ea5f84;
    }
	.searchWrapper {
	  background: #ff609f12;
	  padding: 20px 0 10px 0;
	  box-shadow: 0 0 15px #00000009;
	}
	@media (max-width:991px){
		.navbar-brand img{
			height:70px;
		}
		.sm-mb-10{
			margin-bottom: 10px;
		}
	}
	@media (min-width:767px){
		html, body {
		  /*height: 100%;*/
		  margin: 0;
		  display: flex;
		  flex-direction: column;
		  overflow-x: hidden; /* Avoid horizontal scroll */
		  overflow-y: auto;
		  min-height:100vh;
		}
	}
	@media(max-width:767px){
		.pagination-info{
			flex-basis:100%;
			text-align:right;
			margin-bottom:3px;
		}
		.page-item{
			margin-bottom: 5px;
		}
	}
	::placeholder {
		color: #000; 
		opacity: 1;
	}
	.homelink a{
		font-size: 18px;color:#000;
	}
	.homelink a:hover{
		color: #ff2a83;
	}
	.homelink i
	{
		font-size: 26px;
	}
	@media (min-width:300px)and (max-width:320px){
		.navbar-brand {
			text-align:center;
		}
		.navbar{
			text-align:center;
		}
	}
/* New Exhibitor design css end */

.featured{
	position: relative;
	border:1px solid #5c6e7c !important;
}
.featured-badge{
  background-color: #5c6e7c;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 105px;
  position: absolute;
  font-size: 14px;
  top: 0;
}