/*@font-face {
    font-family: 'FuturaLTbold';
    src: url('https://mte.ibentos.com/landing-page/fonts-v8/FuturaLT-Bold.ttf'));
}

@font-face {
    font-family: 'FuturaLTlight';
    font-weight: 300;
    src: url('https://mte.ibentos.com/landing-page/fonts-v8/FuturaLT-Light.ttf');
}

@font-face {
    font-family: 'FuturaLT';
    font-style: normal;
    src: url('https://mte.ibentos.com/landing-page/fonts-v8/FuturaLT-Book.ttf');
}

@font-face {
    font-family: 'FuturaLTCondensed';
    font-weight: normal;
    src: url('https://mte.ibentos.com/landing-page/fonts-v8/FuturaLT-Condensed.ttf');
}
@font-face {
    font-family: 'FuturaLTCondensedLight';
    font-weight: 300;
    src: url('https://mte.ibentos.com/landing-page/fonts-v8/FuturaLT-CondensedLight.ttf');
}
@font-face {
    font-family: 'FuturaLTCondensedBold';
    font-weight: 700;
    src: url('https://mte.ibentos.com/landing-page/fonts-v8/FuturaLT-CondensedBold.ttf');
}*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	color:#000!important;
	font-weight:200;
	/*font-weight: 400;*/
	/*font-weight: 500;*/
}
.container {
    max-width: 1300px;
}

h1,
h2,
h3,
h4 {
    /*font-family: 'FuturaLT';*/
}

.pt-100 {
    padding-top: 80px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: auto;
}


.sticky-top {
    transition: 0.5s;
    position: absolute;
    /*background: #ffffff;*/
}
.stuck .sticky-top {
    transition: 0.5s;
    position: fixed;
    background: #ffffff;
}

/*ul.navbar-nav.ml-auto {
    margin-right: 10%;
}*/
a.nav-link.active {
    color: #a21942 !IMPORTANT;
}
.navbar-brand {
    margin-left: 0;
    margin-top: 0;
}
.topband_bg-home {
    background-image: url(../v15-img/Main-Backround.png);
    background-repeat:no-repeat;
    background-color:rgb(247, 245, 225);
    background-size: cover;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    background-position: center;
}



.topband_bg-home {
    min-height: 90vh;
    height: auto;
    padding-bottom: 80px !IMPORTANT;
}
/*.stuck .header-btn, .stuck .header-btn:hover {
    color: #fff;
    border: 1px solid #a31a46;
    text-decoration: none;
}*/
/*.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
    margin-right: 1rem;
    margin-left: 0;
    color: #a31a46;
    font-weight: 700;
    border-bottom: 0;
}*/
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    color: #f08e30;
    /*font-family: 'FuturaLTlight';*/
        font-weight: 400;
            padding-right: 0.8rem;
    padding-left: 0.8rem;
}
.navbar-expand-lg .nav-item:hover .nav-link{
    color:#000;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#000;
}
.stuck .navbar-expand-lg .navbar-nav .nav-link {
     color: #000;
 }
.cust-nav{margin-right:3%;}
.cust-nav .nav-item{position:relative;margin:0 5px;}
.cust-nav .nav-item:before{content:'';width:100%;top:0;position:absolute;height:1px;background:#f08e30;transition:0.1s;}
.cust-nav .nav-item.active:before{content:'';width:100%;top:0;position:absolute;height:3px;background:#8f182c;transition:0.1s;color:#000;}
.cust-nav .nav-item.active a{color:#000;}
.stuck .cust-nav .nav-item:before{content:'';width:100%;top:0;position:absolute;height:1px;background:#f08e30;transition:0.1s;}
.cust-nav .nav-item:hover:before{content:'';width:100%;top:0;position:absolute;height:3px;background:#8f182c;transition:0.1s;color:#000;}

 
.header-btn {
    padding: 8px 25px;
    color: #fff;
    border-radius: 0;
    background: #8f182c;
    border: 0;
    font-weight:400;
    transition:0.1s;
}
.header-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.stuck .header-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #8f182c;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 

.countdown {
    padding: 15px 0px;
    background-color: #004c8200;
    border-radius: 12px;
}

div#timer {
    display: flex;
    line-height: 1;
    font-size: 40px;
    align-items: center;
}

div#timer div {
    font-size: 50px;
    width: 50%;
    text-align: center;
    color: #0D4C70;
    padding: 15px 10px;
    margin: 0 5px;
    border-radius: 10px;
    font-weight: 600;
    /*font-family: 'FuturaLTlight';*/
}

div#timer span {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #0D4C70;
    padding-top:30px;
     font-weight: 600;
}

.column {
    margin: 0 !IMPORTANT;
    background: #ff000000 !IMPORTANT;
    padding: 0 !IMPORTANT;
    margin-top: -60px !IMPORTANT;
}

.days {
    padding: 15px 10px !IMPORTANT;
}
.modal-content{border-radius: 20px;}
.modal-header{ color: #ed1651;}
.modal-header .close {
    font-weight: 100;
    font-size:40px;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    border-radius:0;
    line-height: 25px;
	margin: 0;
}

.modal-open {
    overflow: hidden !important;
}


.cust-modal .close {
    color: #ed1651;
    font-size: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
	font-weight: 300;
	line-height: 20px;
}
.common-h {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  position:relative;
}
.counter{
	position:absolute;right:0;color:#979797;font-weight:normal;font-size:14px;    top: 50%;
    margin-top: -13px;
}
.common-h::before {
  background: #46bdf4;
  border-radius: 9px;
  width: 40px;
  height: 4px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.otp-block input {
  border: 2px solid #355aa5;
  border-radius: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #355aa5;
}
.otp-border {
  background: #d1d1d1;
  width: 20px;
  height: 7px;
  margin: 0 5px 0 10px;
  border-radius: 9px;
}
.resent-txt {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.resend-btn {
  background: #ed1651;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
}
.resend-btn:hover {
  opacity: 0.7;
}

.change-number {
  color: #212529;
  text-decoration: underline;
}
.change-no-block input {
  border: 2px solid #355aa5;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #355aa5;
  margin: 0;
}

.text-muted {
    color: #8492a6 !important;
}

.newForm {
    padding: 0px;
    position: relative;
    z-index: 111;
}

.checkNote{
font-size: 13px;
color: #fff;
line-height: 16px;
cursor:pointer;
}
.btn {
    text-transform: uppercase;
    border-radius: 40px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 500;
}
.btn-primary     {
    color: #fff;
    background-color: #ff0064;
    border: #b20002;
    padding: 10px 25px;
    background-image: linear-gradient(to right, #ff0064 0%, #00e6be 100%);
}
.btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active {
            color: #fff;
            background-color: #e68600 !important;
            border-color: #e68600 !important;
             background-image: linear-gradient(to right, #00e6be 0%, #ff0064 100%);
        }
.form-section .form-control {
    /*border-radius: 0px;
    padding: 0px 0 0px 15px;
    font-size: 14px;
    height: 40px;
    /*font-family: 'FuturaLTlight';
    border: 2px solid #989898;
    background: #f5fefd;
    color: #495057;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border-color: rgb(145, 145, 145);
   border-radius:0px;
    border-style: solid;
    border-width: 2px;
    color:rgb(0, 0, 0);
     font-size:14px;
    
    margin: 0;
    max-width: 100%;
     
    padding: 3px 3px 3px 14px;
    
    text-overflow: ellipsis;
    width: 100%;
}
.form-section .custom-select {
   
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border-color: rgb(145, 145, 145);
   border-radius:0px;
    border-style: solid;
    border-width: 2px;
    color:rgb(0, 0, 0);
     font-size:14px;
    
    margin: 0;
    max-width: 100%;
     
    padding: 3px 3px 3px 14px;
    
    text-overflow: ellipsis;
    width: 100%;
}
 

.form-section h3 {
    color: #8B0000 ;
    /*font-family: 'FuturaLTlight';*/
    font-size: 36px;
    /*text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;*/
    font-weight: 400;
}
.alreadyRegistered a {
    color: #000 ;
     
    /*font-family: 'FuturaLT';*/
    font-size: 18px;
    /*font-weight: 400;*/
    border-bottom:3px solid #8B0000;

}
.alreadyRegistered span {
    border-bottom: 0px solid #fff0;
    padding-bottom: 0px;
}

.alreadyRegistered {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #fff;
    padding-top: 12px;
}
.form-section form {
    background-color: #a31a4600;
    padding: 0;
}
.my-multiselect .btn {
    border-radius: 0 !important;
    padding: 3px 3px 3px 14px;
    height: auto;
    color: #000;
    font-size: 14px !important;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
    /*font-family: 'FuturaLTlight';*/
    border: 2px solid rgb(145, 145, 145);
    background: #fff;
    border-radius:0px;
}
.my-multiselect .btn-default:focus {
    border-color: #000;
    background-color: #fff;
}
.submit-btn {
    padding: 12px 25px;
    color: #000;
    border-radius: 0;
    background:rgb(208, 180, 143);
    border: 0;
    width: 200px;
    margin-top: 35px;
    font-size:18px;
}

.submit-btn:hover{
    background:#fff;
}


.form-section .form-control:active {
    background: white;
    color:black;
}

.form-section .form-control:focus,  .form-section .custom-select:focus {
    color: #495057;
    background-color: #fff !IMPORTANT;
        border: 2px solid #000000;
            box-shadow: none;
}

.banner-text img {
    /*width: 100%;*/
    /*margin: 0 auto;*/
    display: block;
     
    height: auto;
}
.banner-text h2{
    color:rgb(87, 87, 87);
    font-size:36px;
    font-weight:400;
    margin:0;padding:0;
}
.banner-text h4{
    color:rgb(87, 87, 87);
    font-size:36px;
    font-weight:500;
    margin:0;padding:0;
}
.banner-text h4 span{
    font-size:50px;
    display:block;
    color:#f08e30;
}
.banner-text h1{
    color:#f08e30;
    font-size:44px;
    font-weight:500;
    margin:0;padding:0;
}
section.about-us-mte {
    background: url(../v15-img/why-attend.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    background-position: center;
    position: relative;
    padding-top: 80px !IMPORTANT;
    padding-bottom: 80px !IMPORTANT;
}

section.about-us-mte:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.99);
    opacity: 0.5;
}
.text-blocks{
    padding:35% 20%;
}
.top-icon svg{height:31px;width:31px;color:#fff;}
.top-icon svg [data-color="1"] {
    fill: #FFFFFF;
}
.text-blocks h4{
        line-height: 1.4em;
    font-size: 20px;
    color:#fff;
    margin-top:12px;
}
.text-blocks p{font-size:18px;line-height:25.2px;margin:0;padding:0;color:#fff;}
.after-border h5:after{
    display:none;
}

.about-the-event .heading-img h5 {
    font-size: 57px;
    color: #FBBF4D;
    margin-left: 0px;
    font-weight: 300;
    line-height: 70px;
    /*font-family: 'FuturaLT';*/
    text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
}

.about-the-event p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 29px;
    padding-right: 0px;
}
.logo-block{text-align:center;}
.logo-block h5{font-size:15px;color:rgb(45,45,45);font-family: 'Barlow', sans-serif;}

.txt-block{padding-top:70px;    padding-left: 30px;}
.txt-block h5{color:rgb(87,87,87);    font-size: 24px;}
.txt-block h4{font-size: 40px;color:#8f182c;font-weight:bold;margin:20px 0;}
.txt-block p{font-size: 18px;text-align: justify;color:rgb(45,45,45);margin-bottom:20px;}

.exhibit-category-mte {
    position: relative;
    padding: 0;
    background-color:#f08e30;
    padding-bottom: 52px;
    border-bottom:2px solid #000;
}
.top-color-border{
    background-image:url(../v11-img/top-border.png?v1);
        background-repeat: repeat-x;
    background-position: left -10px;
}
.exhibit-category {
    /*padding: 80px 0;*/
}
.exhibit-category > h4{font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    padding: 70px 100px;
    line-height: 1.4em;}
.block-img{
        border-radius: 150px;
}
/*.exhibit-category-mte:before {
    /* margin-top: 70px; *
    content: "";
    /* background-image: url(../img/banner-meter-m-new.jpg); *
    background-image: url(../v8-img/Main-Backround-1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
        height: 100%;
    left: 0;
}

.exhibit-category-mte:after {
    /* margin-top: 70px; *
    content: "";
    /* background-image: url(../img/banner-meter-m-new.jpg); *
    background-image: url(../v8-img/econpic-banner.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
        height: 100%;
    right: 0;
        top: 0;
}
*/
.review-block{padding:150px 0;position: relative;}
.carousel {
    position: initial;
}
.carousel-control-prev{width:20px;opacity: 1;left: 50px;}
.carousel-control-next{width:20px;transform:scaleX(-1);opacity: 1;right: 50px;}
.carousel-control-prev:hover, .carousel-control-next:hover{opacity: 0.5;}
.carousel-control-next svg, .carousel-control-prev svg{fill:rgb(45,45,45)}
 
.carousel-indicators{bottom:40px;}
.carousel-indicators li{width:6px;height:6px;border-top:0px;border-bottom:0px;background:#000;border-radius: 20px;}
.slider-content h4{
       letter-spacing: 0.5em;
       font-weight:200;
       color:rgb(45, 45, 45);
       font-size:28px;
       padding-bottom: 40px;
    margin-bottom: 50px;
    position:relative;
}

.slider-content h4:after{
    content:'';
    position:absolute;
        width: 76px;
    height: 1px;
    left:50%;
    margin-left:-38px;
    background-color:rgb(45, 45, 45);
    bottom:0;
}
.slider-content h5{
        letter-spacing: 0.02em;
        font-weight:200;
       color:rgb(45, 45, 45);
       font-size:28px;
       line-height:42px;
       padding: 0 20px;
}
.slider-content p{
    letter-spacing: 0.02em;
    font-weight:100;
    color:rgb(45, 45, 45);
   padding: 0 27%;
   margin-top:40px;
}
.exhibit-category h2 {
    font-size: 50px;
     
    color:#8f182c;
     
    font-weight: 500;
        padding-left: 10px;
}
.back-to-top {
   z-index: 99999;
    position: fixed;
    bottom: 39px;
    right: 32px;
    width: 43px;
    height: 43px;
    line-height: 58px;
    display: flex;
    text-align: center;
    color: #fff;
    background-color: #2289e8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    align-items: center;
    justify-content: center;
}
.health-contemt h4 {
       min-height: 45px; 
    margin:20px 0;
    color: #fff;
     font-size: 18px;
    font-weight: 400;
     text-align:center;
}
.health-contemt {
    text-align:center;
}

.virtual-exhibiton-card {
    background: #0d4c70;
    height: 100%;
    width: 100%;
}
.virtual-exhibiton-card img {
    height: 410px;
}
.virtual-exibition-content {
    height: 410px;
    padding: 80px;
}

.virtual-exibition-content h3 {
    color: #FBBF4D;
    /*font-family: 'FuturaLTlight';*/
    text-align: center;
    padding-bottom: 30px;
}

.virtual-exibition-content p {
    color: #fff;
    /*font-family: 'FuturaLTlight';*/
    text-align: center;
    font-size: 18px;
}

.logo-mtes {
    width: 20%;
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #fff;
    padding: 5px;
}

.exhibit-category.partner p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 50px;
}
.partners .col-lg-2 {
    max-width: calc(100% / 7);
}

.partner-logo {
    width: 100%;
   /* border: 1px solid #afafaf;
    padding: 5px;
    background: #fff;*/
    margin-bottom: 15px;
}


.partner-logo img {
    margin: 0 auto;
    display: block;
}
.awards-aprtners {
    color: rgb(45,45,45);
    line-height: normal;
    font-size: 15px;
    font-weight:300;
    margin:15px 0;
}

.old-event-bg{
    background-image: url(../v15-img/old-event.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height:600px;
}
.organiser-partners-mte {
    width: 100%;
    height: auto;
   /* background-image: url(../v8-img/Logo-Background.jpg);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;*/
    padding: 80px 0;
}
.exhibit-category.partner {
    padding: 0;
}

section.footer-mte {
    width: 100%;
    background:rgb(236,236,236);
    position: relative;
    padding: 40px 0 20px;
}
.footer-mte-content h5 {
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.002em;
    color: #8f182c;
    text-align: left;
    font-size: 50px;
    padding-top: 25px;
    padding-bottom: 10px;
    /*font-family: 'FuturaLTlight';*/
}
.footer-mte-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}
.copy-block{background:rgb(227,227,227);padding:18px;}
section.footer-mte p {
    color: #fff;
}
.footer-mte-content p {
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
}
.address {
    display: flex;
    margin: 25px 0;
}
.address-img {
    width: 30%;
}
.address-con {
    width: 75%;
}
.address-img h5 {
color: rgb(45,45,45);
    /*font-family: 'FuturaLTlight';*/
    text-align: left;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight:300;
}
section.footer-mte p {
        color: #fff;
    text-align: left;
}
.address .address-con p a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.002em;
    color: rgb(87,87,87);
    text-align: left;
    /*font-family: 'FuturaLT';*/
}
.social-icons ul {
    display: flex;
    margin-right: auto;
    text-align: right;
    justify-content: right;
    margin: 15px -20px;
}
.social-icons ul li {
    padding: 0 12px;
}
.social-icons ul li a{
        display: block;
    border-radius: 51px;
    background: #fff;
}
.social-icons ul li a img {
    width: 100%;
    filter: brightness(0);
}

.footer-mte-content h6 a {
    text-align: right;
     
    
    /*font-family: 'FuturaLTlight';*/
    font-size:50px;
    color:#8f182c;
}
.footerspace {
    height: 60%;
}
.footer-mte-content h6 {
    text-align: right;
    
}



@media (min-width:1281px) and (max-width: 1440px) {
.virtual-exibition-content {
    height: 410px;
    padding: 50px 40px;
}
.logo-mtes {
    width: 20%;
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #fff;
    padding: 5px;
}
/*.banner-text img {
    width: 100%;
    margin: 0 auto;
    display: block;
}*/
.form-section h3 {
    color: #0D4C70 !IMPORTANT;
    /*font-family: 'FuturaLTlight';*/
    font-size: 35px;
}
}


@media (min-width:1281px) and (max-width: 1366px) {
.virtual-exibition-content {
    height: 410px;
    padding: 50px 30px;
}
}

@media (min-width:1024px) and (max-width: 1280px) {
.about-the-event .heading-img h5 {
    font-size: 55px;
}
.virtual-exibition-content {
    height: 350px;
    padding: 50px 30px;
}
.virtual-exibition-content h3 {
    padding-bottom: 20px;
    font-size: 22px;
}
.logo-mtes {
    width: 20%;
    position: absolute;
    right: 0px;
}
.virtual-exibition-content p {
    font-size: 14px;
}
.virtual-exhibiton-card img {
    height: 350px;
}
}

@media (min-width:992px) and (max-width: 1152px) {
    .text-blocks {
    padding: 73px 0px;
}
.virtual-exibition-content h3 {
    padding-bottom: 20px;
    font-size: 20px;
}
.virtual-exibition-content p {
    font-size: 14px;
}
.form-section h3 {
    font-size: 30px;
}

.exhibit-category h2 {
    font-size: 40px;
}
.virtual-exibition-content {
    height: 350px;
    padding: 40px 20px;
}
.topband_bg-home {
    min-height: auto;
    height: auto;
    padding-bottom: 80px !IMPORTANT;
}
.exhibit-category.partner p {
    text-align: left;
    font-size: 17px;
}
}
@media (min-width:1153px) and (max-width: 1280px) {
.text-blocks {
    padding: 73px 0px;
}
}
@media (min-width:768px) and (max-width: 991px) {
.exhibit-category-mte:after{
    display:none;
}

.exhibit-category-mte:before {
    /* margin-top: 70px; */
    content: "";
    /* background-image: url(../img/banner-meter-m-new.jpg); */
    background-image: url(../v8-img/Main-Backround-1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.virtual-exhibiton-card img {
    height: auto;
    width: 100%;
}
.virtual-exibition-content {
    height: auto;
    padding: 80px;
}
.partners .col-lg-2 {
    max-width: calc(100% / 3);
}
.partners {
    justify-content: left !IMPORTANT;
}
.partner-logo {
    width: 100%;
    border: 1px solid #afafaf;
    padding: 5px;
    background: #fff;
    margin-top: 25px;
}

.partners .col-lg-2 br{
display:none;
}
.awards-aprtners {
    color: #242834;
    line-height: normal;
    font-size: 25px;
    
}
.exhibit-category.partner p {
    text-align: left;
    font-size: 22px;
    padding-bottom: 30px;
        margin: 0;
}
.exhibit-category.partner p br {
    display: none;
}
.virtual-exibition-content {
    height: auto;
    padding: 80px;
}
.navbar-toggler {
    border: 0;
    background-color: #a31a46;
}
.logo-mtes {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 5px;
}
.organiser-partners-mte {
    width: 100%;
    height: auto;
    background-image: url(../v8-img/Logo-Background.jpg);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 80px 0;
    background-position: top center;
}
.navbar-collapse .header-btn, .navbar-collapse .header-btn:hover {
    color: #ffffff;
    border: 1px solid #a31a4600;
    text-decoration: none;
}
.about-the-event.pt-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.about-the-event p {
    margin-top: 15px;
    margin-bottom: 0;
}
.virtual-exibition-content h3 {
    padding-bottom: 10px;
}
.virtual-exibition-content br {
    display: none;
}

.footerspace {
    height: auto;
}
.footer-mte-content h6 {
    text-align: left;
}
.social-icons {
    margin-bottom: 50px;
}
.social-icons ul {
    display: flex;
    margin-right: auto;
    text-align: right;
    justify-content: left;
    margin: 15px 0px;
}
}

@media (min-width:0px) and (max-width: 767px) {
    .carousel-control-prev{left:15px;}
    .carousel-control-next{right:15px;}
    .topband_bg-home {
    min-height: auto;
    height: auto;
    padding-bottom: 40px !IMPORTANT;
}
div#timer div {
    font-size: 35px;
    width: 50%;
    text-align: center;
    color: #0D4C70;
    padding: 15px 10px;
    margin: 0 5px;
    border-radius: 10px;
    font-weight: 600;
    /*font-family: 'FuturaLTlight';*/
}
section.about-us-mte {
    padding-left: 0;
    padding-right: 0;
    background-position: center;
    position: relative;
    padding-top: 40px !IMPORTANT;
    padding-bottom: 40px !IMPORTANT;
}
.exhibit-category {
    padding: 40px 0;
}
.about-the-event .heading-img h5 {
    font-size: 35px;
    color: #FBBF4D;
    margin-left: 0px;
    font-weight: 300;
    line-height: 45px;
}
.exhibit-category-mte:after{
    display:none;
}

.exhibit-category-mte:before {
    width: 100%;
    height: 100%;
    left: 0;
}
.virtual-exibition-content {
    height: auto;
    padding: 50px;
}
.form-section h3 {
      
    font-size: 28px;
    
}
.banner-text {
    padding-top: 35px;
}
.form-section {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-top: 20px !IMPORTANT;
}
.navbar-toggler {
    border: 0;
    background-color: #a31a46;
}
.exhibit-category h2 {
    font-size: 35px;
}
.partners .col-lg-2 {
    max-width: calc(100% / 2);
}
.partners {
    justify-content: left !IMPORTANT;
}


.partners .col-lg-2 br{
display:none;
}
.exhibit-category.partner p {
text-align: left;
    font-size: 18px;
    padding-bottom: 30px;
    margin: 0;
}
.awards-aprtners {
    color: #242834;
    line-height: normal;
    font-size: 22px;
        padding-bottom: 10px;
}
.footerspace {
    height: auto;
}
.footer-mte-content h6 {
    text-align: left;
}
.social-icons {
    margin-bottom: 50px;
}
.social-icons ul {
    display: flex;
    margin-right: auto;
    text-align: right;
    justify-content: left;
    margin: 15px 0px;
}
.logo-mtes {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 5px;
}
.navbar-brand img {
    width: 210px;
}
.organiser-partners-mte {
    width: 100%;
    height: auto;
    background-image: url(../v8-img/Logo-Background.jpg);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 40px 0;
    background-position: top center;
}
.navbar-collapse .header-btn, .navbar-collapse .header-btn:hover {
    color: #ffffff;
    border: 1px solid #a31a4600;
    text-decoration: none;
}
.about-the-event.pt-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.about-the-event p {
    margin-top: 15px;
    margin-bottom: 0;
}
.virtual-exibition-content h3 {
    padding-bottom: 10px;
}
.virtual-exhibiton-card img {
    height: auto;
}
.virtual-exibition-content br {
    display: none;
}
.exhibit-category.partner p br {
    display: none;
}
}

@media (min-width:0px) and (max-width: 320px) {

div#timer div {
    font-size: 30px;
    width: 50%;
    padding: 15px 5px;
}
.about-the-event .heading-img h5 {
    font-size: 35px;
}
.awards-aprtners {
    color: #242834;
    line-height: normal;
    font-size: 18px;
}
}    

 @media (min-width: 0px) and (max-width: 992px) and (orientation: landscape) {
     
     .banner-text {
    padding-top: 50px;
}
.form-section {
    padding-top: 40px !IMPORTANT;
}
.footerspace {
    height: auto;
}
.footer-mte-content h6 {
    text-align: left;
}
.social-icons {
    margin-bottom: 50px;
}
.social-icons ul {
    display: flex;
    margin-right: auto;
    text-align: right;
    justify-content: left;
    margin: 15px 0px;
}
.virtual-exhibiton-card img {
    height: auto;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1.5rem!important;
    margin-top:2px;
    margin-left: 0;
    padding: 0 0 7px 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    /* border-bottom: 3px solid rgba(0, 0, 0, 0.00); */
    text-transform: uppercase;
}
.navbar-collapse {
    background: #fff;
    padding: 15px;
}
.bg-mobile {
    background: #fff0;
    border-bottom: 1px solid #efefef00;
}
 }