.site-header,
header.site-header .top-info {
    background: transparent !important;
}
.home-sub {
    margin: 0!important;
}
.header-row .inner-width {
    max-width: 1740px;
}

.form-container .form-field .form-field-item label
{
   display: block!important;  
    line-height: 1.8em;
}

.form-container .form-field button {
    max-width: fit-content!important;
    padding: 10px 30px !important;
    border-radius: 50px;
}

.hero-slider .hero-slider-form
{
    border: 1px solid #00007a;  
}
.hero-slider ul.slick-dots li button {
    border: 2px solid #76726f;
    background-color: #76726f;
}

.hero-slider ul.slick-dots li.slick-active button {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
a.site-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

.font14 {
    font-size: 14px;
}

/*a.site-btn i {
    display: flex;
    position: absolute;
    right: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    color: #00007a;
    font-weight: 600;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}*/

a.site-btn.whitebg .dark,
a.site-btn.lightblue .dark
{
   background: #00007a !important;
   color: #fff !important; 
}
a.site-btn.whitebg {
    background: #fff !important;
    color: #00007a !important;
}

span.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #000066;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.gray,
.form-field-check span.wpcf7-list-item-label, .form-field-check span.wpcf7-list-item-label a
{
    color: #6b6b6b!important;
}

.blue
{
  color: #00007a;
}
a.site-btn.lightblue
{
    background: #e7e7ff;
    color: #00007a;
    border: 0;
}
.window_scrolled header.site-header {
    background: #ffffff !important;
}

.window_scrolled .top-info .info-col, 
.window_scrolled .top-info .info-col a {
    color: #000000 !important;
}

.main-header .header-items {
    background-color: transparent !important;
    border: 0 !important;
}

.header-main-row {
    background: #fff;
    border-radius: 80px;
    padding: 10px 25px 10px 40px !important;
}

.caption-site-name {
    display: inline-block;
    background: rgb(255 255 255 / 15%);
    padding: 10px 30px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;    
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: #ffffff !important;
    color: #435060 !important;
}

button.slick-prev.slick-arrow {
    left: -80px;
    z-index: 1;
}

button.slick-next.slick-arrow {
    right: -80px;
}

.hero-slider .site-btn {
    font-weight: 600;
}

.hero-slider .site-btn.first-btn {
    border-color: #ffffff !important;
    margin-right: 10px !important;
}

.hero-slider .hero-image:before {
    background: linear-gradient(rgba(0, 0, 0, 0.30) 0%, #00007a 100%)!important;
}
.hero-slider .hero-slider-form {
    background: linear-gradient(rgba(238,238,255,0.78) 0%, #eeeeff 87%);
    border-radius: 20px;
    z-index: 1;
    max-width: 550px !important;
}
.hero-slider .hero-slider-form .form-field {
    background: transparent!important;
}

.popup-form .form-title, .sidebar .form-title, .contact-page-form .form-title {
    text-align: center;
    background-color: #00007a!important;
    color: #fff!important;
}
section.full-width-section.hero-section.relative {
    overflow: unset!important;
}
.form-container .form-field-item {
    margin-bottom: 5px;
    padding: 5px 0;
}
.page-banner-wrap .inner-width {
    text-align: center;
}
.inner-page-banner .page-banner .page-banner-wrap {
    padding-top: 100px;
}
.home .site-inner {
    background: url(/wp-content/uploads/2025/09/homepagebg.jpg);
    background-position: center;
    background-size: cover;
    max-width: 100%;
}
.home-below-content {
    max-width: 1200px;
    margin: 0 auto;
}
.intro-title {
    text-transform: uppercase;
    color: #f59724;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}

.section-sub-title {
   padding: 10px 25px;
  border: 1px solid #0a1a6a; /* outline border */
  border-radius: 30px;        /* rounded pill shape */
  background: transparent;    /* no background */
  color: #0a1a6a;             /* text color */
  font-size: 14px!important;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: fit-content;
  margin: 0 auto;
}

.entry-content figure img {
    border-radius: 20px;
}

.feature-items {
    gap: 10px;
}

.feature-item {
    border-radius: 10px;
    padding: 25px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;  
    flex: 0 0 48%;
    background-image: -moz-linear-gradient( -124deg, rgb(245,245,255) 0%, rgb(248,248,248) 100%);
    background-image: -webkit-linear-gradient( -124deg, rgb(245,245,255) 0%, rgb(248,248,248) 100%);
    background-image: -ms-linear-gradient( -124deg, rgb(245,245,255) 0%, rgb(248,248,248) 100%);
}

.feature-items.homeabout .feature-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    background: transparent;
}

.feature-icon.experience {
    width: 100%;
    max-width:50px;
    height: 43px;
    display: block;
    background: url(/wp-content/uploads/2025/09/icon1.png);
}

.feature-icon.certified {
    width: 100%;
    max-width:50px;
    height: 43px;
    display: block;
    background: url(/wp-content/uploads/2025/09/icon2.png);
}

.feature-text {
    font-size: 16px;
}
.feature-item p {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}


.site-btn.outline-btn.hp-load-more {
    color: #435060 !important;
    border-color: #0f2a54 !important;
}

/* CTA Section */

.background-image.cta-section:before {
    background: none !important;
}

.cta-section-row .section-sub-title {
    color: #ffffff !important;
}

.cta-col.left-col {
    justify-content: center;
}

.site-section.cta-section
{
    border-top: 0!important;
    border-bottom: 0!important;
}
.section-btn-group {
    justify-content: center;
    gap: 10px;
}

.site-btn.outline-btn {
    background: transparent !important;
    color: #ffff !important;
    border-color: #ffffff !important;
}
.about-section .section-sub-title {
    border: 1px solid #fff;
    margin: 0;
}
/* Services Section */
.service-pages .section-sub-title {
    border: 1px solid #fff!important;
}
.background-image.service-pages:before {
    background: none !important;
}
.home .service-pages .service-items .service-item
{
    display: none;
}

.home .service-pages .service-items .service-item:nth-child(4), .home .service-pages .service-items .service-item:nth-child(5), .home .service-pages .service-items .service-item:nth-child(3), .home .service-pages .service-items .service-item:nth-child(2), .home .service-pages .service-items .service-item:nth-child(1) {
    display: flex!important;
}
.service-pages .service-item .service-content:hover:after {
    content: '';
    width: 40px;
    height: 5px;
    background: #ffffff;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
}
.service-content:hover:before {
    content: "";
    background: #00007a;
    opacity: .7;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}
.service-pages .service-item .service-title {
    text-align: center;
}
.service-content:hover {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.service-content-wrap {
    border-radius: 20px;
    overflow: hidden; 
    max-width: 387px;
    margin: auto;    
}

.service-content {
    position: absolute;
    top: 0;
    padding: 40px;
    bottom: 0;
    line-height: 1.3;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(130, 186, 204, 0) 15%, #00007a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.service-excerpt {
    display: none;
    text-align: left;
}

.service-content .site-btn {
    background: transparent !important;
    border: 0 !important;
    font-size: 14px !important;
    display: none;
    min-width: auto;
    padding: 0;    
}

.service-content:hover .service-title:before {
    content: none;
}

.service-content:hover .service-excerpt,
.service-content:hover .site-btn {
    display: block;
}
.service-content:hover .service-title {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.inner-service-content-wrap {
    display: flex;
    background: #f9f9ff;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
}
.inner-service-content-wrap img {
    width: 330px;
}
.inner-service-title {
    color: #000 !important;
}

.inner-service-title:before {
    content: none !important;
}    

.inner-service-content {
    padding: 60px;
}

.inner-service-item .site-btn {
    color: #00007a !important;
    background-color: #e7e7ff !important;
    font-weight: 600;
}

.inner-service-item:hover .inner-service-title {
    color: #ffffff !important;
}

.inner-service-item:hover .site-btn {
    background-color: #e7e7ff !important;
}

.inner-service-item:hover .inner-service-content {
    background: #00007a !important;
    color: #ffffff !important;
}

.inner-service-item span.icon-circle.dark {
    background: #000066;
    color: #fff;
}
/* Counter Section */
.stat-section {
    background: url(/wp-content/uploads/2025/07/stat-background.jpg);
}

.stat-number {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(93deg, #f4951e, #51656a, #99be43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;    
}

.stat-label {
    text-align: center;
}

/* Gallery Section */
.slmp-gallery .slmp-gallery-load-more button:hover,
.slmp-gallery .slmp-gallery-load-more button
{
    background: transparent!important;
        border: 0!Important;
}
.background-image.featured-section:before,
.contact-site-form .form-container .form-field .form-field-item .text-label
{
    display: none!important;
}

.featured-section .slmp-grid-image img,
.featured-section .slmp-gallery img,
.slmp-grid-image img
{
    border-radius: 15px;
    height: auto;
    min-height:300px;
}

.featured-section .site-btn {
    margin: auto;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
    background-color: rgb(0 0 122 / 60%)!important;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon:before {
    position: absolute;
    content: "View Project";
    z-index: 1;
    opacity: 1;
    color: #fff;
    right: 0;
    left: 0;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    background: none;
    width: 100%;
    color: transparent!important;
    text-align: center;
}


.area-names {
    flex-wrap: wrap;
    gap: 30px;
}

.area-names .col {
    min-width: 200px;
    text-align: left;
}
.location-name i {
    color: #00007a;
}
.location-name {
    padding: 15px 20px;
    background: #f7f7ff;
    display: block;
    border-radius: 20px;
    font-weight: 600;
}


/* Gallery Page */
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
    border-radius: 20px;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    background: none;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.slmp-gallery .slmp-gallery-load-more button
{
     border-radius: 20px!important;
}

/* Areas We Serve Section */
.service-area-section {
    background: url(/wp-content/uploads/2025/07/areas-we-serve-background.jpg);
    background-position: center;
}

.service-area-section .col-2 {
    flex: 1;
}

.service-area-map {
    text-align: right;
}

.map-wrap {
    display: inline-block;
}

.map-wrap img {
    border-radius: 20px;
    z-index: 1;
    position: relative;    
}

/* Review Section */
.background-image.review-section:before {
    left: auto !important;
    right: auto;
    background: url(/wp-content/uploads/2025/09/top-quote.png) no-repeat top;
    top: -100px !important;
    text-align: center;
    margin: 0 auto;
}
.review-wrap {
    max-width: 1180px;
    width: 100%;
}

.review-section .section-sub-title {
    color: #00007a !important;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.review-section.layout-3 .review-col .review-item {
    border-radius: 20px !important;
    padding: 40px!important;
}
.review-section .review-posts .review-content {
    padding: 40px 0 0!important;
}
.background-image.review-section:before {
    background-color: transparent!important;
}
.review-section.layout-3 .review-col .heading-wrap
{
    text-align: center!important;
}
.image-wrap img {
    border-radius: 20px;
}

.review-title {
    font-weight: 600;
}

.quote-icon {
    display: flex;
    width: 50px;
    height: 50px;
    color: #0a0a0a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient( -60deg, rgb(123,123,127) 0%, rgb(219,227,224) 47%, rgb(123,123,127) 100%);
    background-image: -webkit-linear-gradient(-60deg, rgb(123, 123, 127) 0%, rgb(219, 227, 224) 47%, rgb(123, 123, 127) 100%);
    background-image: -ms-linear-gradient( -60deg, rgb(123,123,127) 0%, rgb(219,227,224) 47%, rgb(123,123,127) 100%);
}

.review-section .section-btn a.site-btn {
    padding: 16px;
    font-weight: 600;
}

.review-section .section-btn a.site-btn:first-child
{
    background: #fff!important;
    color: #00007a !important;
    border-color: #fff !important;
    padding: 25px 20px; 
}

.review-section .section-btn a.site-btn:last-child
{
    background: #00007a!important;
    color: #fff !important;
    border-color: #00007a !important;   
}
button.slick-next.slick-next-review.slick-arrow,
button.slick-prev.slick-prev-review.slick-arrow{
    background: #ffffff;
    color: #00007a;
    border: 0 !important;
}

.contact-page-form-map {
    justify-content: center !important;
}
.contact-page-info .contact-info-wrap:not(:last-child) {
    margin-bottom: 20px;
}
.contact-details .contact-label {
    font-size: 20px;';
}
.blog-post .blog-post-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover!important;
}

.blog-post .blog-post-details
{
   border-bottom-left-radius: 10px!important;
   border-bottom-right-radius: 10px!important;
   padding: 20px 30px!important;
}

.blog-section .blog-date,
.blog-date 
{
    padding: 10px 15px!important;
    top: 20px!important;
    right: 20px;
    border-bottom: 0 !important;
    left: auto !important;
    text-align: center;
    border-radius: 10px;
    line-height: 1em;
    position: absolute;
    background: #fff;
}

.blog-date-day {
    font-size: 12px;
}

.blog-date-mo {
    font-size: 20px;
}

.blog-post-more {
    padding: 20px 0 10px;
}
.blog-post-more a {
    position: absolute;
    border-bottom: 5px solid #00007a;
}

.post-archives-list select {
    border-radius: 50px;
    border: 1px solid #00007a;
    background: #e7e7ff;
    color: #00007a;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 600;
}
/*why*/
.why-section-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}
.why-features-container {
    max-width: 900px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    min-width: 300px;
}
.why-section .section-sub-title {
    margin: 0;
}
.why-feature-row-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-image-section img {
    width: 100%;
    max-width: fit-content;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}


.why-feature-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    justify-content: center;
}

.why-feature-row:last-child {
  border-bottom: none;
}

.why-feature-col {
  padding: 0 10px;
}

.why-icon-circle {
    height: 80px;
    background-color: #000c80;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.why-icon-circle img {
    height: 40px;
    width: 40px;
}

.why-title-col {
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.why-desc-col {
  flex: 1;
  font-size: 15px;
  color: #424242;
  line-height: 1.5;
}

.why-desc-col p {
    margin: 0;
}
/*endwhy*/
/*napfooter*/
.nap-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
  margin: 0 auto;
  align-items: stretch;
}

.nap-contact-card {
    background: #0a1a6a;
    color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 10px;
}

.nap-contact-card .nap-icon {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nap-contact-card a,
.nap-contact-card:hover a
{
    color: #fff;
}

.nap-contact-card.nap-email a {
    font-size: 14px;
}

.nap-contact-card p {
  margin: 5px 0;
  font-size: 14px;
}

.nap-contact-card strong {
  font-size: 18px;
  font-weight: 700;
}

.nap-contact-image {
  background: url('/wp-content/uploads/2025/11/williams-construction-company-llc-building.jpg') center/cover no-repeat;
  position: relative;
  overflow: visible;
  padding: 0;
}

.nap-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
    min-height: 250px;
    border-radius: 10px;
}

.contact-page-wrap .contact-site-info-details .contact-info br {
    display: none!important;
}

.contact-page-wrap .contact-site-form .form-title {
    background-color: #ccc;
}
/*endnapfooter*/
footer.site-footer .main-footer {
    padding: 20px 0;
}

footer.site-footer .footer-menu ul li a:before {
    content: none !important;
}

.backToTop {
    border-radius: 50px;
    padding: 10px !important;
    width: 48px;
    height: 48px;
}

.toTop-icon {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.floating-cta {
    max-width: 260px;
    border-radius: 20px;
}

footer.site-footer {
    border-top: 0;
}

.background-image.main-footer:before
{
    background-color: transparent!important;
}
footer.site-footer .footer-copyright .copyright-item {
    gap: 10px;
}

.footer-logo img {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

.footer-logo {
    margin-top: -50px;
}
@media (min-width: 1024px) {
    .site-container {
        overflow: hidden;
    }
    header.site-header {
        padding-left: 10px !important;
        padding-right: 10px  !important;    
    }
    
    .main-header .header-items .menu-cta-col {
        flex: 1;
    }
    
    .header-col.menu-items {
        margin: auto;
    }
    .window_scrolled .header-col.logo-item {
        top: 0;
        position: absolute;
        background: #fff;
        border-radius: 50%;
        padding: 10px !important;
        z-index: 990;
    }
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: 90px!important;
        border-radius: 50px;
    }
    
    
    .hero-slider ul.slick-dots {
        position: absolute;
        bottom: 150px!important;
        right: auto!important;
        width: 100px;
        left: 20%!important;
    }
    .genesis-nav-menu .sub-menu a {
        text-align: left !important;
    }
    
    .genesis-nav-menu > .current_page_item > a:after {
        content: '';
        height: 4px;
        background: #0f2a54;
        display: block;
        position: absolute;
        bottom: -38px;
        left: 0;
        right: 0;
        width: calc(100% - 20px);
        margin: auto;
    }
    
    .window_scrolled .genesis-nav-menu > .current_page_item > a:after {
        bottom: -25px;
    }
    .genesis-nav-menu .sub-menu .current_page_item > a {
        border-bottom: 4px solid #00007a !important;
    }    
    
    .window_scrolled .header-row .inner-width {
        max-width: 1800px;
    }
    
    .window_scrolled .header-main-row.inner-width {
        max-width: 1800px;
        padding-left: 25px !important;
        padding-right: 15px !important; 
    }
    
    
    .window_scrolled .main-header .header-items .menu-cta-col,
    .window_scrolled .header-col.menu-items{
        flex: 1;
    }
    
    .window_scrolled .genesis-nav-menu {
        text-align: center;
    }
    
    .title-image {
        display: block;
        position: relative;
    }

    .title-image:before {
        content: '';
        background: url(/wp-content/uploads/2025/07/top-left-bg.png);
        width: 233px;
        height: 233px;
        position: absolute;
        left: -280px;
        top: -40px;
    }

    .title-image:after {
        content: '';
        background: url(/wp-content/uploads/2025/07/bottom-right-bg.png);
        width: 233px;
        height: 233px;
        display: block;
        position: absolute;
        right: -280px;
        bottom: -40px;
    }
    .main-header .header-items .header-col .cta-btn-item a:first-child, .main-header .header-items .header-col .cta-btn-item a:first-child:hover {
        background-color: transparent !important;
        border: 0;
        color: #00007a;
        font-size: 16px;
        font-weight: bold;
        position: relative;
    }
    .main-header .header-items .header-col .cta-btn-item a:first-child:before {
        content: "\f879";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .site-section.hero-slider:after {
        content: "";
        position: absolute;
        height: 100px;
        background: #fff;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        width: 100%;
        bottom: 0;
        z-index: 0;
    }
    .wp-block-media-text>.wp-block-media-text__content {
        max-width: 80%;
    }
    
    .hero-slider .hero-slider-form .form-title {
        text-transform: capitalize;
    }
    
    .hero-slider .hero-slider-form {
        right: -60% !important;
    }
    /* About Section */
    .about-section .inner-width {
        padding-right: 0;
        margin-right: 0 !important;
        max-width: 1600px !important;
    }
    
    .about-content {
        flex-wrap: nowrap;
    }
    
    .ab-featured.ab-image img {
        height: 100%;
        object-fit: cover;
    }
    
    .inner-service-content-wrap {
        max-height: 360px;
    }
    
    .home .service-pages .service-items .service-item:nth-child(4), .home .service-pages .service-items .service-item:nth-child(5) {
        width: 49% !important;
    }
    
    .service-content-wrap {
        max-width: 100%;
    }
    
    .inner-service-content-wrap img {
        width:400px!important;
    }
    
    /* Areas We Serve Section */
    .contact-page-wrap .contact-site-map iframe {
        width: 100%;
        max-height: 500px !important;
        height: 450px !important;
    }
    
    .contact-page-info .site-address:before, .contact-page-info .site-email:before, .contact-page-info .site-number:before, .contact-page-info .site-time:before, .contact-page-info .site-license:before, .contact-page-info .site-social:before {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 25px;
    }
    .contact-page-info .contact-info-wrap {
        padding-left: 40px;
    }
    .contact-page-info .site-address:before {
        content: "\f3c5";
    }
    
    .contact-page-info .site-number:before {
        content: "\f879";
    }
    
    .contact-page-info .site-time:before {
        content: "\f017";
    }
    
    .contact-page-info .site-social:before {
        content: "\f1e0";
    }
    
    .contact-page-info .site-email:before {
        content: "\f0e0";
    }
    /* Review Section */
    
    .review-section .inner-width {
        max-width: 1560px;
        margin-left: auto;
        margin-right: auto;
    }
    .background-image.review-section {
        margin-top: 50px;
    }
    
    
    .review-section.layout-3 .review-col {
        flex-wrap: nowrap !important;
        justify-content: center!important;
    }
    
    .image-wrap img {
        padding-right: 10px;
    }   
  
    .review-section.layout-3 .review-col .review-wrap {
        flex: 1 1 0;
    }
   
    .contact-page-form-map {
        gap: 15px;
    }
    
    .footer-column.items-list {
        gap: 1%;
    }
    
    #footer-count1 {
        flex: 1;
    }
    
    
    .footer-copyright .inner-width {
        max-width: 1740px;
        padding: 0;
    }
    
    .footer-logo {
        text-align: left;
    }
    
    footer .copyright-item.copyright-text {
        display: flex;
        flex: 1;
        align-self: center;
    }
    
    footer.site-footer .footer-copyright .copyright-item {
        text-align: right;
        display: inline-block;
    }    
}

@media (min-width: 992px) {
    .cta-section.layout-3 .heading-wrap {
        justify-content: center;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .image-wrap {
        padding-right: 20px;
    }
    
    .image-wrap img {
        width: clamp(21.875rem, 8.5984rem + 20.7447vw, 26.75rem);
    }
    .home .site-inner
    {
        padding-top: 200px!important;
    }
    
    .site-section.hero-slider:after
    {
        bottom: -50px!important;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .hero-slider .hero-slider-form
    {
      left: auto!important;  
    }
    .form-container .form-field-item {
        margin-bottom: 0!important;
        padding: 0!important;
    }
    .hero-slider .hero-caption-item .caption-title {
        font-size: 35px!important;
    }
    .hero-slider .hero-caption-item .caption-desc {
        font-size: 14px!important;
    }
    .form-container .form-field .form-field-item textarea {
        height: 75px!important;
    }

    .hero-slider .hero-caption-item {
        max-width: 500px!important;
    }
    .hero-slider .hero-slider-form {
        right: 10px !important;
        max-width: 450px !important;
    }
    .window_scrolled .main-header .header-items .menu-cta-col {
        padding-left: 60px!important;
    }
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: 74px !important;
    }
    .main-header .cta-items .cta-btn-item a.site-btn {
        min-width: fit-content!important;
    }
    .nav-primary .genesis-nav-menu a {
        padding-left: 4px!important;
        padding-right: 4px!important;
        font-size: 12px!important;
    }
    
    .feature-icon
    {
        padding: 10px 20px;
    }
    
    .wp-block-media-text>.wp-block-media-text__content {
        max-width: 100%!important;
    }
    h1, .archive-description .entry-title, .archive-title, .entry-title, .author-box-title {
        font-size: 35px;
    }
    h2 { font-size: 30px;}
    div#footer-count2, div#footer-count4 {
        width: 20%;
    }
    .main-header .header-items .header-col.logo-item img {
        height: clamp(3.75rem, 0.1136rem + 5.6818vw, 4.375rem) !important;
    }
    .window_scrolled .main-header .header-items .header-main-row {
        padding: 10px 15px 10px 0 !important;
    }
    .main-header .header-items .header-main-row {
        padding: 10px 15px 10px 22px !important;
    }
    
     .inner-service-content-wrap {
        max-height: 410px;
    }
    
    .service-content {
        padding: 25px !important;
    }
    
    .genesis-nav-menu > .current_page_item > a:after {
        bottom: -23px !important;
    }
    
    .col-3.contact-site-info-item.contact-site-phone {
        width: 28% !important;
    }
    
    .col-3.contact-site-info-item.contact-site-email.relative {
        width: 36% !important;
    }    
    
}

@media (max-width: 1023px) {
    .site-container header.site-header .top-info {
        display: block !important;
    }

    .sub-menu-toggle:before {
        color: #ffffff !important;
    }
    
    .header-row {
        background: #e7e7ff !important;
        color: #00007a;
    }
    
    .header-main-row {
        border-radius: 0;
        padding: 15px !important;
    }
    
    #main-menu .nav-primary {
        margin-top: 15px;
    }
    
    .main-header .header-items {
        padding: 0 !important;
    }
    
    .main-header .header-items .header-col.logo-item {
        padding-bottom: 0 !important;
    }
    
    .main-header .header-items .header-col.cta-items {
        display: none;
    }
    
    span.info-item.site-number, span.info-item.site-number a {
        color: #00007a !important;
        font-size: 24px;
    }
    .top-info .info-col .info-item.site-number span:before {
        font-size: 24px;
    }
    .info-items.site-flex {
        text-align: center;
        justify-content: center;
    }
    
    .info-col.left-info, span.info-item.site-email, span.info-item.site-address{
        display: none !important;
    }
    
    .featured-section .slmp-display-image {
        gap: 10px;
    }
    
    .featured-section .slmp-col-4 {
        flex: 0 0 48% !important;
    }
    
    .featured-section .slmp-col-4,
    .featured-section .slmp-col-4:not(:nth-child(4n+1)),
    .featured-section .slmp-col-4:not(:nth-child(3n+1)) {
        margin: 0 !important;
    }
    
    /* About Section */
    .about-section .inner-width {
        padding: 0;
    }
    
    .about-section .ab-featured {
        padding-top: 0 !important;
    }
    
    .about-section .ab-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .site-stat {
        row-gap: 40px;
    }
    
    /* Service Page */
    
    .inner-service-content-wrap {
        flex-direction: column;
    }
    
    .inner-service-item {
        max-width: 100% !important;
    }
    
    .inner-service-content-wrap img {
        max-height: 400px !important;
        object-fit: cover;
        object-position: center;
    }
    
    /* Review Section */
    .review-section {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding-top: 120px !important;
        margin-top: 100px !important;
    }
    
    .review-section.layout-3 .review-col .review-wrap {
        width: calc(100% - 430px);
    }
    
    button.slick-prev.slick-prev-review.slick-arrow {
        top: -45px;
        left: 50%;
        transform: translate(-65px, -50%);
    }
    
   button.slick-next.slick-next-review.slick-arrow {
        top: -45px;
        right: 50%;
        transform: translate(65px, -50%);
    }
    
    .image-wrap {
        display: none;
    }    
    
    .review-col {
        justify-content: center !important;
    }
    
    .review-posts.double-item {
        margin-top: 100px;
    }
    
    .review-section.layout-3 .review-col .heading-wrap {
        text-align: center !important;
    }
    
    footer.site-footer .main-footer {
        margin: 0 10px;
    }
    
    footer.site-footer .footer-column .column-label:before {
        width: 70% !important;
    }
    
    .copy-right-row .site-flex {
        gap: 15px;
    }
    
    .backToTop {
        right: 10px !important;
    }
    
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    
    .wp-block-media-text.is-stacked-on-mobile figure {
        margin-bottom: 20px;
    }
    
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
    
    .home .entry-content figure img {
        padding: 10px;
        width: fit-content;
        height: 400px;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    
    .feature-item {
        border-radius: 10px;
        padding: 25px 25px 25px 0;
        min-height: auto!important;
            flex: 0 0 100%;
    }
    .home-below-content .feature-item {
        flex: 0 0 48%;
        padding: 25px;
        min-height: 200px !important;
    }
    .home-below-content
    {
         direction: ltr;
        grid-column: 2;
        grid-row: 1;
        padding: 0 8%;
        word-break: break-word;   
    }
    
    .service-pages a.site-btn {
        display: none !important;
    }
    
    .site-section.cta-section .section-btn {
        display: grid;
        flex-direction: column;
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
    
    .site-section.cta-section .section-btn-group {
        flex-direction: column !important;
        align-items: center;
    }
    .why-feature-row {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
        justify-content: center;
        flex-direction: column;
    }
    .why-feature-row-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
    }
    
    .blog-post .blog-post-image {
        max-height: 100%!important;
    }
    .blog-post .blog-post-image {
        border-top-left-radius: 30px!important;
        border-top-right-radius: 30px!important;
    }
    .nap-contact-image img {
        margin-top: 0!important;
    }
    .nap-contact-grid
    {
        grid-template-columns: 1fr;    
    }
    .feature-icon
    {
         padding: 10px;
    }
    .service-pages .section-sub-title {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .review-section .section-btn {
        display: flex;
        flex-direction: column;
        max-width: 250px;
        margin: 0 auto;
    }
    .service-area-section .inner-width > .site-flex {
        flex-direction: column;
    }
    
    .service-area-section .section-title {
        text-align: center;
    }
    
    .site-flex.area-names {
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .service-area-map {
        text-align: center;
    }
    
}

@media (max-width: 781px) {
    .service-pages.layout-3 .service-img img {
        height: 280px;
        width: 100%;
    }
   /* .intro-title,
    h1 {
        text-align: center;
    }*/
    .feature-item p {
        font-size: 25px;
    }
    .feature-text {
        font-size: 11px;
    }
    .area-names .col {
        text-align: left;
        min-width: auto;
        max-width: 250px;
        width: 100%;
    }
    .site-flex.area-names {
        max-width: 360px;
        gap: 15px;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    footer .column-element .footer-col-item.custom-footer-text, footer .column-element .footer-col-item.custom-footer-html, footer .column-element .footer-col-item.site-info a {
        font-size: 15px!important;
    }
    .featured-section .slmp-grid-image img, .slmp-grid-image img {
        min-height: 200px!important;
    }
    .site-section.cta-section .section-btn-group {
        flex-direction: column;
        align-items: center;
    }
    
    .site-section.cta-section .section-btn-group .section-btn {
        padding-top: 0;
    }
}

/* Background overlay */
.modal5 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

/* Modal box */
.home-more-content.modal-content5 {
  background: white;
  width: 90%;
  max-width: 900px;
  margin: 200px auto;
  padding: 30px 30px 100px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  max-height: 70vh;
  overflow-y: auto;
  display: flex!important;
    position: absolute;
    right: 0;
    left: 0;
}

/* Close button */
.modal5 .close {
float: right;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
}
.modal5 .close:hover {
  color: black;
}
.hero-slider .hero-caption-item .caption-btn .second-btn span {
    display: none;
}
.service-pages .section-sub-title,
.about-section .section-sub-title,
.section-sub-title {
    margin-bottom: 15px!important;
}
.why-section .section-sub-title {
    margin: 0;
    margin-bottom: 15px;
}
}
body.page-id-2056 .site-section.featured-section,
body.page-id-2059 .site-section.blog-section {
    display: none!important;
}
.site-section.review-section .section-btn a {
    min-width: 220px;
}
@media only screen and (min-width: 1023px) {
    .area-names {
        flex-wrap: wrap;
        gap: 20px 15px;
    }
    .area-names .col {
        width: 47%;
    }
}
@media only screen and (max-width: 1023px) {
    .site-section.hero-slider {
        margin-top: 100px;
    }
    .caption-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hero-slider .hero-caption-item .caption-btn .second-btn {
        color: #ffffff !important;
        background: #00007a !important;
        font-size: 16px;
        border: 1px solid #ffffff;
        min-width: 240px !important;
        padding: 18px 10px !important;
        margin-top: 30px !important;
    }
    .floating-cta {
        bottom: 100px;
    }
    .window_scrolled .floating-cta {
        bottom: 5px;
    }
    .site-section.review-section .section-btn {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
}
body.page-id-2056 .site-section.featured-section,
body.page-id-2059 .site-section.blog-section {
    display: none !important;
}