@media screen and (max-width: 992px) {
    html {
        overflow-x: hidden;
    }

    .no-mobile {
        display: none;
    }

    .no-desktop {
        display: block;
    }

    .menu-items ul li a {
        font-size: 28px;
        margin: 5px 0;
    }

    .menu-content {
        padding-top: 75px;
    }

    .menu-items ul {
        display: flex;
        flex-direction: column;
    }

    .partner-image {
        padding-left: 0;
        margin-bottom: 15px;
    }
    
    .partner-image img {
        object-position: left;
    }
    
    .partner-item {
        padding: 15px;
    }
    
    .copyright {
        height: 75px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .footer-menu-item {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .footer-contact-informations {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
    
    .footer-contact-informations .info-dot {
        display: none;
    }
    
    .info-item {
        margin: 6px 0;
    }
    .footer-menu-socials a {
        margin: 0 10px !important;
    }
    
    .project-page-container {
        padding: 0 15px !important;
    }

    .header-top-links a, .header-top-links .seperator {
        color: #fff;
        font-size: 12px;
        transition: 400ms;
    }

    .about-item .about-item-content {
        padding: 0 15px !important;
    }
    .about-item .about-content .about-title {
        font-size: 26px;
    }

    .about-item .about-content p {
        font-size: 13px;
    }

    .about-item {
        padding: 50px 0;
    }

    .about-item:nth-child(1) {
        padding-top: 15px !important;
    }

    .about-image {
        margin-top: 25px;
    }

    .breadcrumb {
        padding: 15px 0 !important;
    }

    section.partners-page .page-top h1 {
        font-size: 28px;
    }
    section.partners-page .page-top {
        margin-bottom: 25px;
    }
    section.partners-page,section.career-page, section.contact-page {
        padding: 15px 0 50px 0 !important;
    }
    a.footer-logo img {
        height: 50px;
        object-fit: contain;
    }
    .page-career-form, .page-contact-form {
        padding: 50px 0 25px 0 !important;
    }
    
    .career-left span {
        font-size: 42px;
    }
    .main-projects {
        padding: 25px 0 50px 0;
    }
    
    .project-detail-content .project-title h1 {
        font-size: 28px;
        
    }
    .project-description h3 {
        font-size: 22px;
    }
    .project-description {
        margin-top: 35px;
    }
    .project-detail-content {
        padding: 25px 0;
    }
    .services-item-content .title {
        font-size: 18px;
    }
    .services-item-content .description {
        font-size: 12px;
        padding-right: 25px;
    }
    span.slider-text {
        font-size: 13px;
    }
    span.slider-title {
        font-size: 45px;
        line-height: 1;
    }
    .container.dot-container {
        transform: translate(0px, -150px);
    }
}
/** max992 **/

@media (max-width: 1500px) {}


/**** Laptop ****/
@media (max-width: 1366px) {

}
/**** Laptop END ****/


/**** Tablet ****/
@media screen and (max-width: 768px) {}
/**** Tablet END ****/

@media screen and (min-width: 992px) {}

@media screen and (max-width: 375px) {
    /** IphoneX **/
}

@media (max-height: 600px) {
    span.slider-title {
         max-width: 100%; 
    }
}