/*
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; */
}

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen banner */
    overflow: hidden;
}
.video-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: lch(0 0 0 / 0.3);
    z-index: 1;
}
.video-banner iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.banner-content {
    width: 100%;
    left: 0px;
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    bottom: 0%;
    transform: translateY(-50%);
}
.banner-content h1 {
    font-size: 118px;
    background: linear-gradient(1100deg, #3c681e, #70b53d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #aafe0a;
    -webkit-text-stroke: 3px #ffffff;
    font-family: 'EthnocentricRG';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 6px;
    text-align: center;
    line-height: 80px;
}
.banner-content h1 span {
    display: block;
    font-size: 74px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 60px;
    margin-top: 34px;
}
.banner-content p {
    color: #fff;
    font-style: italic;
    font-size: 38px;
    margin-top: 26px;
    font-family: 'Poppins';
}
h4.dated-banner {
    background: #ffffffdb;
    display: inline-block;
    padding: 20px 25px;
    font-size: 38px;
    margin-top: 15px;
    text-transform: uppercase;
    color:#d31820;
    font-weight: 600;
    border-radius: 15px;
    font-family: 'Poppins';
}
h4.dated-banner span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins';
    margin-top: 6px;
    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;
}


.yt-thum-box img {
	margin: -1% 0%;
}
.embed-responsive.embed-responsive-16by9 iframe{
	width: 100%;
}
.embed-responsive.embed-responsive-16by9 .player{max-width: 100%;}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 0px;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
	border-radius:15px;
}
.embed-responsive .ytp-impression-link {
	opacity: 0;
}
.ytp-impression-link {
	opacity: 0;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	
	width: 100%;
	height: 100%;
	border: 0;
}

.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%;
}

.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 {
    font-weight: 200;
    color: #aafe0a;
    font-family: 'Poppins';
}
.counter-section {
    text-align: center;
    display: flex;
    background-image: url(https://autostyleworld.com/wp/wp-content/uploads/2025/06/bg-count.jpg);
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    padding: 60px 50px;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    margin-bottom: 70px;
    margin-top: -140px;
    position: relative;
    border-radius: 20px;
    z-index: 1;
    border: solid 10px #aafe0a;
    box-shadow: 0px 10px 15px #0000001c;
}
.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: linear-gradient(40deg, #3e0f3af0 0%, #0d0226b5 100%);
    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;
}
.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: 25px;
}

.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;
}
.thm-breadcrumb li a {
    color: #aafe0a;
}
.left-right-block {
    display: flex;
    align-items: center;
    /* background: #f7f7f7; */
    margin-bottom: 60px;
}
.tt-image-block {
    width: 40%;
    padding: 10px;
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(112deg, #4e1349 0%, #0e0616 100%);
}
.tt-content-block {
    width: 60%;
    padding: 0px 40px 0px 0px;
    /* 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: #d31820;
    font-size: 14px;
    font-weight: 500;
}
.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;
} 

.mb-30 {
    margin-bottom:30px;
}
.about-block {
    /*background-image: url(https://cewexpo.com/wp/wp-content/uploads/2026/05/bg.jpg);
    background-size: cover;
    padding: 60px 60px 100px;
    border-radius: 20px;
    background-position: center;
    position: relative;*/
}
.about-block:before {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #27041cdb 0%, #092148ed 100%);*/
}

.featured__cotntent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 20px 30px;
}
.featured__cotntent h3 {
    color:#fff;
}
.featured__cotntent h3 a {
    color:#fff;
}
.featured__cotntent p {
    color:#fff;
    font-size:14px;
    line-height:20px;
    margin:0px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #aafe0a;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    border-radius: 50%;
    color: inherit;
    padding: 8px 0px !important;
}

.custom-container {
    padding: 80px 15px 0px;
}
.service_section {
    background: linear-gradient(65deg, #aafe0a, #ccff6a, #fff);
    padding: 0px 0px;
    border-radius: 15px;
    overflow: hidden;
}
.custom-ser {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.col-md-6.pl-0 {
    padding-left: 0px;
}
.service-block-sec {
    padding: 25px 15px 15px 0px;
}
.service-block-sec .section-title-two {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 25px;
}

.service-block-sec p.lead {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0px 0px;
}

ul.pg-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.page-numbers {
    border: solid 1px #e1131c;
    padding: 4px 20px;
}
.why-visit-container {
    padding-top: 70px;
}
.why-visit-container .services-four__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 15px;
    font-family: 'Poppins';
}
.why-visit-container .services-four__single {
    background: linear-gradient(24deg, #c2ff4d, #e1ffa9, #fff);
    padding: 30px 20px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.testimonial-section {
    border-top: solid 3px #ffffff40;
    padding: 80px 0px 0px;
    margin-top: 60px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.testimonial-section .section-title-two__title {
    font-size: 38px;
    line-height: 46px;
}
.testimonial-section .section-title-two .lead {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}
.testimonial-section .section-title-two {
    margin-bottom: 0px;
    height: 100%;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.testimonial-1 {
    display: flex;
}
.testimonial-home {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}
.testimonial-1 .testimonial-text {
	padding: 0px;
	text-align:justify;
}
.testimonial-text p {
    font-size: 14px;
    line-height: 20px;
    color: #3e3e3e;
}
.testimonial-text p:last-child {
	margin: 0;
}
.youtube-thumb {
    position: relative;
    cursor: pointer;
    height: 300px;
    border-radius: 15px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.youtube-thumb img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.testimonial-video {
    flex: 0 0 47.9%;
	position:relative;
}
.testimonial-content-block {
    flex: 0 0 52%;
    position:relative;
    height: 300px;
    overflow-y: scroll;
    padding: 10px 10px 10px 25px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Modal */
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}
.video-modal-content {
    position: relative;
    max-width: 800px;
    margin: 5% auto;
    background: #000;
}
.video-modal iframe {
    width: 100%;
    height: 450px;
}
.video-close {
    position: absolute;
    top: -35px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.testimonial-detail {
	padding: 10px 13px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	background: #fff;
	width: 75%;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.testimonial-name,
.testimonial-position {
	display: block;
}

.testimonial-content-block::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .19);
	background-color: #7770
}
.testimonial-content-block::-webkit-scrollbar {
	width: 6px;
	background-color: #fff
}
.testimonial-content-block::-webkit-scrollbar-thumb {
	background-color: #ebebeb;
	transition: all .4s
}
.testimonial-content-block:hover::-webkit-scrollbar-thumb {
	background-color: #e42032
}
.testimonial-home .owl-prev,
.testimonial-home .owl-next {
	background-color: transparent;
	color: #ffffff;
	padding: 8px 10px;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
}
.testimonial-home .owl-prev i,
.testimonial-home .owl-next i {
	font-size: 24px;
	font-weight: 800;
}

.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-content::before {
  content: "";
  position: absolute;
  background: rgba(11, 9, 23, .5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 400px;
  z-index: 1;
}

.video-wrapper img {
  border-radius: 12px;
}
.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ef1e24;
    cursor: pointer;
}
.modal-show-vid {
    max-width:800px;
}
.modal-show-vid .modal-content {
    padding: 20px;
    border-radius: 15px;
}
.modal-show-vid button.btn-close {
    float: right;
    margin-bottom: 10px;
    font-size: 20px;
    padding: 0px;
}

@media all and (max-width: 991px) {
    .video-content{
        padding-top: 80px;
    }
    .video-wrapper {
        height: 250px;
    }
}
.testimonial-1 .testimonial-pic{
	width: 100%;
	height: 100%;
}

span.testimonial-position {
	
}
span.testimonial-company {
    line-height: 18px;
    color: #d31820;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}
.testimonial-1 .testimonial-pic img{
	border-radius: 50%;
}
.testimonial-1 .testimonial-name {
	color: #1a1a1a;
}
.testimonial-1 .testimonial-position {
	color: #1a1a1a;
}
.testimonial-1 .quote-left:before {
	top: 50px;
}
.testimonial-1.testimonial-bg .testimonial-position {
    color: #666;
    line-height: 18px;
    font-size: 13px;
}
.testimonial-1.testimonial-bg .testimonial-name {
    line-height: 18px;
    margin-bottom: 10px;
    /* color: #fff !important; */
}


.owl-carousel button.owl-dot
.owl-carousal .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.owl-carousel button.owl-dot {
	display: inline-block;
}
.owl-carousel button.owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 3px;
    border-radius: 30px;
    background: #00000042;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity 200ms ease;
    transition: all 0.5s linear;
}
.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot:hover span {
    width: 50px;
	background: #99e900;
}
.owl-carousel .owl-dots{
	text-align: center;
	margin-top: 20px;
}

ul.vis-li-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}   
ul.vis-li-block li {
    border: solid 1px #b6eb8d;
    background: #b6eb8d12;
    border-radius: 5px;
    text-align: center;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 22px;
}

.form-center {
    width: 65%;
    margin: 0px auto;
}

@media only screen and (max-width:768px) {
	.testimonial-1.no-bg-testimonial {
		margin: 0px;
		border: 1px solid #f0f0f0;
	}
	.testimonial-1{padding:0px;margin:0px;}
}
@media (max-width: 991px) {
    .custom-ser {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .custom-ser {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}





@media (max-width: 767px) {
    .contact-info {
        margin-bottom: 20px;
    }
    .blog-page {
        padding: 40px 0 40px;
    }
    .blog-page__content-box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    ul.vis-li-block {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: center;
    }
    ul.vis-li-block li {
        padding: 10px 5px;
        font-size: 13px;
        line-height: 16px;
    }
    .inner-default-page ul li {
        margin-bottom: 0px;
    }
    .form-center {
        width: 100%;
    }
	.thm-breadcrumb__box {
		margin-bottom: 20px;
	}
	.video-banner {
		height: auto;
		padding-bottom: 30px;
	}
	.site-footer__top {
		padding: 40px 0 40px;
	}
	.blog-one {
		padding: 20px 0 40px;
	}
	.faq-page {
		padding: 40px 0 0;
	}
	.section-title {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.counter-section {
		width: 100%;
		padding: 40px 40px;
		margin-bottom: 40px;
	}
	.feature-one {
		padding: 20px 0px 180px;
	}
	.sponsor-btn {
		margin-top: 0px;
	}
	.testimonial-section .section-title-two__title {
		font-size: 28px;
		line-height: 38px;
	}
	.why-visit-container .services-four__single {
		padding: 30px 10px 20px;
	}
	.custom-container {
		padding: 40px 15px 0px;
	}
	.testimonial-section {
		padding: 40px 0px 0px;
		margin-top: 20px;
	}
	.why-visit-container .services-four__title {
		font-size: 14px;
		line-height: 18px;
	}
	.services-four__text {
		font-size: 13px;
		line-height: 18px;
	}
	.lead {
		font-size: 14px;
		font-weight: 300;
		line-height: 22px;
	}
	.service-block-sec {
		padding: 25px 15px 15px 15px;
	}
	.col-md-6.pl-0 {
		padding-left: 15px;
	}
	.feature-three {
		padding: 40px 0px 40px;
	}
	.section-title-two {
		margin-bottom: 20px;
	}
	.brand-one {
		padding: 40px 0 40px;
	}
	.featured-expo-bar {
		flex-wrap: wrap;
		justify-content: center;
	}
	.featured-expo-bar .brand-one__img {
		width: 47.7%;
	}
	.about-two__right p {
		font-size: 14px;
		text-align: left;
	}
	.main-menu__logo a img {
		width: 80px;
	}
	.banner-content {
		position: static;
		transform: translateY(0%);
	}
	.video-banner:before {
		display: none;
	}
	.banner-content p {
		color: #000000;
		font-size: 22px;
		margin-top: 20px;
	}
	.sponsor-reg-form.form-center {
		width: 100%;
		padding: 40px 20px;
	}
	.page-header {
		padding: 70px 0 70px;
	}
	.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: #d31820;
        display: flex;
        align-items: center;
        z-index: 99;
        justify-content: center;
    }
	.button-mob-fixed a {
        font-size: 14px;
        padding: 10px 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;
        margin: 0px;
        padding: 0px 0px;
    }
    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: 0px 0px;
    }
    .tt-image-block {
        width: 100%;
    }
	.inner-default-page {
		padding: 40px 0 40px;
	}
	.testimonial-1 {
		flex-direction: column;
	}
	.testimonial-content-block {
		flex: auto;
		height: 300px;
		padding: 20px 10px 10px 0px;
	}
}
