@media only screen and (max-width: 480px) and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .main-nav .site-navigation {
        padding: 0px 20px 0px 20px;
    }
    .main-nav .site-navigation .navbar-brand img {
        height: 80px;
    }

    .header-navigation-area {
        display: none;
    }
    .header .header-top .header-top-right {
        text-align: center;
    }
    .site-menu-wrap {
        z-index: 9999;
        position: fixed;
        background: #f1f1f1;
        top: 0;
        left: -800px;
        width: 95%;
        height: 100%;
        border-radius: 5px;
        transition: all 500ms ease-in-out;
        padding: 80px 60px;
    }
    .contact-info-section .inner-column {
        padding: 15px;
    }
    .sec-title .title {
        font-size: 20px;
    }
    .take-office-bg {
        display: none;
    }
    .take-office-box {
        margin-top: 0px;
        width: 100%;
    }
    .mobile-menu {
        display: block !important;
    }
    .desk-menu {
        display: none !important;
    }
    .welcome-title {
        font-size: 12px;
    }
    #textTyped {
        color: #fff;
        font-size: 25px;
        font-family: "Montserrat";
        font-weight: 600;
    }
    .project-menu ul li {
        padding: 8px 13px;
        margin: 20px 5px;
        margin-bottom: 0px;
    }
    .project-list {
        margin-top: 20px;
    }
    .hero-section {
        padding: 60px 0px 0px 0px;
    }
    .breadrumb-area {
        padding: 100px 0px 25px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .main-nav .site-navigation .navbar-brand img {
        height: 80px;
        width: auto;
    }
    #feature-top {
        margin: 50px 0px 20px;
    }
    .hero-slide-item {
        height: 250px;
    }
    .slide-content {
        max-width: 100%;
        padding: 0px 10px;
        left: 4px;
    }
    .slide-content .slide-title {
        font-size: 25px;
        font-weight: 500;
        line-height: normal;
    }
    .slide-content .hero-slide-desc {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal;
    }
    .about-area {
        background: #f1f4ff;
    }
    .about-title h2 {
        font-size: 25px;
    }
    .about-icon-list-items .about-icon-list-item {
        width: 100%;
    }
    .section-title h3 {
        font-size: 28px;
    }
    .experiece-section {
        background: #f1f4ff;
        padding: 80px 0px 20px;
    }
    .progress-bar {
        margin-bottom: 80px;
    }
    .progress-bar div {
        margin-top: 35px;
    }
    .footer-widget .footer-social ul li {
        display: inline-block;
    }
    .line-footer {
        display: none;
    }

    .mobile-menu-trigger {
        display: block;
    }
    .site-menu-wrap {
        display: none;
    }
    .header-breadcrumb {
        padding: 80px 0;
        text-align: center;
    }
    .s-about-img {
        height: 300px;
    }
    .single-process {
        margin-bottom: 30px;
    }
    .single-process:after {
        display: none;
    }
    .deks-contact {
        display: none !important;
    }
    .mobile-contact {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .hero-slide-item {
        height: 300px;
    }
    .slide-content {
        max-width: 550px;
    }
    .slide-content .slide-title {
        font-size: 35px;
        font-weight: 600;
        line-height: 50px;
    }
    .s-single-services {
        padding: 15px;
    }
    .second-services-content h5 {
        font-size: 16px;
    }
    .single-process:after {
        display: none;
    }
    .sec-title .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-slide-item {
        height: 500px !important;
    }
    .s-single-services {
        padding: 30px !important;
    }
    .second-services-content h5 {
        font-size: 20px;
    }
    .slide-content .slide-title {
        font-size: 45px;
        line-height: 60px;
        font-weight: 800;
    }
    .single-process:after {
        display: block;
    }
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
