@media screen and (max-width: 1800px) {
    .nav-aside .site-logo {
        margin-bottom: 120px;
    }

    .nav-aside .site-logo .small-logo {
        display: block;
    }

    .nav-aside .site-logo .big-logo {
        display: none;
    }

    .nav-aside {
        width: 120px;
        padding: 45px 15px;
    }

    .nav-aside .main-menu li span.icon {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 26px;
    }

    .nav-aside .main-menu li a {
        display: block;
        text-align: center;
        font-size: 12px;
    }
}

@media screen and (max-width: 1430px) {
    .nav-aside {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .nav-aside.show-nav-aside {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .header-one .nav-toggole {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 1199px) {
    .header-two .main-menu li {
        padding: 35px 5px;
    }

    .hero-section .hero-wrapper {
        padding: 255px 0 50px;
    }

    .hero-section .shape-img img.img-1 {
        left: 4%;
        -webkit-animation: float2 2s ease-in-out infinite;
        animation: float2 2s ease-in-out infinite;
    }

    .hero-section .shape-img img.img-2 {
        left: 7%;
    }

    .hero-section .shape-img img.img-3 {
        right: 10%;
        -webkit-animation: float2 5s ease-in-out infinite;
        animation: float2 5s ease-in-out infinite;
    }

    .hero-section .shape-img img.img-4 {
        right: 7%;
        max-width: 130px;
    }

    .hero-section .shape-img img.img-5 {
        right: 40px;
        -webkit-animation: float2 5s ease-in-out infinite;
        animation: float2 5s ease-in-out infinite;
    }

    .about-text {
        padding-left: 0;
    }

    .portfolio-sites ul li:not(:last-child) {
        margin-right: 15px;
    }

    .portfolio-sites ul li i {
        margin-right: 10px;
    }

    .service-boxes .service-box {
        padding: 50px 30px;
    }

    .service-boxes .service-box h4 {
        font-size: 20px;
    }

    .product-box .order-btn {
        padding: 8px;
        font-size: 14px;
    }

    .product-box .price {
        font-size: 13px;
    }

    .latest-post-box .post-desc {
        padding: 30px 25px;
    }

    .latest-post-box h5 {
        font-size: 16px;
    }

    .post-content .title {
        font-size: 26px;
    }

    .post-footer .related-tags li a {
        padding: 5px 15px;
    }

    .blog-post-details .author-info {
        padding: 30px;
        gap: 30px;
    }

    .blog-post-details .author-info h3 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .primary-sibebar .widget {
        padding: 35px 25px;
    }

    .widget.recent-post-widget li {
        gap: 15px;
    }

    .widget.tag-widget ul li a {
        padding: 6px 12px;
    }
}

@media screen and (max-width: 991px) {
    .gap-md-bottom {
        margin-bottom: 50px;
    }

    .gap-md-top {
        margin-top: 50px;
    }

    .section-title .title {
        font-size: 34px;
    }

    .header-two .nav-toggole {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-two .nav-container {
        padding: 30px 0;
    }

    .header-two .primary-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 220px;
        height: 100vh;
        background-color: #222f5a;
        padding: 50px 0;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        z-index: 9999;
    }

    .header-two .primary-menu.show-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .header-two .primary-menu::-webkit-scrollbar {
        background-color: #222f5a;
    }

    .header-two .main-menu {
        display: block;
    }

    .header-two .main-menu li,
    header.sticky-header.sticky-on .main-menu li {
        padding: 0;
    }

    .header-two .main-menu li a {
        color: #fff;
        padding: 10px 20px;
    }

    .header-two .main-menu li a:hover {
        color: #fff;
        padding-left: 25px;
    }

    .portfolio-filter button {
        font-size: 15px;
        padding: 15px 20px;
    }

    .portfolio-area {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .consultation-form {
        margin: 60px 0 0;
    }

    .testimonial-slider-wrap {
        padding: 70px 45px;
        margin-top: -170px;
    }

    .testimonial-slider-wrap .slider-btn {
        right: 50px;
    }

    footer {
        padding: 90px 0;
    }

    footer .social-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .social-links a {
        margin: 0 10px;
    }

    footer .contact-email {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .primary-sibebar {
        margin-top: 50px;
    }

    .blog-post-details {
        padding: 40px 25px;
        font-size: 15px;
    }

    .product-gallery {
        margin-bottom: 50px;
    }

    .product-tabs .reviews-form {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section .shape-img {
        display: none;
    }

    .portfolio-filter button {
        font-size: 13px;
        padding: 10px 15px;
    }

    .testimonial-slider-wrap {
        margin-top: -120px;
    }

    .section-gap,
    .portfolio-area {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .contact-info-boxes {
        grid-gap: 15px;
    }

    .contact-info-boxes .info-box {
        padding: 25px 15px;
    }

    .social-share {
        margin-top: 30px;
    }

    .post-footer .social-share li {
        margin-left: 0;
        margin-right: 20px;
    }

    .blog-post-details .author-info {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .comment-lists li {
        padding-left: 0;
        padding-top: 130px;
    }

    .comment-lists li li {
        margin-left: 40px;
    }

    .comment-template .comment-form {
        padding: 40px;
    }

    .product-gallery .product-dots-slider {
        margin: -5px 0;
    }

    .product-gallery .product-dots-slider .dot-img {
        padding: 5px 0;
    }

    .product-gallery .product-main-slider {
        padding-left: 15px;
    }

    .product-tabs .nav a {
        padding: 15px 40px;
    }

    .product-tabs .tab-content .tab-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .section-title .title {
        font-size: 26px;
    }

    .experience-box .experience-content {
        padding: 30px 20px;
    }

    .experience-box .experience-content h6 {
        font-size: 15px;
    }

    .experience-box .box-title {
        padding: 20px 25px;
    }

    .portfolio-sites h4 {
        font-size: 18px;
    }

    .portfolio-sites ul li {
        display: block;
        margin-bottom: 15px;
    }

    .portfolio-sites ul li:not(:last-child) {
        margin-right: 0;
    }

    .portfolio-filter button {
        margin-bottom: 5px;
    }

    .contact-info-boxes {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-info-boxes .info-box {
        padding: 25px;
    }

    .service-boxes .service-box {
        border-radius: 25px;
    }

    .experience-box .experience-content {
        border-radius: 0 0 25px 25px;
    }

    .experience-box .box-title {
        border-radius: 25px 25px 0 0;
    }

    .consultation-form {
        padding: 60px 30px 50px;
    }

    .consultation-form .form-title {
        font-size: 24px;
    }

    .testimonial-slider-wrap {
        margin-top: -35px;
        padding: 50px 30px 75px;
    }

    .testimonial-slider-wrap .slider-btn {
        right: 30px;
        bottom: 30px;
    }

    footer {
        padding: 80px 0;
    }

    footer .contact-email {
        font-size: 20px;
    }

    footer .social-links a {
        margin: 0 2px;
    }

    .post-content .title {
        font-size: 20px;
    }

    .post-content .subtitle {
        font-size: 18px;
    }

    .post-content ul li {
        padding-left: 30px;
    }

    .post-content ul li::before {
        left: 0;
    }

    .post-content blockquote {
        padding: 30px;
        font-size: 18px;
    }

    .post-nav .next-post {
        text-align: left;
        margin-top: 30px;
    }

    .post-nav .prev-post a,
    .post-nav .next-post a {
        font-size: 18px;
    }

    .related-post .single-related-post .thumb {
        height: 210px;
    }

    .related-post .single-related-post .desc h4 {
        font-size: 18px;
    }

    .blog-post-details .author-info h3 {
        font-size: 20px;
    }

    .comment-lists li .comment-desc .reply-btn {
        position: unset;
        margin-top: 15px;
    }

    .comment-template .comment-form {
        padding: 25px;
    }

    .comment-template .comment-form textarea,
    .comment-template .comment-form input {
        padding: 0 12px;
        font-size: 14px;
    }

    .comment-template .comment-form textarea {
        padding-top: 12px;
    }

    .comment-template .comment-form .main-btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .widget.recent-post-widget li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .product-gallery .product-dots-slider {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 30px -5px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-gallery .product-dots-slider .dot-img {
        padding: 0 5px;
    }

    .product-gallery .product-main-slider {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-summery .product-price {
        font-size: 28px;
    }

    .product-summery .quantity-area {
        display: block;
    }

    .product-summery .quantity-area .quantity-box {
        display: inline-block;
    }

    .product-summery .quantity-area .form-button button {
        margin-left: 0;
        margin-top: 20px;
        width: 160px;
        height: 45px;
    }

    .product-summery .social-share-link .share-title {
        margin-right: 10px;
        font-size: 15px;
    }

    .product-tabs .nav a {
        padding: 10px 30px;
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 10%;
    }

    .product-tabs .tab-content .tab-title {
        font-size: 20px;
    }

    .product-tabs .review-lists .single-review {
        padding: 100px 30px 30px;
        font-size: 14px;
    }

    .product-tabs .review-lists .single-review .rating {
        top: 100px;
    }

    .product-tabs .reviews-form p {
        max-width: auto;
        font-size: 14px;
    }

    .pagination-wrap li a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}
