@media screen and (min-width:991px){
    .vdo___div{
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }
}
.review{
    margin-bottom: 5px;
    padding-top: 65px;
}
.list__style ul{
  width: 100%;
  position: relative;
  float: left;
}

.list__style ul li {
  width: 100%;
  position: relative;
  float: left;
  padding: 5px 0 5px 1.3em;
}

.list__style ul li::before {
  content: "\e852";
  font-family: unicons-line;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #3996e3;
  font-weight: 600;
}
.list__style ol li {
    width: 100%;
    position: relative;
    float: left;
    padding: 5px 0 5px 1.3em;
}
.list__style ol li::before {
  content: "\e852";
  font-family: unicons-line;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #3996e3;
  font-weight: 600;
}
/*.submenu-indicator{*/
/*  display: none;*/
/*}*/
.has-sub .submenu-indicator{
  display: inline-block !important;
}
p{
    text-align:justify !important;
    line-height:22px !important;
}
h4 {
    margin-bottom:15px;
}
.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.top__nav .owl-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.top__nav .owl-nav button.owl-next,
.top__nav .owl-nav button.owl-prev {
  position: absolute;
  right: -20px;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color:white;
}

.top__nav .owl-nav button.owl-next:hover,
.top__nav .owl-nav button.owl-prev:hover {
  background: black;
}

.top__nav .owl-nav button.owl-prev {
  left: -20px;
  right: auto;
}
@media screen and (max-width:991px) and (min-width:768px){
    ul.placed__students li,ul.icon__list li, ul.pta li {
        width: 32% !important;
    }
}
@media screen and (max-width:767px) and (min-width:400px){
    ul.placed__students li,ul.icon__list li, ul.pta li {
        width: 49% !important;
    }
}
@media screen and (max-width:399px){
    ul.placed__students li,ul.icon__list li, ul.pta li {
        width: 100% !important;
    }
}
.home_hod_img{
    height: 240px;
    max-width: 100%;
}
.hod .card p{
    height:52px;
}
.custom_play_btn{
    position: absolute;
    display: block;
    font-size: 50px;
    top: 50%;
    color: deepskyblue;
    left: 50%;
    background-size: 50px 50px;
    background-repeat: no-repeat;
        transform: translate(-50%, -50%);
    cursor: pointer;
}
.area_custom{
    margin-bottom:10px;
}

.p_title h2{
    font-size:30px;
}
.p_title_custom h2{
    font-size:30px;
    width:auto;
    display: contents;
}
@media screen and (max-width:546px){
    .dir_class{
        width:100%;
    }
}
.not_full{
    width:100%;
}
.home.departments .card p,ul.highlights li .highlights__card .highlights__card--desc .col p,.faculty.hod .card p {
    text-align:left !important;
}
@media screen and (min-width:992px){
.header__inner .header.home.header-shrink{
    top:0 ;
}
.header__inner .header.home{
    top:46px ;
}
}
@media screen and (min-width:992px){
    .gallery li a img{
        height:262px;
    }
}
@media screen and (min-width:475px) and (max-width:991px){
    .gallery li a img{
        height:180px;
    }
    .intro .item .cover .header-content h3{
        font-weight: 600;
        font-size:16px !important;
        line-height: 1.2;
        font-style: normal;
        color: #fff;
        letter-spacing: 1px;
    }
}
@media screen and (max-width:474px){
    .gallery li a img{
        height:120px;
    }
    .intro .item .cover .header-content h3{
        font-weight: 600;
        font-size:12px !important;
        line-height: 1.2;
        font-style: normal;
        color: #fff;
        letter-spacing: 1px;
    }
}
@media screen and (max-width:767px){
    .nav-brand img {
        height: 32px;
        margin-top: 16px;
    }
}
.news__tab .news__list .news__list--desc p{
    text-align:left !important;
}
.news__tab .news__list .news__list--desc h3{
    line-height:20px;
}
.intro .item .cover .header-content h2{
    font-style: normal !important;
    font-weight: 800;
}
.intro .item .cover .header-content h3{
    font-weight: 700;
    font-size:30px;
    line-height: 1.2;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    text-transform:none;
    animation-duration: 2s;
    animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-top: 50px;
    opacity:0;
    
  }

  to {
    margin-top: 0;
    opacity:1;
   
  }
}
.form-popup-bg h1 {
    margin-bottom: 15px;
}
.header-content h2{
    line-height:1 !important;
}
h2{
    line-height:30px !important;
}
.card h3 {
       line-height:25px !important;
}
.awards__list h2{
    font-size:37px !important;
}
@media screen and (max-width:991px){
    .topstrip .announcements .announcements--head{
        position: relative !important;
    }
    .topstrip{
        display:block !important;
    }
}
.topstrip .announcements .announcements--head {
    position: absolute;
    z-index: 9999;
}
.topstrip .announcements .announcements--list{
    display:inline-block !important;
    padding:8px 0;
}