@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Oxygen-Bold;
  src: url("../fonts/Oxygen-Bold.ttf");
}
@font-face {
  font-family: Carattere-Regular;
  src: url("../fonts/Carattere-Regular.ttf");
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
body {
  margin: 0px;
  padding: 0px;
}
body {
  overflow-x: hidden;
  font-family: Poppins-Regular;
  background: #e9faff;
}
.bg_color_bg {
  background: rgba(255, 255, 255, 0.39);
}
.clr {
  clear: both;
}
.clr5 {
  clear: both;
  height: 10px;
}
.clr10 {
  clear: both;
  height: 10px;
}
.clr15 {
  height: 18px;
  clear: both;
}
.clr20 {
  clear: both;
  height: 20px;
}
.clr25 {
  clear: both;
  height: 30px;
}
p {
  line-height: 32px;
  font-size: 17px;
  color: #484848;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #333333;
  outline: none !important;
  text-decoration: none !important;
}
a:hover,
a:focus {
  outline: none !important;
}
input {
  outline: none !important;
}
h1 {
  font-size: 32px;
  margin: auto;
  font-family: Oxygen-Bold;
}
h2 {
  font-size: 30px;
  margin: auto;
  color: #060606;
  font-weight: normal;
  font-family: Oxygen-Bold;
  font-family: "Merriweather", serif;
}
.glyphicon.glyphicon-chevron-right {
  background: #e20000;
  line-height: 45px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.glyphicon.glyphicon-chevron-left {
  background: #e20000;
  line-height: 45px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
h3,
h4 {
  font-family: Oxygen-Bold;
  font-family: "Merriweather", serif;
}
li {
  font-family: "Open Sans", sans-serif;
}
.red {
  color: #e2332a;
}

.code {
    background: linear-gradient(0deg, #cbcbcb, #ebf1f3);
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
    text-transform: capitalize;
    width: 360px;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    font-weight: bold;
}

/**************************************video******************************************/
.highlights {
  width: 100%;
  background: #ef2c39;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.highlights p {
  margin-bottom: 0px;
}
.highlights p a {
  color: #fff;
}
.OnlineR a {
  color: #fff;
}
.OnlineR {
  position: fixed;
  right: 0;
  z-index: 999;
  text-align: center;
  color: #fff;
  top: 300px;
}
@keyframes bounce1 {
  0% {
    background-color: red;
  }
  33% {
    background-color: #d69d34;
  }
  66% {
    background-color: red;
  }
  100% {
    background-color: #d69d34;
  }
}
.bounce1 {
  border-radius: 25px 0px 0px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  z-index: 99;
  text-align: center;
  animation: bounce1 1s infinite;
  -moz-animation: bounce1 1s infinite;
  -webkit-animation: bounce1 1s infinite;
  padding: 12px;
  -webkit-animation: colorchange 20s infinite alternate;
  background: #b7000f;
}
.clr {
  clear: both;
}
/* .online_reg{position: absolute;z-index: 999;margin: 0px auto;bottom: 35px;right: 0px;width: max-content;}
.online_reg .animations {animation: blinker 2s linear infinite;background: #da170f !important;padding:10px;padding-top: 10px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;} @keyframes blinker{50% {background: #4e0000;}}
.online_reg .animations a{color:#fff; }
.online_reg .text_sec{float:right;}
.online_reg .fa{color: #ffe200;font-size: 27px;float:left;margin-right: 10px;margin-top: 0px;}
.online_reg{text-align: center;position: absolute;bottom: 65px;left:0px;z-index: 9999999;line-height: 30px;display:none;}
.online_reg img{width: 270px;display: block;margin: auto;}
.online_reg a {color:#fff;animation: blinker 1s linear infinite;background: #ef2c39;padding: 13px 30px;border: solid 1px #fff;border-radius: 40px;} @keyframes blinker{50% {background: #2681f8;}} */

/**************************************video******************************************/
.videost {
  height: 100%;
  width: 100%;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.5s;
  display: block;
  background: #000;
}
.overlay-content {
  display: block;
  width: 100%;
  text-align: center;
  position: fixed;
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/bubles.png)
    repeat;
  height: 100vh;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #484848;
  display: block;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  font-size: 60px;
  display: block;
}
.overlay .closebtn img {
  width: 60px;
  transition: all 3s;
  animation: mymove 3s infinite;
}
@keyframes mymove {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mymove {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
.overlay .data {
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 99;
}
.overlay .data section {
  text-align: center;
  margin: auto;
  margin-top: 15%;
}
.overlay .data section h2 {
  color: #fff;
  border-bottom: solid 1px #fff;
  width: 420px;
  padding-bottom: 5px;
  font-size: 48px;
  text-shadow: 3px 2px 3px black;
}
.overlay .data section h3 {
  color: #fff;
  font-size: 27px;
  margin-top: 10px;
  line-height: 25px;
  text-shadow: 1px 3px 0px black;
}
.overlay .data section .type-wrap {
  color: #ffe200;
  font-size: 25px;
  height: 32px;
  text-shadow: 2px 3px 2px black;
}
.typed-cursor {
  display: none;
}
.videobutton {
  cursor: pointer;
  position: absolute;
  top: 40%;
  display: block;
  z-index: 9;
  left: -94px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.videobutton:hover {
  left: 0px;
}
/**************************************video******************************************/
.wave {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/wave.png)
    repeat-x;
  height: 250px;
  position: absolute;
  width: 100%;
  bottom: -17px;
  z-index: 99;
  left: 0px;
  display: none;
}
.white_bg {
  background: #fff;
}
.modal-dialog {
  width: 700px;
}
.row.modalfoooter {
  display: flex;
  justify-content: space-between;
}
.modal-open .modal {
  padding-right: 0px !important;
}
.modal-body {
  padding: 0px;
}
.modal-body p {
  margin: 0px 10px;
  text-align: center;
  font-size: 18px;
  font-family: Calibri;
  line-height: 30px;
}
.modal {
  background: rgba(0, 0, 0, 0.81) !important;
  z-index: 999999 !important;
}
.modal-body img {
  width: 100%;
  height: 432px !important;
  object-fit: contain;
  background: #f1f1f1;
  object-position: center;
}
.modal-header .close {
  margin-top: -2px;
  color: #fff;
  opacity: 9;
  right: 8px;
  font-size: 25px;
}
.modal-header {
  background: #da251d;
  padding: 8px;
}
.modal-header h4 {
  color: #fff;
  font-size: 20px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: inherit;
}
.carousel-control {
  top: 250px;
}
.btm_pop {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #da251d;
  color: #fff;
  width: 130px;
  padding: 5px;
  border-radius: 10px;
}
.btm_pop a {
  color: #fff;
}
.btm_pop a:hover {
  color: #ffe000;
}
.erp_links {
  right: 0px;
  position: fixed;
  bottom: 6px;
  z-index: 99999;
}
.read_more {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ec0c18;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 20px;
  color: black;
}
.read_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 20px;
  border: solid 2px #1865a7;
}
.read_more:hover,
.read_more:focus,
.read_more:active {
  color: white;
}
.read_more:hover:before,
.read_more:focus:before,
.read_more:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.read_more:hover {
  border-radius: 20px;
  color: white;
}
.navbar-toggle {
  border: solid 1px #ffffff; /* top: 20px; */
  background-color: #ef2c39;
  margin: 0px;
  right: 20px;
}
.navbar-toggle .icon-bar {
  border: solid 1px #fff;
}
.innersec {
  padding-top: 30px;
}
.innersec h1,
.innersec h2 {
  color: #b92731;
  font-size: 30px;
  font-family: Oxygen-Bold;
  margin-bottom: 30px;
}
.galleryimg {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: top;
  min-height: 230px;
  max-height: 230px;
  margin: 0 auto;
  display: block;
}
.innertitle,
.innerdate {
  text-align: center;
  margin-bottom: 5px;
}
h2.headtitle {
  padding-left: 12px;
}
.underline {
  margin: 18px 0;
  position: relative;
  background: #fbe79e;
  width: 100%;
  height: 1px;
}
.image-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border-top: 2px dashed #2d8e9c;
  border-right: 2px dashed #b92731;
  border-left: 2px dashed #b92731;
  border-bottom: 2px dashed #ef2d39;
  padding: 10px;
  animation: spin 10s infinite linear;
  margin: 0 auto 45px;
}
.image-circle img {
  animation: spin 10s infinite reverse linear;
  width: 100%;
  border-radius: 50%;
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
.viewbtn {
  float: right;
  background: #ef2c39;
  color: #fff;
  padding: 6px 25px;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 15px;
}
.viewbtn:hover,
.viewbtn:focus,
.viewbtn:focus:active {
  color: #fff;
  outline: none;
}
.viewall {
  margin: 10px auto 30px;
  display: block;
  background: #e9821a;
  color: #fff;
  padding: 6px 25px;
  font-size: 16px;
  border-radius: 4px;
}
.viewall:focus:active {
  outline: none;
}
a.viewpdf,
a.downloadpdf {
  background: #000;
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  margin: 0 15px 0 0;
}
.rhtalign h4 {
  height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
}
.custom-btn {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, 0.5),
    7px 7px 20px 0 rgba(0, 0, 0, 0.1), 4px 4px 5px 0 rgba(0, 0, 0, 0.1);
  outline: none;
}
.viewall {
  background: #e9821a;
  background: linear-gradient(0deg, #d9261c 0%, #d9261c 100%);
  width: 95px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  text-decoration: none;
}
.viewall span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.viewall:before,
.viewall:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #2d8e9c;
  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: #d9261c;
}
.viewall span:before,
.viewall span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #57a2ad91;
  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%;
}
.load-data .holder,
.load-data1 .holder1,
.load-data2 .holder2 {
  display: none;
}
.load-data .btnHolder {
  display: block;
  bottom: 0;
  width: 100%;
  margin: -40px auto;
  text-align: center;
  position: absolute;
  left: 0;
}
.back {
  margin: 10px auto;
  display: block;
  text-align: center;
}
.back a {
  background: #ef2c39;
  color: #fff;
  padding: 1em 1.3em;
  border-radius: 50%;
  text-align: center;
}
.innertabdiv {
  margin-top: -55px;
}
.d-block {
  display: block;
}
.evntdate,
.lastdate,
.totalphoto {
  background: #ef2c39;
  color: #fff;
  display: block;
  margin: 0 auto 15px;
  box-shadow: 5px 4px 0 0 #2d8e9c52;
  border-radius: 35px 0 35px 0;
  padding: 7px 30px;
  width: 260px;
}
.evntdate:hover,
.lastdate:hover,
.totalphoto:hover {
  color: #fff;
}
.year_selction_sec h3 {
  width: 11em;
  background: #ef2d39;
  padding: 8px 11px;
  color: #fff;
  box-shadow: -2px 5px 4px 2px #ef2d396e;
  clear: both;
  font-size: 21px;
  line-height: 27px;
}
.month-selection .active_month {
  border: solid 1px #d41259;
}
.month-selection ul li {
  list-style: none;
  margin: 5px 0;
  list-style-image: none;
  background: #6666664a;
  text-transform: capitalize;
  padding: 8px 10px;
  line-height: 23px;
}
.month-selection ul {
  text-align: center;
}
.month-selection {
  margin: 0;
  float: left;
  width: 15%;
}
.innerdate {
  text-align: center !important;
}
.innertabdiv a {
  text-decoration: none;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
.innertable.table-responsive.maintable {
  padding: 20px;
}
.rhtalign .viewall {
  float: left;
}
.lftalign img {
  margin: 0 0 20px;
}
.lftalign .maininnerimg {
  border: 2px solid #fbe79e;
  width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}
.iconbox {
  text-align: left;
  position: relative;
  bottom: 174px;
  left: -6px;
}
.iconbox a {
  color: #fff;
}
.iconbox i {
  position: absolute;
  background: #ef2c39;
  overflow: hidden;
  padding: 4px 7px;
  font-size: 18px;
  color: #fff;
  transform: rotate(45deg);
}
.iconbox .bi-paperclip::before {
  transform: rotate(-196deg);
}
.singleimg {
  width: 100%;
  border: 2px solid #fbe79e;
  min-height: 230px;
  height: 230px;
  max-height: 230px;
  object-fit: cover;
  margin-left: 15px;
}
.singleimgicn {
  text-align: left;
  position: relative;
  bottom: 253px;
  left: 3px;
}
.singleimgicn i {
  position: absolute;
  background: #ef2c39;
  overflow: hidden;
  padding: 4px 7px;
  font-size: 18px;
  color: #fff;
  transform: rotate(45deg);
}
.singleimgicn .bi-paperclip::before {
  transform: rotate(-196deg);
}
.month-selection ul {
  text-align: center;
  padding-left: 0;
}
.month-selection .active_month {
  border: solid 1px #d41259;
}
div[data-trigger] {
  display: none;
  float: left;
  width: 80%;
}
.myDiv {
  display: none;
}
.selected_year {
  display: block;
}
/* #ddlYear{border: solid 1px #ffffff;color:#fff;height:40px;padding:5px 0 5px 10px;margin-top:-10px;font-weight:700;margin-bottom:7px;letter-spacing:1px;width: 170px;font-size:18px;} */
.year_selction_sec select {
  margin: 0;
  width: 100%;
  background: #c30038;
  border: solid 1px #c30038;
  height: 28px;
  color: #fff;
  margin-top: 15px;
  float: right;
}
.myDiv {
  height: auto !important;
}
.latestcontent h4 {
  height: 27px;
  overflow: hidden;
  margin-bottom: 5px;
}
.latestcontentdesc {
  height: 80px;
  overflow: hidden;
  margin-bottom: 5px;
}
.latestcontent .viewbtn {
  margin-left: 13px;
  float: left;
}
.latestcontent {
  padding-left: 30px;
}
p.date {
  margin-bottom: 5px;
}
.iner-highlight p a {
  background: #d9261c;
  padding: 5px 5px;
  color: white;
}
.back-btn {
  float: right;
  background: #fff;
  padding: 5px;
}
.sports-achivements-sec img {
  width: 100%;
  height: 450px;
  object-fit: fill;
}
.sports-achivements-sec article {
  margin-bottom: 20px;
}
.infra-sec img {
  width: 100%;
  height: 250px;
  object-fit: fill;
}
.infra-sec article {
  margin-bottom: 20px;
  padding: 10px;
  background: #fbeff0;
  position: relative;
}
.infra-sec article img.big {
  height: 800px;
}
.infra-sec h3 {
  display: none;
  position: absolute;
  bottom: 0px;
  background: #fff;
  padding: 10px;
  font-size: 15px !important;
}
.infra-sec article:hover h3 {
  display: block;
}
.infra-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.event-school-sec img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
}
.event-school-sec article {
  margin-bottom: 20px;
  padding: 10px;
  background: #fbeff0;
}
.videodetails span {
  font-size: 14px;
}
.videodetails a i {
  font-size: 40px;
  color: #ff0000;
  margin-right: 20px;
}
.videodetails a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #333;
  justify-items: center;
}
.videocontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.videodetails {
  width: 44%;
  background: #e9faff;
  margin: 10px 10px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 1px 4px 0px #cfc3c3;
}
.videodesc {
  width: 90%;
}
.mediabox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.videodesc h3 {
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 17px;
  color: #000;
  height: 3rem;
  line-height: 25px;
  font-size: 20px !important;
}
/**********************************************top_sec*********************************************************************/
.skitter {
  position: relative;
  height: 800px;
}
.skitter.with-dots {
  margin-bottom: 60px;
}
.skitter.with-thumbs {
  margin-bottom: 60px;
}
.skitter > a img,
.skitter > img {
  max-width: none;
}
.skitter ul {
  display: none;
}
.skitter .container_skitter {
  overflow: hidden;
  position: relative;
  height: 800px;
}
.skitter .container_skitter .image_main {
  width: 100%;
}
.skitter .image {
  overflow: hidden;
}
.skitter .image > a img,
.skitter .image > img {
  width: 100%;
  display: none;
}
.skitter .box_clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  overflow: hidden;
  display: none;
  z-index: 20;
}
.skitter .box_clone img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.skitter .prev_button {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  z-index: 152;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  transition: all 0.2s;
}
.skitter .next_button {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  z-index: 152;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  transition: all 0.2s;
}
.skitter .prev_button:hover,
.skitter .next_button:hover {
  opacity: 0.5;
}
.skitter .info_slide {
  position: absolute;
  bottom: 10px;
  left: 110px !important;
  z-index: 100;
  background-color: #ef2c39;
  color: #fff;
  font: bold 11px arial;
  padding: 5px 0 5px 5px;
  border-radius: 5px;
  opacity: 0.75;
  display: none !important;
}
.skitter .info_slide .image_number {
  background-color: #ef2c39;
  float: left;
  padding: 2px 10px;
  margin: 0 5px 0 0;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
}
.skitter .info_slide .image_number:hover {
  background-color: #fff;
  color: #000;
}
.skitter .info_slide .image_number.image_number_select {
  background-color: #fff;
  color: black;
}
.skitter .container_thumbs {
  position: relative;
  overflow: hidden;
  height: 50px;
}
.skitter .info_slide_thumb {
  height: 50px;
  border-radius: 0;
  overflow: hidden;
  top: auto;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
}
.skitter .info_slide_thumb .image_number {
  overflow: hidden;
  width: 100px;
  height: 50px;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-size: cover;
  background-position: center center;
}
.skitter .info_slide_thumb .image_number.image_number_select {
  opacity: 0.4;
}
.skitter .box_scroll_thumbs {
  padding: 0;
}
.skitter .box_scroll_thumbs .scroll_thumbs {
  position: absolute;
  bottom: 60px;
  left: 50px;
  background-color: #ccc;
  width: 200px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 101;
  cursor: pointer;
  border: 0px solid #333;
}
.skitter .info_slide_dots {
  position: absolute;
  bottom: -40px;
  z-index: 151;
  padding: 5px 0 5px 5px;
  border-radius: 50px;
}
.skitter-themes {
  text-align: center;
  margin-bottom: 10px;
}
.skitter-themes ul li {
  display: inline-block;
}
.skitter-themes ul li a {
  padding: 10px;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid;
  margin: 0 5px 10px 5px;
}
.skitter-themes ul li a.active {
  color: #999;
}
.skitter-animations {
  text-align: center;
  margin: 20px 0 10px 0;
}
.skitter-animations h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.skitter-animations ul li {
  display: inline-block;
}
.skitter-animations ul li a {
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid;
  margin: 0 5px 10px 5px;
}
.skitter-animations ul li a.active {
  color: #999;
}
.top_sec {
  background: #ef2c39;
  height: 33px;
}
.top_sec h4 {
  position: absolute;
  background: rgb(0 0 0);
  height: 31px;
  font-size: 14px;
  line-height: 29px;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 2px;
  right: 0px;
  top: -9px;
  z-index: 99;
}
.top_sec h4 a {
  color: #fff;
}
.top_sec marquee {
  margin: 0px;
}
.top_sec marquee p {
  margin: 0px;
  line-height: 25px;
  color: #fff;
}
.top_sec marquee i {
  color: #000;
  margin-top: 3px;
  background: #fff;
  border-radius: 20px;
  padding: 0px;
  padding: 1px;
  isplay: inline-block;
  width: 25px;
  text-align: center;
}
.top_sec ul {
  text-align: center;
  margin-bottom: 0px;
  float: right;
}
.top_sec ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
}
.top_sec ul li a {
  color: #fff;
}
.top_sec ul li a .fa {
  color: #ffd600;
  margin: 0px 4px;
}
.top_sec marquee p a {
  color: #000000;
}
.logo_sec img {
  background: #fff;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  margin: 10px auto;
}
.logo_sec {
  background: #ffffff;
  width: 100%;
  z-index: 99;
}
.menu_bg {
  background: #b7000f;
}
.navbar-nav {
  text-align: center;
  margin: 0;
  border: none;
  float: none;
}
.nav > li > a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.nav > li {
  display: inline-block;
  float: none;
}
.navbar-nav > li > a {
  padding: 5px 3px;
  margin: 0px 2px;
  border-radius: 10px;
  line-height: 31px;
}
.menu_left {
  float: right;
  height: auto;
}
.menu_right {
  float: right;
}
.menu_sec {
  background: #2e3192;
  display: none;
}
.menu_sec ul {
  text-align: center;
  float: none;
}
.menu_sec ul li {
  display: inline-block;
  float: none;
  line-height: 20px;
}
.menu_sec ul li a {
  color: #fff;
  padding: 10px 15px;
}
.menu_sec .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(6, 9, 103);
}
.dropdown-menu {
  z-index: 99999 !important;
  background: #fffffff0;
  font-family: Poppins-Regular;
  font-size: 15px;
}
.menu_sec ul li li a {
  line-height: 20px;
  padding: 5px 15px;
}
.menu_sec ul li li {
  display: block;
  text-align: left;
  line-height: 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgb(217 38 28);
}
.logo_sec.fix-header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transition: width 1s;
  transition: width 1s;
  transition: background 1s;
  top: 0px;
}
.logo_sec.fix-header .navbar-nav > li > a {
  border: none;
}
.logo_sec.fix-header img {
  width: 270px;
  margin-top: 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: inherit;
  color: #ffd400;
}
.dropdown-menu > li > a {
  color: #000;
  line-height: 25px;
}
.navbar-collapse {
  padding: 0px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none !important;
  color: #ffe000;
}
.dropdown-submenu ul {
  display: none !important;
}
.dropdown-submenu:hover ul {
  display: block !important;
}
/* ✅ Optional: Submenu styling */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
/**********************************************slider_sec*********************************************************************/
.text-success {
  color: green;
}
.text-danger {
  color: red;
}
input,
textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.social-links {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  right: 30px;
}
.social-links ul {
  text-align: center;
}
.social-links ul li {
  display: inline-block;
  margin-right: 2px;
}
.social-links img {
  width: 35px;
  background: #dfdfdf;
  padding: 5px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
}
.social-links img:hover {
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.slider_bottom_img {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/bg-slider.png)
    repeat-x;
  height: 10px;
  margin-top: -10px;
  position: relative;
}
.slider {
  overflow: hidden !important;
  position: relative;
}
.parent_link {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-top: 16px;
  background: #006f3d;
  padding: 9px;
}
.parent_link a,
.software_link a {
  color: #fff;
}
.parent_link a:hover,
.software_link a:hover {
  color: #ffd600;
}
.software_link {
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 16px;
  background: #006f3d;
  padding: 9px;
}
/**********************************************about_sec*********************************************************************/
.about_us {
  padding-top: 30px; /* background: #ffffff6e; */
  padding-bottom: 40px;
}
.about_us h2 {
  color: #1f1f1f;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 0px;
}
.about_us_sec h3 {
  text-align: center;
  color: #272727;
  font-size: 20px;
  margin-top: 15px;
}
/**********************************************Co-circular activities*********************************************************************/
.activities {
  padding-top: 20px; /* background: #ffffff94; */
  padding-bottom: 40px;
}
.activities img {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin-top: 1px;
  width: 70px;
  height: 70px;
}
.activities img:hover {
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.activities_sec h3 {
  text-align: center;
  color: #272727;
  font-size: 20px;
  margin-top: 19px;
  font-family: "Open Sans", sans-serif;
}
.activities_sec h2 {
  color: #1f1f1f;
  margin-bottom: 20px !important;
  text-align: center;
  margin-top: 10px !important;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 30px;
}
/**********************************************latest_news_sec*********************************************************************/
p.textmid {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 45px;
}
.latest_news_sec .bg_clr {
  padding-top: 0px;
  padding-bottom: 10px;
}
.latest_news_sec h2 {
  margin-top: 0px;
  text-align: left;
  color: #1f1f1f;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 30px;
}
.latest_news_sec marquee {
  height: 250px;
}
.latest_news_sec article {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  padding-left: 25px;
  height: 125px;
  padding-right: 100px;
  width: 49%;
  position: relative;
  float: left;
  margin-right: 10px;
}
.latest_news_sec article:hover {
  box-shadow: 0 20px 60px rgb(254 228 190);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.latest_news_sec article img {
  width: 100%;
  height: 120px;
  border-bottom: solid 3px #9a9a9a;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all 0.3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
.latest_news_sec article img:hover {
  transform: scale(1.2, 1.2);
}
.latest_news_sec article .news_img {
  position: absolute;
  background: #efefef;
  height: 123px;
  right: 0px;
  vertical-align: middle;
  padding: 20px;
  display: none;
}
.latest_news_sec article .news_img h4 {
  color: #000;
  line-height: 40px;
}
.latest_news_sec article h3 {
  color: #000000;
  margin-top: 10px;
  font-size: 19px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 21px;
  text-align: left;
}
.latest_news_sec article p {
  color: #525252;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}
.latest_news_sec article .attachment {
  background: #ce1f2c;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  width: max-content;
  color: #fff;
}
.latest_news_sec article .attachment.clr1 {
  background: #04661e;
}
.latest_news_sec article .attachment.clr2 {
  background: #003e9b;
}
.latest_news_sec article .attachment a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 0px 10px;
  transition: all 0.4s ease-in;
}
.latest_news_sec .clor_one img {
  border-bottom: solid 3px #9a9a9a;
}
.latest_news_sec .clor_one h3 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.latest_news_sec .clor_one .attachment {
  background: #ce1f2c;
}
.latest_news_sec .clor_two img {
  border-bottom: solid 5px #f18ec4;
}
.latest_news_sec .clor_two h3 {
  color: #f18ec4;
  margin-top: 10px;
  font-size: 19px;
  margin-bottom: 5px;
}
.latest_news_sec .clor_two .attachment {
  background: #f18ec4;
}
.latest_news_sec .read_more {
  padding: 1px 10px;
  font-size: 25px;
  display: initial;
  background: white;
  color: #eb1e29;
  border: 2px solid #ffffff;
}
.latest_news_sec .read_more:hover {
  display: initial;
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}
/**********************************************Events_sec*********************************************************************/
.event_sec {
  margin-top: 40px;
  margin-bottom: 40px;
}
.event_sec .image {
  display: block;
  width: 100%;
  height: auto;
}
.event_sec .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 34, 45, 0.88);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.event_details:hover .overlay {
  height: 100%;
}
.event_sec .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
}
.event_sec .attachment {
  position: absolute;
  background: #ffffff;
  top: 2px;
  left: 2px;
  padding: 0px 5px;
  height: 44px;
  line-height: 15px;
}
.event_sec .attachment a {
  color: #310000;
}
.event_sec .attachment i {
  font-size: 20px;
}
.event_sec h2 {
  color: #1f1f1f;
  margin-bottom: 15px;
  text-align: center;
}
.event_sec p {
  color: #444;
  text-align: center;
}
.event_sec .read_more {
  padding: 1px 10px;
  font-size: 25px;
  display: initial;
  background: #fee4be;
  color: #eb1e29;
  border: 2px solid #fee4be;
}
.event_sec .read_more:hover {
  display: initial;
  background: #fee4be;
  color: #000000;
  border: 2px solid #fee4be;
}
.event_sec article {
  margin-top: 25px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border: solid 3px #fae0edba;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
}
.event_sec article:hover {
  box-shadow: 0 20px 60px rgb(255, 218, 238);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.event_sec article h5 span {
  border: solid 1px #d4d4d4;
  padding: 2px 14px;
  margin: 7px;
  color: #000;
  border-radius: 20px;
}
.event_sec article h5 span a {
  color: #000;
}
.event_sec article h3 {
  text-align: center;
  margin-bottom: 24px;
  color: #252525;
  font-size: 20px;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 5px;
}
.event_sec article .overlay h3 {
  text-align: center;
  margin-bottom: 23px;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
  width: 260px;
  display: none;
}
.event_sec article img {
  width: 100%;
  height: 200px;
  object-fit: fill;
}
.event_sec article p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  color: #fff;
  font-size: 18px;
  width: 85%;
  margin: auto;
  margin-bottom: 17px;
}
.event_sec h5 {
  text-align: center;
  line-height: 18px;
  font-size: 16px;
}
.event_sec h5 a {
  color: #fff;
}
.event_sec article .overlay h5 span {
  border-radius: 0px;
  color: #fff;
  border: none;
}
.event_sec .clr_one .overlay h3 {
  color: #ffffff;
  display: none;
}
.event_sec .clr_one .overlay {
  background-color: rgba(245, 34, 45, 0.88);
}
.event_sec .clr_two .overlay h3 {
  color: #ffffff;
  display: none;
}
.event_sec .clr_two .overlay {
  background-color: rgba(39, 39, 39, 0.81);
}
.event_sec .clr_three .overlay h3 {
  color: #ffffff;
  width: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
  font-size: 20px;
  display: none;
}
.event_sec .clr_three .overlay {
  background-color: rgba(19, 19, 19, 0.81);
}
/**********************************************message_sec*********************************************************************/
.message_sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.message_sec h2 {
  color: #1f1f1f;
  margin-bottom: 40px;
  text-align: center;
}
.message_sec h3 {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: white;
  font-size: 30px;
}
.message_sec img {
  width: 350px;
  height: 340px;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 40px;
  float: right;
  margin-left: 40px;
}
.message_sec img:hover {
  box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.message_sec .text_sec {
  background: #d9261c; /* height: 443px; */
  padding: 40px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 40px;
}
.message_sec .text_sec:hover {
  box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.message_sec p {
  color: #fff;
}
.message_sec .view_button {
  bottom: 40px;
  left: -31px;
  z-index: 9;
  color: #000000;
}
.message_sec .view_button:hover .read_more:hover {
  background: #000000;
  color: #fff;
}
.message_sec .read_more {
  padding: 8px 10px;
  border-radius: 0px;
  color: #000000;
}
.message_sec .read_more:before {
  border-radius: 0px;
  border: solid 2px #d9261c;
}
/**********************************************gallery*********************************************************************/
.gallery_sec {
  padding-bottom: 50px;
}
.gallery_sec h2 {
  color: #1f1f1f;
  margin-bottom: 46px;
  text-align: center;
  color: #1f1f1f;
  text-align: center;
  margin-top: 10px !important;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 30px;
}
.gallery_sec h2 span {
  color: #c30b4d;
}
.gallery_sec img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  object-position: top;
  outline: 1px solid rgba(255, 255, 255, 0);
  outline-offset: -12px;
  border-radius: 40px;
  object-fit: contain;
  background: #e3e3e3;
}
.gallery_sec .image_two {
  width: 100%;
  height: 420px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.gallery_sec .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #151515ab;
  border-radius: 40px;
}
.img_sec {
  position: relative;
}
.img_sec:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery_sec .read_more {
  padding: 5px 10px;
  font-size: 15px;
  margin-top: 5px;
  background: #f02b39;
}
.gallery_sec .read_more:before {
  border: 0px;
}
.gallery_sec .img_sec {
  object-position: top;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; /* border: solid 5px #fee4be; */
  margin-bottom: 20px;
}
.gallery_sec .img_sec:hover {
  box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.gallery_sec h3 {
  font-size: 18px;
}
/*new*/
.gallery-blk img {
  width: auto;
  max-width: 100%;
  height: 88%;
  margin: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 19px 0 #00000054;
  border: 7px solid #ffffff4f;
  object-fit: contain;
  object-position: center;
}
.row.tabs-dynamic .month-selection {
  width: 100%;
}
.gallery-blk {
  height: 191px;
  object-fit: contain;
  position: relative;
  background: #ddd;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  background-size: 100% 100% !important;
}
.row.tabs-dynamic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #efe4e4;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  background: #fff;
  padding: 10px 0;
}
.row.tabs-dynamic p {
  margin-bottom: 0;
}
.row.tabs-dynamic select {
  background: #f5f5f5;
  border-bottom: 1px solid #b6b6b6;
  width: 100%;
  min-width: 150px;
  padding: 5px 10px;
  border: 1px solid #f1e3e3;
}
.row.tabs-dynamic input {
  padding: 6px 4px;
  background: #f5f5f5;
  width: 100%;
  padding-right: 0;
  border: 1px solid #f1e3e3;
  font-family: "Open Sans", sans-serif;
}
.count-val p {
  margin-bottom: 0;
}
.gallery-title h3 {
  font-size: 18px !important;
  color: #b7000f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0;
  height: 40px;
  text-transform: uppercase;
}
.gallery-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px !important;
  font-size: 15px !important;
  height: 25px;
  text-align: left;
}
.gallery-content {
  padding: 20px 15px;
}
.gallery-inner {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 7px 6px 12px -4px #ddd;
}
a.view-more {
  color: #000;
  background: #efefef;
  padding: 5px 10px;
  border-radius: 6px;
  display: block;
  width: max-content;
  margin: auto;
  text-decoration: none;
  margin-top: 20px;
}
.gallery-inner h6 span {
  color: #b7000f;
}
.years {
  display: none;
}
.load-more {
  display: block;
  clear: both;
}
.showYear {
  display: block;
}
.load-more .next {
  background: #00305c;
  width: max-content;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 20px;
}
.gallery-blk a {
  color: inherit;
}
/**********************************************footer*********************************************************************/
.footer_sec h3 {
  color: #ffffff;
  margin-top: 14px;
  margin-top: 30px;
  font-size: 22px;
}
.footer_sec h4 {
  color: #ffffff;
  line-height: 30px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.footer_sec a {
  color: #ffffff;
}
.footer_sec img {
  margin-top: 30px;
}
.footer_sec .footer_one {
  background: rgb(217 38 28);
  min-height: 125px;
}
.footer_sec .footer_two {
  background: rgb(21, 21, 21);
  min-height: 125px;
}
.footer_sec .footer_three {
  background: rgb(217 38 28);
  min-height: 125px;
}
.footer_sec_bottom {
  padding-top: 30px;
  background: #ffffff5e;
  border-bottom: dashed 1px #fff; /* border-top: dashed 1px #ff5c5c; */
}
.footer_sec_bottom h3 {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.footer_sec_bottom ul li {
  list-style-type: none;
  line-height: 28px;
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/tick.png)
    0% 8px no-repeat;
  padding-left: 25px;
  font-size: 16px;
}
.footer_sec_bottom ul li a {
  color: #020202;
}
.footer_sec_bottom ul li a:hover {
  color: #f02b39;
}
.footer_sec_bottom_link {
  background: #151515;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer_sec_bottom_link p {
  text-align: center;
  margin-bottom: 0px;
  line-height: 25px;
  color: #ffffff;
  font-size: 14px;
}
.footer_sec_bottom_link a {
  color: #ffffff;
}
.footer_sec_bottom_link a:hover {
  color: #ff747e;
}
.shape {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/shape.png)
    no-repeat;
}
.footer_sec_bottom ul {
  padding-left: 50px;
}
.topper-2023 {
  margin: 0px;
}
.topper-2023 article {
  margin: 0px;
}
.topper-2023 article img {
  margin-bottom: 20px;
  border-radius: 0px;
}
.topper-2023 article h3 {
  background: #e1c500;
  width: max-content;
  margin: auto;
  margin-top: -30px;
  padding: 10px;
  margin-bottom: 0px;
  padding-bottom: 4px;
}
.topper-2023 article h4 {
  text-align: center;
  font-size: 13px;
}
.topper-2023 article span {
  position: absolute;
  top: -14px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  background: #ba000e;
  align-items: center;
  justify-content: center;
}
.topper-2023 article span h2 {
  font-size: 16px;
  font-family: "Oxygen-Bold";
  text-align: center;
  color: #fff;
  line-height: 35px;
  margin: 0px;
}
.topper-2023 article span img {
  margin: 0px;
  border: none;
  width: 50px;
  height: auto;
  position: absolute;
  right: 0px;
  top: -23px;
}
/*********************************************mobileapp*******************************************************/
.mob_app {
  text-align: center;
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/bgpat.jpg);
}
.mob_app h2 {
  font-size: 20px;
  text-align: left;
  color: #101010;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mob_app .icon_sec img {
  width: 125px;
  margin: 20px 5px;
  float: left;
  margin-left: 0px;
}
.mob_app .icon_sec p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 63px;
  line-height: 35px;
}
.mob_app .icon_sec h4 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #212121;
  font-size: 17px;
}
.mob_app h5 {
  color: #212121;
  font-size: 20px;
  text-align: left;
}
.res_logo {
  display: none;
  position: relative;
}
.res_logo img {
  width: 240px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffe0f1;
  border-color: #ffe0f1;
}
.navbar-collapse.in {
  overflow-y: inherit;
  background: white;
}

.tc-sec input {
  width: 100%;
  border: solid 1px #c7c7c7;
  padding: 10px;
  background: #efefef;
  margin: auto;
}
.tc-sec input[type="submit"] {
  width: 150px;
  height: 40px;
  margin-top: 20px;
  background: #b4120c;
  color: #fff;
  font-size: 14px;
  border: solid 1px #b4120c73;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.innerpage .tc select.form-select,
.innerpage .tc input[type="text"] {
  background: #1f257d2b;
}
.form-select {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  font-size: 14px;
  border: solid 1px #b4120c73;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.innersec {
  padding-bottom: 120px;
  min-height: 500px;
}
.innersec h1,
.innersec h2 {
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #272626;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 26px;
  font-family: Merriweather-Regular;
  line-height: 38px;
}
.breadcrumb {
  padding: 15px 15px 10px 15px;
  background-color: transparent;
}
.breadcrumb-item a {
  color: #d9261d;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
}
.breadcrumb > .active {
  color: #000;
}
.vision,
.mission {
  float: right;
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
}
.vision img,
.mission img,
.about img {
  width: 85%;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: dotted 2px #fff;
  border-radius: 20px;
}
.inner-img {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  border-radius: 50px;
  width: 600px;
}
.mission {
  float: left !important;
}
.msn {
  padding-top: 70px;
  clear: both;
}
.msn h1,
.vsn h1 {
  padding-top: 30px;
}
.msn h3,
.vsn h3 {
  font-size: 20px;
}
.imgheading {
  font-size: 18px;
  text-transform: none;
  color: #005919;
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}
.clr25 {
  clear: both;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
}
.innerhead {
  font-family: "Lato", sans-serif;
  color: #194b7b;
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.assistance {
  background: rgba(68, 23, 20, 0.06);
  padding: 13px;
  border: solid 1px #ddd;
}
h4.sub_head1 {
  font-size: 20px;
  margin: 13px 0;
  color: #0d3263;
  font-weight: 600;
}
#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: #000;
  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 {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 30px;
  font-weight: 700;
  transition: 0.3s;
  opacity: 0.5;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    height: auto;
  }
  .animodal-content,
  #anicaption {
    width: 100%;
  }
}

.quotes {
  color: #eb5d09;
}
p strong {
  color: #000;
}
.about {
  float: right;
  width: 35%;
}
.leftside {
  float: left;
  width: 60%;
}
.Pedagogical {
  margin-top: 100px;
  clear: both;
}
.table {
  margin: 0;
}
.table tr td {
  border: 1px solid #e7c9c8;
  border-top: 1px solid #e7c9c8 !important;
}
.tip {
  width: 0;
  height: 0;
  position: absolute;
  background: transparent;
  border: 10px solid #d9261d;
}
.tip-left {
  top: 10px;
  left: -22px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.dialogbox .dialogboxinner {
  position: relative;
  padding: 5px;
  background-color: #eb89193d;
  border-radius: 3px;
  border: 2px solid #d9261d;
  margin-bottom: 20px;
}
.dialogboxinner .message {
  min-height: 30px;
  border-radius: 3px;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #797979;
}
.coreteam img {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  min-height: 104px;
  max-height: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 20em;
  object-position: top;
  margin-bottom: 8px;
  box-shadow: 2px 2px 12px 2px #d19133;
}

@media (max-width: 991px) {
  .about {
    float: none;
    width: 100%;
  }
  .message_sec img {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .leftside {
    float: none;
    width: 100%;
  }
  .club {
    margin-top: 0;
  }
}

.innersec h3 {
  font-size: 22px;
  font-weight: 600;
}
.ullist {
  list-style: none;
  margin-left: 18px;
  line-height: 36px;
  font-size: 16px;
}
.ullist li {
  background-color: #d4ecf3;
  margin-bottom: 9px;
  padding: 5px;
}
.admissionli li {
  margin-left: 18px;
  line-height: 36px;
  font-size: 17px;
  list-style: circle;
}
.innersec-box {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.innersec-lft {
  padding: 0 45px 0 0;
  width: 65%;
}
.innersec-rht {
  width: 35%;
}
.innersec-rht h4 {
  text-align: center;
}
.innersec-rht img {
  width: 490px;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
  object-fit: contain;
  object-position: top;
}
.founder {
  border: 4px double #137183;
  padding: 5px;
  border-radius: 0%;
}
.assembly {
  border-radius: 0 25px 0 25px;
  box-shadow: 14px 13px 2px 3px #38abbc47;
}
.club {
  margin-top: -100px;
}
.curriculum-box {
  background: #fff;
  padding: 15px 20px 40px;
  border-radius: 6px;
  box-shadow: 0 0 11px -1px #00000063;
  min-height: 480px;
  margin: 10px 0;
}
.curriculum-box ul li {
  margin-left: 25px;
  font-size: 16px;
  line-height: 26px;
}
.curriculum-box li {
  list-style-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/bookicn.png);
}
.curriculum-box h5 {
  color: #000;
  font-weight: 700;
  padding: 10px 0 5px;
}
.curriculum-box h4 {
  color: #ef2d39;
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
}
.house_sec {
  margin: 0;
}
.house_sec article {
  padding: 20px;
  border-radius: 90px;
}
.house_sec img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 40px;
  object-position: top;
}
.house_sec h3 {
  text-align: center;
  font-size: 16px;
}
.box-icon {
  background: #ececec;
  border-radius: 6px;
  box-shadow: -1px 2px 0 0 #c3c3c3;
  padding: 25px 10px;
  line-height: 33px;
  margin-bottom: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}
.box-icon img {
  width: 70px !important;
  height: 70px !important;
  margin-right: 10px;
}
.box-icon h4 {
  color: #333;
  text-align: left;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 25px;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}
.box-icon a {
  text-decoration: none;
}
.box-icon a h5 {
  color: #c6090e;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 23px;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
  height: 23px;
}
/**********************************likhil*******************/
.event-celebration article {
  margin: 0px;
}
.event-celebration article img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.event-celebration article h3 {
  color: #000;
  text-align: center;
  margin: 10px auto;
  font-size: 17px;
}
.coming-soon {
  margin: auto;
  border-radius: 160px;
  width: 450px;
}
.event-celebration article {
  background: #f5e0e1;
  padding: 10px;
  border: solid 1px #ffccce;
  margin-bottom: 20px;
}
.achivement_sec img {
  width: 150px;
  height: 150px;
  margin: auto;
  border: solid 5px #dbdbdb;
  border-radius: 20px;
}
.achivement_sec h3 {
  color: #000;
  font-size: 15px;
  text-align: center;
}
.achivement_sec article p {
  text-align: center;
}
.achivement_sec article {
  text-align: center;
  margin-bottom: 40px;
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SJSSCF/public/images/template.jpg)
    center no-repeat;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.less_cnt {
  font-size: 20px;
}
.innertable {
  overflow: auto;
  color: #753400;
  background: #fff;
}
.innertable td {
  border: solid 1px #d9d9d9;
  padding: 5px;
  font-size: 14px;
  color: #333;
}
.innertable th {
  background: rgb(239 44 57);
  border: solid 1px #fcf4ff;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.innertable tr:nth-child(even) {
  background-color: #fffbf2;
}
.contact_us_sec input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: solid 1px #ddd;
}
.contact_us_sec input[type="submit"] {
  width: 150px;
  background: #ef2c39;
  color: #fff;
}
.contact_us_sec input[type="submit"]:hover {
  background: #000;
}
.contact_us_sec input.msg {
  margin: 0px;
}
.achievement-pic {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.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: rgba(0, 0, 0, 0.8509803921568627) !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: 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;
}
.magnify-toolbar.magnify-foot-toolbar button i {
  color: #fff;
  font-size: 20px;
}
.anim div {
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 75%;
}
.anim div:nth-of-type(odd) {
  background: #ef2c3938;
}
.anim div:nth-of-type(even) {
  background: #ffffff75;
  border: 2px solid #c1c1c161;
}
.anim div:nth-of-type(11) {
  height: 10px;
  width: 10px;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-animation: slide 10s ease-in-out infinite;
  animation: slide 10s ease-in-out infinite;
}
.anim div:nth-of-type(10) {
  height: 20px;
  width: 20px;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-animation: slide 10s 1s ease-in-out infinite;
  animation: slide 10s 1s ease-in-out infinite;
}
.anim div:nth-of-type(9) {
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: slide 10s 1s ease-in-out infinite;
  animation: slide 10s 1s ease-in-out infinite;
}
.anim div:nth-of-type(8) {
  height: 60px;
  width: 60px;
  margin-top: -32px;
  margin-left: -32px;
  -webkit-animation: slide 10s 1s ease-in-out infinite;
  animation: slide 10s 1s ease-in-out infinite;
}
.anim div:nth-of-type(7) {
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-animation: slide 10s -1.8s ease-in-out infinite;
  animation: slide 10s -1.8s ease-in-out infinite;
}
.anim div:nth-of-type(6) {
  height: 100px;
  width: 100px;
  margin-top: -52px;
  margin-left: -52px;
  -webkit-animation: slide 10s 2s ease-in-out infinite;
  animation: slide 10s 2s ease-in-out infinite;
}
.anim div:nth-of-type(5) {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
  -webkit-animation: slide 10s -1.2s ease-in-out infinite;
  animation: slide 10s -1.2s ease-in-out infinite;
}
.anim div:nth-of-type(4) {
  height: 140px;
  width: 140px;
  margin-top: -72px;
  margin-left: -72px;
  -webkit-animation: slide 3s -0.9s ease-in-out infinite;
  animation: slide 3s -0.9s ease-in-out infinite;
}
.anim div:nth-of-type(3) {
  height: 160px;
  width: 160px;
  margin-top: -80px;
  margin-left: -80px;
  -webkit-animation: slide 10s -0.6s ease-in-out infinite;
  animation: slide 10s -0.6s ease-in-out infinite;
}
.anim div:nth-of-type(2) {
  height: 180px;
  width: 180px;
  margin-top: -92px;
  margin-left: -92px;
  -webkit-animation: slide 10s -0.3s ease-in-out infinite;
  animation: slide 10s -0.3s ease-in-out infinite;
}
.anim div:nth-of-type(1) {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-animation: slide 10s ease-in-out infinite;
  animation: slide 10s ease-in-out infinite;
}
@keyframes slide {
  0% {
    left: 75%;
  }
  50% {
    left: 25%;
  }
  100% {
    left: 75%;
  }
}
@-webkit-keyframes slide {
  0% {
    left: 75%;
  }
  50% {
    left: 25%;
  }
  100% {
    left: 75%;
  }
}
.anim {
  display: none;
}
.banner img {
  border-bottom-left-radius: 470px;
  border-bottom-right-radius: 70px;
}
.anim div {
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 75%;
}
.anim div:nth-of-type(odd) {
  background: #ef2c3938;
}
.anim div:nth-of-type(even) {
  background: #ffffff75;
  border: 2px solid #c1c1c161;
}
.anim div:nth-of-type(11) {
  height: 10px;
  width: 10px;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-animation: slide 10s ease-in-out infinite;
  animation: slide 10s ease-in-out infinite;
}
.anim div:nth-of-type(10) {
  height: 20px;
  width: 20px;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-animation: slide 10s 1s ease-in-out infinite;
  animation: slide 10s 1s ease-in-out infinite;
}
.anim div:nth-of-type(9) {
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: slide 10s 1s ease-in-out infinite;
  animation: slide 10s 1s ease-in-out infinite;
}
.anim div:nth-of-type(8) {
  height: 60px;
  width: 60px;
  margin-top: -32px;
  margin-left: -32px;
  -webkit-animation: slide 10s 1s ease-in-out infinite;
  animation: slide 10s 1s ease-in-out infinite;
}
.anim div:nth-of-type(7) {
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-animation: slide 10s -1.8s ease-in-out infinite;
  animation: slide 10s -1.8s ease-in-out infinite;
}
.anim div:nth-of-type(6) {
  height: 100px;
  width: 100px;
  margin-top: -52px;
  margin-left: -52px;
  -webkit-animation: slide 10s 2s ease-in-out infinite;
  animation: slide 10s 2s ease-in-out infinite;
}
.anim div:nth-of-type(5) {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
  -webkit-animation: slide 10s -1.2s ease-in-out infinite;
  animation: slide 10s -1.2s ease-in-out infinite;
}
.anim div:nth-of-type(4) {
  height: 140px;
  width: 140px;
  margin-top: -72px;
  margin-left: -72px;
  -webkit-animation: slide 3s -0.9s ease-in-out infinite;
  animation: slide 3s -0.9s ease-in-out infinite;
}
.anim div:nth-of-type(3) {
  height: 160px;
  width: 160px;
  margin-top: -80px;
  margin-left: -80px;
  -webkit-animation: slide 10s -0.6s ease-in-out infinite;
  animation: slide 10s -0.6s ease-in-out infinite;
}
.anim div:nth-of-type(2) {
  height: 180px;
  width: 180px;
  margin-top: -92px;
  margin-left: -92px;
  -webkit-animation: slide 10s -0.3s ease-in-out infinite;
  animation: slide 10s -0.3s ease-in-out infinite;
}
.anim div:nth-of-type(1) {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-animation: slide 10s ease-in-out infinite;
  animation: slide 10s ease-in-out infinite;
}
@keyframes slide {
  0% {
    left: 75%;
  }
  50% {
    left: 25%;
  }
  100% {
    left: 75%;
  }
}
@-webkit-keyframes slide {
  0% {
    left: 75%;
  }
  50% {
    left: 25%;
  }
  100% {
    left: 75%;
  }
}
.zoompic img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  min-height: 250px;
  max-height: 250px;
  margin: 10px auto 20px;
  display: block;
  border: 5px solid #b927316b;
  border-radius: 25px 25px 25px 25px;
}
.olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.olcards {
  list-style: none;
  counter-reset: cardCount;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  --cardsGap: 1rem;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
}
.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white; /* min-height: 120px; */
  margin-bottom: 30px;
}
.olcards li::before {
  /* content: counter(cardCount, decimal-leading-zero); */
  background: white;
  color: var(--cardColor);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}
.olcards li .content {
  background-color: var(--cardColor);
  gap: 0.25em 1em;
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrowClipSize)) 0,
    100% 50%,
    calc(100% - var(--arrowClipSize)) 100%,
    calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
    0 calc(100% + var(--cardsGap))
  );
  position: relative;
  min-width: 100%;
  height: auto;
}
.olcards li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.olcards li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}
.olcards li .content .title {
  grid-area: title;
  font-size: 1.25em; /* font-weight: 700; */
}
.olcards li .content .text {
  grid-area: text;
  font-size: 16px;
  padding: 16px 0px;
}
.student-council-sec {
  display: flex;
  align-items: center;
  background: #eee;
  padding: 25px;
}
.student-council-sec .col-lg-6 {
  margin: 0px;
}
.student-council-sec img {
  margin: 0px;
  float: right;
  height: 500px;
  width: 100%;
}
/* ------------------------------------
Topper
---------------------------------------*/
.innertable h3 {
  font-size: 16px;
}
.h4 {
  font-size: 19px;
  color: #b7000f;
  padding-bottom: 7px;
  font-weight: 600;
}
.rounded-circle {
  border-radius: 50% !important;
}
.searchBox input {
  adding: 2px 4px;
  background: #ffffff;
  width: 100%;
  padding-right: 0px;
  border: solid 1px #c3c3c3;
}
.topper-section.services-style-current-theme.Birthdaybg {
  background: #f1f1f1;
}
.z-index-1 {
  z-index: 1 !important;
}
.bg-silver-light {
  background-color: #ffffff !important;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}
.topper-service p {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #0c0b0b;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 2px;
}
.topper-info-list {
  margin-bottom: 0px;
  height: 60px;
}
.services-style-current-theme {
  background: #fff;
  padding: 25px 10px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgb(156 154 154 / 11%);
  margin: 4px;
  border: dotted 1px #b7000f;
}
.services-style-current-theme .topper-service .thumb {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.services-style-current-theme .topper-service .thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#10th-slider li {
  height: 500px !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.services-style-current-theme:hover .topper-service .thumb::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
.services-style-current-theme:hover .topper-service .thumb .service-icon {
  transform: rotateY(180deg);
}
.services-style-current-theme:hover .topper-service .thumb .service-icon img {
  transform: scale(1.05);
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.services-style-current-theme .topper-service .thumb .service-icon {
  position: absolute;
  right: 10%;
  background: #fdb510;
  bottom: 0;
  padding: 25px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.services-style-current-theme .topper-service .thumb .service-icon img {
  width: 75px;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.services-style-current-theme .topper-service .thumb img {
  overflow: hidden;
  z-index: 2;
  object-fit: contain;
  background: #ebeaef;
  width: 150px;
  height: 150px;
}
.services-style-current-theme .topper-service .details .topper-info-list li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.services-style-current-theme .topper-service .thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.text-theme-colored3 {
  color: #b7000f !important;
}
.font-weight-800 {
  font-weight: 700 !important;
}
.tm-animation-floating {
  -webkit-animation-name: tm-animation-floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
.title {
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.services-style-current-theme:hover .topper-service .thumb::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
.services-style-current-theme:hover .topper-service .thumb .service-icon {
  transform: rotateY(180deg);
}
.services-style-current-theme:hover .topper-service .thumb::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
.bg-theme-colored3 {
  background-color: #f33b10 !important;
}
.bg-theme-colored4 {
  background-color: #02b890 !important;
}
.tm-floating-objects > span {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8 !important;
  height: 210px;
  width: 210px;
}
.tm-animation-floating {
  -webkit-animation-name: tm-animation-floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes tm-animation-floating {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes tm-animation-floating {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(0, 15px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
/*********************************************Inner News*******************************************************/
.newsCount {
  margin-bottom: 0;
}
.news-head h3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 14px;
  color: #000;
  position: relative;
}
.news-blk {
  margin-bottom: 15px;
  width: 97%;
  box-shadow: 9px 11px 5px 0 #dddddd3d;
  position: relative;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 12px 0 #e7e7e7;
  border: 4px double #b5b5b5;
  transition: 0.5s;
  background: white;
}
.news-blk:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -8px;
  width: 100px;
  height: 100px;
  background: #ecf9ff;
  border-radius: 50%;
}
.attachment {
  background: #cb1107;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
}
.inner-page .attachment {
  color: #da2128;
  text-align: right;
}
.inner-page .attachment a {
  color: #fff;
}
.inner-page .attachment a i {
  color: #fff;
}
.inner-page .attachment i {
  color: #fff;
}
.news-content p {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 29px;
}
.news-content p::-webkit-scrollbar {
  width: 0;
}
.news-blk:hover {
  box-shadow: #0000000d 0 2px 1px, #0000000d 0 4px 2px, #0000000d 0 8px 4px,
    #0000000d 0 16px 8px, #0000000d 0 32px 16px;
}
.news-head {
  display: flex;
  align-items: center;
}
.news-blk h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0px;
  color: #000;
  line-height: 27px;
}
.news-date {
  font-weight: bold;
  color: #a5a5a5; /* bootstrap primary blue */
  margin-bottom: 5px;
  font-size: 1.1em;
}
/*********************************************resposive*******************************************************/
@media (max-width: 1479px) {
  .logo_sec .container {
    width: 100%;
  }
  .event_sec article img {
    height: 150px;
    object-fit: fill;
  }
  .event_sec article h3 {
    font-size: 17px;
    width: 250px;
  }
}

@media (max-width: 1300px) {
  .nav > li > a {
    font-size: 14px;
  }
  .videost {
    height: 100vh;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .innersec-lft {
    width: 100%;
    padding: 0;
  }
  .innersec-rht {
    width: max-content;
    display: block;
    margin: 20px auto;
  }
  .innersec-rht h4 {
    text-align: left;
  }
  .founder {
    border-radius: 0;
  }
  .innersec-box {
    display: inline-grid;
    flex-direction: row;
    width: 100%;
  }
  .latest_news_sec article {
    width: 100%;
  }
  .month-selection select {
    padding: 10px 8px;
    border: 0;
    width: 100%;
    margin-left: 0;
    min-width: 150px;
    padding: 7px 7px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .searchBox input {
    padding: 7px 7px 3px;
  }
  .home-class {
    background: #feeed6;
  }
  .navbar-header {
    padding: 6px;
  }
  .wave {
    height: 140px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #ef2c39;
    color: #ffd400;
    width: max-content;
  }
  .nav > li > a {
    color: #000;
  }
  .nav > li {
    display: block;
    text-align: left;
  }
  .footer_sec_bottom .container {
    width: 100%;
  }
  .logo_sec .container {
    width: 100%;
  }
  .nav > li > a {
    padding: 5px 12px;
    font-size: 15px;
  }
  .videost {
    height: 100vh;
    width: 100%;
  }
  .modal-dialog {
    width: 700px;
    margin-top: 35px;
  }
  .modal-body img {
    height: 400px !important;
  }
  .footer_sec .footer_three,
  .footer_sec .footer_two,
  .footer_sec .footer_one {
    min-height: 164px;
  }
  .event_sec article img {
    height: 200px;
    object-fit: fill;
  }
  .event_sec article h3 {
    font-size: 17px;
    width: auto;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    float: none !important;
    width: 100% !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .videodetails {
    width: 100%;
  }
  .inner-img {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .social-links {
    display: none;
  }
  .dropdown-menu {
    background: #ffe5f3;
  }
  .mob_app .mob_sec img {
    margin-top: 20px;
  }
  .footer_sec_bottom {
    padding-top: 15px;
  }
  .footer_sec_bottom ul {
    text-align: left;
  }
  .footer_sec_bottom ul li {
    background: none;
    padding-left: 0;
  }
  .app_img_sec {
    width: 275px;
    margin: auto;
  }
  .footer_sec_bottom h3,
  .mob_app h2,
  .mob_app .icon_sec h4,
  .mob_app h5 {
    text-align: center;
  }
  .row_sec {
    margin: 0 -15px;
  }
  .latest_news_sec .bg_clr {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .message_sec .view_button {
    left: 0;
  }
  .about_us img {
    margin-top: 10px;
  }
  .nav > li > a {
    padding: 10px 3px;
  }
  .navbar-nav {
    float: none;
    margin: 0 auto;
  }
  .logo_sec,
  .logo_sec.fix-header {
    height: auto;
    position: relative;
  }
  .nav > li > a {
    padding: 5px 4px;
    width: max-content;
    text-align: center;
  }
  .footer_sec img {
    margin-top: 27px;
    width: 35px;
  }
  .footer_sec h4 {
    text-align: center;
  }
}

@media (max-width: 895px) {
  .nav > li > a {
    padding: 5px;
    font-size: 15px;
    width: max-content;
  }
  .mob_app h2 {
    margin-top: 50px;
  }
}

@media (max-width: 857px) {
  .nav > li > a {
    padding: 5px 3px;
    font-size: 14px;
    width: max-content;
  }
}

@media (max-width: 767px) {
  .searchBox {
    margin-top: 43px;
  }
  .row.tabs-dynamic {
    display: block;
  }
  #ddlYear {
    margin-top: 20px;
  }
  .topper-2023 {
    margin-top: 50px;
  }
  .modal-body img {
    object-fit: contain;
  }
  .event-school-sec img {
    height: 250px;
  }
  p.textmid {
    width: 100%;
  }
  .map_img {
    margin: auto;
    margin-bottom: 20px;
    display: block;
  }
  .innersec h1,
  .innersec h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .innersec {
    padding-top: 10px;
    margin-top: 0;
  }
  .banner img {
    height: 150px;
  }
  .anim {
    display: none;
  }
  .footer_sec_bottom ul {
    text-align: center;
  }
  .about_us img {
    margin-top: 10px;
  }
  h2 {
    font-size: 30px;
  }
  .gallery_sec .img_sec {
    margin-bottom: 0;
  }
  .message_sec .text_sec {
    height: auto;
  }
  .gallery_sec .image_two {
    height: 200px;
  }
  .message_sec img {
    height: 250px;
  }
  .erp_links {
    bottom: 126px;
  }
  .footer_sec_bottom_link p {
    font-size: 13px;
  }
  .message_sec p {
    -webkit-line-clamp: 6;
  }
  .message_sec {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .activities {
    padding-top: 0;
  }
  .about_us {
    padding-bottom: 0;
  }
  .latest_news_sec article h3 {
    font-size: 16px;
  }
  .wave {
    display: none;
  }
  .message_sec h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .activities_sec h3 {
    font-size: 12px;
  }
  .footer_sec a {
    font-size: 13px;
  }
  .modal-dialog {
    width: auto;
  }
  .navbar-nav {
    float: left;
    width: 100%;
    text-align: left;
  }
  .nav > li > a {
    padding: 0 11px;
    width: 100%;
    border: none;
    text-align: left;
  }
  .event_sec article .overlay h3 {
    width: 340px;
  }
  .footer_sec .footer_three,
  .footer_sec .footer_two,
  .footer_sec .footer_one {
    min-height: 100px;
  }
  .footer_sec h3 {
    margin-top: 15px;
  }
  .modal-body img {
    height: 400px !important;
  }
  .modal-dialog {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .overlay .data section {
    margin-top: 140px;
  }
  .footer_sec h4 {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 650px) {
  .fullwidth650 {
    width: 100%;
    padding: 0;
  }
  .videost {
    height: 620px;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .fullwidth550 {
    width: 100%;
  }
  .erp_links img {
    width: 50px;
  }
}

@media (max-width: 450px) {
  .fullwidth {
    width: 100%;
  }
}

.faculty_dynamic_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-family: Arial, sans-serif;
  background: #fff;
}

.faculty_dynamic_table thead {
  background: #333;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faculty_dynamic_table th,
.faculty_dynamic_table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
}

.faculty_dynamic_table tbody tr:nth-child(even) {
  background: #f4f4f4;
}

.faculty_dynamic_table tbody tr:hover {
  background: #e8e8e8;
  transition: 0.3s;
}
