/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
#logo img{ width:100px; height:auto;}
header.header.sticky #logo img{width:60px; height:auto;}
.colorWhite{ color:#FFFFFF;}
@media only screen and (min-width: 992px) {
.flash-news-title{ text-align:right!important;padding-left:15px;padding-right:5px;}
.flash-news-strip{ padding-left:15px;padding-right:5px;}
}
@media only screen and (max-width: 991px) {
.flash-news-title{ text-align:left!important;padding: 0!important;}
.flash-news-strip{ padding: 0!important;}
}
.to-top-container #toTop {
  border-radius: 50%;
}
#toTop.fusion-to-top-active {
  pointer-events: auto;
  opacity: .9;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
}
.to-top-right #toTop {
  right: 30px;
  bottom: 70px;
}
#toTop {
  --totop_border_radius: 4px;
}
#toTop {
  background-color: #066e2e;
  border-radius: 50%;
  bottom: 0;
  height: 48px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: 0;
  z-index: 100000;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
  line-height: 1;
  pointer-events: none;
display:none;
}
#toTop i {
  line-height: 43px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 21px;
}

.newsticker-jcarousellite li a {
    color:#333;
  }
  .latest-news {
    position: fixed;
    /*margin-top: -15px;
    margin-left: -30px;
    margin-right: -30px;*/
    bottom: 0;
    z-index: 9;
}
.latest-news-heading {
    background-color: #0F5132;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 10px;
    width:12%;
}
.latest-news-strip {
    /*background-color: #fff;*/
    background-color: #14532D;
    -webkit-box-shadow: inset 0 0 30px #00f;
    -moz-box-shadow: inset 0 0 30px #00f;
    box-shadow: inset 0 0 15px #fff;
    padding: 3px 10px;
    width:88%;
}

#marqueecontainer, #marqueecontainer2{
  	position: relative;
  	width: 300px; /*marquee width */
  	height: 270px; /*marquee height 
  	background-color: #FFFFFF;*/
  	/*overflow: hidden;*/
  	padding: 2px;
  	padding-left: 0px;
   }
#marqueecontainer1{
  	position: relative;
  	width: 300px; /*marquee width */
  	height: 165px; /*marquee height 
  	background-color: #FFFFFF;*/
  	/*overflow: hidden;*/
  	padding: 2px;
  	padding-left: 0px;
   }

   .marquee,
      .marquee-with-options,
      .marquee-vert-before,
      .marquee-vert {
        width: 100%;
        overflow: hidden;
      }
   .marquee-with-options p{
   display:inline;
   /*color:#FF0000;*/
   color: #ffc107;
   margin-bottom:0!important;
   }
   .marquee-with-options p a{
       
   color: #FFFFFF;
   }
   .td-image img {
    width: 80px !important;
    height: auto !important;
}
td.content-image{
    width: 86px;
}
/*.animated .block-reveal {
    width: 100%;
    height: 220px;
}*/

.grid ul li figure {
    height: 250px;
}
/*.cms-content .content_ul {
    list-style-type: disc;
    margin-left: 40px;
}*/
.cms-content ul, ol {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

.cms-content ul li, ol li { 
  margin-left: 40px; 
  position: relative;
}

.cms-content ul li::before,.cms-content ol li::before {
  content: '\e8a7'; /* Insert content that looks like bullets */
  padding-right: 8px;
  /*color: #ff3507; */ color: #ab0000; /* Or a color you prefer */
  font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    position: absolute;
    left:-25px;
    top:4px;

}
.cms-content table.table thead {
    background-color: #0f5132;
    color: #fff;
}
.breadchrumb_nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding:5px 0 3px;
    background: #1f5f3b;
    margin-bottom: 0;
}
.breadchrumb_nav ul {
    margin-bottom: 0px;
    
}
.breadchrumb_nav ul li {
    margin-right: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    
}
.breadchrumb_nav ul li::before {
    font-family: 'ElegantIcons';
    content: "\35";
    margin-right: 5px;
}
.breadchrumb_nav ul li:first-child::before {
    display: none;
  }
 
  .breadchrumb_nav ul li a {
    color: #fff;
  }
  .breadchrumb_nav ul li a.active, .breadchrumb_nav ul li a:hover {
    color: #ff9d01;
  }

  .profile a {    
  color: #333333;
  position: relative;
  padding: 0;
  }
  .profile a:hover, .profile ul li.active a {
  /*color: #ff3507;*/  color: #ab0000;
  }
  .profile ul li{
      padding: 8px 20px;
  }
  .profile ul li a.nav-link-collapse::after {
    font-family: 'ElegantIcons';
    content: "\33";
    margin-left: 5px;
    text-align: right;
    position: absolute;
    right: 5px;
  }
  .profile ul li a.nav-link-collapse.collapsed::after {
    font-family: 'ElegantIcons';
    content: "\35";
    margin-left: 5px;
  }
  .page-title { color: #ff3507; }

  #reccomendedNews figure, #reccomendedEvents figure{
    height:200px;
  }
  #logo {
    position:relative;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;

  }
  #logo  img{
    width:125px;
    padding:7px 5px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
  }
  header.header.sticky #logo img{
    position:absolute;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #0F5132;
    background: -webkit-linear-gradient(left, #0F5132, #1B4332);
    /*background: linear-gradient(to right, #480048, #560848);*/
	background: linear-gradient(180deg, #0F5132, #1B4332);
    width:85px;
    padding:0px 5px 7px 5px;
    margin-top: -15px;
  }
  .rs-toolbar{
    position: fixed;
    bottom: 0;
    background: #480048;
    background: -webkit-linear-gradient(left, #480048, #560848);
    background: linear-gradient(to right, #480048, #560848);
    width: 100%;
    z-index: 9;
    padding: 3px 0;
  }
  @media (max-width: 991.98px) {
      #logo  img{
        width:55px;
      }
      header.header.sticky #logo img {
        position: absolute;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        background:transparent;
        width: 50px;
        padding: 0px 5px 7px 5px;
        margin-top: -15px;
        right: 0px;
    }
    .latest-news-heading span {
      display: none;
    }
  }
  /*
  @media (max-width: 1024px) {
    .header-video {
      
      width: auto;
      height: auto!important;
      min-height: 250px;
      z-index: 99;
      background: #392779;
    }
    .header-video #hero_video  {
      background-image: none;
    }
    #hero_video {
      background:transparent!importnat;
    }
    .teaser-video {
      min-height: 250px;
    }
    
    .header-video--media {
      min-height: 250px;
    }
  }
  */
#news .box_grid .wrapper h3,
#news .box_grid .wrapper h3 {
    height: 50px;
    overflow: hidden;
}
#news .box_grid .wrapper p,
#news .box_grid .wrapper p {
  height: 90px;
  overflow: hidden;
  padding-bottom: 1px;
}
#news figure, #events figure{
  height:200px;
}
.h-200{
  height: 200px!important;
}

.invalid{
  color:#ff3507;
}
.cms-content p, .cms-content div, .cms-content li { text-align: justify;}
.profile ul .nav-item ul {
  margin-left: -1px;
}
.cms-content .table-responsive td, .cms-content .table-responsive td p, .cms-content .table-responsive td div,  .cms-content .table-responsive td li{ text-align: left;margin-bottom: 5px;}
.cms-content .table-responsive {overflow-x:auto!important;}
.brownclr{color:#ff3507;}
.visitor_count{letter-spacing: 7px;
  text-shadow: 0 0 3px #bd4648, 0 0 5px #424005;
  color: #f0d314;}
.date_display{
  text-align: right;
  color: #ffffff;
  position: absolute;
  right: 30%;
  top: -1px;
  border: 1px solid #ff9800;
  padding: 1px 10px;
  border-radius: 15px;
  box-shadow: inset 0 0 10px #ffc107;
  background-color: #066e2f;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#hero_in.general .wrapper {
  background-color: #372675;
  background-color: rgba(57, 39, 121, 0.5);
}
#hero_in:before {
  filter: gray;
  -webkit-filter: none;
  filter: none;
}
.main-content video{
	position: relative;
	opacity: 1;
}
  

.to-virtual-container  {
  position: fixed;
    bottom: 60%;
    right: 1px;
    z-index: 999;
}
#virtualtour-btn.fusion-to-virtual-active {
  background: #e75122;
    position: fixed;
    transform-origin: 0% 0%;
    transform: rotate(-90deg) translate(-100%,-100%);
    width: max-content;
    padding: 10px 15px;
    color: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

 
#naac_accordion .accordion {
  margin: 50px 0;
}

#naac_accordion .accordion .card {
  margin-bottom: 30px;
  border: 0;
}

#naac_accordion .accordion .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#naac_accordion .accordion .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  padding: 20px;
  background: #A541BB;
  color: #fff;
  cursor:pointer;
}

#naac_accordion .accordion .card .card-header .btn-header-link:after {
  /*content: "\f107";*/
  content: "\e627";
  font-family: themify;
  font-weight: 900;
  float: right;
}

#naac_accordion .accordion .card .card-header .btn-header-link.collapsed {
  background: #A541BB;
  color: #fff;
}

#naac_accordion .accordion .card .card-header .btn-header-link.collapsed:after {
  /* content: "\f106"; */
  content: "\e62a";
}

#naac_accordion .accordion .card .collapsing {
  line-height: 30px;
}

#naac_accordion .accordion .card .collapse {
  border: 0;
}

#naac_accordion .accordion .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.cms-content #naac_accordion ul li::before, .cms-content  #naac_accordion ol li::before {
  line-height: 22px;
}
#naac_accordion .accordion p{
  margin-bottom: 10px;
}
#naac_accordion .accordion h4{
  font-size: 18px;
}
.cms-content #naac_accordion ol.no-arrow li::before {
    display: none;
}

.to-studentcomp-container  {
  position: fixed;
    bottom: 41%;
    right: 1px;
    z-index: 999;
}
#studentcomp-btn.fusion-to-virtual-active {
  background: #8a0d99;
    position: fixed;
    transform-origin: 0% 0%;
    transform: rotate(-90deg) translate(-100%,-100%);
    width: max-content;
    padding: 10px 15px;
    color: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.title-pink {
    color: deeppink;
    font-weight:600;
}
#naac_accordion h6{
    color: navy;
    border-left: 6px solid navy;
    padding: 15px;
    background: lightcyan;
}

.fun-facts-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
  background: #0F5132;
}

.fun-fact-style-one .item {
	margin: 15px 0;
	width:100%;
	text-align:center;
}
.fun-fact-style-one .fun-fact .counter {
	position: relative;
}

.fun-fact-style-one .fun-fact .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 50px;
	font-weight: 600;
	color: #F4C430;
	line-height: 1;
	margin-bottom: 5px;
    justify-content: center;
	
}

.fun-fact-style-one .fun-fact .medium {
	font-weight: 800;
	color: #ffffff;
  font-size: 17px;
}

.fun-fact-style-one .fun-fact {
	display: inline-block;
	text-align: center;
}

.fun-fact-style-one h2 {
	margin: 0;
}

.fun-fact-style-one .heading {
	margin: 0;
	border-right: 1px solid #e7e7e7;
	padding-right: 50px;
}

.fun-fact-style-one .heading .sub-title {
	margin-bottom: 5px;
}

.fun-facts-area .item-inner {
	position: relative;
	z-index: 1;
}

.fun-facts-area .item-inner .shape-right {
	position: absolute;
	right: -370px;
	top: -120px;
	max-width: 350px;
}

.fun-facts-area .shape-left {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 10%;
	z-index: -1;
}

.fun-facts-area.bg-dark .fun-fact .medium {
	color: var(--white);
	opacity: 0.9;
}

.bg-dark .fun-fact-style-one .heading {
	border-color: rgba(255, 255, 255, 0.3);
}
#naac-logo {float: right;position: relative;}
#naac-logo {float: right;position: absolute; right:0; top:90px;}
#naac-logo img{ width:90px; height:auto;}

