/* SEARCH HEADER */
header{
     position: fixed !important;
    z-index: 9;
    width: 100%;

}
main {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    background: #f6f4f1;
}
@media only screen and (max-width: 480px) {
    main {
        padding-top: 160px;
    }
}
.exhibitor-listing__wrapper .search-head__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}

@media only screen and (max-width: 991px) {
  .exhibitor-listing__wrapper .search-head__wrapper {
    flex-wrap: wrap;
  }
}

.exhibitor-listing__wrapper .search-head__wrapper .cat {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .exhibitor-listing__wrapper .search-head__wrapper .cat {
    width: 33.3%;
  }
}

@media only screen and (max-width: 767px) {
  .exhibitor-listing__wrapper .search-head__wrapper .cat {
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .exhibitor-listing__wrapper .search-head__wrapper .cat {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .exhibitor-listing__wrapper .search-head__wrapper .cat input[type="text"] {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .exhibitor-listing__wrapper .search-head__wrapper .cat select {
    margin-bottom: 0.5rem;
  }
}

.exhibitor-listing__wrapper .search-head__wrapper input[type="submit"] {
  width: auto;
  line-height: 35px;
  padding: 0 32px;
  margin-right: 12px;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  background: #000;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 14px;
}

.exhibitor-listing__wrapper .search-head__wrapper input[type="submit"]:hover {
  border: 1px solid #7F6B64;
  color: #7F6B64;
  background-color: transparent;
}

.exhibitor-listing__wrapper .search-head__wrapper input[type="submit"]:nth-child(2) {
  border: 1px solid #7F6B64;
  background-color: #7F6B64;
}

.exhibitor-listing__wrapper
.search-head__wrapper
input[type="submit"]:nth-child(2):hover {
  border: 1px solid #7F6B64;
  color: #7F6B64;
  background-color: transparent;
}

.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button {
      display: flex;
    align-items: center;
    gap: 10px;
}
.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button div{
      width: 50%;
}
.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button a {
  height: 100%;
  line-height: 0;
}

.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button button {
  min-width: 120px;
  height: 100%;
      cursor: pointer;
      
}

/* CARD */

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
  padding: 10px 30px;
  margin-bottom: 1rem;
  border-radius: 10px;
  color: #7F6B64;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,0.05);
}

@media only screen and (max-width: 767px) {
  .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card {
    flex-wrap: wrap;
  }
}
.exhibitor-listing__wrapper .exhibitor-card .image-left img{
  width: 120px;
      height: auto;
}
.exhibitor-listing__wrapper .exhibitor-card .image-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}


@media only screen and (max-width: 600px) {
  .exhibitor-listing__wrapper .exhibitor-card .image-left img{
  width: 80px;
}
  .exhibitor-listing__wrapper .exhibitor-card .image-left {
    width: 80px;
 
  }
}
.exhibitor-listing__wrapper .exhibitor-card .content {
  width: calc(100% - 350px);
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .exhibitor-listing__wrapper .exhibitor-card .content {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 767px) {
  .exhibitor-listing__wrapper .exhibitor-card .content {
    width: calc(100% - 140px);
    padding-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .exhibitor-listing__wrapper .exhibitor-card .content {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}

.exhibitor-listing__wrapper .exhibitor-card .content h6 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 18px;
}

.exhibitor-listing__wrapper .exhibitor-card .content p {
  line-height: 20px;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
}

.exhibitor-listing__wrapper .exhibitor-card .content .d-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.exhibitor-listing__wrapper .exhibitor-card .content .d-flex span {
  display: block;
  min-width: 50px;
  line-height: 20px;
  padding: 0 4px;
  margin-right: 6px;
  margin-bottom: 5px;
  color: #fff;
  background: #959fa6;
  text-align: center;
  font-size: 14px;
}

/* BUTTON WRAPPER */

.exhibitor-listing__wrapper .exhibitor-card .btn__wrapper {
  width: 200px;
  padding-left: 15px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .exhibitor-listing__wrapper .exhibitor-card .btn__wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
    text-align: center;
  }
}

.exhibitor-listing__wrapper .exhibitor-card .btn__wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ALPHABET SORT */

.alphabet-sort {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.alphabet-sort ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.alphabet-sort ul li {
  display: inline-block;
  margin-bottom: 12px;
}

.alphabet-sort ul li a {
  display: block;
  padding: 5px 10px;
  margin: 0 3px;
  border: 1px solid #7F6B64;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s;
  text-transform: uppercase;
    text-decoration: none;
}

.alphabet-sort ul li a:hover {
  color: #fff;
  background-color: #7F6B64;
}

.alphabet-sort ul li a.active {
  color: #fff;
  background-color: #7F6B64;
}

/* INFO OVERLAY */

.info-bg {
  overflow: hidden;
}

.info-bg::after {
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  content: "";
}

.o-hidden {
  overflow: hidden;
}

/* PAGINATION */

.pagination-wrapper {
  margin-top: 40px;
}

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 50px 0 20px;
  list-style: none;
  gap: 10px 0;
}

.Pagination .PaginationControl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  border-radius: 4px;
  background: #7F6B64;
  cursor: pointer;
  transition: 0.3s;
}

.Pagination .PaginationControl svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.Pagination .PaginationControl:hover {
  background: #f0f0f0;
}

.Pagination .Page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.Pagination .Page:hover {
  border-color: #7F6B64;
  color: #fff;
  background-color: #7F6B64;
}

.Pagination .Page-active {
  border: 1px solid #7F6B64;
  color: #fff;
  background-color: #7F6B64;
}



 .container-row {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1400px) {
  .container-row {
    padding: 0 6.25vw;
  }
}

@media only screen and (min-width: 1680px) {
 .container-row {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.input-text {
  width: 100%;
  height: 40px;
  padding: 7px 15px;
  border: 1px solid #bdc2c8;
  outline: none !important;
  color: #000;
  font-size: 1rem;

}
 .input-text::placeholder {
    color: #000;
  }


select.input-text {
  padding-right: 30px;
  background-image: url(/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.exhibitor-listing__wrapper .search-head__wrapper .cat a , .exhibit-btn__wrapper a , .btn-secondary a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
   height: 40px;
    padding: 15px;
    border: 0;
     border: 1px solid transparent;
    border-radius: 0.5rem;
    color: #fff;
    background: #7e6b65;
    transition: all 0.4s;
    font-size: 16px;
    text-decoration: none;
}
.exhibitor-listing__wrapper .search-head__wrapper .cat a:hover,
.exhibit-btn__wrapper a:hover,
.btn-secondary a:hover {
  border: 1px solid #7e6b65;
  color: #7e6b65;
  background-color: transparent;
}

.hero-layout h2{
  line-height: 1.2;
  color:  #464E57;
      text-align: center;
  font-size: calc(1.425rem + 2.1vw);
   font-weight: 300;
}
@media (min-width: 1200px) {
 .hero-layout h2{
    font-size: 3rem;
  }
}


.exhibitor-detail__wrapper a.btn {
  display: inline-block;
  padding: 0.625rem;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  transition: 0.25s all;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.exhibitor-detail__wrapper a.btn:hover {
  color: #fff;
  background-color: #000;
}

@media only screen and (max-width: 991px) {
  .exhibitor-detail__wrapper a.btn {
    padding: 0.5rem;
    font-size: 13px;
  }
}

@media only screen and (max-width: 400px) {
  .exhibitor-detail__wrapper a.btn {
    padding: 0.25rem;
    font-size: 12px;
  }
}

.exhibitor-detail__wrapper .exhibitor-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0px;
}

@media only screen and (max-width: 400px) {
  .exhibitor-detail__wrapper .exhibitor-header {
    display: block;
  }
}

.exhibitor-detail__wrapper .exhibitor-header h3 {
  margin: 0;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .exhibitor-header h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 600px) {
  .exhibitor-detail__wrapper .exhibitor-header h3 {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .exhibitor-detail__wrapper .exhibitor-header .btn-secondary a {
    width: auto;
  }
}

.exhibitor-detail__wrapper .details_outer_block {
  min-height: 200px;
  padding: 1.875rem;
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .details_outer_block {
    padding: 1.25rem;
  }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block {
  display: flex;
}

@media only screen and (max-width: 600px) {
  .exhibitor-detail__wrapper .details_outer_block .details_text_block {
    flex-wrap: wrap;
  }
}.exhibitor-detail__wrapper .company_image img{
      width: 120px;
}

.exhibitor-detail__wrapper .company_image_left {
  width: 150px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .company_image_left {
    width: 120px;
  }
}

@media only screen and (max-width: 600px) {
  .exhibitor-detail__wrapper .company_image_left {
    display: block;
    margin-bottom: 20px;
  }
}

.exhibitor-detail__wrapper .company_image {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .company_image {
    width: 120px;
  }
}

@media only screen and (max-width: 600px) {
  .exhibitor-detail__wrapper .company_image {
    width: 120px;
    height: 120px;
  }
}

.exhibitor-detail__wrapper .company_description {
  width: calc(100% - 500px);
  margin-left: 2.5rem;
}

@media only screen and (max-width: 1199px) {
  .exhibitor-detail__wrapper .company_description {
    width: calc(100% - 250px);
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .company_description {
    width: calc(100% - 120px);
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .exhibitor-detail__wrapper .company_description {
    width: 100%;
    margin-left: 0;
  }
}

.exhibitor-detail__wrapper .company_description h4 {
  margin: 0 0 5px;
  font-size: 18px;
}

.exhibitor-detail__wrapper .company_description small {
  line-height: 22px;
  font-size: 1rem;
  font-weight: 600;
}

.exhibitor-detail__wrapper .company_description small b {
  display: inline-block;
  min-width: 95px;
  padding: 1px;
  margin-left: 0.5rem;
  color: #ffffff;
  background-color: #7F6B64;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.exhibitor-detail__wrapper .company_description h6 {
  margin: 13px 0;
  font-size: 0.938rem;
}

.exhibitor-detail__wrapper .company_description p {
  line-height: 20px;
  margin: 0;
  color: #333;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .exhibitor-detail__wrapper .company_description p {
    margin-bottom: 5px;
  }
}

.exhibitor-detail__wrapper .company_description .d-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .company_description .d-flex {
    margin-top: 10px;
  }
}

.exhibitor-detail__wrapper .company_description .d-flex span {
  display: block;
  min-width: 50px;
  line-height: 20px;
     padding: 5px;
  margin-right: 6px;
  margin-bottom: 5px;
    border-radius: 5px;
  color: #68757E;
  background: #FBFAF8;
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 450px) {
  .exhibitor-detail__wrapper .company_description .d-flex span {
    font-size: 12px;
  }
}

.exhibitor-detail__wrapper .company_description a.link {
  display: flex;
  align-items: center;
  margin-top: 1.625rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 600;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .exhibitor-detail__wrapper .company_description a.link {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .company_description a.link {
    font-size: 14px;
  }
}

.exhibitor-detail__wrapper .company_description a.link img {
  margin-right: 0.25rem;
}

@media only screen and (max-width: 767px) {
  .exhibitor-detail__wrapper .company_description a.link img {
    max-width: 20px;
  }
}

.exhibitor-detail__wrapper .company_description a.link svg {
  width: 23px;
  height: 23px;
  margin-right: 8px;
}

.exhibitor-detail__wrapper .company_description a.link svg path {
  fill: #7e6b65; /* replace with your primary color */
}


.tabs__wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

/* Tabs Navigation */
.tabs__wrapper ul.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f9f9f9;
  list-style: none;
}

.tabs__wrapper ul.tabs-nav li {
  min-height: 46px;
}

.tabs__wrapper ul.tabs-nav li:first-child {
  border-top-left-radius: 10px;
}

.tabs__wrapper ul.tabs-nav li.active {
  background: #fff;
  box-shadow: 9px 1px 7px -9px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .tabs__wrapper ul.tabs-nav li {
    min-height: 20px;
  }
}

.tabs__wrapper ul.tabs-nav li a {
  display: block;
  padding: 10px 40px;
  color: #2c2c2c !important;
  font-weight: 600;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .tabs__wrapper ul.tabs-nav li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Tab Container */
.tabs__wrapper .tab_container {
  padding: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .tabs__wrapper .tab_container {
    padding: 0.625rem;
  }
}

.tabs__wrapper .tab_container .tab-inner:not(:first-child) {
  display: none;
}

.tabs__wrapper .tab_container h6 {
  width: 100%;
  margin: 0 0 1rem;
  font-size: 1.375rem;
}

@media only screen and (max-width: 767px) {
  .tabs__wrapper .tab_container h6 {
    font-size: 1.25rem;
  }
}

.tabs__wrapper .tab_container ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-left: 1rem;
}

.tabs__wrapper .tab_container ul li {
  width: 50%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .tabs__wrapper .tab_container ul li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .tabs__wrapper .tab_container ul li {
    width: 100%;
  }
}

/* Popup Gallery */
.tabs__wrapper .tab_container .popup-gallery {
  display: flex;
  flex-wrap: wrap;
}

.tabs__wrapper .tab_container .popup-gallery .product-info_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% / 4 - 30px);
  padding: 23px 15px 15px;
  margin: 15px;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 1024px) {
  .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper {
    width: calc(100% / 3 - 15px);
    padding: 8px;
    margin: 6px;
  }
}

@media only screen and (max-width: 600px) {
  .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper {
    width: calc(100% / 2 - 15px);
  }
}

.tabs__wrapper .tab_container .popup-gallery .product-info_wrapper span {
  position: absolute;
  top: 1px;
  right: 15px;
  cursor: pointer;
}

/* Info Popup */
.tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  max-width: 600px;
  padding: 20px 10px 10px;
  margin: 0 auto;
  margin-top: 2rem;
  border: 1px solid #ddd;
  opacity: 0;
  background: #fff;
  transition: 0.25s all;
}

.tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper.active {
  z-index: 11;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper {
    width: 90%;
  }
}

.tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper p {
  font-size: 14px;
}

.tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper .close {
  position: absolute;
  top: 5px;
  right: 20px;
  opacity: 0.5;
  color: #000;
  cursor: pointer;
}


.company_description .social-icons-wrapper ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.company_description .social-icons-wrapper ul li {
	display: inline-block;
	line-height: 1.04rem;
	padding: 0 !important;
	margin: 0 4px;
	border: none;
	color: #fff;
	list-style: none;
	font-size: .866rem;
	font-weight: 400;
}

.company_description .social-icons-wrapper ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border: 1px solid #7F6B64;
	border-radius: 10px;
	color: #fff;
	transition: .3s;
}

.company_description .social-icons-wrapper ul li a svg {
	width: 12px;
	height: 12px;
	transition: .3s;
}

.company_description .social-icons-wrapper ul li a svg path {
	transition: .3s;
	fill: #7F6B64;
}

.company_description .social-icons-wrapper ul li a:hover svg path {
	fill: #959fa6;
}

.company_description .social-icons-wrapper ul li a:hover {
	border-color: #959fa6;
}

.website-social-wrapper {
	display: flex;
	align-items: center;
	margin-top: 20px;
	gap: 0 15px;
}

.websiteLink-wrapper p a {
	margin-top: 0 !important;
}

.exhibitor-listing__wrapper {
    position: relative;
    z-index: 2;
}

.exhibitor-detail__wrapper {
    position: relative;
     z-index: 2;
    margin-bottom: 40px;
}