/* GRAHAM PAGE TEMPLATE 2 COLUMN */

.gr_template1_header {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: bottom left;
}
.gr_template1_sideboxes {
  height: 300px;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
.gr_template1_text_header {
  width: 98%;
  height: 45px;
  background: #eee;
  border-left: solid 3px red;
  font-size: 28px;
  padding: 3px;
  line-height: 45px;
  padding-left: 10px;
}
.gr_template1_text_header_right {
  width: 97%;
  height: 45px;
  background: #eee;
  border-left: solid 3px red;
  font-size: 28px;
  padding: 3px;
  line-height: 45px;
  padding-left: 10px;
}
.gr_template1_sylabus_list {
  height: 16px;
  background: #eee;
  border-left: solid 3px red;
  margin: 2px 0 0 0;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0 20px 20px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.gr_template1_sylabus_list:hover {
  border-left: solid 3px rgb(255, 221, 0);
 background: #ddd;
}
.col-sm-4 a {
  color: rgb(119, 0, 0);
  text-decoration: none;
}
.col-sm-4 a:link {

  text-decoration: none;
}

.gr_template1_footer {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  );
  width: 100%;
  height: 15px;
  text-align: center;
  font-size: 12px;
  color: red;
  padding: 15px;
}


.gr_template1_sylabus_list_current {
  height: 16px;
  background: #fff1bc;
  border-left: solid 3px red;
  margin: 2px 0 0 0;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0 20px 20px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}