@media (max-width: 767px) {
    .no-mobile {
        display: none !important;
    }

    .no-desktop {
        display: unset !important;
    }

    header .content {
        display: flex !important;
    }

    .page-slideshow .slideshow-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .home-items .home-item-image img {
        height: 50dvh !important;
    }

    footer .logo img {
        object-position: center;
    }

    .video-text span,
    .video-text h1 {
        text-align: center !important;
        font-size: 65px !important;
        line-height: 1 !important;
        padding-bottom: 30px !important;
    }

    .video-container {
        padding-bottom: 100px !important;
    }

    .about-content-text {
        padding: 0 15px !important;
    }

    .about-logo img {
        height: 125px !important;
    }

    .about-logo {
        height: 275px !important;
    }

    .about-content-text h1 {
        font-size: 50px !important;
    }

    a.project-card span {
        font-size: 34px !important;
    }

    .about-image img.desktop-about {
        display: none;
    }

    .about-image img.mobile-about {
        display: block;
    }
    
    header .content .logo img {
        object-position: left;
    }
}


@media only screen and (max-width: 1080px) {
    .grid-xl-1 {
        width: 8.33333%
    }

    .grid-xl-2 {
        width: 16.66667%
    }

    .grid-xl-3 {
        width: 25%
    }

    .grid-xl-4 {
        width: 33.33333%
    }

    .grid-xl-5 {
        width: 41.66667%
    }

    .grid-xl-6 {
        width: 50%
    }

    .grid-xl-7 {
        width: 58.33333%
    }

    .grid-xl-8 {
        width: 66.66667%
    }

    .grid-xl-9 {
        width: 75%
    }

    .grid-xl-10 {
        width: 83.33333%
    }

    .grid-xl-11 {
        width: 91.66667%
    }

    .grid-xl-12 {
        width: 100%
    }

    footer .footer-contact {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 960px) {
    .grid-lg-1 {
        width: 8.33333%
    }

    .grid-lg-2 {
        width: 16.66667%
    }

    .grid-lg-3 {
        width: 25%
    }

    .grid-lg-4 {
        width: 33.33333%
    }

    .grid-lg-5 {
        width: 41.66667%
    }

    .grid-lg-6 {
        width: 50%
    }

    .grid-lg-7 {
        width: 58.33333%
    }

    .grid-lg-8 {
        width: 66.66667%
    }

    .grid-lg-9 {
        width: 75%
    }

    .grid-lg-10 {
        width: 83.33333%
    }

    .grid-lg-11 {
        width: 91.66667%
    }

    .grid-lg-12 {
        width: 100%
    }

    header .content .menu-bg.active {
        transform: scale(200)
    }

    footer {
        text-align: center
    }

    footer .logo {
        display: block;
        margin: 0px auto
    }

    footer .social-link {
        margin-bottom: 20px;
        justify-content: center
    }

    footer h3 {
        margin-top: 40px
    }

    h2 {
        font-size: 32px;
        line-height: 40px
    }

    h2.small {
        font-size: 32px;
        line-height: 40px
    }

    .c-mission {
        padding: 32px;
        height: auto
    }

    .c-services-text {
        min-height: 60px
    }

    .c-tiktak .sub-text {
        margin-top: 40px
    }

    .c-tiktak .text {
        margin-top: 20px
    }

    .c-tiktak-img {
        margin-top: 12px
    }

    footer .footer-contact {
        height: auto
    }

    .s-space {
        padding: 35px 0px;
        box-sizing: border-box;
    }

    header .menu-area .nav li a {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 200;
        padding: 15px 10px;
        box-sizing: border-box;
        display: block;
        font-size: 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        transition: .3s;
        border: none;
        text-align: center;
        font-weight: 200;
    }

}

@media only screen and (max-width: 780px) {
    .grid-md-1 {
        width: 8.33333%
    }

    .grid-md-2 {
        width: 16.66667%
    }

    .grid-md-3 {
        width: 25%
    }

    .grid-md-4 {
        width: 33.33333%
    }

    .grid-md-5 {
        width: 41.66667%
    }

    .grid-md-6 {
        width: 50%
    }

    .grid-md-7 {
        width: 58.33333%
    }

    .grid-md-8 {
        width: 66.66667%
    }

    .grid-md-9 {
        width: 75%
    }

    .grid-md-10 {
        width: 83.33333%
    }

    .grid-md-11 {
        width: 91.66667%
    }

    .grid-md-12 {
        width: 100%
    }

    .slider-content .slider-text {
        font-size: 40px;
        line-height: 50px;
        text-align: left;
        padding: 15px;
        margin: 0px;
        bottom: 30%
    }

    .slider-team .owl-dots {
        display: none
    }

    .c-services-text {
        display: none
    }

    .h-mission {
        top: -180px;
        margin-bottom: -150px;
    }

    #what-we-did {
        padding-bottom: 0px
    }

    .h-services {
        background: url("images/answers-bg1.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .c-services-title {
        margin-bottom: 20px
    }

    .slide-control {
        margin-top: 20px;
        display: flex;
        justify-content: flex-end
    }

    .lightbox-shadow .lightbox {
        width: 70%;
        text-align: center;
        padding: 20px
    }

    .lightbox-shadow .lightbox .bird {
        width: 100px;
        top: -30px;
        left: -30px
    }

    .mouse-area {
        top: calc(100% - 190px)
    }

    .mouse-area {
        display: none !important
    }

    header .content .menu-bg.active {
        transform: scale(120)
    }

    header .content .logo {
        width: 200px
    }

    footer .footer-contact {
        top: -250px;
    }
}

@media only screen and (max-width: 540px) {
    .grid-sm-1 {
        width: 8.33333%
    }

    .grid-sm-2 {
        width: 16.66667%
    }

    .grid-sm-3 {
        width: 25%
    }

    .grid-sm-4 {
        width: 33.33333%
    }

    .grid-sm-5 {
        width: 41.66667%
    }

    .grid-sm-6 {
        width: 50%
    }

    .grid-sm-7 {
        width: 58.33333%
    }

    .grid-sm-8 {
        width: 66.66667%
    }

    .grid-sm-9 {
        width: 75%
    }

    .grid-sm-10 {
        width: 83.33333%
    }

    .grid-sm-11 {
        width: 91.66667%
    }

    .grid-sm-12 {
        width: 100%
    }

    .footer-bootom-link {
        margin-top: 0px
    }

    .footer-bootom-link a {
        text-align: center;
        width: 100%
    }

    .footer-cert {
        width: 120px;
        display: block;
        margin: 20px auto
    }

    header .content .menu-bg.active {
        transform: scale(90)
    }

    footer {
        background: #303030 url("../images/bg/h-footer.jpg") no-repeat center top fixed
    }
}

@media only screen and (max-width: 420px) {
    .grid-s-1 {
        width: 8.33333%
    }

    .grid-s-2 {
        width: 16.66667%
    }

    .grid-s-3 {
        width: 25%
    }

    .grid-s-4 {
        width: 33.33333%
    }

    .grid-s-5 {
        width: 41.66667%
    }

    .grid-s-6 {
        width: 50%
    }

    .grid-s-7 {
        width: 58.33333%
    }

    .grid-s-8 {
        width: 66.66667%
    }

    .grid-s-9 {
        width: 75%
    }

    .grid-s-10 {
        width: 83.33333%
    }

    .grid-s-11 {
        width: 91.66667%
    }

    .grid-s-12 {
        width: 100%
    }
}

@media only screen and (max-width: 1490px) {
    .line-left {
        left: 0px
    }
}

@media only screen and (max-width: 1200px) {
    .slider-content .slider-text {
        font-size: 70px;
        line-height: 80px
    }
}

@media only screen and (max-width: 880px) {
    .slider-content .slider-text {
        font-size: 70px;
        line-height: 80px;
        text-align: center;
        padding: 0px;
        margin: 0px
    }

    .slider-content .slider-text div {
        width: 100%
    }
}

@media only screen and (max-width: 620px) {
    .slider-content .slider-text {
        line-height: 40px;
        top: auto;
        text-align: left;
        padding: 15px;
        margin: 0px
    }

    .slider-content .slider-text {
        font-size: 30px
    }
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }

    .fancybox__slide {
        padding: 64px 100px
    }

    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }

    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }

    .carousel__button.is-close {
        right: 40px
    }

    .fancybox__toolbar {
        padding: 8px
    }
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

@media only screen and (max-height: 640px) {
    header .menu-area .nav li a {
        padding: 20px;
        font-size: 22px
    }
}

@media (min-width: 1399px) {
    .container {
        max-width: 1640px !important;
    }

    .page-container,
    .page-container-lg,
    .page-container-md,
    .page-container-sm,
    .page-container-xl {
        max-width: 1640px !important;
    }
}

@media (max-width: 992px) {

    .page-container,
    .page-container-lg,
    .page-container-md,
    .page-container-sm {
        max-width: 960px !important;
    }
}

@media (max-width: 768px) {

    .page-container,
    .page-container-md,
    .page-container-sm {
        max-width: 720px !important;
    }
}

@media (max-width: 576px) {

    .page-container,
    .page-container-sm {
        max-width: 540px !important;
    }
}

.page-container,
.page-container-fluid,
.page-container-lg,
.page-container-md,
.page-container-sm,
.page-container-xl {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}