body{
    background: url(../images/bg.png) #FFFFEB;
}

a, a:hover{
  color: #D30C0C;
}

h1{
    padding: 10px 15px;
    background: linear-gradient(90deg, #D30C0C 36.04%, rgba(211, 12, 12, 0) 50%);
    color: #fff;
    margin-bottom: 15px;
    font-size: 28px;
}

h2{
  font-size: 26px;
  color:#D30C0C;
}

h3{
  font-size: 24px;
}

h4{
  font-size: 22px;
  color:#D30C0C;
}

h5{
  font-size: 20px;
}

.headerWrappeer{
    height: 140px;
    margin-top: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link
{
    /* font-weight: bold; */
    padding-left: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #D30C0C;
    /* text-decoration: underline; */
    border-bottom:1px solid #D30C0C;
    background: url(../images/active.png) no-repeat -7px;

}

.navbar-expand-lg .navbar-nav .active {
    content: "";
}

.nav-item{
  margin-left: 10px;
}

.nav-item:first-child{
  margin-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu{
    /* font-weight: bold; */
    border-radius: 0;
    background: #efd47a;
    /* Rectangle 7 */
}

.name a,.name a:hover{
    color: #D30C0C!important;
    margin-left: 15px;
    font-size: 32px;?/*24px*/
    font-weight: bold;
    text-transform: uppercase;
}

.bannerWrapper{
    //background: #D4AF37;FAFA33;
        background: #ffd700;
    text-align: center;
}

.bodyWrapper{
    padding: 20px 0px;

}

.cardWrapper{
    width: 100%;
    filter: drop-shadow(6px 10px 6px rgba(0, 0, 0, 0.25));
}

.cardHeader{
    background: #D9D9D9;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
}

.cardHeader h4{
    color: #041a4a;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.cardBody{
    padding: 10px;
    min-height: 100px;
    background: #fff;
}


.eventCardWrapper{
    display: flex;
}

.eventCard{
    width: 300px;
    height: 300px;
    background: #F8F8F8;
    border: 1px solid #000;
}

.eventCardTitle{
    background: #D30C0C;
    padding: 3px 10px;
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
}

.eventCardBody{

}

.eventList{
  list-style: none;
  padding: 0;
}

.eventList li{
  padding: 10px;
  background: #efefef;
  margin-bottom: 5px;
  border-radius: 4px;
}

.activeEvent{
  color: #D30C0C;
  background-color: #d4d3d3!important;
  font-weight: bold;
}


footer{
  background: #D30C0C;
  height: auto;
  padding: 20px;
}

footer ul li a.nav-link{
  color: #ffffff!important;
  font-size: 12px;
  padding: 5px;
}

.qrcode{
  width: 120px;
}

footer h5{
  color: #ffffff;
}

footer p{
  margin-bottom: 5px;
  color: #fff;
}


.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
  }
  
  @media (max-width: 991px) {
    .hero-slider {
      height: 600px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-slider {
      height: 500px;
    }
  }
  
  .hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
  }
  
  .hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
  }
  .hero-slider:hover .swiper-button-prev,
  .hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
  }
  
  @media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
      display: none;
    }
  }
  
  .hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
  }
  
  .hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block
    vertical-align: middle;
    font-weight: 900;
  }
  
  .hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
  }
  
  .hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block
    vertical-align: middle;
    font-weight: 900;
  }
  
  .hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:#fff;
    transition:all .2s ease;
  }
  
  .hero-slider .swiper-pagination-bullet-active {
    opacity:1;
  }
  
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 30px;
  }
  
  @media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
  /*     display: none; */
    }
  }
  .swiper-pagination {
    text-align:left;
  }
  
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
      max-width: 1200px;
      padding: 0 15px;
      margin: 0 auto;
      left: 50%;
      transform: translateX(-50%);
  }
  }
  @media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;
   
  }
  }
  /*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
  .hero-style {
    height: 350px;
    transition:all .4s ease;
  }
  
  @media (max-width: 991px) {
    .hero-style {
      height: 600px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-style{
      height: 500px;
    }
  }
  
  @media screen and (min-width: 992px) {
    .hero-style .container {
      padding-top: 95px;
    }
  }
  
  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 690px;
  }
  
  .hero-style .slide-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition:all .4s ease;
  }
  
  @media (max-width: 1199px) {
    .hero-style .slide-title h2 {
      font-size: 75px;
    }
  }
  
  @media (max-width: 991px) {
    .hero-style .slide-title h2 {
      font-size: 50px;
      margin: 0 0 35px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-style .slide-title h2 {
      font-size: 35px;
      margin: 0 0 30px;
    }
  }
  
  .hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition:all .4s ease;
  }
  
  @media (max-width: 767px) {
    .hero-style .slide-text p {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      margin: 0 0 30px;
    }
  }
  
  .hero-style .slide-btns > a:first-child {
    margin-right: 10px;
  }
  
  
  /*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
  .theme-btn, .theme-btn-s2{
      background-color: #ffffff;
      font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color:#2b3b95;
      padding: 9px 32px;
      border: 0; 
    border-radius: 3px;
      text-transform: uppercase;
      display: inline-block;
      line-height: initial;
    transition:all .4s ease;
  }
  a {
      text-decoration: none;
      transition: all 0.2s ease;
  }
  .theme-btn-s2{
      background-color: rgba(255, 255, 255, 0.9);
      color: #131e4a;
  }
  .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
      background-color:#2b3b95 ;
      color: #fff;
  }
  .theme-btn-s3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
  }
  i.fa-chevron-circle-right{
    height:22px;
    width:22px;
  }
  a:hover {
      text-decoration: none;
  }
  @media (max-width: 991px){

    .name a,.name a:hover{
      font-size: 20px;
       text-align: center;
    }
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
      font-size: 13px;
      padding: 15px 25px;
    }
    .headerWrappeer{
      height: auto;
    }
  }
  @media (max-width: 767px){
     .name a,.name a:hover{
      font-size: 16px;
      text-align: center;
    }
    .theme-btn, .theme-btn-s2{
      padding: 13px 20px;
      font-size: 13px;
    }
  }
  

  
  