body {
  overflow-x: hidden;
}
.rounded-circle {
    border-radius: 50%!important;
    height: 50%;
    width: 50%;
}
.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #cee3fd 3px solid;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
    background-color: #FFEFEF;
    border-color: #dee2e6 #dee2e6 #fff;
}
.carousel-item {
  height: 450px;
}

.carousel-image-1 {
  background: url('../img/frontPage.png');
  background-size: 100% 100%, cover;
  color: #fff;
  border-bottom: 1px #eee solid;
}

.carousel-image-2 {
  background: url('../img/gallery1.jpeg');
  background-size: 100% 100%, cover;
  color: #fff;
  border-bottom: 1px #eee solid;
}

.carousel-image-3 {
  background: url('../img/gallery2.jpeg');
  background-size: 100% 100%, cover;
  color: #fff;
  border-bottom: 1px #eee solid;
}
.carousel-image-4 {
  background: url('../img/banner3.png');
  background-size: 100% 100%, cover;
  color: #fff;
  border-bottom: 1px #eee solid;
}
#home-heading {
  position: relative;
  min-height: 200px;
  background: url('../img/lights.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}


#page-header {
  height: 360px;
  background: url('../img/frontPage.png');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

#page-header1 {
  height: 200px;
  background: url('../img/image1.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}
#event-header1 {
  height: 890px;
  background: url('../img/event.jpeg')no-repeat center top ;
  background-attachment: relative;
  color: #fff;
}
.figure-caption {
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  width: 248px;
  text-align: right;
  margin-left: 852px;
}
.figure-caption1 {    font-size: 14px;
    color: #060606;
    /* background-color: #ffffff; */
    width: 248px;
    /* text-align: right; */
}bout-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #77b9f7;
  color: #000;
}

/* Marquee */
.wrapper {
  position: relative;
    overflow: hidden;
    height: 175px;
    width: 100%;
}

.wrapper p {
  position: absolute;
    margin: 0;
    line-height: 30px;
    white-space: nowrap;
    animation: marquee 9s linear infinite;
    text-align: left;
}

.wrapper img {
    margin: 0;
    line-height: 30px;
    white-space: nowrap;
    animation: marquee 5s linear infinite;
    text-align: left;
}

@keyframes marquee {
  0% { transform: translatey(100%); }
  100% { transform: translatey(-100%); }
}
#authors img {
  margin-top: -50px; }
#authors .card:hover {
  background: #3292a6;
  color: #fff; }
#authors .fab {
  color: #fff; }

@media (max-width: 768px) {
  #showcase {
    min-height: 500px; }
    #showcase h1 {
      font-size: 4rem; }

  .mb-resp {
    margin-bottom: 1rem; } }

    .sec-title{
      position:relative;
      
    }
    
    .sec-title .title{
      position: relative;
        /*color: #ccff33;*/
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
        padding-top: 40px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    
    .sec-title .title:before{
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 6px;
        height: 4px;
        background-color: #f43737;
    }
    
    .sec-title h5{
        position: relative;
        color: #ccff33;
        font-weight: 700;
        line-height: 1.2em;
        text-transform: capitalize;
      -webkit-mask-image: linear-gradient(-75deg, rgba(204, 255, 51,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
        -webkit-mask-size: 200%;
        animation: shine 2s infinite;
    }
    .sec-title h6{
        position: relative;
   /*     color: #ccff33;*/
        font-weight: 700;
        line-height: 1.2em;
        text-transform: capitalize;
      -webkit-mask-image: linear-gradient(-75deg, rgba(204, 255, 51,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
        -webkit-mask-size: 200%;
        animation: shine 2s infinite;
    }
    @-webkit-keyframes shine {
      from {
        -webkit-mask-position: 150%;
      }
      
      to {
        -webkit-mask-position: -50%;
      }
    }


    .lightbox-gallery {
      background-image: linear-gradient(#4A148C, #E53935);
      background-repeat: no-repeat;
      color: #000;
      overflow-x: hidden
  }
  
  .lightbox-gallery p {
      color: #fff
  }
  
  .lightbox-gallery h2 {
      font-weight: bold;
      margin-bottom: 40px;
      padding-top: 40px;
      color: #fff
  }
  
  @media (max-width:767px) {
      .lightbox-gallery h2 {
          margin-bottom: 25px;
          padding-top: 25px;
          font-size: 24px
      }
  }
  
  .lightbox-gallery .intro {
      font-size: 16px;
      max-width: 500px;
      margin: 0 auto 40px
  }
  
  .lightbox-gallery .intro p {
      margin-bottom: 0
  }
  
  .lightbox-gallery .photos {
      padding-bottom: 20px
  }
  
  .lightbox-gallery .item {
      padding-bottom: 30px
  }

  body {
    background-color: #f9f9fa
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 0
}

.card .card-body {
    padding: 1.25rem 1.75rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-title {
    color: #000000;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
    font-size: 0.8rem;
    font-weight: 500
}

p {
    font-size: 0.875rem;
    margin-bottom: .3rem;
   /* line-height: 1.5rem*/
}

.lightGallery {
    width: 100%;
    margin: 0
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.lightGallery .image-tile {
    position: relative;
    margin-bottom: 30px;
    margin-right: 40px
}