.navbar-brand img{
    width: 100% !important;
    height: 100px !important;
}
.jumbotron {
    background: url(img/banner-1.webp), no-repeat center center;
    background-size: cover;
}
.jumbotron {
    padding: 16rem 2rem;
}
.carousel-inner img {
    height:400px;
    text-align: center;
}
#demo {
    text-align: center;
    padding-top: 10px;
}
nav.navbar.navbar-expand-lg.bg-white.navbar-light.py-3.py-lg-0.px-lg-5 {
    box-shadow: 0px 0px 5px 0px #000000;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #120F2D;
    outline: none;
    padding-bottom: 30px;
    padding-top: 15px;
}
/*#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.video-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
}
.text-container {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}
.inner-section{
    padding: 2em;
    background: #04040461;
    width:50%;
}
.inner-section h1,h2,h3,h4,h5,h6,p,span{
    color:#fff;
}*/

.hero-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left:1.5em;
    width: 70%;
    text-align: left;
    transform: translateY(-50%);
    color: white;
    font-size: 3.1rem;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    border-bottom:3px;
    font-family: 'Conneqt';
}
.slide {
    position: absolute;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0s ease, transform 1s ease;
    width: 100%;
}
.slide.active {
    transition: opacity 1s ease, transform 2s ease;
    opacity: 1;
    position: relative;
    transform: translateY(0%);
}

.img-div {
    height: 90px; 
} 
.content-div label {
    color: black;
    margin-top:10px;
}
.content-div {
    display: grid;
}
.content-div h1 {
    color: red;
    display: contents !important;
    font-size:35px;
    font-weight: 400 !important;
    font-family: 'Open Sans'; 
}
.counter-section-div .img-div img {
    height: 60px;
}
.button-section .btn{
    border-color:white !important;
}
.product-and-services-sec.img-div img {
    height: 70px;
}
.glimpses .mobile-container.col-lg-2.mb-1.pt-0.pb-lg-1{
    padding: 1px;
}
.glimpses img.img-fluid {
    padding: 3px !important;
}
.mobile-container {
    padding-top: 1rem !important;
}
.world-of-opp-section{
    padding-left: 3em;
}
.glimpses-desktop{
    display:block;
}
.glimpses-mobile{
    display:none;
}
.ul-list ul { margin: 0;padding: 0;list-style: none; }
.ul-list li { line-height: 1.5;text-indent: -30px;padding: 8px 0 8px 30px;list-style: none;color: #000; }
.ul-list li:before { float: left; display: block; content: '\00BB'; color: #000; margin: -10px 0px 0px 0; font-size: 25px; }
.floor-image{
    width:100%;
}
.associate-partners-img{
    width:100%;
}
.associate-partners-content img{
    width:70%;
}
.banner-sec img{
    width:80%;
}
.glimpses-for-desktop{ display:flex; }
.glimpses-for-mobile{ display:none !important; } 
.premium-partners-for-desktop{ display:flex; }
.premium-partners-for-mobile{ display:none !important; }
.for-desktop{ display:flex; }
.for-mobile{ display:none !important; }
.row.mobile-exhibiting-section.owl-carousel.position-relative.exhibiting-products-services-slider { display: inline-flex; }
@media only screen and (max-width: 600px) { 
    /* for 10 inches tablet screens */
    .hero-container {
        position: relative;
        height: 27vh;
        overflow: hidden;
    }
    .mobile-view-button {
        display: inline;
    }
    .counter-section-div .img-div img {
        max-height: 60px;
        width: auto !important;
    }
    .elementor-row {
        display: table-cell !important;
        width: 50% !important;
    }
    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
        display: table-footer-group !important;
        width: 100%;
    }
    .elementor-row .elementor-element-populated{
        min-height: 100px;
    }
    .img-div {
        height: auto;
    }
    .mobile-container {
        padding-top: 1rem !important;
        padding-bottom: 1em !important;
    }
    .counter-section-div .mobile-container {
        width: 33.33333%;
    }
    /*.exhibiting-products-services .mobile-container {
        width: 33.33333%;
    }*/
    .exhibiting-products-services .mobile-container{
        padding-top: 0rem !important;
        padding-bottom: 0em !important;
    }
    .product-and-services-sec {
        text-align: -webkit-center;
    }
    .img-div {
        padding-bottom: 1em;
    }
    .pb-5, .py-5 {
        padding-bottom: 0rem!important;
    }
    .world-of-opp-section{
        padding-left: 10px;
    }
    .product-and-services-sec.img-div img {
        width: auto !important;
    }
    .mb-5, .my-5 {
        margin-bottom: 1rem!important;
    }
    /*.premium-partners .mobile-container {
        width: 50%;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }*/
    .contact-form a {
        display: block;
    }
    .contact-form{
        padding:10px;
    }
    .pt-5, .py-5 {
        padding-top: 1rem!important;
    }
    .col-lg-1 {
        text-align: center;
    }
    .px-5 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .justify-content-center {
        display: inline !important;
        height: fit-content !important;
        padding-top: 1em;
        padding-bottom: 1em;    
    }
    .bg-light.d-flex.flex-column.justify-content-center.px-5 .align-items-center {
        display: inline !important;
        text-align: center;
    }
    .btn-icon {
        width: 77px;
        height: 77px;
        display: inline-block;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        padding-top: 8%;
        margin-bottom: 20px;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .section-title {
        text-align: center;
        margin-top: 15px;
    }
    .ul-list .space{
        display:none;
    }
    .ul-list li {
        padding: 8px 0 8px 0px;
    }
    .section-title{
        margin-top:1em;
    }
    .floor-image{
        width:100%;
    }
    .overlay-bottom::after,.overlay-top::before {
        height:0px;
    }
    .associate-partners-img{
        width:100%;
    }
    .associate-partners-content img{
        width:100%;
    }
    .banner-sec img{
        width:100%;
    }
    .img-fluid1{
        width: 250px !important;
        height: 245px !important;
    }
    .speakers-sec {
        text-align: center;
    }
    .contactus-sect{
        display:grid !important;
    }
    /*.mobile-exhibiting-section {
        display: inline-flex;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 1em;
    }
    .mobile-exhibiting-section .product-and-services-sec.img-div img {
        width: 120px !important;
    }
    .mobile-exhibiting-section .product-and-services-sec.img-div {
        width: 85px;
    }*/
    .text-overlay {
        top: 75%;
        font-size: 1rem;
        width: 90%;
        left: 1em;
        right: 1em;
    }
    .hero-container video {
        position: absolute !important;
        width: 100%;
        height: 100%;
        object-fit: revert !important;
    }
    /*.row.mobile-exhibiting-section {
        flex-wrap: nowrap;
    }*/
    .button-section.mobile-container .btn {
        margin-bottom: 0.5em;
    }
    .hero-container .text-overlay .btn{
        display:none;
    }
    .only-for-mobile{
        display:block !important;
    }
    .about-us-section .mb-5 {
        margin-bottom: 0px !important;
        min-height: 420px !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    .exhibiting-products-services .mb-5 {
        margin-bottom: 0px !important;
    }
    .mobile-view-banner{
        height:100% !important;
    }
    .product-and-services-sec h6 {
        font-size: 3vw;
        white-space: pre-wrap;
    }
    .premium-partners-for-mobile .team-item.mobile-container {
        margin: 0px !important;
        padding: 0px !important;
    }
    .glimpses-for-desktop{ display:none; }
    .glimpses-for-mobile{ display:block !important; }
    
    .premium-partners-for-desktop{ display:none; }
    .premium-partners-for-mobile{ display:block !important; }
    .mobile-margin{ margin-bottom:0px !important; }
    .mobile-zero-margin{ margin:0px !important; }
    .mobile-zero-padding{ padding:0px !important; }
    .mobile-spacer{ margin-bottom:20px !important; }
    .mobile-top-bottom-padding{ padding-top:20px !important;padding-bottom:20px !important; }
    .content-div h1{ font-size: 27px; }
    .exhibiting-products-services .py-5{ padding-top: 0rem !important; }
    .for-desktop{ display:none !important; }
    .for-mobile{ display:block !important; }
    .elementor-column-wrap.elementor-element-populated { min-width: 165px; }
}