<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name:   px Child
	Theme URI:    https://www.pixlaty.com/
	Description:  px Child Theme
	Author:       Pixlaty
	Author URI:   https://www.pixlaty.com/Author
	Template:     px
	Version:      2.0
    Tested up to: 5.4
    Requires PHP: 7.0
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  px
    Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/
/* write custom css after this line */
.transparent-header-on .logo-main {
  display: none; }
.transparent-header-on .logo-dark-mode {
  display: block; }

.right-menu {
  margin: 0 20px;
  padding: 0; }
  .right-menu li {
    display: inline-block;
    margin-right: 10px; }

.primary-menu &gt; li &gt; a,
.uk-button,
button {
  font-family: 'Roboto', sans-serif !important; }

.primary-menu &gt; li &gt; a {
  text-transform: capitalize;
  font-size: 16px; }

.uk-light .menu-item-object-custom a {
  color: #222; }

.primary-menu .current-menu-item &gt; a {
  color: #007AC3 !important;
  position: relative; }
  .primary-menu .current-menu-item &gt; a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FDB11C; }

.transparent-header-on .current-menu-item &gt; a {
  color: #fff !important; }

.transparent-header-on .primary-menu &gt; li &gt; a {
  color: #BFBFBF; }

.primary-menu .sub-menu a {
  color: #222 !important; }
  .primary-menu .sub-menu a:hover {
    color: #007ac3  !important; }
  .primary-menu .sub-menu a:after {
    display: none !important; }

.px-top-bar {
  padding: 0;
  height: 60px;
  line-height: 60px; }
  .px-top-bar a {
    color: #A0D6F6; }

.top-bar-info i {
  font-size: 19px;
  color: #fff; }

.transparent-header-on {
  top: 60px; }
  @media (max-width: 960px) {
    .transparent-header-on {
      top: 0; } }

.btn-5 {
  background-color: #FDB11C;
  text-transform: capitalize; }
  .btn-5 span {
    color: #7A5100 !important; }

.px-top-bar .btn-5 {
  border-radius: 0;
  padding: 0 20px !important;
  height: 100%;
  line-height: 60px; }
  .px-top-bar .btn-5:hover {
    background: #FCCF75; }
    .px-top-bar .btn-5:hover:before {
      background: #FCCF75; }

.slider-text-box .uk-button {
  margin-top: 30px; }
.slider-text-box h2,
.slider-text-box .h2-small {
  font-family: 'Playfair Display', sans-serif !important;
  line-height: 1; }
.slider-text-box .h2-small {
  font-weight: normal;
  font-size: 54px;
  font-style: italic;
  margin-bottom: 10px; }
.slider-text-box h2 {
  font-size: 84px;
  margin: 0; }
@media (max-width: 960px) {
  .slider-text-box {
    text-align: center; }
    .slider-text-box .uk-button {
      margin-top: 20px; }
    .slider-text-box .h2-small {
      font-size: 24px; }
    .slider-text-box h2 {
      font-size: 34px; } }

.slider-container {
  max-width: 1480px; }
  @media (max-width: 1600px) {
    .slider-container {
      max-width: 1200px; } }

/* Slider Boxes */
.slider-boxes {
  position: relative;
  margin-top: -120px; }
  @media (max-width: 960px) {
    .slider-boxes {
      margin-top: -40px; } }

.sb-header-2 {
  background-color: #00629C !important; }

.sb-header-3 {
  background-color: #006EAF !important; }

.sb-box {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .sb-box .sb-header {
    background-color: #007AC3;
    padding: 0 20px;
    height: 120px;
    position: relative; }
    .sb-box .sb-header:before {
      content: '';
      width: 0%;
      height: 100%;
      background-color: #FDB11C;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 0; }
    .sb-box .sb-header .uk-flex {
      position: relative;
      z-index: 1; }
    .sb-box .sb-header img {
      margin-right: 20px;
      width: 48px;
      height: auto; }
    .sb-box .sb-header h3 {
      font-size: 28px;
      color: #fff;
      font-weight: bold;
      line-height: 1;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .sb-box .sb-header h3 span {
        font-size: 16px;
        font-weight: normal; }
    .sb-box .sb-header p {
      color: #fff;
      font-size: 14px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .sb-box .sb-header i {
      color: #E6EFF5;
      width: 32px;
      height: 32px;
      line-height: 30px;
      border-radius: 50%;
      border: 2px solid #E6EFF5;
      text-align: center;
      font-size: 16px;
      position: relative;
      z-index: 1;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .sb-box .sb-body {
    padding: 30px 20px 0 0; }
    @media (max-width: 960px) {
      .sb-box .sb-body {
        margin-bottom: 40px; } }
    .sb-box .sb-body p {
      font-size: 14px; }
    .sb-box .sb-body a {
      color: #007AC3;
      font-size: 14px; }
      .sb-box .sb-body a:hover {
        color: #222; }
  .sb-box:hover .sb-header:before {
    width: 100%; }
  .sb-box:hover .sb-header i {
    background-color: #7A5100;
    border-color: #7A5100;
    color: #fff; }
  .sb-box:hover .sb-header h3,
  .sb-box:hover .sb-header p,
  .sb-box:hover .sb-header a {
    color: #7A5100 !important; }

#px-footer {
  font-size: 14px;
  background-color: #005487 !important; }
  #px-footer .uk-text-default {
    font-size: 14px; }
  #px-footer .uk-heading-line {
    position: relative;
    padding-bottom: 10px; }
    #px-footer .uk-heading-line:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #FDB11C; }
  #px-footer .footer-col-1 .widget_media_image {
    margin-bottom: 20px !important; }
  #px-footer .footer-col-1 .uk-heading-line {
    display: none; }

.px-footer-copyright {
  background-color: #0B5D8E !important; }

.tnp-subscription {
  margin: 0; }
  .tnp-subscription label {
    display: none; }
  .tnp-subscription .tnp-field input[type="submit"] {
    background-color: #FDB11C;
    color: #7A5100;
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 17px !important;
    border-radius: 0 !important;
    height: 50px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: inherit; }
    .tnp-subscription .tnp-field input[type="submit"]:hover {
      background-color: #007AC3;
      color: #fff; }

.tnp-field-button,
.tnp-field-email {
  position: relative; }
  .tnp-field-button:before,
  .tnp-field-email:before {
    content: "\eac1";
    font-family: boxicons !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    color: #222;
    width: 50px;
    height: 100%;
    z-index: 2; }

.tnp-field-button:before {
  content: "\ebfc";
  color: #7A5100; }

.tnp-field-button:hover:before {
  color: #fff; }

.left-menu {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .left-menu li {
    position: relative; }
    .left-menu li:after {
      content: "\ea50";
      font-family: boxicons !important;
      position: absolute;
      top: 20%;
      right: 0;
      font-size: 16px;
      color: #222; }
    .left-menu li a {
      padding: 15px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      font-weight: bold;
      color: #222;
      font-size: 16px;
      display: block; }
      .left-menu li a:hover {
        color: #fff; }
    .left-menu li:last-child a {
      border: none; }

.nl-left-warp {
  padding: 120px 27%;
  background-image: url(dist/images/nl-left.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media (max-width: 960px) {
    .nl-left-warp {
      padding: 80px 5%; } }

.nl-right-warp {
  padding: 0 10%;
  background-size: cover; }
  @media (max-width: 960px) {
    .nl-right-warp {
      padding: 80px 5%; } }

.nl-sec {
  background-image: url(dist/images/nl-right.jpg);
  background-repeat: no-repeat;
  background-position: top right; }

.form-sec {
  background-image: url(dist/images/form.jpg);
  background-position: top center;
  background-size: cover;
  padding: 100px 0; }
  .form-sec .uk-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: inherit;
    padding: 0 10px; }
  .form-sec .button-wrapper {
    text-align: left; }
  .form-sec h2 {
    color: #fff;
    font-weight: bold; }
    .form-sec h2 span {
      font-weight: normal;
      font-family: 'Roboto', sans-serif !important;
      font-size: 32px; }

.form-sec .uk-light .uk-input {
  background-color: #013F65;
  color: #fff;
  border-color: #013F65; }

.form-sec .uk-light .uk-input:focus {
  background-color: #005487; }

.form-sec .uk-input,
.form-sec .uk-select:not([multiple]):not([size]) {
  height: 50px; }

.admission-sec {
  background-color: #0A6FAC;
  padding: 100px 0;
/*   background-image: url(dist/images/admission.jpg); */
  background-position: center left;
  background-repeat: no-repeat; }
  @media (max-width: 960px) {
    .admission-sec {
      background-image: none; } }
  .admission-sec h2 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2; }
    @media (max-width: 960px) {
      .admission-sec h2 {
        font-size: 32px !important;
        text-align: center; } }
  .admission-sec strong {
    font-size: 28px;
    font-weight: normal;
    display: block;
    line-height: 1.2; }
    @media (max-width: 960px) {
      .admission-sec strong {
        font-size: 18px;
        text-align: center; } }
  @media (max-width: 960px) {
    .admission-sec .uk-button {
      width: 100%; } }

.news-sec {
  padding: 80px 0 100px; }
  @media (max-width: 960px) {
    .news-sec {
      padding: 50px 0 100px; } }

.post-date {
  color: #959595; }

.events-card {
  background-color: transparent; }
  .events-card .uk-card-body {
    margin-top: 20px; }
  .events-card .uk-card-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1 !important;
    margin-bottom: 15px !important; }
  .events-card .event-date {
    margin-right: 20px;
    position: relative;
    padding-bottom: 10px; }
    .events-card .event-date:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #FDB11C; }
    .events-card .event-date span:first-of-type {
      font-size: 32px;
      color: #007AC3;
      font-weight: bold;
      line-height: 1; }
    .events-card .event-date span:last-of-type {
      font-size: 21px;
      color: #007AC3;
      text-transform: uppercase;
      line-height: 1; }

.gray99 {
  color: #999999; }

.director-box {
  padding: 40px 30px;
  position: relative; }
  .director-box:before {
    position: absolute;
    top: -10px;
    right: 10px;
    content: "\ee84";
    font-size: 64px;
    color: rgba(0, 0, 0, 0.07);
    font-family: boxicons; }

.box-inner-bg {
  padding: 30px; }
  @media (max-width: 960px) {
    .box-inner-bg {
      padding: 30px 15px; } }

.leadership-box-meta {
  padding: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  border-radius: 20px; }
  .leadership-box-meta h3 {
    margin: 15px 0 10px; }
    .leadership-box-meta h3 small {
      font-family: 'Roboto', sans-serif !important;
      font-size: 16px; }
  .leadership-box-meta img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 100%; }
  .leadership-box-meta:hover {
    background-color: #007ac3; }
    .leadership-box-meta:hover img {
      border-color: transparent; }
    .leadership-box-meta:hover h3,
    .leadership-box-meta:hover .desc {
      color: #fff; }

.page .people-sec .page-content h3 {
  margin-bottom: 0 !important; }

.learning-box-meta {
  padding: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center; }
  .learning-box-meta h3 {
    font-weight: bold;
    font-size: 21px; }
  .learning-box-meta img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .learning-box-meta:hover {
    background-color: #007ac3; }
    .learning-box-meta:hover h3 {
      color: #fff; }

.page .learning-sec .page-content h3 {
  margin: 15px 0 0 !important; }

.home {
  background-color: #fff; }

.btn-edit-post-link {
  display: none; }

.uk-light .uk-button-primary,
.uk-button-primary {
  color: #7A5100;
  text-transform: capitalize; }

.uk-light .uk-button-primary:hover {
  color: #fff; }

.desc {
  color: #999; }

.uk-button {
  line-height: 50px; }

@media (max-width: 1600px) {
  .uk-container-large {
    max-width: 1200px; } }

.col-2-menu ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

.br4 img {
  border-radius: 4px; }

.heading-border {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .heading-border:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #007AC3;
    font-weight: bold; }
  .heading-border h2 {
    font-weight: bold;
    margin: 0; }
  .heading-border a {
    color: #007AC3 !important;
    font-size: 14px;
    font-weight: bold; }
    .heading-border a:hover {
      color: #222 !important; }

.page-title-bottom-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#007ac3));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #007ac3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 300px; }

.page-title-top-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), black);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 300px; }

@media (max-width: 960px) {
  .breadcrumb-grid {
    padding: 0 15px;
    margin-bottom: 0 !important; } }

.breadcrumb-btn {
  margin-bottom: -53px !important;
  border-radius: 0;
  position: relative; }

.page-menu {
  background-color: #fff;
  position: relative;
  margin-top: -114px; }
  .page-menu h3 {
    background-color: #FDB11C;
    padding: 20px;
    margin: 0;
    color: #7A5100; }

.page-menu-ul {
  padding: 20px; }
  .page-menu-ul li {
    padding: 0; }
    .page-menu-ul li a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 13px 0; }
    .page-menu-ul li:last-child a {
      border-bottom: none;
      padding-bottom: 0; }
  .page-menu-ul .current-menu-item a {
    color: #007AC3;
    position: relative; }
    .page-menu-ul .current-menu-item a:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 5px;
      height: 20px;
      background-color: #007AC3; }

.page-menu-ul-mob {
  padding: 0; }
  .page-menu-ul-mob li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .page-menu-ul-mob .current-menu-item a {
    color: #FDB11C; }
    .page-menu-ul-mob .current-menu-item a:before {
      background-color: #FDB11C; }

.page-menu-mob-btn {
  position: fixed;
  bottom: 55px;
  right: -2px;
  font-size: 32px;
  padding: 10px;
  z-index: 999; }

.page .page-content h5 {
  font-size: 21px;
  font-weight: bold;
  margin: -20px 0 0; }
.page .page-content h2,
.page .page-content h3 {
  margin-bottom: 30px !important; }
  .page .page-content h2 strong,
  .page .page-content h3 strong {
    position: relative;
    padding-bottom: 15px; }
    .page .page-content h2 strong:before,
    .page .page-content h3 strong:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #007AC3; }
.page .page-content a {
  color: #007AC3; }
  .page .page-content a:hover {
    color: #222; }
.page .page-content .uk-button-primary {
  color: #7A5100 !important; }
  .page .page-content .uk-button-primary:hover {
    color: #fff !important; }
.page .page-content ol,
.page .page-content ul {
  margin: 0 15px; }
  .page .page-content ol li,
  .page .page-content ul li {
    margin-bottom: 10px; }
.page .page-content .size-full {
  width: auto;
  height: auto; }

em {
  color: #007AC3; }

.uk-accordion li {
  background-color: #f9f9f9; }
  .uk-accordion li &gt; a {
    color: #222 !important;
    padding: 10px 20px; }
.uk-accordion .uk-accordion-content {
  padding: 0 20px 20px; }
.uk-accordion .uk-open {
  background-color: #eee; }

blockquote {
  background-color: #f6f6f6;
  padding: 30px 60px 20px 20px;
  border-radius: 30px 0;
  position: relative;
  border-left: 2px solid #007AC3;
  font-size: 16px; }
  blockquote:before {
    position: absolute;
    top: 0;
    right: 15px;
    content: "\ee84";
    font-size: 32px;
    color: rgba(0, 0, 0, 0.07);
    font-family: boxicons; }
  @media (max-width: 960px) {
    blockquote {
      padding: 20px; } }

.people-sec .page-menu h3 {
  background-color: #35b3ff;
  color: #fff; }

.learning-sec .page-menu h3 {
  background-color: #E39151;
  color: #fff; }

.adimissions-sec .page-menu h3 {
  background-color: #005487;
  color: #fff; }

.employment-sec .page-menu h3 {
  background-color: #FCCF75; }

[data-theme="dark"] .nl-sec {
  background-image: url(dist/images/nl-right-dark.jpg); }
[data-theme="dark"] #px_header.transparent-header-on {
  background-color: transparent !important; }
[data-theme="dark"] .uk-accordion li &gt; a {
  color: #fff !important; }
[data-theme="dark"] .uk-accordion li,
[data-theme="dark"] .page-menu {
  background-color: #1d2a37; }
[data-theme="dark"] blockquote,
[data-theme="dark"] .uk-accordion .uk-open {
  background-color: #141d26; }
[data-theme="dark"] .primary-menu .sub-menu a {
  color: #fff !important; }
  [data-theme="dark"] .primary-menu .sub-menu a:hover {
    color: #007AC3 !important; }
[data-theme="dark"] .page-menu-ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
[data-theme="dark"] .page-menu-ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0; }
[data-theme="dark"] .tnp-subscription input[type=text],
[data-theme="dark"] .tnp-subscription input[type=email],
[data-theme="dark"] .tnp-subscription select {
  background-color: #1d2a37;
  color: #fff; }
[data-theme="dark"] .tnp-field-email:before {
  color: #fff; }
[data-theme="dark"] .nl-left-warp h2 {
  color: #222; }
[data-theme="dark"] .px-top-bar a,
[data-theme="dark"] .page-content a {
  color: rgba(255, 255, 255, 0.5); }
[data-theme="dark"] blockquote:before,
[data-theme="dark"] .director-box:before {
  color: rgba(255, 255, 255, 0.07); }
[data-theme="dark"] .learning-box-meta,
[data-theme="dark"] .leadership-box-meta,
[data-theme="dark"] .director-box,
[data-theme="dark"] .box-inner-bg {
  background-color: #192530 !important; }
[data-theme="dark"] .px-top-bar a:hover,
[data-theme="dark"] .page-content a:hover {
  color: #007AC3; }
[data-theme="dark"] .learning-box-meta:hover,
[data-theme="dark"] .leadership-box-meta:hover {
  background-color: #007AC3 !important; }
[data-theme="dark"] .heading-border a:hover {
  color: #fff !important; }
[data-theme="dark"] .uk-button-primary {
  color: #7A5100 !important; }
  [data-theme="dark"] .uk-button-primary:hover {
    color: #fff !important; }
[data-theme="dark"] .news-sec .uk-card,
[data-theme="dark"] .events-card {
  background-color: transparent !important; }
[data-theme="dark"] .menu-item-object-custom a {
  color: #fff; }
[data-theme="dark"] #px-footer {
  background-color: #1d2a37 !important; }

.statement-section p,
.statement-section h2 {
	color: #111 !important;
}

.uploaded-link {
	color: #005487;
}

.policy-manual table,
.policy-manual tr,
.policy-manual td {
	border: none;
}

.policy-manual table {
	width: 100%;
}

.policy-manual table a {
	color: #005487;
}

.policy-manual table a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #005487;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%''
}

.policy-manual table a:hover {
	color: #333;
}

.leadership-box-meta img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
}

.leadership-box-meta .desc {
	font-size: 14px;
}

/* NEW admission-sec home */

.admission-sec .uk-width-1-2\@s.uk-first-column {
    width: 0;
}



 
.admission-sec .uk-container&gt;:last-child {
    width: 100%;
    margin: auto;
} 


.admission-sec .uk-width-1-2\@s {
    width: 90%;
	    text-align: center;
}

#px-mob-menu .uk-offcanvas-bar .uk-nav-parent-icon&gt;.uk-parent&gt;a::after {
	transform: scale(-1);
}

.primary-menu &gt; .nomega-menu-item .sub-menu .menu-item .menu-item-arrow {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    color: #222;
    transform: rotate(-90deg);
    font-size: 16px;
}

.primary-menu &gt; .nomega-menu-item .sub-menu .menu-item .sub-menu {
    left: 110%;
    padding: 0 10px;
}

.page-menu .uk-nav-parent-icon&gt;.uk-parent&gt;a::after {
    display: none;
}

#menu-item-3247,
#menu-item-3236 {
	margin-left: 15px;
}</pre></body></html>