@font-face {
  font-family: 'fml-ttaswathibold';
  src: url("../fonts/fml-tt-aswathi_bold.woff2") format("woff2"), url("../fonts/fml-tt-aswathi_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ml-ttindulekhanormal';
  src: url("../fonts/ml_tt_indulekha_normal.woff2") format("woff2"), url("../fonts/ml_tt_indulekha_normal.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'meeraregular';
  src: url("../fonts/meera.woff2") format("woff2"), url("../fonts/meera.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'meeraregular';
  src: url("../meera_04.woff2") format("woff2"), url("../meera_04.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* hero block */
.demo-table {
  display: table;
  width: 100%;
  height: 100vh;
  color: #fff; }

.inner-banner {
  height: 367px; }

.demo-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

p.english {
  font-family: 'KoHo', sans-serif;
  font-size: 18px; }

::-moz-selection {
  background: #af863d;
  color: #fff; }

::selection {
  background: #af863d;
  color: #fff; }

.ruler {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 30px auto; }

button:focus {
  outline: none; }

body {
  font-family: 'KoHo', sans-serif; }

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0; }

/* ---------------------------------------------------
    BANNER LOGO ANIMATION STYLE
----------------------------------------------------- */
@keyframes csvg {
  0% {
    opacity: 0;
    fill: none;
    stroke-dasharray: 500;
    stroke: #fff; }
  30% {
    opacity: 0.5;
    fill: none;
    stroke-dasharray: 50;
    stroke: #fff; }
  50% {
    opacity: 1;
    stroke: #fff; }
  100% {
    opacity: 1;
    stroke: transparent;
    stroke-dasharray: 0; } }
.line-animate {
  position: relative;
  display: inline-block; }

path {
  stroke: transparent;
  stroke-width: 2px;
  opacity: 1;
  /*stroke-dasharray: 50;*/
  animation-name: csvg;
  animation-duration: 15s;
  animation-delay: 7s;
  animation-iteration-count: infinite; }

.tag-svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -25px; }

@media only screen and (max-width: 540px) {
  .line-animate > svg {
    width: 260px;
    height: 81px; } }
/* ---------------------------------- -----------------
    BANNER LOGO ANIMATION STYLE END
----------------------------------------------------- */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #86611e;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  #sidebar #dismiss {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #533c13;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    padding: 4px; }
    #sidebar #dismiss:hover {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
      background: #fff;
      color: #533c13; }
  #sidebar ul.components {
    padding: 55px 0; }
  #sidebar ul p {
    color: #fff;
    padding: 10px; }
  #sidebar ul li a {
    position: relative;
    padding: 10px;
    font-size: 18px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 56px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    #sidebar ul li a:hover {
      background-color: #fff;
      color: #aa7617;
      padding-left: 65px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      #sidebar ul li a:hover:hover span {
        color: #af863d;
        top: 16px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
    #sidebar ul li a span {
      position: absolute;
      top: 11px;
      right: 10px;
      color: #fff;
      z-index: 9;
      display: block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    #sidebar ul li a img {
      position: absolute;
      left: 15px;
      top: 10px;
      width: 30px;
      height: 30px;
      padding: 5px;
      border-radius: 100%;
      border: 1px solid #fff; }
    #sidebar ul li a:hover img {
      border: 1px solid #d09325;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      background-color: #86611e; }
  #sidebar ul li a[aria-expanded="true"] {
    color: #fff;
    background: #efcd34; }
  #sidebar ul li a[data-toggle="collapse"] {
    position: relative; }
  #sidebar ul li.active > a {
    color: #aa7617;
    background: #fff; }
    #sidebar ul li.active > a img {
      background-color: #af863d; }
  #sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #5f420e;
    color: #fff; }

#sidebar.active {
  left: 0; }

#x-a #sidebar .x-a a,
#x-b #sidebar .x-b a,
#x-c #sidebar .x-c a,
#x-d #sidebar .x-d a,
#x-e #sidebar .x-e a,
#home-active #sidebar .home-active a,
#act-about #sidebar .act-about a,
#mm-active #sidebar .mm-active a,
#reu-active #sidebar .reu-active a,
#reunion-2018-active #sidebar .reunion-2018-active a,
#tchr-active #sidebar .tchr-active a,
#scl-active #sidebar .scl-active a,
#anlre-union-active #sidebar .anlre-union-active a,
#root-active #sidebar .root-active a {
  color: #aa7617 !important;
  background: #fff; }

#x-a #sidebar .x-a a img,
#x-b #sidebar .x-b a img,
#home-active #sidebar .home-active a img,
#act-about #sidebar .act-about a img,
#mm-active #sidebar .mm-active a img,
#reu-active #sidebar .reu-active a img,
#root-active #sidebar .root-active a img,
#scl-active #sidebar .scl-active a img,
#tchr-active #sidebar .tchr-active a img {
  background-color: #af863d; }

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.overlay.active {
  display: block;
  opacity: 1; }

/* #############################------BURGER BUTTON STYLE-----##################################### */
.hamburger {
  padding: 17px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 1; }

.hamburger.is-active:hover {
  opacity: 1; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.jarallax {
  margin-bottom: 60px; }
  .jarallax .container {
    position: relative;
    height: 100%; }

.inner-banner-bottom {
  margin-bottom: 0; }

.thumb-box {
  display: block;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  overflow: hidden; }
  .thumb-box:after {
    content: '';
    display: block;
    background-color: #af863d;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
    transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1); }
  .thumb-box figure {
    position: relative;
    margin: 0; }
    .thumb-box figure img {
      border-radius: 10px; }
    .thumb-box figure h4 {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: rgba(175, 134, 61, 0.9);
      color: #fff;
      padding: 10px 15px;
      border-radius: 10px;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      z-index: 10;
      transition: all .5s; }
  .thumb-box:hover:after {
    transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg); }
  .thumb-box:hover h4 {
    background-color: #fff;
    color: #af863d;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.chit-chat {
  border-radius: 10px;
  background: #af863d;
  height: 136px;
  margin-top: 20px;
  margin-bottom: 40px; }
  .chit-chat img {
    margin: 0 auto; }
  .chit-chat .chit-chat-lg {
    display: block; }
  .chit-chat .chit-chat-sm {
    display: none; }

footer {
  width: 100%;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 30px;
  text-align: center;
  padding: 60px 0;
  color: #ffdea4; }
  footer h3 {
    margin-bottom: 45px;
    font-size: 22px;
    text-shadow: 1px 2px 1px #8f7545;
    line-height: 30px; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  border-radius: 100%;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(83, 60, 19, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s; }

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s; }

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.cd-top:hover {
  background-color: #533c13;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 30px;
    border-radius: 100%; } }
#content .container {
  position: relative; }
  #content .container #sidebarCollapse {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 1;
    border-radius: 100%;
    color: #b48f4e; }
    #content .container #sidebarCollapse .logo-top {
      position: absolute;
      left: 0;
      top: 0; }
    #content .container #sidebarCollapse span {
      position: absolute;
      color: #fff;
      left: -47px;
      top: 14px;
      font-size: 18px; }

.nav-bottom {
  margin-bottom: 71px; }

.inner-page-bottom {
  margin-bottom: 120px; }

.float-panel {
  width: 100%;
  background: #b48f4e;
  z-index: 300;
  padding: 0;
  position: fixed; }

.float-panel .content-area {
  margin: 10px auto; }

.float-panel a {
  font-size: 16px;
  text-decoration: none;
  color: #444;
  display: inline-block;
  padding: 9px 0; }

.float-panel .fa-gg {
  color: #F0595C;
  font-size: 30px;
  vertical-align: middle;
  transition: all 1s; }

/* when class="float-panel fixed" */
.fixed {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
  opacity: 1;
  height: 71px; }
  .fixed .container .logo-top {
    visibility: visible;
    display: block; }

.fixed .fa-gg {
  transform: rotate(360deg); }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
/*#####################INNER-PAGE-CLASS#########################*/
.section-class-wrap,
.inner-page-photo-wrap,
.inner-page-video-wrap,
.report-wrap,
.accounts-wrap,
.bill-section {
  margin: 0 auto; }
  .section-class-wrap h2,
  .inner-page-photo-wrap h2,
  .inner-page-video-wrap h2,
  .report-wrap h2,
  .accounts-wrap h2,
  .bill-section h2 {
    text-align: center;
    text-transform: capitalize;
    font-family: 'Pangolin', cursive;
    margin: 30px 0;
    padding-left: 29px;
    padding-right: 40px;
    padding-top: 62px;
    padding-bottom: 40px;
    background: url(../images/black.png) center center no-repeat;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    height: 200px;
    width: 100%; }
    .section-class-wrap h2 .yellow-first,
    .inner-page-photo-wrap h2 .yellow-first,
    .inner-page-video-wrap h2 .yellow-first,
    .report-wrap h2 .yellow-first,
    .accounts-wrap h2 .yellow-first,
    .bill-section h2 .yellow-first {
      color: #e4b419; }
    .section-class-wrap h2 .non-teach,
    .inner-page-photo-wrap h2 .non-teach,
    .inner-page-video-wrap h2 .non-teach,
    .report-wrap h2 .non-teach,
    .accounts-wrap h2 .non-teach,
    .bill-section h2 .non-teach {
      font-size: 22px; }

.black-board {
  width: 250px;
  height: 160px;
  margin: 30px auto;
  background: url("../images/black-board.png") no-repeat;
  position: relative; }
  .black-board h3.sub-head {
    font-family: 'Pangolin', cursive;
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center; }

.class-photo span {
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  margin: 30px 0;
  padding-left: 29px;
  padding-right: 40px;
  padding-top: 57px;
  padding-bottom: 40px;
  background: url(../images/black.png) center center no-repeat;
  display: inline-block;
  color: #fff;
  height: 200px;
  width: 100%; }
  .class-photo span small {
    font-size: 24px;
    color: #e4b419; }
.class-photo .class-photo-inner {
  border: 2px solid #af863d;
  margin-bottom: 30px; }

.section-class-wrap {
  text-align: center; }
  .section-class-wrap ul {
    text-align: center;
    padding: 0;
    margin-bottom: 30px; }
    .section-class-wrap ul li {
      display: inline-block;
      padding-left: 10px; }
      .section-class-wrap ul li a {
        display: block;
        width: 82px;
        height: 82px;
        border: 2px solid #af863d;
        border-radius: 100%;
        font-size: 24px;
        padding: 19px;
        color: #af863d;
        text-decoration: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .section-class-wrap ul li a:hover {
          background-color: #af863d;
          color: #fff;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          border: 2px solid #af863d;
          box-shadow: -1px 3px 33px -5px rgba(0, 0, 0, 0.47);
          width: 82px;
          height: 82px;
          padding: 19px; }
  .section-class-wrap .students-photo {
    display: inline-block;
    height: 234px;
    margin-bottom: 30px;
    border: 9px solid #956d27;
    background-color: #956d27;
    border-radius: 10px; }
    .section-class-wrap .students-photo figure {
      display: block;
      position: relative;
      overflow: hidden; }
      .section-class-wrap .students-photo figure:after {
        content: '';
        display: block;
        background-color: #af863d;
        opacity: 0.7;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-30deg);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .section-class-wrap .students-photo figure img {
        filter: grayscale(100%); }
      .section-class-wrap .students-photo figure a {
        position: absolute;
        text-align: center;
        top: 0;
        width: 59px;
        height: 59px;
        background-color: #4d6590;
        border-radius: 100%;
        padding: 10px;
        font-size: 24px;
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 10;
        color: #fff;
        display: block; }
      .section-class-wrap .students-photo figure .restp {
        position: absolute;
        top: 9px;
        left: 5px;
        font-weight: 600; }
    .section-class-wrap .students-photo h6 {
      color: #fff;
      font-size: 14px;
      text-transform: capitalize;
      font-family: 'KoHo', sans-serif;
      font-weight: 700; }
    .section-class-wrap .students-photo p {
      color: #7b6647;
      font-size: 16px;
      padding-bottom: 5px;
      margin: 0; }

/*Division*/
.section-class-wrap ul li .x-active {
  background-color: #af863d;
  color: #fff; }

.students-photo:hover figure {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .students-photo:hover figure:after {
    transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-30deg); }
  .students-photo:hover figure a {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block; }

.teachers-photo {
  display: inline-block;
  /*height: 250px;*/
  width: 150px;
  margin-bottom: 30px;
  border: 3px solid #956d27;
  padding: 5px;
  color: #fff;
  background-color: #956d27;
  border-radius: 10px; }
  .teachers-photo figure {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* padding: 4px; */ }
  .teachers-photo h6 {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'KoHo', sans-serif;
    height: 26px; }
  .teachers-photo:hover figure {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

/* #######################INNER PAGE NAVIGATION ################################### */
.sub-nav {
  background-color: #ffcb05; }
  .sub-nav .navbar {
    padding: 0; }
    .sub-nav .navbar .navbar-nav .account-link .nav-link span {
      left: 20px; }
      .sub-nav .navbar .navbar-nav .account-link .nav-link span i {
        font-size: 20px; }
    .sub-nav .navbar .navbar-nav .nav-link {
      color: #65450b;
      position: relative;
      padding-left: 20px;
      border-right: 1px solid #af863d;
      padding-left: 40px;
      padding-bottom: 14px;
      padding-right: 14px;
      padding-top: 14px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      text-transform: uppercase; }
      .sub-nav .navbar .navbar-nav .nav-link span {
        position: absolute;
        left: 11px; }
      .sub-nav .navbar .navbar-nav .nav-link:hover {
        background-color: #86611e;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #fff; }
      .sub-nav .navbar .navbar-nav .nav-link i {
        color: #e4b419; }
    .sub-nav .navbar .navbar-nav .active {
      background: #86611e;
      color: #fff; }
  .sub-nav .float-panel {
    top: 69px !important;
    background: #ffe9b8;
    height: 52px; }

.inner-page-video-wrap figure {
  position: relative; }
  .inner-page-video-wrap figure span {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 37% !important; }

.navbar-nav li:nth-child(1) {
  border-left: 1px solid #af863d; }

.inner-page-photo-wrap,
.inner-page-video-wrap {
  margin: 30px 0;
  text-align: center; }
  .inner-page-photo-wrap .reunion-pbox,
  .inner-page-video-wrap .reunion-pbox {
    display: inline-block;
    text-align: center;
    text-decoration: none; }
    .inner-page-photo-wrap .reunion-pbox figure,
    .inner-page-video-wrap .reunion-pbox figure {
      position: relative; }
      .inner-page-photo-wrap .reunion-pbox figure span,
      .inner-page-video-wrap .reunion-pbox figure span {
        position: absolute;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 20;
        color: #e4b419;
        font-size: 37px;
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
    .inner-page-photo-wrap .reunion-pbox:hover span,
    .inner-page-video-wrap .reunion-pbox:hover span {
      opacity: 1; }
    .inner-page-photo-wrap .reunion-pbox p,
    .inner-page-video-wrap .reunion-pbox p {
      color: #4e4e4e;
      padding-top: 10px; }
  .inner-page-photo-wrap .anual figure span,
  .inner-page-video-wrap .anual figure span {
    color: #fff;
    opacity: 1; }

.inner-page-video-wrap .reunion-video {
  text-decoration: none; }
  .inner-page-video-wrap .reunion-video figure {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .inner-page-video-wrap .reunion-video figure span {
      color: #c4302b;
      opacity: 1;
      font-size: 45px; }
    .inner-page-video-wrap .reunion-video figure:hover p {
      color: #ffe9b8;
      background-color: #694a10;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .inner-page-video-wrap .reunion-video p {
    padding: 16px;
    color: #694a10;
    height: 55px;
    background-color: #ffe9b8;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.report-wrap .reprt-inner-box {
  box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.24); }
  .report-wrap .reprt-inner-box .rpt-read-box {
    position: relative;
    display: inline-block;
    overflow: hidden; }
    .report-wrap .reprt-inner-box .rpt-read-box span {
      position: absolute;
      font-size: 24px;
      width: 54px;
      height: 54px;
      background-color: #fff;
      border-radius: 100%;
      padding: 7px;
      text-align: center;
      color: #af863d;
      box-shadow: -1px 0px 21px 1px rgba(0, 0, 0, 0.35);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      opacity: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      top: 50%;
      visibility: hidden; }
    .report-wrap .reprt-inner-box .rpt-read-box:hover span {
      background-color: #af863d;
      color: #fff;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
      visibility: visible; }

.accounts-wrap h3.acMainHead {
  font-size: 24px;
  color: #fff;
  text-align: center;
  /*margin: 20px 0;*/
  background-color: #86611e;
  margin-bottom: 0;
  padding: 18px 0;
  font-weight: 500;
  font-family: 'Roboto Slab', serif; }

.hidden {
  display: none; }

/* ####################### Table style ################################### */
table {
  font-family: 'Roboto', sans-serif; }
  table tr td {
    font-size: 14px;
    color: #353232; }
    table tr td:nth-child(1) {
      text-align: center;
      /* width: 41px;*/ }
    table tr td:nth-child(3) {
      text-align: right;
      /* width: 21%;*/ }
  table .total-sum td {
    background-color: #f2e9db;
    color: #86611e;
    font-size: 18px; }
    table .total-sum td:nth-child(2) {
      text-align: left !important;
      width: 75%; }
    table .total-sum td:nth-child(1) {
      text-align: right; }
  table .total-sum-d td {
    background-color: #f2e9db;
    font-family: 'KoHo', sans-serif;
    font-weight: 600;
    color: red;
    font-size: 20px; }
    table .total-sum-d td:nth-child(2) {
      text-align: right;
      width: 75% !important; }
    table .total-sum-d td:nth-child(3) {
      text-align: right;
      font-size: 20px; }

.table-active th:nth-child(3) {
  text-align: right; }

table .total-sum-head td {
  background-color: #f2e9db;
  font-family: 'KoHo', sans-serif;
  font-weight: 600;
  color: #86611e;
  font-size: 21px; }
  table .total-sum-head td:nth-child(2) {
    text-align: center;
    width: 75% !important; }
  table .total-sum-head td:nth-child(3) {
    text-align: right;
    font-size: 19px; }

table .total-sum-last td {
  background-color: #f2e9db;
  color: #86611e;
  font-size: 18px; }
  table .total-sum-last td:nth-child(2) {
    text-align: right;
    width: 75% !important; }
  table .total-sum-last td:nth-child(3) {
    text-align: right; }

.table-bordered td,
.table-bordered th {
  border: 1px solid #c2ac86; }

.tbl-bg_top {
  margin-top: 0 !important; }

.tbl-bg {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  background-color: #f9e3b1;
  color: #86611e;
  font-weight: 600;
  font-family: 'KoHo', sans-serif;
  padding: 10px;
  border: 1px solid #c2ac86; }

.table-hover tbody tr:hover {
  background-color: #f2e9db; }

.table-responsive {
  margin-bottom: -17px; }

.bill-section a {
  display: block;
  text-decoration: none;
  margin-bottom: 20px; }
  .bill-section a .icon-box {
    background-color: #efe6ca;
    padding: 48px 10px 30px 0; }
    .bill-section a .icon-box ul li {
      display: inline-block; }
      .bill-section a .icon-box ul li h4 {
        font-size: 32px;
        float: left;
        padding: 10px 45px;
        color: #af863d; }
        .bill-section a .icon-box ul li h4 span {
          display: block;
          font-size: 22px;
          font-weight: 100; }
      .bill-section a .icon-box ul li .icon-img-box {
        text-align: center;
        width: 102px;
        height: 102px;
        border-radius: 100%;
        background-color: #af863d;
        float: left;
        padding: 27px;
        text-align: center;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
  .bill-section a:hover .icon-img-box {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

/* #######################  About-1996 ################################### */
.section-about-wrap {
  text-align: center;
  margin: 30px 0; }
  .section-about-wrap h3 {
    position: relative;
    font-family: 'fml-ttaswathibold';
    color: #af863d;
    font-size: 30px;
    display: inline-block; }
    .section-about-wrap h3:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      display: block;
      background-color: #e4b419;
      bottom: -30px;
      z-index: 0; }
  .section-about-wrap span {
    position: absolute;
    text-transform: uppercase;
    background-color: #fff;
    color: #78602d;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 46px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 30%; }
  .section-about-wrap img {
    margin: 67px auto; }
  .section-about-wrap p {
    font-family: 'meeraregular';
    font-size: 18px;
    color: #575757; }
  .section-about-wrap h5 {
    font-family: 'meeraregular';
    font-size: 18px;
    color: #575757; }
  .section-about-wrap .pra-bottom {
    text-align: center; }
    .section-about-wrap .pra-bottom h5 {
      font-family: 'ml-ttindulekhanormal';
      font-size: 14px; }
    .section-about-wrap .pra-bottom h6 {
      font-size: 14px;
      color: #575757; }
  .section-about-wrap small {
    font-size: 20px;
    font-family: 'ml-ttindulekhanormal'; }

/* #######################  inner banner ################################### */
.inner-banner-box {
  margin-bottom: 30px; }
  .inner-banner-box figure {
    position: relative;
    text-align: center;
    display: inline-block; }
    .inner-banner-box figure .inner-bottom-text {
      display: block;
      position: absolute;
      background-color: rgba(149, 109, 39, 0.9);
      bottom: 0;
      width: 100%;
      padding: 14px 20px;
      font-family: 'Roboto Slab', serif; }
      .inner-banner-box figure .inner-bottom-text h4 {
        font-size: 28px;
        color: #fff;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
        margin-bottom: 0;
        float: left;
        font-weight: 400;
        text-transform: uppercase; }
      .inner-banner-box figure .inner-bottom-text p {
        color: #e7ce14;
        font-size: 22px;
        font-weight: 400;
        float: right;
        margin: 0; }

.anual-re-head {
  display: inline-block;
  text-align: center;
  background-color: #e2ddd3;
  width: 100%;
  padding: 10px; }
  .anual-re-head h4 {
    font-size: 40px;
    color: #b28f52;
    display: inline-block;
    font-weight: 600; }

.anualreuni-img {
  background-color: #956d27;
  padding: 12px 20px 20px;
  margin-bottom: 30px;
  border: 2px solid #533c13;
  border-top-right-radius: 65px; }
  .anualreuni-img h4 {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px; }
  .anualreuni-img img {
    border: 2px solid #ffeeba; }

.inner-border {
  border: 18px solid #cebea2;
  margin: 10px auto 36px;
  box-shadow: -1px 0px 5px 2px rgba(0, 0, 0, 0.19); }

.reunion-nav {
  text-align: center; }
  .reunion-nav ul {
    text-align: center;
    padding: 0;
    margin: 30px 0; }
    .reunion-nav ul li {
      display: inline-block;
      padding-left: 10px; }
      .reunion-nav ul li a {
        display: block;
        width: auto;
        height: 52px;
        border: 2px solid #af863d;
        border-radius: 9px;
        font-size: 17px;
        padding: 11px;
        color: #af863d;
        text-decoration: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .reunion-nav ul li a:hover {
          background-color: #af863d;
          color: #fff;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          border: 2px solid #af863d;
          box-shadow: -1px 3px 33px -5px rgba(0, 0, 0, 0.47);
          width: auto; }

.reunion-nav ul li .x-active {
  background-color: #af863d;
  color: #fff; }

/* #######################  Responsive section ################################### */
@media (max-width: 1199px) {
  .teachers-photo {
    /* height: 221px;*/
    height: auto; }

  .inner-banner-box figure .inner-bottom-text p {
    font-size: 20px; } }
@media (max-width: 991px) {
  .chit-chat {
    padding: 0 30px; }

  .section-about-wrap span {
    width: 50%; }

  .bill-section a .icon-box ul li h4 {
    padding: 10px 10px;
    color: #af863d; }

  .teachers-photo {
    height: auto; } }
@media (max-width: 768px) {
  .demo-table-cell {
    padding: 0 30px; }
    .demo-table-cell .img-icon {
      margin-bottom: 15px; }

  .chit-chat {
    padding: 18px 30px 15px 30px; }
    .chit-chat .chit-chat-lg {
      display: none; }
    .chit-chat .chit-chat-sm {
      display: block; }

  .navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #d09325;
    border-radius: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px; }

  .sub-nav .navbar .navbar-nav .nav-link {
    color: #fff; }

  .sub-nav .float-panel {
    box-shadow: none; }

  .sub-nav .navbar {
    padding: 6px;
    text-align: left; }
    .sub-nav .navbar ul {
      background-color: #5f420e;
      margin-top: 31px; }
      .sub-nav .navbar ul li a {
        display: block;
        color: #fff; }

  .reprt-inner-box {
    margin: 30px auto; }

  .section-about-wrap span {
    width: 50%;
    top: 82px; }

  .bill-section a {
    text-align: left; }
    .bill-section a ul li h4 {
      padding: 10px 10px !important; }

  .inner-banner-box figure .inner-bottom-text {
    position: relative; }
    .inner-banner-box figure .inner-bottom-text h4 {
      padding-top: 0;
      font-size: 25px;
      float: none; }
    .inner-banner-box figure .inner-bottom-text p {
      padding-bottom: 0;
      font-size: 18px;
      font-weight: 300;
      float: none; }

  .class-photo span {
    margin: 0 0; }

  .inner-banner-box {
    margin-bottom: 0; }

  .anualreuni-img h4 {
    font-size: 20px; } }
@media (max-width: 576px) {
  .thumb-box {
    width: auto;
    margin: 0 auto 30px auto;
    text-align: center; }

  .accounts-wrap h3.acMainHead {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px; }

  .tbl-bg {
    font-size: 20px; }

  table .total-sum-head td {
    font-size: 20px; }

  table .total-sum-head td:nth-child(3) {
    text-align: right;
    font-size: 18px; }

  .reunion-pbox {
    text-align: center;
    width: auto; }

  .section-class-wrap ul li a {
    width: 54px;
    height: 54px;
    font-size: 22px;
    padding: 7px; }
    .section-class-wrap ul li a:hover {
      width: 54px;
      height: 54px;
      font-size: 22px;
      padding: 7px; }

  .section-class-wrap .students-photo {
    height: 234px; }

  .bill-section a {
    text-align: left; }
    .bill-section a ul li h4 {
      padding: 15px 20px !important; }

  .bill-section a .icon-box {
    padding: 48px 10px 30px 0; }

  .reunion-nav ul li {
    margin-bottom: 5px; }

  .black-board h3.sub-head {
    font-family: 'Pangolin', cursive; }

  table .total-sum td {
    font-size: 15px; } }
@media (max-width: 480px) {
  footer h3 {
    line-height: 26px;
    font-size: 18px; }

  .section-about-wrap h3 {
    font-size: 24px; }
  .section-about-wrap span {
    width: 70%;
    font-size: 18px;
    top: 74px;
    font-size: 18px; }

  .bill-section a {
    text-align: center; }
    .bill-section a ul {
      padding: 0; }
      .bill-section a ul li h4 {
        padding: 8px 1px !important; }

  #content .container #sidebarCollapse span {
    display: none; }

  .reunion-nav ul li {
    margin-bottom: 5px; }

  .inner-banner-box .container {
    padding: 0; }

  div.holder a,
  div.holder span {
    display: none; }
  div.holder a.jp-previous {
    display: inline-block; }
  div.holder a.jp-next {
    display: inline-block; }

  table .total-sum-last td {
    background-color: #f2e9db;
    color: #86611e;
    font-size: 15px; } }
@media (max-width: 386px) {
  .thumb-box {
    width: auto; }

  .section-about-wrap span {
    width: 70%;
    top: 63px;
    font-size: 18px; }

  .section-class-wrap ul li {
    padding-left: 3px; } }
@media (max-width: 320px) {
  .teachers-photo {
    height: auto;
    width: 130px; }

  .section-class-wrap .students-photo {
    height: 200px; } }

/*# sourceMappingURL=boys.css.map */
