@font-face {
  font-family: "RobotoSlab-Regular";
  src: url(../fonts/RobotoSlab-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Roboto-Regular", sans-serif;
  overflow-x: hidden;
  background: white;
  line-height: 25px;
}
a {
  text-decoration: none !important;
  color: #362590;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #381a73;
  text-decoration: underline;
}
p {
  text-align: justify;
  font-size: 16px;
  color: #4c4c4c;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
h1,
h2,
h3 {
  font-family: "RobotoSlab-Regular", serif;
}
h3 {
  font-size: 22px;
}
::-moz-selection {
  background: #4713a7;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #b2923b;
  text-shadow: none;
  color: #fff;
}
.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
.no-mar {
  margin-left: 0px;
  margin-right: 0px;
}
.shadow {
  box-shadow: 0px -4px 5px -1px #d0dbea;
}
.no-img {
  background-image: none !important;
}
#myModal,
#lightbox {
  padding-right: 0px !important;
}
#pportal {
  background: url(https://webapi.entab.info/api/image/SMICEUP/public/images/Campulogo.png)
    no-repeat right top;
  width: 110px;
  height: 88px;
  position: fixed;
  top: 38%;
  right: -2px;
  z-index: 999;
}
.clr25 {
  height: 25px;
  clear: both;
}
.clr10 {
  height: 10px;
  clear: both;
}
.checklist {
  line-height: 30px;
  color: #3a3a3a;
  font-size: 16px;
  text-align: justify;
  margin-left: 25px;
  font-family: "Roboto-Regular", sans-serif;
}
/**********Header***********/
.onreg {
  background: #c5060c;
  padding: 0px 5px 0px 15px;
  margin-right: 5px;
}
.blink {
  animation: blinker 0.9s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
.toplink {
  list-style: none;
  padding-top: 10px;
  margin-bottom: 30px;
}
.toplink li {
  display: inline;
}
.toplink li a {
  color: #ffce3e;
  padding-right: 16px;
  float: right;
  font-size: 16px;
}
.toplink li a:hover {
  color: white;
}
.goToTop .navbar-inverse {
  background: red;
}
.menu-space {
  padding-top: 5px;
}
.no-linehei {
  line-height: 0px;
}
.highlight {
  background: #c5060ced;
  margin-top: -27px;
  position: absolute;
}
.highlight p {
  line-height: 28px;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
.highlight p a {
  color: white;
}
.sld-arow {
  background: #391a73;
  font-size: 18px !important;
  line-height: 31px;
}
.navbar {
  margin-bottom: 0px;
  z-index: 99;
  width: 100%;
}
.height-200 {
  height: 300px;
}
.goToTop {
  top: 0;
  z-index: 11;
  background: red;
  height: 110px;
}
.navbar-nav {
  float: right;
  margin: 0;
}
.navbar-inverse {
  background-color: #000635fc;
  border-color: transparent;
  border-radius: 0px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-size: 17px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 6px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffce3e;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffce3e;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #ffd14c;
}
.navbar-collapse {
  padding-right: 0px;
  margin-right: 13px;
}
.mrqatt {
  color: white;
}
.mrqatt:hover {
  color: #ffce3e;
}
.navbar-nav > li {
  font-size: 16px;
}
.dropdown-menu > li > a {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .toplink {
    padding-top: 5px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 120px;
  }
  .goToTop {
    height: 80px;
  }
  .nav > li > a {
    padding: 10px 7px;
  }
  .navbar-nav > li {
    font-size: 15px;
    display: inline-block;
    float: none;
  }
  .menu-space {
    padding-top: 7px;
  }
}
@media (max-width: 991px) {
  .navbar {
    position: absolute;
  }
  .nav > li > a {
    padding: 10px 10px;
  }
  .toplink {
    padding-top: 26px;
    width: 67%;
  }
}
@media (max-width: 767px) {
  .inrsld img {
    height: 196px !important;
  }
  .navbar-inverse {
    background-color: #000742;
    position: relative;
    height: auto;
  }
  .menu-space {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #000104;
    background: #000742;
    z-index: 9999999;
    position: relative;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .toplink {
    list-style: none;
    padding-top: 0px;
    width: 75%;
    margin-bottom: 25px;
    margin-top: 30px;
  }
}
/*********************************page load MOdal popup*******************************************/
.modalpopup {
  background: rgba(0, 0, 0, 0.87) !important;
}
.popup-cover {
  object-fit: fill;
  object-position: top;
  width: 100%;
  height: 414px !important;
}
.modal-header .close {
  margin-top: -2px;
  color: #fff;
  opacity: 9;
  right: 8px;
  font-size: 25px;
}
.modal-header {
  background: #14216b;
  color: white;
  z-index: 9999999;
  position: relative;
  padding: 7px;
}
.modal-header h4 {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  text-overflow: ellipsis;
}
.modal-pop-content {
  height: auto !important;
}
.modal-area h3 {
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-area p {
  font-size: 19px;
  padding-top: 8px;
}
.modal {
  z-index: 999999999;
}
.modal-body h4 {
  font-size: 18px;
  text-align: center;
}
.modal-body .modal-con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.5em;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 23px;
  padding-top: 2px;
}
.carousel-mar {
  margin-top: 50px;
}
/*****About Us******/
.about-style02 {
  position: relative;
  padding: 0px 0 120px 0;
}
.about-style02 .about-text {
  position: relative;
  background: #f8f8f7;
  padding: 30px 25px 39px 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  top: 60px;
}
.about-style02 .about-text h2 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 25px;
}
.about-style02 .about-text > p {
  margin-bottom: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  height: 17em;
  text-overflow: ellipsis;
}
.about-style02 .about-text a {
  padding: 5px 16px;
}
.about-style02 .about-text h2 span {
  color: #c5060c;
}
.el-btn-regular {
  font-size: 13px;
  color: #000b69;
  background: #ffffff;
  border: 1px solid#000b69;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 500 !important;
  transition: 0.3s ease !important;
  display: inline-block;
  margin-top: 15px;
}
.el-btn-regular:hover {
  border-color: #000b69;
  background: #000b69;
  color: #ffffff;
}
.el-btn-regular:focus {
  border-color: #391a73;
  background: none;
  color: #391a73;
}
.el-btn-regular:active {
  border-color: #391a73;
  background: none;
  color: #391a73;
}
.el-btn-regular:active:focus {
  border-color: #391a73;
  background: none;
  color: #391a73;
}
.about-style02 .about-image {
  position: absolute;
  right: 0;
  z-index: -1;
  min-width: 570px;
}
/*****News Section******/
.news-sec {
  background: url(https://webapi.entab.info/api/image/SMICEUP/public/images/course-bg02.jpg)
    fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
}
.courses {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.blog-excerpt {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 0;
  background: #fff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
  padding: 7px 15px 15px 15px;
}
.blog-excerpt span {
  font-size: 17px;
  font-family: "RobotoSlab-Regular", serif;
  color: #323232;
  transition: 0.3s ease;
}
.blog-excerpt h3 a {
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  text-overflow: ellipsis;
}
.blog-excerpt h3 {
  margin: 10px 10px 10px 0px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1em;
  text-overflow: ellipsis;
}
.blog-excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.3em;
  text-overflow: ellipsis;
}
.single-blog {
  min-height: 350px;
  margin-bottom: 40px;
  position: relative;
}
.single-blog img {
  width: 100%;
  height: 240px;
  object-fit: fill;
  object-position: top;
  border: 1px dashed #ffd03db8;
  box-shadow: 1px 1px 8px 0px #967000;
}
.post-date {
  position: absolute;
  right: 25px;
  top: 24px;
  width: 40px;
  height: 40px;
  background: #e83238;
  border-radius: 100px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  padding-top: 5px;
  border: solid 2px #ffce3e;
}
.post-date:hover {
  color: #ffce3e;
}
.post-date a {
  color: white;
}
.heading {
  text-transform: uppercase;
  margin: 50px 0px 50px 0px;
  font-weight: 600;
  color: white;
  text-align: center;
  font-size: 27px;
}
.heading span {
  color: #fff;
}
.heading a i {
  color: #ffffff;
  padding-left: 10px;
}
/*********testimonial**********/
.testimonial-style02 {
  min-height: auto;
}
.testimonial {
  padding: 60px 0 60px 0;
  background: url(https://webapi.entab.info/api/image/SMICEUP/public/images/testimonial-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}
.testimonial-style02 .ts-left {
  position: relative;
}
.testimonial-style02 .ts-left .client-image {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 38px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.35);
}
.testimonial-style02 .ts-left .client-image img {
  height: 326px;
  width: 248px;
  object-fit: cover;
}
.testimonial-style02 .ts-left .client-content {
  background: #fff;
  width: 78%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 34px 25px 55px 150px;
}
.testimonial-style02 .ts-left .client-content p {
  position: relative;
}
.testimonial-style02 .ts-left .client-content ul.client-rating {
  margin: 20px 0;
}
.client-content h3 {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.21em;
  text-overflow: ellipsis;
  font-weight: bold;
}
.client-content h5 {
  color: #e72a30;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1em;
  text-overflow: ellipsis;
  font-size: 17px;
}
.client-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  height: 12.5em;
  text-overflow: ellipsis;
  margin-top: 21px;
}
.more {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
/*****Events Section******/
.events-sec {
  padding-bottom: 50px;
}
.heading-1 {
  text-transform: uppercase;
  margin: 50px 0px 50px 0px;
  font-weight: 600;
  color: black;
  text-align: center;
  font-size: 27px;
}
.heading-1 span {
  color: #e72a30;
}
.event-date {
  text-align: left;
  position: relative;
  top: 30%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(30%);
  padding-left: 15px;
  /* background: #362590; */
  color: white;
  width: 80px;
}
.event-date h1 {
  font-size: 45px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
}
.event-date h4 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.event-info h3 {
  margin: 15px 0 22px 0;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  color: #323232;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1em;
  text-overflow: ellipsis;
}
.event-info p {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  text-overflow: ellipsis;
  line-height: 26px;
  margin-top: 15px;
}
.event-info h5.event-td span {
  margin-right: 15px;
  font-size: 15px;
  color: #323232;
  transition: 0.3s ease;
}
.event-info h5.event-td span i {
  color: #e72a30;
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.event-td span a {
  color: #323232;
}
.event-info a.erm-btn {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.events-box {
  padding: 10px 0;
  border: solid 1px #ececec;
}
.events-box:hover {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
}
.events-box:hover .event-date h1 {
  color: #1e0056;
}
.events-box:hover .event-info h3 {
  color: #381a73;
}
.events-box:hover .event-info a.erm-btn {
  color: #381a73;
}
.events-box img {
  width: 100%;
  height: 200px;
  object-fit: fill;
  object-position: top;
  background-color: #d4d4d4;
  border: 5px solid #e1dcdc;
}
/***Birthday*****/
.topper-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gray-box {
  /*padding: 10px 10px;*/
  border: 2px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
}
.gray-box h4 {
  padding-top: 4px;
}
.gray-box h4 a {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
}
.gray-box h4 a:hover {
  color: #000000;
  font-weight: 600;
}
.gray-box h5 {
  color: #000000;
  text-align: center;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.gray-box h4 {
  color: #000000;
  text-align: center;
  margin-bottom: 6px;
  text-transform: capitalize;
  font-size: 14px;
}

.tname {
  font-family: "RobotoSlab-Regular", serif;
  color: #000000;
  text-align: center;
  margin-bottom: 1px;
  /* text-transform: ; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-top: 0px;
  margin-top: 8px;
}
.gray-box h6 {
  color: #000000;
  text-align: center;
  margin-top: 0px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.4em;
  font-size: 13px;
  overflow: hidden;
}
.topper-img {
  width: 120px;
  height: 130px;
  object-fit: fill;
  object-position: top;
}
.percent {
  position: absolute;
  bottom: 56px;
  left: 40px;
  background: #ffdd7a;
  font-weight: bold;
  color: #000;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  padding: 8px 17px 3px 6px;
  border-top-right-radius: 50px;
  font-size: 13px;
}
/***Gallery*****/
.gallery-sec {
  padding-bottom: 50px;
}
.gallery-sec img {
  border: solid 1px white;
}
.gcover-1 {
  width: 100%;
  height: 150px;
  object-fit: fill;
  object-position: top;
}
.gcover-2 {
  width: 100%;
  height: 300px;
  object-fit: fill;
  object-position: top;
}
.gcover-1-bg {
  height: 150px;
  background: #dad8d8;
}
.gcover-2-bg {
  height: 300px;
  background: #dad8d8;
}
/****************************Mobile APP**************************/
.footer {
  background: #12173c;
  color: #fff;
}
.contactbg {
  background: #000635;
}
.address ul {
  list-style: none;
}
.address ul li a {
  color: #f3e8e8;
}
.address ul li {
  color: #f3e8e8;
  border-bottom: solid 1px #f7c82b1f;
  padding: 8px;
}
.address li i {
  color: #ffce3e;
  padding-right: 10px;
}
.footer h4 {
  font-size: 18px;
  padding-bottom: 2px;
  padding-top: 13px;
  color: #fdce2e;
  text-align: left;
}
.sociallink ul {
  list-style: none;
}
.sociallink ul li {
  list-style: none;
  display: inline;
  padding-right: 15px;
}
.sociallink ul li a i:hover {
  color: #ffd02a !important;
}
.sociallink ul li i {
  color: #f3e8e8;
}
.quicklink {
  padding: -2px;
}
.quicklink ul {
  list-style: none;
}
.quicklink li a {
  color: #f3e8e8;
}
.quicklink li a:hover {
  color: #ffd02a;
}
.quicklink li i {
  color: #f3e8e8;
  padding-right: 5px;
}
.mobila-app {
  padding: 1px;
}
.mobila-app h3 {
  font-size: 16px;
}
.mobila-app h6 {
  font-size: 15px;
  color: #f3e8e8;
  margin-top: 25px;
}
.list-inline {
  margin: 36px 0 15px;
}
.screen-img {
  width: 100px;
  padding-top: 18px;
  float: right;
}
.copy-right {
  background: #000635;
}
.copy-right p {
  color: #f3e8e8;
  text-align: center;
  margin: 0px;
  line-height: 27px;
  font-size: 13px;
}
.copy-right a {
  color: #f3e8e8;
}
.copy-right a:hover {
  color: #fdce2e;
}
.birth {
  background: #ffdd7a;
  padding: 4px; /* margin-bottom: 60px; */
}
/*--------------------------------------News/Event Inner Page--------------------------------------------------*/
.news_title {
  float: left;
  font-size: 18px;
  font-family: calibri;
  font-weight: 600;
}
.panel-heading {
  background: #fff8e3;
}
.panel a {
  color: #000;
}
.panel-body strong {
  line-height: 47px;
  color: #ab2701;
}
.news_details {
  float: right;
  padding-left: 5px;
}
.clr {
  clear: both;
}
.att-link {
  color: #40403f;
}
.NEI-Cover {
  object-fit: fill;
  object-position: top;
  width: 100px;
  height: 100px;
  float: left;
  margin: 0px 20px 0px 0px;
}
/************************************* parent-portal *******************************************************************/
.head3 {
  color: #20488a;
  font-size: 23px;
  margin-bottom: 20px;
}
.parent-link {
  color: #0f5f20;
  font-weight: 600;
}
.guideheading {
  font-size: 17px;
  text-transform: none;
  color: #0d9032;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.details {
  line-height: 27px;
  font-size: 16px;
  color: #4e4e4e !important;
}
.imgheading {
  font-size: 18px;
  text-transform: none;
  color: #c7060c;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}
/************************************* Animations Modal Css school ERP *******************************************************************/
#myImg,
#myImg1,
#myImg2 {
  width: 100%;
  border: 5px solid rgba(158, 158, 158, 0.1);
  background: #eaeaea;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {
  opacity: 0.7;
}
.animodal {
  display: none;
  position: fixed;
  z-index: 99999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.animodal-content {
  margin: auto;
  display: block;
}
#anicaption,
#anicaption2,
#anicaption3 {
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  height: 150px;
  font-size: 24px;
  text-transform: capitalize;
}
.animodal-content,
#anicaption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  outline: none;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 0.5;
  color: white;
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    height: auto;
  }
  .animodal-content,
  #anicaption {
    width: 100%;
  }
}
/*********Inner Page CSS**********/
.inrpg {
  min-height: 600px;
}
.inrpg h5 {
  font-size: 20px;
  color: #ca0500;
  text-align: left;
  line-height: 28px;
  margin-top: 20px;
}
.inrpg h3 {
  font-size: 20px;
  color: #ca0500 !important;
  text-align: center;
  line-height: 28px;
  margin-top: 20px;
}
.inrsld img {
  height: 310px;
  width: 100%;
}
.brdcrm {
  position: relative;
  margin-top: -24px;
  text-align: center;
  background: #ffd23f;
  z-index: 9;
  color: #000000;
}
.brdcrm a {
  color: #c5060c;
}
.brdcrm a:hover {
  color: #000000;
}
.mainhead {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 35px;
}
.red {
  color: #c5060c;
}
.yellow {
  color: #000f7b;
}
.yellow1 {
  color: #000f7b;
}
.yellow1:hover {
  color: #c5060c;
}
.inrpg img {
  box-shadow: 3px 6px 6px #5656569e;
  margin-bottom: 15px;
  width: auto;
}
.comimg {
  height: auto !important;
  width: 800px !important;
}
.rshdw {
  box-shadow: none !important;
}
table thead {
  background-color: #fff9e4;
}
.tablescroll {
  overflow-x: scroll;
}
.moral img {
  width: 90%;
  box-shadow: 10px 10px 10px #565656;
  object-fit: fill;
}
.lab li {
  padding-bottom: 5px;
}
.lab .lab-head {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2em;
}
.lab img {
  box-shadow: 3px 6px 6px #5656569e;
  height: 210px;
}
.lab h5 {
  text-align: center;
}
.cont .conthead {
  color: #09b5e6;
  font-size: 25px;
  font-weight: 600;
  margin-top: 5px;
}
.cont .appdownload1 {
  float: left;
  margin: 1px 15px 9px 0px;
  width: 90px;
}
.admgrid {
  margin: 0 auto;
}
.admgrid h4 {
  line-height: 0px;
  margin-top: 20px;
}
.adm-desk {
  position: relative;
  width: 100%;
}
.adm-desk-image {
  display: block;
}
.adm-desk-text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.img-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #dedede;
}
.tc input {
  width: 100%;
  border: solid 1px #c7c7c7;
  padding: 10px;
  background: #efefef;
  margin: auto;
}
.tc img {
  box-shadow: 1px 2px 1px 2px #fdc220;
  width: auto;
  height: auto;
}
.kinder img {
  box-shadow: 3px 6px 6px #5656569e;
  height: 210px;
}
.kinder h5 {
  font-size: 20px;
  color: #ca0500;
  text-align: center;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 2em;
  text-overflow: ellipsis;
}
.kinder2 {
  box-shadow: 3px 6px 6px #5656569e;
  height: 270px !important;
  float: left;
  margin: 20px 25px 25px 2px;
}
.admimg {
  width: 300px;
  height: 210px;
}
/****************************************************Inner Gallery*********************************************************************/
.galbg p {
  text-align: center;
  font-size: 16px;
  font-family: "Amaranth-Regular", sans-serif;
  color: #737373;
}
.galbg h4 {
  background: #e2e2e2;
  width: 120px;
  color: black;
  padding: 4px 10px;
  font-size: 15px;
  border-bottom: 2px solid grey;
}
.galbg {
  background: #fff;
  min-height: 600px;
}
.gal-cate h3 {
  color: #272727;
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5em;
  line-height: 21px;
  text-overflow: ellipsis;
  margin-top: 15px;
  font-weight: bold;
}
.gal-img {
  object-fit: fill;
  object-position: top;
  width: 95%;
  height: 175px;
  cursor: pointer;
  margin-bottom: 10px;
  background: linear-gradient(to top, #e2e2e2 -4%, #fbfdf4 100%);
  padding: 3px;
  box-shadow: 1px 1px 3px 0px #828282;
}
.gallerygrid {
  width: 25%;
  padding: 0px 10px;
}
.galbg .gal-cate img {
  object-fit: fill;
  object-position: top;
  width: 100%;
  height: 175px;
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #e2e2e2;
}
.galbg h5 {
  color: white;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  line-height: 19px;
  background: #131e4f;
  width: 26%;
  bottom: 0px;
  position: absolute;
  border: 1px solid #ffd23f;
}
.column {
  float: left;
  width: 25%;
  position: relative;
  padding: 0 5px;
}
.dnld {
  position: inherit;
  text-align: center;
  width: 35px;
  margin: 5px auto;
  top: -20px;
  border-radius: 50%;
  box-shadow: 1px 2px 1px 0px #a2a2a2;
  background: rgba(255, 255, 255, 0.7);
  padding: 1px 0px;
}
i.fa.fa-cloud-download {
  color: #ff0000;
  font-size: 18px;
}
i.fa.fa-cloud-download:hover {
  color: #000;
}
i.fa.fa-picture-o {
  color: #737373;
}
.button {
  margin-top: 20px;
}
/****************************************************Magnify Modal*********************************************************************/
.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: #000000d9 !important;
}
.magnify-header .magnify-toolbar {
  float: right;
}
.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: rgb(0, 0, 0);
}
.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: rgba(0, 0, 0, 0.3);
  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: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5)
    rgba(255, 255, 255, 0.5);
  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);
  }
}
:full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:-moz-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:-moz-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
::-webkit-backdrop {
  background-color: #000;
}
::backdrop {
  background-color: #000;
}
::-ms-backdrop {
  background-color: #000;
}
.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.Document-Inf a {
  color: black;
}
.Document-Inf a:hover {
  color: #005919;
}
.panel-ppad {
  padding-top: 5px;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.Document-Inf img {
  box-shadow: none;
  margin-bottom: 0px;
  width: 90px !important;
  height: auto !important;
}
.document-box {
  padding: 20px;
  box-shadow: 0px 0px 5px 0px #ddd;
  margin-bottom: 20px;
  border-radius: 10px;
}
.document-box a {
  display: flex;
  align-items: center;
}
.document-box a img {
  width: 52px;
  margin-right: 10px;
}
.document-box a h3 {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 24px;
  padding-top: 0;
  font-family: "Roboto", savbps-serif;
  padding-bottom: 0;
  font-weight: 100;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.document-box p {
  font-size: 14px;
  margin-bottom: 0;
}

/****************************************************Media*********************************************************************/
@media (max-width: 1300px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .gallerygrid {
    width: 33%;
    padding: 0px 10px;
  }
  .column {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .column {
    float: left;
    width: 24.6%;
  }
  .gal-img {
    height: 120px;
  }
  .gallerygrid {
    width: 33%;
    padding: 0px 5px;
  }
  .gal-cate img {
    height: 120px;
  }
  h4 {
    width: auto;
  }
  .post-date {
    right: 15px;
    top: 0px;
  }
}
@media (max-width: 556px) {
  .column {
    float: left;
    width: 33%;
  }
  .gal-img {
    height: 90px;
  }
  .gallerygrid {
    width: 50%;
    padding: 0px 5px;
  }
  .gal-cate img {
    height: 120px;
  }
}
/*********Media Quiry**********/
@media (max-width: 1199px) {
  .toplink li {
    display: inline-block;
  }
  .navbar-nav {
    float: none;
    text-align: center;
  }
  .client-image img {
    width: 168px;
  }
  .testimonial-style02 .ts-left .client-content {
    padding: 23px 22px 30px 100px;
  }
  .admgrid h4 {
    line-height: 20px;
  }
  .testimonial-style02 .ts-left .client-image img {
    height: 250px;
    width: 168px;
  }
  .about-style02 .about-text > p {
    -webkit-line-clamp: 11;
    height: 20.3em;
  }
  .percent {
    left: 24px;
  }
}
@media (max-width: 991px) {
  .testimonial-style02 .ts-left .client-image img {
    height: 180px;
    width: 100px;
  }
  .about-style02 .about-text > p {
    -webkit-line-clamp: 8;
    height: 15em;
  }
  .event-date {
    transform: translateY(0%);
  }
  .about-style02 {
    position: relative;
    padding: 0px 0 75px 0;
  }
  .about-style02 .about-text {
    padding: 25px 25px 25px 25px;
    top: 35px;
  }
  .events-box img {
    height: 140px;
  }
  .heading-1 {
    margin: 30px 0px 30px 0px;
  }
  .testimonial-style02 .ts-left .client-content {
    padding: 21px 15px 21px 40px;
  }
  .client-image img {
    width: 100px;
  }
  .testimonial {
    padding: 50px;
    height: 427px;
  }
  .testimonial {
    padding: 50px;
    height: 427px;
  }
  .gray-box h4 {
    padding-top: 6px;
    margin: 0px;
  }
  .single-blog img {
    height: 182px;
  }
  .single-blog {
    min-height: 260px;
  }
  .client-content p {
    -webkit-line-clamp: 6;
    height: 9em;
  }
  .birth {
    margin-bottom: 45px;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .lab img {
    margin-top: 10px;
  }
  .admgrid {
    width: 33%;
  }
  .admgrid h4 {
    line-height: 0px;
  }
  .percent {
    left: 20px;
  }
  .goToTop {
    height: 210px;
  }
  .footer-grid {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li {
    display: block;
    text-align: left;
  }
  .gray-box h4 {
    padding-top: 15px;
  }
  #pportal {
    background: url(https://webapi.entab.info/api/image/SMICEUP/public/images/Campulogo-mob.png)
      no-repeat right top;
    position: absolute;
    top: 28%;
    z-index: 9;
  }
  .about-style02 .about-text h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .heading,
  .heading-1 {
    font-size: 24px;
    margin: 20px 0px 20px 0px;
  }
  .about-style02 .about-text > p {
    text-align: justify;
  }
  .events-box {
    margin: 0px;
    padding: 15px 0;
  }
  .testimonial-style02 .ts-left .client-image {
    position: inherit;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.35);
  }
  .testimonial {
    padding: 17px 0px 127px 17px;
    height: auto;
  }
  .testimonial-style02 .ts-left .client-content {
    padding: 21px 22px 30px 51px;
  }
  .client-image img {
    width: 168px;
  }
  .copy-right p {
    line-height: 22px;
    font-size: 13px;
    padding: 5px;
  }
  .list-inline > li {
    padding-bottom: 6px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #ecb71c;
    padding: 8px 10px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #ffd43e;
  }
  .client-content h3 {
    font-size: 20px;
    text-align: left;
  }
  .client-content p {
    -webkit-line-clamp: 5;
    height: 9em;
  }
  .test-mar-space {
    margin-bottom: 130px;
  }
  .single-blog img {
    height: 210px;
  }
  .single-blog {
    min-height: 300px;
  }
  .lab img {
    margin-top: 10px; /* height: 250px!important; */
  }
  .imgheading {
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .admgrid {
    width: 50%;
    height: 240px;
  }
  .testimonial-style02 .ts-left .client-image img {
    height: 250px;
    width: 168px;
  }
  .percent {
    left: 37px;
  }
  h2.mid-head {
    font-size: 24px;
  }
  .inrpg img {
    height: 180px;
    width: 162px;
  }
  .panel-ppad {
    text-align: center;
  }
  .kinder img {
    height: 210px;
  }
  .kinder h5 {
    font-size: 17px;
  }
  .kinder2 {
    float: none;
    margin: 0 auto;
  }
  .mainhead {
    font-size: 26px;
  }
  .footer-grid {
    height: 226px;
  }
}
@media (max-width: 600px) {
  .eventgrid {
    width: 100%;
    margin: 0 auto;
  }
  .event-date h1,
  .event-date h4 {
    text-align: center;
    font-size: 35px;
  }
  .event-info h5,
  p,
  h3 {
    text-align: justify;
    margin-top: 20px;
  }
  .event-info {
    text-align: center !important;
  }
  .event-info h3 {
    padding-top: 20px;
  }
  .events-box img {
    height: 220px;
  }
  .client-image img {
    width: 106px;
  }
  .topper-grid {
    width: 100%;
    margin: 0 auto;
  }
  .test-mar-space {
    margin-bottom: 200px;
  }
  .news-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .testimonial {
    padding: 17px 0px 204px 17px;
  }
  .admgrid {
    width: 100%;
    margin: 0px 0px 21px 0px;
    line-height: 0px;
  }
  .admgrid h4 {
    text-align: center;
    font-size: 20px;
  }
  .toplink {
    width: 82%;
  }
  .testimonial-style02 .ts-left .client-image img {
    height: auto;
    width: 106px;
  }
  .gray-box h4 {
    padding-top: 3px;
  }
  .percent {
    left: 89px;
  }
  h2.mid-head {
    font-size: 22px;
    line-height: 30px;
  }
  .mainhead {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .news_details {
    float: left;
  }
  .main-head {
    font-size: 21px;
  }
  .mainhead {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .toplink {
    width: 100%;
  }
  .percent {
    left: 39px;
  }
  .sports {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .percent {
    left: 34px;
  }
}

/* css copied SJSFS */

.inrhgt {
  min-height: 600px;
  padding: 40px 130px 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .inrhgt {
    padding: 40px 100px 40px;
  }
}

.mainhead {
  font-weight: bold;
  padding-bottom: 11px;
  line-height: 1;
  font-size: 30px;
  margin: 0 0 0.25em;
  margin-bottom: 20px;
  margin-top: 0;
  border-left: 4px solid #ffd261;
  padding-left: 6px;
  height: 30px;
}

.inner-page .tabs-dynamic {
  margin-bottom: 40px;
  background: #e5e5e5;
  padding: 15px;
}

.row.tabs-dynamic select {
  width: 100%;
  border: 0px;
  background: transparent;
  padding: 8px 5px;
  border-bottom: 1px solid #b6b6b6;
}

.month-selection select,
.inner-page .searchBox input {
  width: 90%;
  padding: 10px 11px;
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
}

.inner-page .eventCount {
  margin-bottom: 30px;
}

.inner-page .event-blk {
  height: 100%;
  box-shadow: 0px 0px 5px 0px #ddd;
  position: relative;
}
.inner-page .event-img {
  position: relative;
  margin-bottom: 30px;
  background: #e5e5e5;
}

/* .inner-page .event-date {
       position: absolute;
       bottom: 0;
       left: -5px;
       z-index: 9;
     }
     .inner-page .event-date h3 {
       color: #2d57a5;
       font-size: 17px;
       text-align: justify;
     } */

.inner-page .event-content,
.landmark {
  padding: 0px 20px;
}

.inner-page .event-content {
  padding: 0px 20px;
  /* min-height: 177px; */
}

.inner-page .landmark {
  /* margin-bottom: 20px; */
}

.inner-page .landmark {
  display: flex;
  justify-content: space-between;
  /* padding: 0 16px 10px; */
}

.inner-page .event-blk img {
  height: 200px;
  object-fit: contain;
  width: auto;
  margin: auto;
  display: block;
  position: relative;
}
.inner-page .event-content h3 {
  font-size: 21px;
  background-color: #000635fc;
  color: #fff;
  text-align: center;
}
.inner-page .event-content h3 + p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limit to 3 lines */
  overflow: hidden;
}
.inner-page .event-blk .landmark-date {
  display: flex;
  justify-content: space-between;
}
.inner-page .event-blk .landmark-date p,
h3 {
  color: #2d57a5;
}

.inner-page .event-blk .landmark-date p {
  color: #d7271a;
}

.inner-page .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.inner-page .load-more .next {
  display: inline-block;
  font-size: 17px;
}

.inner-page .load-more .next:hover {
  background-color: #d7271a;
  color: #fff;
}

.gallery-inner {
  box-shadow: 0px 0px 5px 0px #ddd;
  position: relative;
}

.gallery-count {
  margin-bottom: 30px;
}

.gallery-content h3 {
  /* min-height: 105px; */
  font-size: 21px;
  background-color: #d7271a;
  color: #fff;
  text-align: center;
  overflow: hidden; /* Hide any content that overflows */
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Limit the text to 3 lines */
  -webkit-box-orient: vertical;
  overflow-y: scroll;
}

.gallery-content h3 + p {
  /* min-height: 105px; */
  color: black;
  overflow: hidden; /* Hide any content that overflows */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit the text to 3 lines */
  -webkit-box-orient: vertical;
  overflow-y: scroll;
  padding: 0px 10px;
}

.gallery-inner .gallery-content {
  min-height: 60px;
}

.gallery-blk img {
  margin: auto;
  height: 200px;
  background-size: contain;
  width: auto;
  max-width: 100%;
  /* height: 100%; */
  margin: auto;
  display: block;
  position: relative;
  box-shadow: 0px 0px 19px 0px #00000054;
  border: 7px solid #ffffff4f;
  transition: 0.3s !important;
}

.gallery-inner .date-ViewMore {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.gallery-inner .date-ViewMore h6,
.gallery-inner .date-ViewMore a {
  color: #d7271a;
  font-size: 17px;
}

/* subgallery */

#galleryImagesContainer .gallery-blk {
  border: 1px solid #d7271a;
  padding: 10px;
  margin: 10px;
}

.sub-gall #galleryDescription {
  color: #d7271a;
  text-align: center;
}

.sub-gall .count-val p a {
  color: #d7271a;
}

.inner-page .news-blk .attachment a {
  color: #2d57a5;
  position: absolute;
  right: 5px;
  top: -20px;
}

.inner-page .newsCount {
  margin-bottom: 30px;
}

.news-head {
  display: flex;
  align-items: center;
}
.news-head h2 {
  padding-right: 20px;
  border-right: 1px solid #c5c5c5;
  margin-right: 20px;
  background: #e5e5e5;
  padding: 4px 10px;
}
.news-head h3 {
  font-weight: 400;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 14px;
  color: #d7271a;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: scroll;
}
.news-blk {
  margin-bottom: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 97%;
  box-shadow: 9px 11px 5px 0px #dddddd3d;
  position: relative;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 12px 0px #e7e7e7;
  border: 4px double #b5b5b5;
  transition: 0.5s;
}
.news-blk:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -8px;
  width: 100px;
  height: 100px;
  background: #ecf9ff;
  border-radius: 50%;
}
.attachment {
  /* background: #2d57a5; */
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
  bottom: 60px;
}
.news-content p {
  margin-bottom: 6px;
  max-height: 160px;
  overflow-y: scroll;
  display: -webkit-box; /* Required for multi-line truncation */
  -webkit-line-clamp: 1; /* Number of lines to show */
  -webkit-box-orient: vertical; /* Required for multi-line truncation */
  overflow: hidden; /* Ensures content that overflows is hidden */
  text-overflow: ellipsis; /* Adds ellipsis at the end */
  font-size: 17px;
  overflow-y: scroll;
}
.news-content p::-webkit-scrollbar {
  width: 0;
}

.news-content + .attachment {
  background-color: transparent;
}

.news-blk:hover {
  box-shadow: rgb(0 0 0 / 5%) 0px 2px 1px, rgb(0 0 0 / 5%) 0px 4px 2px,
    rgb(0 0 0 / 5%) 0px 8px 4px, rgb(0 0 0 / 5%) 0px 16px 8px,
    rgb(0 0 0 / 5%) 0px 32px 16px;
}
.news-head h2 span {
  display: block;
  color: #153168;
  font-size: 18px;
  text-align: center;
}
.newsCount:nth-child(4n + 1) > div {
  border-left: 3px solid #fff27e;
}
.newsCount:nth-child(4n + 2) > div {
  border-left: 3px solid #ceb2ff;
}
.newsCount:nth-child(4n + 3) > div {
  border-left: 3px solid #ff928f;
}
.newsCount:nth-child(4n + 4) > div {
  border-left: 3px solid #ffb470;
}

/* events,gallery, news till here */

/* events description pop up */

.popup-modal#eventPopup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-modal#eventPopup .popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

.popup-modal#eventPopup .popup-content .close {
  color: #d7271a;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: 1;
  background-color: transparent;
}

.popup-modal#eventPopup .popup-content h3 {
  color: #d7271a;
}

.popup-modal#eventPopup .popup-content .close:hover,
.popup-modal#eventPopup .popup-content .close:focus {
  color: #d7271a;
  text-decoration: none;
  cursor: pointer;
}

/* till here events description pop up */

/* news image api */
.news-blk img {
  height: 200px;
  width: 200px;
  display: block;
  margin: auto;
}

.min-height {
  min-height: 650px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tcsec + div img {
  height: 300px;
  width: 300px;
  margin: auto;
  display: block;
}

.gal-box img {
  object-fit: contain;
  object-position: center;
  background: #f0f0f0;
}

.online_reg a {
  color: #fff;
  line-height: -9px;
  text-align: center;
}
.online_reg {
  height: 70px;
  position: fixed;
  text-align: center;
  animation: smooth-blink 0.5s linear infinite,
    background-blink 1s linear infinite;
  line-height: 29px;
  font-size: 21px;
  z-index: 99;
  /* top: 180px; */
  left: 0px;
  /* right: 0px; */
  /* margin: auto; */
  bottom: 40px;
}

#Registration-content {
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Registration-content p {
  font-size: 21px;
  padding: 20px;
  color: white;
  height: 50px;
}
/* Keyframes for the blinking animation */
@keyframes smooth-blink {
  0%,
  100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0.8; /* Partially visible */
  }
}

/* Keyframes for background color animation */
@keyframes background-blink {
  0%,
  100% {
    background-color: #f5150d; /* Original color */
    color: white;
  }
  50% {
    background-color: #ffae00; /* Secondary color */
    color: white;
  }
}

.online_reg .bi.bi-paperclip {
  color: white !important;
  height: 23px;
  width: 23px;
  text-align: center;
  color: #000000;
  border-radius: 100%;
  font-size: 14px;
  padding-top: 5px;
}
.online_reg .bi.bi-paperclip:hover {
  color: #fff;
}

.gallery-sec .row:nth-of-type(2) {
  height: 300px;
}
.gallery-sec .row:nth-of-type(2) img {
  height: 300px;
}

#gallery-slider {
  height: 300px !important;
}
.gallery-sec .row:nth-of-type(2) .lSSlideOuter {
  height: 300px;
}
.gallery-sec .row:nth-of-type(2) .lSSlideOuter li {
  height: 300px;
}

@media (max-width: 600px) {
  .client-image #principal-image {
    height: auto;
    width: 200px;
    display: block;
    margin: auto;
  }
  .testimonial-style02 .ts-left .client-content {
    width: 100%;
    position: static;
  }
  .test-mar-space {
    margin-bottom: 0px;
  }
}

.dropdown-toggle {
  cursor: pointer;
}





.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

.result-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.result-table th,
.result-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.result-table thead {
  background-color: #2c3e50;
  color: #fff;
}

.result-table .title {
  font-size: 18px;
  font-weight: bold;
  background-color: #1a252f;
}

.result-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.result-table tbody tr:hover {
  background-color: #eaf2f8;
  transition: 0.3s;
}

@media (max-width: 600px) {
  .result-table th,
  .result-table td {
    padding: 8px;
    font-size: 14px;
  }
}


.magazine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.mag-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.mag-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.mag-card h3 {
  padding:10px;
  font-size: 18px;
  color: #333;    margin-top:0px;
}

.mag-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

.mainhead {
  font-size: 28px;
  margin-bottom: 10px;
}

.red {
  color: red;
}