/*fonts*/
/* ===== Fira Sans – All Weights ===== */

/* Thin 100 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

/* ExtraLight 200 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

/* Light 300 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Regular 400 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Medium 500 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* SemiBold 600 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

/* Bold 700 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold 800 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

/* Black 900 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/svc/FiraSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* Hyperion Thin 100 */
@font-face {
  font-family: "Hyperion";
  src: url("../fonts/svc/Hyperion-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* Hyperion Light 300 */
@font-face {
  font-family: "Hyperion";
  src: url("../fonts/svc/Hyperion-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Hyperion Regular 400 */
@font-face {
  font-family: "Hyperion";
  src: url("../fonts/svc/Hyperion-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Hyperion Medium 500 */
@font-face {
  font-family: "Hyperion";
  src: url("../fonts/svc/Hyperion-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Hyperion Bold 700 */
@font-face {
  font-family: "Hyperion";
  src: url("../fonts/svc/Hyperion-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Hyperion Black 900 */
@font-face {
  font-family: "Hyperion";
  src: url("../fonts/svc/Hyperion-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Hyperion VF (Variable Font) */
@font-face {
  font-family: "Hyperion VF";
  src: url("../fonts/svc/Hyperion-VF.ttf") format("truetype");
  font-weight: 100 900;
  /* variable range */
  font-style: normal;
}

/* Titillium Regular 400 */
@font-face {
  font-family: "Titillium";
  src: url("../fonts/svc/Titillium-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Titillium Bold 700 */
@font-face {
  font-family: "Titillium";
  src: url("../fonts/svc/Titillium-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

/*common*/

.title-style {
  color: #bfc0c2;
  font-size: 70px;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 100;
  word-spacing: -5px;
  letter-spacing: -2px;
}

.description-style {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
  width: 90%;
  font-family: "Fira Sans";
  font-style: normal;
}

.btn-property {
  height: 55px;
  padding: 10px;
  font-size: 20px;
  line-height: unset !important;
  font-family: "Fira Sans";
  font-weight: 400;
  font-style: normal;
}

.odometer-inside {
  font-family: "Fira Sans";
  color: black;
  font-size: 60px;
  font-weight: 150;
}

.odometer-formatting-mark {
  display: none;
}

.height-400 {
  height: 400px;
  display: flex;
  align-items: center;
}

.svc-ban-title {
  font-style: normal;
  font-family: "Hyperion", serif;
  color: #dadbe3;
  font-weight: 100;
  font-size: 58px;
}

.wid-100 {
  width: 100%;
}

.width-95 {
  width: 95%;
}

.font-60 {
  font-size: 60px;
}

.font-400w {
  font-weight: 400;
}

.pad-100-0 {
  padding: 100px 0;
}

.mrb-50 {
  margin-bottom: 50px;
}

.know-more.bor-btm-unset {
  border-bottom: unset;
}

.align-self-center {
  align-self: center;
}

.bg-grey {
  background-color: #dcdddf !important;
}

.abt-title-style {
  color: #bfc0c2;
  font-size: 65px;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 100;
  word-spacing: -5px;
  letter-spacing: -2px;
}

.abt-description-style {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 500;
  width: 98%;
  font-family: "Fira Sans";
  font-style: normal;
}

.min-height-0 {
  min-height: 0px !important;
}

.vision-description-style {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  font-family: "Fira Sans";
  font-style: normal;
}

.vision.about-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 0px;
}

/**/

/*.inst-title .title-style{*/
/*    font-weight: 300;*/
/*    color: #d1d1d1;*/
/*    font-size: 55px;*/
/*}*/

.fon-wei-500 {
  font-weight: 500;
}

.col-d1d1d1 {
  color: #d1d1d1;
}

.text-left {
  text-align: left;
}

.font-wei-100 {
  font-weight: 100;
}

/*common font-family*/

/*home banner*/

/*swiper*/
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -75px;
  position: absolute;
}

/* ════════════════════════════════
           SVC NAV STYLES
           Prefix: svc-nav
        ════════════════════════════════ */

/* ── Top bar wrapper ── */
.svc-nav-topbar {
  background: #ffffff;
  /*border-bottom: 1px solid #e0e0e0;*/
  font-family: "Times New Roman", sans-serif;
}

.svc-nav-topbar .row {
  min-height: 80px;
}

/* ── COL-3: Logo ── */
.svc-nav-logo-col {
  display: flex;
  align-items: center;
  padding: 45px;
  /* border-right: 1px solid #ebebeb; */
}

.svc-nav-logo img {
  width: 200px;
}

.svc-nav-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ── COL-9: Right side ── */
.svc-nav-right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

/* ── Top row: nav links + search ── */
.svc-nav-top-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  /*flex: 1;*/
  min-height: 80px;
}

/* ── Nav links ── */
.svc-nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-nav-links a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
  font-family: "Fira Sans";
}

.svc-nav-links a:hover {
  color: #e8501a;
}

/* ── Search ── */
.svc-nav-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.svc-nav-search {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px 34px 6px 12px;
  font-size: 13px;
  font-family: "Times New Roman", sans-serif;
  outline: none;
  width: 400px;
  background: #fff;
  color: #333;
  transition: border-color 0.2s;
  height: 40px !important;
  border-radius: 50px !important;
}

.svc-nav-search:focus {
  border-color: #1a1f6e;
}

.svc-nav-search-icon {
  position: absolute;
  right: 10px;
  color: #888;
  pointer-events: none;
}

/* ══════════════════════════════
           SUB-NAV BAR
        ══════════════════════════════ */

.svc-nav-subnav .row {
  min-height: 44px;
}

/* Left col-3: empty / border alignment */
.svc-nav-subnav-left {
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 0 16px 0 24px;
}

/* Right col-9: arrow + label + buttons */
.svc-nav-subnav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 24px;
  gap: 0;
  background-color: #dadada;
}

.svc-nav-subnav-arrow {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.svc-nav-subnav-label {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  margin-right: 30px;
  flex-shrink: 0;
  font-family: "Fira Sans";
}

.svc-nav-subnav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.svc-nav-subnav-links a {
  display: inline-block;
  background: #1a1f6e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 16px;
  /*border-radius: 4px;*/
  text-decoration: none;
  white-space: nowrap;
  font-family: "Fira Sans";
  transition: background 0.2s;
}

.svc-nav-subnav-links a:hover,
.svc-nav-subnav-links a.svc-nav-active {
  background: #e8501a;
}

/* institution */
.institutions-section {
  padding: 80px 0 0px;
  /* 80 0 120 */
  background: linear-gradient(90deg, #1c2c6b 0%, #2b2f7a 40%, #e65139 100%);
  position: relative;
  overflow: hidden;
}

.inst-title h2 {
  color: #ffffff;
  font-size: 70px;
  font-weight: 100;
  letter-spacing: 1px;
}

.star {
  color: #ff6a3d;
  font-size: 40px;
  margin-left: 10px;
}

/* Cards */
.inst-card {
  background: #e95a3c;
  color: #fff;
  padding: 35px 30px 40px;
  height: 100%;
  /* position: relative; */
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inst-card h3 {
  font-style: italic;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 60px;
  color: #fff;
  font-family: "Fira Sans";
}

.know-more {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  position: relative;
  font-style: italic;
  font-family: "Fira Sans";
  font-weight: 400;
}

/* .know-more::after {
    content: "✦";
    position: absolute;
    right: -22px;
    top: -2px;
    font-size: 16px;
} */

/* .inst-card:hover {
    transform: translateY(-8px);
} */

/* footer */
.logo-dark .svc-foot-logo {
  max-height: 190px;
  object-fit: none;
}

.footer-widget .ft-link .logo-blue h6 a {
  color: #292b6c;
  font-weight: 600;
  font-family: "Fira Sans";
  font-style: normal;
  font-size: 14px;
}

.footer-widget .ft-link li h6 {
  margin-bottom: 14px;
}

.footer-style-1 .ft-title {
  color: #292b6c;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-widget .ft-link li a:hover {
  color: #292b6c !important;
}

/*banner*/
.banner-slide {
  position: relative;
  height: 560px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/*.banner-slide .overlay {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: rgba(0,0,0,0.55);*/
/*}*/

.svc-ban-inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* Remove default position */
.svc-ban-pagination {
  position: static;
  display: flex;
  gap: 8px;
}

/* Default bullet */
.svc-ban-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ff6a3d;
  /* orange */
  opacity: 0.4;
  border-radius: 50%;
  margin: 0 !important;
  transition: all 0.3s ease;
}

/* Active bullet */
.svc-ban-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

.svc-ban-wrapper {
  width: calc(100% - 25px);
  margin: auto;
  height: 560px;
  align-items: unset;
}

/*section divider*/
.section-divider {
  width: 71%;
  height: 2px;
  color: black;
  background-color: #d1d1d1;
  margin: auto;
}

/*cta*/
.font-16 {
  font-size: 16px;
}

.org-back {
  background-color: #e95a3c !important;
  border: 2px solid #e95a3c !important;
}

.w-180 {
  width: 180px;
}

.pad-65-0 {
  padding: 65px 0;
}

.grey-back {
  background-color: #dcdddf;
}

/* ── csr Section Wrapper ── */
.csr-section {
  background-color: #ffffff;
  padding: 60px 80px;
  min-height: 360px;
}

/*.csr-heading {*/
/*    font-size: 55px;*/
/*    font-weight: 300;*/
/*    color: #d6d6d6;*/
/* line-height: 1.15; */
/* letter-spacing: -0.5px; */
/*}*/

.csr-star-icon {
  color: #e05c3a;
  font-size: 1.6rem;
  line-height: 1;
}

.csr-image {
  width: 95%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.csr-description {
  font-size: 15px;
  color: black;
  font-weight: 500;
}

.rbt-counterup .inner .content .counter.plus::after {
  position: absolute;
  content: "+";
  right: 0;
  font-size: 42px;
}

.rbt-counterup.style-3 .inner .content .subtitle.svc-stat {
  text-transform: unset;
  font-weight: 300;
  font-size: 35px;
  margin-top: 6px;
  font-family: "Fira Sans";
  color: #000;
}

/*footer*/
.footer-style-1 .ft-title.clg-head {
  color: #27296a;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Fira Sans";
  font-style: normal;
}

.footer-widget .ft-link li {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Fira Sans";
  font-style: normal;
  line-height: 25px;
}

.social-default li a i {
  font-size: 30px;
}

.social-default.icon-naked li {
  margin: unset;
}

.footer-widget.svc-colleges .ft-link li a {
  /* color: var(--color-body); */
  color: #e95a3c;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: normal;
}

.mana-name {
  font-family: "Hyperion";
  font-size: 22px;
  font-style: italic;
}

.mana-desig {
  font-family: "Fira Sans";
  font-weight: 400;
  font-style: italic;
}

/*about page*/

.about-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 3px;
}

.info-item .icon {
  color: #e63939;
  /* Change to your brand color */
  font-size: 18px;
  margin-top: 3px;
}

.info-item strong {
  display: block;
  font-size: 16px;
  color: #000;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
}

.about-info-grid .info-item .title-style {
  color: #000;
  font-size: 25px;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 100;
  word-spacing: unset;
  letter-spacing: unset;
  line-height: 22px;
}

.about-clg .description-style {
  color: #2c2c2c;
  font-size: 13px;
  font-weight: 500;
  width: 97%;
  font-family: "Fira Sans";
  font-style: normal;
}

.info-item .star {
  color: #ff6a3d;
  font-size: 16px;
  margin-left: 10px;
}

.abt.about-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0px;
}

.value.inst-card {
  background: #e95a3c;
  color: #fff;
  padding: 35px 30px 40px;
  height: fit-content;
  /* position: relative; */
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.value-img {
  width: 100px;
  height: auto;
}

/*management*/
.chairman-section {
  padding: 80px 0;
  background: #ffffff;
}

.chairman-container {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 60px;
  align-items: center;
}

/* Left */
.chairman-title {
  font-size: 56px;
  font-weight: 200;
  color: #d9d9d9;
  line-height: 1.1;
}

.chairman-line {
  width: 80%;
  height: 1px;
  background: #cfcfcf;
  margin: 25px 0;
}

.chairman-tagline {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
}

/* Right */
.chairman-top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.chairman-image img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}

.chairman-name h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.chairman-name span {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

.chairman-content p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.chair-name {
  font-family: "Fira Sans";
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .chairman-container {
    grid-template-columns: 1fr;
  }

  .chairman-left {
    text-align: center;
  }

  .chairman-line {
    margin: 20px auto;
  }

  .chairman-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.rbt-card.trustee-mem {
  overflow: hidden;
  position: relative;
  height: 100%;
  box-shadow: unset;
  padding: unset;
  border-radius: unset;
  background: unset;
}

.trustee-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.rbt-card .rbt-card-img a img {
  width: 100%;
  transition: 0.5s;
  object-fit: unset;
  border-radius: unset;
}
.svc-contact-section div .col-lg-5 {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.map-responsive {
  overflow: hidden;
  border-radius: 8px;
}

.map-responsive iframe {
  width: 80%;
  height: 500px;
  border: 0;
}
/* CSR Inline css */

/* Section spacing */
.svc-social-section {
  background: #fff;
}

/* Image */
.svc-social-image {
  height: 100%;
}

.svc-social-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* important */
  border-radius: 4px;
}

/* Right content */
.svc-social-content {
  padding-left: 20px;
}

/* Subtitle */
.svc-subtitle {
  font-weight: 600;
  margin-bottom: 20px;
}

/* Paragraph text */
.svc-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Divider */
.svc-divider {
  margin: 25px 0;
  opacity: 1;
}

/* Feature grid */
.svc-feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* Star */
.svc-star {
  color: #e63946;
  font-size: 14px;
  margin-top: 4px;
}

/* Feature text */
.svc-feature-item small {
  display: block;
  color: #888;
  font-size: 12px;
}

.svc-feature-item h6 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 2px 0 0;
}
/* institution Inline CSS */
/* Card wrapper */
.svc-card {
    position: relative;
    overflow: hidden;
}

/* Image */
.svc-card-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* Overlay */
.svc-card-overlay {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    /* padding: 20px; */
    background: url("<?php echo get_template_directory_uri(); ?>/assets/images/svc/institution-bg-2.jpg");
    height: 280px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* Left title */
.svc-card-left h5 {
    font-size: 16px;
    font-weight: 600;
    max-width: 180px;
    font-family: 'Fira Sans';
}

/* Right list */
.svc-card-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.svc-card-right li {
    font-size: 12px;
    margin-bottom: 6px;
}

.svc-card-right span {
    display: block;
    font-size: 10px;
    opacity: 0.7;
}

/* Button */
.svc-btn {
    display: inline-block;
    margin-top: 15px;
    background: #e65c3a;
    color: #fff;
    padding: 10px 60px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 3px;
    margin:20px 0px;
}

/* Description */
.svc-desc {
       font-size: 12px;
    color: #555;
    margin-top: 15px;
    font-weight: 600;

}

/* Read more */
.svc-readmore {
    font-size: 12px;
    text-decoration: none;
    color: #e65c3a;
    position:relative;
}
.svc-readmore:hover{
    color: #e65c3a;
    
}
.svc-readmore::before {
      content: "";
    position: absolute;
    right: -18px;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url("<?php echo get_template_directory_uri(); ?>/assets/images/svc/down-icon.png") no-repeat center;
    background-size: contain;
}
.btn-inside {
    margin-left: 5px;
}
/*Vimalraj*/
.svc-institute-ul{
    list-style:none;
    padding-left: 50px;
}

.svc-institute-ul li span {
    font-weight: 400;
    color: white;
    font-size: 15px;
    
}
.svc-institute-ul li {
    display: flex;
    flex-direction: column;
    color: #ffffffe8;
    font-weight: 100;
    margin-bottom:12px;
    font-size: 17px;
    font-family: 'Fira Sans';
    position: relative;
}

.svc-institute-title{
    padding: 5px;
    width: 190px;
    font-size: 27px;
    font-family: 'Fira Sans';
    color: white;
    font-weight: 600;
    margin:15px;
    font-style: italic;
}
.section-divider-institute{
    width: 100%;
    height: 1px;
    color: black;
    background-color: #d1d1d1;
    margin: 30px 0px;
    
}
.svc-institute-ul li::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 0;
  width: 25px;
  height: 25px;
  background: url('<?php echo get_template_directory_uri(); ?>/assets/images/svc/star-icon.png') no-repeat center;
  background-size: contain;
}

/*Mobile Header*/
/* Hamburger */
.svc-hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  border: none;
  background: none;
}

.svc-hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
  transition: 0.4s ease;
  border-radius: 2px;
}

.svc-hamburger span:nth-child(1) {
  top: 0;
}

.svc-hamburger span:nth-child(2) {
  top: 9px;
}

.svc-hamburger span:nth-child(3) {
  top: 18px;
}

/* Animate to X when open */
.offcanvas.show ~ .svc-mobile-header .svc-hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.offcanvas.show ~ .svc-mobile-header .svc-hamburger span:nth-child(2) {
  opacity: 0;
}

.offcanvas.show ~ .svc-mobile-header .svc-hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

/* Menu styles */
.svc-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-mobile-menu li {
  border-bottom: 1px solid #eee;
}

.svc-mobile-menu a {
  display: block;
  padding: 12px 0;
  color: #222;
  text-decoration: none;
  font-weight: 500;
}

/* Dropdown */
.svc-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 15px;
}

.svc-dropdown.open .svc-dropdown-menu {
  max-height: 300px;
}

/* Smooth offcanvas */
.svc-offcanvas {
  transition: transform 0.5s ease-in-out;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent !important;
}

.mobile-header-logo {
  height: 120px;
  padding: 25px;
}

@media only screen and (min-width: 350px) and (max-width: 991px) {
  .content.home-aboutus-image {
    height: 200px;
    display: flex;
    justify-content: center;
  }

  .description-style.description-small-d {
    text-align: justify;
    font-weight: 400;
  }
  .description.description-style.description-small-d {
    text-align: justify;
    font-weight: 400;
  }
  .csr-description.description-style.description-small-d {
    text-align: justify;
    font-weight: 400;
  }

  .description.abt-description-style.description-small-d {
    text-align: justify;
    font-weight: 400;
  }
  .description.vision-description-style.description-small-d {
    text-align: justify;
    font-weight: 400;
  }
  .mana-desig {
    text-align: center;
  }

  .mana-name {
    text-align: center;
  }

  .institutions-section {
    padding: 20px 0 0px;
  }

  .inst-card h3 {
    font-size: 22px;
  }

  .csr-section {
    padding: 30px 16px;
  }

  .index-knowmore-btn {
    height: 45px;
    padding: 5px;
    width: 145px;
  }

  .rbt-section-gap.index-gap-small {
    padding: 40px 0;
  }
  .rbt-section-gap.index-gap-small-2 {
    padding: 20px 0;
  }
  .content .odometer-inside {
    font-size: 40px;
  }
  .rbt-banner-5 .inner.text-start .title.svc-ban-title {
    font-size: 35px;
  }
  .svc-social-content {
    padding: 10px 0;
  }
  .vision.about-info-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .value.inst-card {
    padding: 10px 20px 20px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 991px) {
  .title-small-d {
    font-size: 40px;
  }

  .star {
    font-size: 35px;
  }

  .inst-card {
    padding: 10px 15px 25px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 500px) {
  .title-small-d {
    font-size: 30px;
  }

  .star {
    font-size: 25px;
  }

  .inst-card h3 {
    margin-bottom: 35px;
  }
  .rbt-counterup.style-3 .inner .content .subtitle.svc-stat {
    font-size: 20px !important;
  }
  .font-wei-100.index-univer-title {
    text-align: center;
    font-size: 20px;
  }
  .about-info-grid {
    padding: 10px 0;
  }
}
.footer-widget .ft-link li a {
    color:#192335;
}
.index-univer-title{
    font-size:27px;
}
.inside-logo{
    max-width:45%;
}