.mb-3 {
  margin-bottom: 4rem !important;
}

.text-13 {
  font-size: 8em !important;
}

.owl-carousel.dots-horizontal-center .owl-dots {
  left: 0;
  right: 0;
  width: 100%;
  top: 70%;
}

.home-row-first {
  margin-top: 50px !important;
  margin-bottom: 100px;
}

/* Align text content to the right with padding */
.text-content-left-margin {
  margin-left: 30px;
  /* Adjust the value as needed */
}

/* Horizontal animated line below the headline */
.animated-line {
  width: 50%;
  /* Adjust width of the line */
  height: 4px;
  /* Height of the line */
  background-color: #fff;
  /* White line color */
  margin: 20px 0;
  /* Add margin to the line */
  animation: slideIn 1s ease forwards;
  /* Animation effect */
}

/* Keyframes for the slide-in effect of the line */
@keyframes slideIn {
  0% {
    transform: scaleX(0);
    /* Start from zero width */
  }

  100% {
    transform: scaleX(1);
    /* Expand to full width */
  }
}

/* Style for white text to ensure high visibility */
.text-white {
  color: #fff !important;
  /* Pure white color */
  opacity: 1 !important;
  /* Remove any opacity */
}

/* Logo image on top-left */
.left-corner-image {
  position: absolute;
  top: -100px;
  left: 300px;
  /* Adjust the position */
  width: auto;
  max-width: 400px;
  /* Limit the size */
  z-index: 5;
  /* Ensure it stays on top */
}

/* Carousel slide height and background properties */
.carousel-slide {
  height: 550px;
  background-size: cover;
  background-position: center;
}

.images-box {
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  /* Ensure the overlay doesn't overflow */
}


.img-caption h4 {
  display: inline;
  color: #ffffff;
  /* background-color: #004aad; */
  margin-bottom: 0px;
  /* font-size: 12px; */
  letter-spacing: 1px;
}

.img-caption {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  opacity: 0.8;
  width: 100%;
  height: auto;
  /* Adjust height based on content */
  text-align: center;
  font-family: "Poppins", Sans-serif;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Space between title and text */
}

.img-caption h4 {
  margin: 0 !important;
  /* Remove margin for tighter spacing */
}

.caption-text {
  margin-top: 5px !important;
  text-align: justify;
  /* Add a little space between the title and text */
}


.plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: #004aa69c;
  /* Semi-transparent background */
  border-radius: 10%;
  padding: 10px;
  z-index: 1;
}

/* Show plus icon when hovering over the images-box */
.images-box:hover .plus-icon {
  opacity: 1;
  /* Make it fully visible */
}

/* Pseudo-element for the hover effect */
.images-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* Start as transparent */
  transition: background-color 0.3s ease;
}

.images-box:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  /* Light black background on hover */
}

.overlay {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  /* Below the modal */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  /* Light black background */
}



.pastevents h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -70px;
}



.img-caption h5 {
  display: inline;
  color: white;
  background-color: #004aad;
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 1px;
}

.caption-text {
  font-size: 15px;
  display: block;
  /* Forces the span to start on a new line */
  margin-top: -10px;
  /* Adjust to add space above the span if needed */
}

.image-container {
  flex-basis: 50%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 250px;
  margin-bottom: 80px;
  gap: 18px;
}


#box1 {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  /* Adjust this value as needed */
  overflow: hidden;
  /* This ensures that the corners of the background image follow the border radius */
  display: flex;
  align-items: end;

}

.imgrow-2 {
  grid-row: span 2;
}



.commjoin-box {
  padding: 42px 0px 0px 45px;
}

.subscription-section {
  padding: 20px 0 !important;
}

.card-body_1 {
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5) !important; */
  background-image: url(assets/img/slides/Home-Page-Banner.png);
  opacity: 0.9;
  width: 90% !important;
  border-radius: 20px;
  padding: 20px 10px;
}

.card {
  border: none;

}

.card-title {
  color: white;
  font-family: "Poppins", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-transform: none;
}

.card-text {
  border: 0;
  font-family: "Poppins", Sans-serif;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding-top: 10px;
  vertical-align: baseline;
  color: white;
}

.form-box {
  width: 100%;
  padding-top: 20px;

}

.form-group input {
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Poppins", Sans-serif;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 250px;
  max-width: 100%;
  transition: all 0.3s ease;

}

.form-group select {
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Poppins", Sans-serif;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 250px;
  max-width: 100%;
  font-weight: bold;
  transition: all 0.3s ease;
}

.form-group input:hover {
  background-color: #f0f8ff;
  /* Light background on hover */
  border-color: #007bff;
  /* Border color on hover */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.form-group select:hover {
  background-color: #f0f8ff;
  /* Light background on hover */
  border-color: #007bff;
  /* Border color on hover */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.form-group input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.form-group select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.form-group button {
  width: 13rem !important;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #c82b32;
}

.btn-dark {
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-dark:hover {
  background-color: #fc2630;
}

.shadow-lg {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}





.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black with opacity */
  animation: fadeIn 0.3s;
  /* Fade-in effect */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-content {
  background-color: #fff;
  margin: auto;
  /* Centered horizontally */
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 600px;
  /* Max width to limit size on larger screens */
  border-radius: 15px;
  /* Rounded corners */
  position: relative;
  top: 50%;
  /* Position from the top */
  transform: translateY(-50%);
  /* Center vertically */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  /* Shadow effect */
  overflow: hidden;
  /* Hide overflow */
}

.close-button {
  position: absolute !important;
  top: 125px !important;
  /* Adjust distance from the top */
  right: 25px !important;
  /* Adjust distance from the right */
  font-size: 28px !important;
  /* Larger size for better visibility */
  color: #fff !important;
  /* White color for contrast */
  background-color: rgba(0, 0, 0, 0.6) !important;
  /* Semi-transparent black background */
  border-radius: 50% !important;
  /* Circular background */
  padding: 8px !important;
  /* Padding for larger clickable area */
  cursor: pointer !important;
  /* Pointer cursor on hover */
  transition: background-color 0.3s ease, transform 0.3s ease !important;
  /* Smooth transitions */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  /* Shadow for depth */
}


.modal-image {
  text-align: center;
  /* Center the image */
}

.modal-image img {
  width: 100%;
  /* Allow the image to take the full width */
  height: auto;
  /* Maintain aspect ratio */
  max-height: 80vh;
  /* Restrict image height to 80% of the viewport height */
  object-fit: contain;
  /* Ensure the image scales well */
  border-radius: 15px;
  /* Rounded corners for image */
}

.nav-icon {
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  font-size: 30px;
  color: #fff;
  /* Change icon color to white for better contrast */
  cursor: pointer;
  border-radius: 50%;
  /* Circular background */
  padding: 10px;
  /* Padding for larger clickable area */
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* Smooth transitions */
}

.left-icon {
  left: 20px;
  /* Positioning left icon */
}

.right-icon {
  right: 20px;
  /* Positioning right icon */
}

.nav-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* Darker background on hover */
  transform: scale(1.1);
  /* Slightly enlarge icon on hover */
}

/* Responsive Design */
@media screen and (max-width: 600px) {
  .modal-content {
    width: 95%;
    /* Full width on small screens */
  }

  .nav-icon {
    font-size: 24px;
    /* Smaller icons on small screens */
    padding: 8px;
    /* Adjust padding for smaller screens */
  }

  .close-button {
    font-size: 24px;
    /* Smaller close button on small screens */
    padding: 6px;
    /* Adjust padding for smaller screens */
  }
}

.margin_111 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 428px) {
  .image-container {

    display: grid;
    grid-template-columns: 100% !important;
    gap: 18px;
  }
  footer h2 {
    font-size: 17px !important;
}
}

@media screen and (max-width: 991px) {
  .image-container {

    display: grid;
    grid-template-columns: 100% !important;
    gap: 18px;
  }
}
.event-menu{
  background: #0056c0!important;
  color: white !important;
}
@media screen and (min-width: 991px){

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
  /* color: var(--primary); */
  color:  #004aa6!important;
}
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #ffff !important;
}
.social-icons.social-icons-dark-2 li a i {
  color: #ffff !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  
.form-group button {
  width: 100% !important;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #c82b32;
}
.form-group select {
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Poppins", Sans-serif;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  font-weight: bold;
  transition: all 0.3s ease;
}
.form-group input {
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Poppins", Sans-serif;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
  /* max-width: 100%; */
  transition: all 0.3s ease;
}

}



.text_style
{
    top:10%;
}

@media (max-width:768px)
{
    .sticky-meet {
    position: sticky;
    top: -1% !important;
    font-size: 20px;
    padding-top: 30px;
    z-index: 1000;
    height: auto;
    background: #FFFF;
}

.margin_111 {
 margin-bottom: 0rem; 
}
}

