@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap);

.main-head {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px
}

.title-content p {
  font-size: 15px !important;
  font-weight: 400;
  color: #000;
  text-align: justify
}

.sub-head2 {
  margin-bottom: 8px !important;
  font-size: 20px;
  font-weight: 700 !important;
  color: #000000 !important
}

.admission-policy-main {
  font-size: 16px !important;
  font-weight: 400;
  color: #173e30
}

.inner-ulpp {
  padding-left: 25px
}

.check-circle-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #173e30
}

.check-circle-list li::before {
  content: "\f058";
  font-family: FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #173e30
}

.table-inner td {
  border: 1px solid #173e30;
  padding-left: 10px;
  height: 30px
}

.admission-tr {
  background: var(--beige) !important;
  color: var(--green) !important;
  font-weight: 700
}

.main-row-admission {
  background: var(--beige);
  color: var(--green)
}

.main-heading-admission {
  background: var(--green);
  font-size: var(--beige);
  color: #fff
}

.table-container {
  width: 100%;
  overflow-x: auto
}

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse
}

/* td,
th,
tr {
  width: 25%
} */

.table thead th {
  border-bottom: none !important
}

.table td,
.table th {
  border: 1px solid #000;
  padding: 8px
}

.table td[colspan],
.table th[colspan] {
  text-align: center
}

.accordion-box {
  position: relative;
  margin-bottom: 30px
}

.accordion-box .block {
  position: relative;
  padding-top: 0;
  margin-bottom: 15px;
  background: #fff
}

.accordion-box .block:last-child {
  margin-bottom: 0
}

.accordion-box .block .acc-btnn {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2em;
  font-weight: 500;
  padding-right: 60px;
  transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  color: #181614;
  padding: 12px 0;
  padding-left: 15px;
  border: 1px solid #ddd;
  border-radius: 2px
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 20px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #555;
  font-family: Mukta, sans-serif
}

.accordion-box .block.active-block .icon-outer {
  transform: rotate(90deg);
  color: #fff;
  background: 0 0
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: translate(-50%, -50%)
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-top: 0
}

.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
  display: block
}

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 5px 25px 5px
}

.accordion-box .block .content .text {
  color: #565872;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px
}

.accordion-box .block .acc-btnn strong {
  font-size: 24px;
  color: #c2c0bb;
  width: 76px;
  text-align: center;
  border-right: 1px solid #e9e5df;
  margin-right: 30px;
  display: inline-block;
  line-height: 75px
}

.accordion-box .block .acc-btnn.active {
  color: #fff
}

.accordion-box .block.active-block {
  box-shadow: 0 3px 21.06px 5.94px rgba(0, 0, 0, .05)
}

.accordion-box .block .acc-btnn.active .icon-outer {
  color: #fff;
  top: 7px
}

.teaching-item {
  font-size: 19px;
  background-color: #143e30;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #143e30;
  font-weight: 500
}

.teaching-item-center {
  font-size: 19px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: var(--beige);
  color: var(--green);
  font-weight: 500
}

.teaching-item-center a:hover {
  color: var(--green) !important
}

@media screen and (max-width:600px) {

  .table td,
  .table th {
    font-size: 12px;
    padding: 6px
  }
}

.sub-head3 {
  font-size: 20px;
  font-weight: 600 !important;
  color: #333 !important
}

.list-head {
  font-size: 20px;
  color: #333 !important;
  font-weight: 600;
  margin-left: 15px;
  margin-bottom: 20px !important
}

.main-table {
  overflow-y: hidden;
  overflow-x: scroll
}

.list-head span {
  color: #333;
  font-size: 16px;
  font-weight: 400
}

.sub-head {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 8px !important
}

.btn-m {
  width: 140px
}

.btn-outline-success {
  color: #03834b;
  border-color: #03834b
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #03834b;
  border-color: #03834b
}

.register-card {
  background: rgba(228, 228, 228, .5);
  padding: 30px;
  border: 1px solid #ddd;
  min-height: 400px
}

.register-card .sub-head1 {
  color: #03834b;
  font-size: 22px
}

.border-success {
  border: 1px solid #03834b
}

.text-success {
  color: #03834b
}

.register-card .form-control {
  background: 0 0
}

.register-card .form-control::placeholder {
  color: #03834b
}

.inner-ol li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px
}

.inner-ol1 li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px
}

.sub-head3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #333 !important
}

.code-con .btn-link {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 20px
}

.code-con .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(3 131 75);
  border-bottom: 1px solid rgb(3 131 75)
}

.code-con ul {
  margin-bottom: 10px;
  position: relative
}

.code-con ul li {
  padding-left: 15px
}

.code-con ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin-top: 10px
}

.news-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #03834b
}

.news-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 200px
}

.news-block .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10
}

.news-block .lower-content {
  position: relative;
  padding: 20px;
  background: #fff;
  transition: .3s;
  -webkit-transition: .3s
}

.news-block h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4
}

.news-block h4 a {
  color: #222;
  transition: .5s
}

.news-block .inner-box:hover .lower-content {
  background: transparent linear-gradient(293deg, #03834b 0, #ff802e00 100%) 0 0 no-repeat padding-box
}

.video-card {
  background: #fff;
  padding: 30px;
  text-align: center;
  border: 1px solid #8b292a;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600
}

.sub-head-bg {
  background: #03834b;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 15px !important;
  position: relative
}

.items-navtab .nav-tabs .nav-link {
  color: #000;
  height: 100%;
  max-height: 129px;
  position: relative;
  padding: 15px;
  text-align: center
}

.items-navtab .nav-tabs .nav-link.active::before {
  content: "";
  border-style: solid;
  height: 20px;
  border-width: 20px 20px 0 20px;
  position: absolute;
  width: 0;
  border-color: #003c6d transparent transparent transparent;
  bottom: -19px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%)
}

.school-spo {
  width: 32px;
  height: 32px
}

.items-navtab {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 3px 3px 14px #00000012;
  border: 1px solid #d5a2cd42;
  border-radius: 4px;
  opacity: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 753px
}

.nav-tabs .nav-item {
  width: 33.3%
}

.items-navtab .nav-link p {
  text-align: center
}

.items-navtab .nav-link.active {
  border: 2px #005691 solid;
  background: transparent linear-gradient(230deg, #007fd0 0, #002348 100%);
  color: #000
}

.items-navtab .nav-tabs .nav-item.show .nav-link,
.items-navtab .nav-tabs .nav-link.active {
  border: 2px #005691 solid;
  background: transparent linear-gradient(230deg, #007fd0 0, #002348 100%);
  color: #fff
}

.items-navtab .nav-link.active img.school-spo {
  opacity: 1;
  filter: brightness(0) invert(1)
}

.items-navtab .nav-tabs .nav-link img.school-spo {
  margin-left: 0
}

.items-navtab .nav-tabs .nav-link img {
  margin-bottom: 10px
}

.inner-h4 {
  font-size: 27px
}

.main-content p {
  text-align: justify
}

.infra-gallery .inner-box {
  border-radius: 0;
  border: 1px solid
}

.infra-lower-content {
  padding: 12px 9px;
  background: #004275;
  color: #fff
}

.infra-lower-content h6 {
  color: #fff
}

.table-widthtable td {
  color: #173e30;
  font-weight: 500
}

.inner-head {
  font-size: 27px !important;
  font-weight: 500
}

.inner-subh {
  font-size: 18px;
  font-weight: 400
}

.welcard2 {
  background: #fff;
  box-shadow: 0 0 12px #00000024;
  border-radius: 4px;
  padding: 20px 20px
}

.wel-inner:hover {
  box-shadow: 0 0 5px #0000002e
}

.wel-inner {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
  transition: .3s;
  margin-bottom: 10px
}

.wel-inner:hover {
  box-shadow: 0 0 5px #0000002e
}

.well-icon1 {
  margin-right: 10px
}

.well-icon1 img {
  width: 24px;
  height: 24px
}

.well-con1 h4 {
  font-size: 17px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 500
}

.well-con1 p {
  font-size: 16px
}

.img-card {
  border: 2px solid #96393b;
  padding: 5px;
  background: #fff;
  position: relative
}

.img-card:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #96393b;
  transition: .3s
}

.img-card:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #96393b;
  transition: .3s
}

.img-card:hover::before {
  width: 80px;
  height: 80px
}

.img-card:hover::after {
  width: 80px;
  height: 80px
}

.img-card .card-img {
  position: relative;
  z-index: 9;
  overflow: hidden
}

.img-card .card-img img {
  transition: .3s
}

.img-card:hover .card-img img {
  transform: scale(1.1)
}

.core-card {
  position: relative;
  min-height: 205px;
  max-width: 353px;
  margin: 35px auto 30px auto;
  background: #fff;
  box-shadow: 0 5px 20px rgb(128 0 0 / 8%);
  border-radius: 6px
}

.core-card:hover .card-header i {
  transform: translate(-50%, -10%);
  background: #96393b;
  color: #fff
}

.core-card .card-footer {
  background: #96393b;
  padding: .75rem 1.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 6px 6px
}

.core-card .card-header {
  position: relative;
  border: 0;
  background: 0 0;
  margin-bottom: 20px
}

.core-card .card-header i {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  transition: .3s;
  width: 82px;
  height: 82px;
  border: 1px solid #96393b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-align: center
}

.core-card .count {
  font-size: 18px !important;
  text-align: center;
  color: #fff
}

.team-card {
  background: #fff;
  position: relative;
  border: 1px solid #96393b;
  box-shadow: 0 0 10px #00000038
}

.team-img {
  width: 100%;
  height: 250px;
  background: #fff
}

.team-img img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: fill
}

.team-img1 {
  width: 100%;
  height: 330px;
  background: #fff
}

.team-img1 img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: fill
}

.team-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.team-card:hover .team-card-overlay {
  opacity: 1;
  height: 100%
}

.team-con {
  background: #96393b;
  padding: 20px 20px
}

.team-con h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px
}

.team-con p {
  color: #fff;
  text-align: center;
  font-size: 16px
}

.team-con i {
  font-size: 20px;
  color: #fff
}

.team-con1 h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px
}

.team-con1 p {
  color: #fff;
  text-align: center;
  font-size: 16px
}

.team-con1 i {
  font-size: 20px;
  color: #fff
}

.team-con1 .over-con {
  font-size: 15px !important
}

.igni-ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px
}

.igni-ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("../../../resources.edunexttechnologies.com/web-data/stIgnatius-school/img/plus.png") no-repeat;
  background-size: contain;
  background-position: center
}

.aims-objective-banner {
  background: url(../../../resources.edunexttechnologies.com/web-data/stIgnatius-school/img/school-p.jpg);
  background-size: auto;
  background-position: bottom;
  text-align: center;
  padding: 91px 0;
  z-index: 1;
  position: relative
}

.aims-objective-banner:after {
  background: rgb(55 63 69 / 32%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.aims-objective-banner h3 {
  color: #fff;
  font-size: 32px
}

.counter {
  font-family: Roboto, sans-serif;
  text-align: center;
  width: 200px;
  padding: 0 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.counter:after {
  content: "";
  background-color: #9fcc26;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  box-shadow: 0 0 5px #999 inset;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 21px;
  z-index: -1
}

.counter .counter-content {
  background: #fff;
  width: 200px;
  height: 200px;
  padding: 10px 15px;
  box-shadow: 10px 15px 10px -10px rgba(0, 0, 0, .8);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.counter .counter-content:before {
  content: "";
  background: #9fcc26;
  width: 200px;
  height: 100px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: -1
}

.counter .counter-icon {
  color: #fff;
  font-size: 35px;
  margin-bottom: 25px;
  transition: all .3s ease-in-out
}

.counter:hover .counter-icon {
  transform: rotateY(180deg) rotateX(360deg)
}

.counter .counter-value {
  color: #9fcc26;
  font-size: 35px;
  font-weight: 700;
  line-height: 20px;
  display: block
}

.counter h3 {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  margin-top: 10px
}

.counter.red .counter-content:before,
.counter.red:after {
  background-color: #e2374a
}

.counter.red .counter-value {
  color: #e2374a
}

.counter.purple .counter-content:before,
.counter.purple:after {
  background-color: #a8198b
}

.counter.purple .counter-value {
  color: #a8198b
}

.counter.orange .counter-content:before,
.counter.orange:after {
  background-color: #fe9901
}

.counter.orange .counter-value {
  color: #fe9901
}

.accordion-box {
  position: relative;
  margin-bottom: 30px
}

.accordion-box .block {
  position: relative;
  padding-top: 0;
  margin-bottom: 15px;
  background: #fff
}

.accordion-box .block:last-child {
  margin-bottom: 0
}

.accordion-box .block .acc-btnn {
  position: relative;
  font-family: Mukta, sans-serif !important;
  cursor: pointer;
  line-height: 1.2em;
  font-weight: 700;
  padding-right: 60px;
  transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  padding: 12px 0;
  padding-left: 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #0a3f2c;
  color: #fff;
  font-weight: 700
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 20px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff
}

.accordion-box .block.active-block .icon-outer {
  transform: rotate(90deg);
  color: #fff;
  background: 0 0
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: translate(-50%, -50%)
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-top: 0
}

.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
  display: block
}

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 5px 25px 5px
}

.accordion-box .block .content .text {
  color: #565872;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px
}

.accordion-box .block .acc-btnn strong {
  font-size: 24px;
  color: #c2c0bb;
  width: 76px;
  text-align: center;
  border-right: 1px solid #e9e5df;
  margin-right: 30px;
  display: inline-block;
  line-height: 75px
}

.accordion-box .block .acc-btnn.active {
  color: #fff
}

.accordion-box .block.active-block {
  box-shadow: 0 3px 21.06px 5.94px rgba(0, 0, 0, .05)
}

.accordion-box .block .acc-btnn.active .icon-outer {
  color: #fff;
  top: 7px
}

.panel-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 1px solid green !important;
  padding: 10px;
  color: #173e30
}

.panel-body tr {
  height: 30px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #333
}

.panel-body ol {
  padding-left: 15px
}

.panel-body ol li {
  list-style-type: decimal;
  padding-left: 3px;
  padding-bottom: 2px;
  font-size: 16px !important;
  font-weight: 400;
  color: #333
}

.panel-body ul {
  padding-left: 15px
}

.panel-body ul li {
  list-style-type: circle;
  padding-left: 3px;
  padding-bottom: 2px;
  font-size: 16px !important;
  font-weight: 400;
  color: #333
}

.table-row-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  color: #173e30
}

.table-row-body ul {
  padding-left: 15px
}

.table-row-body ul li {
  list-style-type: circle;
  padding-left: 3px;
  padding-bottom: 2px;
  font-size: 16px !important;
  font-weight: 400;
  color: #333
}

.inspire-box1 {
  box-shadow: 0 -1px 0 1px
}

.fac-box {
  border: 1px solid #00000036
}

.fac-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical
}

.blog-block .inner-box {
  border-radius: 0 !important;
  border: 1px solid #00000021
}

.blog-block .image {
  background: #173e30 !important
}

.inner-page-img {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: .3s;
  transition: 3s
}

.inner-page-img img {
  box-shadow: 0 3px 43px #00000029;
  border: 5px solid #fff
}

.inner-page-img:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background: #173e30;
  top: -3px;
  left: -3px;
  z-index: -1
}

.inner-page-img:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background: #173e30;
  bottom: -3px;
  right: -3px;
  z-index: -1
}

.inner-ulp {
  padding-left: 13px
}

.inner-ulp li {
  list-style-type: decimal;
  color: #333;
  padding-left: 5px;
  margin-bottom: 5px
}

.inner-ulp li::marker {
  color: #173e30;
  font-weight: 700
}

.vision-img {
  border: 1px solid #173e30;
  padding: 9px 10px;
  border-radius: 50%;
  margin-left: 6px;
  max-width: 100%;
  height: 100px !important;
  display: block
}

.vision-img:hover {
  background: #acffe1
}

.mission-heading {
  margin-bottom: 14px;
  margin-top: 18px
}