.expo-header .page-header{
    background-color: transparent;
    box-shadow: none;
    border: 0;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 99;
} 
.sticky-header .expo-header header.page-header{
    background: #177da3;
    padding: 10px 0;
}
.expo-header .left-header{
    padding: 0;
}
.expo-header .main-logo svg{
    height: 61px;
    display: block;
} 
.expo-header .left-header .nav-toggle span{
    background: #fff;
}
.expo-header .left-header .nav-toggle span:after, .expo-header .left-header .nav-toggle span:before{
    background: #fff;
} 
.expo-header .left-header .nav-toggle.active span{
    background: transparent;
}
.expo-header .right-header ul.menu-title li.sub-menu:after{
    display: none;
}
.byi-btn-book {
    background: transparent;
    margin-top: 20px;
    border: 1px solid #e85624;
    padding: 11px 16px;
    font-size: 16px;
    color: #e85624;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.byi-btn-book a{
    color: #e85624;
}
.byi-btn-book:hover a{
    color: #fff;
}
.byi-btn-book:hover {
    background: #e85624;
    border-color: #e85624;
    color: #fff;
}  
.expo-header .right-header ul.menu-title li.sub-menu{
    padding: 0;
}
.expo-banner{
    background: #0192C9 url("../img/Mask-group-las-vegas.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 15px;
}
.expo-banner-main{
    padding: 130px 0 40px 0;
    max-width: 662px;
    margin: 0 auto;
}
.expo-banner-main .expo-text p{
    margin: 10px 0 20px 0;
    color: #FFF;
}
.expo-btn button{
    color: #FFF;
    border-radius: 4px;
    border: 1px solid #E85624;
    background: #E85624;
    padding: 11px 16px;
    transition: all 0.3s ease-in-out;
}
.expo-btn button a{
    color: #FFF;
}
.expo-btn button:hover a{
    color: #FFF;
}
.expo-btn button:hover{
    border: 1px solid #000;
    background: #000;
    color: #FFF;
}
.expo-title{
    font-size: 25px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.expo-box{
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 30px;
    height: 100%;
}
.expo-item-img {
    height: 100%;
}
.expo-box .expo-box-contain{
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 55px;
    right: 55px;
    transition: all 0.3s ease-in-out;
}
.expo-box:hover .expo-box-contain{
    bottom: 20px;
}
.expo-box .expo-box-contain .expo-box-title{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.expo-box .expo-box-contain p{
    font-size: 15px;
    color: #7E7E7E;
    margin-bottom: 0;
}
.expo-box .expo-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.expo-expert .expo-title{
    margin-bottom: 10px;
}
.expert-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.expert-box .expert-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 15px 15px;
    border-bottom: 1px solid #ccc;
    flex: 1;
    margin-bottom: 15px;
    align-self: stretch;
}
.expert-box .expert-item-title {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-left: 10px;
}
.expert-box::before, .expert-box::after{
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    background: #fff;
    width: 15px;
}
.expert-box::after{
    left: auto;
    right: 0;
}
.expo-form {
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
    background: #01AFEC;
}
.expo-form .expo-title{
    color: #FFF;
    margin-bottom: 30px;
}
.expert-form .send-inq{
    margin-bottom: 0;
}
.expert-form .base-input{
    margin-bottom: 30px;
}
.expo-form .form-wrapper .country-slt input#phone{
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.expo-form .country-slt .iti--allow-dropdown{
    margin-top: 0;
}
.expo-clutch {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.expo-clutch p{
   margin-bottom: 0;
}
.client-logo{
    background: #F1F1F1;
    margin-top: 40px;
}
.client-logo .client-img-wrap ul{
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
}
.client-logo .client-img-wrap{
    display: block;  
    margin-top: 0px;  
}
.client-logo .client-img-wrap ul li{
    margin: 8px 10px;
    flex: 1;
    text-align: center;
}
.client-logo .client-img-wrap .client-images{
    padding: 0;
}
.client-logo .client-img-wrap ul:before, .client-logo .client-img-wrap ul:after{
    display: none;
}   
.expo-btn button:focus, .expo-btn button:active{
    color: #FFF;
    border: 1px solid #E85624;
    background: #E85624;
}
.expo-form .expo-btn{
    margin-top: 20px;
}
.expo-form .expo-btn button{
    padding: 10px 25px;
}
.tns-outer button{
    display: none;
}
.alliances-section .slider-arrow--prev, .alliances-section .slider-arrow--next{
    top: 30%;
}
.sticky-header header.page-header{
    top: 0;
}
@media (min-width: 960px){
    .right-header ul.menu-title li>a {
        font-size: 18px;
        font-weight: 500;
        line-height: 26.8px;    
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }
    .expo-header .right-header ul.menu-title li.sub-menu:last-child{
        margin-right: 60px;
    }
    .byi-btn-book {
        margin-top: 0;
        background: transparent;
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
    }
    .expo-banner-main{
        padding: 302px 0 137px 0;
    }
    .expo-banner-main .expo-text p{
        margin: 10px 0 60px 0;
        font-size: 20px;
    }
    .expo-btn button{
        font-size: 16px;
    }
    .expo-representative{
        padding-bottom: 0;
    }
    .expo-representative .container,.expo-expert .container, .client-logo .container{
        max-width: 1318px;
    }
    .expo-representative-title{
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }
    .expo-representative-title .expo-title{
        flex:  0 0 507px;
        max-width: 507px;
    }
    .expo-representative-title p{
        flex-grow: 1;
        font-size: 18px;
        margin-bottom: 0;
    }
    .expo-title{
        font-size: 35px;
        margin-bottom: 0;
    }
    .expo-expert .row{
        margin: 0 -20px;
    }
    .expo-expert .col-lg-6{
        padding: 0 20px;
    }
    .expert-box {
        margin: 40px -20px 0;
    }
    .expert-box .expert-item {
        padding: 0 20px 20px;
        margin-bottom: 20px;
    }
    .expert-box::before, .expert-box::after{
        left: 0;
        width: 20px;
    }
    .expert-box::after{
        left: auto;
        right: 0;
    }
    .expo-form {
        padding: 40px;
        margin: 0 30px;
    }
    .expo-form .expo-btn{
        margin-top: 25px;
    }
    .byi-btn-book a{
        color: #fff;
    }
}
@media screen and ( min-height: 600px ) and (max-height: 750px) {
    .expo-banner-main{
        padding: 150px 0 137px 0;
    }
}
@media (min-width: 1200px) {
    .expert-wrapper {
        max-width: 576px;
    }
}