@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200&display=swap');
body {
	/*font-family: "open sans", Work sans !important;
	width: 1164px;*/
	margin: 0 auto;
	max-width: 100%;
}

.navbar .navbar-brand {
	font-size: 30px;
}

.navbar .nav-item {
	padding: 10px 20px;
}

.navbar .nav-link {
	font-size: 20px;
	margin-left: 10px;
	color: #000;
}

.logo-outer>img {
	/*max-width: 150px;*/
	height: auto;
	/*max-height: 150px;*/
	width: 100%;
	margin-bottom: 0;
}

.logo {
	padding-left: 0 !important;
	/*margin-top: 38px;*/
}

.list-unstyled.mb-0.mt-12 li:nth-child(1) .p-c.svg-icon {
	/*font-size: 18px;*/
}

.bi-person::before {
	content: "\f4e1";
	width: 17px;
	height: 17px;
}

.bg-dark {
	background-color: #fff!important;
	margin-bottom: 0;
}
.outer.bottom-btn {
	width: 100%;
    overflow: hidden;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 40px;
    cursor: pointer;
}
.sponser {
	display: none;
}
#bottm-b {
    width: 100%;
    font-size: 16px;
    height: 45px;
    line-height: 40px;
    cursor: default;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 17px;
	line-height: 28px;
}
#bottm-b > span {
    padding-right: 40px;
}
.bi-geo::before {
content: "\f3ea";
width: 17px;
height: 17px;
}
.banner-exhi>iframe {
	width: 100%;
}

.bi-play-circle::before {
	content: "\f4f3";
	position: absolute;
}

.fa-bars {
	color: #007bff;
	font-size: 30px;
}

#search-show ,#bottm-b {
	background-color: #ed5426;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 55px;
    line-height: 52px;
    padding: 0 20px;
    transition: all .3s;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
}
#bottm-b {
width: 100%;
font-size: 16px;
height: 45px;
line-height: 20px;
cursor: pointer;
padding: 0 15px;
}
.lern-more:hover {
color: #fff;
}
#bottm-b .lern-more .text {
margin-right: 30px;
font-size: 16px;
color: #fff;
}
.lern-more {
font-size: 16px;
color: #fff;
}
.lern-more:hover {
color: #fff;
}
.inner-item {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	overflow: hidden;
	width: calc(100% - 25px);
	box-shadow: 4px 6px 22px #ccc;
	padding: 15px;
	text-align: center;
	height: 98px;
}

.listing-img {
	width: 72px;
	height: 72px;
    padding-top: 0px;
    /*border: 1px solid var(--primaryColorLessLightType);*/
    position: relative;
    border: 1px solid #f3f1f1;
	overflow: hidden;
}

.listing-img>img {
	position: absolute;
	width: auto !important;
	height: auto !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	outline: none;
}

.list-exhi-details {
	width: calc(100% - 80px);
    padding: 0px 0px 0px 10px;
    position: relative;
    padding-left: 20px;
    justify-content: center;
    align-self: center;
}

.textColor.mbi-0.fs-14.we-semibold.list-exhi-title.cursor-pointer {
	font-size: 14px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: initial;
    line-height: 18px;
}

.textColor.mbi-0.fs-14.we-semibold.list-exhi-title>a {
	color: #232323;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.bi-star {
	font-size: 15px;
	/* background-color: red; */
	display: none;
}

.result-filter-fcc .list-exhibitor-items .exhi-link .inner-item .list-exhi-details .sponser {
	display: block;
	width: 85px;
	background-color: #a64339;
	text-align: center;
	padding: 3px;
	font-size: 10px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 5px;
	display: none;
}

.sponser {
	display: none
}

.icon {
	float: right;
}

button.navbar-toggler {
	color: #fff !important;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #fff !important;
	border-radius: .25rem;
}

.Linkify strong {
	font-weight: bolder;
	color: #151515;
}

.navbar-brand {
	color: #000;
}


/* footer */

ul {
	margin: 0px;
	padding: 0px;
}

.footer-section {
	display: none;
}

.footer-cta {
	border-bottom: 1px solid #373636;
}

.single-cta i {
	color: #ed5426;
	font-size: 30px;
	float: left;
	margin-top: 8px;
}
.fa-flask:before {
content: "\f0c3";
/* left: 20px; */
margin-left: 10px;
}
.cta-text {
	padding-left: 15px;
	display: inline-block;
}

.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}

.cta-text span {
	color: #fff;
	font-size: 15px;
}

.footer-content {
	position: relative;
	z-index: 2;
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-logo img {
	max-width: 200px;
}

.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}

.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}

.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	COLOR: #FFF;
	BORDER: 2PX SOLID #FFF;
}

.facebook-bg {
	background: #000;
}

.twitter-bg {
	background: #000;
}

.google-bg {
	background: #DD4B39;
}

.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}

.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #ed5426;
}

.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.footer-widget ul li a:hover {
	color: #ed5426;
}

.footer-widget ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
}

.subscribe-form {
	position: relative;
	overflow: hidden;
}

.subscribe-form input {
	width: 68%;
	padding: 10px 28px;
	background: #fff;
	border: 1px solid #2E2E2E;
	color: #fff;
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: #ed5426;
	padding: 13px 20px;
	border: 1px solid #ed5426;
	top: -5px;
	width: 30%;
	font-size: 13px;
	font-weight: 600;
}

.footer-text>p>a {
	font-size: 15px;
}

.footer-text p>strong>a {
	font-size: 16px;
}

.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}

.navbar-brand>img {
	display: block;
	width: 100%;
}

.copyright-area {
	background: #202020;
	padding: 25px 0;
}

.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
}

.copyright-text p a {
	color: #ff5e14;
}

.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}

.footer-menu li:hover a {
	color: #ff5e14;
}

.footer-menu li a {
	font-size: 14px;
	color: #878787;
}

.social-bar {
	background-color: #151515;
	padding: 0;
	/* clear: both; */
	overflow: hidden;
	height: 25px;
}

.social-icon {
	float: right;
	width: 50%;
	text-align: end;
	padding-top: 2px;
}

.social-icon>i {
	font-size: 12px;
	padding: 0px 10px;
	color: #fff;
}

.bi-telephone::before {
	content: "\f5c1";
	width: 17px;
	height: 17px;
}

.bi-envelope-open::before {
	content: "\f32e";
	width: 17px;
	height: 17px;
}

.social-icon>i:hover {
	color: #007bff;
	cursor: pointer;
}

.links {
	float: left;
	width: 50%;
	padding-top: 2px;
}

.td-container.td-header-row.td-header-header {
	width: 100%;
	display: inline-flex;
}

.banner-header>img {
	max-height: 90px;
	width: 100%;
}

.link-bar>li {
	display: inline-block;
	width: 70px;
	font-size: 15px;
}

.link-bar>li>a {
	color: #fff;
	font-size: 11px;
	/* line-height: 0; */
	vertical-align: super;
	/* padding: 10px; */
	text-decoration: unset;
}

.filter {
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.profiles img {
	margin-right: -6px
}

.col-md-4 {
	margin-top: 26px
}

.filters>h6,
.sort-by .mr-1,
.sort-by,
button.btn.btn-outline-dark.btn-sm.ml-3.filter {
	font-size: 16px;
}

.credits {
	min-height: 185px;
}

.credits>span,
.footer-logo {
	display: none;
}

.stats {
	display: none !important;
}

.p-card>h5 {
	font-size: 14px !important;
}

.badge {
	font-size: 16px;
}

.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;
	font-size: 16px;
}

.d-block {
	font-size: 14px;
}

.td-animals .td-header-style-3 .td-header-sp-logo {
	margin-right: 40px;
}

.td-animals .td-header-style-3 .td-header-sp-logo {
	margin-left: 0;
	margin-right: 56px;
}

.td-header-style-3 .td-header-sp-logo {
	width: 300px;
}

.td-header-row [class*=td-header-sp] {
	display: block;
	/* min-height: 1px; */
	float: left;
	/* padding-right: 24px; */
	padding-left: 24px;
	width: 50%;
	margin: 28px;
	margin-left: 0;
	margin-bottom: 0;
	max-height: 90px;
}

.bi-twitter {
	padding-right: 0 !important;
}

.td-header-banner {
	width: 100%;
	margin: 28px;
	margin-left: 0;
	margin-bottom: 28px;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	width: 88%;
}

.field>h5 {
	color: #ed5426;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Work Sans';
}

.navbar {
	padding: 0;
}

.modal-content>h2 {
text-align: center;
margin: 10px 0px;
font-weight: 400;
font-family: 'Work Sans';
}

.field .form-control {
	border-color: #151515;
	height: 32px;
	box-shadow: 1px 3px 5px;
	color: #000;
	font-size: 14px;
}

.col-md-6.field {
	padding: 15px 15px;
}

.navbar-default .navbar-nav>li:last-child>a {
	color: #ed5426;
	font-weight: 600;
}

.submit {
	margin-top: 15px;
	width: 70px;
	padding: 5px;
	font-size: 13px;
	background-color: #ed5426;
	border-color: #ed5426;
	color: #fff;
	float: right;
}

.bi-search {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.search {
	width: 12%;
	float: right;
	text-align: center;
	margin: 12px auto;
}

.navbar-nav>li:hover {
	background-color: #ed5426;
}

.td-logo {
	padding-top: 20px;
	width: 95%;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.w3-button.w3-black.w3-display-left {
	border: none;
	padding: 0;
}

.w3-button.w3-black.w3-display-right {
	border: none;
	padding: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.td-header-row [class*=td-header-sp] {
	display: block;
	min-height: 1px;
	float: left;
	padding-right: 24px;
	/* padding-left: 24px; */
}

.td-header-style-3 .td-header-sp-recs {
	margin: 28px 0;
}

.navbar-default {
	background-color: #000;
	border-color: #000;
	border: none;
	z-index: 1;
}

.navbar-brand {
	display: none;
}

.td-header-sp-logo {
	width: 300px;
}

.mega-menu {
	background-color: #000;
}


/* breadcreums */

.card .card-block {
	padding: 1.25rem
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.card {
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: none;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0
}

.page-title {
	margin-top: 10px;
}

.page-title>h2 {
	font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.caret {
	display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
    padding-right: 0.5rem;
    color: #232323;
    content: ">";
    font-size: 16px;
}

a {
	text-decoration: none !important;
	font-size: 12px;
	/* color: #37474f; */
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #ccc;
}

.banner-exhi>img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 1134px;
	max-height: 309px;
	height: 100%;
}

.banner-exhi {
	text-align: center;
	padding: 0;
}


/* EOD breadcrumbs */

.exhi-header {
	display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* normalize */


/* slider CSS */


/* normalize */

a {
	text-decoration: none;
}

p {
	margin: 0;
}

/* $slidercolor: #444;
$slidercolor-font: #FFF; */

/* slider CSS */


/* normalize */

a {
	text-decoration: none;
}

p {
	margin: 0;
}


/* slider CSS */

.multi-item-carousel .carousel-inner>.item {
	transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
	left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
	left: 33%;
}

.multi-item-carousel .carousel-inner .next {
	left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
	left: -33%;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.multi-item-carousel .carousel-inner>.item {
		transition: 500ms ease-in-out left;
		transition: 500ms ease-in-out all;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		transform: none!important;
	}
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
	background-image: none;
}

h1 {
	color: black;
	font-size: 3.00em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	font-weight: 600;
}

.share-details {
	color: #a64339;
	text-transform: capitalize;
	border: 1px solid #a64339;
	padding: 6px;
	border-radius: 10px;
	margin-bottom: 10px;
	display: block;
	width: 15%;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

.share-details:hover {
	background-color: #dcc5c3;
	color: #a64339;
}

logo>imglogo>img {
	width: 50%;
}

.heading-exhi {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
	width: 60%;
	font-weight: 500;
	font-family: 'Work Sans';
}

.exhi-social-icon {
	/* float: right; */
	display: inline-flex;
	/* width: 90%; */
	/* margin: 5px auto; */
	text-align: center;
	margin-bottom: 12px;
}

.exhi-social-icon>li {
	list-style: none;
    cursor: pointer;
    line-height: 19px;
    color: #fff;
    background-color: #ed5426;
    text-align: center;
    width: 34px;
    padding: 2px 0px;
    margin-right: 5px;
    text-decoration: none;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    font-size: 12px;
}
.svg-icon {
	font-size: 15px;
	color: #ed5426;
}

.sponsers {
	display: none;
	width: 12%;
	font-size: 11px;
	background-color: #dcc5c3;
	text-align: center;
	border: 1px solid #dcc5c3;
	border-radius: 10px;
	color: #a64339;
	padding: 5px;
	font-weight: 600;
}

.about-exhi {
	width: 100%;
	margin: 25px auto;
	padding: 0;
}

.exhi-heading.col-md-10 {
	position: relative;
	padding: 0;
}

.exhi-pg-title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Work Sans';
}

.logo-outer {
padding: 15px;
display: block;
min-width: 150px;
margin-bottom: 0;
width: auto;
box-shadow: 4px 6px 22px #ccc;
min-height: 150px;
height: auto;
}
.outer .search-btn {
    float: none;
}
.search-btn {
	float: left;
	background-color: #ed5426;
	/* margin-bottom: 30px; */
	color: #fff;
	font-size: 14px;
	padding: 7px;
	width: 100px;
	margin-left: 20px;
	border-radius: 10px;
	border: none;
}

.Linkify>p {
	font-size: 14px;
	color: #151515;
	text-align: left;
	font-family: 'Open Sans';
	letter-spacing: 0px;
	font-weight: 400;
}

.Linkify>p>i {
	color: #151515 !important;
	font-weight: 500 !important;
}

.Linkify>p>a {
	font-size: 14px;
	color: #ed5426;
	font-weight: 600;
}

.exhi-pg-card {
	box-shadow: 4px 6px 22px #ccc;
	width: 100% !important;
	margin: 0 auto;
	padding: 30px;
}

.file-section {
margin-top: 25px;
box-shadow: 4px 6px 22px #ccc;
padding: 20px 15px;
min-height: auto;
height: auto;
padding-bottom: 44px;
max-height: auto;
}

.slider-video,
.product-services {
	margin-bottom: 25px;
	box-shadow: 4px 6px 22px #ccc;
	padding: 30px;
	height: 100%;
	position: relative;
}

.product-services {
	padding-bottom: 35px;
}

.fontShadeLight1-c {
	color: #151515 !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans';
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	/*font-family: 'Work Sans' !important;*/
}

.right-contact .exhi-pg-title {
	margin-bottom: 10px;
}

.list-unstyled>li {
	margin-bottom: 5px;
}

.filename-blk>h3 {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 6px;
	cursor: pointer;
}

.file-list .svg-icon {
	font-size: 25px;
}

.file-section .mb-20 {
	margin-bottom: 0px;
	display: flex;
	text-align: center;
}

.icn {
	display: block;
	font-size: 20px;
	color: #ed5426;
	font-weight: bold;
}

.file-list .svg-icon {
	font-size: 20px;
	color: #ed5426;
}

.slider-video>p, .product-services>p {
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Work Sans';
}

.slider-arrow {
	text-align: end;
	/* margin-bottom: 20px; */
	position: absolute;
	top: 34px;
	right: 45px;
}

.slider-arrow .bi.bi-arrow-left-square-fill,
.slider-arrow .bi.bi-arrow-right-square-fill {
	cursor: pointer;
	width: 30px;
	height: 20px;
}


/* slick css */

.items {
	width: 90%;
	margin: 0px auto;
	margin-right: 8.3%;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #000 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-slide {
	margin: 10px
}

.slick-slide img {
	width: 100%;
	border: 0px solid #fff
}


/* eod */

.action-blk {
	display: inline-flex;
	width: 100%;
}

.disabled-tooltip-wrapper.calendar-tooltip {
	width: 85%;
	/* margin-right: 92px; */
}

.def-btn.transparent-btn.only-icon {
	/* width: 50%; */
	/* text-align: end; */
	border: none !important;
	background-color: transparent !important;
}

.action-blk {
	display: inline-flex;
	vertical-align: text-top;
	line-height: 15px;
	display: none;
}

.svg-icon>img {
	width: 16px;
	height: 16px;
}

.filename-blk>p {
	display: none;
}


/* thumbnail slider */

* {
	box-sizing: border-box;
}

.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.search-btn:hover {
	background-color: #ed5426;
	border-color: #ed5426;
	box-shadow: none;
}

.column {
	float: left;
    text-align: center;
    width: 25%;
    position: relative;
    min-width: auto;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 10px;
}

.video-slider .flickity-enabled.is-draggable .flickity-viewport {
	cursor: none !important;
}


/* .column.is-selected:nth-child(4n) {
    margin-right: 0px;
    margin-left: 10px;
}
.column.is-selected:nth-child(2n),.column.is-selected:nth-child(3n){
	 margin-left: 10px;
} */

.flickity-enabled.is-draggable .flickity-viewport is-pointer-down {
	cursor: none !important;
}

.exhi-social-icon>li:nth-child(5) a>img {
	width: 20px;
	height: 20px;
}

.bi-play-circle::before {
	content: "\f4f3";
	top: 45px;
	left: 40%;
}

.cta-outer button:focus {
	outline: none;
}

.caption>h3 {
	width: 85%;
    margin: 10px auto;
    max-height: 45px;
    height: 100%;
    text-align: left;
    line-height: 15px;
    color: #151515;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    color: #232323;
    line-height: 22px;
    font-weight: 400;
}
.video-slider .caption > h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #232323;
}

/* The Modal (background) */

.product-services .modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 50px;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 565px;
	overflow: auto;
	overflow-y: hidden;
	height: max-content;
}

.slider-video .modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 50px;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 45%;
	height: 475px;
	overflow: auto;
	background-color: #fff;
	overflow-y: hidden;
	box-shadow: 2px 4px 6px #ccc;
	/* border: 1px solid #000; */
}

.cta-outer {
	margin-bottom: 30px;
	display: flex;
	width: 95%;
	margin: 15px auto;
}

.cta-outer button {
	padding: 5px;
	width: 145px;
	font-size: 12px;
	color: #fff;
	background-color: #ed5426;
	border: none;
	font-weight: 600;
	border-radius: 12px;
	text-transform: capitalize;
}


/* Modal Content */

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 85%;
	max-width: 1200px;
}


/* The Close Button */

.close {
	color: #000;
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	font-weight: bold;
	z-index: 1;
}

.fontShadeLight1-c>a {
	color: #151515;
	font-size: 14px;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white !important;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: #ed5426;
}

.prev:hover,
.next:hover {
	background-color: #ed5426 !important;
	color: #fff !important;
}


/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
	color: #515151;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	font-weight: 600;
}

img {
	margin-bottom: -4px;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
	display: none;
}

.demo {
	opacity: 0.6;
}

.sponser-name {
	position: relative;
	margin-bottom: 20px;
}

.share-box {
	position: absolute;
	top: 0;
	right: 0;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ************************ */

.modal-container {
	position: relative;
	float: right;
}

.bi-share-fill {
	padding-left: 2px;
}

.modal-container button {
	display: block;
	/* margin: 0 auto; */
	color: #fff;
	width: 275px;
	height: 40px;
	line-height: 10px;
	background: #ed5426;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	/* box-shadow: 0 5px 5px -5px #333; */
	transition: background 0.3s ease-in;
	text-transform: none;
	color: #fff;
	font-weight: 500;
	/* padding: 0 9px; */
	font-family: 'Work Sans';
}

li .svg-icon {
	font-size: 15px;
	color: #151515;
}

.modal-container button:hover {
	background: #151515;
}

.modal-container .modal-backdrop {
	height: 0;
	width: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

/* The CSS tricks to toggle the modal dialog.  */
.modal-container #modal-toggle:hover~button {
	background: #1E824C;
}

.modal-container #modal-toggle:checked {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
}

.modal-container #modal-toggle:checked~.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
	opacity: 1;
}

.modal-container #modal-toggle:checked~.modal-backdrop .modal-content {
	background-color: #fff;
	max-width: 475px;
	width: 100%;
	height: 320px;
	padding: 20px 20px;
	position: absolute;
	left: calc(50% - 235px);
	top: 12%;
	border-radius: 4px;
	z-index: 999;
	pointer-events: auto;
	cursor: auto;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}



.modal-container #modal-toggle:checked~.modal-backdrop .modal-content .modal-close {
	color: #151515;
	position: absolute;
	right: 2px;
	top: 5px;
	padding-top: 7px;
	background: #fff;
	font-size: 21px;
	width: 40px;
	height: 28px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.container-fluid.abt-us-outer {
	margin-bottom: 30px;
}

.fs-16.mti-0 {
    text-transform: capitalize;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    font-family: "work sans";
    margin-bottom: 30px;
    font-weight: 500;
}

.exhi-icon {
   text-align: right;
   
}

/* .fontShadeLight1-c:active,.list-unstyled>li:active,.fontShadeLight1-c:active,.list-unstyled>li a:hover {
    color: #ed5426;
} */

.list-unstyled>li a:hover {
	color: #151515;
	text-decoration: underline;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	border-color: transparent;
	background-color: #ed5426 !important;
	outline: none;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
	background-color: #ed5426 !important;
	border-color: #ed5426 !important;
}

li .svg-icon:hover {
	font-size: 15px;
	color: #ed5426;
}

.bi-play-circle {
	font-size: 40px;
	color: #fff;
}

#readBtn {
	background-color: #fff;
	border: none;
	color: #ed5426;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 600;
	outline: none;
}

#moreabt {
	display: none;
}

.modal-container #modal-toggle:checked~.modal-backdrop .modal-content .modal-close.button {
	color: #fff;
	position: absolute;
	right: 35px;
	top: 80%;
	padding-top: 2px;
	background: #fff;
	font-size: 14px;
	width: 80px;
	height: 28px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
	text-transform: capitalize;
}

.modal-container #modal-toggle:checked~.modal-backdrop .modal-content .modal-close.button:hover {
	color: #fff;
	background: #ed5426;
}

.modal-container #modal-toggle:checked~.modal-backdrop .modal-content .modal-close:hover {
	color: #333;
}

.ad-img {
	width: 100%;
}

.bi-file-earmark-pdf-fill::before {
	content: "\f63d";
	font-size: 25px;
	line-height: 10px;
	margin-right: 2px;
}

.bi-download::before {
	content: "\f30a";
	font-size: 18px;
	margin-left: 10px;
	color: #ed5426;
}

.ads-img {
	margin-top: 25px;
	/* width: 20%; */
	/* margin-left: 43px; */
	padding: 0;
}

.desc {
	font-size: 12px;
}

#morepdf {
	display: none;
}


/* ********** */

.filter-btn:hover {
	background-color: #ed5426!important;
	border-color: #ed5426 !important;
}

.btn-primary.filter-btn:hover {
	color: #fff;
	background-color: #ed5426!important;
	border-color: #ed5426 !important;
}

.filter-btn:focus {
	box-shadow: none !important;
	border-color: none;
	outline: none;
}

#cat,
#filter {
	padding: 5px;
	text-align: center;
	background-color: #e5eecc;
	border: solid 1px #c3c3c3;
}

#cat {
	padding: 20px;
	min-height: 1255px;
	background-color: transparent;
	border: none;
	box-shadow: 4px 3px 21px 2px #ccc;
	margin-top: 20px;
	padding-bottom: 60px;
	height: 100%;
}

.banner-img {
	margin-bottom: 25px;
}

.banner-img>img {
	width: 100%;
}

.breadcrumb>li>a {
	color: #ed5426;
}

.textColor.mbi-0.fs-14.we-semibold.list-exhi-title>a:hover,
.textColor.mbi-0.fs-14.we-semibold.list-exhi-title>a:active {
	color: #ed5426;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	border-color: transparent;
	background-color: #ed5426 !important;
	outline: none;
}

.breadcrumb>li {
	display: inline-block;
	padding-left: 2px;
}

.buyer-guide,
.card-block {
	padding: 0;
}

.index-page {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 30px !important;
}

.card-block {
	padding: 10px 0;
}

.breadcrumb>li>.disabled {
	color: #ccc;
}

.outer {
	padding: 12px 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.categ-1>p,
.categ-1>p {
	font-size: 16px;
	text-align: start;
	font-weight: 600;
	text-transform: capitalize;
}

.categ-1 .checkbox {
	text-align: start;
	font-size: 12px;
	padding-bottom: 5px;
}

.outer {
	padding: 1.25rem;
}

.filter-btn {
	background-color: #ed5426;
	padding: 5px;
	border-color: #ed5426;
	font-size: 16px;
	font-family: 'work sans' !important;
	border-radius: 12px;
	width: 110px;
}

/*.d-flex-nowrap.mb-20>h3 {
	font-size: 14px;
	text-align: initial;
	line-height: 15px;
	cursor: none;
	margin: 1px;
	font-family: 'Open Sans';
	font-weight: 400;
	min-width: 175px;
	width: 100%;
	line-break: anywhere;
}*/
.d-flex-nowrap.mb-20>h3 {
	text-align: initial;
    line-height: 15px;
    cursor: default;
    margin: 1px 0px;
    font-weight: 400;
    min-width: 175px;
    width: 100%;
    line-break: anywhere;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #232323;
}

.gv-no-results {
	text-align: center;
	vertical-align: middle;
	padding: .5em;
	border: 1px solid #ddd;
	margin-bottom: 1em;
	margin-top: 45px;
}

.gv-list-view-title h3 {
    font-family: "Work Sans";
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#pdfBtn {
	float: right;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    color: #ed5426;
    outline: none;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	border-color: transparent;
	background-color: #ed5426 !important;
	outline: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
    max-width: 100%;
    /* height: 125px !important; */
    width: 100% !important;
    margin: 0 auto;
    border-radius: 0px;
    border: 1px solid transparent;
    min-height: 100%;
}

.p-c.svg-icon>img {
	width: 20px;
	height: 20px;
	margin-left: -4px;
}

.exhi-social-icon>h3 {
    line-height: 35px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Work Sans';
}

#section {
	width: 500px;
	height: 400px;
	word-wrap: break-word;
}

.moretext {
	display: none;
}

.modal-content .mySlides iframe {
	width: 100%;
}

.abt-us-right.col-md-9 {
	padding-left: 0;
}

.file-ad.col-md-3 {
	padding-right: 0;
}

.mySlides .product {
	height: 100% !important;
	max-height: 450px !important;
	margin-top: 30px;
	margin-bottom: 20px;
}

.carousel-cell>img {
width: 90% !important;
margin: 0 auto;
height: 112px;
min-height: 100%;
border: 1px solid transparent;
border-radius: 6px;
}
/*upcoming-events css*/

.upcoming-content {
	background-color: #f6f6f6;
	padding: 20px 20px 40px 20px;
	margin-bottom: 30px;
  }
  .upcoming-content > * {
	display: block;
  }
  .upcoming-content,
  .upcoming-content h4 {
	font-family: "Poppins", sans-serif;
	position: relative;
  }
  .upcoming-content .event-date {
	font-size: 70px;
	color: #ed5426;
	font-weight: 600;
	line-height: 60px;
  }
  .upcoming-content .event-month {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
  }
  .upcoming-content h4 {
	font-size: 22px;
	line-height: 32px;
	margin: 40px 0px 30px 0px;
	font-weight: 600;
  }
  .upcoming-content .event-month,
  .upcoming-content .event-time,
  .upcoming-content .event-place {
	color: #777777;
	font-size: 15px;
  }
  .upcoming-content a {
	position: absolute;
	right: 20px;
  }

  /*other*/

  .exhi-icon h3 {
    /*  margin: 0px 0px 10px 0px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    right: 130px;*/
	    display: none;
}
.entry-content img{
width: 100%;
}
.n-footer-transparent.footer-two img.footer-logo{
    padding: 0px 20px;
}
.exhi-icon ul.exhi-social-icon {
 padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
	  position: relative;
   }
.exhi-icon ul.exhi-social-icon:before {
    content: "Follow us";
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    top: -30px;
}
/* 12oct22*/

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    color: #232323 !important;
    }
h4.blog-main-title {

display: none;

}
    
.blog-detail-page .blog-single h4.blog-main-title + p {
margin-bottom: 0px;
}

section.blog-detail-page {
padding-top: 0px !important;
}
    h2.heading-exhi {
		margin: 0px 0px 10px 20px;
		font-family: "Quicksand", sans-serif !important;
		font-weight: 600;
		font-size: 28px;
}
    .gettouch ul.list-unstyled li span.svg-icon {
   color: #ed5426;
    position: absolute;
    left: 0;
}
.gettouch .right-contact ul li {
    padding-left: 25px;
    position: relative;
}
    h3.exhi-pg-title {
    margin: 22px 0px 10px 0px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 24px;
}
    .exhi-pg-card p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #232323;
}
    .slider-video p:first-child, .product-services p:first-child {
    margin: 10px 0px 10px 0px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #232323;
}
    .file-section h3.fs-16.mti-0 {
    margin: 22px 0px 20px 0px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #232323;
    text-align: left;
}
    section.heading-section h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 36px;
}
.page-header-breadcrumb ul.breadcrumb li.breadcrumb-item a {
    font-size: 16px;
        color:#ed5426;
        font-weight: 400;
}
    
.page-header-breadcrumb ul.breadcrumb li.breadcrumb-item:nth-last-child(1) a{
color: #232323;
    }
    .list-exhibitor-items {
    display: flex;
}
.page-header-breadcrumb ul.breadcrumb {
    padding-left: 0px;
    font-size: 16px;
}
	.mega-menu .drop-down-multilevel li:hover > a, .mega-menu .drop-down-multilevel li:focus > a{
	color:#242424;
	}
	.mega-menu .drop-down-multilevel li.activeTriggerMobile>a, .mega-menu .drop-down-multilevel li.activeTriggerMobile>a i.fa {
	color: #242424 !important;
	}
	.product-slider button.flickity-button.flickity-prev-next-button.previous,

.video-slider button.flickity-button.flickity-prev-next-button.previous {

  padding: 0px;

  height: 30px;

  width: 30px;

  left: calc(100% - 80px);

  top: -48px;

}

.product-slider button.flickity-button.flickity-prev-next-button.next,

.video-slider button.flickity-button.flickity-prev-next-button.next {

  padding: 0px;

  height: 30px;

  width: 30px;

  right: 15px;

  top: 2px;

}

.blog-post .banner iframe {
    width: 100%;
    aspect-ratio: 3 / 1;
   
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.heading-exhi {
		font-size: 18px;
		width: 50%;
	}
	.sponser-name {
		padding-left: 0px !important;
}
.exhi-icon {
	right: 0px;
}
	#cat {
		padding-bottom: 8%;
	}
	.index-page {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px !important;
	}
	.inner-item {
		margin: 0 auto;
	}
	.modal-container #modal-toggle:checked~.modal-backdrop .modal-content {
		height: 380px;
	}
	.sponser-name {
		padding-left: 20px;
	}
	.fontShadeLight1-c {
    display: inline-block;
	}
	.fontShadeLight1-c>a {
		color: #151515;
	}
	.caption>h3 {
		font-size: 10px;
		line-height: 16px;
	}
	.d-flex-nowrap.mb-20>h3 {
		font-size: 16px;
    line-height: 18px;
    line-break: anywhere;
    min-width: 80px;
	}
	.bi-file-earmark-pdf-fill::before {
		font-size: 25px;
		
	}
	.file-section .mb-20 {
		margin-bottom: 10px;
	}
	.bi-play-circle {
		font-size: 30px;
		color: #fff;
	}
}

@media screen and (max-width:992px){
	#search-show{
        width: 100%;
        display: block !important;
    }
    .outer .search-btn{
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 15px;
    }
	.col-md-9.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
		.col-md-3.col-sm-12{
			-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: -15px;
		}
		.col-md-3.col-sm-4 {
		max-width: 33.333333%;
		flex: 0 0 33.333333%;
			-ms-flex: 0 0 33.333333%;
	}
	.col-md-3.col-sm-2 {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	margin-bottom: 40px;
	}
	
	
	
	.exhi-heading.col-md-9.col-sm-10 {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	
	
	
	.exhi-header {
		display: block;
	}
	button.flickity-button.flickity-prev-next-button.previous {
		padding: 0px;
		height: 30px;
		width: 30px;
		left: 341px;
	}
	
	
	
	button.flickity-button.flickity-prev-next-button.next {
		padding: 0px;
		height: 30px;
		width: 30px;
		right: 15px;
		top: 2px;
	}
	
	
	
	}

@media screen and (max-width: 767px) {
	.inner-item {
		width: 100%;
		margin: 0 auto;
	}
	.index-page {
		padding-left: 15px;
		padding-right: 15px;
	}
	#search-show {
		font-size: 13px;
		font-weight: 500;
		height: 60px;
		line-height: 20px;
		width: 100%;
		margin-left: 0;
	}
	#bottm-b {
    width: 100%;
    font-size: 15px;
    height: 95px;
    line-height: 20px;
    cursor: pointer;
}
	
.blog-post .banner iframe {
    aspect-ratio: 2 / 1;
	height: auto;
}	
	
#bottm-b > span {
    padding-right: 0px;
}
#bottm-b .lern-more .text {
margin-right: 0;
display: block;
}
	.gv-no-results {
	margin-top: 45px;
	width: 100%;
	}
	.fontShadeLight1-c>a {
		color: #151515;
		font-size: 16px;
	}
	.cta-outer {
		width: 95%;
		margin: 10px auto;
	}
	.cta-outer .col>h4 {
		font-size: 14px;
		font-family: 'Work Sans';
		font-weight: 500;
		color: #151515;
	}
	.cta-outer button {
		padding: 5px;
		width: 100px;
		font-size: 10px;
		color: #fff;
		background-color: #ed5426;
		border: none;
		font-weight: 400;
		border-radius: 12px;
		text-transform: inherit;
	}
	.prev,
	.next {
		padding: 10px;
		font-size: 10px;
	}
	.close {
		top: 50px;
		right: 30px;
		font-size: 25px;
	}
	.logo-outer {
		width: 80%;
		margin: 0px auto;
	}
	.logo {
		padding: 0;
		margin-bottom: 20px;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img {
		height: auto !important;
	}
	.file-section {
		margin-top: 3%;
    width: 100%;
    margin-left: 0;
    padding: 10px;
    margin-bottom: 45px;
    /* min-height: 365px; */
    padding-bottom: 55px !important;
	}
	.modal-container #modal-toggle:checked~.modal-backdrop .modal-content {
		height: 500px;
		left: 50%;
		margin-right: -50%;
		width: 80%;
		top: 50%;
		transition: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.heading-exhi {
		width: 100%;
	}
	.abt-us-right.col-md-9 {
		padding-left: 0;
		padding: 0;
	}
	#cat form .row {
    margin-bottom: 30px;
	}
	
	.sponser-name {
		position: relative;
	}
	.slider-video,
	.product-services {
		height: auto;
	}
	.d-flex-nowrap.mb-20>h3 {
		font-size: 16px;
		padding-bottom: 20px;
		width: 400px;
		line-break: anywhere;
		width: 85% !important;
}
	.product-services .modal {
		width: 85%;
		height: 100%;
		min-height: 545px;
	}
	.share-box {
		position: absolute;
		top: -150px;
		right: 0;
	}
	.ads-img {
	margin-top: 25px !important;
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin: 0 auto;
	}
	.sponsers {
		width: 50% !important;
	}
	.logo.col-md-2 {
		/* margin-bottom: 25px; */
		text-align: left;
	}
	.column {
		float: none;
		text-align: center;
		width: 100%;
		margin: 40px auto;
	}
	.slider-video>p,
	.product-services>p {
		font-size: 18px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	/* .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
    height: 520px;
    padding: 35px;
    width: 95%;
    
} */
	.exhi-header {
		display: block;
		width: 100%;
		padding: 0px;
	}
	.exhi-heading {
		margin-bottom: 20px;
	}
	.subscribe-form button {
		top: -11px;
		font-size: 10px;
	}
	.footer-widget {
		margin-top: 25px;
	}
	.social-bar {
		display: none;
	}
	#cat {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
		padding-bottom: 20%;
		padding-top: 15px;
	}
	.row.mt-1 {
		display: block;
	}
	.categ-1 .checkbox label,
	.categ-1 .radio label {
		font-size: 14px;
	}
	.bi-play-circle::before {
		content: "\f4f3";
		position: absolute;
		left: 50%;
		margin-left: -16px;
		top: 50%;
		margin-top: -50px;
	}
	.modal-container button {
		width: 150px;
		line-height: 18px;
		padding: 10px;
		height: auto;
	}
	.caption>h3 {
    font-size: 16px;
    width: 95%;
    text-align: left;
	}
	/* .video-slider .flickity-prev-next-button.previous {
		left: 398px !important;
		top: -28px !important;
	}
	.flickity-prev-next-button.next {
		top: 10% !important;
	} */
	.file-ad.col-md-3 {
		padding: 0;
	}
	/* .video-slider .flickity-prev-next-button.next {
		top: 21px !important;
    right: 26px !important;
	} */
	.banner-img>img {
		width: 100%;
	}
	.banner {
		padding: 0px;
	}
	.product-slider .flickity-prev-next-button.previous {
		top: -12px !important;
	}
	.product-slider .flickity-prev-next-button.next {
		top: 39px !important;
	}
	.container-fluid.abt-us-outer {
		margin-bottom: 30px;
    padding: 0 0px;
	}
	.exhi-pg-card, .slider-video, .product-services{
		padding: 10px;
	}
	.fontShadeLight1-c {
color: #151515;
font-size: 16px;
font-weight: 500;
padding-bottom: 5px;
display: inline-block;
width: 90%;
line-break: anywhere;
vertical-align: unset;
}
.list-unstyled>li:nth-child(4) .fontShadeLight1-c {
vertical-align: top;
}	
	.banner-exhi>img {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		height: 100%;
		background-size: 100% 100%;
		max-width: 100%;
		height: auto;
	}
	.p-c.svg-icon>img {
		margin-left: 0;
	}
	.carousel-cell>img {
		height: 100%;
		max-height: 200px;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img,
	.carousel-cell>img {
		max-width: 100%;
		height: auto;
		width: 100% !important;
	}
	.slider-arrow {
right: 36px;
}
.col-md-3.col-sm-4 {
	max-width: 100%;
	flex: 0 0 100%;
		-ms-flex: 0 0 100%;
}
.col-md-3.col-sm-2 {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
margin-bottom: 40px;
}
.exhi-heading.col-md-9.col-sm-10 {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
}
.exhi-header {
	display: block;
}
.list-unstyled>li {
	margin-bottom: 0px;
}

iframe#player {
	top: -40%;
	padding: 0px 10px;
}
.mfp-iframe-holder .mfp-close {
	top: -40%;
	right: 2%;
}
.product-slider button.flickity-button.flickity-prev-next-button.previous,

.video-slider button.flickity-button.flickity-prev-next-button.previous {

  left: calc(100% - 91px);

  top: -29px;

}

.product-slider button.flickity-button.flickity-prev-next-button.next,

.video-slider button.flickity-button.flickity-prev-next-button.next {

  right: 25px;

  top: 21px;

}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	.product-services {
		height: auto;
	}
	.abt-us-right,
	.file-ad {
		max-width: 100%;
	}
	#pdfBtn {
		padding-right: 0px;
	}
	.product-services .flickity-viewport {
		height: auto;
	}
}

@media only screen and (min-device-width: 576px) and (max-device-width: 766px) {
	.abt-us-right,
	.file-ad {
		max-width: 100%;
	}
	.slider-video, .product-services {
    height: 100%;
    min-height: 400px;
	}
	.product-services .modal {
		height: fit-content;
}
	.d-flex-nowrap.mb-20>h3 {
    width: 82%;
}
}

@media screen and ( max-width :400px) {
	.modal-container #modal-toggle:checked~.modal-backdrop .modal-content {
		left: 0;
	}
	/* .video-slider .flickity-prev-next-button.previous {
    left: 74% !important;
	} */
	.modal-container button {
		width: 120px;
		font-size: 10px;
	}
	.exhi-icon {
		border: 250px;
	}
	.exhi-social-icon {
		margin-bottom: 0;
	}
	.fontShadeLight1-c {
		width: 90%;
	}
	.fontShadeLight1-c>a {
		color: #151515;
	}
	.caption>h3 {
		font-size: 14px;
		width: 95%;
	}
	.exhi-social-icon>h3 {
		line-height: 35px;
		padding-right: 5px;
		font-weight: 500;
		font-size: 16px;
		/* margin-bottom: 0; */
	}
	.p-c.svg-icon>img {
		margin-left: 0;
	}
	.slider-video {
		height: auto;
	}
	.product-services {
		 height: auto;
	}
	.slider-video>p,
	.product-services>p {
		font-size: 15px;
	}
	.d-flex-nowrap.mb-20>h3 {
		font-size: 16px;
    padding-bottom: 10px;
    min-width: 135px;
	}
	.heading-exhi {
		font-size: 18px;
	}
	/* .video-slider .flickity-prev-next-button.previous {
    left: 74% !important;
	} */
	.product-services p:first-child {
		width: 70%;
		line-height: 22px;
	}
}
@media screen and (max-width: 320px){
.modal-container button {
	width: 80px;
    font-size: 10px;
}
.slider-video>p, .product-services>p {
    font-size: 20px;
    
}
.bi-play-circle::before {
content: "\f4f3";
position: absolute;
left: 50%;
margin-left: -20px;
top: 50%;
margin-top: -28px;
}
/* .video-slider .flickity-prev-next-button.previous {
    left: 66% !important;
} */
}
@media screen and (max-width: 400px)
.exhi-icon {
border:250px!important;
margin-top:93px!important;
}



