/*========Index css===============*/
    .custom-contact-title {
        font-size: 32px;
        font-weight: 700;
        color: #723016;
        }

        .custom-contact-subtitle {
        font-size: 16px;
        color: #666;
        margin-top: 10px;
        margin-bottom: 10px;
        }

                /* Wrapper Background & Padding */
        .custom-contact-section {
        background: linear-gradient(to right, #f0f4ff, #fefeff);
        padding: 60px 0;
        border-radius: 12px;
        }

        /* Form Styling */
        .custom-contact-form {
        background: #fff;
        padding: 40px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        /* Inputs */
        .custom-input {
        border-radius: 50px;
        padding: 14px 20px;
        font-size: 16px;
        border: 1px solid #ced4da;
        transition: all 0.3s ease;
        }

        .custom-input:focus {
        border-color: #6c63ff;
        box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.2);
        outline: none;
        }

        /* Button */
        .custom-btn {
        background: #723016;
        color: #fff;
        padding: 14px 30px;
        font-size: 18px;
        border-radius: 50px;
        border: none;
        transition: background 0.3s ease;
        font-weight: 500;
        }

        .custom-btn:hover {
        background: #574bff;
        color: #fff;
        }

        /* Icon Placeholder (you can style your span.icon-more-icon here) */
        .icon-more-icon {
        margin-left: 8px;
        }

        /* Responsive adjustments */
        @media (max-width: 576px) {
        .custom-contact-form {
            padding: 25px 20px;
        }
        }

/*=======================*/

/*=====contact=================*/
    .custom-contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #723016;
}

.custom-contact-subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

        /* Wrapper Background & Padding */
.custom-contact-section {
  background: linear-gradient(to right, #f0f4ff, #fefeff);
  padding: 60px 0;
  border-radius: 12px;
}

/* Form Styling */
.custom-contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Inputs */
.custom-input {
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 16px;
  border: 1px solid #ced4da;
  transition: all 0.3s ease;
}

.custom-input:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.2);
  outline: none;
}

/* Button */
.custom-btn {
  background: #723016;
  color: #fff;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 50px;
  border: none;
  transition: background 0.3s ease;
  font-weight: 500;
}

.custom-btn:hover {
  background: #574bff;
  color: #fff;
}

/* Icon Placeholder (you can style your span.icon-more-icon here) */
.icon-more-icon {
  margin-left: 8px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .custom-contact-form {
    padding: 25px 20px;
  }
}
/*=============*/
/*=============carrier css=========*/

        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }
/*===============Sustainable Energy Management======================       */
    .about.inner p {
    padding-bottom: 20px;
    line-height: 36px;
  
    font-weight: 400;
    color: black;
}
        .highlight-section {
            text-align: center;
            padding: 70px 20px;
          
        }
        .highlight-section h2 {
            font-weight: bold;
            color: #fff;
        }
        .highlight-section a {
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
        .highlight-section .primary-text {
            color: #fff;
        }
        .highlight-section .highlight-text {
            color: #fff;
        }
        .programme-fee {
            position: relative;
            background: url('img/DeWatermark.ai_1743683084606.png') no-repeat center center/cover;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: white;
        }
        .programme-fee::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: rgb(3 3 3 / 52%);;
            z-index: 1;
        }
        .programme-fee .container {
            position: relative;
            z-index: 2;
        }
        .programme-fee h3 {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .programme-fee .list-group-item {
            background: transparent;
            border: none;
            font-size: 18px;
            color: white;
        }
        .programme-fee .list-group-item strong {
            color: #ffc107;
        }
        .hed{
            color:#fff;
        }
        
        .imp-text{
           
            color:#723016;
        }

        .feature-box {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            margin: 18px 20px;

        }
        .feature-box p {
            font-weight: bold;
            color: #50533a;
        }
       
        .section-title {
            margin-bottom: 50px;
            font-size: 30px;
            margin-top: 30px;
            font-weight: 700;
            color: #333;
        }
        .core{
            color:#723016; 
            text-align: center;
            margin: 22px;
        } 

        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }
        
        .white{
            font-weight:700;
        }
         .white li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        h2.new-heading {
    margin-bottom: 13px;
    font-size:23px;
    }
/*=============Sustainability Leadership===============================*/

    .about.inner p {
    padding-bottom: 20px;
    line-height: 36px;
  
    font-weight: 400;
    color: black;
}
        .highlight-section {
            text-align: center;
            padding: 70px 20px;
          
        }
        .highlight-section h2 {
            font-weight: bold;
            color: #fff;
        }
        .highlight-section a {
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
        .highlight-section .primary-text {
            color: #fff;
        }
        .highlight-section .highlight-text {
            color: #fff;
        }
        .programme-fee {
            position: relative;
            background: url('img/DeWatermark.ai_1743683084606.png') no-repeat center center/cover;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: white;
        }
        .programme-fee::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: rgb(3 3 3 / 52%);;
            z-index: 1;
        }
        .programme-fee .container {
            position: relative;
            z-index: 2;
        }
        .programme-fee h3 {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .programme-fee .list-group-item {
            background: transparent;
            border: none;
            font-size: 18px;
            color: white;
        }
        .programme-fee .list-group-item strong {
            color: #ffc107;
        }
        .hed{
            color:#fff;
        }
        
        .imp-text{
           
            color:#723016;
        }

        .feature-box {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            margin: 18px 20px;

        }
        .feature-box p {
            font-weight: bold;
            color: #50533a;
        }
       
        .section-title {
            margin-bottom: 50px;
            font-size: 30px;
            margin-top: 30px;
            font-weight: 700;
            color: #333;
        }
        .core{
            color:#723016; 
            text-align: center;
            margin: 22px;
        } 

        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }
        
        .white{
            font-weight:700;
        }
         .white li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        h2.new-heading {
    margin-bottom: 13px;
    font-size:23px;
}

/*===========Strategic Procurement and Supply Chain Management=======================*/
    .about.inner p {
    padding-bottom: 20px;
    line-height: 36px;
  
    font-weight: 400;
    color: black;
}
        .highlight-section {
            text-align: center;
            padding: 70px 20px;
          
        }
        .highlight-section h2 {
            font-weight: bold;
            color: #fff;
        }
        .highlight-section a {
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
        .highlight-section .primary-text {
            color: #fff;
        }
        .highlight-section .highlight-text {
            color: #fff;
        }
        .programme-fee {
            position: relative;
            background: url('img/DeWatermark.ai_1743683084606.png') no-repeat center center/cover;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: white;
        }
        .programme-fee::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: rgb(3 3 3 / 52%);;
            z-index: 1;
        }
        .programme-fee .container {
            position: relative;
            z-index: 2;
        }
        .programme-fee h3 {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .programme-fee .list-group-item {
            background: transparent;
            border: none;
            font-size: 18px;
            color: white;
        }
        .programme-fee .list-group-item strong {
            color: #ffc107;
        }
        .hed{
            color:#fff;
        }
        
        .imp-text{
           
            color:#723016;

        .feature-box {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            margin: 18px 20px;

        }
        .feature-box p {
            font-weight: bold;
            color: #50533a;
        }
       
        .section-title {
            margin-bottom: 50px;
            font-size: 30px;
            margin-top: 30px;
            font-weight: 700;
            color: #333;
        }
        .core{
            color:#723016; 
            text-align: center;
            margin: 22px;
}
        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold; 
        }
        .custom-logo {
            width: 150px;
        }
        
        .white{
            font-weight:700;
        }
         .white li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        h2.new-heading {
    margin-bottom: 13px;
    font-size:23px;
/*=============================================*/

    
    <style>
        .feature-box {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            margin: 18px 20px;

        }
        .feature-box p {
            font-weight: bold;
            color: #50533a;
        }
       
        .section-title {
            margin-bottom: 50px;
            font-size: 30px;
            margin-top: 30px;
            font-weight: 700;
            color: #333;
        }
        .core{
            color:#723016; 
            text-align: center;
            margin: 22px;
        } 
/*=============================================== */
    <!--custom container-->
     <style>
        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }
        
        .white{
            font-weight:700;
        }
         .white li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        h2.new-heading {
    margin-bottom: 13px;
    font-size:23px;
}

/*=====================================================*/
    .about.inner p {
    padding-bottom: 20px;
    line-height: 36px;
  
    font-weight: 400;
    color: black;
}
        .highlight-section {
            text-align: center;
            padding: 70px 20px;
          
        }
        .highlight-section h2 {
            font-weight: bold;
            color: #fff;
        }
        .highlight-section a {
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
        .highlight-section .primary-text {
            color: #fff;
        }
        .highlight-section .highlight-text {
            color: #fff;
        }
        .programme-fee {
            position: relative;
            background: url('img/DeWatermark.ai_1743683084606.png') no-repeat center center/cover;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: white;
        }
        .programme-fee::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: rgb(3 3 3 / 52%);;
            z-index: 1;
        }
        .programme-fee .container {
            position: relative;
            z-index: 2;
        }
        .programme-fee h3 {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .programme-fee .list-group-item {
            background: transparent;
            border: none;
            font-size: 18px;
            color: white;
        }
        .programme-fee .list-group-item strong {
            color: #ffc107;
        }
        .hed{
            color:#fff;
        }
        
        .imp-text{
           
            color:#723016;
        }
/*=============contact============================*/

    .custom-contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #723016;
}

.custom-contact-subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

        /* Wrapper Background & Padding */
.custom-contact-section {
  background: linear-gradient(to right, #f0f4ff, #fefeff);
  padding: 60px 0;
  border-radius: 12px;
}

/* Form Styling */
.custom-contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Inputs */
.custom-input {
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 16px;
  border: 1px solid #ced4da;
  transition: all 0.3s ease;
}

.custom-input:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.2);
  outline: none;
}

/* Button */
.custom-btn {
  background: #723016;
  color: #fff;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 50px;
  border: none;
  transition: background 0.3s ease;
  font-weight: 500;
}

.custom-btn:hover {
  background: #574bff;
  color: #fff;
}

/* Icon Placeholder (you can style your span.icon-more-icon here) */
.icon-more-icon {
  margin-left: 8px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .custom-contact-form {
    padding: 25px 20px;
  }
}
/*=================european-competency-certificate-programe css=============================*/
    .about.inner p {
    padding-bottom: 20px;
    line-height: 36px;
  
    font-weight: 400;
    color: black;
}
        .highlight-section {
            text-align: center;
            padding: 70px 20px;
          
        }
        .highlight-section h2 {
            font-weight: bold;
            color: #fff;
        }
        .highlight-section a {
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
        .highlight-section .primary-text {
            color: #fff;
        }
        .highlight-section .highlight-text {
            color: #fff;
        }
        .programme-fee {
            position: relative;
            background: url('img/DeWatermark.ai_1743683084606.png') no-repeat center center/cover;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: white;
        }
        .programme-fee::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: rgb(3 3 3 / 52%);;
            z-index: 1;
        }
        .programme-fee .container {
            position: relative;
            z-index: 2;
        }
        .programme-fee h3 {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .programme-fee .list-group-item {
            background: transparent;
            border: none;
            font-size: 18px;
            color: white;
        }
        .programme-fee .list-group-item strong {
            color: #ffc107;
        }
        .hed{
            color:#fff;
        }
        
        .imp-text{
           
            color:#723016;
        }

        .feature-box {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            margin: 18px 20px;

        }
        .feature-box p {
            font-weight: bold;
            color: #50533a;
        }
       
        .section-title {
            margin-bottom: 50px;
            font-size: 30px;
            margin-top: 30px;
            font-weight: 700;
            color: #333;
        }
        .core{
            color:#723016; 
            text-align: center;
            margin: 22px;
        } 

        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }
        
        .white{
            font-weight:700;
        }
         .white li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        h2.new-heading {
    margin-bottom: 13px;
    font-size:23px;
}
/*==============professor-of-practice-program css===================================*/

    .about.inner p {
    padding-bottom: 20px;
    line-height: 36px;
  
    font-weight: 400;
    color: black;
}
        .highlight-section {
            text-align: center;
            padding: 70px 20px;
          
        }
        .highlight-section h2 {
            font-weight: bold;
            color: #fff;
        }
        .highlight-section a {
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
        .highlight-section .primary-text {
            color: #fff;
        }
        .highlight-section .highlight-text {
            color: #fff;
        }
        .programme-fee {
            position: relative;
            background: url('img/DeWatermark.ai_1743683084606.png') no-repeat center center/cover;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: white;
        }
        .programme-fee::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: rgb(3 3 3 / 52%);;
            z-index: 1;
        }
        .programme-fee .container {
            position: relative;
            z-index: 2;
        }
        .programme-fee h3 {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .programme-fee .list-group-item {
            background: transparent;
            border: none;
            font-size: 18px;
            color: white;
        }
        .programme-fee .list-group-item strong {
            color: #ffc107;
        }
        .hed{
            color:#fff;
        }
        
        .imp-text{
           
            color:#723016;
        }

        .feature-box {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            margin: 18px 20px;

        }
        .feature-box p {
            font-weight: bold;
            color: #50533a;
        }
       
        .section-title {
            margin-bottom: 50px;
            font-size: 30px;
            margin-top: 30px;
            font-weight: 700;
            color: #333;
        }
        .core{
            color:#723016; 
            text-align: center;
            margin: 22px;
        } 

        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }
        
        .white{
            font-weight:700;
        }
         .white li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        h2.new-heading {
    margin-bottom: 13px;
    font-size:23px;
}
/*==================Our strategic team css========================================*/

    .about.inner p {
    padding-bottom: 20px;
    line-height: 36px;
  
    font-weight: 400;
    color: black;
}
        .highlight-section {
            text-align: center;
            padding: 70px 20px;
          
        }
        .highlight-section h2 {
            font-weight: bold;
            color: #fff;
        }
        .highlight-section a {
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
        .highlight-section .primary-text {
            color: #fff;
        }
        .highlight-section .highlight-text {
            color: #fff;
        }
        .programme-fee {
            position: relative;
            background: url('img/DeWatermark.ai_1743683084606.png') no-repeat center center/cover;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: white;
        }
        .programme-fee::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: rgb(3 3 3 / 52%);;
            z-index: 1;
        }
        .programme-fee .container {
            position: relative;
            z-index: 2;
        }
        .programme-fee h3 {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .programme-fee .list-group-item {
            background: transparent;
            border: none;
            font-size: 18px;
            color: white;
        }
        .programme-fee .list-group-item strong {
            color: #ffc107;
        }
        .hed{
            color:#fff;
        }
        
        .imp-text{
           
            color:#723016;
        }

        .feature-box {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
            margin: 18px 20px;

        }
        .feature-box p {
            font-weight: bold;
            color: #50533a;
        }
       
        .section-title {
            margin-bottom: 50px;
            font-size: 30px;
            margin-top: 30px;
            font-weight: 700;
            color: #333;
        }
        .core{
            color:#723016; 
            text-align: center;
            margin: 22px;
        } 

        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }
        
        .white{
            font-weight:700;
        }
         .white li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        h2.new-heading {
    margin-bottom: 13px;
    font-size:23px;
    
/*===========================================================*/

        .custom-container {
            margin-top: 50px;
        }
        .custom-title {
            font-weight: bold;
            text-transform: uppercase;
                background: none;
    color: black;
    line-height: 59px;
        }
        .custom-button {
            background-color: #723016;
            border: none;
            color: white;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .custom-button:hover {
            background-color: #b28b5b;
        }
        .custom-learning-box {
            background-color: #072c60;
            color: white;
            padding: 20px;
                font-size: 19px;
    line-height: 45px;
        }
        .custom-learning-box h3 {
            font-weight: bold;
            text-transform: uppercase;
            color:#fff;
        }
        .custom-learning-box span {
            color: #c19a6b;
            font-weight: bold;
        }
        .custom-logo {
            width: 150px;
        }

}

/*======================courses css==========================   */

        .program-section {
            background: #fff;
            padding: 50px 0;
        }
        .program-image img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            display: block;
        }
        .program-content {
            padding: 20px;
            text-align: center;
        }
        .program-title {
            font-weight: 700;
            color: #002147;
        }
        .program-subtitle {
            color: #555;
            font-size: 18px;
        }
        .logos img {
            max-height: 50px;
            margin: 10px;
            max-width: 100%;
        }
        .program-text {
            font-size: 16px;
            color: #444;
            margin-top: 10px;
        }
        .program-btn {
            background: #723016;
            color: #fff;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            margin-top: 15px;
            transition: 0.3s;
        }
        .program-btn:hover {
            background: #000;
        }
        .program-details {
            background: #5B5D47 ;
            color: #fff;
            padding: 20px;
            margin-top: 20px;
            border-radius: 5px;
            text-align: center;
        }
        .program-details p {
            margin-bottom: 5px;
        }
        @media (max-width: 768px) {
            .program-content {
                padding: 15px;
            }
            .logos img {
                max-height: 40px;
            }
            .program-title {
                font-size: 22px;
            }
            .program-subtitle {
                font-size: 16px;
            }
            .program-image {
                text-align: center;
            }
            .program-image img {
                max-width: 100%;
                height: auto;
            }
        }
/*==============our strategic css===================================================*/
          .fw-bold {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
}
        
        
        .section-title {
            color: #723016;
            font-weight: bold;
            text-align: center;
            font-size:28px;
        }
        .section-subtitle {
            text-align: center;
            color: #555;
            font-size: 15px;
            margin: 0 auto;
        }
        .divider {
            width: 50%;
            height: 2px;
            background-color: #595B43;
            margin: 10px auto;
        }
        .profile-img {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            object-fit: cover;
        }
        .team-member {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
           gap: 53px;
    margin-top: 46px;
    line-height: 2.6;
        }
        .team-member h4 {
            color: #595B43;
            font-weight: bold;
        }
        .strategic {
            padding: 60px 10px;
        }
        @media (min-width: 768px) {
            .team-member {
                flex-direction: row;
                text-align: left;
            }
        }
  
 /*===================================================================  */
    .custom-about1 {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.custom-index1 {
  background: url(images/about-bg.jpg) no-repeat center bottom;
  background-size: cover; 
}

.custom-index2 {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
 /*-----------------  */
 .panel-collapse{
    height: 0px; 
 }
     
 /*=====================================*/
 .slider_heading_h2 h2{
     color:fff !important;
 } 
    

    
     
    
    
    
    
    
    
    
    
    
    
    
    
    
    