<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Internal_banner {
  background: url(../images/styleguide-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -120px;
  min-height: 340px;
  background-position: bottom right;
}

.Internal_banner h2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  margin-top: 6rem;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 6px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #1c375b;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.Cards1 {
  width: 40%;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  list-style: none;
  display: inline-grid;
  box-shadow: -4px -4px 0px #0008ff;
  margin-right: 1.2%;
  transition: all 0.5s;
}

.Cards1 img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.Cards1 p {
  background: #1c375b;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 5px;
  border-radius: 0 0 10px 10px;
  min-height: 80px;
  text-align: center;
}

.Cards2 {
  background: #fff;
  border-radius: 15px;
  padding-top: 20px;
  transition: 0.5s;
  border: 2px solid #3168e817;
}

.Cards2 p {
  color: #545557;
  font-size: 22px;
  margin-top: 10px;
  transition: 0.5s;
}

.Cards3 p {
  color: #545557;
  margin-top: 10px;
  transition: 0.5s;
}

/* Tab-Section */
.Tab-Section .nav-tabs {
  border: none;
}

.Tab-Section .nav-link {
  border: 1px solid #f7f7f7;
  border-radius: 0px;
  padding: 10px 30px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  box-shadow: none;
  background: #f7f7f7;
  margin-right: 10px;
  min-width: 23%;
  transition: 0.7s;
}

.Tab-Section .nav-link.active {
  background: #b9e5cc;
  border: 1px solid #b9e5cc;
  color: #000;
  transition: 0.7s;
  border-radius: 0;
}

.Tab-Section .nav-link:hover {
  background: #b9e5cc;
  border: 1px solid #b9e5cc;
  color: #fff;
  transition: 0.7s;
}

.about-section {
  background: transparent;
  background-size: cover;
  position: relative;
  margin-top: 0px;
  padding: 0px 0 !important;
  margin: 3rem 0;
}

.text-justify {
  text-align: justify;
}

.list-section li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}

.list-section li ::before {
  content: "";
  background: url(../../images/icons/list.png) no-repeat;
  bottom: auto;
  top: 7px;
  width: 16px;
  height: 17px;
  position: absolute;
  background-size: cover;
  left: -25px;
}

.list-section li a {
  vertical-align: text-top;
  font-weight: 500;
}

/* Testimonials style 2 Section */
#Testimonials2 .item {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
  text-align: center;
}

#Testimonials2 .item img {
  border: 6px solid #fff;
  box-shadow: 0 0 10px #ccc;
}

#Testimonials2 .item::before {
  content: "";
  background: url(../images/comma.png) no-repeat;
  bottom: auto;
  top: -10px;
  width: 50px;
  height: 50px;
  position: absolute;
  background-size: cover;
  left: 0px;
}

#Testimonials2 .item::after {
  content: "";
  background: url(../images/quotation-mark2.png) no-repeat;
  top: auto;
  bottom: 20px;
  width: 50px;
  height: 50px;
  position: absolute;
  background-size: cover;
  right: 15px;
  z-index: 99;
}

/*  Accordion Section */
.accordion-item:first-of-type {
  border-top: 0;
  margin-bottom: 20px;
  border-radius: 0px !important;
  border: 1px solid #333;
  border-radius: 10px !important;
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
  margin-bottom: 20px;
  border-radius: 0px !important;
  border: 1px solid #333;
  border-radius: 10px !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #b9e5cc;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #000000;
  font-weight: 600;
}

.accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 10px 10px 0 0;
}

.accordion-item:first-of-type .accordion-button.collapsed {
  border-radius: 10px;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background: #b9e5cc;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
}

.accordion-body strong {
  font-weight: 500;
}

.menu {
  list-style: none;
  border: 2px dashed #ccc;
  width: auto;
  margin: 20px auto 0;
}

.menu li a {
  color: #fff;
}

.menu li a.active,
.menu li a:hover {
  color: #15a754;
  font-weight: 700;
}

/* buttons style */
.custom-btn2 {
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  color: #1c375b;
  padding-right: 30px;
  border-radius: 50px;
  line-height: 1;
  padding-bottom: 4px;
  height: 40px;
  border: 2px solid #1c375b;
  height: 44px;
}

.btn.nav-link {
  background: #d9d9d9;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  color: #545454;
  width: 100%;
  font-weight: 500;
  padding: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
}

.btn.nav-link.active,
.btn.nav-link.active:hover {
  background: #1c375b;
  color: #fff;
  position: relative;
}

.nav-link.active::before {
  content: "";
  background: url(../images/icons/Polygon.png) no-repeat;
  top: -18px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: top center;
  left: 0;
  height: auto;
}

.AdmissionOpenBtn {
  background: #fff;
  font-weight: 600;
  padding: 3px 24px;
  border-radius: 50px;
  margin: 10px 0;
  border: 1px solid #fff;
  margin-right: 10px;
  transition: all 0.7s;
  font-size: 16px;
}

.nav-link.Download-PDF {
  background: #15a754;
  color: #fff;
  width: fit-content;
  max-width: 200px;
  border-radius: 10px;
  margin: auto;
  padding: 0.75rem 2rem;
}

.nav-link.Download-PDF img {
  width: 30px;
}

.section-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blue-block img {
  width: 100%;
}

.form-control {
  background: #fafafa;
  border-radius: 0;
  height: 50px;
  margin-bottom: 15px;
}

textarea.form-control {
  background: #fafafa;
  border-radius: 0;
  height: 150px;
}

label {
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-btn {
  font-size: 18px;
  font-weight: 300;
  background: #15a754;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
  height: 40px;
  border: 2px solid #15a754;
  height: 50px;
  float: right;
}

@media (max-width: 767px) {
  #Testimonials2 .item {
    padding: 2rem 0.5rem 1rem;
  }

  #Testimonials2.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}</pre></body></html>