.navbar-brand .logo img{
width: 270px;
height: 55px;
}
.top-bar{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.switcher select{
    padding: 1px 28px;
}
.videos-leshi .card-style-4 .card-image-wrapper {
  /* height: 100%; */
}
.notice_board p a{
    color: #fff;
    text-decoration: none;
    font-size: medium;
}
.notice_board{
    list-style: none;
}
.notice_board p span{
    font-size: small;
}
/* top to bottom */
.progressScroll svg {
  transition: transform 0.3s ease;
    rotate: 45deg;
}
.progressScroll:hover svg {
  color: #fff;
}
.progressScroll{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #228b22;
    color: #fff;
}
.progressScroll:hover{
    background: var(--bs-secondary);
}

.politixySwiper {
  user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
}

 /* sticky language toggle area  */
  #lang-toggl .toggle-language-btn-cover {
    display: table-cell;
    position: relative;
    width: 200px;
    height: 100%;
    box-sizing: border-box;
  }
#lang-toggl .language-btn-cover {
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
  }
    .language-btn-cover:before {
    counter-increment: language-btn-counter;
    content: counter(language-btn-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
  }
 
  .language-btn-cover:before {
    counter-increment: language-btn-counter;
    content: counter(language-btn-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
  }

  .language-btn-cover,
  .knobs,
  .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .language-btn {
    position: fixed;
    bottom: 7%;
    left: 2px !important;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
    z-index: 2;
  }

  .language-checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }

  .knobs {
    z-index: 2;
  }

  .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
  }

  .language-btn.r,
  .language-btn.r .layer {
    border-radius: 100px;
  }

  #language-btn-3 .knobs:before {
    content: "हिं";
    position: relative;
    top: 4px;
    left: 7px;
    width: 21px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 0.5;
    padding: 8px 10px;
    background-color: #228b22;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  }

  #language-btn-3 .language-checkbox:active+.knobs:before {
    width: 46px;
    border-radius: 100px;
  }

  #language-btn-3 .language-checkbox:checked:active+.knobs:before {
    margin-left: -26px;
  }

  #language-btn-3 .language-checkbox:checked+.knobs:before {
    content: "EN";
    left: 42px;
    background-color: #180e4f;
  }

  #language-btn-3 .language-checkbox:checked~.layer {
    background-color: #d4d2df;
  } 

