  /* timeline */
.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 3px solid #CECECE;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 24px;
    text-align: right;
    margin-right: 20px;
    color: #000000;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: .8rem;
    color: #8796af;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 3px;
    width: 40px;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -55px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 100;
    background: #0068B3;
    border: 2px solid #0068B3;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 2rem;
    color: #ffffff;
    line-height: 100%;
    padding: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row:nth-child(even) .timeline-content {

    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -39px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -55px;
    right: initial;
}


.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {

    margin-right: 40px;
    margin-left: 0;
    text-align: right;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -39px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }
    .timeline:after {
        left: 28px;
    }
    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }
    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }
    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        position: relative;
    }
    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
        border-left: inherit;
    }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
    .timeline-row:nth-child(odd) .timeline-content,.timeline-row:nth-child(even) .timeline-content  {

        text-align: center;
    }

}

@media(min-width:767px) and (max-width:992px){
    .timeline-div{
        margin-top: 111px;
    }
}
/* end of timeline */

/* Blog Section */
.blog-img-div{
    position: relative;

}
.blog-img-div p{
    position: absolute;
    width: 45px;
font-weight: 600;
background-color: #0068B3;
bottom: -16px;
padding: 10px 0px;

}
/* end of Blog Section */


/* IQAC Section */
.iqac-section{
    background-image: url("/assets/frontend/images/accreditation/background.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
/* IQAC Section */


/* Our Facilities Section */
@media(max-width:991.5px){
    .facilities > div:nth-child(1){
        order: 1;
      }
      .facilities > div:nth-child(2){
          order: 2;
      }
      .facilities > div:nth-child(3){
          order: 4;
        }
        .facilities > div:nth-child(4){
          order: 3;
        }

        .facilities > div:nth-child(5){
          order: 5;
        }
        .facilities > div:nth-child(6){
          order: 6;
        }

        .facilities > div:nth-child(7){
          order: 8;
        }
        .facilities > div:nth-child(8){
          order: 7;
        }

        .facilities > div:nth-child(9){
          order: 9;
        }
        .facilities > div:nth-child(10){
          order: 10;
        }

        .facilities > div:nth-child(11){
          order: 12;
        }
        .facilities > div:nth-child(12){
          order: 11;
        }

        .facilities > div:nth-child(13){
          order: 13;
        }
        .facilities > div:nth-child(14){
          order: 14;
        }

        .facilities > div:nth-child(15){
          order: 16;
        }
        .facilities > div:nth-child(16){
          order: 15;
        }

        .facilities > div:nth-child(17){
          order: 17;
        }
        .facilities > div:nth-child(18){
          order: 18;
        }

}


/* End of Our Facilities Section */


/* Admission and Graduation Criteria Section */
.career li{
    margin-bottom: 10px;
}
/* end of Admission and Graduation Criteria Section */




/* Academic Calendar Section */
.calender{
    position:relative;
}
.calender-details{
    position: absolute;
    bottom:-10px;
    left:35px;
}
/* end of Academic Calendar Section */

.contact-us-form{
    background-image: linear-gradient(to left, rgba(0, 85, 142, 0.96) , rgba(0, 85, 142, 0.20) , rgba(0, 85, 142, 0.00)), url('/assets/frontend/images/form.webp');
    background-size:cover;
    background-position: center;
    height:700px;
    padding:20px 0px;
    background-repeat:no-repeat;
}
@media(max-width:767px){
    .contact-us-form{
        background-image: linear-gradient( rgba(0, 85, 142, 0.96) , rgba(0, 85, 142, 0.60) , rgba(0, 85, 142, 0.00)), url('/assets/frontend/images/form.webp');
        height:100%;
    }

}

.homepage-contact-section .title {
  background-color: #007bff;
  margin-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}

.form-input::placeholder{
    color: white;
}

/* college video section */
.video-container{
    position: relative;
}
.video-description{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-title{
    font-size: 68px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.play-pause-button i{
    font-size: 35px;
}

/* animation */
.play-pause-button {

    background-color: rgba(255, 255, 255, 0.1);
    animation-name: stretch;
    animation-duration: 4.0s;
    animation-timing-function: ease;
    /* animation-direction: reverse; */
    animation-iteration-count: infinite;
    animation-play-state: running;
  }

  @keyframes stretch {
    0% {
      transform: scale(.5);
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 100%;
    }

    50% {
      background-color: rgba(255, 255, 255, 0.1);
    }

    100% {
      transform: scale(1.0);
      background-color: rgba(255, 255, 255, 0.1);
    }
  }

/* end of animation */
@media(max-width:800px){
    .video-title{
        font-size:35px ;
    }
}
@media(max-width:495px){
    .video-title{
        font-size: 30px;
    }
    .play-pause-button i{
        font-size: 25px;
    }
}
@media(max-width:358px){
    .video-title{
        font-size: 25px;
    }
    .play-pause-button i{
        font-size: 20px;
    }
}
@media(max-width:337px){
    .video-title{
        font-size:15px;
    }
    .infrastructures-detail{
        font-size:10px;
    }

}

/* end of college video section */
