@font-face {
  font-family: texgyreadventor-bold;
  src: url("../fonts/texgyreadventor-bold.ttf"); }
@font-face {
  font-family: OpenSans-Regular;
  src: url("../fonts/OpenSans-Regular.ttf"); }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
body {
  font-family: OpenSans-Regular;
  overflow-x: hidden; }

h2, h4 {
  font-family: 'texgyreadventor-bold'; }

h1 {
  text-rendering: optimizeLegibility;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
  line-height: 45px;
  font-family: texgyreadventor-bold;
  text-transform: uppercase;
  font-weight: normal;
  }

p {
  font-size: 16px;
  color: #151515;
  line-height: 32px;
  text-align: justify; }

h3 {
  font-size: 1.17em;
  font-family: 'texgyreadventor-bold'; }

.viewall {
  border: 2px solid #e1e1e1;
  color: #ababab;
  transition: 0.5s;
  }
  .viewall:hover {
    background: #da271d;
    color: #fff;
    border: 2px solid #fff; }
ul.list-inline {
    display: flex;
    justify-content: center;
}
.popup_main h1{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000 !important;
  display: -webkit-box;
  font-size: 17px !important;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px !important;
  overflow: hidden;
  padding-bottom: 0;
  text-align: center !important;
  text-transform: capitalize;
}
.modal-bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
.carousel-item  a.btn.btn-primary {
  background: #8c0000;
  border: #8c0000;
  border-radius: 6px;
  box-shadow: -2px 14px 11px -9px #0000008a;
  color: #fff!important;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px;
  text-transform: uppercase;
  transition: .5s;
}
button.btn-close {
  background-color: #8c0000 !important;
  background: url(https://webapi.entab.info/api/image/SJCRMP/public/Images/closeicn.png) no-repeat;
  background-position: 50%;
  border-radius: 0;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
} 
div#myModal .data {
  padding: 10px;
}
header {
  background: #15074c;
  padding: 10px 0px; }
  header ul li {color:#fff;}
  header ul li a{color:#fff;}

.navbar {
  padding: 0px;
  background: #da271d; }
  .navbar a {
    font-size: 14px;
    color: #fff !important; }
    .navbar a:hover {
      background: #d01207;
      color: #fffccf; }
  .navbar .dropdown-menu {
    top: 29px;
    background-color: #003363c7 !important;
    min-width: 240px;
    margin-top: 7px !important;
    border: 1px solid #fff; }
    .navbar .dropdown-menu :hover {
      background: #15074c1f; }

.bgwave {
  background-image: url(https://webapi.entab.info/api/image/SJCRMP/public/Images/bottom_wave.png);
  width: 100%;
  margin-top: -95px;
  position: relative;
  background-repeat: repeat; }
  .bgwave .mon-sec {
    margin: 0px; }
    .bgwave .mon-sec img {
      width: 650px; }
  .bgwave p {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase; }
    .bgwave p i {
      color: #000;
      font-weight: 600; }

.about {
  margin-top: 60px;
}
  .about p {
    font-size: 16px;
    line-height: 38px;
    font-family: OpenSans-Regular !important;
    }
  .about h2 {
    color: #da271d;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 16px;
    color: #000000;
    font-size: 18px;
    }
    .about h2 span {
      display: block; }
  .about-quote {
    font-size: 20px !important;
    /* font-weight: bold; */
    line-height: 30px;
    font-family: texgyreadventor-bold !important;
    color: #da271d;
    }
  .about #images_sec {
    /* width: 100%; */
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* position: relative; */ }
  .about .circle {
    border-radius: 50%;
    background-color: #9785de;
    width: 450px;
    height: 450px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32); }
  .about .item {
    z-index: 999;
    padding: 5px;
    position: relative; }
  .about .item amp-img {
    width: 450px;
    transform: translateY(1px); }
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: .5; }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0; } }
  .about .image-circle {
    border-radius: 50%;
    border-top: 2px dashed #ffcc00;
    border-right: 2px dashed #ffcc00;
    border-left: 2px dashed #bfbfbf;
    border-bottom: 2px dashed #bfbfbf;
    padding: 10px;
    animation: spin 10s infinite linear;
    width: 450px; }
    .about .image-circle img {
      animation: spin 10s infinite reverse linear;
      width: 100%;
      border-radius: 50%; }
@keyframes spin {
  100% {
    transform: rotate(1turn); } }
.news_sec {
  margin-bottom: 70px;
  margin-top: 60px; }
  .news_sec .carousel-inner {
    padding-bottom: 30px; }
  .news_sec .carousel-indicators {
    bottom: -60px; }
    .news_sec .carousel-indicators [data-bs-target] {
      background-color: #000;
      width: 15px;
      height: 15px;
      border-radius: 100%; }
  .news_sec h1 {
    text-align: center; }
  .news_sec .flip-card {
    background-color: transparent;
    width: 90%;
    height: 296px;
    perspective: 1000px;
    }
  .news_sec .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d; }
  .news_sec .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg); }
  .news_sec .flip-card-front, .news_sec .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .news_sec .flip-card-front {
    background-color: #f2ebde;
    color: black;
    padding: 20px 30px;
    border-top: solid 5px #c7b89b;
    border-bottom-left-radius: 100px;
    box-shadow: 10px 10px 10px 0px #a3a3a369;
    } 
  .news_sec .front2 {
    background-color: #d6f7fb; }
  .news_sec .flip-card-back {
    background-color: #f2ebde;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    border-bottom-left-radius: 100px;
    }
  .news_sec h3 {
    margin: 0px;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
  .news_sec .flip-card p {
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .news_sec .flip-card div span {
    font-size: 13px;
    margin-top: 15px;
    display: block;
    color: #da271d;
    font-style: italic;
    font-weight: bold; }
  .news_sec .flip-card-back img {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin: auto; }
  .news_sec .flip-card-back img {
    object-fit: cover; }
  .news_sec .atta_icon {
    width: 40px !important;
    margin: auto !important;
    margin-top: 20px !important;
    height: 40px !important; }
  .news_sec .atta_icon:hover {
    border: solid 5px #fff; }

.bg {
  background: url(https://webapi.entab.info/api/image/SJCRMP/public/Images/important_bg.jpg) center center fixed;
  width: 100%;
  position: relative;
  background-repeat: repeat;
  background-size: cover; }
  .bg .bg-box {
    height: 110px;
    margin-bottom: 20px; }
    .bg .bg-box a {
      text-decoration: none; }
    .bg .bg-box i {
      color: #ffffff;
      display: block;
      text-align: center;
      margin-bottom: 20px;
      font-size: 40px; }
      .bg .bg-box i:hover {
        color: #8cc739; }
    .bg .bg-box p {
      text-align: center;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: normal;
      color: #fff;
      font-family: OpenSans-Regular;
      font-weight: bold; }
      .bg .bg-box p:hover {
        color: #8cc739; }
    .bg .bg-box:hover {
      transition: all 0.4s ease-in; }
  .bg .bginner {
    padding-bottom: 70px;
    padding-top: 50px; }
    .homemessage {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      margin-bottom: 30px;
  }
.Messages {
  background: #f8f6fd;
  padding-top: 50px;
  padding-bottom: 50px;
  }
  .Messages .viewall:hover {
    border: 2px solid #fff;
    color: #fff; }
  .Messages h1 {
    text-rendering: optimizeLegibility;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    line-height: 45px;
    font-family: texgyreadventor-bold;
    text-transform: uppercase;
    text-align: center; }
  .Messages img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    margin-bottom: -40px;
    z-index: 9;
    box-shadow: 1px 2px 12px 0px #525252;
    float: left;
    margin-right: 35px;
    object-fit: cover; }
  .Messages p { 
    font-size: 16px;
    color: #151515;
    line-height: 32px;
    text-align: justify; }
  .Messages .data_sec {
    padding: 50px;
    position: relative;
    transition: all 0.4s ease-in;
    padding-top: 30px;
    padding-bottom: 70px; }
 
.event_sec {
  padding-top: 50px;
  padding-bottom: 55px;
  background: #fff;
  display: none;
  }
  .event_sec .carousel-indicators {
    bottom: -60px;
    margin-left: 13%; }
    .event_sec .carousel-indicators [data-bs-target] {
      background-color: #000;
      width: 15px;
      height: 15px;
      border-radius: 100%; }
  .event_sec-box {
    margin: 0;
    background: #fff;
    padding: 30px;
    transition: all 0.3s linear; }
    .event_sec-box:hover {
      box-shadow: 0px 0px 20px 1px #b6d7f7; }
  .event_sec h1 {
    text-align: center;
    margin-bottom: 25px; }
  .event_sec h3 {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000000; }
  .event_sec p {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
    margin-top: 10px;
    font-size: 17px; }
  .event_sec ul {
    padding: 5px 5px;
    text-align: center;
    margin-top: 9px;
    padding-bottom: 0px; }
  .event_sec li {
    margin-left: 5px;
    line-height: 40px;
    list-style-type: none;
    color: #000000;
    font-size: 14px;
    text-align: left; }
  .event_sec i {
    color: #d9271a; }
  .event_sec span.date_1 {
    float: left; }
  .event_sec span.date_2 {
    float: right; }
  .event_sec img {
    border-radius: 50px;
    height: 250px;
    object-fit: cover; }
  .event_sec .viewall {
    border: 2px solid #15074c;
    color: #15074c; }
  .slider{position:relative;}  
.online-payment { position: absolute; z-index: 9; padding: 10px 25px; right: 0px; top: 10px; border-bottom: solid 3px #da271d; border-bottom-left-radius: 10px; border-top-left-radius: 10px; display: flex; align-items: center; animation: blinker2 1s linear infinite;background: #f0edff;} @keyframes blinker2{50% {background:#ffd3d1;}}
.online-payment a { text-decoration: none; color: #000; font-weight: bold; }
.online-payment img { width: 35px !important; margin-right: 10px; }
.toppers_sec {
  background: #F2EBDE;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px; }
  .toppers_sec .carousel-inner {
    padding-left: 30px;
    padding-top: 30px; }
  .toppers_sec span {
    display: block; }
  .toppers_sec a {
    transition: all 0.4s ease-in; }
  .toppers_sec img {
    height: 120px;
    display: unset !important;
    width: 120px !important;
    object-fit: cover;
    border-radius: 100%; }
  .toppers_sec .read_class {
    border: solid 1px #6f0802;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none; }
  .toppers_sec .read_class .fas {
    color: #da271d;
    margin-left: -8px; }
  .toppers_sec .read_class:hover {
    background: #da271d;
    color: #fff;
    border: solid 1px #fff; }
  .toppers_sec .read_class:hover .fas {
    color: #fff; }
  .toppers_sec .toppers-box {
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative; }
  .toppers_sec h2 {
    text-align: left;
    line-height: 55px;
    margin-bottom: 5px;
    font-size: 24px; }
  .toppers_sec p {
    margin: 20px 4px; }
  .toppers_sec i {
    padding-left: 20px; }
  .toppers_sec .nmbr_sec {
    width: max-content;
    background: #d9271a;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 5px 15px;
    border: solid 1px #fff;
    position: absolute;
    top: -26px;
    border-radius: 15px; }
  .toppers_sec .student_sec {
    background: #ffffff;
    float: right;
    border-radius: 10px; 
    padding: 10px;
    width: 100%;
    border: solid 1px #ead3a9; }
  .toppers_sec .topers_class {
    margin: 0px; }
  .toppers_sec .data_top_sec {
    float: right;
    margin-left: 7px;
    width: 150px; }
  .toppers_sec h3 {
    margin-top: 23px;
    color: #000;
    margin-bottom: 16px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    font-weight: normal; }
  .toppers_sec h4 {
    font-weight: normal;
    color: #15074c;
    font-size: 16px;
    font-family: 'texgyreadventor-bold'; }
  .toppers_sec .topers_class {
    margin: 0px; }
  .toppers_sec .birthday_sec {
    background: #fff;
    width: 380px;
    height: 390px;
    border-radius: 50px;
    padding-top: 40px;
    margin-top: 40px;
    position: absolute;
    box-shadow: 10px 10px 10px 0px #0000005e; }
    .toppers_sec .birthday_sec_box {
      margin: 0px;
      float: none; }
    .toppers_sec .birthday_sec .birdath_text {
      width: 200px!important;
      margin: auto; }
    .toppers_sec .birthday_sec img {
      height: 120px !important;
      border-radius: 100%;
      margin: 0 auto;
      display: block !important; }
    .toppers_sec .birthday_sec .student_pic {
      margin: auto;
      float: none;
      border: solid 5px #eee;
      width: 160px;
      height: 160px; }
    .toppers_sec .birthday_sec h3 {
      text-align: center;
      margin: 0px;
      line-height: 33px; }
    .toppers_sec .birthday_sec h4 {
      text-align: center; }

.gallery_sec {
  padding-bottom: 50px; }
  .gallery_sec h1 {
    color: #fff;
    text-align: center; }
  .gallery_sec img {
    opacity: 1;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: auto;
    border: solid 10px #fff3; }
  .gallery_sec img {
    object-fit: cover; }
  .gallery_sec h3 {
    font-size: 15px;
    position: relative;
    color: #000;
    line-height: 25px;
    padding: 5px 10px;
    top: 25px;
    z-index: 9;
    text-align: center;
    font-weight: normal;
    background: #fff;
    margin-bottom: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 35px; }
  .gallery_sec h4 {
    font-size: 15px;
    position: relative;
    color: #fff;
    line-height: 25px;
    padding: 5px 10px;
    top: 25px;
    z-index: 9;
    text-align: center;
    font-weight: normal;
    display: none; }
  .gallery_sec a {
    margin: 0px; }
  .gallery_sec .gallery_box {
    position: relative; }
  .gallery_sec .img_sec:hover .readmore {
    opacity: 1; }
  .gallery_sec .readmore {
    border: solid 0px #c7c7c7;
    text-align: center;
    padding-top: 9px;
    display: inline-block;
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    background: #da271d;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    border: solid 1px #fff;
    top: 50%;
    transition-property: color;
    transition-duration: .3s;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .gallery_sec .readmore:hover {
    color: #fff; }
  .gallery_sec .readmore .fa {
    font-weight: 600; }
  .gallery_sec .readmore:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #da271d;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 100%; }
  .gallery_sec .readmore:hover::before,
  .gallery_sec .readmore:focus::before,
  .gallery_sec .readmore:active::before {
    transform: scale(1); }
  .gallery_sec .gallery_sec h1 {
    color: #ffffff;
    padding-top: 30px;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal; }

.gallerybg {
  background: url(https://webapi.entab.info/api/image/SJCRMP/public/Images/ftr.jpg) center fixed;
  background-size: contain;
  width: 100%;
  padding: 80px 0px 0px 0px; }
  .gallerybg .viewall {
    border: 2px solid #fff;
    color: #fff; }

.footer {
  padding-top: 40px;
  background: #050c24c9;
  padding-bottom: 20px;
  }
  .footer img {
    width: 40px;
    margin: 5px 0px 0px 0px; }
  .footer h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: normal; }
  .footer a {
    text-decoration: none;
    color: #fff;
    text-align: center; }
    .footer a:hover {
      color: #fffccf; }
  .footer p, .footer li {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    list-style: none;
    margin-bottom: 0px;
    text-align: left; }
  .footer i {
    color: #f3f504;
    margin-right: 15px; }
  .footer span i {
    background: #fff;
    padding: 7px;
    border-radius: 22px;
    color: #000; }
  .footer ul.ftr_lnikns {
    margin-left: -25px; }

.footer_btm p {
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  margin-bottom: 0; }
  .footer_btm p a {
    color: #151515;
    font-weight: bold;
    text-decoration: none; }
    

/* ============ our-moto-css  ============ */
.moto {
  padding: 20px 0px 25px 0px;  }
  .moto h2 {
    color: #da271d;
    padding: 0px;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 30px; }
  .moto h3 {
    color: #15074c;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    line-height: 22px; }
  .moto p {
    margin-bottom: 0px;
    font-size: 15px; }
  .moto img {
        height: auto !important;
    margin-right: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: -15px 14px 0px 0px #fecc049c; }
  .moto .principal {
    margin-left: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 10px 8px 0px 0px #fecc049c; }

/* ============ aims-css  ============ */
.aims {
  padding: 20px 0px 25px 0px; }
  .aims h2 {
    color: #da271d;
    padding: 0px;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center; }
  .aims p {
    margin-bottom: 10px;
    font-size: 15px; }
  .aims img {
    margin-left: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 10px 8px 0px 0px #fecc049c; }

/* ============ students-css  ============ */
.students {
  padding: 20px 0px 25px 0px; }
  .students .studentimg {
    margin-left: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 10px 8px 0px 0px #fecc049c; }
  .students h2 {
    color: #da271d;
    padding: 0px;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px; }
  .students h3 {
    color: #15074c;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    line-height: 22px; }
  .students p {
    margin-bottom: 10px;
    font-size: 15px;
    padding-right: 5px; }
  .students li {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: left;
    margin-left: -17px; }
  .students .student {
    background: #15074c;
    padding: 15px 0px 0px 20px; }
    .students .student h3, .students .student li {
      color: #fff; }
  .students .student1 {
    background: #f3f30e;
    padding: 15px 0px 0px 20px; }
  .students .student2 {
    background: #15074c;
    padding: 15px 0px 0px 20px; }
    .students .student2 h3, .students .student2 li {
      color: #fff; }
  .students .container-fluid {
    margin-top: 30px; }
    .students .container-fluid h3 {
      margin-bottom: 10px; }

.innersec {
  min-height: 500px;
  padding-top: 0;
  padding-bottom: 40px; }
  .innersec .academicimg {
    object-fit: cover;
    width: 430px;
    height: 265px;
    position: absolute;
    top: 0px;
    margin-top: 40px;
    margin-left: 20px; }
  .innersec .imgborder {
    margin-bottom: 40px;
    width: 421px;
    height: 275px;
    position: relative;
    border: 13px solid #15074c;
    margin-left: 60px; }
  .innersec .no-height {
    height: auto; }
  .innersec .htry {
    width: 40%;
    height: auto;
    margin-left: 40px;
    margin-bottom: 30px; }
  .innersec .htry1 {
    width: 40%;
    height: auto;
    margin-right: 40px;
    margin-bottom: 30px; }
  .innersec .innerimgbox {
    position: relative; }
  .innersec h2 {
    color: #da271d;
    padding: 0px;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center; }
  .innersec h3 {
    color: #15074c;
    padding: 0px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 20px;
    line-height: 22px; }
  .innersec p {
    font-size: 16px;
    color: #151515;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 10px; }
  .innersec-box {
    border: 8px solid #fbe5e4;
    padding: 25px 10px;
    position: relative;
    left: 50px;
    z-index: 22;
    background: #fff;
    border-radius: 0px; }
  .innersec-box1 {
    margin-top: 80px;
    position: relative; }
    .innersec-box1 .innerbg {
      background: #fbe5e4;
      width: 581px;
      height: 290px;
      position: absolute;
      top: -38px;
      border-radius: 5px; }
  .innersec img {
    position: relative;
    width: 549px;
    height: 290px;
    object-fit: cover; }
  .innersec .cultural img {
    border-radius: 4px;
    box-shadow: 0px 0px 14px 1px #15074c5c; }
  .innersec .sport {
    margin: 0px 0px 0px 15px;
    border-radius: 3px;
    padding: 3px; }
  .innersec .house-sec .card {
    padding-top: 20px;
    background: #fff8f8;
    min-height: 300px;
    border: solid 1px #f5e1e1; }
    .innersec .house-sec .card img {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      display: block;
      border-radius: 100%;
      border: solid 5px #fff; }
    .innersec .house-sec .card p {
      margin-bottom: 0px;
      line-height: 23px;
      margin-top: 15px;
      text-align: center;
      font-weight: bold; }
  .innersec .house-sec .bluehouse {
    color: #005b9c; }
  .innersec .house-sec .greenhouse {
    color: #008000; }
  .innersec .house-sec .redhouse {
    color: #ff0000; }
  .innersec .house-sec .yellowhouse {
    color: #cc8a06; }
  .innersec .fatherimg {
    width: 325px;
    height: 350px;
    object-fit: cover;
    object-position: top;
    margin-left: 40px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 10px 8px 0px 0px #fecc049c; }
  .innersec li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: left;
    margin-left: -17px; }
  .innersec .winter {
    color: #da271d;
    padding: 0px;
    margin-top: 5px;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: left; }
  .innersec .message h3 {
    text-align: left !important; }

.event {
  padding: 30px 0px 30px 0px;
  background: #fff; }
  .event h1 {
    text-align: center; }
  .event-box {
    border: 1px solid #da271d;
    box-shadow: 1px 1px 9px 4px #ccc;
    border-radius: 3px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden; }
    .event-box span {
      font-size: 14px;
      padding: 10px 10px 0px 10px;
      color: #da271d; }
    .event-box h2 {
      font-size: 16px;
      color: #15074c;
      padding: 20px 5px 0px 15px; }
    .event-box img {
      height: 210px;
      width: 100%; }
    .event-box p {
      margin-bottom: 5px;
      line-height: 28px;
      font-size: 14px;
      padding: 5px 15px;
      height: 69px;
      overflow: hidden; }
    .event-box .eventattach {
      text-align: right;
      z-index: 11;
      position: absolute;
      top: 0;
      right: 0; }
      .event-box .eventattach i {
        background: #da271d;
        border-radius: 0px 0 0 117px;
        padding: 8px 0px 8px 13px;
        font-size: 30px;
        color: #fff; }
        .event-box .eventattach i::before {
          transform: rotate(45deg); }
  .event .hoverbox {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    height: 100%;
    background: #fff;
    padding: 20px;
    transition: all 0.3s  ease-in; }
  .event .event-box:hover .hoverbox {
    opacity: 1; }
  .event .eventattach:hover .hoverbox {
    display: none; }

.principalmsg {
  margin: 10px 0px; }
  .principalmsg h1 {
    text-align: center; }
  .principalmsg img {
    width: 400px;
    border: 4px solid #da271d47;
    border-radius: 15px;
    float: left;
    margin-right: 20px; }

.news {
  padding: 30px 0px 30px 0px;
  background: #fff; }
  .news h1 {
    text-align: center; }
  .news-box {
    border: 1px solid #15074c;
    box-shadow: 1px 1px 9px 4px #ccc;
    border-radius: 3px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden; }
    .news-box span {
      padding: 4px 0px;
      font-size: 14px;
      padding: 5px 5px; }
    .news-box h2 {
      font-size: 16px;
      color: #15074c;
      padding: 20px 5px 0px 15px; }
    .news-box img {
      height: 210px;
      width: 100%; }
    .news-box p {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 14px;
      padding: 5px 15px;
      height: 69px;
      overflow: hidden; }
    .news-box .newsattachment {
      text-align: right;
      z-index: 1;
      position: absolute;
      bottom: 0;
      right: 0; }
      .news-box .newsattachment i {
        background: #15074c;
        border-radius: 117px 0px 0px 5px;
        padding: 10px 0px 3px 20px;
        font-size: 30px;
        color: #fff; }
        .news-box .newsattachment i::before {
          transform: rotate(45deg); }
  .news .hoverbox {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    height: 100%;
    background: #fff;
    padding: 20px;
    transition: all 0.3s  ease-in; }
  .news .news-box:hover .hoverbox {
    opacity: 1; }

.gallerysec {
  background: url("https://webapi.entab.info/api/image/SJCRMP/public/Images/gallerybg.png") center center fixed;
  background-size: cover;
  width: 100%;
  padding: 40px 0px; }
  .gallerysec h1 {
    color: #fff;
    text-align: center; }
  .gallerysec .month-selection ul li {
    color: #fff;
    border: solid 1px #fff; }
  .gallerysec .month-selection .active_month {
    border: solid 1px #ffc300; }
  .gallerysec img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    border-top: 7px solid #15074c;
    object-fit: cover;
    border-left: 7px solid #15074c;
    border-bottom: 7px solid #f3f707;
    border-right: 7px solid #f4f502;
    margin: 0 auto;
    display: block; }
  .gallerysec .gallerycount {
    background: #fff;
    text-align: center;
    width: 3em;
    height: 3em;
    position: absolute;
    top: 16px;
    border-radius: 50%;
    left: 35px;
    padding: 7px;
    border: 4px solid #da271d;
    color: #da271d; }
  .gallerysec .gallerysec-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    margin-top: 30px;
    background: #ffffff38;
    border-radius: 50px;
    padding: 10px; }
    .gallerysec .gallerysec-box h5 {
      color: #000;
      text-align: center;
      line-height: 25px;
      font-size: 15px;
      background: #f3f708;
      width: max-content;
      padding: 0px 15px;
      border-radius: 10px; }
    .gallerysec .gallerysec-box i {
      color: #fff;
      font-weight: bold;
      background: #da271d;
      position: absolute;
      right: 0px;
      padding: 5px; }
      .gallerysec .gallerysec-box i:hover {
        color: #fffccf; }
    .gallerysec .gallerysec-box h3 {
      color: #ffc800;
      text-align: center;
      line-height: 25px;
      font-size: 19px;
      font-weight: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .gallerysec .gallerysec-box iframe {
      width: 100%;
      height: 250px;
      border-radius: 50px; }
  .gallerysec p { 
    text-align: center;
    margin-bottom: 0px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px; }
    .gallerysec-box p.desc {
      color: #fff;
  }
hr.zig, hr.zag {
  border: none;
  height: 22px; }

hr.zig {
  background: linear-gradient(-135deg, #fff 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #fff 20px, rgba(0, 0, 0, 0) 0) 0 5px;
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 13px 46px;
  z-index: 100;
  position: relative;
  top: 43PX; }

hr.zigzag {
  background: linear-gradient(-135deg, #fff 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #fff 20px, rgba(0, 0, 0, 0) 0) 0 5px;
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 13px 46px;
  z-index: 100;
  position: relative;
  top: 43PX; }

.galleryinnersec {
  margin-top: 30px;
  margin-bottom: 30px; }
  .galleryinnersec .update, .galleryinnersec .click {
    border: 2px solid #15074c;
    background: #15074c;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 6px 3px 11px 2px #15074c85; }
  .galleryinnersec h1 {
    margin-bottom: 20px;
    margin-top: 45px; }
  .galleryinnersec a {
    color: #fff;
    text-decoration: none; }
  .galleryinnersec img {
    border-radius: 45px 0px 45px 0px;
    margin-bottom: 30px;
    box-shadow: 3px 0px 0px 0px #15074c; }

.footer_btm {
  background: #fff; }

.clr {
  clear: both; }

.viewall {
  border-radius: 50px;
  padding: 3px 20px;
  text-decoration: none;
  transition: 0.5s;
  }

.tophead {
  display: flex; }
  .tophead marquee {
    background: #f5e2d2;
    line-height: 37px;
    }
    .tophead marquee a {
      background: transparent; }
    .tophead marquee i {
      color: #000; }
    .tophead marquee i::before {
      transform: rotate(45deg); }
  .tophead a {
    background: #da271d;
    line-height: 36px;
    padding: 0px 10px; }
  .tophead i {
    color: #fff; }

.tcsec article {
  background: #ffffff;
  padding: 10px;
  border: solid 1px #ffffff;
  margin-bottom: 20px; }

.tcsec input {
  width: 100%;
  border: solid 1px #c7c7c7;
  padding: 10px;
  background: #efefef;
  margin: auto;
  margin-bottom: 20px; }

.tcsec input[type="submit"] {
  width: 30%;
  background: #f5719b;
  color: #ffffff;
  letter-spacing: 1px; }

.tcsec input[type="submit"]:hover {
  width: 30%;
  background: #ec447a;
  color: #ffffff;
  letter-spacing: 1px; }

.gal-img {
  object-fit: cover;
  object-position: top;
  width: 95%;
  height: 190px !important;
  cursor: pointer;
  margin-bottom: 25px;
  /* background: linear-gradient(to top,#dbe6b7 -4%,#fbfdf4 100%); */
  padding: 9px;
  box-shadow: 1px 1px 3px 0px #ddd !important; }

.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.8509803922) !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: black; }

.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; }

.assistance {
  background: rgba(68, 23, 20, 0.06);
  padding: 13px;
  border: solid 1px #ddd; }

#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; }

.erp_sec {
  padding: 40px 0px; }

.erp_sec h4 {
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: bold; }

.erp_sec p {
  line-height: 40px !important;
  margin-bottom: 0px; }

.erp_sec .guideheading {
  text-align: left; }

.erp_sec a {
  color: #000; }

.erp_sec amp-img {
  width: 200px;
  display: inline-block; }

.erp_sec .google_img {
  width: 60px;
  top: 4px; }

.erp_sec .mozilla_img {
  width: 60px;
  top: 6px; }

.erp_sec .internet_img {
  width: 20px;
  top: 5px; }

.erp_sec .download_img {
  width: 100px;
  top: 5px; }

.erp_links {
  left: 0px;
  position: fixed;
  top: 250px;
  z-index: 999999;
  width: 100px;
  height: 150px; }

.erp_links img {
  width: 85px; }

.table-sec {
  overflow: auto;
  color: #753400; }

.table-sec td {
  border: solid 1px #d9d9d9;
  padding: 5px;
  font-size: 15px;
  color: #333; }

.table-sec td img {
  width: 75px;
  height: 65px; }

.table-sec th {
  background: #da271d;
  border: solid 1px #fcf4ff;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 26px; }

.table-sec tr:nth-child(even) {
  background-color: #efefef; }

.table-sec a {
  text-decoration: none;
  background: #dad1fd;
  padding: 2px 10px;
  color: #000;
  border-radius: 15px; }

.month-selection {
  margin: 0px; }

.month-selection ul {
  text-align: center; }

.month-selection ul li {
  display: inline-block;
  border: solid 1px #dedede;
  padding: 0px 10px;
  text-transform: capitalize;
  background: none !important;
  padding: 0px 10px !important;
  line-height: 30px !important; }

.month-selection .active_month {
  border: solid 1px #d41259; }

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

.myDiv {
  display: none; }

.selected_year {
  display: block; }

#ddlYear {
  float: right;
  border: solid 1px #adadad;
  color: #000;
  width: 120px;
  height: 31px;
  padding: 5px;
  margin-top: -10px;
  background: #ffffff;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 1px; }

.year_selction_sec {
  float: right;
  padding: 0px 15px;
  margin-top: 0px; }

.year_selction_sec select {
  margin: 0px; }

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

.modal-dialog {
  min-width: 1000px; }
  .modal-dialog .modal-header {
    background: #da271d; }
  .modal-dialog h1 {
    margin: 0px;
    text-align: center;
    font-size: 20px;
    color: #fff; }
  .modal-dialog .carousel-control-prev-icon, .modal-dialog .carousel-control-next-icon {
    background-color: #256ffd; }
  .modal-dialog .carousel-control-prev, .modal-dialog .carousel-control-next {
    top: 77px; }
  .modal-dialog .modal-header .btn-close {
    background-color: #fff; }

.breadcrumb {
  margin-top: 25px; }
  .breadcrumb a {
    text-decoration: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 25px; }

.online_reg {
  position: absolute;
  z-index: 9;
  background: #c5006d;
  padding: 10px;
  bottom: 170px;
  left: 0px;
  margin: auto;
  right: 0px;
  max-width: 400px;
  text-align: center;
  animation: blinker .5s linear infinite;
  border: solid 1px #fff;
  }
  .online_reg a {
    color: #fff;
    text-decoration: none;
}

@keyframes blinker {
  50% {
    background: #157d40; } }
.online_reg ul {
  margin: 0px; }

.online_reg ul li {
  display: inline-block; }

.online_reg ul li a {
  margin: 0px; }

.online_reg ul li .fa {
  color: #fff;
  margin-right: 20px; }

.online_reg ul li .fa:hover {
  margin: 0px; }

.online_reg ul li h3 {
  margin: 0px; }

.online_reg ul li h3 a {
  margin: 0px;
  color: #fff;
  text-decoration: none; }

.online_reg ul li h3 a:hover {
  margin: 0px; }

.online_reg ul li img {
  width: 35px;
  position: absolute;
  left: 10px;
  top: 5px; }

.video_home_sec {
  border: solid 5px #fff;
  height: 200px; }

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

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.innersec .row.years.showYear {display: flex !important;}
.innersec .load-more .next {width: max-content;background:linear-gradient(41deg, #3a3f52 50%, #ffc800 100%);color: #fff;padding: 6px 14px;border-radius: 6px;margin: auto;cursor: pointer;}
.innersec .month-selection select.monthSelect,.innersec .month-selection select,.innersec .searchBox input {width: 90%;padding: 10px 11px;border: 0px;border-bottom: 1px solid #ddd;border-radius: 5px;}

.innersec .tabs-dynamic {margin-bottom: 40px;background: #f1f1f1;padding: 15px;}
.innersec .count-val p { margin-bottom: 0;}
/* ============ desktop view ============ */
@media all and (min-width: 992px) 
{
 
  .navbar .nav-item .dropdown-menu {
    display: none; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }
@media all and (max-width: 975px) 
{
  
  
  .bg .bginner {
    padding-top: 45px; } }
@media all and (max-width: 992px) 
{ .online_reg{bottom:50px;} .online-payment{padding:5px 10px;font-size:13px;} .bgwave{margin-top:0px;}
       header ul {text-align:center;}
     header ul li {display:inline-block;}
  .htry {
    width: 100% !important; }

  .htry1 {
    width: 100% !important; } }
@media screen and (min-width: 768px) and (max-width: 768px) {
  .Messages .col-md-4 {
    width: 100%; } }
/* ============ desktop view .end// ============ */
@media all and (max-width: 1100px) {
  .modal-dialog {
    min-width: 90%; } }
@media all and (max-width: 1200px) {
  .toppers_sec h1, .toppers_sec p {
    text-align: center; }
  .toppers_sec .read_class {
    margin: 0 auto;
    display: block;
    width: 50%; }
  .toppers_sec .birthday_sec {
    margin: 0 auto;
    position: static; }

  .gallerysec img {
    height: 220px; } }
@media all and (max-width: 769px) {.online_reg{bottom:20px;}
  .innersec .imgborder {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px; }

  .innersec-box {
    left: 0px; }

  .toppers_sec .read_class {
    width: 60%; }

  .innersec .sport {
    width: 100%; }
  .innersec .innerimgbox {
    margin-bottom: 50px; }
  .innersec .imgborder {
    margin-bottom: 40px; }

  .htry {
    float: none;
    margin-left: 0px !important; }

  .moto img {
    margin-bottom: 20px; }
  .moto .principal {
    margin-left: 0px; } }
@media all and (max-width: 752px) {
  .footer .col-sm-4, .footer .col-sm-3 {
    width: 50%; }

  .Messages img {
    margin: 0px auto 30px auto;
    display: block;
    text-align: center;
    width: 77%;
    float: none; } }
@media all and (max-width: 685px) {
  .footer {
    text-align: center; }
    .footer p {
      text-align: center; }
    .footer li {
      text-align: center; } }
@media all and (max-width: 567px) {
  .toppers_sec .col-xs-12 {
    width: 100%; }
  .toppers_sec .col {
    flex: auto; } }
@media all and (max-width: 560px) {
  .video_home_sec {
    display: none; } }

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