header a.navbar-brand img{
    display: block;
}
header nav .nav-item a {
    padding: 0px 12px !important;
}

header nav .nav-item:nth-last-child(2) a:after{
    content: none!important;
}
.topHeader .googleTranslator .sitemap ul{
    padding-top: 0;
}
.topHeader .googleTranslator .row{
    height: auto;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.topHeader .googleTranslator .row>*{
    max-width: none;
    width: auto;
}
.topHeader .googleTranslator .frstLink ul{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.topHeader .googleTranslator .frstLink a,
.topHeader .googleTranslator p{
    color: #fff;
}
/* Should Hide */
.gllrriEd .cardGrid{
    display: block;
}
.gllrriEd .cardGrid__Item{
    max-width: none!important;
    position: relative;
}
.gllrriEd .cardGrid__Item .imgWrapper {
    aspect-ratio: 16 / 9;
}
.gllrriEd .cardGrid__Item:last-child .contentWrapper {
    padding: 2rem 1.5rem;
    height: 415px;
}
@media screen and (max-width:1200px) {
  .gllrriEd .cardGrid__Item:last-child .contentWrapper {
    height: 510px;
}
}
@media screen and (max-width:768px) {
  .gllrriEd .cardGrid__Item:last-child .contentWrapper {
    height: auto;
}
}
@media screen and (min-width:1400px) {
  .gllrriEd .cardGrid__Item:last-child .contentWrapper {
    height: 380px;
}
}
.gllrriEd .cardGrid__Item .linkWrapper a{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%!important;
    display: block;
    text-align: center;
}
.gllrriEd .cardGrid__Item .linkWrapper a:hover{
    background: #004500;
    color: #fff;
}
@media screen and (max-width:768px) {
  .gllrriEd .cardGrid__Item .linkWrapper a{
    position: static;
    width: auto;
    display: block;
    text-align: center;
}
.audecious-vision .audecious-grid .audecious-grid-item{
  text-align: center;
  padding: 30px 0;
}
.audecious-vision .audecious-grid .audecious-grid-item a{
  margin: auto;
}
.audecious-vision .audecious-grid .audecious-grid-item h2::before{
  left: 50%;
  transform: translateX(-50%);
}
}
.gllrriEd .cardGrid__Item h6.subHeading {
    text-align: center;
    font-size: 14px;
    color: #48bf53;
    font-weight: 600;
    padding: 5px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 12px;
}
.gllrriEd .cardGrid__Item .heading-tertiary{
    text-align: center!important;
}

@media screen and (min-width:992px) {
 .gllrriEd .cardGrid__Item .heading-tertiary{
    font-size: 24px;
} 
}
/* Should Hide */



.eventHeroArea{
    position: relative;
}

@media screen and (max-width:768px) {
    .eventHeroArea{
    height: 360px;
}
}

@media screen and (min-width:768px) {
    .eventHeroArea{
    height: calc(100vh - 140px);
}
}

.eventHeroArea .slide {
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.6s;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: top;
      }

      @media screen and (min-width:768px) {
    .eventHeroArea .slide{
    height: calc(100vh - 140px);
}
}

@media screen and (max-width:768px) {
    .eventHeroArea .slide{
    height: 360px;
}
}

      
      .eventHeroArea .slide .img-box{
        aspect-ratio: 16 / 10;
        overflow: hidden;
        border-radius: 16px;
      }

      @media screen and (max-width:768px) {
        .eventHeroArea .slide .img-box{
            display: none;
        }
      }

      @media screen and (min-width:1200px) and (min-height:600px) {
        .eventHeroArea .slide .img-box{
        aspect-ratio: 16 / 12;
      }
      }

      .eventHeroArea .slide::before{
        content: "";
        background: #000;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0.8;
      }

      .eventHeroArea .slide .container{
        position: relative;
      }

      
       @media screen and (min-width:768px) {
    .eventHeroArea .slide .row{
         height: calc(100vh - 140px);
      }
}

@media screen and (max-width:768px) {
    .eventHeroArea .slide .row{
         height: 360px;
      }
}
      .eventHeroArea .slide.active {
        opacity: 1;
        visibility: visible;
      }

      /* Content animation */
      .eventHeroArea .line {
        opacity: 0;
        transform: translateY(40px);
      }

      .eventHeroArea .slide.active .line {
        animation: fadeUp 0.6s forwards;
      }

      .eventHeroArea .slide.active .line:nth-child(1) {
        animation-delay: 0.2s;
      }
      .eventHeroArea .slide.active .line:nth-child(2) {
        animation-delay: 0.4s;
      }
      .eventHeroArea .slide.active .line:nth-child(3) {
        animation-delay: 0.6s;
      }
      .eventHeroArea .slide.active .line:nth-child(4) {
        animation-delay: 0.8s;
      }

      @keyframes fadeUp {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      /* Image */
      .eventHeroArea .img-box img {
        width: 100%;
        transform: scale(1.1);
        opacity: 0;
        transition: 1s;
        height: 100%;
        object-fit: cover;
      }

      .eventHeroArea .slide.active .img-box img {
        transform: scale(1);
        opacity: 1;
      }

      /* Counter */
      .eventHeroArea .counter {
        position: absolute;
        top: 0;
        right: 0;
        background: #004500;
        padding: 5px 20px;
        z-index: 1;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
      }

      .eventHeroArea .counter span{
        font-weight: 700;
      }

      /* Progress Bars */
      .eventHeroArea .progress-wrapper, .eventHeroArea .progressContent {
        position: absolute;
        bottom: 20px;
        left: 40px;
        right: 40px;
        display: flex;
        gap: 20px;
      }

      .eventHeroArea .progressContent .contGrid{
flex: 1;
display: flex;
align-items: flex-end;
justify-content: space-between;
      }
      .eventHeroArea .progressContent .contGrid h6{
        font-size: 14px;
        font-weight: 300;
        color: #fff;
      }
      .eventHeroArea .progress-item {
        flex: 1;
        height: 3px;
        background: #ffffff45;
        overflow: hidden;
      }

      .eventHeroArea .progress-item span {
        display: block;
        height: 100%;
        width: 0%;
        background: #48bf53;
      }

      .eventHeroArea h6 {
    letter-spacing: 0.7px;
    font-size: 16px;
    line-height: 20px;
    color: #48bf53;
    font-weight:600;
}

.eventHeroArea h6 span{
    display:inline-block;
    height:3px;
    width:100px;
    background:#48bf53;
    margin-right:10px;
    position:relative;
    top:-4.5px;
}
.eventHeroArea h2{
    font-size:50px;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
}

@media screen and (max-width:768px) {
    .eventHeroArea h2{
        font-size: 24px;
    }
}
.eventHeroArea p{
    color:#fff;
}