#slider {
    position: relative;
    z-index: 0;
    padding: 0;
  }
  #slider .carousel-caption {
    position: unset;
  }

  #slider .carousel-inner{
    padding: 10% 0px 13% 0px;
  }
  #slider .slider-nav-arrow{
    width: 5%;
    position: absolute;
    bottom: 25%;
    left: 20px;
    right: 0;
    margin: auto;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
  }
  .slider-content-column{
    padding-left: 17%;
  }
  #slider .carousel-control-next,#slider .carousel-control-prev{
    width: 40px;
    height: 40px;
    opacity: 1;
    background: #25292F;
    color: var(--white);
    position: unset;
  }
  #slider .carousel-control-next:hover,#slider .carousel-control-prev:hover{
    background: #B5995A !important;
    color: #fff;
  }
.slider-nav-arrow i{
    font-size: 22px;
}
#slider .carousel-inner{
    overflow: unset;
}
.slider-left-image{
position: absolute;
left: 0;
top: 35%;
}
.slider-border-svg{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
}
.slider-main-image{
  position: absolute;
  top: -3rem;
  width: 715px;
  height: 795px;
  right: -24px;
}
.slider-main-img{
height: 100%;
width: 100%;
object-fit: cover;
}
.section-common-svg-slider{
margin: 0 auto;
position: absolute;
bottom: 10%;
left: 0;
right: 0;
text-align: center;
}
.slider-nav-line{
    position: absolute;
    width: 100%;
    bottom: 27%;
    background: #252525;
    height: 1px;
}
#slider .sub-heading{
  text-transform: capitalize;
}
.slide-heading{
  position: relative;
}
.slide-heading::after{
  content: '';
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 6px;
  bottom: 20px;
  right: 25px;
}

.carousel-control-prev{
  left: 6px;
}
.carousel-control-next {
  right: 6px;
}

/* Research Guide */
/* .research-wrap{
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(8, 45px);
    margin: 0;
    grid-gap: 10px;
}
.research-item-one{
    grid-row-start: 2;
    grid-row-end: 8;
    grid-column-start: 1;
    grid-column-end: 5;
}
.research-item-two{
    grid-row-start: 1;
    grid-row-end: 9;
    grid-column-start: 5;
    grid-column-end: 8;
}
.research-item-three{
    grid-row-start: 2;
    grid-row-end: 8;
    grid-column-start: 7;
    grid-column-end: 11;
} */
 .research-img-wrap {
  z-index: 1;
 }
 .guide-img-wrap{
    height: 550px;
    width: 550px;
 }
.research-item-img img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
#research-guide .circle-svg1 svg,.star-svg svg,.circle-svg2 svg,.moon-svg svg{
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: flash;

}
#research-guide svg{
    height: 100%;
}
.research-svg-one svg{
    position: relative;
    left: 21%;
}
.research-svg-two svg{
    position: relative;
    left: -23%;
}
.research-img-wrap::after{
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background: #000;
    border-radius: 50%;
}
.circle-svg1{
    position: absolute;
    left: 46%;
    z-index: 1;
    top: -20px;
}
.moon-svg{
    position: absolute;
    right: -20px;
    top: 45%;
    z-index: 1;
}
.star-svg{
    position: absolute;
    left: -20px;
    top: 45%;
    z-index: 1; 
}
.circle-svg2{
    position: absolute;
    bottom: -20px;
    left: 46%;
    z-index: 1;
}
.research-content-wrap{
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 15px;
}
.research-content-wrap .main-heading {
    color: #fff;
}

/* Discover */
.discover-content p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.discover-bottom-content{
    bottom: 40px;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.discover-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
}
#discover .discover-inner-content1  .discover-inner-box{
    margin-top: 15%;
    animation: bouncess 2s ease-in-out 0s infinite alternate;
}
#discover .discover-inner-content2  .discover-inner-box{
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 0.8s;
}
#discover .discover-inner-content3  .discover-inner-box{
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 0.4s;
}
#discover .discover-inner-content4 .discover-inner-box{
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 1s;
}
@-webkit-keyframes bouncess {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-15px);
  }
}
.discover-title h4,.featured-title  h4{
  text-transform: uppercase;
}
#discover .discover-inner-content1  .discover-inner-box  .discover-img {
    height: 460px;
}
.discover-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.discover-img{
  position: relative;
  overflow: hidden;
}
.discover-img:before{
  position: absolute;
  top: 0;
  left: -86%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.discover-inner-box:hover .discover-img:before  {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.discover-inner-content4 .discover-inner-box  {
    margin-top: 20%;
}
.discover-inner-content3  .discover-inner-box{
    margin-top: 33%;
}
.discover-inner-content3  .discover-inner-box .discover-img{
    height: 400px;
}
.discover-inner-content4 .discover-img {
    height: 442px;
}
.discover-inner-cm::before{
    content: '';
    position: absolute;
    background: #B5995A;
    width: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -41%;
}
.discover-inner-cm::after{
    content: '';
    position: absolute;
    background: #fff;
    border: 2px solid #B5995A;
    height: 15px;
    width: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.discover-inner-content1::before{
    height: 235px;
}
.discover-inner-content1::after{
    top: 15px;
}
.discover-inner-content2::before{
    height: 175px;
}
.discover-inner-content2::after{
    top: -35px;
}
.discover-inner-content3::before{
    height: 285px;
}
.discover-inner-content3::after{
    top: 65px;
}
.discover-inner-content4::before{
    height: 240px;
}
.discover-inner-content4::after{
    top: 20px;
}
/* Showcase */
/* .show-content-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    margin: 0 auto;
} */
 .show-content-wrap-iner{
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 16% 5% 18% 5%;
 }
 .show-content-wrap-iner-left{
  text-align: end;
 }
 .show-content-wrap-iner:hover  i{
  animation: lightSpeedIn .5s ease-in-out;
 }
 .show-content-wrap{
    background-size:100% 100%;
    height: 100%;
 }
#show .owl-nav button{
    width: 40px;
    height: 40px;
    background: #14171C;
    color: var(--white);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: none;
}
#show .owl-nav button:hover{
    background: #B5995A;
}
#show .owl-nav button i{
    font-size: 22px;
}
#show .owl-nav{
    text-align: center;
    position: relative;
    bottom: -85px;
}
.show-content-wrap-iner i{
    color: #14171C;
    font-size: 20px;
}
.show-box h5{
    color: #25292F;
}



  /* ---------education--------- */
  .education-iner{
    border: 1px solid #373737;
    position: relative;
    margin: 10% 0;
  }
  .education-inner{
    width: 65%;
    margin: 16% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
  .education-inner p{
    font-size: 14px;
  }
  .education-inner .main-heading {
    color: #fff;
  }
  .r-img{
    width: 230px;
    height: 275px;
    z-index: 1;
  }
  .r-img-one{
    top: -25%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .r-img-two {
    right: -10%;
    top: 25%;
  }
  .r-img-three {
    left: -10%;
    top: 25%;
  }
  .r-img-four {
    bottom: -24%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

#education .animate-border{
  position: absolute;
}

#education .top {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #F2E496 0%, #B3892D 47.5%, #BA983C 100%);

}
#education .bottom {
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #F2E496 0%, #B3892D 47.5%, #BA983C 100%);

}
#education .right {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(90deg, #F2E496 0%, #B3892D 47.5%, #BA983C 100%);
}

#education .left {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(90deg, #F2E496 0%, #B3892D 47.5%, #BA983C 100%);

}
#education .top {
  animation: animateTop 7s ease-in-out infinite;
}

#education .bottom {
  animation: animateBottom 7s ease-in-out infinite;
}

#education .right {
  animation: animateRight 7s ease-in-out infinite;
}

#education .left {
  animation: animateLeft 7s ease-in-out infinite;
}

@keyframes animateTop {
  25% {
    width: 100%;
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}

@keyframes animateBottom {
  0%,
  50% {
    opacity: 0;
    width: 0;
  }

  75% {
    opacity: 1;
    width: 100%;
  }

  76%,
  100% {
    opacity: 0;
  }
}

@keyframes animateRight {
  0%,
  25% {
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
    height: 100%;
  }

  55%,
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes animateLeft {
  0%,
  75% {
    opacity: 0;
    bottom: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}


  /*  */
  #featured-article{
    border-bottom: 1px solid #252525;
  }
  .article-img-wrap{
    height: 112px;
    width: 173px;
  }
  .article-img-wrap img{
    height: 100%;
    width: 100%;
  }
  .featured-image-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 35px auto 0 auto;
    background: #25292F;
    padding: 28px 25px;
    position: relative;
    z-index: 1;
  }
  .featured-image-wrap img{
    max-width: 176px;
    height: 115px;
    object-fit: cover;
  }
  .featured-image-wrap img:hover{
    box-shadow: 0px 0px 10px 0px var(--yellow);
  }
  .featured-title {
    width: 300px;
  }
  .featured-img-wrap img{
    height: 100%;
    width: 100%;
  }
  .featured-circle{
    border: 2px dashed #B5995A;
    height: 150px;
    width: 150px;
    position: absolute;
    top: -60px;
    border-radius: 50%;
    left: -10%;
    z-index: -1;
    -webkit-animation: spins 20s linear infinite;
   animation: spins 20s linear infinite;
}
.featured-circle-two{
  border: 2px dashed #373737;
    height: 359px;
    width: 359px;
    position: absolute;
    bottom: -65px;
    border-radius: 50%;
    right: -120px;
    z-index: -1;
    -webkit-animation: spins 20s linear infinite;
    animation: spins 20s linear infinite;
}
@-webkit-keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
  /* Video */

  .video-controls{
    background: rgb(243 243 243 / 69%);
    position: absolute;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-name: pulse;
  }
  .video-controls i.fa.fa-pause{
    display: none;
  }
  .video-controls i {
    font-size: 40px;
}
 .container .controls {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-around;
    transition: opacity 0.4s;
}

 .controls .timeline .bar .inner {
    background:#F86F03;
    width: 0%;
    height: 100%;
}
 .container .controls .timeline {
  flex: 1;
  display: flex;
  align-items: center;
  border: none;
}
 .container .controls .timeline .bar{
  background: #fff;
  height: 6px;
  flex: 1;
  border-radius: 10px;
}

 .video-setting i{
  color: #ffffff;
}

 .video-setting{
  width: 60px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: 40px;
  text-align: end;
}
 .video-fullscreen{
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: 0px;
}
 .timings{
  position: absolute;
  bottom: -22px;
  left: 10px;
  color: #fff;
}
 .video-setting-wrap{
  position: absolute;
  bottom: -1px;
  right: 30px;
  color: #fff;
  width: max-content;
}
 .video-setting:hover .video-setting-wrap {
    display: block !important;
}

 .video-controls {
  cursor: pointer;
}