@charset "utf-8";
/* CSS Document */

body {
  /* background-color: #ffffff; */
  background-color: #e8dfcd;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.top-heading {
  background-color: #aa9779;
}
.nav.navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: #400303;
  border: none;
  font-size: 14px;
}
.navbar-default .navbar-nav > li {
  color: #e8dfcd;
  background-color: #400303;
  font-size: 14px;
}
.navbar-default .navbar-nav > li.active {
  /* color: #e1dacb; */
  color: #ffffff;
  /* background-color: #0094ff; */
  font-size: small;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
  color: #e8dfcd;
  background-color: #400303;
  border-right: groove;
  border-right-color: white;
  /*font-size: small;*/
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: white;
  background-color: #400303;
  /*font-size: small;*/
  font-size: 11px;
  /* font-weight: bold; */
}
.navbar-default .navbar-nav > menu-item {
  color: #e1dacb;
  background-color: #400303;
  font-size: small;
  font-weight: bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  /* color: #e1dacb; */
  color: #ffffff;
  /* background-color: #400303; */
  font-size: small;
  font-weight: bold;
}
.nav li a {
  padding: 10px 12px;
}
.dropdown-menu {
  background-color: #e8dfcd;
  font-size: small;
  font-weight: bold;
}
.dropdown-menu > li {
  display: block;
  padding: 1px 2px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: white;
  white-space: nowrap;
  background-color: #e8dfcd;
  font-size: small;
}
.dropdown-menu > li > a {
  display: block;
  padding: 2px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: black;
  white-space: nowrap;
  background-color: #e8dfcd;
  /*font-size: small;*/
  font-size: 11px;
  transition:
    background-color 0.25s,
    color 0.5s 0.25s,
    border-color 0.75s 1s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-bottom-color: #0e0e0e21;
  text-transform: uppercase;
}
.menu-item:hover > .dropdown-menu {
  display: block;
  color: white;
  background-color: #e8dfcd;
  font-size: small;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.dropdown-menu > li > a:hover {
  display: block;
  padding: 2px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: white;
  white-space: nowrap;
  /* background-color: #010a17; */
  background-color: #400303;
  /*font-size: small;*/
  font-size: 11px;
  /* font-weight: bold; */
}

.dropdown-menu > li.active {
  display: block;
  padding: 2px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #f5f3f3;
  white-space: nowrap;
  background-color: #010a17;
  font-size: small;
}

.navbar-nav .open .dropdown-menu > li > a {
  color: #f1ebeb;
}

.dropdown-submenu {
  position: relative;
  color: white;
  background-color: #e8dfcd;
  font-size: small;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  color: #e3cbf3;
  color: white;
  background-color: #e3cbf3;
  font-size: small;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  color: white;
  background-color: #e8dfcd;
  font-size: small;
}

.dropdown-submenu > a:after {
  display: none !important;
}

.dropdown-submenu:hover > a:after {
  display: none !important;
}

.dropdown-submenu.pull-left {
  float: none;
  font-size: small;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 20px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  font-size: small;
}
.sub-left {
  margin-left: -185% !important;
}
.sub-left2 {
  margin-left: -195% !important;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f5f5f5;
  }

  .navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* Modern Ticker Replacement for Marquee */
.ticker-wrapper {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: ticker-animation 25s linear infinite;
  will-change: transform;
  color: #ffffff;
}

.ticker-content a {
  color: #ffffff;
  text-decoration: none;
}

.ticker-wrapper:hover .ticker-content {
  animation-play-state: paused;
  cursor: default;
}

@keyframes ticker-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.blink {
  color: #fff;
  font-weight: bold;
  text-decoration: blink;
  animation-name: blinker;
  -webkit-animation-name: blinker;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}

.blink-2 {
  color: #fff;
  font-weight: bold;
  text-decoration: blink;
  animation-name: blinker;
  -webkit-animation-name: blinker;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}

/* Notice Board Accordions */
#notice-message {
  min-height: 445px;
}

#notice-message .accordion-item .accordion-collapse.show {
  height: 270px;
}

.notice-ticker-wrapper {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 5px;
}

.notice-ticker-content {
  display: block;
  padding-top: 200px;
  /* Initial offset to start from bottom */
  animation: notice-vertical-ticker 30s linear infinite;
  will-change: transform;
}

.notice-ticker-wrapper:hover .notice-ticker-content {
  animation-play-state: paused;
}

@keyframes notice-vertical-ticker {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.badge-notice-new {
  background: #d9534f;
  color: #fff;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.4;
}

.notice-board {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-board li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.notice-board li a,
.notice-board li p {
  text-decoration: none;
  color: #333;
}

.nav-pills {
  color: white;
  /* background-color: #f5f5f5; */
  border: none;
  font-size: 14px;
}

.nav-pills > li {
  color: white;
  background-color: #400303;
  font-size: 14px;
  border-radius: 5px;
}

.nav-pills > li.active {
  color: white;
  background-color: black;
  font-size: 14px;
  font-weight: bold;
  /* font-family: 'IBM Plex Sans Condensed', sans-serif; */
}

.nav-pills > li > a {
  color: white;
  background-color: #400303;
  font-size: 14px;
  /* font-family: 'IBM Plex Sans Condensed', sans-serif; */
  border-radius: 5px;

  /*-moz-box-shadow: inset 0 5px 10px #133e40;
	-webkit-box-shadow: inset 0 5px 10px #133e40;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;*/
}

.nav-pills > li > a:focus {
  color: white;
  background-color: #010a17;
  font-size: 14px;
  font-weight: bold;
  /* font-family: 'IBM Plex Sans Condensed', sans-serif; */
}

.nav-pills > li > a:hover {
  color: #ffffff;
  background-color: #7430f9;
  font-size: 14px;
  font-weight: 500;
  /* font-family: 'IBM Plex Sans Condensed', sans-serif; */
}
.nav-tabs {
  background-color: #ffffff;
}
.nav-tabs li a {
  background-color: #880e4f;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0 !important;
  border-right: 1px solid #fff !important;
}
.nav-tabs li a:hover {
  background-color: #5bc0de !important;
  color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #5bc0de !important;
  color: #ffffff;
}
.tab-content {
  height: 100%;
  background-color: #ffffff;
  border: 3px solid #880e4f;
}
.notice-card {
  background-color: #400303;
}
.notice-card .panel-heading {
  /* background-color: #002060; */
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}
.notice-card .panel-body {
  height: 280px;
  /* background-color: #F2F2F2; 
	border: 2px solid #C6D9F1; */
  border-top: 1px solid #e1dacb;
  color: #ffffff;
}
.quick-links {
  list-style-type: none;
}
.quick-links li a {
  color: #000000;
}
.quick-links li a:hover {
  color: #aaaaaa;
}
.rightBar ul {
  margin: 0 0 15px 0;
  padding: 0;
}
.rightBar ul li {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin-bottom: 9px;
  font: 400 16px "Lato";
  box-shadow: 3px 3px 3px #1f619a;
}
.rightBar ul li:before {
  content: "";
}
.rightBar ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 0;
  text-decoration: none;
  transition: all ease-in-out 300ms;
  /*background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #bdfcff 100%);*/
  background: #1d6bc1;
  /*color: #165c98;*/
  color: #fff;
  /*text-shadow: 1px 1px 1px #fff;*/
}
.rightBar ul li a:hover {
  color: #000000;
  background-image: linear-gradient(180deg, #ffffff 0%, #b5d8f7 100%);
  padding: 10px 15px 10px 25px;
}
footer {
  /* background: #000000; */
  background: #5c4033;
  color: white;
  padding: 15px;
  padding-bottom: 0;
}
.footbtm {
  background-color: #400303;
  color: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
}
hr.style-one {
  border: 0;
  width: 180px;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list-unstyled li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.usrlogin {
  color: #ffffff;
  text-decoration: none;
}
.usrlogin:hover {
  color: #3b5998;
  text-decoration: none;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  background-color: #333;
}
.hscrld {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
.hscrld li {
  float: left;
  margin: 0;
  margin-right: 10px;
}
.hscrld li a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #333 !important;
  text-decoration: none;
}
.hscrld li a:hover {
  color: #0033ff;
  text-decoration: underline;
}
.page-content {
  margin-bottom: 5px;
}
.page-content .middle {
  border: 2px solid #400303;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    position: relative;
    min-height: 35px;
    /* margin-bottom: 5px; */
    border: 1px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
}

/* Notice Accordion Theme Styling */
#notice-message .accordion {
  /* border: 1px solid #400303; */
  border-radius: 5px;
  overflow: hidden;
}

#notice-message .accordion-item {
  border: none;
  border: 1px solid #400303;
  margin-bottom: 5px;
}

#notice-message .accordion-item:last-child {
  margin-bottom: 0px;
}

#notice-message .accordion-header {
  margin-bottom: 0;
}

#notice-message .accordion-button {
  background-color: #400303;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  box-shadow: none;
  transition:
    background-color 0.2s,
    color 0.2s;
}

#notice-message .accordion-button:not(.collapsed) {
  background-color: #e8dfcd;
  color: #400303;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border-left: 5px solid #400303;
}

#notice-message .accordion-button::after {
  filter: brightness(0) invert(1); /* makes the arrow white by default */
}

#notice-message .accordion-button:not(.collapsed)::after {
  filter: none; /* makes it dark/black when active */
}

#notice-message .accordion-body {
  background-color: #fcfbf8;
  color: #333333;
}

/* Notice Ticker Board inside Accordion Body */
#notice-message .notice-board {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(64, 3, 3, 0.2);
}

#notice-message .notice-board:last-of-type {
  border-bottom: none;
}

#notice-message .notice-board li {
  padding: 5px 0;
}

#notice-message .notice-board li a {
  color: #400303;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  display: block;
}

#notice-message .notice-board li a:hover {
  color: #7430f9;
  text-decoration: underline;
}

#notice-message .post-details {
  font-size: 11px;
  color: #777777;
  margin-top: 3px;
  margin-bottom: 0;
}

#notice-message .post-details a {
  color: #777777;
  text-decoration: none;
  margin-right: 8px;
}

#notice-message .post-details a i {
  margin-right: 3px;
}

#notice-message .btn-warning {
  background-color: #400303;
  border-color: #400303;
  color: #ffffff !important;
}

#notice-message .btn-warning:hover {
  background-color: #f8c62f;
  border-color: #f8c62f;
  color: #400303 !important;
}

/*====================
Theme button
======================*/

.theme-btn,
.theme-btn2,
.theme-btn3 {
  font-size: 14px;
  color: #ffffff;
  padding: 8px 15px 10px 15px;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 5px !important;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.theme-btn {
  background: #e7ad06;
}

.theme-btn2 {
  background: #03594e;
}

.theme-btn3 {
  background: #1f2432;
}

.theme-btn::before,
.theme-btn2::before,
.theme-btn3::before {
  content: "";
  height: 300px;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn::before,
.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
  background: #116e63;
  color: #fff;
}

.theme-btn2::before,
.theme-btn2:hover,
.theme-btn2:focus,
.theme-btn2:active {
  background: #1f2432;
  color: #fff;
}

.theme-btn3::before,
.theme-btn3:hover,
.theme-btn3:focus,
.theme-btn3:active {
  background: #e7ad06;
  color: #fff;
}

.theme-btn i,
.theme-btn2 i,
.theme-btn3 i {
  margin-left: 5px;
}

.theme-btn span,
.theme-btn2 span,
.theme-btn3 span {
  margin-right: 0px;
}
