* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
.color-nav{
    background: transparent;
    border-radius: 20px;
    /* margin: 10px;
    padding: 10px; */
    /* box-shadow: 0px 10px 30px rgba(235, 231, 231, 0.4); */
  }
.navbar-brand img{
    max-width: 120px;
margin-left:35px;
  }
#w3lDemoBar.w3l-demo-bar {
top: 0;
right: 0;
bottom: 0;
z-index: 9999;
padding: 40px 5px;
padding-top:70px;
margin-bottom: 70px;
background: #0D1326;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
}

#w3lDemoBar.w3l-demo-bar a {
display: block;
color: #1f3694;
text-decoration: none;
line-height: 24px;
opacity: .6;
margin-bottom: 20px;
text-align: center;
}

#w3lDemoBar.w3l-demo-bar span.w3l-icon {
display: block;
}

#w3lDemoBar.w3l-demo-bar a:hover {
opacity: 1;
}

#w3lDemoBar.w3l-demo-bar .w3l-icon svg {
color: #e6ebff;
}
#w3lDemoBar.w3l-demo-bar .responsive-icons {
margin-top: 30px;
border-top: 1px solid #41414d;
padding-top: 40px;
}
#w3lDemoBar.w3l-demo-bar .demo-btns {
border-top: 1px solid #41414d;
padding-top: 30px;
}
#w3lDemoBar.w3l-demo-bar .responsive-icons a span.fa {
font-size: 26px;
}
#w3lDemoBar.w3l-demo-bar .no-margin-bottom{
margin-bottom:0;
}
.toggle-right-sidebar span {
background: #0D1326;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #e6ebff;
border-radius: 50px;
font-size: 26px;
cursor: pointer;
opacity: .5;
}
.pull-right {
float: right;
position: fixed;
right: 0px;
top: 70px;
width: 90px;
z-index: 99999;
text-align: center;
}
/* ============================================================
RIGHT SIDEBAR SECTION
============================================================ */

#right-sidebar {
width: 90px;
position: fixed;
height: 100%;
z-index: 1000;
right: 0px;
top: 0;
margin-top: 60px;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
overflow-y: auto;
}


/* ============================================================
RIGHT SIDEBAR TOGGLE SECTION
============================================================ */

.hide-right-bar-notifications {
margin-right: -300px !important;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}


@media (max-width: 992px) {
#w3lDemoBar.w3l-demo-bar a.desktop-mode{
  display: none;

}
}
@media (max-width: 767px) {
#w3lDemoBar.w3l-demo-bar a.tablet-mode{
  display: none;

}
}
@media (max-width: 568px) {
#w3lDemoBar.w3l-demo-bar a.mobile-mode{
  display: none;
}
#w3lDemoBar.w3l-demo-bar .responsive-icons {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}
#right-sidebar,.pull-right {
  width: 90px;
}
#w3lDemoBar.w3l-demo-bar .no-margin-bottom-mobile{
  margin-bottom: 0;
}
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

#logo img.logo-img {
    max-width: 150px; /* Adjust logo size */
    height: auto;
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 35px;
    display: flex;
    gap: 30px;
}

.navbar-nav li {
    list-style: none;
}
@media (max-width: 991px) {
    .navbar-brand img {
        max-width: 100px;
        margin-left: 5px;
    }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 80px;
        margin-left: 2px;
    }
}

.navbar-nav li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    transition: 0.3s;
}

.navbar-nav li a:hover {
    color: red;
}

.active a {
    color: red;
    font-weight: bold;
    position: relative;
}

.active a::after {
    content: "";
    /* display: block; */
    width: 100%;
    height: 2px;
    background-color: red;
    /* position: absolute; */
    bottom: -5px;
    left: 0;
}
.img-fluid1 {
max-width: 20%;
height: auto;
}

.contact-info {
color: #fff;
font-size: 16px;
line-height: 1.8;
}


.info-item {
flex-wrap: nowrap;
}
/* 
@media (max-width: 576px) {
.info-item {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
}
}

@media (max-width:  992px) {
.info-item {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
}
} */
.contact-info .info-item {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}

.contact-info i {
color: #EA1B25;
font-size: 20px;
min-width: 20px;
}

/* Layout for contact cards */
.address-content-inf-w3ls {
text-align: center;
}

/* Responsive tweaks */
@media (max-width: 768px) {
.loaction-content {
    flex-direction: column;
    align-items: center;
}

.loaction-content li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.address-content-inf-w3ls {
    text-align: left;
}

.icon-left {
    justify-content: flex-start !important;
    margin-bottom: 10px;
}

/* .icon-right {
    text-align: left !important;
} */

.contact-info {
    text-align: left;
}

.contact-info .info-item {
    flex-direction: row;
    align-items: center;
}

.img-event img {
    max-width: 20%;
    height: auto;
    margin-top: 10px;
}

.footer-content h6 {
    font-size: 18px;
}

.footer-content p,
.contact-info .info-item div {
    font-size: 14px;
}
}

@media (max-width: 480px) {
.contact-info i {
    font-size: 18px;
}

.contact-info .info-item div {
    font-size: 14px;
}

.footer-content {
    padding: 0 10px;
}
}

/* Shared styles */
.icon-text {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}

.icon-text i {
color: #EA1B25;
font-size: 24px;
margin-bottom: 8px;
}

/* Mobile: max-width 768px */
@media (max-width: 768px) {
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info .info-item {
    margin-bottom: 20px;
}

.icon-text div {
    font-size: 14px;
    line-height: 1.5;
}

.icon-text i {
    font-size: 22px;
    margin-bottom: 6px;
}
}

/* Tablet: between 769px and 991px */
@media (min-width: 769px) and (max-width: 1001px) {
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info .info-item {
    margin-bottom: 20px;
}

.icon-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.icon-text i {
    font-size: 24px;
    margin-bottom: 6px;
}

.icon-text div {
    font-size: 15px;
}
}

.img-fluidqr {
max-width:150px;

} 

.img-io {
  max-width:75%;
  
  }
.text1 {
    color: white;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    position: relative;
  /*   shorthand animation property: name | duration | iteration count */
  /*   animation: text 4s 1; */
    animation-name: text;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  
  
  
  @keyframes text {
    0% {
      color: black;
      margin-bottom: -40px;
    }
    30% {
      letter-spacing: 25px;
      margin-bottom: -40px;
    }
    85% {
      letter-spacing: 8px;
      margin-bottom: -40px;
    }
    100% {
      margin-bottom: 20px;
    }
  }


  /* footer */

  CSS Options
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background:#1e272e;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #EA1B25;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 220px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background:#EA1B25;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background:#EA1B25;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color:#EA1B25;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #EA1B25;
    padding: 13px 20px;
    border: 1px solid #EA1B25;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color:#EA1B25;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color:#EA1B25;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.subscribe-form input {

  width: 100%;

  padding: 14px 28px;

  background: #2E2E2E;

  border: 1px solid #2E2E2E;

  color: #fff;

}

.subscribe-form button {

    position: absolute;

    right: 0;

    background: #EA1B25;

    padding: 13px 20px;

    border: 1px solid#EA1B25;

    top: 0;

}

.subscribe-form button i {

  color: #fff;

  font-size: 22px;

  transform: rotate(-6deg);

}

.copyright-area{

  background:#1e272e;

  padding: 25px 0;

}

.copyright-text p {

  margin: 0;

  font-size: 14px;

  color: #878787;
}
.copyright-text p a{
  color:#EA1B25;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color:#EA1B25
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
