	@import url('https://fonts.googleapis.com/css2?family=Meie+Script&family=Peddana&family=Staatliches&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Gudea);

@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,900);


.header-top{
    background-color: #76077f;
    color: #fff;
}

.header-main{
    background-color: #fff1c8; 
    background: url(../images/fancy_deboss.png) repeat;
    overflow-x:hidden;
}

.header-title{
  color: #880a93;
}
.header-text-1, .header-text-2{
  color: #000;
  margin: 0px;
}

nav.navbar {
    padding:0px;
}
.nav-bg{
    background-color: #76077f;
    color: #fff;
}

.body-main {
    background-color: #fff1c8; 
    background:url('../images/division.png') repeat;
    overflow-x:hidden;
    
}

.page-title {
  position: relative;
    color:#030090;
    margin-bottom: 30px;
    margin-top: 10px;
    /*font-family: 'Cinzel Decorative', cursive;*/
    text-transform: capitalize;
}
.page-title:before {
    width: 28px;
    z-index: 9;
    height: 3px;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -14px;
    background-color: #030090;
}
.page-title:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: #76077f;
}

/*.page-title::before,.page-title::after{
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}*/

footer.footer {
    background-color:#ba4cd6;
    background:#76077f!important;
}

footer.footer .footer-title {
    color:#ffff00;
}

footer.footer .footer-text {
    color:#fff;
}

footer.footer ul { 
    list-style: none; 
    margin:0px; 
    padding: 0px;
}
footer.footer ul li a {
    color:#fff;
}

.footer-bottom {
    background-image: linear-gradient(0deg, #ca05db,#9311b5);
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .6);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8);
}

  /* Make the image fully responsive */

  .carousel-inner img {

      width: 100%;

      /*height: 100%;*/

  }

 

  .headings {

	color:#76077f;

	font-family: "Georgia, 'Times New Roman', Times, serif"; /*"Verdana, Arial, Helvetica, sans-serif";*/

  }



.text-bl {

    color: #343a40;

}




  li.arrow:before {    

font-family: 'FontAwesome';

content: '\f178';

margin:0 5px 0 -15px;

color: #007bff;

}



.hovereffect {

  width: 100%;

  height: 100%;

  float: left;

  overflow: hidden;

  position: relative;

  text-align: center;

  cursor: default;

}



.hovereffect .overlay {

  position: absolute;

  overflow: hidden;

  width: 80%;

  height: 80%;

  left: 10%;

  top: 10%;

  border-bottom: 1px solid #FFF;

  border-top: 1px solid #FFF;

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: scale(0,1);

  -ms-transform: scale(0,1);

  transform: scale(0,1);

}



.hovereffect:hover .overlay {

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.hovereffect img {

  display: block;

  position: relative;

  -webkit-transition: all 0.35s;

  transition: all 0.35s;

}



.hovereffect:hover img {

  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');

  filter: brightness(0.6);

  -webkit-filter: brightness(0.6);

}



.hovereffect h2 {

  text-transform: uppercase;

  text-align: center;

  position: relative;

  font-size: 17px;

  background-color: transparent;

  color: #FFF;

  padding: 1em 0;

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: translate3d(0,-100%,0);

  transform: translate3d(0,-100%,0);

}



.hovereffect a, .hovereffect p {

  color: #FFF;

  padding: 1em 0;

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: translate3d(0,100%,0);

  transform: translate3d(0,100%,0);

}



.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: translate3d(0,0,0);

  transform: translate3d(0,0,0);

}



  .navbar-light .navbar-nav .nav-link {

	color: rgba(0, 0, 0, .6);

  }

  .navbar-dark .navbar-nav .nav-link {

    color: rgba(255, 255, 255, 0.8);

   }

  /* Make the image fully responsive */

  .carousel-inner img {

      width: 100%;

      /*height: 600px;

	  object-fit: cover;

	  object-position: top;*/

  }

  .heading {

	color:#030090;

	font-family: "Georgia, 'Times New Roman', Times, serif"; /*"Verdana, Arial, Helvetica, sans-serif";*/

  }

  .logo {

      color: #fff900;

      font-size: 200px;

  }



#pulse{

    animation-duration: 1200ms;

    animation-name: blink;

    animation-iteration-count: infinite;

    animation-direction: alternate;

    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */

}

@keyframes blink {

    0% {

        color:#76077f;

    }

    25% {

        color:red;

    }



}





.fas {

   

    display: inline-block;

    line-height: 1;

    

    text-rendering: auto;

   

    transition: all 0.5s linear 0s;

    -moz-transition: all 0.5s linear 0s;

    -webkit-transition: all 0.5s linear 0s;

    -o-transition: all 0.5s linear 0s;



   

}

.fas:hover {

 	color: #ffc10785;

  transform: rotate(360deg) scale(1.0);
}


/*Modal*/
#notice_l {
    display: block;
    z-index: 10;
    width: 100%;
    position: relative;
    opacity: 0;
    animation: 1s growin ease-in-out 1s;
    animation-fill-mode: forwards;
}

#noticee {
   animation: 1s fadein ease-in-out 1.5s;
}
#notice-text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: 1s fadein ease-in-out 2.3s;
    animation-fill-mode: forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes roty {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rollin {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: 0px;
        right: 0px;
    }
    100% {
        opacity: 1;
        transform: rotate(360deg);
        top: 40px;
        right: 40px;
    }
}
@keyframes growin {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*End Ads*/

    .modal-body{
    /* background: linear-gradient(-45deg, #ffc107, #007bff,  #dc3545eb, #007bff);*/
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
}

/*@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}*/
.principal_sign{
    font-family: 'Peddana', serif;
    color: #000;
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: 1s fadein ease-in-out 2.5s;
    animation-fill-mode: forwards;
} 
.modal-title{
    font-family: 'Staatliches', cursive;
}
.notice_heading{
    text-align: center;
    font-family: 'Staatliches', cursive; 
    color: #fff;
    font-size: 27px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: 1s fadein ease-in-out 2s;
    animation-fill-mode: forwards;
}


.marquee{
    position: relative;
    bottom: 0 ;
    margin:0;
    width: 100%;
    background-color:#fbecff;
    /*background-image: linear-gradient(0deg, #e3a364ab, #e3a364,#e3a364b5);*/
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
}
.marquee-2{
    position: relative;
    bottom: 0 ;
    margin:0;
    width: 100%;
    background-color:#fbecff;
    /*background-image: linear-gradient(0deg, #e3a364ab, #e3a364,#e3a364b5);*/
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
}
.text
{ 
    padding-top: 5px;
    vertical-align: middle;
    font-size: 15px;
    color: yellow;
    margin: 0;
    width:100%;
    animation: marquee 10s linear infinite;
    display: inline-block;
    padding-right: 10px;
}

.news{
    height:auto;
    background-color: #8f0db1;    
    background-image: linear-gradient(0deg, #c400f7,#8204a2);
    padding: 5px 20px;
    font-size: 15px;
    color: white;
    z-index:1;
    display: block;
}
   
   .important-links{
    height:auto;
    background-color: #e2c97f;
    /*background-image: linear-gradient(0deg, #5e0000,#df7548);*/
    padding: 5px 20px;
    font-size: 17px;
    color: #76077f;
    z-index:1;
    display: block;
}
  


#nt-example1 {

max-width: auto;
height: auto!important;
margin: auto;

}





#nt-example1-container {

text-align: center;

}



#nt-example1-container i {

font-size: 20px;

margin: 8px;

color: #322766;

cursor: pointer;

-webkit-transition: all 0.1s ease-in-out;

-moz-transition: all 0.1s ease-in-out;

-ms-transition: all 0.1s ease-in-out;

-o-transition: all 0.1s ease-in-out;

transition: all 0.1s ease-in-out;

}



#nt-example1-container i:hover {

color: #333;

}



#nt-example1 li {

color: #4e4e4e;

background: none;

overflow: hidden;

height: auto;

padding: 8px;

text-align: left;

border-bottom: 1px dotted #2c8162;

}

#nt-example1 li span {

font-size: 12px;



}

#nt-example1 li a {

color: red;

font-size: 15px;

text-decoration: none;

font-style: italic;

}

#nt-example1 li a:hover {

color: #8a690e;

}



#nt-example1 li:hover {

background: #FFF;

}


.nav-item :active{
  /*background-color: #7b0094; 
  background-image: linear-gradient(0deg,#00000073, #8700A4,#9300b6);*/
}



.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
  color: #fff;
}


.navbar-nav li.active, .dropdown-toggle active{
    background-color: #7b0094!important;
    background-image: linear-gradient(0deg,#00000073, #8700A4,#9300b6)!important;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #7b0094!important;
    /*background-image: linear-gradient(0deg,#00000073, #8700A4,#9300b6)!important;*/
}

