.lightbox-gallery .photos .item img{
    border-radius: 12px;
}
.lightbox-gallery .photos .item{
    padding-bottom: 20px;
}
.lightbox-gallery {
    margin-top:30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px #0015409c;
    padding-bottom: 20px;
    padding-top: 20px;
}
figure img {
    width: 100%;
}
[class^="icojam_"], [class*=" icojam_"] {
    margin-top: 100px;
}
.support-bar-area{
    display: none;
}

.copyright-text{
    color: #ffffff !important;
}
.contact_info_list .details{
    text-align: left;
}
.contact-page-conent-aera h2{
    margin-top:40px
}


.navbar-area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: transparent;
    border: none;
}

.navbar-nav .nav-link {
    color: #fff; /* Change this if needed for better visibility */
}

.header-area {
    position: relative;
    z-index: 1;
    height: 100vh; /* Ensure the header area takes the full height of the viewport */
    overflow: hidden;
}



.header-video,
.header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-inner {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.header-area::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); /* Optional: Adds a dark overlay for better text readability */
    z-index: -1;
}
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
 }
}
.multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
  background-image: none;
}
.img-responsive{
  width: 100%;
}
.section-heading{
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 50px 0;
}
.left-content-area p{
  color:#777777;
}

.img-responsive {
  width: 100%;
  height: auto; /* Ensures the image maintains its aspect ratio */
  object-fit: cover; /* Ensures the image covers the container */
}
.logo-wrapper img{
  width: 50px;
  padding-top:20px;
}

.logo-wrapper{
  padding-left: 20px;
}
