@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
  /*background-image: url(../images/body-bg.jpg);
  background-repeat: repeat;*/
	background-color: rgba(227,161,43,0.2);
}
#top-bar {
  width: 100%;
  background-color: #dbd7ff;
}
header {
  width: 100%;
  /*background-color: #335e7a;
	background-color: rgba(227,161,43,0.2);*/
}
.clg-name-area {
  margin: 5px 0;
  float: left;
}
.clg-name-area h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 46px;
  padding: 0;
  margin: 0;
  color: #00008b;
}
.clg-name-area h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #5da6cf;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.clg-name-area h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #00008b;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}
nav {
  width: 100%;
  height: auto;
  /*background-color: #244961;*/
	background: linear-gradient(to bottom, #DC6767, #871414);
	border-top: 5px solid rgba(227,161,43,1);
  border-bottom: 5px solid rgba(227,161,43,1);
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: block;
  clear: both;
  min-height: 30px;
}
.banner {
  width: 100%;
  height: auto;
  /*background-color: #dbd7ff;*/
}
.left-banner-top {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px 0px 4% 0px;
  /*background: linear-gradient(135deg, #335e7a 0%, #7badcf 100%);*/
  border: 2px solid #871414;
}
.left-banner-top h2 {
  color: #ffffff;
  background: linear-gradient(to bottom, #DC6767, #871414);
  border: 2px solid #871414;
  padding: 4px 0px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.left-banner-top h2 span {
  color: #ffffff;
}
.left-banner-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: rgba(227,161,43,0.1);
}
.left-banner-top ul li {
  color: #000000;
  font-size: 14px;
  margin: 10.2px 12px;
}
.left-banner-top ul li a {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}
.news-area {
  width: 100%;
  min-height: 395px;
  height: auto;
  overflow: hidden;
  padding: 0px 0px 4% 0px;
  margin: 0px;
  /*background: linear-gradient(135deg, #335e7a 0%, #7badcf 100%);*/
  border: 2px solid #871414;
}
.news-area h2 {
  background: linear-gradient(to bottom, #DC6767, #871414);
  border: 2px solid #871414;
  padding: 4px 0px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  /*line-height: 30px;*/
}
.news-area marquee {
  width: 100%;
  min-height: 314px;
  color: #ffffff;
  max-height: 314px;
  background-color: rgba(227,161,43,0.1);
}
.news-area ul {
  list-style-type: none;
}
.news-area ul li {
  margin-bottom: 8px;
}
.news-area ul li a {
  font-size: 15px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#info {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#info .card {
  height: 180px;
}
#info .bg-1{
	/*background: linear-gradient(to right, #1CB5E0, #000046);*/
	background: linear-gradient(40deg,#FFD86F,#FC6262);
}
#info .bg-2{
	/*background: linear-gradient(135deg, #335e7a 0%,#e9eff4 100%);*/
	background-image: linear-gradient(to top,#a18cd1 0,#fbc2eb 100%);
}
#info .bg-3{
	/*background: linear-gradient(135deg, #335e7a 0%,#e9eff4 100%);*/
	background-image: linear-gradient(to top,#5ee7df 0,#b490ca 100%);
}
#founder, #about {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#founder h1,
#about h1,
#campus h1 {
  font-size: 26px;
  line-height: 33px;
  color: #33537a;
}
#founder h1 span,
#about h1 span,
#campus h1 span {
  color: #000918;
}
.princ-msg {
  height: 360px;
  /*background: linear-gradient(135deg, #bedff5 0%, #7badcf 100%);*/
  background-color: rgba(227,161,43,0.2);
}
#campus {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#campus .event {
  height: 470px;
  /*background: linear-gradient(
    135deg,
    rgba(105, 126, 140, 0.65) 0%,
    rgba(106, 125, 137, 0.65) 47%,
    rgba(116, 147, 168, 0.65) 100%
  );*/
  background: #ffd86f;
}
.navbar-nav li a{
	color: #fff;
}
.dropdown-item {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
  background: #335e7a;
}
.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .1em;
  margin-left: .1em;
}
@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 470px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#notice {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#notice .card {
  height: 290px;
  /*background-color: #dfd7fa;*/
	background-color: rgba(227,161,43,0.1);
	border: 2px solid #871414;
	overflow-y: scroll;
}
#notice h1 {
  /*border-bottom: #335e7a 1px dashed;*/
	background: linear-gradient(to bottom, #DC6767, #871414);
  line-height: 40px;
  text-align: center;
  font-size: 26px;
	color: #ffffff;
}
/* page content style */
#page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
#page-content .container td{
	border-width: 1px;
}
.side-menu h1 {
  background: linear-gradient(135deg, #335e7a 0%, #e9eff4 100%);
  color: #ffffff;
  padding: 5px 7px;
  margin: 5px 0px;
  font-size: 35px;
}
.side-menu h1 span {
  color: #000918;
}
.side-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: #335e7a 1px dashed;
}
.side-menu ul li {
  padding: 10px 0px;
  margin: 0px 10px;
  border-bottom: #244961 1px solid;
  color: #244961;
}
.side-menu ul li a {
  color: #244961;
  text-decoration: none;
  margin: 0px 0px 0px 10px;
}
.side-menu ul li a:hover {
  color: #335e7a;
  text-shadow: #244961 0px 1px 1px;
}

.footer-area {
  background-color: #335e7a;
  padding: 15px 0px;
  margin: 20px 0px;
}
.footer-tab-area {
  color: #ffffff;
}
.footer-tab-area h1 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 20px;
}
.footer-tab-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-tab-area ul li {
  color: #ffffff;
  margin: 10px;
  font-size: 14px;
}
.footer-tab-area ul li i {
  margin: 0px 12px 0px 7px;
}
.footer-tab-area ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.princ-msg{
		height: auto;
	}
	#campus .event{
		height: auto;
	}
}
