/* ==========================================================================
   1. EXTRA LARGE DEVICES (min-width: 1200px) - Desktop
   ========================================================================== */

@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        padding: 18px 15px;
        font-size: 16px;
        font-family: var(--nav-font);
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-hover-color);
        font-weight: 700;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}
/* Large devices (laptops/desktops, 1024px and up) */
@media screen and (min-width: 1024px) {
    .lightbox .lb-content {
        flex-direction: row;
    }

    .lightbox .lb-img {
        margin-bottom: 0;
    }

    .lightbox .lb-caption {
        padding: 0 1.5em;
    }

    .lightbox .lb-url {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .hover-4-description {
        width: 90%;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .lightbox .lb-caption {
        font-size: 1rem;
    }
}


/* ==========================================================================
   2. LARGE DEVICES (max-width: 1199px) - Laptops / Tablets Landscape
   ========================================================================== */
/*@media screen and (max-width: 1000px) {
    .manufactsection .text {
        width: 90%;
    }
}*/

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

@media only screen and (min-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1540px) {}

/************
3. 1380px
************/
@media only screen and (max-width: 1400px) {
    .about .achievement-boxes .achievement-box {
        padding: 0.8rem;
    }
    .about .achievement-boxes .achievement-box h3 {
    font-size: 1.6rem;
}
.home {
    height: 80vh;
}
@media only screen and (max-width: 1380px) {
.innermain .container {

    grid-template-columns: repeat(2, 2fr);
}
.pagebox {
    padding: 60px 0;
}
.resfeature-col {
    width: 175px;
}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
    .productcontainer {
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .productcard {
        height: 320px;
    }
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 90%;
    }

    section,
    .section {
        scroll-margin-top: 66px;
        padding: 40px 0;
    }

    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
    .footer {
            border-top: 1.5px solid #F6A60E;
                box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
    }
.applications-section .card-body {
    padding: 20px 10px 5px;
}
.contactbanner {
    background-image: url('../img/contactbannerre1200.jpg');
}
.aboutbanner {
    background-image:  url('../img/aboutusbannerre1200.jpg');
}
.ftco-section {
    padding: 45px 0;
}
.bento-card {
    padding: 1.5rem;
}
.floating-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}
.bento-card h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.sticky-col-12 {
    width: 140px;
}
.pregallerygrid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.about .about-content h2 {
    font-size: 2rem;
}
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
    .productcontainer {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

     .productcard {
        grid-column: span 1;
        grid-row: span 1;
        height: 280px;
    }

    .services .service-list-block {
        padding: 0.5rem;
    }

    .manufactsection .text {
        width: 90%;
    }
    .section-title h1 {
        font-size: 65px;
    }
    .section-title-icon h1 {
        top: -24px;
    }

}


/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .hero .hero-content h1 {
        font-size: 36px;
    }

    .hero {
        padding: 80px 0;
    }

    .hero .hero-content {
        margin-bottom: 50px;
    }

    .about .about-image {
        margin-top: 3rem;
    }

    .about .about-image .image-overlay {
        bottom: -40px;
        right: -20px;
    }

    .about .about-image .experience-badge {
        width: 100px;
        height: 100px;
        padding: 1rem;
        left: -20px;
    }

    .about .about-image .experience-badge span {
        font-size: 1.5rem;
    }

    .about .about-image .experience-badge p {
        font-size: 0.7rem;
    }

    .aboutpage.nav-pills {
        flex-direction: row !important;
    }

    .aboutpage.nav-pills .nav-link {
        margin: auto;
    }

    .reportcontainer {
        margin: auto !important;
    }

    .innermain .container {
        grid-template-columns: repeat(2, 2fr);
    }

    .services .service-list-block {
        margin-top: 2rem;
    }

    .services .service-card {
        padding: 2rem;
    }

    .services .cta-container {
        padding: 2rem;
    }

    .services .cta-container h3 {
        font-size: 1.5rem;
    }

    .services .service-list-block p {
        margin-bottom: 0.8rem;
    }

    .projects .projects-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }
        .certifications .certification-grid {
        /*grid-template-columns: 1fr;*/
        gap: 1.5rem;
    }

    .certifications .certification-grid .cert-card {
        padding: 1.5rem;
        gap: 1rem;
    }

    .certifications .certification-grid .cert-card .cert-icon {
        width: 60px;
        height: 60px;
    }
            .team .team-card.featured .team-header {
        flex-direction: row;
        /*text-align: center;*/
        gap: 20px;
    }

    .team .team-card.featured .team-header .team-image {
        align-self: center;
    }
.service-details .service-sidebar {
        position: static;
        margin-top: 3rem;
    }

    .service-details .service-main-content .content-section h1 {
        font-size: 2rem;
    }

    .service-details .service-main-content .methodology-section .methodology-timeline::before {
        left: 30px;
    }

    .service-details .service-main-content .methodology-section .methodology-timeline .timeline-item {
        padding-left: 100px;
    }

    .service-details .service-main-content .methodology-section .methodology-timeline .timeline-item .timeline-marker {
        width: 60px;
        height: 60px;
    }

    .service-details .service-main-content .methodology-section .methodology-timeline .timeline-item .timeline-marker .phase-number {
        font-size: 1.2rem;
    }
    .project-details .project-header .project-summary {
        padding-left: 0;
        margin-top: 40px;
    }

    .project-details .project-header .project-banner img {
        height: 350px;
    }

    .project-details .project-header .main-title {
        font-size: 2.2rem;
    }

    .project-details .project-header .key-metrics .metric-row {
        flex-direction: column;
        gap: 15px;
    }
        .project-details .detailed-breakdown .specifications-panel {
        margin-top: 50px;
    }
        .contact .contact-wrapper {
        grid-template-columns: 38% 62%;
        gap: 30px;
    }
        .contact .contact-info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    #map {
        height: 400px;
    }
    .resboximg {
        width: 80%;
        margin:auto;
    }
    .industrial-scale-section {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .industrial-scale-section .container{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .certifications .certification-grid {
        margin: 2rem 0;
    }
       .boxsubtitle {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }
    .customtable .resfeature-col {
        width: 140px;
    }
.pregallerygrid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.resw-50 {
    width: 70% !important;
}
.about-content .section-title {
    padding-bottom: 20px;
}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
        .header .topbar {
        display: none !important;
    }
    .product-grid {
        margin: 0 0 30px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .services .service-image-block {
        height: 350px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 70%;
        margin: auto;
    }

    .page-title {
        height: 350px;
    }
    .solbanner h1,
    .areabanner h1,
    .contactbanner h1,
    .aboutbanner h1,
    .gswbanner h1,
    .alliedbanner h1,
    .precastbanner h1,
    .frpbanner h1,
    .dwcbanner h1 {
        font-size: 46px;
    }
    .section {
        padding: 20px 0;
    }
    .services .service-list-block {
        margin-top: 0.5rem;
    }
    .applications-section .section-title {
        margin-bottom: 20px;
    }
    .applications-section .section-subtitle {
        margin-bottom: 20px;
        font-size: 1rem;
    }
    .applications-section .section-title:after {
        bottom: -15px;
    }
    .contactbanner {
        background-size: cover;
    }
    .resmisdiv .side-bar{
        width: 60px;
        height: 100px;
    }
    .resmisdiv .side-bar i {
        font-size: 2rem;
    }
    .resmisdiv .content h2 {
        font-size: 2rem;
    }
    .desktable {
        display: none;
    }
    .mobitable {
        display: block;
    }
    th {
        font-size: 12px;
            white-space: break-spaces;
                padding: 10px 5px;
    }
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
        .certifications .certification-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    table {
        font-size: 14px;
    }
    .productoverview ul li {
        margin-top: 0.2rem;
    }
    .pregallerygrid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
    .about .achievement-boxes .achievement-box {
        padding: 0.5rem;
    }
        .about .achievement-boxes .achievement-box h3 {
        font-size: 1.4rem;
    }
    .rescontainer {
                padding-left: 0px;
        padding-right: 0px;
    }
    .rescontainer .rounded {
        border-radius: 0 !important;
        --bs-gutter-x: 0;
    }
    .rescontainer .owl-item {
        --bs-gutter-x: 0
    }
    .rescontainer .hover {
        width: 95%;
    }
    .hometext {
        font-size: 38px;
    }
    .lightbox {
        z-index: 999;
    }
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
     [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition-property: none !important;
    transition-duration: 0s !important;
  }
    [data-aos-delay] {
        transition-delay: 0s !important;
    }

    .hero .hero-content h1 {
        font-size: 32px;
    }

    .hero .trust-badges {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about .achievement-boxes .achievement-box {
        padding: 1rem;
    }

    .about .achievement-boxes .achievement-box h3 {
        font-size: 1.8rem;
    }

    .about .achievement-boxes .achievement-box p {
        font-size: 0.8rem;
    }

    .about .about-image .image-overlay {
        bottom: -30px;
        right: 0;
        width: 40%;
    }

    .services .service-list-item {
        flex-direction: column;
        gap: 1rem;
    }

    .services .service-list-item .service-list-icon {
        margin-bottom: 0.5rem;
    }

    .footer .footer-top {
        padding-top: 10px;
    }

    .footer h4 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .projects .project-item {
        flex-direction: column;
        min-height: auto;
    }

    .projects .project-content {
        padding: 25px;
    }

    .projects .project-title {
        font-size: 20px;
    }

    .projects .project-visual {
        flex: none;
        height: 200px;
    }
     .certifications {
        padding: 80px 0;
    }

    .certifications h2 {
        font-size: 2.2rem;
    }

    .certifications .badge-highlight {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .certifications .badge-highlight img {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .certifications .cert-card {
        flex-direction: column;
        text-align: center;
    }

    .certifications .cert-card .cert-icon {
        margin: 0 auto;
    }

    .certifications .achievements-banner {
        padding: 2rem 1rem;
    }

    .certifications .achievements-banner .achievement-item {
        margin-bottom: 2rem;
    }

    .certifications .achievements-banner .achievement-item:last-child {
        margin-bottom: 0;
    }

    .certifications .achievements-banner .achievement-item h3 {
        font-size: 2.2rem;
    }
  .team .team-card.featured .team-header {
        padding: 25px 20px;
    }

    .team .team-card.featured .team-header .team-image img {
        width: 100px;
        height: 100px;
    }

    .team .team-card.featured .team-header .team-info h4 {
        font-size: 20px;
    }

    .team .team-card.featured .team-header .team-info .contact-info a {
        font-size: 13px;
    }

    .team .team-card.featured .team-details {
        padding: 0 20px 25px 20px;
    }

    .team .team-card.featured .team-details .credentials {
        justify-content: center;
    }

    .team .team-card.featured .team-details .credentials .cred-item {
        font-size: 12px;
        padding: 6px 12px;
    }

    .team .team-card.featured .team-info .social-links {
        /*justify-content: center;*/
    }

    .team .team-card.featured .team-info .social-links a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .team .team-card.compact .member-photo img {
        height: 200px;
    }

    .team .team-card.compact .member-photo .hover-overlay .overlay-content h5 {
        font-size: 18px;
    }

    .team .team-card.compact .member-photo .hover-overlay .overlay-content .quick-contact a {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .team .team-card.compact .member-summary {
        padding: 15px;
    }

    .team .team-card.compact .member-summary h5 {
        font-size: 16px;
    }

    .team .team-card.compact .member-summary .skills .skill-tag {
        font-size: 10px;
        padding: 3px 8px;
    }
 .service-details .service-sidebar .contact-action-card .contact-methods {
        grid-template-columns: 1fr;
    }

    .service-details .service-main-content .hero-section img {
        height: 250px;
    }

    .service-details .service-main-content .hero-section .hero-overlay {
        padding: 1.5rem;
    }

    .service-details .service-main-content .capabilities-grid .row {
        --bs-gutter-y: 2rem;
    }

    .service-details .service-main-content .methodology-section .methodology-timeline::before {
        display: none;
    }

    .service-details .service-main-content .methodology-section .methodology-timeline .timeline-item {
        padding-left: 0;
        text-align: center;
    }

    .service-details .service-main-content .methodology-section .methodology-timeline .timeline-item .timeline-marker {
        position: relative;
        margin: 0 auto 1.5rem;
    }
        .project-details .project-header .project-tags {
        flex-wrap: wrap;
    }
        .project-details .visual-showcase .showcase-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 200px);
    }

    .project-details .visual-showcase .showcase-grid .showcase-item.large,
    .project-details .visual-showcase .showcase-grid .showcase-item.tall {
        grid-row: span 1;
    }
        .project-details .detailed-breakdown .specifications-panel {
        padding: 30px 25px;
    }
        .project-details .technical-gallery .tech-item {
        margin-bottom: 20px;
    }

    .project-details .technical-gallery .tech-item img {
        height: 180px;
    }
    .contact .contact-info-panel {
        padding: 30px 25px;
    }

    .contact .form-container {
        padding: 30px 25px;
    }
        .error-404 {
        padding: 60px 0;
    }

    .error-404 .error-code {
        font-size: clamp(4rem, 12vw, 8rem);
    }

    .error-404 .error-title {
        font-size: 1.5rem;
    }

    .error-404 .error-text {
        font-size: 1rem;
        padding: 0 20px;
    }

    .error-404 .search-box {
        margin: 0 20px;
    }
    .scroll-top {
        bottom: 10%;
    }
    .aboutpage.nav-pills .nav-link {
        padding: 0.5rem !important;
        margin: 0 10px;
    }
        .aboutpage.nav-pills  {
            justify-content: space-around;
        }
        .resboximg {
            width: 95%;
        }
           .company-list {
        padding: 0 30px;
    }
    .company-list .list-group-item {
        padding: 0.5rem 1.5rem;
    }
    .innermain .container {
        max-width: 100%;
    }
     table {
        min-width: 80%;
     }
     .resw-45 {
        width: 60% !important;
     }
         .bento-card {
        padding: 1rem;
    }
        .about .about-image .experience-badge {
        width: 80px;
        height: 80px;
    }
        .about .about-image .experience-badge span {
        font-size: 1.2rem;
    }
        .about .about-image .experience-badge p {
        font-size: 0.6rem;
    }
 [data-scrollax] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .about .about-image .main-image {
    box-shadow: none;
  }
  .manufactsection {
    height: 80vh;
  }
  .major h2{
    font-size: 2.5rem;
  }
  .manufactsection .content p {
    font-size: 14px;
  }
          .section-title h1 {
            font-size: 60px;
        }

        .lightbox .lb-img {
            width: 80%;
        }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
        .privacy .privacy-header {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .privacy .privacy-header .header-content h1 {
        font-size: 2.2rem;
    }

    .privacy .privacy-header .header-content .intro-text {
        font-size: 1.1rem;
    }

    .privacy .privacy-content .content-section {
        margin-bottom: 40px;
    }

    .privacy .privacy-content .content-section h2 {
        font-size: 1.6rem;
    }

    .privacy .privacy-content .content-section h3 {
        font-size: 1.3rem;
    }

    .footer-about {
        display: flex;
        justify-content: center;
    }
    .services .service-image-block {
        width: 90%;
        height: 300px;
    }
    .resmb2 {
        margin-bottom: 0.5rem !important;
    }
       #map {
        height: 360px;
    }
    .certifications .certification-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .feature-col {
            width: 25%;
    }
    th,td {
        padding: 10px 15px;
    }
    .alert  {
        font-size: 14px;
    }
    .pregallerygrid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
    .about .about-content h2 {
        font-size: 1.8rem;
        margin-top: 20px;
        margin-bottom: 1.2rem;
    }
    .hometext {
        font-size: 34px;
    }
    .captiontext {
        font-size: 46px;
    }
        .home {
        height: 70vh;
    }
}

@media only screen and (max-width: 650px) {
    .page-title {
        height: 320px;
    }
    .solbanner {
        background-image: url('../img/solutionsre650.jpg');
    }

    .areabanner {
        background-image: url('../img/areabannerre650.jpg');
    }

    .contactbanner {
        background-image: url('../img/contactbannerre650.jpg');
    }
    .aboutbanner {
        background-image: url('../img/aboutusbannerre650.jpg');
    }
    .alliedbanner {
        background-image: url('../img/alliedbannerre650.jpg');
    }
    .frpbanner {
        background-image: url('../img/frpbannerre650.jpg');
    }
    .dwcbanner {
        background-image: url('../img/dwcbannerre650.jpg');
    }
    .areabanner::before {
        background-color: rgba(0,0,0,0.25);
    }

    .one {
        background-image: url('../img/carousel1re650.jpg');
    }
    .two {
        background-image: url('../img/carousel2re650.jpg');
    }
    .solbanner h1,
    .areabanner h1,
    .contactbanner h1,
    .aboutbanner h1,
    .gswbanner h1,
    .alliedbanner h1,
    .precastbanner h1,
    .frpbanner h1,
    .dwcbanner h1 {
        font-size: 40px;
        line-height: 55px;
    }


        .section {
        padding: 10px 0;
    }
        .aboutpage.nav-pills {
            justify-content: center;
        }
            .team .team-card.featured .team-header .team-image img {
        width: 140px;
        height: 140px;
    }
    .innermain {
        justify-content: center;
        display: grid;
    }
    .innermain .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    
.innermain .card {
width: 250px;
    height: 350px;
    margin: auto;
}

.pregallerygrid .frpitem {
height: 280px;
}
.resw-50 {
    width: 90% !important;
}
.hometext {
                font-size: 34px;
            width: 80%;
            text-align: center;
            height: fit-content;
}
.about.section,.project-section {
    padding: 30px 0;
}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    .hero .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .header .topbar .contact-info i a,
    .header .topbar .contact-info i span {
        font-size: 13px;
    }

    .container {
        max-width: 95%;
    }

    .projects .projects-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .projects .project-specs {
        flex-direction: column;
        gap: 8px;
    }
 .contact .social-links-panel .social-icons {
        flex-wrap: wrap;
    }
        .terms-of-service .tos-content .content-section .prohibited-list {
        grid-template-columns: 1fr;
    }
        .terms-of-service .tos-contact .contact-box {
        flex-direction: column;
        text-align: center;
    }
    .footer-contact {
        text-align: left !important;
        margin-top: 0px;
    }
    .footer .footer-about .logo {
        margin-bottom: 20px;
    }
    .footer .footer-about .logo img {
        width: 100px; 
        margin-right: 0px;
    }
    .footer .footer-links {
    margin-bottom: 15px;
    margin-top: 15px;
} 
    .footer h4 {
        font-size: 27px;
    }
.services .service-list-block h3 {
    font-size: 1.5rem;
}
    .ftco-section {
        padding: 35px 0;
    }
        .certifications .certification-grid .cert-card {
        padding: 1rem;
    }
        .industrial-scale-section .container {
        padding-top: 0rem !important;
    }
    .spec-table td {
    padding: 8px;
}
    th, td {
        padding: 5px 10px;
    }
    .home {
        height: 60vh;
    }
    .lightbox .lb-img {
        width: 90%;
    }

}

/************
11. 539px
************/

@media only screen and (max-width: 550px) {
    .footer .copyright {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .creditsdiv {
        display: block !important;
    }
    .resmart {
        margin: 15px !important;
    }
       #map {
        height: 320px;
    }
        .resboximg {
        width: 100%;
    }
    .resmb-0 {
        margin-bottom: 0;
    }
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
    .header .logo img {
        width: 100px;
    }


}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
        .page-title {
        height: 270px;
    }
    .solbanner h1,
    .areabanner h1,
    .contactbanner h1,
    .aboutbanner h1,
    .gswbanner h1,
    .alliedbanner h1,
    .precastbanner h1,
    .frpbanner h1,
    .dwcbanner h1 {
         font-size: 34px;
    }
    .gswbanner h1, .precastbanner h1 {
        line-height: 45px;
    }
 /*       .section {
        padding: 0px 0;
    }*/
     .services .service-image-block {
        width: 100%;
        height: 240px;
    }
        .aboutpage.nav-pills .nav-link {
            margin: auto;
        }
        .company-list .list-group-item {
        box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
    }
    .resmisdiv .side-bar {
        width: 50px;
        height: 70px;
    }
        .resmisdiv .side-bar i {
        font-size: 1.8rem;
    }
        .resmisdiv .content h2 {
        font-size: 1.8rem;
    }
    .resmisdiv .content h3 {
        font-size: 0.8rem;
    }
        .certifications h2 {
        font-size: 1.8rem;
    }
    .certifications h6 {
        font-size: 0.8rem;
    }
    .rescolwidth {
        width: 15%;
    }
    .spec-table {
            min-width: 580px;
    }
         .resw-45 {
        width: 80% !important;
     }
         .pregallerygrid .frpitem {
        height: 250px;
    }
    .resfont {
        font-size: 18px;
    }
        .about .about-image {
        margin-top: 1rem;
    }
    .hover {
            height: 300px;
    }
    .project-section {
        padding: 30px 0;
    }
        .section-title h1 {
        font-size: 50px;
    }
        .section-title-icon h1 {
        top: -15px;
    }
    .project-section .section-title {
        padding-bottom: 30px;
    } 
    .home {
        height: 50vh;
    }
            .navmenu a {
                font-size: 15px;
            }
                    .scroll-top {
            bottom: 5%;
        }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
    .lh-lg {
        line-height: 1.8 !important;
    }
 #map {
        height: 250px;
    }
        .aboutpage.nav-pills .nav-link  {
            margin: 5px !important;
        }
            .team .team-card.featured .team-header {
        flex-direction: column;
    }
    .resshadow {
        box-shadow: none !important;
    }
        .certifications h2 {
        font-size: 1.6rem;
        padding-left: 1rem !important;
    }
    .certifications h6 {
        font-size: 0.7rem;
    }
        th,td {
        padding: 8px 10px;
    }
    table {
        font-size: 13px;
    }
    .dwcitem {
        height: 260px;
    }
            .navmenu .dropdown ul {
                margin: 10px 10px;
            }
                    .scroll-top {
            bottom: 0%;
        }
}

@media only screen and (max-width: 350px) {
.contactbanner::before {
    background-color: rgba(0,0,0,0.2);
}
  

}

@media only screen and (max-width: 330px) {
        th, td {
        padding: 8px;
    }
}

