.item {
  height: 20px;
}

.top-bar {
  margin-top: 8px;
}
.navbar {
  background-color: rgb(2, 17, 59);
}

.hero-image {
  background-image: url("images/Scblock.jpg");
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.principal_image {
  margin-left: 200px;
}
.principal_imageside {
  margin-top: 30px;
}

* {
  box-sizing: border-box;
}

.columnimg {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
}

/* Clearfix (clear floats) */
.rowimg::after {
  content: "";
  clear: both;
  display: table;
}

.box {
  border-color: #e8e8e8;
  padding: 2px;
}
.box:hover {
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  display: inline-block;
  border-left: 5px solid #eee;
  border-left-style: solid;
  border-left-color: #f4f4f4;
}
.about-heading {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-family: sans-serif;
  border-bottom-style: solid;
  border-bottom-color: rgb(2, 17, 59);
  border-width: thick;
  margin-top: 0;
}
.about-heading-simple {
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
}

.content-margin {
  margin-top: 60px;
}

a.list:hover {
  background-color: rgb(2, 17, 59);
  color: white;
}
a.list {
  padding: 10px 20px;
  display: block;
  background-color: #f4f4f4;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #858585;
  margin-bottom: 5px;
  border: 0;
}

.FixFooter {
  background-color: rgb(2, 17, 59);
  color: white;
  padding-top: 50px;
  font-size: 12px;
}

.a-white {
  color: white;
  text-decoration: none;
}
.a-white:hover {
  text-decoration: none;
}
.border-bottom {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid white;
}
.white-text {
  color: white;
}

.paragraph {
  color: #444;
  font-size: 16px;
  text-align: justify;
  display: block;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.42857143;
  font-family: sans-serif;
}

/*principal_image*/
#principal {
  float: right;
  padding: 0px 0px 15px 20px;
}

/*accordion*/

.myaccordion {
  padding-top: 0px;
  max-width: 1000px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  margin-bottom: 5px;
}

.myaccordion .card-header {
  border-bottom-color: rgb(238, 238, 238);
  background-color: #f4f4f4;
}

.myaccordion .fa-stack {
  font-size: 18px;
}
.myaccordion .fa-plus:hover {
  color: #858585;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: rgb(2, 17, 59);
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
  color: #858585;
}

.myaccordion li + li {
  margin-top: 10px;
}
/*table fee structure*/

.table th {
  text-align: center;
}
.table tbody td {
  text-align: center;
}
/*admission notice panel*/
.panel {
  width: 800px;
}
.table tbody img {
  width: 220px;
  height: 280px;
}

.Datesheet {
  font-size: 120%;
}
.Datesheet ul li a {
  color: rgb(2, 17, 59);
  text-decoration: none;
}
.Datesheet ul li a:hover {
  color: #858585;
}
.link-color a {
  color: rgb(2, 17, 59);
  text-decoration: none;
}
.link-color a:hover {
  color: #858585;
}

.title_bar {
  background-color: rgb(2, 17, 59);
}
