/* Fonts */
:root {
  --font-primary:  "Montserrat", sans-serif;

}

/* Colors */
:root {
  --color-default: #000;
  --color-primary: #FBBB18;
  --color-secondary: #011C42;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-primary);
  color: var(--color-default);
  font-size:15px;
  line-height:25px;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #00b6a1;
  text-decoration: none;
}

p{
  font-size:15px;
  line-height:25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

.top-header .header .navbar-collapse ul li a{
  padding:0 40px;
  font-weight:600;
}

.top-header .header .navbar-collapse ul li a:hover,
.top-header .header .navbar-collapse ul li a.active{
  color: var(--color-primary);
  text-decoration: none;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: auto;
  background: transparent;
  z-index: 1000;
  position: relative;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);  
}


.slider {
  position: relative;
  
  z-index: 0;
  height: 100%;
}

.slider .carousel-caption {
  position: absolute;
  right: 15%;
  top: 10rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.slider .carousel-caption h1 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-primary);
}


.slider .carousel-caption p {  
  margin-bottom:0px;
}

.slider .carousel-caption .sm-font{
  font-size: 25px;
}

.slider .carousel-caption a.whitebutton {
  font-size: 15px;
  background: #fff;
  color: #000;
  padding: 12px 20px;
  border: none;
  font-weight: 500;
  border-radius: 6px;
}


.slider .carousel-caption a.whitebutton:hover {
  background: #000;
  color:#fff;
}

.slider .carousel-caption a.yellowbutton {
  font-size: 15px;
  background: #FBBB18;
  color: #fff;
  padding: 12px 35px;
  border: none;
  font-weight: 500;
  border-radius: 6px;
}

.slider .carousel-caption a.yellowbutton:hover {
  background: #011C42;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  display:none;
}

#carousel-thumbs .selected img {
  opacity: 100%;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: none !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 17rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 100% !important;
  background-size: 100% 100%;
}

#carousel-thumbs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.about{
  padding:82px 0;
}

.about .righttext h2 {
  font-size: 30px;
  font-weight: 500;  
  margin: 0;
  margin-bottom: 10px;
}

.about .righttext .donatebluebutton {
  font-size: 15px;
  background: #FBBB18;
  color: #fff;
  padding: 12px 35px;
  border: none;
  font-weight: 500;
  border-radius: 6px;
}

.about .righttext .donatebluebutton:hover {
  background: #011C42;
}

.about .content{
  background:#F4F4F4;
}


.events{
  background:#FFF6DF;
}

.events .sm-font,
.gallery .sm-font,
.testimonials .sm-font,
.usefullinks .sm-font{
  font-size:20px;
  letter-spacing:2px;
  color: var(--color-primary);
  font-weight:500;
}

.events h3,
.gallery h3,
.testimonials h3,
.usefullinks h3{
  font-size: 50px;
  font-weight: 500;  
}

.events .event-container .event-box{
  background:#fff;
}

.events.detial .event-container .event-box{
  background:none;
}

.events.detial .event-container .event-box:hover{
  box-shadow:none;
  cursor:auto;
}

.events .event-container .event-box:hover{
  box-shadow:0 15px 25px rgba(253,143,143,0.4);
  cursor: pointer;

}

.events .event-container .event-box .yellowbg{
    background: #FBBB18;
    display: block;
    padding: 30px 0;
    width: 105px;
    height: 105px;
}

.events .event-container .event-box .yellowbg{
  position:relative;
  left:-70px;
}

.events .event-container .event-box .yellowbg .date{
  font-size:40px;
  font-weight:600;
  display:block;
}

.events .event-container .event-box .yellowbg .month{
  font-size:20px;
  font-weight:600;
  display:block;
}

.events .event-container .event-box .event-text .title-text{
  font-size:28px;
  font-weight:700;
}

.events .event-container .event-box .event-text i{
  color: var(--color-primary);
}

.events .event-container .event-box .event-text p{
  font-size:18px;
  font-weight:600;
  margin-top:20px;
}

.events .event-container .event-box .moreinfobutton {
  font-size: 15px;
  background: #FBBB18;
  color: #fff;
  padding: 12px 35px;
  border: none;
  font-weight: 500;
  border-radius: 6px;
}

.events .event-container .event-box .moreinfobutton:hover {
  background: #011C42;
}

.events .event-container .moreinfobutton,
.gallery .moreinfobutton,
.testimonials .moreinfobutton{
  font-size: 15px;
  background: #FBBB18;
  color: #fff;
  padding: 12px 35px;
  border: none;
  font-weight: 500;
  border-radius: 6px;
}

.events .event-container .moreinfobutton:hover,
.gallery .moreinfobutton:hover,
.testimonials .moreinfobutton:hover {
  background: #011C42;
}


.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}


.testimonials{
  background:#F2F1EF;
}

.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 0;
  margin: 0px 0px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 8px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
  display: block;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #a3a3a3;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.call-to-action2{
  background:#FBBB18;
}

.call-to-action2 h4{
  font-size: 40px;
  font-weight: 600;  
}


.call-to-action2 a.donatebluebutton {
  font-size: 15px;
  background: #fff;
  color: #000;
  padding: 12px 20px;
  border: none;
  font-weight: 500;
  border-radius: 6px;
}


.call-to-action2 a.donatebluebutton:hover {
  background: #000;
  color:#fff;
}

#footer{
  background:#F4F4F4;
}

#footer .subfooter{
  background:#EFEEEE;
}

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

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

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc107;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a {
    font-size: 15px;
    color:#000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;  
  margin-top: 25px;
}

#footer .social-links a {
  color: #000;
  font-size: 18px;
  margin: 0 7px;
}

#footer .footer-top h4 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}


.breadcrumb{
  background: url("../images/hero-image-1.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

.breadcrumb .text-position{
  width:100%;
  padding:120px 0;
}

.breadcrumb .text-position h1{  
    color:#fff;
    font-size:50px;
}

.breadcrumb .text-position p{
  font-size:16px;
  color:#fff;
}

#testimonials figure.figure P{
    background-color: var(--color-primary);
    color:#fff;
    border-radius:6px;
}

.usefullinks .links .linklist i{
  font-size:150px;
  margin-bottom:70px;
}

.usefullinks .links .linklist .border a{
  color:#000;

}

.usefullinks .links .linklist .border:hover,
.usefullinks .links .linklist .border a:hover{
  background-color: var(--color-primary);
    color:#fff;
    cursor:pointer; 
    -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.usefullinks .links .linklist h5{
  font-size:30px;
}

.testimonials.team .nav-tabs .nav-link.active{
    font-size: 15px;
    background: #FBBB18;
    color: #fff;
    padding: 12px 35px;
    border: none;
    font-weight: 500;
    border-radius: 6px;
}

.testimonials.team .nav-tabs .nav-link{
  color:#000;
  width:200px;
  background: #f5f5f5;
  margin-right:10px;
}




/* Masonry image gallery styling */
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery .images {
  gap: 20px;
  max-width: 100%;
  margin: 0px 0;
  columns: 5 250px;
  list-style: none;
}
.gallery .images .img {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  border-radius: 4px;
}
.gallery .images img {
  width: 100%;
  transition: transform 0.2s ease;
}

.gallery .images .img:hover img {
  transform: scale(1.1);
}

/* Image lightbox styling */
.lightbox {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: fixed;
  visibility: hidden;
  background: rgba(0,0,0,0.65);
}
.lightbox.show {
  visibility: visible;
}
.lightbox .wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 20px;
  max-width: 850px;
  background: #fff;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.1s ease;
}
.lightbox.show .wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.wrapper :where(header, .details) {
  display: flex;
  align-items: center;
}
.wrapper header {
  justify-content: space-between;
}
header .details i {
  font-size: 1.7rem;
}
header .details span {
  font-size: 1.2rem;
  margin-left: 10px;
}
header .buttons i {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  background: #6C757D;
  font-size: 1.25rem;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s ease;
}
header .buttons i:hover {
  background: #5f666d;
}
.wrapper .preview-img {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.preview-img .img {
  max-height: 65vh;
}
.preview-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive media query code */
@media screen and (max-width: 688px) {
  .lightbox .wrapper {
    padding: 12px;
    max-width: calc(100% - 26px);
  }
  .wrapper .preview-img {
    margin-top: 15px;
  }
  .gallery .images {
    max-width: 100%;
    padding: 0 13px;
    margin-top: 20px;
  }
}


.contact .contatinfo .info i{
  font-size:40px;
  color: var(--color-primary);
}

.contact .contatinfo .info h5{
  font-size:25x;
  color: var(--color-default);
  margin:20px 0;
}

.contact .contatinfo .info p{
  font-size:18px;
  color: var(--color-default);
  margin:20px 0;
}

.contact .contatinfo .info p a{
  color: var(--color-default);
  text-decoration:underline;
}


@media screen and (max-width: 1440px) {

.carousel,
.breadcrumb {
    position: relative;
    margin-top: 64px;
}

 .slider .carousel-caption {
    top: 1.5rem !important;
  }

  .top-header .header .navbar-collapse ul li a {
        padding: 10px 10px;
        font-weight: 600;
    }
}

}


@media screen and (max-width: 1199px) {

.slider .carousel-caption {
    top: 3rem !important;
  }

  .events .event-container .event-box .moreinfobutton,
  .events .event-container .moreinfobutton, .gallery .moreinfobutton, .testimonials .moreinfobutton{
    padding: 12px 15px;
  }



.events .event-container .event-box .moreinfobutton{
  margin:10px 0;
}

.events .event-container .event-box .event-text p {
    font-size: 16px;
   
}

.call-to-action2 h4 {
    font-size: 26px;
    font-weight: 600;
}

#footer .footer-top .footer-contact p{
  margin-bottom:20px;
}

.top-header .header .navbar-collapse ul li a {
    padding: 10px 10px;
    font-weight: 600;
}

.testimonials .testimonial-item
{
      padding: 30px 0;
    margin: 15px 0px;
}


}


@media screen and (max-width: 991px) {

.slider .carousel-caption {
    top: 3rem !important;
  }

  .top-header .header .navbar-collapse ul li a {
    padding: 10px 0px;
    font-weight: 600;
}

  .events .event-container .event-box .moreinfobutton{
    padding: 12px 17px;
  }

.events .event-container .event-box .yellowbg {
    position: relative;
    left:0px;
  margin:10px 0;

}

.events .event-container .event-box .moreinfobutton{
  margin:10px 0;
}

.events .event-container .event-box .event-text p {
    font-size: 16px;
   
}

.call-to-action2 h4 {
    font-size: 26px;
    font-weight: 600;
}

#footer .footer-top .footer-contact p{
  margin-bottom:20px;
}

.top-header .header .navbar-collapse ul li a {
    padding: 10px 0px;
    font-weight: 600;
}

.usefullinks .links .linklist i {
    font-size: 70px;
    margin-bottom: 70px;
}

.usefullinks .linklist{
  margin-bottom:10px;
}


}

@media screen and (max-width: 768px) {


  .breadcrumb .text-position {
    width: 100%;
    padding: 40px 0;
}

.breadcrumb .text-position h1 {
    color: #fff;
    font-size: 25px;
}

.breadcrumb .text-position p {
    font-size: 14px;
    color: #fff;
}

  [data-aos-delay] {
    transition-delay: 0 !important;
  }

   .events .event-container .event-box .moreinfobutton{
    padding: 12px 35px;
  }

  .slider .carousel-caption .sm-font {
    font-size: 16px;
}

 .slider .carousel-caption {
    top: 0rem !important;
  }

  #main .about {
    margin-top: 40px !important;
  }

  .slider {
    margin-top: 0px !important;
  }

  .header {
    background: #000 !important;
  }

  .call-to-action2 h3,
  .section-header h2,
  .greysection .icon-boxes h3 {
    font-size: 25px !important;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px !important;
  }

  #footer .footer-top .footer-links ul a {
    line-height: 0.5 !important;
  }

  .contact .php-email-form {
    padding: 0 !important;
  }

  .call-to-action2 .container-fluid {
    padding: 20px 60px !important;
  }

  .greysection .gapbottom {
    margin-bottom: 55px !important;
  }

 

  .slider .carousel-caption h1 {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

    .slider .carousel-item img{
      height:200px;
      object-fit: cover;
    }

  .slider .carousel-caption p {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height:15px;
  }

  .slider .carousel-caption a.yellowbutton,
  .slider .carousel-caption a.whitebutton {
    font-size: 12px !important;
    padding: 9px 10px !important;
  }

  .about .content.px-5{
    padding:30px !important;
  }

  .events h3, .gallery h3, .testimonials h3, .usefullinks h3 {
    font-size: 25px;
    font-weight: 500;
}

.events .event-container .event-box .event-text .title-text {
    font-size: 18px;
    font-weight: 700;
}






}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 55px;
}