@media screen and (max-width: 996px) {
    .nav-item .nav-link {
        margin: 0px 5px 0px 5px;
    }

    .video-play-btn {
        right: 12%;
        top: 38%;
    }

    .ind-about-text p {
        max-width: 290px;
    }

    .content-box h3 {
        font-size: 26px;
    }

    .ind-blog-text h3 a {
        font-size: 20px;
    }

    .nav-item .nav-link {
        font-size: 14px;
    }

    .header-cta-btn {
        height: 42px;
        width: 134px;
        line-height: 42px;
    }

    .header-cta-btn a {
        font-size: 14px;
    }

    .dropdown-menu a {
        font-size: 14px;
    }

    .blog-title h3 {
        margin-top: 30px;
    }

    .nav-logo img {
        width: 200px;
    }

    .social_media a {
        width: 38px;
        height: 38px;
    }

    .feature-text-icon {
        min-height: 319px;
    }

    .slider-text h1 {
        font-size: 54px;
    }

    .ind-section-title h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 770px) {
    .slider-text h1 {
        font-size: 50px;

    }

    .ind-about-text p {
        max-width: 600px;
    }

    .ind-about-list {
        margin-left: 10px;
        text-align: left;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .slider-text a {
        height: 56px;
        width: 160px;
        font-size: 16px;
    }

    .video-play-btn a {
        font-size: 40px;
    }

    .about-right-img {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;

    }

    .content-abt {
        left: 3px;
    }

    .features-style-two .featutes-row {
        row-gap: 15px;
    }

    .sec-title h3 {
        margin-bottom: 15px;
    }

    .sec-para {
        padding-left: 0px;
    }

    .testi-title {
        margin-top: 50px;
    }

    .single-testi-style {
        margin-bottom: 50px;
    }

    .ind-section-title h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .feature-content {
        padding: 0px 0px 60px 0px;
    }

    .service-text h3 a {
        font-size: 20px;
    }

    .service-side-text {
        max-width: 324px;
    }

    .video-play-btn {
        right: 10%;
        top: 41%;
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

    .feature-text-icon {
        min-height: 264px;
    }

    .blogs .dropdown-menu,
    .services-menu .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: 0.3s ease;
        margin-top: 0;
        border: none;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        min-width: 220px;
    }

    .blogs:hover .dropdown-menu,
    .services-menu:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .about-down-img span {
        font-size: 20px;
    }
}

@media screen and (max-width: 578px) {
    .video-play-btn {
        top: 79%;
    }

    .slider-text p {
        font-size: 20px;
    }

    .ind-section-title h2 {
        font-size: 30px;
    }

    .about-left-text {
        text-align: center;
    }

    .section-title-text {
        font-size: 16px;
    }

    .ind-about-list {
        display: block;
    }



    .about-content h3 {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
    }

    .content-box h3 {
        font-size: 22px;
        margin-top: 0px;
    }

    .content-box a {
        font-size: 14px;
    }

    .testi-title p {
        font-size: 16px;
        line-height: 26px;
    }

    .quick-line {
        width: 100px;
        height: 1.5px;
        background-color: var(--color-heading-primary);
        margin: 10px auto;
    }

    .footer-widget {
        text-align: center;
    }

    .footer-desc {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer-desc p {
        line-height: 28px;
        font-size: 16px;
    }

    .office-icon-text {
        display: inline-flex;
        align-items: flex-start;
        text-align: start;
        justify-content: center;
        gap: 10px;
    }

    .footer-widget h3 {
        font-size: 26px;
    }

    .footer-contact p {
        font-size: 16px;
        margin-top: -3px;
    }

    .fot-list li a {
        font-size: 16px;
    }

    .single-testi-style {
        margin-bottom: 0;
    }

    .testi-title {
        margin-bottom: 50px;
    }

    .service-side-text {
        max-width: 279px;
    }

    .blog-page .text-box a.txt-btn {
        width: 30%;
        min-height: 85%;
    }

    .slider-text h1 {
        font-size: 46px;
    }

    .ind-service-side-text {
        max-width: 329px;
    }

    .phone-text a {
        margin-right: 20px;
    }

    .footer-widget {
        margin-bottom: 25px;
    }

    .footer-desc p {
        margin-bottom: 0;
    }

    .social-icon a {
        margin-left: 10px;
    }
}

@media screen and (max-width: 400px) {
    .video-play-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .slider-text h1 {
        font-size: 28px;
    }

    .slider-text p {
        max-width: 276px;
    }

    .slider-text a {
        height: 50px;
        width: 160px;
    }

    .ind-section-title h2 {
        font-size: 28px;
    }

    .section-title-text {
        text-align: justify;
    }

    .about-down-img span {
        font-size: 18px;
        text-align: center;
        left: 51px;
    }

    .about-content h3 {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    .content-abt {
        left: 0px;
        top: 13px;
        max-width: 190px;
        min-height: 76px;
        padding: 30px;
    }

    .content-abt h3 {
        font-size: 24px;
        line-height: 33px;
        margin-top: 0px;
    }

    .content-abt span {
        font-size: 16px;
    }

    .inner i {
        font-size: 48px;
    }

    .sec-para {
        text-align: justify;
    }

    .content-box h3 {
        margin-top: 15px;
    }

    .sec-title h3 {
        font-size: 26px;
    }

    .testi-title p {
        text-align: justify;
        letter-spacing: 1px;
        line-height: 22px;

    }

    .testi-title h3 {
        font-size: 26px;
    }

    .single-testi-style p {
        font-size: 16px;
        line-height: 25px;
    }

    .footer-menu li a {
        margin-left: 0;
        font-size: 12px;
    }

    .copyright-text p {
        font-size: 12px;
    }

    .single-testi-style img {
        width: 30px !important;
    }

    .section-title-text h2 {
        padding-left: 0;
    }

    .ind-section-title h3 {
        font-size: 26px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .service-side-text {
        position: static;
        padding: 10px 20px;
        max-width: 700px;
    }

    .service-slide-area {
        padding-left: 0;
    }

    .service-side-text a {
        height: 49px;
        width: 134px;
        font-size: 14px;
        line-height: 49px;
    }

    .blog-page .text-box a.txt-btn {
        width: 45%;
        min-height: 70%;
    }

    .nav-logo img {
        width: 160px;
    }

    .owl-dots {
        left: 90%;
        top: 48%;
    }

    .slider-text {
        padding: 0px 0px 30px 27px;
    }

    .slider-text p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .owl-dot.active {
        width: 20px;
        height: 20px;
    }

    .owl-dot {
        width: 15px;
        height: 15px;
    }

    .service-side-text h3 {
        text-align: center;
    }

    .service-side-text p {
        text-align: center;
    }

    .ind-service-side-text {
        display: none;
    }

    .slider-text::before {
        background-color: transparent;
    }

    .header-to-bar a  {
        margin-right: 0px;
    }

    .top-bar .top {
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 5px;
    }

    .single-features-style {
        min-height: 245px;
    }

    .top-right {
        display: flex;
        justify-content: center;
    }

    .top-right a {
        font-size: 12px;
    }

    .header-to-bar a  {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    .slider-text h1 {
        font-size: 26px;
    }

    .ind-section-title h2 {
        font-size: 24px;
    }

    .about-down-img span {
        font-size: 20px;
    }

    .content-abt h3 {
        font-size: 22px;
        line-height: 29px;
        margin-top: 0px;
    }

    .content-abt {
        max-width: 183px;
    }

    .about-content h3 {
        font-size: 22px;
        line-height: 31px;
        text-align: center;
    }

    .inner p {
        line-height: 23px;
    }

    .footer-widget h3 {
        font-size: 24px;
    }

    .footer-desc p {
        text-align: justify;
    }

    .testi-title p {
        letter-spacing: 0;
    }

    .testi-title h3 {
        font-size: 20px;
    }

    .single-testi-style {
        min-height: 298px;
    }

    .section-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;

    }

    .service-content {
        bottom: 50%px;
    }

    .service-side-text a {
        width: 130px;
    }

    .ind-blog-section {
        padding: 0 0 60px 0;
    }

    .service-side-text {
        padding: 0px 40px;
        margin-bottom: 20px;
    }

    .blog-page .text-box a.txt-btn {
        width: 55%;
        min-height: 20%;
    }

    .slider-text p {
        max-width: 263px;
    }

    .slider-text a {
        height: 45px;
        width: 150px;
        font-size: 14px;
    }

    .feature-text-icon {
        min-height: 319px;
    }

    .ind-blog-section {
        padding: 60px 0;
    }

    .header-to-bar a  {
        font-size: 10px;
    }

    .social-icon a {
        font-size: 12px;
    }

    .about-down-img span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1400px) {
    .sec-pad {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .th-get-content p {
        letter-spacing: 1px;
    }

    .gallery-filter li span {
        font-size: 15px;
    }

    .gallery-filter li span i {
        font-size: 20px;

    }
}

@media only screen and (max-width: 769px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;

    }

    .blog-page {
        border-bottom: 30px solid var(--color-bg);
    }

    .blog-title h3 {
        text-align: center;
    }

    .single-recent-post a {
        text-align: center;
    }

    .category-list li {
        text-align: center;
    }

    .get-detail {
        display: block;
    }

    .th-get-call-box {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .th-get-content {
        text-align: center;
    }

    .th-get-content p {
        margin-bottom: 20px;
        font-size: 16px;

    }

    .th-get-icon-txt h3 {
        text-align: center;
    }

    .svc-detail .svc-copy .svc-features {
        display: block;
    }


}

@media only screen and (max-width: 576px) {
    .text-box a {
        font-size: 12px;
        width: 150px;
        height: 50px;
    }

    .text-box p {
        text-align: justify;
        font-size: 16px;
    }

    .text-box a.txt-btn {
        font-size: 15px;
    }

    iframe {
        margin-bottom: 30px;
    }

    .gallery-filter li span i {
        margin-right: 10px;
        font-size: 16px;
    }
        .gallery-filter li {
        margin: 0;
    }
}

@media only screen and (max-width: 400px) {


    .sec-pad {
        padding: 30px 0;
    }

    .breadcrumb-section .container {
        padding-top: 40px;
    }

    .blog {
        min-height: 180px;
    }

    .breadcrumb-section::before {
        height: 180px;
    }

    .blog-page {
        margin-bottom: 30px;
    }

    .img-box img {
        display: block;
        width: 100%;
        height: auto;
    }

    .th-get-cont p {
        font-size: 16px;
        padding: 0 10px;
        line-height: 26px;
    }

    .th-get-call-box .th-get-call+.th-get-call {
        padding: 0;
    }

    .th-get-call-box {
        display: block;
    }

    .th-get-call {
        justify-content: stretch;
        padding-bottom: 16px;
    }

    .th-get-content p {
        font-size: 16px;
        text-align: justify;
        line-height: 22px;

    }

    .get-detail .icon-box i {
        font-size: 24px;
    }

    .th-get-content h3 {
        text-align: left;
        font-size: 26px;
        text-align: center;
    }

    .th-get-call-box .th-get-call .icon-box {
        padding-left: 20px;
    }

    .th-get-icon-txt h3 {
        text-align: left;
        font-size: 20px;
    }

    .th-get-icon-txt a {
        font-size: 16px;
    }

    .about-side-vector img {
        max-width: 75%;
    }
}

@media only screen and (max-width: 320px) {
    .text-box h3 {
        font-size: 20px;
    }

    .blog-tag a+a {
        margin-left: 55px;
    }

    .blog-tag a+a+a {
        margin-left: 0px;
    }

    .blog-tag a+a+a+a {
        padding-left: 0px;
        margin-left: 20px;
    }

    .text-box a {
        width: 130px;
        height: 40px;
    }

    .text-box a.txt-btn {
        font-size: 12px;
    }

    .text-box p {
        letter-spacing: 0px;
    }

    /* ts-info */
    .ts-info h4 {
        font-size: 20px;
    }

    .ts-info li a {
        font-size: 16px;
    }

}


/* ===== new css ===== */
@media (max-width: 1200px) {
    .header-navigation {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-navigation .container .main-navigation {
        display: none !important;
    }

    .header-navigation .container {
        background: #fff;
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .header-navigation .container .navbar-header {
        left: 20px;
    }

    .header-navigation .container .navbar-header button.side-nav-toggler {
        font-size: 28px;
    }

    .header.header-home-three .header-navigation .container .navbar-header,
    .header.header-home-two .header-navigation .container .navbar-header {
        display: block;
    }

    .header.header-home-three .header-navigation .container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .header-top .logo {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }

    .header-top .logo:before {
        display: none;
    }

    .header-top .header-right-info {
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 80px;
    }

    .header-top .single-header-right-info .text-box {
        text-align: left;
    }

    .header-top.home-three .logo {
        padding-bottom: 0;
    }

    .header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
        border-bottom-width: 4px;
    }
}

@media (max-width: 1024px) {
    img {
        max-width: 100%;
    }

    .strategy-wrapper .single-strategy .img-box,
    .strategy-wrapper .single-strategy .text-box {
        display: block;
        width: 100%;
    }

    .strategy-wrapper .single-strategy .text-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sidebar .single-sidebar.broucher-sidebar a.broucher-btn {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .page-wrapper {
        margin-bottom: 0 !important;
    }

    footer.site-footer.fixed-footer {
        position: relative;
    }

    .header-top .single-header-right-info+.single-header-right-info {
        margin-left: 14px;
    }

    .about-style-one .about-img-box {
        margin-left: auto;
        margin-right: auto;
        max-width: 515px;
        margin-top: 70px;
    }

    .team-style-one {
        padding-bottom: 80px;
    }

    .single-team-style-one {
        margin-bottom: 50px;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-style-one+.faq-rqa-section {
        padding-top: 40px;
    }

    .team-style-one+.sec-pad {
        padding-top: 40px;
    }

    .rqa-box {
        margin-top: 80px;
    }

    .blog-style-one .blog-list-sidebar {
        margin-top: 50px;
    }

    .award-winning .title {
        margin-bottom: 40px;
    }

    footer.site-footer .footer-widget.services-widget,
    footer.site-footer .footer-widget.subscribe-widget {
        margin-top: 40px;
    }

    .service-page .service-item-box {
        margin-top: 80px;
        padding-left: 0;
    }

    .strategy-wrapper [class*=col-] {
        width: 33.33333%;
        float: left;
    }

    .contact-info-style-two .right-video-box {
        min-height: 400px;
    }

    .about-style-three,
    .time-line,
    .service-style-four.about-page {
        padding: 60px 0;
    }

    /* merged projects section */
    .projects-final-section {
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: auto;
    }

    .projects-final-section::after {
        width: 100%;
    }

    .projects-final-section__content h3 {
        font-size: 16px;
    }

    .svc-card .box .content h3 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
}


@media (max-width: 768px) {

    .service-page,
    .sec-pad {
        padding: 60px 0;
    }
}

@media (max-width: 731px) {
    .header-navigation .container .navbar-header {
        left: 40px;
    }

    .header-top .header-right-info {
        margin-top: -40px;
    }

    .header-top .single-header-right-info {
        margin-top: 40px;
    }
}

@media (max-width: 667px) {
    .sec-title p br {
        display: none;
    }
}

@media (max-width: 575px) {

    .header-welcome-note,
    .header-top-social {
        display: none;
    }

}

@media (max-width: 768px) {


    /* merged gallery + project rules */
    .gallery-filter ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-filter li {
        margin: 0 0 10px 0;
        
    }

    .gallery-filter ul li span {
        padding: 12px 0px;
    }

    .project-card__content {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    /* Projects masonry - 2 columns on medium screens */
    .projects-masonry {
        column-count: 2;
    }

}

@media (max-width: 575px) {
    .products-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Projects masonry - 1 column on small screens */
    .projects-masonry {
        column-count: 1;
    }


    .projects-final-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .projects-final-section__content h2 {
        font-size: 28px;
    }

    .projects-final-section__image-col {
        min-height: 260px;
    }

    .gallery-filter {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {

    /* single-service + projects merged */
    .svc-single {
        padding: 26px 0;
    }

    .projects-final-section__image-col {
        min-height: 320px;
    }

    .svc-sb .s-list li a {
        padding: 10px 15px;
    }

    /* th-info */
    .ts-info {
        padding: 20px;
        min-height: 234px;
    }

    .ts-info img {
        width: 50px;
        height: 50px;
    }

    .ts-info h4 {
        font-size: 20px;
    }

    .ts-info li a {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {

    .svc-card .img-box .box .content {
        padding-left: 34px;
    }
}

@media (max-width: 400px) {
    .gallery-filter {
        margin-bottom: 10px;
    }

    .products-section {
        padding: 30px 0;
    }

    .projects-final-section {
        padding: 30px 0;
    }

    .svc-card .img-box .box .content h3 {
        margin: 0 0 5px 0;
    }

    .svc-card .img-box {
        margin: 0px 10px;
    }

    /* ts-info */
    .ts-info img {
        width: 45px;
        height: 45px;
    }

    .ts-info h4 {
        font-size: 20px;
    }

    .ts-info li a {
        font-size: 16px;
    }

    .gallery-filter li {
        display: block;
    }
        .gallery-filter li span {
        font-size: 16px !important;
    }
}

@media (max-width: 991px) {
    .svc-detail .svc-copy .svc-features {
        grid-template-columns: 1fr;
    }

    .svc-detail .svc-copy .svc-features .img-box {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .svc-grid .svc-grid-row>[class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }

    .svc-grid {
        padding: 26px 0;
    }

    .svc-card .img-box .box .content {
        padding: 24px;
    }

    .svc-card .img-box .box .content h3 {
        font-size: 22px;
        line-height: 1.15;
    }

    .projects-final-section__social a {
        font-size: 24px;
    }

    .projects-final-section__content h3 {
        margin: 0 0 10px 0;
    }

    .svc-single {
        padding: 26px 0;
    }

    /* ts-info */
    .ts-info {
        min-height: 186px;
        margin-bottom: 15px;
    }

    .ts-info li a {
        font-size: 18px;
    }

    .ts-info h4 {
        font-size: 22px;
    }

    .gallery-filter ul li span {
        padding: 12px 2px;
    }

    .gallery-filter {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .gallery-filter li span {
        font-size: 16px;
    }
}