.pa-nav{
  margin:0 auto;
  padding:0 4%;

  height:70px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  background:#fff;

  border-bottom:1px solid #e2eaec;

  box-sizing:border-box;
}


/* LOGO */

.pa-logo{
  display:flex;
  align-items:center;
  gap:8px;

  text-decoration:none;
  color:#29434d;
}

.pa-logo img {
  width: 100px;
    height: 60px;
        margin-bottom: 10px;
}


/* LINKS */

.pa-links{
  display:flex;
  gap:23px;
}

.pa-links a{
  color:#65777e;
  text-decoration:none;
  font-size:14px;
  transition:.3s;
}

.pa-links a:hover{
  color:#274082;
}


/* NAV CTA */

.pa-nav-cta{
  width: 13%;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 7px;
    padding: 6px 8px 7px 12px;
    border-radius: 20px;
    background: #274082;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    /* font-weight: bolder; */
}

.pa-nav-cta span{
    width: 23px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #E5E7EB;
    color: #26383d;
}


/* MOBILE BUTTON */

.pa-menu{
  display:none;
  border:0;
  background:none;
  color:#315d6b;
  font-size:20px;
}

 .section-title {
                width: 100%;
    text-align: center;
    /* padding-bottom: 34px; */
    position: relative;
        }



        .section-title h2:before {
            margin: 0 15px 10px 0;
        }

        .section-title h2:after {
            margin: 0 0 10px 15px;
        }

        /*.section-title p {
            margin-bottom: 30px;
            font-size: 14px;
        }*/


/* =========================================
   PAR ACADEMIA PROGRAMMES
   ORIGINAL TEAL + MINT DESIGN
========================================= */

.pa-programmes {
    padding: 150px 7% 50px;
    background: #f5f6f1;
    font-family: Arial, sans-serif;
    color: #263f3b;
}

.pa-programmes-wrap {
    max-width: 1240px;
    margin: auto;
}


/* =========================================
   HEADER
========================================= */

.pa-programme-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    /* margin-bottom: 48px; */
}

.pa-programme-heading > span {
    color: #3e8176;
    font-size: 9px;
    letter-spacing: 2px;
    font-weight: 800;
}

.pa-programme-heading h2 {
    margin: 9px 0 0;
    max-width: 680px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -1px;
}

.pa-programme-heading h2 strong {
    color: #3e8176;
    font-weight: 700;
}

.pa-programme-intro {
    max-width: 360px;
}

.pa-programme-intro p {
    margin: 0;
    color: #778783;
    font-size: 11px;
    line-height: 1.8;
}


/* =========================================
   UNDERGRADUATE BLOCK
========================================= */

.pa-programme-block {
    padding: 34px;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #dce5e1;
}

.pa-block-header {
    display: grid;
    grid-template-columns: auto 1fr .8fr;
    align-items: center;
    gap: 18px;
    padding-bottom: 30px;
}

.pa-block-number {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #f1f3f6;
    color: #274082;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}

.pa-block-header small {
    color: #899993;
    font-size: 8px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.pa-block-header h3 {
    margin: 5px 0 0;
    font-size: 28px;
    font-weight: 500;
}

.pa-block-header h3 em {
    color: #274082;
    font-style: normal;
}

.pa-block-header > p {
    margin: 0;
    color: #7b8985;
    font-size: 10px;
    line-height: 1.7;
}


/* =========================================
   PROGRAMME CARDS
========================================= */

.pa-programme-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.pa-programme-card {
    padding: 22px 19px;
    border-radius: 15px;
    background: #2978BD;
    border: 1px solid #e3e9e5;
    transition: .3s ease;
}

.pa-programme-card:hover {
    transform: translateY(-6px);
    border-color: #a9cbc3;
    box-shadow: 0 15px 35px rgba(46,78,70,.08);
}

.pa-programme-card.featured {
    background: #2978BD;
    border-color: #c6dfd8;
}

.pa-programme-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.pa-programme-card-top span {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.pa-programme-card-top i {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: #3e8176;
    font-style: normal;
    font-size: 11px;
}

.pa-programme-card h4 {
    margin: 0;
    min-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.pa-programme-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pa-programme-card li {
    position: relative;
        padding: 3px 0 7px 13px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(111,135,127,.13);
}

.pa-programme-card li:last-child {
    border-bottom: 0;
}

.pa-programme-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}


/* =========================================
   POSTGRADUATE
========================================= */

.pa-postgraduate {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    /* margin-top: 22px; */
    border-radius: 25px;
    overflow: hidden;
    background: #274082;
    color: #fff;
	text-align: left;
    /* margin: 0px 105px; */
}

.pa-postgraduate-info {
    padding: 38px;
}

.pa-block-number.light {
    background: rgba(255,255,255,.1);
    color: #f1f3f6;
    margin-bottom: 25px;
}

.pa-postgraduate-info > span {
    color: #9dc5bb;
    font-size: 10px;
    letter-spacing: 1.6px;
    font-weight: 700;
}

.pa-postgraduate-info h3 {
    margin: 9px 0 14px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 400;
}

.pa-postgraduate-info h3 strong {
    color: #a9d3c8;
}

.pa-postgraduate-info p {
    max-width: 410px;
    margin: 0 0 23px;
    color: #bdd0cb;
    font-size: 14px;
    line-height: 1.8;
}

.pa-postgraduate-info a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 11px 14px 11px 17px;
    border-radius: 30px;
    background: #fff;
    color: #274082;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.pa-postgraduate-info a b {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(40,73,68,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* POST LIST */

.pa-postgraduate-list {
    padding: 38px;
    background: #E4E7EB;
    color: #304a45;
}

.pa-post-title small {
    color: #374151;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.pa-post-title h4 {
    margin: 6px 0 23px;
    font-size: 22px;
    font-weight: 700;
    color: #274082;
}

.pa-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pa-post-tags span {
    padding: 10px 13px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #d1e1db;
    color: #274082;
    font-size: 14px;
    transition: .25s;
}

.pa-post-tags span:hover {
    background: #cde5de;
    border-color: #aacfc4;
}


/* =========================================
   FOOTER
========================================= */

.pa-programme-footer {
    margin-top: 25px;
    padding: 20px 5px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.pa-programme-footer span {
    color: #8b9995;
    font-size: 7px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.pa-programme-footer p {
    margin: 0;
    max-width: 500px;
    text-align: right;
    color: #7d8b87;
    font-size: 9px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width: 1050px) {

    .pa-programme-categories {
        grid-template-columns: 1fr 1fr;
    }

    .pa-programme-card h4 {
        min-height: auto;
    }

}

@media(max-width: 850px) {

    .pa-programme-header {
        display: block;
    }

    .pa-programme-intro {
        margin-top: 15px;
    }

    .pa-block-header {
        grid-template-columns: auto 1fr;
    }

    .pa-block-header > p {
        grid-column: span 2;
    }

    .pa-postgraduate {
        grid-template-columns: 1fr;
    }

}

@media(max-width: 600px) {

    .pa-programmes {
        padding: 120px 6% 50px
    }

    .pa-programme-heading h2 {
        font-size: 34px;
    }

    .pa-programme-block {
        padding: 22px;
    }

    .pa-programme-categories {
        grid-template-columns: 1fr;
    }

    .pa-postgraduate-info,
    .pa-postgraduate-list {
        padding: 27px 22px;
    }

    .pa-programme-footer {
        display: block;
    }

    .pa-programme-footer p {
        text-align: left;
        margin-top: 10px;
    }

}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 20px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 20px 40px;
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #374151;
  background-color: #F1F3F6;
  font-size: 14px;
  /*padding-bottom: 50px;*/
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 70px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
}

.footer .footer-about p {
    color: #374151;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.footer h4 {
    color: #274082;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
    color: #374151;
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .country {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #cbd2d9;
}
.footer .country p {
  margin-bottom: 0;
}
.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}
.d-flex {
    display: flex !important;
    justify-content: flex-start;
}
/*.b-flex {
    display: flex !important;
    justify-content: flex-end;
}*/