/*
customizer css

dark-black: #1d1d1d
orange: #cf5727
grey: #8B9094
blue: #0095DD

black:#000000
white:#ffffff

*/

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald",Helvetica,sans-serif;
}
p {
  font-family: Arial,Helvetica,Sans-serif;
  color: #525252;
  line-height: 1.4em;
}
.top-header{}
.bottom-header .col-md-12 .col-md-6:nth-child(2) {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 30px;
}
.bottom-header .col-md-12 .col-md-6:nth-child(2) h2{
  font-size: 3rem;
}
footer{
    padding-top: 0rem !important;
}
footer .outside-container{
     background-color: #111;
    padding: 50px 0;
}
footer .container{
    max-width: 1140px;
}
.footer-col {
    margin-bottom: 30px;
}
.footer-col h4 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    text-align: center;
}



/**/
.footer-col ul li {
  position: relative;
  display: inline-block;
 color: #0095DD;
  transition: color 0.3s ease;
}


/*

.footer-col ul li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease;
}

*/


/* Expand underline on hover */
.footer-col ul li:hover::after {
  width: 100%;
}

















.ccm-block-autonav .flex-column{
    flex-direction: row !important;
}
.ccm-block-autonav{
    margin-bottom: 60px;
    background-color: #1d1d1d !important;
  border-radius: 0px !important;
}
/* Active item */
.ccm-block-autonav .nav-link.active {
    background: #0095DD !important;  /* Force orange background */
    color: white !important;         /* Force white text */
    text-transform: uppercase !important;
}

/* Inactive items */
.ccm-block-autonav .nav-link {
    background: none !important;     /* Force no background */
    color: gray !important;          /* Force gray text */
    text-transform: uppercase !important;
    transition: 0.3s !important;     /* Smooth hover effect */
}

/* Optional: hover effect for inactive items */
.ccm-block-autonav .nav-link:hover {
    color: #0095DD !important;       /* Force highlight on hover */
}


/* Active and Hovered items */
.ccm-block-autonav .nav-link.active:hover {
    color: black !important;
}






.top-header .container{
    max-width: 100%;
    background-color: #1d1d1d;
}
.footer-heading{
    font-size:20px;
    text-align: center;
}
.footer-heading span{
    color: #0095DD;
}
.nav-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; /* optional side padding for mobile */
}
.custom-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
  font-family: 'Arial', sans-serif;
}
.nav-item {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-item.active {
 color: #0095DD;
}
.divider {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #999;
  opacity: 0.6;
  margin: 0 10px;
}
.line-extend {
  flex-grow: 1;
  max-width: 100%;
}
.concrete-branding .col-md-6,
.concrete-branding .col-md-6 a{
    color: white;
}
.ccm-page > div.container {
    margin-top: 1rem;
}
.centered-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* for fallback inline elements */
}
.centered-image img {
    display: block; /* removes default inline spacing */
    max-width: 100%;
    height: auto;
}
.ccm-page-id-241 .footer-heading{
    margin: 0px;
}
.expertise .ccm-layout-col{
    min-width:100%;
}



.nc-testimonials {
    width: 300px;
  padding-left: 50px;
    padding-top: 20px;
}


/* Blockquote appearance */
.nc-testimonials blockquote {
  border-left: 5px solid #999;
  padding-left: 15px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-style: normal;
  color: #444;
  background: none;
}

/* Paragraph inside blockquote */
.nc-testimonials blockquote p {
  margin: 0;
  padding: 0;
  quotes: "“" "”" "‘" "’";
}

/* Name + title styling */
.nc-testimonials blockquote small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  font-style: normal;
}

/* Optional: bold the name */
.nc-testimonials blockquote small a,
.nc-testimonials blockquote small {
  font-weight: 600;
  color: #777;
  text-decoration: none;
}

/* Title under name */
.nc-testimonials .nc-testimonials-dept {
  font-size: 14px;
  display: block;
  margin-top: 3px;
  color: #aaa;
  font-weight: normal;
}



.cta-section {
  text-align: center;
  background-color: #f5f5f5;
  padding: 40px 20px;
  margin: 60px auto;
  border-radius: 8px;
  max-width: 900px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 5px solid #0095DD;


  
}

.cta-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.cta-subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #0095DD;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #006699;
}



.info-card {
  background-color: #f5f5f5;
  border-left: 5px solid #0095DD;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 30px auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

.info-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111;
}

.info-card p {
  font-size: 16px;
  margin: 10px 0;
}

.info-card a {
  color: #0095DD;
  text-decoration: none;
}

.info-card a:hover {
  text-decoration: underline;
}


.custom-nav .nav-item {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.custom-nav .nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: currentColor; /* or use a custom color */
  transition: width 0.3s ease;
}
.custom-nav .nav-item:hover::after {
  width: 100%;
}

.bio-pdf-button{
    margin-top: 20px;
    text-align: center;
}

.bio-pdf-button .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0095DD;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.bio-pdf-button .btn:hover {
   color: white;
  background-color: #006699;
}

.btn {
  color: white;
}

.btn:hover {
  color: white;
  background-color: #006699;
  border: 0px;
}

.footer-graphic{
      max-width:100%;
}



div.theme-atomik footer {
  background-color: #f5f5f5;
}


footer .col-md-6,
footer .col-md-6 a{
  color: black !important;
}

.image-margin-bottom{
  margin-bottom:20px;
}




.grecaptcha-badge{
  z-index: 1;
}





























@media screen and (max-width:980px){
    
    
    
}
@media screen and (max-width:768px){
    
    
    
    
    .custom-divider{
      display:none;
    }
   
    .nc-testimonials {
      width: 100%;
      padding-left: 0px;
      padding-top: 0px;
    }
    .expertise .ccm-layout-column{
        min-width:100%;
    }
}