
.plotstar-content {
    padding: 30px 40px;
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Ensure equal height for text and image container */
.plotstar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Ensures both sides stretch equally */
}

/* Ensure image takes up the full height of the container */
.plotstar-image-container {
    display: flex;
    align-items: stretch;
}

.plotstar-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the area without distortion */
}

/* Keep address info styling */
.address-info {
    line-height: 1.6;
}

.address-info strong {
    font-weight: bold;
}


.internal-page{
  padding-top: 150px;
} 
.internal-page h2{
  color: #2c5f34;
}
#read-more{
  color: #fff;
}
.featurette-divider {
  margin: 5rem 0;
}
.object-fit {
    left: 0;
    top: 0;
    width: 100%;
}
body hr{
  background-color: rgba(90,90,90,0.2);
  width: 100%;
}

body h6{
  margin-bottom: 0;
}
.footer-info a{
  color: #b1dfff;
}
.footer-info a:hover{
  color: #b1dfff;
  text-decoration: underline;
}
.bold-text{
  font-family: 'latoregular', sans-serif;
 
}

.centerline {
    margin: 10px auto;
    width: 60%;
    position:relative;
    text-align:center
}
.centerline:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 4px solid #71b2e0;
    transform: translate(-50%);
}

.my-110{
  margin: 110px 0;
}
/* angled div */
.working-hard {
  position: relative;
  padding: 100px 0;
  background: #71b2e0;
  overflow: visible;
  z-index: 1;
  color: #fff;
}

.working-hard:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(11deg);
}
.working-hard:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(352deg);
}
/* displays the content inside, as these settings in the parent breaks the effect */
.working-hard div {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
}
.working-hard img{
  max-width: 125px;
  margin-bottom: 15px;
}
.working-hard p{
  margin-bottom: 45px;
  color: #fff;
}
.working-hard h3{
  margin-bottom: 35px;
}

#about-ltw span{
  
  font-family: "latoregular", sans-serif;
}





.modal-content iframe{
        margin: 0 auto;
        display: block;
    }
.modal {
    background-color: rgba(0,0,0,0.8);
  }
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 65%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid #71b2e0;
    border-radius: 0; 
    outline: 0;
    margin: 0 auto;
}
.modal-dialog {
      max-width: 100%;
      top: 50% !important;
      transform: translateY(-55%) !important;
  }
.modal-body {
  position:relative;
  padding:0px;
}
body .modal-backdrop{
  position: relative !important;
}
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body .modal-backdrop{
  position: relative !important;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

@media (max-width: 768px) {
   body .social-icon-bar{
    padding: 5px 0;
  }
  .footer-info{
    text-align: center;
  }
  body #intro{
    height: 80vh;
  }
  .internal-page{
    padding-top: 90px;
  }
  body #intro .carousel-container{
    right: 0;
    text-align: center;
   
  }
}




/* Video Section
--------------------------------*/


#video-ltw h2, #video-ltw p {
  color: #fff;
}

#video-ltw .cta-btn {
  font-family: 'latoregular', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#video-ltw .cta-btn:hover {
  background: #fff;
  border: 2px solid #fff;
}


/* Portfolio Section
--------------------------------*/
#portfolio h2, #main h2{
  text-align: center;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "latoregular", sans-serif;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #71b2e0;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.20);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.40);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
  margin-bottom: .5rem;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #71b2e0;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 17px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.vbox-content{
  width: 60%;
}
.vbox-container{
  justify-content: center;
  display: flex;
  align-items: center;
}
/* Portfolio Details
--------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #71b2e0 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
 
 .footer-contact{
  margin-top: 55px;
 }
}



/* Team Section
--------------------------------*/
#team {
  background: #fff;
  text-align: center;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 72, 149, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
#team p{
  text-align: left;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #fff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.form-control{
  border: 1px solid #004995;
}
/* Contact Section
--------------------------------*/
.form-control-lg {
    height: calc(1.8em + 1rem + 2px);
  }
.form-group {
    margin-bottom: 1.2rem;
}
#contact {
  padding: 20px 0 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #004895;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #fff;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.7);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #fff;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #fff;
}




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg); 
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/







#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #fff;
  width: 60px;
}


#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #fff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.footer-logo{
  max-width: 55%;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}
.copyright p{
    font-size: 12px;
    margin-bottom: 0;
     text-align: center;
}
.copyright a{
  text-decoration: underline;
}
.copyright a:hover{
  text-decoration: none;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.social-icon-bar{
  padding: 7px 0 0 0;
  text-align: center;
}


.social-icon-bar ul li img {
  opacity: 1;
  transition: 0.3s;
}
.social-icon-bar ul li img:hover {
  opacity: .5;
}

@media (max-width: 450px){
.testimonials-content{
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}


.orange-box {
  background: #2c5f34 url(../img/pw/deer.svg) no-repeat -200px center / 20%;
padding: 30px;
position: relative;
display: flex;
justify-content: center;
        }
.orange-box p{
  color: #fff;
  text-align: justify;
}
        .orange-box img {
            position: absolute;
            top: 20px;
            left: 20px;
            height: 100px; /* Adjust as needed */
            width: auto;
        }

     
  /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic-webfont.woff2') format('woff2'),
         url('../fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background: #fff;
  color: #666666;
  font-family: 'latoregular', sans-serif;
  overflow-x: hidden;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .6em solid; /* Increase the size */
    border-right: .4em solid transparent; /* Increase the size */
    border-bottom: 0;
    border-left: .4em solid transparent; /* Increase the size */
}

.br-logo{
  width: 128px;
}



.br-menu {
    display: inline-block;
    color: orange;
    text-decoration: none;
}

.br-menu::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: orange;
  transition: all 0.3s;
  position: relative;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.br-menu:hover::after {
  width: 100%;
  left: 0;
  transform: none;
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
  .testimonials {
            background-color: #cecece;
            padding: 60px 0;
            position: relative;
        }

        .testimonials .section-title {
            text-align: center;
            margin-bottom: 40px;
        }

        .swiper-container {
            width: 100%;
            padding: 20px 0;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

         .testimonial-wrap {
            display: flex;
            background-color: white;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            max-width: 900px;
            margin: auto;
        }

        .testimonial-img {
            width: 100%;
            object-fit: cover;
            height: auto;
        }

        .testimonial-content {
            padding-right: 30px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .testimonial-content p {
            font-size: 18px;
            line-height: 1.6;
            color: #333333;
            margin-bottom: 20px;
          
        }


        .testimonial-item {
            padding: 30px;
            width: 100%;
        }

        .testimonial-item img {
            width: 100%;
            height: auto;
            border-radius: 0;
          
        }

        
#testimonials h2 {
            color: #393939;
        }
        .testimonial-content h3 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .testimonial-content span {
            display: block;
            color: #393939;
            font-size: 18px;
            text-align: center;
        }

        .testimonial-content p {
            font-size: 16px;
            line-height: 1.6;
            color: #555555;
        }

        .swiper-pagination {
           position: relative;
           margin-top: 50px;
        }
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #3a3a3a;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3a3a3a;
}

.vid-back {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
   
}

        .vid-back .play-btn{
          position: relative !important;
          top: auto;
        }
.vid-back h2, .vid-back p{
color: #fff;
}

.burn-vid{
  background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(../img/pw/burn-vid.jpg) fixed center center no-repeat;
  background-size: cover;

}
.foodplot-vid{
  background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(../img/pw/foodplot-vid.jpg) fixed center center no-repeat;
  background-size: cover;

}
.hh-vid{
  background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(../img/pw/hh-vid.jpg) fixed center center no-repeat;
  background-size: cover;

}
.podcast-vid{
  background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(../img/pw/gnarly-podcast-petersen-wildlife.jpg) fixed center center no-repeat;
  background-size: cover;

}


 .partners {
            position: relative;
            background: url('../img/pw/deer-trophy.jpg') no-repeat center center;
            background-size: cover;
            height: 100vh;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            padding: 20px;
            border-top: 15px solid black;
        }

        .partners-content {
            max-width: 800px;
            margin-bottom: 50px;
        }

        .partners-content h2 {
           color: #fff;
            margin-bottom: 20px;
        }

        .partners-content p {
            line-height: 1.6;
            color: white;
            font-family: 'latolight', sans-serif;

        }

        .partners-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            
        }

        .partner-logo img {
            
            max-width: 150px;
            opacity: 0.9;
            transition: opacity 0.3s ease;
        }

        .partner-logo img:hover {
            opacity: 1;
        }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery .gallery-item:first-child {
    border-left: 3px solid #fff;
  
}
        /***footer****/

.footer {
            background-color: #000;
            color: #fff;
           padding: 20px 0px;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            position: relative;
        }
        .footer p{
          color: #fff;
          line-height: inherit;
          margin-bottom: 5px;
        }
        .footer .container {
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            width: 100%;
            max-width: 1200px;
            flex-wrap: wrap;
        }
        .footer .container > div {
            flex: 1;
            text-align: left;
            padding: 10px;
            min-width: 250px; /* Ensures a minimum width for each div */
        }
         .footer h3 {
            font-size: 26px;
            display: inline;
            vertical-align: middle;
        }
        .footer .logo {
            position: absolute;
            top: -60px; /* Adjusted for more space */
            left: 50%;
            transform: translateX(-50%);
            background-color: #000;
            border-radius: 50%;
            width: 150px; /* Adjust width for better circle shape */
            height: 150px; /* Adjust height for better circle shape */
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
        }
        .footer .logo img {
            width: 85px; /* Adjust image size */
        }
        .footer a {
            color: #fff;
            text-decoration: none;
        }
        .footer a:hover {
            color: orange;
        }
        .footer .social-icons a {
            margin: 0 5px;
        }
        .footer .social-icons img {
            width: 30px;
        }
        .join-team {
            background-color: #eee;
            padding: 10px 20px;
            text-align: center !important;
            border: 1px solid #000;
            min-width: 180px !important;
            max-width: 200px;
            border: none;
        }
         .join-team a{
            color: #000 !important;
        }
         .join-team a:hover{
            text-decoration: underline;
        }
         .address-container {
            display: flex;
        }
        .address-container svg {
            margin-right: 8px;
            flex-shrink: 0;
            width: 30px; /* Adjusted size */
            height: 30px; /* Adjusted size */
        }
        .copyright {
            background-color: #eee;
            color: #000;
            text-align: center;
            padding: 10px;
            width: 100%;
        }
        @media (max-width: 768px) {
            .footer .container {
                flex-direction: column;
                align-items: center;
            }
            .footer .container > div {
                text-align: center;
            }
            .testimonial-content p, .testimonial-content span {
                padding: 20px;
          }
          
        }



address {
  margin-bottom: 0;
}

#hungry-section h2, #hungry-section p, #menu-section h2, #menu-section p{
  color: #fff;
  font-weight: normal;
}
#hungry-section p, #menu-section p{
  font-weight: 400;
}
#hungry-section {
  background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(../img/pw/hungry-back2.jpg) fixed center center no-repeat;
  background-size: cover;
  padding: 144px 0;
} 

#menu-section {
  background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(../img/pw/menu-back2.jpg) fixed center center no-repeat;
  background-size: cover;
  padding: 144px 0;
} 

#hungry-section h2:after, #menu-section h2:after{
  background: transparent;
}

 .vidhero {
            display: flex;
            height: 100vh;
            background-color: #333;
            color: white;
        }
        .vidhero-image {
           
            
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(../img/pw/home-vid.jpg) no-repeat center center;
            background-size: cover;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        
      
        .vidhero-text {
            flex: 1;
             background: url('../img/pw/vidback.jpg') no-repeat center center;
            background-color: rgba(0, 0, 0, 0.9);
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

        }
        .vidhero-text h2 {
          color: #fff;
            font-size: 48px;
            margin-bottom: 20px;
        }
        .vidhero-text h2 span {
            color: orange;
        }
        .vidhero-text p {
            margin-bottom: 0;
            max-width: 75%;
            color: #fff;
            text-align: center;
            font-family: 'latolight', sans-serif;
        }
 

.our-state-content{
  border: 3px solid orange;
    padding: 25px;
    position: relative;
    right: 30%;
    background: #fff;

}

.gift-card-content {
    text-align: left;
}
.gift-card-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 0;
    background: url(../img/pw/milkshake.jpg) right center no-repeat;
    background-size: contain;
}
.gift-card-section img{
  width: 70%;
}
.blue-btn {
  border: 2px solid #025a98; /* Adjust the border color if needed */
  background-color: #025a98; /* Blue background color */
  color: #fff; /* White text color */
  font-size: 18px;
  border-radius: 0;
  margin-top: 80px;
  letter-spacing: 1px;
  padding: 12px 5px !important;
  text-transform: uppercase;
  width: 260px !important;
  display: block;
  text-decoration: none;
  text-align: center; /* Ensure the text is centered */
}
.blue-btn:hover{
  background: transparent;
  border: 2px solid #025a98; /* Adjust the border color if needed */
  color: #025a98;
}

#about-ltw{
  background: url(../img/pw/cross.jpg) right bottom no-repeat; 
  background-size: 12%;
}
#bible-vs{
  background-color: #a1cffa;
  min-height: 250px;
}
#bible-vs p{
  font-weight: 600;
  text-align: center;
  color: #052f48;
  font-size: 20px;
  width: 550px;
  margin: 0 auto;
}
.hr-style{
 height: 5px;
  background-color: #fff;
  position: relative;
  right: 370px;
  max-width: 317px; 
}
.gas-card{
  min-height: 610px;
}
.gas-card-pic {
  background: url(../img/pw/our-vision.jpg) left center no-repeat;
  background-size: cover;
  border-right: none;
}
.gas-card-pic {
  border-right: none;
}
.gas-card-wrapper {
  background: #052f48 url(../img/pw/circle-back.png) center no-repeat;
  padding: 10%;
  height: 100%;
  }
.gas-card-wrapper p{
  color: #fff;
  font-weight: lighter;
  max-width: 453px;
  font-size: 20px;
  padding: 35px 0 10px 28px;
}
.gas-main-wrapper{
padding-left: 0;
}
.gas-card-content{
  position: relative;
  top: 88px;
}
.quote-back{
  background: url(../img/pw/Quote.png) left top no-repeat;
  background-size: 15%;
}
.info {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.info:last-child {
    border-bottom: none;
}

.info h4 {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.info svg {
    margin-right: 0.5rem;
}

.info p {
    margin: 0;
    color: #666;
}
/*btn styles*/
.stgeneric-btn, #contact .php-email-form button[type="submit"] {
  font-family: "latoregular", sans-serif;
  font-size: clamp(1rem, .805vw, 1rem);
  font-weight: normal;
  letter-spacing: .5px;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important; 
  margin: 10px;
  text-transform: capitalize;
  color: #fff;
}

.white-ghost-btn {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
 margin-top: 20px;
 letter-spacing: 1px;
  padding: 12px 5px !important;
    text-transform: uppercase;
    width: 260px !important;
    display: block;
    text-decoration: none;
} 
.vid-header .white-ghost-btn:first-child{
  margin-right: 16px;
} 
.white-ghost-btn:hover, .white-ghost-btn-nav:hover {
  background: #fff;
  color: #004595;
  cursor: pointer;
}


.blue-solid-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.blue-solid-btn-whitebck:hover{
 background: transparent;
  border: 1px solid #004895;
  color: #004595;
}

#header.header-scrolled .white-ghost-btn-nav, .internal-header .white-ghost-btn-nav{
  color: #004595;
  background: transparent;
  border: 1px solid #004595;
  padding: 5px 32px;
  margin: 0;
}
#header.header-scrolled .white-ghost-btn-nav:hover, .internal-header .white-ghost-btn-nav:hover{
  background: #004595;
  color: #fff !important;
}
.white-solid-btn {
  color: #004595;
  background: #fff;
  border: 1px solid #fff;
}
.white-solid-btn:hover{
  background: transparent;
  color: #fff;
}

#video-section {
    position: relative;
    padding: 264px 0; /* Adjust padding as needed */
    background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(../img/pw/vid-back.jpg) no-repeat center center;
    background-size: cover; /* Ensures the image covers the entire div */
}


.container-services {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
        }
        .container-services div {
            position: relative;
            width: 100%;
            padding-bottom: 75%; /* Aspect ratio 4:3 */
            overflow: hidden;
        }
        .container-services img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .container-services span {
             position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: orange;
            font-size: 1.5em;
            font-weight: bold;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            text-align: center;
        }



/*#video-section::before,
#video-section::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

#video-section::before {
    top: 0;
    background: url(../img/pw/CheckerBoardSeemlessPattern.svg) center repeat-x;
}

#video-section::after {
    bottom: 0;
   background: url(../img/pw/CheckerBoardSeemlessPattern.svg) center repeat-x;
}*/

.checkerboard-bck{
   background: url(../img/pw/CheckerBoardSeemlessPattern.svg) center repeat-x;
    height: 40px;
}
.play-btn {
  width: 130px;
  height: 130px;
  background: radial-gradient(#ffa500 50%, rgba(255, 165, 0, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  overflow: hidden;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 38px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 165, 0, 0.7);
  left: 0%;
  background: rgba(255, 165, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #ffa500;
  transform: scale(20);
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 38px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

a {
  color: #000;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}
 
p {
  font-family: "lato", sans-serif;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: clamp(1rem, 1.00vw, 1rem);
  color: #5a5a5a;
  line-height: 1.75rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "latoregular", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: capitalize;
}
.h2, h2{
  font-family: 'latoregular', sans-serif;
  font-size: 48px;
  color: orange; 
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;

}

.h3, h3{
  font-size: 2.5rem;
}
.h4, h4 {
    font-size: 1.75rem;
}
img{
  width: 100%;
}
.linked-logo{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.logo-backgrd{
  transition: all 0.3s; 
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; 
}
.row.no-gutters > [class*='col-'] {
  padding-right: 0; /* Adjust the value as needed */
  padding-left: 0; /* Adjust the value as needed */
}
.custom-gutters > [class*='col-'] {
  margin-bottom: 15px; /* Adjust the value as needed */
}



.img-list span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: orange;
    font-size: clamp(1.95rem, 1.0rem + 0.882vi, 2.188rem);
    letter-spacing: .5px;
    text-align: center;
    line-height: clamp(2.3rem, 1.35rem + 0.882vw, 2.5rem);
    z-index: 9;
} 

.img-list {
list-style: none;
margin: 0;
padding: 0;
  overflow: hidden;
}
.img-list li {
border: 5px solid transparent;
box-sizing: border-box;


position: relative;
cursor: pointer;
}
.img-list img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-placeholder:before,
.img-placeholder:after {
padding-top: 33.33%;
content: "";
display: block;
}  
.img-placeholder {
color: #444;
line-height: 0;
text-align: center;
display: block;
}


/* The hover effect
-------------------------------------------------------------- */
.img-list li:before {
transition: all .5s ease;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #333;
transform: scale(0);
}
.img-list li:hover:before {
opacity: .5;
transform: scale(1);
}
.img-list li:after {
transition: all .6s ease .2s;
content: "";
position: absolute;
top: 8px;
left: 8px;
right: 8px;
bottom: 8px;
border: 4px solid #fff;
background: #ee8a0a;
opacity: 0;
transform: scale(0);
}
.img-list li:hover:after {
opacity: .35;
transform: scale(1);
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: orange;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.container-text {

            background-color: rgba(0, 0, 0, 0.7) !important;
            color: #fff;
            padding: 30px;
            text-align: center;
            max-width: 620px;
        }
        .container-text h1 {
          font-family: 'latoblack', sans-serif;
            font-size: clamp(2.188rem, 2.022rem + 0.882vi, 3.125rem)
            ;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .container-text h1 span {
            color: orange;
        }
        .container-text p {
          font-family: 'latolight', sans-serif;          
            font-size: 16px;
            margin: 10px 0;
            color: #fff;
            text-align: left;
            letter-spacing: .5px;
        }
        .container-text a, #contact button, .orange-btn {
            background-color: orange;
            color: black !important;
            border: 2px solid orange;
            padding: 10px 50px;
            border-radius: 50px;
            cursor: pointer;
            font-size: 14px;
            font-family: 'latobold', sans-serif;
            letter-spacing: .5px;
            line-height: normal;
            text-decoration: none;
            text-align: center;
            
        }
        .container-text a:hover, #contact button:hover, .orange-btn:hover {
            background-color: transparent;
            border: 2px solid orange;
            color: orange !important;
        }
.orange-btn{
  width: 40%;
  margin-left: 0;
}
.scroll-container {
            overflow-x: auto;
            white-space: nowrap;
            padding: 20px;
        }

        .scroll-item {
            display: inline-block;
            width: 300px;
            margin-right: 15px;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            vertical-align: top;
            background-color: #fff;
        }

        .scroll-item img {
            width: 100%;
            height: auto;
            display: block;
        }

        .scroll-item .content {
            padding: 10px;
        }

        .scroll-item h3 {
            margin: 0 0 10px;
        }

        .scroll-item p {
            margin: 0;
        }


.back-to-top svg {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ffc064;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #71b2e0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
 #bottom-group-shot{
  background: url(../img/pw/group-shot.jpg) center no-repeat;
  min-height: 1230px;
  background-size: cover;
}

.vid-header {
  background: url(../img/pw/header2.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background-position-y: 40%;
}

.vid-header video {
  position: absolute;
  top: 56%;
  left: 50%;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  
}

.vid-header .container {
  position: relative;
  z-index: 2;
}

.vid-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black; 
  opacity: 0.30;
  z-index: 1;
}


.display-3{
  font-size: clamp(3.5rem, 6.4vw, 6.375rem);
  font-weight: bold;
}

 .gallery-item {
        position: relative;
    }

   .gallery-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1; /* Make overlay visible by default */
    } 

    .overlay-text{
  font-size: 15px !important;
  line-height: inherit;
  font-family: 'latolight', sans-serif;
  padding: 20px 20px 0 20px;
  color: #fff;
  margin: 0;
 
}
/*.wave-shape {
  position: absolute;
  bottom: -1px;
  transform: rotate(180deg);
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  opacity: 0;
  z-index: 9
}
.wave-shape svg {
  position: relative;
  display: block;
  width: calc(100% + 19.3px);
  height: 100px; 
} */

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
#header {
  transition: all 0.7s;
  z-index: 997;
  }
#header p{
  margin: 0;
  color: #004595;
  font-weight: bold;
}
#header.header-transparent {
  background: linear-gradient(to bottom, black, transparent); /* Black to transparent gradient */
  padding: 5px 115px;
}

#header.header-scrolled, .internal-header {
  background: #000;
  padding: 0;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.20);
-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.20);
-moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.20);
 transition: all 590ms;
 padding: 0 25px;
 top: 0 !important;
}
#header.header-scrolled .nav-menu a{
  font-size: 14px;
  
}
#header.header-scrolled .br-logo, #header.internal-header .br-logo{
  transition: all 0.5s;
  width: 70px;
}
#header .logo {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 10px;

}
#header .br-logo{
  transition: all 0.5s;
}
/*.logo-backgrd{
  background: url(../img/pw/syntech-white-logo.svg) center/contain no-repeat;
  height: 50px;
  width: 100%;
  max-width: 210px;

}*/
#header .logo-backgrd, .internal-header .logo-backgrd, .logo-backgrd{
 
 height: 80px;
 padding-top: 13px;
  
}


#header .logo a {
  color: #004595;
}

#header .logo img {
  width: 180px;
}

@media (max-width: 994px) {
  #header .br-logo{
    width: 68px;
  }

}
@media (max-width: 512px) {
  #header .br-logo, #header.header-scrolled .br-logo {
    width: 78px;
    padding: 5px 0;
  }
.vidhero-image{
  height: 45vh;
}
.vid-header 
{
  height: 60vh;
  background-position: -140px;
}
.testimonial-content{
    padding: 20px 30px;
  }
  .testimonial-wrap
  {
    max-width: 80%;
  }
  .footer .br-logo{
    margin: 0 auto;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
} 

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
/*.nav-menu > ul > li:last-child{

}*/
.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-family: "latoregular", sans-serif;
  font-weight: normal; 
  text-transform: uppercase;
  text-decoration: none;
  
}
.social-icon-bar img{
  width: 37px;
}
.social-icon-bar ul li{
  list-style-type: none;
  display: inline-block;

}
.social-icon-bar ul{
padding-left: 0;
display: inline-flex;
}
/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a, #header.header-scrolled a:hover, #header.header-scrolled .nav-menu .active > a, #header.header-scrolled .nav-menu li:hover > a, #header.header-scrolled .nav-menu a:active, .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a, .internal-header a:hover, .internal-header .nav-menu .active > a, .internal-header .nav-menu li:hover > a, .internal-header .nav-menu a:active{
  color: #052f48 !important;
  }*/



.donate-blue{
  background: url(../img/pw/donate3.svg) center no-repeat;
  background-position: 10px;
  text-align: left;
  padding-right: 70px;
  height: 53px;
  line-height: 31px; 

 }
.nav-menu a.donate-blue:hover{
  background: url(../img/pw/donate4-hover.svg) center no-repeat;
  background-position: 10px;
  text-align: left;
  padding-right: 70px;
  height: 53px;
  line-height: 31px;
  color: #052f48 !important;
} 
.donate-white{
  background: url(../img/pw/donate-white-01.svg) center no-repeat;
  background-position: 10px;
  text-align: left;
  padding-right: 70px;
  height: 53px;
  line-height: 31px;
  color: #052f48 !important;

 }
a.donate-white:hover{
  background: url(../img/pw/donate-white-hover2.svg) center no-repeat;
  background-position: 10px;
  text-align: left;
  padding-right: 70px;
  height: 53px;
  line-height: 31px;
  color: #fff !important;
  text-decoration: none;
}
.nav-menu a.br-menu:hover::before, .nav-menu li:hover > a.br-menu::before, .nav-menu .br-menu .active::before {
  visibility: visible;
  width: 70px;
}

.nav-menu a.ltw-about:hover::before, .nav-menu li:hover > a.ltw-about::before, .nav-menu .ltw-about .active::before {
left: -10px;
} 


/* Change spacing */
.nav-menu a span {
   padding-right: 10px;
} 
@media (max-width: 991px) {
       .dropdown-menu {
         position: static;
         float: none;
         width: auto;
         margin-top: 0;
         background-color: transparent;
         border: 0;
         border-radius: 0;
       }
       .vid-back{
            background-attachment: scroll !important;
          } 
       .dropdown-menu .dropdown-item {
         color: #fff; /* Adjust as needed */
         padding: 10px 20px; /* Adjust as needed */
       }
       .plotstar-content .orange-btn{
          width: 100% !important;
        }
     }
 
 
.dropdown:hover .dropdown-menu {
       display: block;
     }
.dropdown-menu {
            background-color: rgba(0, 0, 0, 0.7) !important;
        }
        .dropdown-item {
            color: white !important;
        }
         .dropdown-item:hover {
            background-color: rgba(0, 0, 0, 0.9) !important;
            color: orange !important;
        }

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .dropdown-menu  a {
  text-transform: none !important;

}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
.br-logo{
  width: 68px;
}
}

/* Mobile Navigation */

#navbar-toggler{
  top: 28px;
}
.navbar-toggler span {
   display: block;
   background-color: #fff;
   height: 2px;
    width: 40px;
    margin: 2px 0 6px 0;
    -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}
.mobile-nav-active .navbar-toggler span, .mobile-nav-active  #navbar-toggler.navbar-toggler-scrolled span{
   background-color: #fff;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.mobile-nav-active .navbar-toggler span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler span:nth-child(2) {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;
}
.mobile-nav-active .navbar-toggler span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
    opacity: 0;
}

.mobile-nav-active .navbar-toggler span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

 .mobile-nav-active .mobile-nav-toggle{
  right: 36px;
 }


.mobile-nav-toggle {
  position: fixed;
  right: 25px;
  top: 56px;
  z-index: 10000;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #002169;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  opacity: 0;
  visibility: hidden;
  padding: 65px 0 0 0;
  background-color: orange;

}
.mobile-nav-overlay {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 18px;
  outline: none;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-nav ul li .white-ghost-btn-nav {
      max-width: 50%;
      margin: 22px auto;
      padding: 10px;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #71b2e0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff !important;
  z-index: 99999;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
}
#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}
.carousel-fade .carousel-item {
    transition-duration: 5s !important; /* Change the transition time as desired */
}
/*.carousel2 .carousel-fade .carousel-item  {
    transition-duration: 3s !important; 
}*/
#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 330px;
}



@media (max-width: 769px) {
  .vid-header .white-ghost-btn:first-child{
  margin-right: 0;
}
.container-text p{
  text-align: center;
}
.address-container {
    justify-content: center;
}
.three-pics{
  margin-bottom: 25px;
}
 #header.header-transparent, #header.header-scrolled{
    padding: 5px 15px;
  }

.partners{
  height: auto;
}
.vidhero{
  height: auto;
}
  #intro h1 {
    font-size: 28px;
  }
  [data-aos="flip-left"].aos-animate {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        transition-delay: 0s !important;
        -webkit-transition-delay: 0s !important;
        -moz-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        -ms-transition-delay: 0s !important;
        transition-duration: 0s !important;
         -webkit-transition-duration: 0s !important;
        -moz-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        -ms-transition-duration: 0s !important;
        transition-timing-function: none;
        -webkit-transition-timing-function: none !important;
        -moz-transition-timing-function: none !important;
        -o-transition-timing-function: none !important;
        -ms-transition-timing-function: none !important;
  }
.gas-card-content {
   top: 30px;
}
.gas-card-pic{
  min-height: 350px;
}
.hr-style {
      right: 60px;
}
#bible-vs p {
  padding: 0 15px;
}
  /*#header.header-scrolled .logo-backgrd {
    max-width: 110px;
    width: 100%;
    height: 40px;
  } */

  
#header .logo-backgrd{
  height: 70px;
  padding-top: 0;
}
    .gas-card{
      min-height: 360px;
    } 
  .call-svg{
    margin: 0 auto 0 37px;
  }
  .mobile-nav-toggle > #header.header-scrolled {
    top: 10px;
  }
 
.donate-white{
  margin: 0 auto;
    width: 168px;
}
.wave-shape svg{
  height: 47px;
}
.donate-blue{
  background-position: center;
  line-height: 42px;
  height: 73px;
  padding-right: 47px !important;
}
.mobile-nav a{
  font-size: 24px;
}

  .owl-dots{
    display: none;
  }
  #header.header-transparent,  #header.header-scrolled{
  background: black;

  }
 
}
@media (min-width: 992px) {
  
  .orange-box {
 background-position: -90px;
        }
}


@media (max-width: 992px) {
  #hungry-section{
    background-attachment: scroll;
  }

}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.4s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
  z-index: 9
}
.ion-chevron-left:before, .ion-chevron-right:before{
  content: "";
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 140px;
    height: 60px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url(../img/pw/left-arrow.svg) !important;
}
.carousel-control-next-icon {
    background-image: url(../img/pw/right-arrow.svg) !important;
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}



@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}
.slider-btn{
  position: relative;
    z-index: 9;
    margin-bottom: 55px;
}

  @media (min-width: 1200px) {
 .slide1-sign{
  background-image: url(../img/pw/slide7-7.jpg);
  } 
  .slide2-sign{
  background-image: url(../img/pw/slide5-5-new.jpg);
  } 
  .slide3-sign{
  background-image: url(../img/pw/slide6-6-new.jpg);
  } 
  .slide4-sign{
  background-image: url(../img/pw/slide2-2.jpg);
  }  
}

@media (min-width: 992px) and (max-width: 1200px){
 .slide1-sign{
  background-image: url(../img/pw/slide7-7.jpg);
  } 
  .slide2-sign{
  background-image: url(../img/pw/slide5-5-new.jpg);
  } 
  .slide3-sign{
  background-image: url(../img/pw/slide6-6-new.jpg);
  } 
  .slide4-sign{
  background-image: url(../img/pw/slide2-2.jpg);
  }  
}
@media (min-width: 768px) and (max-width: 992px){
 .slide1-sign{
  background-image: url(../img/pw/slide7-7.jpg);
  } 
  .slide2-sign{
  background-image: url(../img/pw/slide5-5-new.jpg);
  } 
  .slide3-sign{
  background-image: url(../img/pw/slide6-6-new.jpg);
  } 
  .slide4-sign{
  background-image: url(../img/pw/slide2-2.jpg);
  }  
}
 
@media (min-width: 512px) and (max-width: 768px){
    /*  .overlay-text{
  font-size: 12px !important;
}*/
}
  
.call-svg {
    width: 110px;
    margin: 0 auto;
}
/* Adjust transition duration for next and previous arrows */
.carousel-control-next, .carousel-control-prev {
    transition-duration: 0.1s !important; /* Adjust transition duration as needed */
}

@media (max-width: 1024px) {
    .custom-col {
        flex: 0 0 33.3333%; /* Force 3 columns on 1024px */
        max-width: 33.3333%;
    }
}

@media (max-width: 768px) {
    .custom-col {
        flex: 0 0 50%; /* Force 2 columns on screens smaller than 768px */
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .custom-col {
        flex: 0 0 100%; /* Force 1 column on screens smaller than 576px */
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact svg{
      vertical-align: inherit;
}
#contact h4{
  margin-bottom: 0;
  font-size: 20px;
  padding-bottom: 10px;
}
#contact .info-wrap p{
 line-height: 1.50rem !important;
 font-family: 'latolight', sans-serif;
 padding-left: 25px;
}
.info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px
  color: #433f39;

}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  background: #ffb03b;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #fff;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}



@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
textarea.form-control {
    height: 200px; /* Adjust the height as needed */
}