@media screen and (max-width: 1680px) {
	.container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .exhibitors-slider{
        padding: 60px 20px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .exhibitors-swiper:before{
        left: -20px;
    }
    
    .exhibitors-swiper:after{
        right: -20px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: -10px;
    }
    
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: -10px;
    }

    .unity-float-icon{
        right: 30px;
    }
}

@media screen and (max-width: 1199px) {

	.container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .building-steps{
        margin-right: auto;
        margin-left: auto;
        max-width: 950px;
        width: 100%;
    }

    .building-step-1 {
        margin-top: -6px;
    }

    .building-step-2 {
        margin-top: 69px;
    }

    .building-step-3 {
        margin-top: -10px;
    }

    .building-steps{
        margin-bottom: 100px;
    }

    .contact h3{
        max-width: 590px;
    }

    .contact-box{
        max-width: 400px;
        margin-left: auto;
    }
}

@media screen and (max-width: 991px) {
    .hero h4{
        border-left-width: 4px;
        padding-left: 8px;
    }

    .hero h4{
        margin-bottom: 35px;
        padding-top: 5px;
    }

    .hero{
        padding-top: 320px;
    }

    .header-logo img{
        max-width: 280px;
    }

    .exhibitors{
        padding-top: 100px;
        padding-bottom: 32px;
    }

    .unity-float-icon{
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .building-steps{
        max-width: 768px;
    }

    .building-step-1 {
        margin-top: -27px;
    }

    .building-step-2 {
        margin-top: 41px;
    }

    .building-step-3 {
        margin-top: -25px;
    }

    .contact-box{
        max-width: 100%;
    }

    .contact-outer{
        margin: 50px 0 0;
    }

    .contact-outer > img{
        position: relative;
        margin-bottom: -30%;
    }

    .contact{
        padding-top: 150px;
        background-position: top -140px center;
    }

    .contact-box{
        padding: 1em;
    }

}

@media screen and (max-width: 767px) {
    .container, .container-fluid{
        padding-right: 15px;
    }

    .header .container-fluid{
        justify-content: center;
        flex-direction: column;
    }

    .hero-logo{
        top: 180px;
    }

    .hero {
        padding-top: 350px;
    }

    .hero img{
        max-width: 50%;
    }

    .exhibitors-slider{
        padding: 40px 20px;
    }

    .unity h3{
        max-width: 390px;
    }

    .building-steps{
        max-width: 100%;
        background: none;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .building-step{
        max-width: 320px;
        margin-top: 20px;
        margin-bottom: 20px;
        background: transparent url('/images/arc-line.png') no-repeat center top / 115%;
    }

    .building-step h5{
        margin: auto;
        font-size: 22px;
        max-width: 230px;
    }

    .building-step img{
        max-width: 110px;
    }

    .building-step-1{
        background-position: top 47px center;
    }

    .building-step-2{
        background-position: top -2px center;
    }

    .building-step-3{
        background-position: top 27px center;
    }

    .header .ms-md-auto{
        margin-top: 15px;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 575px) {
    .btn{
        padding: 6px 20px;
    }

    .hero h4{
        margin-bottom: 25px;
    }
    
    .hero-controls{
        gap: 15px;
    }

    .unity-btns .btn{
        min-width: auto;
    }

    .unity-btns{
        justify-content: center;
    }

    .unity{
        padding-top: 230px;
    }

    .unity h3{
        margin-left: 0;
        max-width: 280px;
        margin-right: auto;
    }

    .building-step{
        max-width: 285px;
    }

    .building-step-1{
        background-position: top 50px center;
    }

    .building-step-2{
        background-position: top 1px center;
    }

    .building-step-3{
        background-position: top 32px center;
    }

    .footer ul{
        gap: 2em;
        font-size: 14px;
        justify-content: space-between;
    }

    .btn-nextsect{
        bottom: 0%;
    }
}