:root {
  --color1:#0B0B61;
  --color2: #FACC2E;
}

.blog-content a {
  color: blue;
  font-weight: bold;
}
.blog-content p {
  text-align: justify;
}
.blog-content p strong {
  font-weight: bolder;
  color: orangered;
}
.blog-content .blog-subheading-h2 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: navy;
  border-radius: 10px;
  padding: 10px 15px;
  color: white;
}
.blog-content .blog-subheading-h2 strong {
  color: gold !important;
}
.blog-content .blog-subheading-h3 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
}
.blog-content .blog-subheading-h3::after {
  content: "";
  border: 0;
  width: 50px;
  height: 2px;
  background: #f21e4e;
  z-index: 1;
  margin-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.blog-content .blog-subheading-h4 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
}
.blog-content .blog-subheading-h4::after {
  content: "";
  border: 0;
  width: 50px;
  height: 2px;
  background: #f21e4e;
  z-index: 1;
  margin-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.blog-content ul.list-arrow {
  padding-top: 0px;
}
.blog-content ul.list-arrow li {
  font-size: initial;
}
.blog-content ul.list-arrow li:before {
  color: red;
  top: 8px;
}
.blog-content strong {
  font-weight: bold;
  color: var(--color-secondry);
}
.blog-content strong a {
  color: cornflowerblue;
}
.blog-content strong em {
  color: white;
  font-weight: 400;
}
.blog-content p:has(em) {
  background-color: var(--color-primary);
  border-radius: 10px;
  text-emphasis: none !important;
  color: white;
}

.program-details-box {
  background-color: #1C3975;
  border-radius: 5px;
  padding: 15px 5px;
  margin-left: 0;
  margin-right: 0;
}
.program-details-box h4.program-name {
  color:#ffffff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.program-details-box h4.program-name i {
  padding-right: 20px;
}
.program-details-box h4.program-name span.stream {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: white;
}
.program-details-box h5 {
  color: var(--color1);
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal;
}
.program-details-box h5 strong {
  font-weight: bolder;
  color: var(--color-primary);
}
.program-details-box .summary-box {
  background-color: #FAFAFA;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
}

.custom-heading-1 {
  border-bottom: 2px solid #B40404;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-heading-1 .custom-heading-title {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.custom-heading-1 .custom-heading-title :after {
  content: "";
  width: 0;
  height: 0;
  border-top: 39px solid transparent;
  border-left: 20px solid #B40404;
  border-bottom: 0px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0px;
  right: -20px;
}
.custom-heading-1 .custom-heading-title span {
  background: #B40404;
  padding: 10px 20px 8px 20px;
  color: white;
  position: relative;
  display: inline-block;
  margin: 0;
}

.tabs-red .maintab {
  background-color: #2E2E2E;
}

.resp-tab-content {
  font-size: 1em !important;
  line-height: 24px;
  color: #767676;
}

.our-associations-section .box {
  border: 0px solid #facc2e;
  border-radius: 10px;
  margin-bottom: 20px;
}
.our-associations-section img {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
}
.our-associations-section span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.our-associations-section span strong {
  color: #B40404;
}

.text-red {
  color: #B40404;
}

img.custom-frame-1 {
  --s: 10px; /* control the size */
  padding: var(--s);
  border: calc(2 * var(--s)) solid rgba(0, 0, 0, 0);
  outline: 1px solid #fc6363;
  outline-offset: calc(-1 * var(--s));
  background: conic-gradient(from 90deg at 1px 1px, rgba(0, 0, 0, 0) 25%, #a80808 0);
}

.button5 {
  background-color: gold;
  color: black !important;
}

.resp-tabs-container {
  background-color: #27b8a7;
}

.inner-pages p {
  margin-bottom: 20px;
  text-align: justify;
}

/*# sourceMappingURL=skin-vgi.css.map */
