/* Home page */





.ast-container {
max-width: 100% !important;
width: 100% !important;
padding: 0px !important;
}

/* home page css start */
.home-slider .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0px 140px 0px;
    min-height: 456px; 
	max-height: 456px; 
}

.home-slider .overlay {
    position: absolute;
    inset: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0) 45%) !important;
    z-index: 1;
}

.home-slider .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.slider-content {
    width: 1416px !important;
    max-width: 650px;
    color: #fff;
}
.slider-content .category {
    background-color: #00334e;
    color: #fff;
    font-size: .875rem;
    padding: .375rem 1.1rem;
    margin-bottom: 20px;
    display: block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem !important;
    font-family: "Roboto", sans-seriff;
    width: fit-content;
    min-width: 100px;
    letter-spacing: 0px;
}


.sub-heading {
    font-size: 2rem !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    font-family: "Roboto", sans-seriff;
    font-weight: 700;
}

.banner-heading  {
    font-size: 72px;
    line-height: 65px;
    font-weight: 300;
    font-style: normal;
    color: #fff !important;
		width: 801px;
    margin: 16px 0px 16px 0px;
     font-family: "Roboto Condensed", sans-serif;

}

.event-logo {
    max-width: 200px;
    margin: 10px 0 25px 0;
}

.btn {
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 13px 28px;
    font-size: 20px;
    border-radius: .125rem;
    background-color: #3db7e4;
    border-color: #3db7e4;
    margin-top: 52px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.btn:hover {
    background: #2fa4c3;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
	
}

.swiper-pagination {
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
	bottom: 0px !important;
    padding: 8px 16px;
    max-width: 160px !important;
    margin: 0 auto !important;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: rgba(255,255,255,0.35);
    border-radius: 0;
    margin: 0 6px !important;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-bullet:hover {
    background: #ffffff;
}

.swiper-pagination {
    padding: 15px;
}

.swiper-pagination-bullet {
        min-width: 33px !important;
    height: 6px !important;         
    background-color: #fff !important; 
    border-radius: 0;      
    margin: 0 5px;        
    opacity: 0.5;         
    transition: opacity 0.3s;
}


.swiper-pagination-bullet-active {
    opacity: 1;           
    background-color: #ff0000 !important;
}
.image-text-video {
    padding: 170px 0;
    background: #fff;
}

.image-text-video .row {
    display: flex;
    align-items: center; 
   
}


.image-text-video .video-wrapper {
    display: flex;
    justify-content: center;
}

.image-text-video video,
.image-text-video iframe {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}

.image-text-video .text-wrapper {
    padding-left: 52px;
    max-width: 600px;
}

.image-text-video .text-wrapper p {
    font-size: 24px;
    line-height: 37px;
    color: #5e6a71;
    margin-bottom: 20px;
    font-weight: 300;
}

.image-text-video .container {
    max-width: 1416px;
}

.image-text-video {
    min-height: auto !important;
}
.listing-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    color: #fff;
    text-align: center;
}


.listing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    
    z-index: 1;
}

.listing-section .container {
    position: relative;
    z-index: 2;
}

.section-heading {
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}
.section-subheading {
    font-size: 21px;
	    line-height: 25px;
    opacity: 0.9;
	font-weight:100;
    margin: 0 auto 60px auto;
}

.listing-section .row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.listing-item {
    background: rgba(0, 40, 60, 0.8);
    padding: 40px 30px;
    border-radius: 6px;
    text-align: left;
    width: 100%;
    max-width: 320px;
}

.listing-item .icon {
    margin-bottom: 20px;
}

.listing-item .icon img {
    width: 60px;
    height: auto;
}

.listing-item h4 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.listing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-item h4,
.listing-item p {
    margin: 0;
}

.listing-item {
    flex-direction: row;
}

.listing-item h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.listing-item p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.listing-item .text-content {
    display: flex;
    flex-direction: column;
}

.listing-item .icon {
    margin-left: 20px;
}

.listing-item .icon img {
    width: 90px;
}

.recent-media {
    padding: 170px;
    background-color: #f9f9f9;
}

.recent-media .section-title {
    text-align: center;
    font-size: 44px;
	line-height: 53px;
	font-weight: 100;
    margin-bottom: 40px;
       color: #3db7e4;
    position: relative;
}


.featured-post {
    position: relative; 
    margin-bottom: 40px;
    overflow: hidden;
   height: 348px;
}
.featured-post::before {
    content: '';
    position: absolute;
    inset: 0;
      background-image: linear-gradient(to bottom, rgba(0, 51, 78, 0), rgba(0, 51, 78, 0.9));

    z-index: 1;
    transition: background 0.4s ease;
}


.featured-post img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    display: block;
    transition: transform 0.4s ease;
}
.featured-content.p-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: #fff;
    z-index: 10;
    transition: transform 0.4s ease;
}

.featured-post:hover img {
    transform: scale(1.05);
}

.featured-post .grid-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)); 
    color: #fff;
    z-index: 10; 
    transition: transform 0.4s ease;
}

.featured-post:hover .grid-content {
    transform: translateY(-5px);
}

.featured-post .category-label {
    background: rgb(0 51 78);
    display: inline-block;
    padding: .35em .65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
    width: 80px !important;
      margin-bottom: 16px !important;

    border-radius: 50rem !important;
}

.featured-post .post-date {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
    display: block;
}

.featured-post .post-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
      margin-bottom: 16px;
    color: #fff;
}
.featured-post .post-excerpt {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
}

.featured-post .read-more {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold !important;
    color: #3db7e4;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-flex;   
    align-items: center;           
    gap: 8px;               
}

.featured-post .read-more::after {
    content: ''; 
    display: inline-block;
    width: 32px;            
    height: 32px;           
    border-radius: 50%;    
    background-color: transparent; 
    background-image: url('/wp-content/uploads/2026/04/read-more-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
}
.featured-post .read-more:hover {
  color: #3db7e4;}

.recent-media .row {
    display: grid;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.recent-media .col-md-3 {
    position: relative;
    max-width: 100%;     
    box-sizing: border-box;
    overflow: hidden;
    height: 333px; 
    margin: 0;          
}

.recent-media .col-md-3::before {
    content: '';
    position: absolute;
    inset: 0;
      background-image: linear-gradient(to bottom, rgba(0, 51, 78, 0), rgba(0, 51, 78, 0.9))

    z-index: 1;
    transition: background 0.4s ease;
}

.col-md-3 img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.col-md-3:hover img {
    transform: scale(1.05);
}


.col-md-3 .grid-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    color: #fff;
    z-index: 10; 
    transition: transform 0.4s ease;
}

.col-md-3:hover .grid-content {
    transform: translateY(0px);
}

.grid-content .category-label {
   background: rgb(0 51 78);
    display: inline-block;
    padding: .35em .65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
    width: 80px !important;
    margin-bottom: 15px !important;
    border-radius: 50rem !important;
}

.grid-content .post-date {
     font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
}

.grid-content .post-title {
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
      margin-bottom: 16px;
    color: #fff;
}

.grid-content .read-more {
      font-size: 16px;
    line-height: 25px;
       font-weight: 300 !important;
        font-weight: bold !important;
    color: #3db7e4;
    text-decoration: none;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.grid-content .read-more::after {
    content: ''; 
    display: inline-block;
    width: 32px;            
    height: 32px;           
    border-radius: 50%;   
    background-color: transparent; 
    background-image: url('/wp-content/uploads/2026/04/read-more-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
	margin: -4px 0px -7px 9px;
}

.featured-post::before,
.col-md-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.05));
    pointer-events: none;
    border-radius: 12px;
    z-index: 5;
}

.contact-blurb-section {
    background-color: #f9f9f9;
    margin: 0px 0px 170px 0px;
}

.contact-blurb-section .section-title {
    text-align: center;
    font-size: 44px;
    line-height: 53px;
    font-weight: 100;
    margin-bottom: 40px;
    color: #3db7e4;
    position: relative;
}

.contact-blurb-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.contact-blurb-section .col-md-4 {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

.contact-blurb-section .blurb-block {
    position: relative;
    height: 447px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-blurb-section .blurb-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.4s ease;
}


/* Overlay */
.contact-blurb-section .blurb-block::before {
    content: '';
    position: absolute;
    inset: 0;
      background-image: linear-gradient(to bottom, rgba(0, 51, 78, 0), rgba(0, 51, 78, 0.9));

    z-index: 1;
    transition: background 0.4s ease;
}


.contact-blurb-section .blurb-content {
    position: relative;
    z-index: 2; 
    padding: 20px;
    color: #fff;
}
.contact-blurb-section .blurb-heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

.contact-blurb-section .blurb-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.contact-blurb-section .blurb-link {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #3db7e4;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* .contact-blurb-section .blurb-link::after {
    content: ''; 
    display: inline-block;
    width: 24px;            
    height: 24px;           
    border-radius: 50%;    
    border: 2px solid #ffffff; 
    background-color: transparent; 
    background-image: url('http://47.103.84.236/wp-content/uploads/2026/03/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    box-shadow: none;
    margin: 0px 0px -7px 9px;
    transition: transform 0.3s ease;
} */

/* home page css end */

h2.light {
    color: #3db7e4;
    font-weight: 100 !important;
    text-align: center;
    margin-bottom: 16px;
    font-size: 44px;
}
.ast-container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px !important;
    }
    .site-below-footer-wrap .ast-builder-grid-row-container-inner,
#ast-desktop-header .site-primary-header-wrap,
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
.container{
    max-width: 1416px !important;
    margin: 0px auto;
    position:  relative;
    padding: 0px 15px !important;
    width: 100%;
}

.main-navigation ul li a {
    padding: 0px 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
}
.main-navigation ul.sub-menu li.current-menu-item > a,
.main-navigation ul.sub-menu li > a:hover,
.main-navigation ul.main-header-menu > li.current-menu-item > a,
.main-navigation ul.main-header-menu > li > a:hover{
    color:#3db7e4 !important;
}

.site-below-footer-wrap .ast-builder-footer-grid-columns {
    flex-direction: row-reverse;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.site-below-footer-wrap .ast-builder-footer-grid-columns{
    flex-direction: row-reverse;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.site-below-footer-wrap .ast-builder-footer-grid-columns ul.wp-block-list {
    display: flex;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
}
.site-below-footer-wrap .ast-builder-footer-grid-columns ul.wp-block-list li{
    font-size: 14px;
    color: #5e6a71;
    font-weight: 300 !important;
}
.ast-footer-copyright p {
    font-size: 14px;
    color: #5e6a71;
    font-weight: 300 !important;
}
.widget h5.wp-block-heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #5e6a71;
    margin-bottom: 23px;
}
nav.footer-navigation ul#astra-footer-menu {
    display: flex;
    flex-direction: column;
}
nav.footer-navigation ul#astra-footer-menu li a{
    font-size: 16px;
    color: rgb(94 106 113);
    line-height: 25px;
    font-weight: 300 !important;
    padding: 0px;
}
nav.footer-navigation ul#astra-footer-menu li a:hover{
    color:#;
}
.site-footer-above-section-1 aside.footer-widget-area {
    margin: 0px;
}
.site-footer-above-section-2 .widget {
    margin: 0px 0px 23px;
}
.site-footer-above-section-2 h3.wp-block-heading {
    font-weight: 100 !important;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.2;
    color: #3db7e4;
    font-size: 24px;
}
.site-footer-above-section-2 .widget p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 300 !important;
    line-height: 19px;
    color: #5e6a71;
}
#block-15 figure {
    text-align: right;
}
ul.sub-menu li a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding: 5px 10px !important;
}
ul.sub-menu {
    padding: 15px 0px;
}

/* Banner */
.inner-banner {
    min-height: 456px;
    display: flex;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
   position: relative;
}
.inner-banner:before{
    content: '';
    position: absolute;
    height:100%;
    width: 100%;
    left:0px;
    top:0px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0) 70%);
}
.inner-banner .banner-buttons a.btn {
    text-transform: uppercase;
    color: #fff;
    background-color: #00334e;
    border-color: #00334e;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 20px;
}
.banner-overlay {
    width: 100%;
}
.inner-banner h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 75px;
    color: #00334e;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
     font-family: "Roboto Condensed", sans-serif;
}
.inner-banner p {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    color: #00334e;
    margin-top: 16px;
    max-width: 600px;
}
.inner-banner p:nth-child(2) {
    margin-bottom: 20px;
}
.page-id-413 .inner-banner p {
    max-width: 660px;
}
.inner-banner h1 span{
    color:#3db7e4;
}

/* Icon with text */
section.icon-with-text {
    padding: 170px 0px;
}
.icon-with-text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #00334e;
}
.icon-text-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 52px;
    gap: 30px;
}
.icon-text-wrapper .icon-box {
    width: 100%;
    text-align: center;
}
.icon-text-wrapper .icon-box img{
    width: 90px;
}
.icon-text-wrapper .icon-box h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #5e6a71;
}
.icon-text-wrapper .icon-box p{
        margin-bottom: 0;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500 !important;
    color: #00334e;
}

/* Core Market */
.core-markets h2.light {
    margin-bottom: 52px;
}
.core-markets-wrapper {
    display: grid;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px !important;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
}
.market-image{
    width: 100%;
    background-size: cover;
    height: 262px;
    background-position: center;
    background-repeat: no-repeat;
}
.core-markets-wrapper .market-content {
    padding: 16px 4px;
}
.market-content h3 {
    font-size: 21px;
    color: #00334e;
    line-height: 25px;
    font-weight: 500 !important;
    margin-bottom: 18px;
}
.market-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0;
}
a.arrow-btn {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #3db7e4;
    background: url(/wp-content/uploads/2026/03/arrow.png) no-repeat right center;
    padding-right: 35px;
}
a.arrow-btn:hover{
    color:rgb(29.0769230769,160.4615384615,208.9230769231);
}
.touch-btn {
    text-align: center;
    margin-bottom: 170px;
}
.touch-btn a.btn {
    text-transform: uppercase;
    color: #fff;
    background-color: #00334e;
    border-color: #00334e;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
}
.touch-btn a.btn:hover{
    
}
.title-text-image .content {
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    color: #00334e;
    font-weight: 500;
    margin-bottom: 70px;
}

.title-text-image .image-content {
    text-align: center;
}
.title-text-image .image-content img {
    max-width: 1107px;
}

/* Image with Text */
section.image-with-text {
    padding: 150px 0px 0px;
}
.image-with-text h2 {
    text-align: center;
    margin-bottom: 52px;
    font-size: 44px;
    color: #3db7e4;
    line-height: 53px;
}
.image-with-text .image-text-box > div{
    width:100%;
    position: relative;
}
.image-text-box .image img {
    width: 100%;
}
.image-with-text .image-text-box {
    display: flex;
    gap: 35px;
    margin-bottom: 170px;
   align-items: center;
}
.image-with-text .image-text-box .image:after {
    background: linear-gradient(270deg, #fff 0%, rgb(255, 255, 255) 1rem, rgba(255, 255, 255, 0) 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.image-with-text .image-text-box:nth-child(even) {
    flex-direction: row-reverse;
}
.image-with-text .image-text-box:nth-child(even) .image:after {
    content: '';
    background: linear-gradient(90deg, #fff 0%, rgb(255, 255, 255) 1rem, rgba(255, 255, 255, 0) 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-box-build-and-hla .image-with-text .image-text-box {
    flex-direction: row-reverse;
}

 .page-box-build-and-hla .image-with-text .image-text-box  .image:after {
    content: '';
    background: linear-gradient(90deg, #fff 0%, rgb(255, 255, 255) 1rem, rgba(255, 255, 255, 0) 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 a.main-btn {
    text-transform: uppercase;
    color: #fff;
    background-color: #00334e;
    border-color: #00334e;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
	     display: inline-block;
}
.image-text-box h3 {
    font-size: 24px;
    line-height: 29px;
    color: #00334e;
    font-weight: 500;
    margin-bottom: 23px;
}
.image-text-box p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}
.image-text-box ul {
    margin: 0px;
    padding: 0px 0px 0px 32px;
    list-style-type: "- ";
    margin-bottom: 20px;
}
.image-text-box ul li{
     font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}


/* Contact Us */
.contact-blurb {
    padding: 170px 0px 0;
}
.contact-blurb .contact-blurb-wrapper {
    display: grid;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.contact-blurb-wrapper .blurb-box {
    text-align: center;
}
.contact-blurb-wrapper .blurb-box img {
    max-width: 235px;
}
.contact-blurb-wrapper .blurb-box .blurb-content {
    padding: 20px 4px;
}
.contact-blurb-wrapper .blurb-box .blurb-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
.contact-blurb-wrapper .blurb-box .blurb-content h3 {
    color: #00334e;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
}
form .wpforms-field-container .hide-input input {
    display: none !important;
}
form .wpforms-field-container .hide-input label {
    font-size: 16px !important;
    line-height: 25px;
    color: #5e6a71;
    font-weight: 300 !important;
}
form .wpforms-field-container .wpforms-field label {
    font-size: 12px;
    font-weight: 500;
    color: #5e6a71;
    font-weight: bold;
        margin: 0px;
}
.wpforms-field-container .wpforms-field .wpforms-field-large {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.56;
    color: #5e6a71;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(94, 106, 113, .2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .12);
}
form .wpforms-field-container .wpforms-field ul li label {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
section.manufacture-form {
    margin-bottom: 170px;
}
.wpforms-field-container .last-field {
    position: absolute !important;
    bottom: -60px;
}
.wpforms-field-container {
    position: relative;
    padding-bottom: 10px;
}
.manufacture-form .wpforms-submit-container button {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #00334e !important;
    border-color: #00334e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .75rem 1.5rem;
    font-size: .875rem;
    border-radius: .125rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.manufacture-form .wpforms-submit-container button:hover{
        background-color: rgb(0, 17.6538461538, 27) !important;
    border-color: rgb(0, 17.6538461538, 27);
}

/* News */
.news-title{
    padding:52px 0px 100px;
}
.news-title h1{
        font-size: 72px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color:#3db7e4;
}
.post-filters {
    display: flex;
    align-items: center;
    gap: 15px;
}
.post-filters button.filter-btn {
    color: #00334e;
    font-weight: 500;
    line-height: 1.2;
    border: 0px;
    background: none;
    font-size: 16px;
    padding: 0px;
}
.category-group h2 {
    font-size: 44px;
    line-height: 53px;
    font-weight: 300 !important;
    color: #3db7e4;
    margin-bottom: 0px;
}


.contact-blurb.full .blurb-box{
    text-align: left;
}
.contact-blurb .blurb-box .blurb-image.full {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 262px;
}
.contact-blurb.full .blurb-box .blurb-content {
    padding: 20px 2px;
}
section.contact-blurb.full {
    padding-bottom: 170px;
    padding-top: 0;
}
.contact-blurb.full .blurb-box .blurb-content a.arrow-btn {
    margin-top: 15px;
    float: left;
}
.icon-list {
    padding: 170px 0px 0px;
}
.icon-list h4 {
    text-align: center;
    margin-bottom: 52px;
}
.list-wrapper {
    display: grid;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px !important;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
}
.icon-list.postnews .list-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.page-pcba .icon-list h4 {
    margin-top: 40px;
}
.list-wrapper .blurb-content p {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #5e6a71;
    margin-bottom:0px;
    padding-left:30px;
}
.list-wrapper .blurb-content p:before {
    content: '';
    background: url(/wp-content/uploads/2026/03/checkmark.png) no-repeat 0px 0px;
    width: 36px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}
.page-cable-and-harness-assembly section.icon-list {
    padding-top: 0;
    padding-bottom: 170px;
}
.page-testing-solutions .icon-with-text {
    padding: 52px 0px 0px;
}
.page-pcba .icon-with-text {
    padding-top: 0;
}
.page-pcba .icon-with-text .icon-box p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300 !important;
    color: #5e6a71;
}
.page-pcba .icon-with-text .icon-box h3 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    color: #00334e;
    margin: 15px 0px 10px;
}
.page-pcba .icon-text-wrapper .icon-box img{
        width: 140px;
}
.page-pcba .icon-with-text {
    padding-top: 0;
    padding-bottom: 0;
}
.latest-news .category-group {
    display: inline-block;
    width: 100%;
    margin-top: 52px;
}
.latest-news .category-group .title-block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom:15px;
}
.latest-news .category-group .title-block .view-all-btn{
        text-transform: uppercase;
    color: #fff;
    background-color: #00334e;
    border-color: #00334e;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 0px;
}
.posts-wrapper {
    display: grid;
    justify-content: center;
    column-gap: 25px;
    row-gap: 25px !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.posts-wrapper .post-image {
    height: 262px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
        width: 100%;
    position: relative;
}
.posts-wrapper .post-image .post-category {
    position: absolute;
    top: 8px;
    min-width: 100px;
    font-size: 14px;
    background: rgb(0 51 78);
    border-radius: 0px 20px 20px 0px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.post-item .post-content {
    display: inline-block;
    width: 100%;
    padding: 16px 4px;
}
.post-item .post-content .event-date{
        font-size: 16px;
    line-height: 25px;
    color: #00334e;
    font-weight: 300;
}
.post-item .post-content h3 {
    font-size: 21px;
    line-height: 25px;
    color: #00334e;
    font-weight: 500;
    margin: 8px 0px;
}
.post-item .post-content p {
    font-size: 16px;
    line-height: 25px;
    color: #5e6a71;
    font-weight: 300;
}
.latest-news {
    margin-bottom: 170px;
}
.page-contact-us .contact-blurb.full .contact-blurb-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
.social-media .code.left {
    max-width: 330px;
	width:100%;
}
.page-contact-us .contact-blurb.full {
    margin-top: 170px;
}
.image-text-video .video-wrapper{
	border-radius:8px; 
	overflow: hidden !important;
}
.social-media .container {
    display: flex;
    gap: 30px;
}
.social-media .container .code.left h2.light {
    text-align: left;
}
.social-media .container .code.left h4 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    color: #00334e;
    margin-bottom: 23px;
}
.social-media .code.left p{
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #5e6a71;
}

section.social-media {
    padding-bottom: 90px;
}


/* Category */
.archive #primary {
    max-width: 1416px;
    margin: 0px auto !important;
    position: relative;
    padding: 0px 15px !important;
    width: 100%;
}
.archive #primary section.ast-archive-description {
    padding: 52px 0px 100px;
    margin: 0px;
	border: 0px;
}
.archive #primary section.ast-archive-description h1 {
    font-size: 72px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3db7e4;
}

.archive #primary #main .ast-row {
    display: grid;
    justify-content: center;
    column-gap: 25px;
    row-gap: 25px !important;
    grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 170px;
}
.archive #primary #main .ast-row article {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.archive #primary #main .ast-row article .ast-article-inner {
    padding: 0px;
    box-shadow: none;
}
.archive #primary #main .ast-row article .ast-article-inner h2 a {
    font-size: 21px;
    line-height: 25px;
    color: #00334e;
    font-weight: 500;
    margin: 8px 0px;
}
.archive #primary #main .ast-row article .ast-article-inner .ast-excerpt-container p {
    font-size: 16px;
    line-height: 25px;
    color: #5e6a71;
    font-weight: 300;
}
.archive #primary #main .ast-row article .read-more a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #3db7e4;
    padding-right: 35px;
}
.archive #primary #main .ast-row article .read-more a:hover{
color:rgb(29.0769230769,160.4615384615,208.9230769231);
}

.center-text-with-heading .content {
    padding-top: 170px;
    text-align: center;
}
.center-text-with-heading .content p {
    color: #00334e;
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
}






@media only screen and (max-width: 1600px){
	.archive #primary,
   .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .container{
         max-width: 960px !important;
    }
	.title-text-image .image-content img {
    max-width: 100%;
}
   
}
@media only screen and (max-width: 1400px){
	.image-text-video .row > div {
    width: 100%;
}
	.image-text-video .text-wrapper p{
		font-size:16px;
		line-height:26px;
	}
	.wp-video {
    max-width: 456px !important;
}
	.title-text-image .image-content img {
    max-width: 100%;
}
	.image-with-text .image-text-box {
    margin-bottom: 100px;
}
.contact-blurb .contact-blurb-wrapper {
    grid-template-columns: 1fr 1fr;
}	
}




@media only screen and (max-width: 1018px){
	.archive #primary,
   .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .container{
         max-width: 672px !important;
    }
    .page-contact-us .contact-blurb.full .contact-blurb-wrapper {
    grid-template-columns: 1fr 1fr;
}
	.content.newspst .text ul {
    column-count: 1;
    padding-left: 0;
}
	.contact-blurb-section.post-block .row,
	.icon-list.postnews .list-wrapper,
	.contact-blurb-section.post-block .row,
.contact-blurb .contact-blurb-wrapper {
    grid-template-columns: 1fr 1fr !important;
}   
.inner-banner h1 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
   font-weight: 100;
}
.inner-banner h1 span{
    font-weight:700;
}
	.slider-content {
    width: 100% !important;
}

.list-wrapper {
    grid-template-columns: 1fr;
}
.icon-text-wrapper {
    align-items: center;
    justify-content: center;
    margin-top: 52px;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}	
	
	.image-with-text .image-text-box {
    margin-bottom: 80px;
}
.contact-blurb .blurb-box .blurb-image.full {
    height: 176px;
}
	.archive #primary #main .ast-row,
	.posts-wrapper {
    grid-template-columns: 1fr 1fr;
}
	.image-text-video .row{
		flex-direction: column;
	}
	.image-text-video .text-wrapper {
    padding-left: 52px;
    max-width: 100%;
    padding-right: 52px;
    margin-top: 50px;
}
	.image-text-video .text-wrapper p {
    font-size: 16px;
    line-height: 25px;
}
.banner-heading {
    font-size: 37px;
    line-height: 45px;
	width:100%;
}
	.home-slider .swiper-slide{
		padding:0px;
	}
	.image-text-video {
    padding: 100px 0 170px 0;
}
	.listing-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.recent-media {
    padding: 80px 15px;
}
	.contact-blurb-section .row,
	.recent-media .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.recent-media .col-md-3{
		max-width: 100%;
	}
	.contact-blurb-section .col-md-4 {
    max-width: 100%;
}
	.contact-blurb-section .blurb-block {
    height: 354px;
}
	section.icon-with-text {
    padding: 100px 0px;
}
	.market-image {
    height: 160px;
}
	.image-with-text .image-text-box {
    margin-bottom: 100px;
}
	.icon-list {
    padding: 80px 0px 0px;
}
	section.image-with-text {
    padding: 100px 0px 0px;
}
	.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns {
    gap: 10px !important;
}
	
}


@media only screen and (max-width: 767px){
	.image-text-section .container{
		flex-direction: column !important;
		padding-bottom: 20px !important;
	}
	.image-text-section .container:before{
		display:none !important;
	}
.inner-banner h1 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
	.icon-list.postnews .list-wrapper,
	.contact-blurb-section.post-block .row,
.contact-blurb .contact-blurb-wrapper {
        grid-template-columns: 1fr !important;
    }
    .page-contact-us .contact-blurb.full .contact-blurb-wrapper {
        grid-template-columns: 1fr;
    }    
    .posts-wrapper {
    grid-template-columns: 1fr;
}
#astra-footer-menu{
    margin-bottom: 20px;
}
#astra-footer-menu li{
    align-items: flex-start;
}
.news-title h1 {
    font-size: 41px;
    line-height: 37px;
}
.site-below-footer-wrap .ast-builder-footer-grid-columns {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start;
    text-align: left;
}
#block-15 figure {
    text-align: center;
    margin-left: 0px;
}
.contact-blurb-section .row{
    flex-direction: column;
}
.contact-blurb-section .col-md-4 {
    max-width: 100%;
}
	.recent-media .col-md-3{
		 max-width: 100%;
	}
.image-text-video .row,	
	.listing-section .row,
.recent-media .row{
     flex-direction: column;
	        display: flex;
}
.recent-media {
    padding: 0px;
	margin-bottom: 50px;
}
	.touch-btn {
    text-align: center;
    margin-bottom:70px;
}
	.image-text-video .text-wrapper {
    padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
}
	.image-text-video .text-wrapper p {
    font-size: 16px;
    line-height: 25px;
}
	.image-text-video{
		padding-bottom:100px;
		padding-top: 80px;
	}
	.section-heading {
    font-size: 29px;
    line-height: 35px;
}
	.banner-heading {
    font-size: 19px;
    line-height: 25px;
    width: 100%;
}
	.home-slider .swiper-slide{
		    min-height: 349px;
    max-height: 349px; 
		padding: 0px 0px 0px 0px;
		height: auto;
	}
	.listing-section .row{
		align-items: center;
	}
	.image-text-video .video-wrapper{
		width:100%;
		        border-radius: 8px;
        overflow: hidden;
	}
	.contact-blurb-section .section-title,
	.recent-media .section-title {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 30px;
		margin-top:80px;
}
	.featured-post .post-excerpt{
		display:none;
	}
	.contact-blurb-section {
    margin: 0px 0px 110px 0px;
}
	
	.inner-banner{
		min-height: 300px;
	}
h2.light {
    font-size: 29px;
}	
	.image-with-text h2 {
    font-size: 29px;
    line-height: 35px;
		margin-bottom:23px;
}
	.list-wrapper{
		grid-template-columns: 1fr;
	}	
	.icon-text-wrapper{
		flex-direction: column;
		display: flex
	}
.image-with-text .image-text-box {
    margin-bottom: 80px;
    flex-direction: column !important;
}
box:nth-child(even) {
    flex-direction: column !important;
}
section.contact-blurb.full {
    padding-bottom: 80px;
}	
.latest-news {
    margin-bottom: 80px;
}
.wpforms-field-container .last-field {
    bottom: -92px;
}
	.sub-heading {
    font-size: 17px !important;
}
	.btn {
    margin-top: 15px;
}
	.event-logo {
    margin: 10px 0 0px 0;
}
	.swiper-pagination{
		display:none;
	}
.btn{
		padding: 4px 15px;
	}
	.col-md-3 img {
    height: 358px;
}
	.grid-content .post-title {
    font-size: 28px;
    line-height: 33px;
}
	.contact-blurb-section .row, .recent-media .row {
        display: grid;
        grid-template-columns: 1fr;
    }
	section.icon-with-text {
    padding: 80px 0px;
}
	.icon-text-wrapper .icon-box p{
		    font-size: 21px;
    line-height: 28px;
	}
	.core-markets-wrapper {
    grid-template-columns: 1fr;
}
	.page-cable-and-harness-assembly .inner-banner,
	.page-china-facility .inner-banner {
    padding: 40px 0px;
}
	.page-cable-and-harness-assembly .inner-banner p,
	.page-china-facility .inner-banner p {
    font-size: 18px;
}
	section.image-with-text {
    padding: 80px 0px 0px;
}
	.contact-blurb {
    padding: 80px 0px 0;
}
	.page-contact-us .contact-blurb.full {
    margin-top: 80px;
}
.page-cable-and-harness-assembly section.icon-list {
    padding-bottom: 80px;
}	
.image-with-text .image-text-box .image:after,
	.image-with-text .image-text-box:nth-child(even) .image:after{
		background: linear-gradient(0deg, #fff 0%, rgb(255, 255, 255) 1rem, rgba(255, 255, 255, 0) 40%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	}
	.inner-banner:before{
		        background: rgba(0, 0, 0, 0);
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.5) 100%) !important;
        min-height: 300px;
        height: 300px;
	}
	.social-media .code.left{
		max-width:100%;
		margin-top:80px;
	}
	.social-media .container{
		flex-direction: column;
	}
	section.social-media {
    padding-bottom: 0;
}
	
    section#block-15 figure.wp-block-image.alignright.size-full.is-resized {
        text-align: center !important;
        margin-left: 0;
        display: inline-block;
        float: none;
        display: inline;
    }
	.site-footer-above-section-2 .widget {
    margin: 0px 0px 0px;
    text-align: left;
    float: left;
		width: 100%;
}
	.site-below-footer-wrap .ast-builder-footer-grid-columns ul.wp-block-list {
    font-family: 'Roboto', sans-serif;
    flex-direction: column;
}
	.widget h5.wp-block-heading {
    text-align: center;
}
nav.footer-navigation ul#astra-footer-menu {
    justify-content: center;
    align-items: center;
}	
	.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns {
        align-items: center !important;
        justify-content: center;
    }
	.archive #primary #main .ast-row{
		grid-template-columns: 1fr;
	}
	.center-text-with-heading .content {
    padding-top: 70px;
}
	
}


/* Single */
.image-text-section .container {
    display: flex;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .12);
    border-radius: 2px;
    background: #fff;
    margin-top: -30px !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
	flex-direction: row-reverse;
}
.image-text-section .description {
    width: 100%;
    padding: 23px;
}
.image-text-section .description p{
	margin-bottom:0px;
}
.image-text-section .btn-wrapper {
    width: 100%;
    text-align: center;
}
.image-text-section .btn-wrapper a{
	margin:0px;
	text-transform: uppercase;
    color: #fff;
    background-color: #00334e;
    border-color: #00334e;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
}
.single-post .ast-container {
    display: inline-block;
}
.image-text-section .description p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #5e6a71;
    font-weight: 300;
    text-align: center;
}
section.post-content {
    max-width: 1030px;
    margin: 120px auto 150px;
    padding: 0px 15px;
}
.post-content h2.wp-block-heading {
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: #3db7e4;
    margin-bottom: 25px;
}
 .post-content p {
    font-size: 16px;
    line-height: 24px;
    color: #5e6a71;
    font-weight: 300;
}
.image-text-section .container:before {
    content: '';
    width: 1px;
    background: #cccccc94;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    margin-top: -40px;
}
.single.ast-separate-container {
    background-color: #ffffff;
}
.image-text-section .image-text-wrapper {
    width: 100%;
    text-align: center;
    padding: 23px;
}
.image-text-section .image-text-wrapper .image img {
    max-width: 300px;
    margin: 0px auto;
}
.event-single .title-text-section {
    margin-top: 80px;
}

.event-single .title-text-section h2{
	margin-bottom:25px;
}
.event-single p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #5e6a71;
    font-weight: 300;
    text-align: center;
}
.home .contact-blurb-section {
    background: #fff;
}
.description.event-desc p {
    text-align: left;
    margin-bottom: 20px;
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
}
.video-thumbnail iframe {
    width: 100%;
    height: 450px;
}
.video-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 160px;
}
.play-btn img {
    height: 187px;
    width: 187px;
}
.contact-blurb-section.post-block {
    margin: 170px 0px;
}
.contact-blurb-section.post-block .row {
    display: grid !important;
    justify-content: center;
    column-gap: 25px !important;
    row-gap: 25px !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.contact-blurb-section.post-block .col-md-4 {
    flex: inherit;
    max-width: 100%;
}
.contact-blurb-section.post-block .col-md-4 h3 {
    color: #FFF;
    margin-bottom: 10px;
}
.ast-container .image-with-text ~ .image-with-text {
    margin-top: 0 !important;
    padding-top: 0;
}
.content.newspst .text ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #5e6a71;
    margin-bottom: 10px;
    padding-left: 30px;
}
.content.newspst .text ul li:before {
    content: '';
    background: url(/wp-content/uploads/2026/03/checkmark.png) no-repeat 0px 0px;
    width: 36px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}
.content.newspst .text ul {
    column-count: 2;
    padding-left: 0;
}
@media only screen and (max-width: 767px){
	.play-btn img {
    height: 70px;
    width: 70px;
}
}