@charset "UTF-8";
/* New Mccoy Code */
@import "bootstrap.min.css";
@import "https://cdn.jsdelivr.net/npm/photoswipe@5.3.0/dist/photoswipe.css";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.3/css/lightgallery.css";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.3/css/lg-zoom.css";
@import "https://cdn.jsdelivr.net/npm/justifiedGallery@3.8.1/dist/css/justifiedGallery.css";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.3/css/lg-thumbnail.css";
.orange {
  color: #f15c22;
}

.orange508 {
  color: #c94e33;
}

.orangegradient {
  background-image: linear-gradient(to bottom, #f6916a 0, #f15c22 100%);
}

.darkorange {
  color: #bb3d0c;
}

.darkorangegradient {
  background-image: linear-gradient(to bottom, #f47f52 0, #bb3d0c 100%);
}

.green {
  color: #005030;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.gray {
  color: #333333;
}

.spacer-50 {
  height: 50px;
}

.spacer-100 {
  height: 100px;
}

.spacer-200 {
  height: 200px;
}

.spacer-300 {
  height: 300px;
}

.spacer-400 {
  height: 400px;
}

.spacer-500 {
  height: 500px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-display: auto;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  margin-top: 18px;
  margin-bottom: 9px;
  text-shadow: 1px 1px 2px #000;
}

h2 {
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  margin-top: 24px;
  margin-bottom: 9px;
}

h3 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 21px;
  margin-top: 18px;
  margin-bottom: 9px;
}

h4 {
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  margin-top: 18px;
  margin-bottom: 9px;
}

h5 {
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  margin-top: 18px;
  margin-bottom: 9px;
}

h6 {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  margin-top: 9px;
  margin-bottom: 9px;
}

p.lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

a.btn-warning {
  background-image: linear-gradient(to bottom, #f6916a 0, #f15c22 100%);
  font-weight: 400;
  border-radius: 0;
  font-style: italic;
}

.btn-outline-light:hover {
  background-color: #000000 !important;
  color: #fff !important;
}

a.bigbtn {
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #f6916a 0, #f15c22 100%);
  padding: 15px 25px;
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  color: #fff;
  transition: background-image 0.2s ease-in-out;
}

a.bigbtn:after {
  content: "";
  color: #fff;
  align-items: start;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/imgs/circle2.svg");
  border-radius: 50%;
  background-color: none;
  margin-left: 10px;
  margin-top: 6px;
  margin-right: 0px;
  vertical-align: text-top;
}

a.fancylink {
  font-weight: 400;
  font-size: 21px;
  display: block;
  font-style: italic;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #c94e33;
}

a.fancylink:after {
  content: "";
  color: #fff;
  align-items: start;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/imgs/circle.svg");
  border-radius: 50%;
  background-color: #c94e33;
  margin-left: 10px;
  margin-top: 6px;
  margin-right: 20px;
  vertical-align: text-top;
}

.testimonial-icons a {
  padding: 10px;
  width: 100%;
  height: 50px;
}

.btn-facebook, .btn-instagram, .btn-x, .btn-linkedin, .btn-youtube {
  margin-right: 8px;
  padding: 10px;
  text-indent: -9999px !important;
}

.btn-facebook {
  color: #fff;
  background: #3b5998 url("/assets/icons/ico-facebook.png") no-repeat center center;
  background-size: 32px;
}
.btn-facebook:hover {
  background-color: #3b5998;
  color: #fff;
}

.btn-instagram {
  color: #fff;
  background: #c13584 url("/assets/icons/ico-instagram.png") no-repeat center center;
  background-size: 32px;
}
.btn-instagram:hover {
  background-color: #c13584;
  color: #fff;
}

.btn-x {
  color: #fff;
  background: #1da1f2 url("/assets/icons/ico-x.png") no-repeat center center;
  background-size: 32px;
}
.btn-x:hover {
  background-color: #1da1f2;
  color: #fff;
}

.btn-linkedin {
  color: #fff;
  background: #0077b5 url("/assets/icons/ico-linkedin.png") no-repeat center center;
  background-size: 32px;
  color: #fff;
}
.btn-linkedin:hover {
  background-color: #0077b5;
  color: #fff;
}

.btn-youtube {
  color: #fff;
  background: #ff0000 url("/assets/icons/ico-youtube.png") no-repeat center center;
  background-size: 32px;
  color: #fff;
  margin-right: 0;
}
.btn-youtube:hover {
  background-color: #ff0000;
  color: #fff;
}

blockquote {
  font-size: 28px;
  font-style: italic;
  line-height: 36px;
  padding: 40px 20px 0;
  margin: 20px 0;
  position: relative;
  font-size: 24px;
}
blockquote p {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}
blockquote cite::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: 54px;
  left: -50px;
  font-size: 140px;
  font-family: "Open Sans";
  color: #ddd;
}

blockquote::after {
  content: "”";
  display: block;
  position: absolute;
  bottom: -54px;
  right: -20px;
  font-size: 140px;
  font-family: "Open Sans";
  color: #ddd;
}

blockquote.small {
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
  padding: 40px 20px 0;
  margin: 20px 0;
  position: relative;
  font-size: 24px;
}
blockquote.small p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}
blockquote.small cite::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

blockquote.small::before {
  content: "“";
  display: block;
  position: absolute;
  top: 54px;
  left: -30px;
  font-size: 80px;
  font-family: "Open Sans";
  color: #ddd;
}

blockquote.small::after {
  content: "”";
  display: block;
  position: absolute;
  bottom: -54px;
  right: 0px;
  font-size: 80px;
  font-family: "Open Sans";
  color: #ddd;
}

nav .breadcrumb {
  margin-top: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

footer {
  background-color: #000000;
  padding: 40px 0;
  color: #FFFFFF;
}

footer h4 {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 9px;
}

footer a {
  color: #e1ccba;
  text-decoration: none;
}

footer a:hover {
  color: #c94e33;
  text-decoration: underline;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li ul {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 20px;
}

footer ul li {
  list-style: none;
  padding: 5px 0 5px 12px;
}

address p a {
  padding: 7px 0 0px;
  display: block;
}

address p a.email {
  padding: 7px 0 7px;
  display: block;
}

footer .ft-utility {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #333333;
}

footer .utility-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

footer .utility-nav li {
  display: inline-block;
  list-style: none;
  padding: 5px 10px 5px 5px;
}

/* Bootstrap 5.3 Navigation Customizations */
header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

nav.bg-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: saturate(300%) blur(8px) contrast(100%);
}

.bg-green {
  background-color: #005030;
  margin-top: 10px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  min-height: 220px;
  text-align: center;
}
.bg-green h3 {
  font-size: 28px;
}
.bg-green a {
  font-weight: 400;
  font-style: italic;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #f15c22;
  font-size: 21px;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .bg-green {
    min-height: 140px;
  }
}
.navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
}

.nav-link {
  color: #FFFFFF;
}

.dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 1rem 1rem;
  min-width: 600px;
}

.dropdown-menu h6 {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.dropdown-menu h6 a {
  font-weight: 800;
}

.dropdown-header {
  color: #c94e33;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  color: #000;
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #c94e33;
}

.btn-warning {
  background-color: #c94e33;
  border-color: #c94e33;
  color: white;
  font-weight: 600;
}

.btn-warning:hover {
  background-color: #c94e33;
  border-color: #c94e33;
  color: white;
}

.btn-outline-light:hover {
  background-color: #f15c22;
  border-color: #f15c22;
}

.email-btn {
  width: 99%;
  margin: 10px 0 20px;
}

/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
  .dropdown-menu {
    min-width: auto;
    width: 100%;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ddd;
    background-color: transparent;
    padding: 0 0 20px;
    border-radius: 0;
  }
  .navbar-nav .dropdown-menu a.dropdown-item {
    color: #ffffff;
  }
  .navbar-nav .dropdown-menu a.dropdown-item:hover {
    color: #ddd;
    background-color: transparent;
    text-decoration: underline;
  }
  .d-flex {
    margin-bottom: 20px;
  }
  .d-flex a {
    width: 50%;
  }
}
/* Image Gallery */
.gallery-item {
  width: 200px;
  padding: 5px;
}

/*# sourceMappingURL=main.min.css.map */
