a{
    text-decoration:none !important;
}

.banner-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgb(7, 34, 46, 0.8);
  padding: 10px 30px;
}

.banner-text h1 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
}

.banner-text p {
  color: #ffffff;
  margin: auto;
  margin-bottom: 10px;
}

.banner-text span {
  color: #ffffff;
}

.play-pause {
  position: absolute;
  bottom: 13px;
  right: 40px;
  z-index: 9999;
  border: 1px solid #0c2a65;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block !important;
  border-radius: 50%;
  color: #0c2a65;
  cursor: pointer;
}

.banner-section .owl-prev {
  width: 20px;
  height: 21px;
  top: 50%;
  bottom: 15px;
  left: 50%;
  position: absolute;
}

.banner-section .owl-next {
  width: 20px;
  height: 16px;
  top: 50%;
  position: absolute;
  right: 5%;
}


.banner-wrapper {
  position: relative;
}

.banner-section .owl-prev i,
.banner-section .owl-next i {
  color: #0c2a65;
  font-size: 40px;
}

.banner-section {
  padding: 20px 0;
  padding-bottom: 0;
}

.logo-box {
  padding: 31px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px gray;
}

.logo-box+.logo-box {
  margin-top: 22px;
}

.gov-logo-img img {
  height: 75px;
}



.quickinformation {
  padding: 55px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.quickinformation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0b3b74;
  opacity: 0.9;
  z-index: -1;
}

.quickbox {
  position: relative;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  background: #0c2a65;
  z-index: 1;
  height: 260px;
}

.quickbox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10%;
  width: 100%;
  opacity: 0;
  background-color:#ea8e00;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  z-index: -1;
}

.quickbox:hover::before {
  opacity: 1;
  height: 100%;
}

.quickboximg {
  padding: 10px;
  border: 1px solid #ffffff;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
}

.quickboximg img {
  height: 50px;
  width: 50px !important;
  margin: auto;
  object-fit: contain;
}

.quickboxcontent h4 {
  font-size: 18px;
  color: #f2a329;
  margin-bottom: 8px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.quickbox:hover .quickboxcontent h4 {
  color: #ffffff;
}

.quickboxcontent p {
  color: #ffffff;
}

.quickbox-icon span {
    display: inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.quickboxcontent {
  margin: 20px 0 45px;
}

.quickbox-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel.quick-carousel .owl-stage-outer {
  padding-bottom: 20px;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 600;
  color: #f2a329;
  margin-bottom: 23px;
}

.color {
  color: #ffffff;
}


/* =============================charkha============================== */

.wrap {
  width: 960px;
  margin: 0px auto;
  position: relative;
  padding: 30px  0px 6px;
}

.charkhaContain {
  height: 520px;
  position: relative;
}

.wheel {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  -webkit-animation: wheelAnim 6s backwards infinite linear;
  -moz-animation: wheelAnim 6s backwards infinite linear;
  -ms-animation: wheelAnim 6s backwards infinite linear;
  -o-animation: wheelAnim 6s backwards infinite linear;
  animation: wheelAnim 6s backwards infinite linear;
}

@-webkit-keyframes wheelAnim {
  0% {}

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes wheelAnim {
  0% {}

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes wheelAnim {
  0% {}

  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes wheelAnim {
  0% {}

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes wheelAnim {
  0% {}

  100% {
    transform: rotate(360deg);
  }
}

.wheel:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 360px;
  height: 360px;
  border: 2px solid #000;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
}

.wheel div {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 250px solid black;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.wheel div:after {
  content: "";
  width: 12px;
  height: 18px;
  background-color: black;
  position: absolute;
  top: 49px;
  left: 50%;
  margin-left: -6px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.wheel div:nth-child(1) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.wheel div:nth-child(2) {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.wheel div:nth-child(3) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wheel div:nth-child(4) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.wheel div:nth-child(5) {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.wheel div:nth-child(6) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wheel div:nth-child(7) {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}

.wheel div:nth-child(8) {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.wheel div:nth-child(9) {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.wheel div:nth-child(10) {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}

.wheel div:nth-child(11) {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}

.wheel div:nth-child(12) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.wheelStand {
  width: 25px;
  height: 330px;
  background-color: #333;
  position: absolute;
  top: 170px;
  left: 188px;
  /* z-index: 100; */
}

.wheelStand:after {
  content: "";
  width: 700px;
  height: 20px;
  position: absolute;
  left: -30px;
  bottom: 30px;
  background-color: #333;
}

.ropeBottom,
.ropeTop {
  position: absolute;
  height: 1px;
  background: black;
  z-index: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.ropeTop {
  width: 630px;
  left: 267px;
  top: 30px;
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}

.ropeBottom {
  width: 620px;
  bottom: 138px;
  left: 200px;
  -webkit-transform: rotate(-1.57deg);
  -moz-transform: rotate(-1.57deg);
  -ms-transform: rotate(-1.57deg);
  -o-transform: rotate(-1.57deg);
  transform: rotate(-1.57deg);
}

.smallWheelStand {
  width: 7px;
  height: 115px;
  position: absolute;
  bottom: 70px;
  right: 141px;
  background-color: #333;
}

.smallWheelStand:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 3px;
  height: 3px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.smallWheelStand:after {
  content: "";
  width: 25px;
  height: 29px;
  position: absolute;
  left: -9px;
  bottom: -49px;
  background-color: #333;
}

.smallWheel {
  position: absolute;
  top: 313px;
  right: 119px;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-animation: wheelAnim 1.5s backwards infinite linear;
  -moz-animation: wheelAnim 1.5s backwards infinite linear;
  -ms-animation: wheelAnim 1.5s backwards infinite linear;
  -o-animation: wheelAnim 1.5s backwards infinite linear;
  animation: wheelAnim 1.5s backwards infinite linear;
}

.smallWheel div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -2px;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 25px solid black;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.smallWheel div:nth-child(1) {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}

.smallWheel div:nth-child(2) {
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
}

.smallWheel div:nth-child(3) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.smallWheel div:nth-child(4) {
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  transform: rotate(160deg);
}

.smallWheel div:nth-child(5) {
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
}

.smallWheel div:nth-child(6) {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.smallWheel div:nth-child(7) {
  -webkit-transform: rotate(280deg);
  -moz-transform: rotate(280deg);
  -ms-transform: rotate(280deg);
  -o-transform: rotate(280deg);
  transform: rotate(280deg);
}

.smallWheel div:nth-child(8) {
  -webkit-transform: rotate(320deg);
  -moz-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  transform: rotate(320deg);
}

.smallWheel div:nth-child(9) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.wheelStand:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 25px;
  left: 7px;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.quick-section {
  position: relative;
  padding: 0;
}

.charkhawrapper {
  position: relative;
}

.container {
  max-width: 92%;
}

.timebox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.timebox a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 35px;
  border: 1px solid #ffffffd8;
  border-radius: 25px;
  gap: 15px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.timebox a:hover {
  background-color: #f2a329;
}

.timebox a .timeimg img {
  max-width: 45px;
}

.timecontent h5 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
}

.timecontent span {
  font-size: 15px;
  color: #ffffff;
  display: block;
}

.casetest {
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 207px;
  transition: all 0.4s ease-in-out;
}

.casetest::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -14%;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffffff;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
}

.caseimg {
  height: 207px;
}

.caseimg img {
  height: 100%;
}

.casetest h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1b4578;
  margin-top: 15px;
}

span.locationtex i {
  font-size: 18px;
  margin-right: 5px;
  color: #1b4578;
}

.casetest p {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 16px;
}

.casetest a {
  display: block;
  font-size: 21px;
  color: #1b4578;
}

.casetest.sec-box::before {
  top: auto;
  bottom: -14%;
  transform: rotate(90deg);
}

section.casstrudy-section {
  padding: 30px 0;
  background: url(../img/background-textur.jpg);
}

.case-box:hover .casetest {
  background-color: #1b4578;
}

.case-box:hover .casetest h3,
.case-box:hover .casetest p,
.case-box:hover .casetest a,
.case-box:hover .casetest span.locationtex i,
.case-box:hover .casetest span.locationtex {
  color: #fff;
}

.case-box:hover .casetest::before {
  border-left: 20px solid #1b4578;
}

.casebox {
  box-shadow: 0px 0px 20px #e3cdaca6;
}

.caseicon {
  position: relative;
}

.caseicon .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.casebox-container:hover .caseicon .icon2 {
  opacity: 1;
  visibility: visible;
}

.spotlight-title {
  color: #1b4578;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}

footer.footer-section {
  background: #0252ab;
  padding: 50px 0;
  position: relative;
}

footer.footer-section::before{
  content:'';
  position:absolute;
  top: 0;
  left:0;
  width:100%;
  height:10%;
  background:url(../img/border-texture.png);
  background-size: contain;
}

.list-unstyled {
  columns: 2;
}

.list-unstyled li+li {
  margin-top: 10px;
}

.list-unstyled li a {
  color: #ffffff;
}

.important-text {
  display: flex;
  align-items: center;
}

.important-text p {
  line-height: 28px;
  font-size: 15px;
}

.important-text p a {
  color: #ffffff;
}

footer.footer-section h5,
footer.footer-section h6 {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}

.facilities-section {
  padding: 50px 0;
  background-color: #f2a329;
  position:relative;
}

.facilities-section::before{
  content:'';
  position:absolute;
  top: 0;
  left:0;
  width:100%;
  height:10%;
  background: url(../public/img/border-texture2.png);
  background-size: contain;
}

.facilities-section::after{
  content:'';
  position:absolute;
  bottom: 0;
  left:0;
  width:100%;
  height:10%;
  background:url(../public/img/border-texture.png);
  background-size: contain;
  transform: rotate(180deg);
}

.facilities-box h2 {
  color: #1b4578;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}

.facilities-box p {
  color: #1b4578;
  font-size: 18px;
}

.facilities-content {
  padding: 15px 20px;
  background-color: #1b4578;
  transition: all 0.4s ease-in-out;
  height: 130px;
  border-radius: 20px;
  cursor: pointer;
}

.facilities-content:hover {
  transform: translateY(-20px);
  border-bottom: 5px solid #ffffff;
}

.facilities-content img {
  height: 45px;
}

.facilities-content h3 {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
}

.facilities-box {
  text-align: center;
}

.logo-carousel a img {
  width: auto !important;
}

.logo-carousel .owl-prev,
.logo-carousel .owl-prev,
.link-carousel .owl-prev {
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
}

.logo-carousel .owl-next,
.link-carousel .owl-next,
.logo-carousel .owl-next {
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}

.logo-carousel .owl-prev i,
.logo-carousel .owl-next i,
.link-carousel .owl-prev i,
.link-carousel .owl-next i {
  font-size: 30px;
  color: #1b4578;
}

.quick-carousel .owl-prev i,
.quick-carousel .owl-next i {
  font-size: 30px;
  color: #ffffff;
}

.quick-carousel .owl-next {
  position: absolute;
  top: 40%;
  right: -30px;
  display: block !important;
  border: 0px solid black;
}

.quick-carousel .owl-prev {
  position: absolute;
  top: 40%;
  margin-left: -30px;
  display: block !important;
  border: 0px solid black;
}

.footertext p {
  color: #ffffff;
  font-weight: 500;
}

.footer-bottom {
  background: #013976;
  padding: 15px 0;
}


.bannertext {
  position: absolute;
  bottom: -5%;
  text-align: center;
  width: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
}

.bannertext h2 {
  color: #0c2a65;
  font-weight: 700;
}

.bannertext p {
  font-size: 20px;
  color: #0c2a65;
  font-weight: 600;
}

.caseicon img {
  width: auto !important;
}


.caseimg img {
  width: auto !important;
}

button.open-search {
  outline: none;
  border: 2px solid #fff;
  background: transparent;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.search-popup {
  position: fixed;
  inset-inline-start: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  inset-inline-start: 15px;
  inset-inline-end: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .search-popup__group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .search-popup__group input {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #222;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-padding-end: 80px;
  padding-inline-end: 80px;
  border-radius: 5px;
}

.search-popup .search-popup__group button {
  color: #0c2a65;
}

.search-popup .search-popup__group button:hover {
  color: var(--hover-color);
}

.search-popup button {
  position: absolute;
  inset-inline-end: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: navajowhite;
  outline: none;
  border: none;
}

.search-popup .close-search {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(90deg, #0c2a65, #f2a329);
  width: 70px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  outline: none;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  line-height: 70px;
  color: var(--black);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  margin-top: 0;
}

.search-active .search-popup form {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.searchModule--popular {
  padding: 20px 0;
  margin: auto;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  width: 80%;
  text-align: center;
}

.searchModule--popular h4 {
  margin-bottom: 20px;
  color: #1498c1;
}

.searchModule--popular-item:not(:last-child) {
  margin-right: 40px;
}

.searchModule--popular-item a {
  line-height: 2rem;
  font-size: 1.05rem;
  color: #e5e5e5;
  transition: all 0.4s ease-in-out;
  position: relative;
}


ul.chronology-list {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(75rem, 90%);
  margin-inline: auto;
}

/* line */
ul.chronology-list::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 23;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
ul.chronology-list li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
ul.chronology-list li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
ul.chronology-list li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
ul.chronology-list li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
ul.chronology-list li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
ul.chronology-list li .title,
ul.chronology-list li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

ul.chronology-list li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 600;
  font-size: 20px;
  color: #222222;
}

ul.chronology-list li .descr {
  padding-block-end: 1.5rem;
  font-weight: 500;
  color: #222;
}

/* shadows */
ul.chronology-list li .title::before,
ul.chronology-list li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

ul.chronology-list li .title::before {
  bottom: calc(100% + 0.125rem);
}

ul.chronology-list li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  ul.chronology-list {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  ul.chronology-list::before {
    grid-column: 2;
  }

  ul.chronology-list li:nth-child(odd) {
    grid-column: 1;
  }

  ul.chronology-list li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  ul.chronology-list li:nth-child(2) {
    grid-row: 2/4;
  }

  ul.chronology-list li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  ul.chronology-list li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  ul.chronology-list li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

section.chronology-section {
    padding: 60px 0;
}

.gandhijiprofile {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9;
}

.profiletext {
  position: absolute;
  left: 38%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  background-color: #f2a329;
}

.gandhijiprofile img {
  height: 100%;
}


@media(max-width:568px){
    .facilities-section::before , .facilities-section::after{
        height: 6%;
        background-size: cover;
    }

    .facilities-section::before{
        top:-2%
    }

     .facilities-section::after{
        bottom:-2%
    }
    
}

