@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
body, html {
  width: 100%;
  overflow-x: hidden; }

/*@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');*/
h3 {
  /*font-family: 'Playball', cursive;*/
  font-family: 'Titillium Web', sans-serif;
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: bold; }

h1 {
  font-family: 'Titillium Web', sans-serif; }

p {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 28px;
  }

ul li {
  font-family: 'Lato', sans-serif; }

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s; }
  a:hover {
    color: #e0af28; }
.date-time{margin:0px;}
.date{display:inline-block;/* margin-left:15px; */}

.circular_sec h5{text-align:center;font-size:13px;text-decoration: none;position: absolute;top: 0px;right: 16px;background: #0a5839;line-height: 25px;padding-top: 0px;padding-left: 5px;color: #fff;padding-right: 5px;}
.circular_sec h4{text-align:center;padding-top: 0px;font-size: 15px;text-decoration: none;line-height: 15px;overflow: hidden;/* display: -webkit-box; */-webkit-line-clamp: 2;height: 36px;text-transform: uppercase;}
.circular_sec img{width: 35px;height: 35px;margin:auto;}
.circular_sec article {margin:auto;margin-bottom: 20px;border: solid 1px #ece2ff;background: #d3def5;padding: 10px;position: relative;}
.circular_sec article a{color:#000;}
.circular_sec article h4:hover{color: #df1a1c;}
.staff{ background-color:#f8f8f8; padding:15px;}
.staff img {
    height: 200px;
    object-fit: contain;
    background: #f3efef;
    padding: 4px;
    border: solid 2px white;
}
.staff h4{
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    margin: 7px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.2em;
    }








header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0px;
  z-index: 9999999;
  box-shadow: 3px 4px 20px -14px #000;
  position: relative;
  border-bottom: 0px solid #2d55aa; }
  header .logo {
    display: flex;
    align-items: center;
    width: 590px;
    }
    header .logo h1 {
      font-size: 28px;
      font-weight: bold;
      margin-left: 6px;
      margin-bottom: 3px;
      }
      header .logo h1 span {
        color: #2d55aa;
        display: block;
        }
    header .logo img {
      width: 147px; }
    header .logo a {
      color: #000; }
    header .logo a:hover {
      color: #000; }
  header .menu > img {
    display: none; }
  header .menu .sub-menu {
    min-width: 200px;
    position: absolute;
    z-index: 99;
    background: #fff;
    max-height: 0;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 1px 20px 5px -18px #000; }
    header .menu .sub-menu ul {
      padding: 20px 5px;
      flex-direction: column; }
      header .menu .sub-menu ul li {
        font-size: 15px;
        border-bottom: 1px solid #00000026;
        /* margin-bottom: 7px; */
        transition: 0.5s;
        cursor: pointer;
        padding: 5px 9px;
        }
        header .menu .sub-menu ul li:hover {
          background: linear-gradient(45deg, #2d55aa, #8eb2ff);
          color: #fff; }
  header .header-details {
    display: flex;
    justify-content: flex-end;
    padding-left: 0; }
    header .header-details ul {
      padding-left: 0; }
      header .header-details ul li {
        list-style: none;
        display: inline-block;
        cursor: pointer;
        margin-right: 8px;
        color: #fff;
        min-width: 160px;
        text-align: center;
        padding: 5px 10px;
        background: #2d55aa;
        transition: 0.5s; }
        header .header-details ul li:hover {
          background: #e0af29;
          color: #ffffff; }
            header .header-details ul li a:hover {color:#ffffff !Important;}
  header .header-menu ul {
    margin-bottom: 0px;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end; }
    header .header-menu ul li {
      display: inline-block;
      margin: 5px 5px 0px;
      padding: 0px 12px 19px;
      font-size: 19px;
      text-transform: capitalize;
      color: #000;
      cursor: pointer; }
      header .header-menu ul li:hover .sub-menu {
        max-height: 100vh; }
      header .header-menu ul li.active {
        position: relative;
        border-bottom: 3px solid #2d55aa; }
        header .header-menu ul li.active:before {
          content: "";
          width: 0;
          height: 0;
          border-bottom: 10px solid #2d55aa;
          border-left: 14px solid #0000;
          border-right: 14px solid #0000;
          position: absolute;
          transform: translate(-50%, -50%);
          left: 50%;
          top: 93%;
          transition: 0.5s;
          animation: 0.5s bounce infinite alternate; }

.slider-section {
  position: relative;
  height: 760px;
  width: 100%;
  overflow: hidden;
  align-items: center; }
  .slider-section ul#content-slider-home img {
    width: 100%;
    height: 760px; }
  .slider-section .text-heading {
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    align-items: center;
    animation: 2s arrow-wid;
    overflow: hidden;
    height: 199px; }
    .slider-section .text-heading img {
      width: 480px; }
    .slider-section .text-heading h3 {
      width: max-content;
      background: #fff;
      padding: 23px;
      line-height: 48px;
      font-size: 29px;
      border-left: 5px solid #1f479e;
      box-shadow: -5px 0px 5px 2px #a9a9a991; }
      .slider-section .text-heading h3 span {
        color: #e0af28; }

.highlights {
  background: #2d55aa;
  color: #fff;
  padding: 5px;
  position: relative;
  padding-bottom: 0px;
  }
  i.bi.bi-geo-alt-fill {
    margin-left: 15px;
}
.highlights h4{position: absolute;background: #092f7e;z-index: 9;color: #fff;font-size: 15px;padding: 0px 40px;margin: 0px;line-height: 40px;top: 0px;left: 0px;}
.highlights h4:hover{background: #2d55aa;}
.highlights h4 a{text-decoration:none;color:#fff;}
.highlights h4 i{color:#fff;font-size:15px;}
.highlights p{margin-bottom:0px;}

.about-section {
  padding: 100px 0px 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: url(https://webapi.entab.info/api/image/SJSBHANU/public/Images/abt.jpg) no-repeat;
  background-size: 34% 100%;
  background-position: right; }
  .about-section .read-more-about {
    cursor: pointer;
    position: absolute;
    right: -200px;
    background: #fff;
    width: 100px;
    font-size: 59px;
    height: 62px;
    display: flex;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    top: 100%; }
    .about-section .read-more-about:before {
      position: absolute;
      background: radial-gradient(white, #f7c846);
      box-shadow: inset 0px 0px 5px 0px #f7c846;
      right: 0;
      top: 0;
      width: 0%;
      height: 100%;
      transition: 0.5s;
      /* transform: translate(-50%, -50%); */
      content: "";
      transform-origin: center; }
    .about-section .read-more-about:hover:before {
      width: 100%; }
    .about-section .read-more-about i {
      position: relative;
      z-index: 99; }
  .about-section:before {
    content: "";
    width: 600px;
    height: 600px;
    position: absolute;
    background: url(https://webapi.entab.info/api/image/SJSBHANU/public/Images/pattern.jpg);
    background-size: 100% 100%;
    border-radius: 70% 50% 40% 80%;
    left: -20%;
    top: 17%;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: 25s rotate infinite alternate; }
  .about-section:after {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    background: linear-gradient(45deg, #ffffff, transparent);
    border-radius: 70% 50% 40% 80%;
    right: -10%;
    top: -60%;
    transform: rotate(45deg);
    animation: 20s rotate infinite alternate; }
  .about-section .about-section-img {
    width: 100%; }
    .about-section .about-section-img img {
      width: 100%; }
  .about-section .about-section-content {
    position: relative;
    width: 100%; }
    .news marquee {
      height: 500px;
  }
.event-news {
  padding: 50px 50px 100px;
  background: #2d55aa; }
  .event-news h3 {
    color: #fff; }
  .event-news .event {
    padding-top: 50px;
    padding: 20px;
    padding-top: 50px; }
    .event-news .event .event-blk {
      width: 92%;
      background: #fff;
      box-shadow: 0px 3px 13px -12px #000;
      border: 4px solid #fff;
      position: relative;
      margin-top: 30px; }
      .event-news .event .event-blk h3 {
        color: #da0b8d;
        font-size: 23px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        }
      .event-news .event .event-blk img {
        width: 100%;
        height: 294px;
        object-fit: contain;
        background: #e3e3e3;
        }
      .event-news .event .event-blk .content {
        padding: 20px; }
        .event-news .event .event-blk .content p {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          font-size: 19px;
          }
      .event-news .event .event-blk .time {
        position: absolute;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        padding: 20px;
        right: -30px;
        top: -30px;
        padding: 9px 26px;
        }
        .event-news .event .event-blk .time i {
          font-size: 30px;
          display: block;
          transform-origin: center; }
  .event-news .news {
    padding-top: 17px; }
    .event-news .news .news-blk {
      width: 90%;
      float: right;
      position: relative;
      background: #fff;
      margin-bottom: 10px;
      border-left: 5px solid #ad1e1e;
      padding: 10px 20px; }
      .event-news .news .news-blk p {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .event-news .news .news-blk h3 {
        margin-bottom: 10px;
        color: #000;
        font-size: 20px; overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
      .event-news .news .news-blk .attachment {
        position: absolute;
        bottom: 57%;
        left: -5px;
        transform: translate(-50%, -50%) rotate(360deg);
        background: #395faf;
        color: #fff;
        border-radius: 0;
        padding: 5px 8px;
        box-shadow: 0px 0px 5px 2px #fff; }
    .event-news .news .news-blk:nth-child(4n+1) {
      border-left: 5px solid #06a206; }
    .event-news .news .news-blk:nth-child(4n+2)  {
      border-left: 5px solid #d2a500; }
    .event-news .news .news-blk:nth-child(4n+3)  {
      border-left: 5px solid #b92f47; }
    .event-news .news .news-blk:nth-child(4n+3)  {
      border-left: 5px solid #0aa9b9; }

.other-details {
  position: relative;
  padding: 100px 0px 200px;
  overflow: hidden;
  position: relative;
  padding: 100px 0px 200px; }
  .other-details:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #fff url(https://webapi.entab.info/api/image/SJSBHANU/public/Images/bg1.jpg);
    background-size: 100% 100%;
    top: 0; }
  .other-details svg.editorial {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    z-index: 99; }
  .other-details .parallax > use {
    animation: move-forever 12s linear infinite; }
    .other-details .parallax > use:nth-child(1) {
      animation-delay: -2s; }
    .other-details .parallax > use:nth-child(2) {
      animation-delay: -2s;
      animation-duration: 5s; }
    .other-details .parallax > use:nth-child(3) {
      animation-delay: -4s;
      animation-duration: 3s; }
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%); }
  100% {
    transform: translate(85px, 0%); } }
  .other-details h3 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 9; }
  .other-details-head {
    position: relative;
    z-index: 9; }
    .other-details-head ul {
      padding-left: 0px; }
    .other-details-head .findTab li {
      display: flex;
      /* flex-direction: column; */
      align-items: center;
      background: #ececec;
      margin: 16px;
      justify-content: center;
      padding: 18px;
      position: relative;
      transition: 0.5s;
      border-radius: 4px; }
      .other-details-head .findTab li p {
        margin-bottom: 0;
        font-size: 28px; }
      .other-details-head .findTab li:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 23px solid #ececec;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 0;
        top: 50%;
        border-top: 48px solid #66339900;
        border-bottom: 48px solid #0000;
        transition: 0.5s; }
      .other-details-head .findTab li img {
        margin: 0px 10px; }
    .other-details-head .findTab .active {
      background: #2d55aa;
      color: #fff;
      margin-left: -7px; }
      .other-details-head .findTab .active:before {
        border-left: 23px solid #2d55aa; }
    .other-details-head .findTab .hide {
      display: none; }
    .other-details-head .left-side li.active {
      box-shadow: -5px 5px 19px 5px #0000004f; }
    .other-details-head .left-side li:before {
      left: 102.7% !important; }
    .other-details-head .left-side .active {
      margin-left: 16px;
      margin-right: -3px; }
    .other-details-head .right-side li.active {
      box-shadow: 5px 5px 19px 5px #0000004f; }
    .other-details-head .right-side li:before {
      left: -11px;
      transform: translate(-50%, -50%) rotatey(180deg); }
  .other-details-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    position: relative;
    text-align: center;
    background: #2d55aa;
    padding: 0px 30px;
    color: #fff;
    position: relative;
    z-index: 9; }
    .other-details-content h3 {
      margin-bottom: 20px; }
    .other-details-content > div {
      display: none; }
    .other-details-content ul {
      padding-left: none;
      list-style: none; }
    .other-details-content img {
      position: absolute;
      width: 244px;
      opacity: 0.1;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
    .other-details-content .active {
      display: block; }
    .other-details-content h3, .other-details-content p {
      position: relative; }
  .other-details:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #ffffffa6, white, #ffffffbf);
    left: 0;
    top: 0; }

.gallery {
  padding: 50px 0px;
  /*.gal-img{
  	&:before{
  		content: "";
  		width: 98%;
  		height: 100%;
  		top: -10%;
  		transform: translate(-50%, -50%);
  		left: 50%;
  		background
  	}
  }*/ }
  .gallery .gal-img {
    position: relative;
    margin-bottom: 40px;
    /* border: 5px solid #2d55aa; */
    padding: 0px;
    height: 270px; }
    .gallery .gal-img p {
      text-align: center;
      font-weight: bold;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      }
  .gallery img {
    border-radius: 20px;
    margin-bottom: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 99;
    height: 100%;
    border: 4px solid #f8d46e;
    box-shadow: 0px 0px 5px 0px #efc34c; }
    .gallery img:hover {
      border-radius: 60% 80% 100% 169%; }
  .gallery h3 {
    text-align: center;
    margin-bottom: 20px; }
  .gallery .col {
    width: 30%;
    margin: 5px;
    display: inline-block;
    padding: 10px; }
    .gallery .col img {
      width: 100%; }
    .gallery .col:nth-child(1) img {
      border: 4px solid #9a0505; }
    .gallery .col:nth-child(2) img {
      border: 5px solid #33339e; }
    .gallery .col:nth-child(3) img {
      border: 4px solid #d68a00; }
    .gallery .col:nth-child(4) img {
      border: 4px solid #4da74d; }
    .gallery .col:nth-child(5) img {
      border: 4px solid #84255e; }
    .gallery .col:nth-child(6) img {
      border: 4px solid #6a7724; }

footer {
  background: #2d55aa;
  padding: 50px 0px;
  position: relative;
  z-index: 99;
  color: #fff;
  overflow: hidden;
   /* &:before {
    content: "";
    width: 50%;
    height: 100%;
    background: url(https://webapi.entab.info/api/image/SJSBHANU/public/Images/logo-white.png);
    position: absolute;
    top: 0;
    left: 0;
}*/ }
  footer p {
    border: 1px solid #4e75c7;
    text-align: center;
    padding: 2px; }
  footer h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 21px;
    line-height: 33px; }
    footer h3 span {
      color: #e0af28; }
    footer h3 img {
      width: 28%;
      margin: auto;
      float: left;
      margin-right: 17px; }
  footer ul li {
    padding: 8px 14px;
    font-size: 19px;
    list-style-type: none; }
    footer ul li i {
      font-size: 24px;
      margin-right: 9px; }
    footer ul li a {
      color: #fff;
      text-decoration: none; }

.copyright {
  font-size: 14px;
  padding: 5px;
  background: #0f3075;
  color: #fff; }

canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes vibrate {
  0% {
    transform: rotateZ(138deg) rotatex(179deg); }
  100% {
    transform: rotateZ(216deg) rotatex(178deg); } }
@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1.1); }
  100% {
    transform: translate(-50%, -50%) scale(1.5); } }
@keyframes bounce {
  0% {
    top: 93%; }
  100% {
    top: 96%; } }
@keyframes arrow-wid {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.banner img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center; }

.breadcrumb {
  margin: 15px 0px 20px 0px; }
  .breadcrumb .breadcrumb-item a {
    color: #e729cf !important;
    font-weight: 600; }
  .breadcrumb li.breadcrumb-item {
    color: #000000;
     }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #2d55aa; }

.content-inner {
  min-height: 600px;
  padding: 20px 0px 30px 0px; }
  .content-inner p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px; }
  .content-inner h1 {
    font-size: 40px;
    color: #000000;
    padding: 10px 0px; text-transform: capitalize;}
  .content-inner table thead tr th {
    color: #2d55aa; }
  .content-inner .subjectoffer {
    font-size: 22px;
    color: #2d55aa;
    padding: 10px 0px;
    margin-bottom: 5px; }
  .content-inner .msgbox {
    background: #2d55aa38;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    padding: 10px 20px 100px 10px;
    border-radius: 10px; }
  .content-inner .principlemsg img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    border-radius: 280px;
    box-shadow: 5px 4px 9px 4px #2d55aa5c;
    margin-top: 80px;
    max-width: 300px;
    min-width: 300px;
    min-height: 300px;
    max-height: 300px; }
  .content-inner .rhtimg {
    margin-top: -60px;
    margin-right: -30px; }
  .content-inner .lftimg {
    margin-top: -60px;
    margin-right: 30px; }

/*Year Selection*/
.month-selection ul {
  text-align: center;
  padding-left: 0px; }

div[data-trigger] {
  display: none; }

.myDiv {
  display: none; }

.selected_year {
  display: block; }

#ddlYear {
  border: solid 3px #5589f7;
  color: #fff;
  height: 40px;
  padding: 5px 0px 5px 10px;
  margin-top: -10px;
  background: #2d55aa;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 1px;
  width: 14.7em;
  font-size: 18px; }
header .logo p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 6px;
}
.year_selction_sec select {
  margin: 0px; }

.year_selction_sec select {
  width: 100%;
  background: #c30038;
  border: solid 1px #c30038;
  height: 28px;
  color: #fff;
  margin-top: 15px; }

.myDiv {
  height: auto !important; }

.ui-tabs-vertical {
  height: auto !important;
  min-height: 500px; }

.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 13em;
  margin: 0px 15px 0px 0px; }

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0; }

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block; }

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px; }

.ui-tabs-vertical .ui-tabs-panel {
  padding: 10px 5px 0px 50px; }


.innertabdiv {
  margin-top: -55px;
  margin-bottom: 55px; }

.innertabdiv .table {
  margin: 0px; }

.innertabdiv .table tr td {
  border: 1px solid #e7c9c8;
  border-top: 1px solid #e7c9c8 !important; }

.innertabdiv .innertable.table-responsive.maintable {
  padding: 5px 20px; }

.innertabdiv .innertable {
  overflow: auto;
  color: #753400; }

.innertabdiv .innertable td {
  border: solid 1px #d9d9d9;
  padding: 5px;
  font-size: 14px;
  color: #333; }

.innertabdiv .innertable th {
  background: #054c31;
  border: solid 1px #fcf4ff;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal; }

.innertabdiv .innertable tr {
  background-color: #fffbf2; }

.innertabdiv .viewbtn {
  float: right;
  background: #2d55aa;
  color: #fff;
  padding: 6px 25px;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 15px; }

.innertabdiv .viewbtn:hover, .viewbtn:focus, .viewbtn:focus:active {
  color: #fff;
  outline: none; }

.innertabdiv .viewall {
  margin: 15px auto 10px auto;
  display: block;
  background: #2d55aa;
  color: #fff;
  padding: 0px 25px;
  font-size: 16px;
  border-radius: 4px; }

.innertabdiv .viewall:focus:active {
  outline: none; }

.innertabdiv a.viewpdf, .innertabdiv a.downloadpdf {
  background: #064c31;
  padding: 3px  10px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  margin: 0px 15px 0px 0px; }

.innertabdiv .innertable td:nth-child(3), .innertable td:nth-child(4) {
  text-align: center; }

/*Inneer News CSs*/
.news-inner .year_selction_sec {
  margin-bottom: 65px; }

.singleimg {
  width: 100%;
  border: 2px solid #b1caff;
  min-height: 230px;
  height: 230px;
  max-height: 230px;
  object-fit: cover;
  margin-left: 15px; }

.singleimgicn {
  text-align: left;
  position: relative;
  bottom: 232px;
  left: 3px; }

.singleimgicn .bi-paperclip::before {
  transform: rotate(-196deg); }


.latestcontent h4 {height: 40px;overflow: hidden;font-family: FiraSans-Regular;}
.latestcontentdesc {overflow: hidden;line-height: 26px;font-weight: normal;font-size: 15px;color: #383838;display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;min-height: 65px;}
.latestcontent .viewbtn {margin-left: 13px;float: left;}
.latestcontent a, .rhtalign a{color:#000;}

.latestcontent {
    background: #e0e8f9;
padding: 15px;margin-bottom: 20px;}
.rhtalign{background: #ffffff;padding: 15px;margin-bottom: 20px;border: solid 1px #eee;box-shadow: 0px 0px 5px 0px #0b4d34;}
.rhtalign .viewall {float: left;}

.lftalign img {
    margin: 0px 0px 20px 0px;
}

.lftalign .maininnerimg {
    border: 2px solid #a230385e;
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
}

.rhtalign h4 {
    
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    
    font-family: FiraSans-Regular;
color: #2d55aa;display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;min-height: 50px;}
.news-inner p.date span {float: right;text-align: right;margin-left: 20px;}
    

.singleimgicn {
  text-align: left;
  position: relative;
  bottom: 232px;
  left: 3px; }

.singleimgicn i {
  position: absolute;
  background: #2d55aa;
  overflow: hidden;
  padding: 4px 7px 4px 7px;
  font-size: 18px;
  color: #fff;
  transform: rotate(45deg); }

.singleimgicn .bi-paperclip::before {
  transform: rotate(-196deg); }

.iconbox {
  text-align: left;
  position: relative;
  bottom: 174px;
  left: -6px; }

.iconbox a {
  color: #fff; }

.iconbox i {
  position: absolute;
  background: #2d55aa;
  overflow: hidden;
  padding: 4px 7px 4px 7px;
  font-size: 18px;
  color: #fff;
  transform: rotate(45deg); }

.iconbox .bi-paperclip::before {
  transform: rotate(-196deg); }

.load-data .holder, .load-data1 .holder1, .load-data2 .holder2 {
  display: block; }

.load-data .btnHolder {
  display: block;
  bottom: 0;
  width: 100%;
  margin: -40px auto;
  text-align: center;
  position: absolute;
  left: 0; }

.load-data .btnHolder button:focus {
  outline: none; }

.btnHolder .btnMore {
  display: block;
  margin: 0 auto;
  padding: 5px 20px;
  border: 2px solid #b1caff;
  background: #fff;
  color: #000; }

.btnHolder .btnMore:focus:active {
  border: 2px solid #e9821a;
  background: #fff; }

.underline {
  margin: 18px 0px;
  position: relative;
  background: #b1caff;
  width: 100%;
  height: 1px; }

.custom-btn {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px #ffffff80, 7px 7px 20px 0px #0000001a, 4px 4px 5px 0px #0000001a;
  outline: none; }

.viewall {
  background: #2d55aa;
  background: linear-gradient(0deg, #e9821a 0%, #ef2d39 100%);
  width: 95px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none; }

.viewall span {
  position: static;
  display: block;
  width: 100%;
  height: 100%; }

.viewall:before, .viewall:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #2d55aa;
  transition: all 0.3s ease; }

.viewall:before {
  height: 0%;
  width: 2px; }

.viewall:after {
  width: 0%;
  height: 2px; }

.viewall:hover {
  background: #fff;
  box-shadow: none; }

.viewall:hover:before {
  height: 100%; }

.viewall:hover:after {
  width: 100%; }

.viewall span:hover {
  color: #2d55aa; }

.viewall span:before, .viewall span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #2d55aa;
  transition: all 0.3s ease; }

.viewall span:before {
  width: 2px;
  height: 0%; }

.viewall span:after {
  width: 0%;
  height: 2px; }

.viewall span:hover:before {
  height: 100%; }

.viewall span:hover:after {
  width: 100%; }

h3.headtitle {
  padding-left: 12px;
  font-size: 25px;
  font-weight: 600; }

/*Inner Gallery section*/
.image-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border-top: 2px dashed #2d55aa;
  border-right: 2px dashed #996007;
  border-left: 2px dashed #996007;
  border-bottom: 2px dashed #2d55aa;
  padding: 10px;
  animation: spin 10s infinite linear;
  margin: 0px auto 20px auto; }

.image-circle img {
  animation: spin 10s infinite reverse linear;
  width: 100%;
  border-radius: 50%; }

@keyframes spin {
  100% {
    transform: rotate(1turn); } }
.galleryimg {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: top;
  min-height: 230px;
  max-height: 230px;
  margin: 0 auto;
  display: block; }

.innertitle {
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600; }

.innertitle, .innerdate {
  text-align: center; }

/*Pagination CSS*/
.paginationli ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.paginationli ul li {
  display: inline-block;
  width: 32%; 
  margin-top: 40px;
  margin-bottom: 15px; }

.showBioBtn {
  background-color: #337ab7;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px; }

/*Pagination CSS*/
#page_navigation {
  clear: both;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

#page_navigation a {
  padding: 3px 6px;
  border: 1px solid #2d55aa;
  margin: 2px;
  color: black;
  text-decoration: none; }

.active_page {
  background: #2d55aa;
  color: white !important; }

/*Pagination CSS End*/
/*Gallery Category page*/
.evntdate, .lastdate, .totalphoto {
  background: #2d55aa;
  color: #fff;
  display: block;
  margin: 0px auto 15px auto;
  box-shadow: 5px 4px 0px 0px #82aaff;
  border-radius: 35px 0px 35px 0px;
  padding: 7px 30px;
  width: 260px; }

.innercate .col p {
  padding: 0px 5px; }

.evntdate:hover, .lastdate:hover, .totalphoto:hover {
  color: #fff; }

.zoompic img {
  width: 100%;
  height: 322px;
  object-fit: cover;
  object-position: top;
  min-height: 322px;
  max-height: 322px;
  margin: 10px auto 20px auto;
  display: block;
  border: 5px solid #82aaff;
  border-radius: 25px 25px 25px 25px; }

.innercate .morecontent div {
  display: none; }

.innercate .morecontent a {
  text-decoration: unset;
  display: inline-block;
  color: #2d55aa;
  font-size: 21px; }

.back {
  margin: 10px auto 10px auto;
  display: block;
  text-align: center; }

.back a {
  background: #2d55aa;
  color: #fff;
  padding: 1em 1.3em;
  border-radius: 50%;
  text-align: center; }

.innercate .col h4 {
  text-transform: uppercase;
  padding: 31px 0px 5px 0px !important;
  font-weight: 600; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

/*Magnify pop up*/
.magnify-modal {
  position: fixed !important;
  z-index: 999999999 !important;
  padding-top: 10px !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  background-color: #000 !important; }

.magnify-header .magnify-toolbar {
  float: right;
  position: relative;
  z-index: 9; }

.magnify-stage {
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 40px;
  left: 10px;
  z-index: 1;
  background: #0000000a;
  overflow: hidden; }

.magnify-image {
  position: relative;
  display: inline-block;
  border: 5px solid white; }

.magnify-image.image-ready {
  max-width: 100%;
  max-height: 100%; }

.magnify-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center; }

.magnify-footer .magnify-toolbar {
  display: inline-block; }

.magnify-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  background: #af251b; }

.magnify-button:hover {
  color: #fff;
  background-color: #e00000; }

.magnify-button-close:hover {
  background-color: #e00000; }

.magnify-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: #000;
  color: #333; }

.magnify-loader::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: #00000080 #00000080 #00000080 #ffffff80;
  border-radius: 100%;
  -webkit-animation: magnifyLoading 1s infinite linear;
  animation: magnifyLoading 1s infinite linear; }

.magnify-loader::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden; }

@-webkit-keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }
@keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }


.magnify-toolbar.magnify-foot-toolbar button i {
  color: #fff;
  font-size: 20px; }

/*Magnify pop up*/
/*Inner Event section*/
.events-sec .date {
  line-height: 15px;
  margin-bottom: 10px !important; }

.events-sec p span i {
  color: #2d55aa;
  padding-right: 5px; }

.events-sec p {
  margin-bottom: 10px !important;
  font-size: 14px; }

.events-sec span .eve-time-loc {
  padding-right: 10px; }

.events-sec .load-data .btnHolder {
  display: contents; }

/*Inner Event section*/
/*Inner highlights*/
.iner-highlight p a {
  background: #2d55aa;
  padding: 5px 5px;
  color: white; }

.news-inner p.date {
  font-size: 14px; margin-top: 5px;}

.iner-highlight p {
  margin-bottom: 10px !important; }

.load-data {
  position: relative; }


.content-box {
  background: #2d55aa38;
  padding: 40px 20px 120px 20px;
  width: 80%;
  margin-left: 60px;
  position: relative;
  box-shadow: -60px -50px 1px 0px #eb29cf2b;
  margin-top: 60px; }

.schoolcommitee {
  border: 1px solid #ccc; }
  .schoolcommitee th, .schoolcommitee td {
    border: 1px solid #ccc; }

.committee {
  line-height: 36px;
  font-size: 16px; }
  .committee li {
    position: relative;
    list-style: none; }
    .committee li:before {
      content: "•";
      position: absolute;
      left: -1em;
      color: #e755db; }


.imghover {
  box-shadow: 11px 11px 1px 1px #2d55aa2b;
  transition: all 0.2s ease-in; }

.imghover:hover {
  box-shadow: 11px 11px 1px 1px #2d55aa70; }

.btn-primary {color: #fff;background-color: #0b5ed7;border-color: #0a58ca;margin-top: 20px;position: relative;z-index: 9;}
.modal{z-index:99999999;}
.modal-dialog { max-width:900px !important;}
.carousel-control-prev-icon { background-image: url('https://webapi.entab.info/api/image/SJSBHANU/public/Images/left.png') !important; height: 1rem;}
.carousel-control-next-icon {background-image:url('https://webapi.entab.info/api/image/SJSBHANU/public/Images/right.png') !important;height: 1rem;}
.modal-content .carousel-control-prev, .modal-content .carousel-control-next{top:57px;}
.modal-body img {margin: 0 auto;display: block;width: 100%;height: 500px;}
.modal-header{background: #2d55aa;}
.modal-content .btn-primary{display: inline-block;background-color: #282f8e;border-color:#ffffff;color: #fff;margin: 0px;}
.modal-content p{display: block;text-align: left;} .modal .card:hover::before{background-color: inherit;top: inherit;color: inherit;position: inherit;}
.modal-header h1{margin-bottom:0;line-height:20px;font-size:20px;color: #fff;} 
.btn-close {padding:0px 15px 0px 15px;color:#fff !important;}
.btn-close:focus{box-shadow:none;}
.modal-header .btn-close{border: solid 1px #fff;}
.modal-content .carousel-control-prev,.modal-content .carousel-control-next{ width:3%; }
.modal-dialog .carousel-control-next-icon { height: 3rem; background: #fff; border: solid 1px #e1e1e1; background: url(https://webapi.entab.info/api/image/SJSBHANU/public/Images/right.png) 0% 16px no-repeat #ffe000 !important; }
.modal-dialog .carousel-control-prev-icon { background-image: inherit; height: 3rem; background: #fff; border: solid 1px #e1e1e1; background: url(https://webapi.entab.info/api/image/SJSBHANU/public/Images/left.png) 0% 16px no-repeat #ffe000 !important; }

.online-reg{
    position: absolute;
    z-index: 9;
    right: 170px;
    background: #e1009e;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    }
.online-reg h3{font-size: 19px;margin: 0px;}
.online-reg h3 a {color:#fff;text-decoration: none;}
.online-reg i{color: #ffffff;
    width: 37px;
    height: 30px;
    border-radius: 100%;
    margin-left: 15px;}
    .online-reg img{width:30px;display: inline-block;}


    .yearsec select#ddlYear {
      float: right;
      width: max-content;
      display: block; 
      padding: 0.375rem 2.25rem 0.375rem 0.75rem;
      margin-bottom: 10px;
  }
  .load-more .next {
      display: inline-block;
      color: #de201e;
  }  
  .load-more {
      display: block;
      text-align: center;
  }
  .load-more .next {width: max-content;background:linear-gradient(180deg, #0068bf 50%, #1c2944 100%);color: #fff;padding: 6px 14px;border-radius: 6px;margin: auto;cursor: pointer;}
   .month-selection select.monthSelect, .month-selection select, .searchBox input {width: 90%;padding: 10px 11px;border: 0px;border-bottom: 1px solid #ddd;border-radius: 5px;}
  
   .tabs-dynamic {margin-bottom: 40px;background: #f1f1f1;padding: 15px;}
   .count-val p { margin-bottom: 0;}
   .event-head {
    box-shadow: 0px 0px 13px 2px rgb(232 232 232);
    border: 1px solid #efefef;
    background: #e6e6e6;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 23px;
    display: block;
    position: relative;
}

.event-head .date {
    width: 70px;
    height: 50px;
    background: #0393dc;
    margin-top: -50px;
    z-index: 999999;
    position: absolute;
    right: 0;
    bottom: 0;
}

.event-head .imgbox {
    position: relative;
}

 
.event-head .date p {
    line-height: 19px;
    color: white;
    font-size: 20px;
    padding: 6px 5px;
    text-align: center;
    font-weight: bold;
}

.event-head .content-box h4 {
    margin-top: 15px;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.event-head .imgbox img {
    height: 160px;
    width: 100%;
    margin: 0 auto;
}

.event-head .content-box p { 
    margin: 0 auto;
    line-height: 30px; 
}

.event-head .content-box h6 {
    font-size: 13px;
    line-height: 15px;
    color: #808080;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: normal;
}

.event-head .content-box h6 a {
    color: #585858;
}

.event-head .content-box h6 a:hover {
    color: #0393dc;
}

.inner-eve .content-box  {
  overflow: auto;
  height: 150px;
  -webkit-line-clamp: 3;
  scroll-behavior: smooth;
  background: no-repeat;
  padding: 0;
  width: 100%;
  margin-left: 0;
  box-shadow: none;
  margin-top: 0;
}
.inner-eve .content-box::-webkit-scrollbar {
  width: 4px;
}

.inner-eve .content-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}


.inner-eve .content-box::-webkit-scrollbar-thumb {
  background: #0393dc;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut {0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled + .owl-dots{margin-top:10px}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;display:inline;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

@media (max-width: 1600px) 
{
    header .header-menu ul li {
    padding: 0px 5px 19px;
    }
  header .logo h1 {
    font-size: 26px; } }
@media (max-width: 1400px) {
  footer h3 {
    font-size: 18px; }

  .event-news .event .event-blk img {
    width: 100%;
    height: 244px; }

  h3 {
    font-size: 32px; }

  p {
    font-size: 15px; }

  header .header-menu ul li {
    margin: 5px 0px 0px;
    padding: 0px 5px 19px;
    font-size: 17px; }

  .slider-section {
    height: 600px; }
    .slider-section .text-heading h3 {
      width: max-content;
      background: #fff;
      font-size: 24px;
      padding: 20px;
      border-left: 5px solid #1f479e;
      box-shadow: -5px 0px 5px 2px #a9a9a991;
      line-height: 44px; }
    .slider-section .demo img {
      height: 600px !important; }

  .about-section:before {
    content: "";
    width: 400px;
    height: 400px;
    left: -20%;
    top: 35%; }

  .about-section {
    padding: 40px 0px 40px; }
    .about-section p {
      line-height: 26px;
      margin-bottom: 10px; }

  .event-news {
    padding: 50px 50px 20px; }

  .about-section .read-more-about {
    right: -150px; }

  header .header-details ul li {
    min-width: 89px; }

  footer ul li {
    padding: 8px 14px;
    font-size: 16px;
    list-style-type: none; }
    footer ul li i {
      font-size: 22px;
      margin-right: 7px; }

  .gallery .gal-img {
    height: 224px; } }
@media (max-width: 1200px) {
  .paginationli ul li {
    display: inline-block;
    width: 48%; }

  header .logo img {
    width: 118px; }

  header .logo h1 {
    font-size: 17px; }

  header .header-details ul li {
    margin-right: 5px;
    color: #fff;
    min-width: 88px;
    padding: 5px 9px; }

  header .logo {
    width: 445px;
    }

  header .header-menu ul li {
    margin: 5px 0px 0px;
    padding: 0px 4px 20px;
    font-size: 15px; }

  header {
    padding: 16px 15px 0px; }

  .slider-section .text-heading h3 {
    font-size: 22px;
    padding: 17px 27px; }

  .slider-section .text-heading img {
    width: 300px; }

  .slider-section, .slider-section .demo img {
    height: 560px !important; }

  .about-section:before {
    left: -36%; }

  footer ul li {
    padding: 6px 14px;
    font-size: 15px; }

  .gallery .gal-img {
    height: 222px; } }
@media (max-width: 991px) {
  .image-circle {
    width: 200px;
    height: 200px; }

  .galleryimg {
    height: 180px;
    min-height: 180px;
    max-height: 180px; }

  footer p {
    border: none;
    text-align: left; }

  header .logo h1 {
    font-size: 23px; }

  header .logo h1 span {
    display: block; }

  header .header-details {
    justify-content: center; }

  header {
    flex-direction: column; }

  header .logo {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 12px; }

  .about-section {
    background: none; }

  .about-section .read-more-about {
    right: -150px;
    position: static;
    margin: auto;
    top: unset;
    margin-top: 50px; }

  .other-details-head .findTab .hide {
    display: flex; }

  ul.findTab.right-side {
    display: none; }

  .other-details-head .findTab li {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    background: #ececec;
    width: auto;
    margin: 16px;
    justify-content: center;
    padding: 18px;
    position: relative;
    transition: 0.5s;
    border-radius: 4px;
    float: left; }

  .other-details-head ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap; }

  .other-details-head .findTab li p {
    margin-bottom: 0;
    font-size: 22px; }

  .gallery .col {
    width: 47%; }

  footer ul {
    padding-left: 0px; }

  .slider-section, .slider-section .demo img {
    height: 464px !important; }

  footer ul li {
    padding: 6px 0px; } }
@media (max-width: 767px) {.online-reg h3{font-size:14px;}.modal-body img{height:300px;}
  .latestcontent h4 {
    height: auto; }

  .innertabdiv .innertable.table-responsive.maintable {
    padding: 0; }

  .month-selection ul li {
    display: inline-block;
    width: 53px; }

  .month-selection {
    width: 100%;
    margin-bottom: 50px; }

  #ddlYear {
    width: 100%; }

  header .menu .sub-menu {
    position: static;
    box-shadow: none;
    background: #f7f7f7; }

  .about-section {
    padding: 60px 20px 40px; }

  .slider-section, .slider-section .demo img {
    height: 254px !important; }

  .menu > img {
    display: block !important;
    width: 45px;
    float: right;
    margin-bottom: 5px; }

  header .header-details ul {
    margin-bottom: 4px; }
    header .header-details ul li {
      font-size: 12px; }

  header .logo h1 {
    text-align: center; }
  header .header-menu {
    width: 100%;
    position: absolute;
    right: -162%;
    z-index: 99;
    padding: 0px 20px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 1px 8px 5px -8px #000;
    margin-top: 50px;
    border-bottom: 2px solid #000; }
    header .header-menu ul {
      display: unset !important; }
      header .header-menu ul li {
        padding: 9px 4px 10px;
        width: 100%; }
  header .header-menu.active {
    right: 0; }

  .slider-section .text-heading img {
    display: none; }

  .slider-section .text-heading {
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    }

  header .header-menu ul li:hover.sub-menu ul {
    margin-top: 18px; }

  .rhtimg {
    margin-top: 0px !important;
    margin-right: 0px !important; }

  .lftimg {
    margin-top: 0px !important;
    margin-right: 0px !important; } }
    @media (max-width: 550px) {
    .inner-eve .event-head .date {
      left: 190px;
  }
    }
@media (max-width: 550px) {
  .paginationli ul li {
    width: 100%;
    float: none; }

  header .logo h1 {
    font-size: 19px; }

  header .logo img {
    width: 95px; }

  header .header-details ul li {
    min-width: 48%;
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .other-details-head .findTab li {
    width: 90%; }

  .other-details-content {
    display: none; }

  .gallery .col {
    width: 100%; } }
@media (max-width: 400px) {
  header .logo img {
    width: 65px; }

  header .header-details ul li {
    min-width: 41%; } }

