/*
Theme Name: mex
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: MEX International.
Tested up to: 6.3
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: mexinternational

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

b, strong {
    font-weight: 600;
}
.section-title-two__title > span.sub_title {
    display: block;
    font-size: 36px;
}
h3.section-title-two__title_h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
    /* margin-top: 0px; */
    /* color: #e42032; */
}

.footer-widget__logo img {
    height: 50px;
}
.exb-content {
    padding-left: 65px;
}
.exi-li-block h3 {
    /* border-bottom: solid 1px #eee; */
    /* padding-bottom: 10px; */
    /* margin-bottom: 25px; */
    /* margin-top: 30px; */
    margin: 0px;
    text-transform: uppercase;
    font-size: 24px;
    /* font-weight: 500; */
}
ul.exhibitor-profile-li {
    /* list-style: none; */
    padding: 0px 0px 0px 20px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 10px; */
    margin-bottom: 20px;
}
ul.exhibitor-profile-li li {
    /* background: #f0f0f0; */
    /* padding: 8px 20px; */
    font-size: 16px;
    /* border-radius: 7px; */
    margin-bottom: 0px !important;
}
.exi-li-block h4 {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom:5px;
}
.exi-li-block h4:before {
    content: '>';
    font-family: monospace;
    position: absolute;
    left: 0px;
    bottom: 1px;
}

.icon-ttile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.icon-ttile img {
    width: 55px;
    height: 55px;
    /* padding: 10px; */
    margin-right: 10px;
    /* background: #f7f7f7; */
    /* border-radius: 50%; */
}


.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 60px;
  border-radius: 15px;
  background:#f7f7f7;
  transition: all .4s;
}
.contact-info:hover{
  transform: translateY(-8px)
}
.contact-info-icon span {
    font-size: 35px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    border-radius: 50px;
    background: rgb(0 91 170);
}
.contact-info h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-info p{
  font-weight: 500;
  font-size: 16px;
}

.inner-default-page ul li {
    margin-bottom: 10px;
}

.feature-one__icon img {
    width: 100%;
}

h4.dated-banner {
    background: #fffffff7;
    display: inline-block;
    padding: 20px 25px;
    font-size: 38px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #005baa;
    font-weight: 400;
    border-radius: 4px;
    font-family: 'EthnocentricRG';
}
h4.dated-banner span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 6px;
    font-family: 'Orbitron-SemiBold';
    letter-spacing: 1px;
}
span.f-ico {
    background: #ffffff1f;
    width: 32px;
    height: 32px;
    color: #fff;
    display: inline-table;
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 50%;
    line-height: 22px;
}

.sponsor-reg-form.form-center {
    width: 60%;
    margin: 0px auto;
    background: #f7f7f7;
    padding: 40px 35px;
}

.captcha-block p {
    display: flex;
}
.captcha-block p img {
    border: solid 1px #666666;
    padding: 3px 4px;
    height: 50px;
    border-radius: 6px;
    width: 100px;
    margin-right: 5px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 0em;
    padding: 0.2em 1em;
}
.sponsor-reg-form.form-center h3 {
    text-align: center;
    border-bottom: solid 2px #666;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.why-exhibit-block {
    background: #f7f7f7;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-left:solid 4px #e6e6e6;
}

.why-exhibit-block h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.why-exhibit-block p {
    line-height: 22px;
    margin: 0px;
}

h3.show-video-title {
    border-bottom: solid 1px #5d5d5d33;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.brand-one button.owl-prev, .brand-one button.owl-next {
    background: #d0d0d069 !important;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
    border-radius: 50% !important;
    transition:all .4s;
}
.brand-one button.owl-next {
    position: absolute;
    top: 50px;
    right: -25px;
}
.brand-one button.owl-prev {
    position: absolute;
    top: 50px;
    left: -25px;
}

.brand-one button.owl-prev:hover, .brand-one button.owl-next:hover {
    background: #d0d0d0 !important;
    color:000;
}

.section-title-three__title span, .section-title-two__title span, .section-title__title span, .section-title-two__title span, .section-title-two__title span, .section-title-three h5 span, .section-title-two h5 span {
    font-weight: 100;
    color: #9c7b3c;
}
.section-title__title span.light {
    color: #e9bf70;
}
.feature-one p.lead {
    font-size: 30px;
    font-weight: 500;
}
.feature-one .section-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.date-counter-one {
	
	 /* background: linear-gradient(167deg, #000000, #000000); */
   
}
.counter-section {
	background-image: url(https://theundiscovered.in/wp/wp-content/uploads/2025/06/bg-count.jpg);
	background-size: cover;
    background-position: center center;
    text-align: center;
    display: flex;
    width: 100%;
    opacity: 1;
    padding: 60px 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.counter-section:before {
    /* background-image: url(https://www.aseanlightdesignexpo.com/wp/wp-content/uploads/2024/12/et-counter-bg.jpg); */
    background-size: cover;
    background-position: center;
    background-color: #011222a8;
    content: '';
    /* opacity: .8; */
    position: absolute;
    /* left: 0px; */
    /* bottom: 0px; */
    /* z-index: 1; */
    height: 100%;
    width: 100%;
    /* mix-blend-mode: lighten; */
    /* inset: 0px; */
    border-radius: 15px;
}
.counter-block {
    z-index: 1;
    position: relative;
}
.container_count {
    margin-top: 40px;
	margin-bottom: 30px;
}
.counter-block h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
}
.counter-block p.date-line {
    font-size: 22px;
    margin: 0px 0px 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.counter-block p {
    margin: 0px;
    color: #fff;
    font-size: 18px;
}
.container_count ul {
    display: flex;
    list-style: none;
    justify-content: center;
}
.container_count ul li {
    width: 135px;
    background: #ffffffed;
    margin: 0px 10px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 0px;
}
.container_count ul li span {
    font-size: 38px;
    font-weight: 700;
    line-height: 34px;
    padding: 0px 0px;
    color: #005baa;
    margin-bottom: 5px;
}

.date-counter-one .section-title-two {
    margin-bottom: 15px;
}

.venu-rate-table tbody, .venu-rate-table td, .venu-rate-table tfoot, .venu-rate-table th, .venu-rate-table thead, .venu-rate-table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 10px 15px;
}

.left-right-block {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    margin-bottom: 60px;
}
.tt-image-block {
    width: 50%;
}
.tt-content-block {
    width: 50%;
    padding: 30px 40px;
    /* text-align: justify; */
}
.tt-content-block p {
    text-align: justify;
}


.pr-block {
    display: flex;
    background: #f7f7f7;
    padding: 15px;
    border-left: solid 5px #cccccc;
	    margin-bottom: 20px;
}
.pr-image {
    width: 35%;
}
.pr-image img {
    width: 100%;
}
.pr-content {
    width: 65%;
    padding: 0px 0px 0px 20px;
}
.pr-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.pr-content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom:5px;
}
a.pr-anchor {
    color: #f47421;
    font-size: 14px;
}
.blog-page__img-box img {
    width: 100%;
}
.blog-post hr {
    margin: 2rem 32px 0 1rem;
}
h1.blog-page__main-title {
    color: #fff;
}
a.download-title {
    color: #E53935;
    font-weight:500;
}

h3.form-title {
    border-bottom: solid 1px #666666;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.button-mob-fixed {
	display: none;
}

.newsletter-block {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.newsletter-single {
    width: 24%;
    background: #f7f7f7;
    padding: 10px;
}
.newsletter-single h3 {
    font-size: 16px;
    margin: 0px;
    padding: 20px 0px 10px;
}

table.shuttel-table {
    width: 100%;
    margin-bottom: 15px;
}
table.shuttel-table tbody, table.shuttel-table td, table.shuttel-table tfoot, table.shuttel-table th, table.shuttel-table thead, table.shuttel-table tr {
    border-color: #80808036;
    border-style: solid;
    border-width: 1px;
    padding: 10px 10px;
	background: #e1f4ea;
}
table.shuttel-table th {
    background: #005baa;
    color: #fff;
}

h4.dated-banner span span {
    font-size: 16px;
}

span.time-block {
    font-size: 14px !important;
    color: #8d8d8d !important;
    /*font-family: 'Montserrat' !important;*/
}
.main-slider-two .owl-theme .owl-dots {
    display: none;
}
.main-menu__contact-list li .text a {
    color: #fff;
}

.visitor-sec .services-four__single {
    border-top: 5px solid #f47421;
    border-bottom: 5px solid #005baa;
}
.visitor-sec.services-four:before {
    background: #f9e8de !important;
}

@media (max-width: 767px) {
	.main-menu__logo a img {
		width: 80px;
	}
	.sponsor-reg-form.form-center {
		width: 100%;
		padding: 40px 20px;
	}
	.page-header {
		padding: 100px 0 80px;
	}
	.newsletter-single {
		width: 100%;
	}
	.container_count ul {
		padding: 0px;
	}
	.container_count ul li {
		width: 70px;
		margin: 0px 3px;
		font-size: 12px;
		line-height: 13px;
		padding: 10px 0px;
	}
	.container_count ul li span {
		font-size: 30px;
		font-weight: 700;
		line-height: 26px;
	}

	.button-mob-fixed {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background: var(--fonis-primary);
        display: flex;
        align-items: center;
        z-index: 99;
        justify-content: center;
    }
	.button-mob-fixed a {
        font-size: 16px;
        padding: 15px 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        width: 50%;
        text-align: center;
    }
	.button-mob-fixed a:first-child {
        border-right: solid 1px #fff;
    }
    .main-header-two {
        top: 15px;
    }
   .inner-defaul__inner {
        width: 100%;
    }
    .work-process__list li:nth-child(2) .work-process__content {
        margin-left: 0;
        margin-right: 0px;
    }
    .work-process__list li {
        padding: 0px 20px;
    }
    .main-slider-two .item {
        padding-top: 110px;
        padding-bottom: 100px;
        height: auto;
    }
    .video-banner-one__content-inner h2, .main-slider-two__content h2 {
        font-size: 35px;
        line-height: 44px;
        letter-spacing: 4px;
    }
    .video-banner-one__content-inner p, .main-slider-two__content p {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    h4.dated-banner {
        font-size: 22px;
    }
    h4.dated-banner span {
        font-size: 16px;
    }
    
    .feature-one__icon {
        width: 100%;
    }
    .feature-one__content {
        width: 100%;
    }
    .brand-one .owl-theme .owl-nav [class*=owl-] {
        margin: -15px 15px 0px;
    }
    
    .left-right-block {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .tt-content-block {
        width: 100%;
        padding: 30px 30px;
    }
    .tt-image-block {
        width: 100%;
    }
}
