@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/
@media (max-width: 1800px) {}


/*---For Laptop---*/
@media (min-width: 1200px) and (max-width: 1400px) {}

/*---For Horizental iPad---*/
@media (min-width: 992px) and (max-width: 1199px) {
    .w-992, .w-475 {
        display: none;
    }
}

/*---For Vertical iPad---*/
@media (min-width: 768px) and (max-width: 991px) {


    .w-475 {
        display: none;
    }


}

/*---For Mobile---*/
@media (max-width: 992px) {
    .header-top-cstm .offset-6 {
        margin-left: 0;
        width: 100%;
    }

    .intro-iconlist>li {
        width: 50% !important;
    }

    .headline-text h2 {
        font-size: 32px !important;
        margin-bottom: 16px !important;
        line-height: 40px !important;
    }

    .w-1200 {
        display: none;
    }

    .w-992 {
        display: block !important;
    }

    #banner video {
        width: 100%;
        min-height: auto !important;
        background-position: 50% 50%;
        background-size: contain;
        background-attachment: fixed !important;
        transform: translateY(calc(-100% + 316px)) !important;
    }

    .home-headline-inner {
        padding-top: 30px !important;
        padding-bottom: 120px;
    }

    .home-headline-inner .col-md-7 {
        width: 100% !important;
    }
	.more:hover .more-sub-menu {
        display: none;
      }

}

@media (max-width: 767px) {

	.sub-menu{
        position: static !important;
    }
    .more{
        display: inline-block !important;
    }
    .intro-iconlist>li {
        width: 100% !important;
    }

    .breakshuttle-title {
        padding-top: 20px !important;
    }

    .headline-text h2 {
        font-size: 30px !important;
        margin-bottom: 16px !important;
        line-height: 40px !important;
    }

    .w-475 {
        display: none;
    }

    .logo-text {
        font-size: 30px !important;
    }

    .product_quote {
        margin-top: 0 !important;
        padding: 50px 0;
    }
}

@media (max-width:589px) {
    .main-section-top p, .main-section-top .button-group {
        display: none;
    }

    .headline-text h2 {
        font-size: 24px !important;
        margin-bottom: 16px !important;
        line-height: 30px !important;
    }

    #banner video {
        width: 100%;
        min-height: auto !important;
        background-position: 50% 50%;
        background-size: contain;
        background-attachment: fixed !important;
        transform: translateY(calc(-120% + 316px)) !important;
    }

    #banner {
        width: 100%;
        height: 250px !important;
    }

    .home-headline-inner {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (max-width: 480px) {
    #header-top .top-header-right::before {
        position: fixed !important;
    }

    .projects a {
        font-size: 10px !important;
        margin: 0 5px !important;
    }

    #header-top .top-header-right .projects a span i {
        font-size: 14px !important;
    }

    .w-992 {
        display: none;
    }

    .w-475 {
        display: block !important;
    }
    #header-top .top-header-left::before{
        width: 0 !important;
    }
    #header-top .top-header-left{
        justify-content: center !important;
    }
    .top-header-right {
        justify-content: center !important;
    }
    .projects{
        margin-right: 0 !important;
    }
}

@media (max-width: 414px) {
    #banner video {
        width: 100%;
        min-height: auto !important;
        background-position: 50% 50%;
        background-size: contain;
        background-attachment: fixed !important;
        transform: translateY(calc(-145% + 316px)) !important;
    }


}

@media (max-width: 411px) {}

@media (max-width: 375px) {
    
    .home-headline-inner {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .logo-text {
        font-size: 24px !important;
    }
}

@media (max-width: 320px) {}

@media (max-width: 360px) {
    #banner video {
        width: 100%;
        min-height: auto !important;
        background-position: 50% 50%;
        background-size: contain;
        background-attachment: fixed !important;
        transform: translateY(calc(-150% + 316px)) !important;
    }

}