body {
    font-family: 'Georgia', sans-serif; /* Fallback font */
    font-family: 'Georgia', sans-serif; /* Custom web font */
}
.custom-logo-link {max-width: 300px;}
.header-t {background-color: #3e9db3;}
.header-b {background-color: #a5caa5; border: none;}
.main-navigation ul li a {color: #fff;}
.main-navigation ul li {margin-top: 13px;}
.page-header .page-title {margin: 30px 0 15px;}
.container-footer2 {background-color: #a5caa5; margin-top: -33px; padding-top: 20px; padding-bottom: 10px;}
.container3 {color: #fff; padding-top: 50px; padding-left: 20px; padding-right: 20px;}
.site-footer .site-info a.privacy-policy-link {color: #fff;}
p {letter-spacing: 1px;}
.site-info {background-color: #439db2;}
.footer-p {color: #fff; letter-spacing: 2px;}
.header-b {padding: 20px;}
   .container-footer {
        display: flex;
        flex-wrap: wrap;
    }
.header-m {padding: 5px 0 5px;}
ul {letter-spacing: 1px;}
.post-thumbnail {
 
}


.app1 {float: left;}
.breadcrumb-wrapper {display:none;}
#primary .site-main {padding: 0;}
.main-content {
	margin-top: 0;
}
    /* Style for each column */
    .column-footer {
        flex: 1;
        padding: 10px;
        box-sizing: border-box;
    }

    /* Style for images */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Style for text in the first column */
    .text {
        font-size: 18px;
    }

    /* Media query for mobile screens */
    @media (max-width: 1024px) {
			.service {
width: 100%;
}
			.app1 {float: none; margin: 0 auto;
			}
        .container-footer {
            flex-direction: column; max-width: 300px;  /* Stack columns vertically */
        }
        .column-footer {
            flex: 100%; /* Each column takes full width */
            margin: 0px auto 0 0px;
					max-width: 400px;
        }
			.column-footer .text {font-size: 13px;}
			.column-footer img {
        width: 300px;
        height: 150px;
    }
			.column-footer .text {
font-sixe: 1em;
			}
				.main-navigation ul li a {color: #000;}
			.main-navigation .current-menu-item a {color:#d0a97b;}
    }


@media (max-width: 1440px) {.container {max-width: 1440px;} }

#primary {padding: 0;}

.full-width #primary .page .text-holder, .full-width #primary .post .text-holder {padding: 20px;}

.container-footer {width: 80%; margin: 0 auto;}


.container-icon {
    display: flex;
    flex-wrap: wrap;
  }
.box {
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
	text-align: center;
	color: #3e9db3;
  line-height: 24px;
}

	
	.box-icon {
    font-size: 24px;
    margin: 0 auto;
		max-width: 100px;
		
  }
  
  @media screen and (max-width: 768px) {
    .box {
      width: calc(100% - 20px);
    }
  }
.banner-quote {
    /* Your CSS rules here */
    padding-left: 0;
    max-width: 100%;
	background-color: #a5caa5;
	width: 1400px;
	padding: 6% 9% 2% 9%;
	color: #fff;
	font-size: 24px;
	font-style:italic;
}

@media only screen and (max-width: 767px) {
	#secondary-toggle-button {display: none;}
	.full-width #primary .page .text-holder, .full-width #primary .post .text-holder {padding: 10%;}

}
@media screen and (max-width: 768px) {
    .footer-p {
        font-size: 14px;
        letter-spacing: 1px;
    }
	.service {
width: 83%;
}
}

.has-large-font-size {color: #a5caa5; }

.full-width #primary .page .text-holder, .full-width #primary .post .text-holder {max-width: 1040px;}

.service {
    width: 40%; /* Default width */
}

@media screen and (max-width: 1024px) {
    .service {
        width: 100%; /* Width at 1024px breakpoint */
    }
}

.service-indent {
    margin-left: 0%; /* Default width */
}
.service-indent ul li {
        margin: 5px;
        margin-bottom: 20px; /* Adjusted margin-bottom */
    }

@media screen and (max-width: 1024px) {
    .service-indent {
       margin-left: 0%; /* Width at 1024px breakpoint */
    }
}
@media only screen and (max-width: 600px) {
        .service-indent ul {
            justify-content: flex-start; /* Align items to the start on smaller screens */
        }
    }

 .container-pic {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Align items to the top of the flex container */
  }
  .image {
    flex: 0 0 30%;
    margin-right: 20px;
  }
  .image img {
    width: 100%;
    height: auto;
  }
  .text {
    flex: 1 1 auto;
  }
  @media (max-width: 768px) {
    .container-pic {
      flex-direction: column;
    }
    .image, .text {
      margin-right: 0;
      width: 100%;
    }
  }
 .image-container {
    background-color: #eee;
    padding: 20px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .image-item {
    flex: 0 0 calc(33.33% - 10px); /* Three images in a row with margin */
    margin-bottom: 10px;
  }
  .image-item img {
    width: 100%;
    display: block;
  }
  @media (max-width: 768px) {
    .image-item {
      flex: 0 0 100%; /* Make each image take full width on smaller screens */
    }
  }
 .image-container {
    background-color: #eee;
    padding: 20px;
  }
  .row-three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .image-item-three {
    flex: 0 0 calc(50% - 10px); /* Two images in a row with margin */
    margin-bottom: 10px;
  }
  .image-item-three img {
    width: 100%;
    display: block;
  }
  @media (max-width: 768px) {
    .image-item-three {
      flex: 0 0 100%; /* Make each image take full width on smaller screens */
    }
  }

#primary .post .entry-content blockquote p, #primary .page .entry-content blockquote p { font-size: 22px; color: #a5caa5; line-height: normal;}

.wp-block-media-text .wp-block-media-text__content {font-size: 18px; line-height: 27px;}

.wp-block-media-text .wp-block-media-text__media {margin-bottom: 22px;}



.right a img {
    width: 15px; /* Adjust size as needed */
    height: 15px; /* Adjust size as needed */
    object-fit: contain; /* Maintain aspect ratio */
    transition: filter 0.3s ease; /* Transition effect */
    text-decoration: none; /* Remove underline */
}

.right a {
    text-decoration: none; /* Remove underline */
}

.right a:hover img {
    filter: grayscale(100%) brightness(0) invert(1); 
	text-decoration: none;
	/* Change the color to white on hover */
}
