* {
  margin: 0;
  padding: 0;
}


:root {
  --primary-color: #002e7d;
}

.home-video-section {
  width: 100%;
  height: 100vh;

}

.home-video-section .home-video {
  width: 100%;

}

.home-video-section .home-video video {
  width: 100%;

}

.about-section {
  width: 100%;
  padding: 100px 0;
  background-image: url("/assets/images/abt-bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 100px;
  background-attachment: fixed;

}

.abt-content {
  padding: 20px 100px;
}

.abt-content h2 {
  color: var(--primary-color);
}

.abt-pera {
  margin-top: 30px;

}

.abt-pera p {
  text-align: justify;

}

.abt-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}

.abt-content .read-more {
  transition: all .3s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  line-height: 35px;
  padding: 0 20px;
  color: #919191;
  letter-spacing: 1px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
  position: relative;
  z-index: 1;
  justify-content: center;
}

.abt-content .read-more:hover::before {
  background-color: #002463;
  color: #ffffff;
}

.abt-content .read-more::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.abt-content .read-more span {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 70px;
  width: 38px;
  height: 0;
}

.abt-content .read-more span:before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 49px;
  /* background-repeat: no-repeat; */
  top: -9px;
  left: -63px;
  background: url(images/logo/circle-bls.png);
}

.bls-contact-section {
  background-color: #FAF9F9;
  padding: 100px 0;
}

.bls-contact-section img {
  border-radius: 20px;
}

.sub-heading p {
  font-size: 16px;
  color: #969696;
}

.main-heading {
  border-bottom: 3px solid green;
  margin-bottom: 20px;
}

.main-heading h5 {
  font-size: 24px;
}

.bls-activities button {
  color: #fff;
  background: #43a43c;
  border: none;
  padding: 5px 20px;
  border-radius: 20px;
}

.bls-activities button i {
  transition: all 0.3s ease-in-out;
}

.bls-activities button:hover i {
  margin-left: 10px;
}

.choose-us-section {
  width: 100%;
  padding: 50px 0;
  background-image: url(images/blsbuilding.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.choose-content {
  padding: 30px;
  background-color: #fff;
}

.bls-group-section {
  padding: 100px 0;
}


.our-schools-section {
  background: #fff;
  background-image: url('/assets/images/pattern_bg4.png');
  background-attachment: fixed;
}

.left-area {
  /* background: #fff; */

}

.content-wrapper {
  max-width: 900px;
  margin-left: auto;
}

.small-title {
  color: #8b8b8b;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .5px;
}

.content-wrapper h2 {
  font-size: 46px;
  color: #0b3d91;
  margin-bottom: 15px;
}

.heading-line {
  width: 170px;
  height: 2px;
  background: #1f7d37;
}

.years-logo {
  width: 170px;
}

.school-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
}

.school-item h4 {
  font-size: 24px;
  color: #0b3d91;
  margin-bottom: 12px;
  font-weight: 600;
}

.school-item h4 i {
  margin-right: 10px;
}

.school-item p {
  margin-bottom: 10px;
  color: #444;
  font-size: 18px;
}

.school-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #777;
}

.school-info span {
  font-size: 15px;
}

.school-info i {
  color: #0b3d91;
  margin-right: 6px;
}

.view-btn {
  background: #0b3d91;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: .3s;
}

.view-btn:hover {
  background: #082c6c;
  color: #fff;
}

.google-map {
  margin-top: 35px;
}

.google-map img {
  width: 100%;
  border-radius: 6px;
}

.right-area {
  background: #12398c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.india-map {
  width: 85%;
  max-width: 650px;
}

.view-wrapper {
  position: relative;
  display: inline-block;
}

.hover-image {
  position: absolute;
  /* right: 70px; */
  left: 70px;
  /* button se kitni door */
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
  z-index: 999;
  pointer-events: none;
}

.hover-image img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .35);
}

.view-wrapper:hover .hover-image {
  opacity: 1;
  visibility: visible;
}

/* Responsive */

@media(max-width:991px) {

  .left-area {
    padding: 40px 20px;
  }

  .right-area {
    padding: 40px 20px;
  }

  .content-wrapper h2 {
    font-size: 34px;
  }

  .school-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .school-info {
    display: block;
  }

  .school-info span {
    display: block;
    margin-bottom: 8px;
  }
}




@media (max-width:768px) {
  .hover-image {
    width: 275px;
  }

  .home-video-section {
    height: auto;
  }

  .about-section {
    margin-top: 0px;
    padding: 10px;
  }

  .abt-content {
    padding: 10px;
  }
}

/* ==== start noticeboard sec ==== */

.notice-sec-board {
  padding: 40px 0;
}

.heading-bls span {
  font-weight: lighter;
  color: #969696;
  text-transform: uppercase;
  font-size: 14px;
}

hr.magenta {
  background-color: #e30a7e !important;
  margin: 0 auto 20px 0 !important;
  height: 2px !important;
  opacity: unset;
}


.cbse-circular-sec {
  overflow-x: hidden !important;
}

.cbse-circular-sec table tr td {
  width: 5%;
  height: auto;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  color: #828282;
}

.cbse-circular-sec table tr td:first-child {
  /* background: #002e7d; */
  /* color: #fff; */
  color: #000;
  width: 9%;
  height: auto;
  padding: 0px 10px;
  font-size: 12px;
}

.cbse-circular-sec table tr td a {
  text-decoration: none;
}

.cbse-circular-sec .blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* ==== End noticeboard sec ==== */


/* start key-link-sec  */
.key-link-sec .heading {
  font-family: 'Rubik', sans-serif;
  color: #002e7d;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}



.key-link-sec {
  padding: 60px 0;
}

.content-holder {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .5);
  position: relative;
  transition: all .3s linear;
  overflow: hidden;
  width: 247px;
  height: 247px;
}

.img-holder img {
  transition: all .3s linear;
}

.txt-holder {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;

}

.promo-item .content-holder .txt-holder {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
}

.promo-item .content-holder .txt-holder:before,
.promo-holder .promo-slider-holder .promo-slider .promo-item .content-holder .txt-holder:after {
  content: '';
  display: block;
  position: absolute;
  background: #002e7d;
  opacity: .6;
}

.promo-item .content-holder .txt-holder:before {
  top: 60px;
  left: -116%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  z-index: -2;
}

.promo-item .content-holder .txt-holder img {
  bottom: 60px;
}

.promo-item .content-holder .txt-holder img {
  position: absolute;
  display: block;
  width: 36px;
  left: 17px;
}

.promo-item .content-holder .txt-holder h3 {
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  color: #fff;
}

.promo-item .content-holder .txt-holder:after {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.promo-item .content-holder .txt-holder:after {
  top: 160px;
  right: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
  z-index: -1;
}

.promo-item .content-holder .txt-holder:after {
  content: '';
  display: block;
  position: absolute;
  background: #002e7d;
  opacity: .6;
}

.promo-item .content-holder .img-holder img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.promo-item .content-holder:hover .img-holder img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.promo-item .content-holder:hover .txt-holder:after {
  right: -114%;
}



.key-link-sec .slick-prev:before,
.slick-next:before {
  content: "";
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Bottom Center Navigation */
.key-link-sec .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
}

.key-link-sec .slider-nav button {
  width: 25px;
  height: 25px;
  border: 1px solid #c9b28d;
  border-radius: 50%;
  background: #fff;
  color: #1d3557;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s ease;
}

.key-link-sec .slider-nav button:hover {
  background: #1d3557;
  color: #fff;
  border-color: #1d3557;
}

.key-link-sec .slider-nav button:focus {
  outline: none;
}

/* End key-link-sec  */


/* start Connect BLS  */
.conn-bls-sec {
  padding: 40px 0;
  background: linear-gradient(to bottom, #f6f6f6 0, #fff 100%);
}

.links-cont ul {
  text-align: right;
  position: relative;
  top: 40px;
}

.links-cont ul li {
  display: inline-block;
  margin: 0 15px;
}

.links-cont .links-ul .li-txt {
  color: #bbb;
  /* font-size: 32px; */
}


.links-cont ul {
  text-align: right;
  position: relative;
  top: 40px;
}

.links-cont ul li a {
  padding: 10px 16px;
  background: #0b307b;
  font-size: 24px;
}

.links-cont ul li a i {
  color: #fff;
  font-size: 18px;
}

/* end Connect BLS  */


@media (max-width:1399px) {
  .about-section {
    padding: 0 0;
    margin-top: 0;
  }

  .bls-contact-section {
    padding: 70px 0;
  }

  .content-wrapper h2 {
    font-size: 42px;
  }
}