* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0px;
  padding: 0px;
background-color: #efefef;}

  .section-box{
    background-color: #fff;
    width: calc(100% - 20px) !important;
    margin: 20px 10px;
    padding: 30px 20px;
  }
.holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.gallery img{
  width: 100%;
}
.gallery .grid .grid-item{
  width: calc(100% / 3 - 20px);
  margin: 10px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media only screen and (max-width: 750px) {
.gallery .grid .grid-item{
  width: calc(100% / 2 - 20px);
}
}
@media only screen and (max-width: 500px) {
.gallery .grid .grid-item{
  width: calc(100% - 20px);
}
}
.section-heading {
  text-align: center;
  font-weight: 900;
  font-size: 3.8em;
  margin: 100px 0px; }

.grid {
  max-width: 1100px;
  width: 100%; }
.dropdown-content {
   overflow-y: visible;
}

.nested{
   margin-left: 100%;
}
.half-border span {
  padding-bottom: 10px;
  position: relative;
  display: inline-block; }

.half-border span:after {
  position: absolute;
  content: '';
  height: 3px;
  background-color: rgba(0, 0, 0, 0.87);
  width: 50%;
  margin: 0 auto;
  clear: both;
  bottom: 0;
  left: 0; }

.layout-padding {
  padding: 20px 0px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.marquee {
  overflow: hidden; }

.search {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search .search-btn {
    padding: 0px;
    cursor: pointer;
    width: 60px;
    text-align: center;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    font-size: 20px; }
  .search .search-btn:hover {
    background-color: #ddd; }

#main-search {
  width: 100%;
  padding: 0px 30px;
  font-size: 20px;
  letter-spacing: 2px; }

#main-search, .search-btn {
  height: 60px;
  color: #33475b;
  line-height: 60px;
  border: none;
  background-color: #fff; }

button:focus {
  outline: none; }
.left-section{
  width: 66%;
}
.right-section{
  width: 34%;
}
.no-flex{
  display: block !important;
}
.align-center{
  text-align: center;
}
#home {
  width: 100%;
  padding: 10px;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #home .home-notice {
    width: 400px;
    position: relative;
    overflow: hidden;
    /*
    background-color: rgb(1, 61, 29);
    border-style: solid;
    border-width: 10px;
    border-radius: 0px;
    border-color: #68321a;
    */ }
    #home .home-notice img {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10; }
    #home .home-notice .noticeboard-content {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 11; }
    #home .home-notice .board-more {
      position: absolute;
      bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      z-index: 12;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #home .home-notice .board-more a {
        background-color: transparent;
        border: 1px solid #fff; }
      #home .home-notice .board-more a:hover {
        background-color: #fff;
        color: #000; }
    #home .home-notice .home-notice-heading {
      color: #fff;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 20px;
      padding: 30px 20px;
      padding-bottom: 10px;
      text-align: center; }
    #home .home-notice .news-box-holder {
      padding: 0px 30px;
      height: 56%;
      overflow: hidden; }
      #home .home-notice .news-box-holder a {
        color: #fff; }
      #home .home-notice .news-box-holder li {
        padding: 10px 0px;
        list-style: none;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      #home .home-notice .news-box-holder li:hover {
        text-decoration: underline; }
  #home .home-slider {
    width: 100%;
    /*jssor slider bullet skin 032 css*/
    /*jssor slider arrow skin 051 css*/ }
    #home .home-slider .jssorl-009-spin img {
      -webkit-animation-name: jssorl-009-spin;
      animation-name: jssorl-009-spin;
      -webkit-animation-duration: 1.6s;
      animation-duration: 1.6s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

@-webkit-keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    #home .home-slider .jssorb032 {
      position: absolute; }
    #home .home-slider .jssorb032 .i {
      position: absolute;
      cursor: pointer; }
    #home .home-slider .jssorb032 .i .b {
      fill: #fff;
      fill-opacity: 0.7;
      stroke: #000;
      stroke-width: 1200;
      stroke-miterlimit: 10;
      stroke-opacity: 0.25; }
    #home .home-slider .jssorb032 .i:hover .b {
      fill: #000;
      fill-opacity: .6;
      stroke: #fff;
      stroke-opacity: .35; }
    #home .home-slider .jssorb032 .iav .b {
      fill: #000;
      fill-opacity: 1;
      stroke: #fff;
      stroke-opacity: .35; }
    #home .home-slider .jssorb032 .i.idn {
      opacity: .3; }
    #home .home-slider .jssora051 {
      display: block;
      position: absolute;
      cursor: pointer; }
    #home .home-slider .jssora051 .a {
      fill: none;
      stroke: #fff;
      stroke-width: 360;
      stroke-miterlimit: 10; }
    #home .home-slider .jssora051:hover {
      opacity: .8; }
    #home .home-slider .jssora051.jssora051dn {
      opacity: .5; }
    #home .home-slider .jssora051.jssora051ds {
      opacity: .3;
      pointer-events: none; }

.slide .bx-wrapper {
  border-width: 0px; }
  .slide .bx-wrapper img {
    width: 100%;
    height: 100%; }

.blur {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.caption-holder {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.caption {
  font-weight: 900;
  font-size: 3.8em;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: sans-serif;
  line-height: 110%; }

header {
  background-color: #fff;
  height: 170px; }
  header .margin-grid {
    width: 100%;
    max-width: 1100px; }
  header .desk-nav-holder {
    border-top: 1px solid #ddd; }
  header .header-top {
    height: 105px; }
    header .header-top .img {
      height: 100%; }
      header .header-top .img img {
        height: 115%; }
    header .header-top .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: inherit;
      padding: 20px 0px;
      color: #000; }
    header .header-top .text-center {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    header .header-top .text {
      padding-left: 5px; }
      header .header-top .text h1 {
        margin: 0px;
        font-size: 1.6rem; }
    header .header-top .naac {
      font-size: 12px; }
  header .header-nav nav {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none; }
    header .header-nav nav li {
      text-transform: capitalize; }
    header .header-nav nav i {
      font-size: 16px; }
    header .header-nav nav a {
      color: #000; }
    header .header-nav nav .sidenav-trigger {
      color: #000;
      margin: 0px;
      padding: 0px 20px; }
.lib-btn{
  height: 0px !important;
  line-height: 0px !important;
}
 header nav ul a{
font-size: 0.9rem;
}
.close-menu {
  display: none; }

.view-btn {
  background-color: #2196F3; }

.download-btn {
  background-color: #FF9800;
  margin-left: 20px; }

.view-btn:hover {
  background-color: #28b4ff; }

.download-btn:hover {
  background-color: #ffb600; }

.sidenav {
  color: #000;
  padding-top: 40px;
  text-transform: capitalize; }
  .sidenav .db-click-btn {
    width: 100%; }
    .sidenav .db-click-btn .flex {
      width: 100%; }
      .sidenav .db-click-btn .flex .abts-btn {
        width: 100%; }
  .sidenav a {
    color: #000 !important;
    display: block;
    width: 100%;
    padding: 0px 13px; }
  .sidenav .collapsible-body a {
    padding: 0px 40px; }
  .sidenav li > a {
    color: inherit; }
  .sidenav .db-button {
    height: 48px;
    line-height: 28px;
    width: 48px;
    text-align: right; }
    .sidenav .db-button i {
      width: auto;
      line-height: 48px;
      margin-right: 0px;
      font-size: 18px; }

footer {
  background-color: #000;
  color: #fff !important; }
  footer .half-border span:after {
    height: 2px;
    background-color: #fff; }
  footer ul {
    margin: 0px;
    padding: 0px; }
    footer ul li {
      list-style: none; }
  footer a {
    color: inherit; }
  footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0px;
    letter-spacing: 1px; }
    footer .footer-top .contact-detail {
      width: 30%; }
      footer .footer-top .contact-detail .details {
        margin-top: 20px;
        width: 90%;
        margin-bottom: 40px; }
        footer .footer-top .contact-detail .details .row {
          margin: 0px;
          margin-bottom: 5px; }
          footer .footer-top .contact-detail .details .row .input-field {
            padding: 0px;
            margin: 0px; }
            footer .footer-top .contact-detail .details .row .input-field input, footer .footer-top .contact-detail .details .row .input-field textarea {
              width: 100%;
              color: #fff; }
            footer .footer-top .contact-detail .details .row .input-field label {
              left: 0px; }
        footer .footer-top .contact-detail .details button {
          margin-top: 10px; }
    footer .footer-top .links-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-top: 80px;
      text-transform: capitalize; }
      footer .footer-top .links-holder .link {
        padding: 0px 10px;
        width: 40%;
        line-height: 35px; }
        footer .footer-top .links-holder .link a {
          -webkit-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
        footer .footer-top .links-holder .link a:hover {
          text-decoration: underline; }
  footer .footer-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .footer-mid .logo {
      height: 200px; 

    }
      footer .footer-mid .logo img {
        height: 100%; }
  footer .footer-bottom {
    padding: 30px 0px; }
    footer .footer-bottom .cpy {
      text-align: center;
      text-transform: uppercase; }

.margin-box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.margin-box {
  width: 90%;
  max-width: 1170px; }

.contact-mob {
  display: none; }



@media only screen and (max-width: 1200px) {
  #home {
    display: block; }
    #home .home-slider {
      width: 100%; }
    #home .home-notice {
      width: calc(100% - 40px);
      height: 390px;
      margin: 40px 20px;
      margin-bottom: 0px; }
      #home .home-notice .news-box-holder {
        padding: 10px 30px;
        text-align: center;
        height: auto;
        overflow: none; }
      #home .home-notice .board-more {
        bottom: 50px; } }
        .lib-btn-color{
          background: #141E30;  /* fallback for old browsers */
          background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
          background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
          color: #fff !important;
        }
  .lib-btn-margin a{
    margin: 0px 20px;
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
@media only screen and (max-width: 1132px) {
  header .header-top {
    padding: 0px 20px; } }

@media only screen and (max-width: 1000px) {
  header .sidenav-trigger {
    width: 100%; }
  header .menubar .text {
    font-size: 16px;
    display: inline-block; }
  footer {
    text-align: center; }
    footer .footer-top {
      display: block;
      padding-bottom: 30px; }
      footer .footer-top .box {
        width: 100%;
        padding: 20px 0px; }
        footer .footer-top .box .half-border::after {
          right: 0; }
      footer .footer-top .contact-detail .details {
        width: 100%; }
        footer .footer-top .contact-detail .details .row {
          margin-bottom: 20px; }
        footer .footer-top .contact-detail .details .row .input-field label {
          left: .75rem; }
    footer ul li {
      display: inline-block; } }

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center; }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px; }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8; } }

@media only screen and (max-width: 750px) {
  .half-border {
    text-align: center; }
  .half-border span::after {
    right: 0; }
  .search {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 50px; }
  #home .caption {
    font-size: 3.4em; }
  header .mob-head-bar {
    display: block;
    color: #000;
    margin-bottom: 20px; }
    header .mob-head-bar .close-menu {
      color: #000; }
  header .head-bar .notice-holder, header .mob-head-bar .notice-holder {
    display: none; }
  header .head-bar .logo, header .mob-head-bar .logo {
    font-size: 2.0em; }
  header .head-bar .close-menu, header .head-bar .menu, header .mob-head-bar .close-menu, header .mob-head-bar .menu {
    font-size: 20px; }
  header .nav-holder {
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    top: 0px; }
  header .navigation {
    display: block;
    border-radius: 0px;
    padding-top: 0px; }
    header .navigation .nav-section {
      padding: 0px; }
      header .navigation .nav-section .nav-sub-heading {
        padding: 0px; } }

@media only screen and (max-width: 500px) {
  .section-box{
    padding: 20px 10px;
  }
  #home .home-notice .news-box-holder {
    padding: 10px 20px; }
  header .header-top {
    height: 113px; }
    header .header-top .text h1 {
      font-size: 16px; }
    header .header-top .naac {
      font-size: 10px; }
  .section-heading {
    font-size: 3.0em; }
  .search {
    width: 90%;
    margin-left: 5%; }
  #main-search {
    padding: 0px 25px;
    width: calc(100% - 60px); }
  .caption {
    font-size: 2.8em; }
  #home .caption {
    font-size: 3.0em; } }

@media only screen and (max-width: 350px) {
  header .header-top .naac {
    display: none; } }
