body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color:rgb(0, 0, 0);
  scroll-behavior: smooth;
  background: #fff;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainpknm{
 width: 100%; /* Adjust width as needed */
  
}
.container{
  max-width: 77%;
}

/* Flip the direction of the toggler */
.navbar-toggler {
  order: -1;
}
.topnav{
  justify-content:left !important;
}
.topnav2{
  justify-content:left !important;
  
 }

.navbar-brand-container {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
}
.navbar-brand-container a{
  font-weight: bold;
  
}
.navbar-subtitle {
  font-size: 0.8rem;
  color: #88191A; /* Optional: Adjust subtitle color */
  margin-top: -0.5rem; /* Optional: Adjust spacing between title and subtitle */
  width: 87%;
  text-align: right;
}

.topbrand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  
}
.topnavBar{
  --bs-navbar-padding-y: 0px !important;
}
.navbar-toggler{
  border: none 0px !important;
}

.navbg{
  background-color: #ff8400;
  --bs-navbar-padding-y: 0px !important;
 }
.mainlink{
  --bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .75rem;
}




.navbar-brand-containermenu {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  list-style: none;
  margin: 0;
    padding: 0;
    justify-content: center;
}
.navbar-toggler:focus{
  box-shadow: none;
}

.navbar-nav .nav-item {
  position: relative;
  margin-right: 7rem; /* Add margin to space out nav items */
  font-weight: 600;
  color: #ffffff;
  width: 20%;
  padding: 0 0px;
  
}

.navbar .navbar-brand-containermenu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1em;
}

.navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.5rem; /* Adjust position of divider */
  transform: translateY(-50%);
  height: 60%;
  border-left: 1px solid #adb5bd;
}
.container i{
  margin-right: 0.6rem;
}

.nav-link {
  color: black;
}

.navbar-nav .nav-link.active {
  background-color: white;
  color: black; /* Change text color if needed */
  border-radius: 0.25rem; /* Optional: Add border-radius for better aesthetics */
}

.tagborder {
  padding: 2px 10px;
  background: #04AA6D;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

 /* Make the navbar menu scrollable on small screens */
 /* Make the navbar menu horizontally scrollable on small screens */
 @media only screen and (max-width: 600px) {
  .navbgscrool {
           overflow-x: scroll;
   }

.navbar-brand-container {
    display: none; /* Hide the container on mobile screens */
  }
  .navbar .menubg{
    display: none;
  }
  .carousel-item .container{
    margin-top: 5%;
  }

  .min-h-res {
    min-height: 400px;
}

}




/* Custom CSS for image zoom effect */
.image-container {
  overflow: hidden;
  position: relative;
}
.image-container:hover {
  /* box-shadow: var(--bs-box-shadow-lg)!important; */
  box-shadow: 0px 2px 23px 5px #fe9e39 !important;
  
}
.image-container:hover .zoom-effect {
  transform: scale(1.2); /* Set the scale value for zoom effect */
}
.zoom-effect {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 10px;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.hvr-ripple-out-bnr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
} 



.heading .h2{
  font-size: 24px;
    line-height: 37px;
    color: #222222;
    font-family: 'poppinsbold';
    font-weight: 700;
}
.heading-caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  padding-bottom: 20px;
}
.footer{
  background: #3a4753;
  border: 1px solid #3a4753;
}
.footer .nav{
  background: #3a4753;
}
.text-muted{
  color: #ffffff !important;
}
.bb{
  background-image: url(../img/blur10.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
  padding-bottom: 2%;
  background-color: #fff;
}


.menubg {
  background-image: url(../img/bg5.png); /* Update to the correct path */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 0;
  display: flex;
  justify-content: center; /* Horizontal center alignment */
  align-items: center; /* Vertical center alignment */
  width: 45vw; /* 55% of the viewport width */
  min-width: 300px;
  height: 35px;
}



.carousel-item {
  height: 650px;
  position: relative;
  margin-top: 0% !important;
}
.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Start caption from the middle and extend downwards */
  align-items: center;
  color: white;
  text-align: center;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.carouselttl{
  letter-spacing: 3px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 34px;
  line-height: 1.2;
  background-color: transparent;
  text-align: center;
  color: #88191A !important;
  padding-top: 10%;
}

.carouselttl h3{
  font-weight: bold;
  display: block;
  font-size: 4rem;
  letter-spacing: 15px;
  text-transform: uppercase;
  
}

.g-4{
  --bs-gutter-y: 3.5rem;
  --bs-gutter-x: 4.5rem;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  padding: 0px;
  background-color: #fff;
  padding-left: 16%;
  padding-right: 10%;
}

.slidermenuclsbtn{
  margin-right: auto !important;
}

.offcanvas{
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
  width: -webkit-fill-available !important;
}
.menuwelcome{
  font-size: 1.2rem;
  color: #ff8400;
  margin-top: -0.5rem;
  width: 87%;
  text-align: center;
}

.multi-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust column width */
  gap: 5px; /* Spacing between columns */
}

.nav-item-menu{
  padding-left: 2%;
  border-bottom: 1px solid #d2d2d2;
}

.nav-item-menu i{
  margin-right: 2%;
 
}


.hm-row {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.hm-row1 {
  width: 100%;
  padding-bottom: 20px;
}

.video-row {
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(209,204,204,0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(209,204,204,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(209,204,204,0.75);
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}

.writtenby{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.writtenby li {
  display: flex;
  padding-left: 20px;
  align-items: center;
  font-size: 15px;
  color: #4B4B4B;
  font-weight: 400;
}
.writtenby li i{
color: #ff8400;
}
.heading{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading h1{
  font-weight: bold;
  font-size: 25px;
}
#toolbarContainer{
  display: none !important;
}

/* inner listing grid */
.pknmshadow {
  /* box-shadow: 0 .5rem 1rem rgba(0,0,0,0.45)!important; */
background-color: #ffffff !important;
border: 1px solid #d2d2d2;
}

.list_box_img{
	object-fit: fill;
	width: 100%;
}
.listdate{
	font-style: italic;
	font-size: 0.80em;
}

.eventsort{
	font-size: 14px;
	color: #484848;
	font-size: 0.85em;
}
.list_box_img{
	width: 100%; /* or any custom size */
    height: 100%;
    object-fit: contain;
  }
.subtilte{
	font-size: 1.5rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
h2{
  text-align: center;
  font-size: 1.925rem;
  padding: 0;
  margin: 0 auto;
  font-weight: bold;
  
}

h3{
  text-align: center;
  font-size: 2.225rem;
  padding: 0;
  margin: 0 auto;
  font-weight: bold;
}

.menu-list {
  display: flex; /* Makes the ul items flex children */
  justify-content: space-between; /* Distributes equal space between li items */
  list-style: none; /* Removes bullet points */
  margin: 0; /* Removes default margin */
  padding: 0; /* Removes default padding */
  width: 100%; /* Ensures the ul takes up the full width of the parent div */
  max-width: 600px;
}

.menu-list li {
  list-style: none;
}

.menu-list li a {
  text-decoration: none;
  color: #fff; /* Adjust text color */
  font-weight: bold;
  font-size: 1rem; /* Adjust font size */
}

.menu-list li a:hover {
  color: #4CAF50; /* Hover color for links */
}

.vh-100{
  height: 90vh !important;
}
.offcanvas-body{
  padding-left: 7%;
  padding-right: 7%;
}

.contentrow{
  background-repeat: repeat-x;
  background-size: 500px 500px;
  background-image: url(../img/contentbg25.png);
  /* background-color: #43c1c6; */
  background-color:rgb(157, 232, 237);
    /* Set a specific height */

}

.greyrow{
  padding-bottom: 1.4%;
  width: 100%;
 }

 .whiterow{
  background-color: #fff;
  padding-bottom: 1.4%;
  width: 100%;
 }
 .subtitle{
 font-size: 1.2em;
 }
.dotline{
  border-: 2px dashed #88191A;
 }

 .title-container {
  position: relative;
  text-align: center;
  margin-bottom: 2%; /* Adjust spacing as needed */
}

.title-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px; /* Thickness of the dotted line */
  background: repeating-linear-gradient(
    to right,
    #88191A 0,
    #88191A 5px,
    transparent 5px,
    transparent 10px
  ); /* Creates the dotted effect */
  z-index: 0; /* Send behind the title */
  transform: translateY(-50%);
}

.title-background {
  display: inline-block;
  background-color: #88191A; /* Title background color */
  color: #ffffff; /* Text color */
  padding: 10px 5%; /* Add spacing around the title */
  text-align: center; /* Center the text */
  border-radius: 25px; /* Rounds the ends */
  z-index: 1; /* Ensure it appears above the additional border */
  position: relative; /* Ensure proper stacking context */
  border: 2px solid #cfa20f; /* Primary outer border */
}

.title-background::before {
  content: ""; /* Create an empty pseudo-element */
  background-color: #88191A;
  position: absolute;
  top: 3px; /* Adjust to control vertical positioning */
  left: 3px; /* Adjust to control horizontal positioning */
  right: 3px; /* Adjust width */
  bottom: 3px; /* Adjust height */
  border: 1px solid #eec540; /* Secondary border color */
  border-radius: 30px; /* Match or slightly exceed the main border's radius */
  z-index: -1; /* Place it behind the main title-background */
}


.titleCovergw{
  background: linear-gradient(to bottom, rgb(245, 242, 240) 50%, rgb(255, 255, 255) 50%);
  width: 100%; /* Full-width container */
}

.titleCoverwg{
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgb(245, 242, 240) 50%);
  width: 100%; /* Full-width container */
}


.titleCover2{
  background: linear-gradient(to bottom, rgba(67, 193, 198, 0.5) 50%, rgb(245, 242, 240) 50%);

}

.title-container h2{
     color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.225rem;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
}

.image-container {
  overflow: hidden; /* Ensures the image doesn't overflow the container */
  display: flex; /* Centers the image */
  align-items: center; /* Vertically centers */
  justify-content: center; /* Horizontally centers */
}

.image-container img {
  max-width: 100%; /* Ensures the image fits within the container */
  height: auto; /* Maintains aspect ratio */
}

.vc{
  display: flex; /* Enables Flexbox */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
 }
 .rectangle-list {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap if they overflow */
  gap: 10px; /* Space between items */
  justify-content: center; /* Center items horizontally */
}

.rectangle-list li {
  display: flex;
  flex-direction: column; /* Stack box and title vertically */
  align-items: center; /* Center-align box and title */
  width: 232px; /* Width for each item */
  margin: 10px; /* Spacing around each item */
}

.rectangle-list .box {
  width: 232px;
  height: 304px;
  border: 8px solid white; /* White border */
  background-color: #ffffff; /* Example background color */
  border-radius: 0px; /* Optional: rounded corners */
}



.rectangle-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 232px;
  margin: 10px;
  list-style: none;
}

.rectangle-list .box {
  width: 232px;
  height: 304px;
  border: 8px solid white;
  background-color: #ffffff;
  border-radius: 0px;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .15);
  overflow: hidden; /* Ensure the image doesn't spill out */
  display: flex;
  justify-content: center;
  align-items: center;
}

.rectangle-list .box img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.rectangle-list .box:hover {
  background-color: #0056b3; /* Darker background on hover */
  border-color: #fff; /* Change border color */
  transform: scale(1.05); /* Slightly enlarge the box */
}

.rectangle-list .title {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: none; /* Prevent title from animating */
}


.circle-list {
  display: flex;
  flex-wrap: wrap; /* Allow circles to wrap if they overflow */
  gap: 10px; /* Space between circles */
  justify-content: center; /* Center items horizontally */
  padding: 0; /* Remove any default padding from the list */
}

.circle-list li {
  display: flex;
  flex-direction: column; /* Stack circle and title vertically */
  align-items: center; /* Center-align circle and title */
  width: 232px; /* Ensure consistent sizing for list items */
  margin: 10px; /* Space around each item */
  list-style: none; /* Remove default list styling */
}


.circle-list .title {
  margin-top: 10px; /* Space between circle and title */
  font-size: 16px; /* Adjust title font size */
  color: #333; /* Title text color */
  text-align: center; /* Center-align the title */
}

.circle-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 232px;
  margin: 10px;
  list-style: none;
}

.circle-list .circle {
  width: 232px;
  height: 232px;
  border: 8px solid #fff;
  background-color: #ffffff;
  border-radius: 50%; /* Make it a perfect circle */
  overflow: hidden; /* Ensures that content like images doesn't overflow the circle */
  display: flex; /* Center the image */
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .15);
  justify-content: center; /* Center the image horizontally */
  align-items: center; /* Center the image vertically */
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.circle-list .circle img {
  width: 100%; /* Make the image take up the full width */
  height: 100%; /* Make the image take up the full height */
  object-fit: cover; /* Ensures the image covers the circle without distortion */
  border-radius: 50%; /* Ensures the image follows the circle shape */
}

.circle-list .circle:hover {
  background-color: #0056b3; /* Darker background on hover */
  border-color: #fff; /* Change border color */
  transform: scale(1.05); /* Slightly enlarge the circle */
}

.circle-list .title {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: none; /* Prevent title from animating */
}
.bgrey{
  background-color: rgb(245, 242, 240);

}

.bgwhite{
  background-color: rgb(255, 255, 255) !important;
}

.bgylw{
  background-color: rgb(245, 228, 0);
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: '<svg height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="#f00"></path><path d="M 45,24 27,14 27,34" fill="#fff"></path></svg>';
  background-size: contain;
  opacity: 0.9;
}

.min-h-res {
  min-height: 200px;
}

.title{
   font-size: 1.025rem !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    color: #932425 !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.btn-primary{
    background-color: #932425 !important;
    color: #fff !important;
    font-weight: bold;
    border-color: yellow;
}

.pgHead{
    letter-spacing: 3px;
    margin-bottom: 34px;
    line-height: 1.2;
    background-color: transparent;
    text-align: center;
    color: #88191A !important;
    font-weight: bold;
    display: block;
    font-size: 2rem;
}

.imptxt{
    letter-spacing: 3px;
    margin-bottom: 34px;
    margin-top: 34px;
    line-height: 1.2;
    background-color: transparent;
    text-align: left;
    color: #88191A !important;
    display: block;
    font-size: 1.2rem;
}

.fixedbg {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff; /* Background color to ensure readability */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow for design */
  height: 60px; /* Height of the header */
  display: flex;
  align-items: center;
  padding: 0 20px; /* Optional padding for content inside the header */
}










