﻿body {
    font-family: "DM Sans", sans-serif !important;
}

a {
    text-decoration: none !important;
}

.topRow {
    color: #fff;
    padding: 3px 0;
    line-height: 28px;
    position: relative;
    background-color: #3a3d4f;
    height: 35px;
}

    .topRow a {
        color: #fff;
        font-size: 14px;
        line-height: 1.8 !important;
    }

        .topRow a:hover {
            opacity: .5;
        }

.dropdown-menu {
    background-color: #f8f9fa; /* Light background */
}

.dropdown-item:hover {
    background-color: #e2e6ea; /* Light hover effect */
}

.login-btn {
    color: #090909 !important;
    background-color: #ffdc73 !important;
    border-color: #ffdc73 !important;
    margin: 0 !important;
    padding: 0px 10px !important;
    border-radius: 4px;
}

.dropdown-menu {
    min-width: 100% !important;
    border: 0 !important;
    box-shadow: 0px 0px 7px 0px rgba(117, 117, 117, 0.2);
    padding: 0 0px !important;
}

.dropdown-item {
    color: #000 !important;
    padding: .25rem 1rem !important;
}

.header {
    box-shadow: rgba(43, 52, 69, 0.1) 0px 4px 16px;
    background: white none repeat scroll 0% 0%;
    height: 72px;
    z-index: 9;
    padding-top: 5px;
    position: relative;
    animation: 250ms ease-in-out 0s 1 normal none running slide-from-top;
}
img {max-width:100%;}
.mpoLogo {
    padding: 5px 0 0 0;
}

    .mpoLogo img {
        height: 50px;
    }

.banner-hero {
    background-image: url('../images/banner.jpg');
    padding-top: 100px;
    padding-bottom: 105px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;
}

    .banner-hero:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(4,9,30,0.8);
        opacity: .5;
        z-index: -1;
    }

    .banner-hero h1 {
        color: #fff;
        font-size: 70px;
        font-weight: 600;
    }

    .banner-hero p {
        color: #fff;
        width: 50%;
    }

.button-banner .primary-btn {
    background-color: #f7631b;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.primary-btn {
    background: #f7631b;
    background-color: rgb(247, 99, 27);
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    text-decoration: none;
}

.button-banner .primary-btn:hover {
    background-color: #fff;
    color: #f7631b;
}

.feature-area {
    margin-top: -45px;
    position: relative;
    padding: 0 0 50px;
}

.single-feature {
    text-align: center;
}

    .single-feature .title {
        background: rgba(255,255,255,0.15);
        padding: 12px 0px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .single-feature .title h4 {
            color: #fff;
            font-size: 18px;
            line-height: 1.2em !important;
            margin-bottom: 0;
            margin-top: 0;
            font-weight: 600;
        }
.desc-wrap ul {
    margin:0;padding:0;

}
.desc-wrap ul li {
    display:block;
}
.single-feature .desc-wrap {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(153,153,153,0.1);
    transition: .5s all;
}

        .single-feature .desc-wrap:hover {
            box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        }

        .single-feature .desc-wrap a {
            font-size: 14px;
            font-weight: 600;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            color: #222;
            text-decoration: none;
        }

    .single-feature .desc-wrap ul li {
        font-size: 14px;
        padding: 5px 5px 5px 7px;
        text-indent: -4px;
        line-height: 1.6;
    }

    .single-feature:hover .title {
        background: #f7631b;
    }

    .single-feature:hover .desc-wrap a {
        color: #f7631b;
    }

.dashtable td {
    text-align: left;
    vertical-align: middle;
}

    .dashtable td h6 {
        margin: 0;
        padding: 0;
    }

    .dashtable td h6, .dashtable td {
        font-size: 14px;
    }

.desc-wrap {
    text-align: left;
}

    .desc-wrap .scroll-y {
        height: 208px;
    }

    .desc-wrap ul {
        margin: 0;
        padding: 0;
    }

/* Scroll */
/* Scroll */ .scroll-y {
    overflow-y: scroll;
    position: relative;
}

div, ol, pre, span, ul {
    scrollbar-width: thin;
    scrollbar-color: #eff2f5 transparent;
}

.scroll-y::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-y::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    .scroll-y::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }

.aboutMPPURC h1 {
    text-align: center;
}

.aboutImage {
    padding: 30px 0;
}

    .aboutImage img {
        max-width: 300px;
        border-radius: 40px;
    }

.about-content {
    padding: 50px 0;
    line-height: 1.8;
}

.about-content {
    text-align: justify;
}

.section {
    padding: 40px 0;
}

.contactdetails {
    padding: 50px 0;
}

    .contactdetails h3 {
        font-size: 40px;
    }

.contactSection {
    padding: 50px 0;
}

    .contactSection h1 {
        text-align: center;
    }

    .contactSection p {
        text-align: center;
    }

.contact-title {
    font-size: 20px;
    position: relative;
}

.hightlighted {
    position: relative;
    background-color: yellow;
    padding: 0.1em 0.1em;
}

.address-contact ul {
    margin: 0;
    padding: 10px 0 0 0px;
    margin-bottom: 30px;
}

    .address-contact ul li {
        list-style-position: inside;
    }

        .address-contact ul li a {
            color: #fff !important;
        }

            .address-contact ul li a:hover {
                color: #fff !important;
                opacity: .6;
            }

.address-contact:hover .contact-title:after {
    transition: .5s all;
    width: 100%;
    height: 40%;
    z-index: -1;
}

.mppurc-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px 10px;
    margin-bottom: 10px;
}

    .mppurc-table th {
        padding: 8px;
        border-bottom: #d9d9d9 1px solid;
        background: #ddd;
        color: #000;
        font-size: 17px;
        margin: 0 0 0 0;
        font-weight: normal;
    }

    .mppurc-table td {
        padding: 6px;
        text-align: left;
    }

.contactSection {
    background-image: url('../images/bg_5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 0;
    color: #fff;
}

    .contactSection .overlay {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .7;
        background: #fd6100;
        background: -moz-linear-gradient(45deg, #fd6100 0%, #0d1128 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #fd6100), color-stop(100%, #0d1128));
        background: -webkit-linear-gradient(45deg, #fd6100 0%, #0d1128 100%);
        background: -o-linear-gradient(45deg, #fd6100 0%, #0d1128 100%);
        background: -ms-linear-gradient(45deg, #fd6100 0%, #0d1128 100%);
        background: linear-gradient(45deg, #fd6100 0%, #0d1128 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6100', endColorstr='#0d1128', GradientType=1 );
    }

.clickforlocation {
    background: #fd5f00;
    border: 1px solid #fd5f00;
    color: #fff;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 40px;
}

    .clickforlocation:hover {
        border: 1px solid #fd5f00;
        background: transparent;
        color: #fd5f00;
        opacity: 1 !important;
    }

.footer {
    background-color: #3a3d4f;
    text-align: center;
    color: #fff;
    font-size: 11px !important;
    position: relative;
    padding: 5px 0;
  /*  display: flex;
   
    justify-content: space-between;*/
}

    .footer p {
        font-size: 11px;
        margin: 0 !important;
        padding: 0 20px;
    }

#DivServer {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 10;
    background: linear-gradient(to right, #2667ac 0%, #f7631b 100%);
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}




/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .mpoLogo {
        display: none;
    }

    .banner-hero {
        padding: 50px 0;
    }

        .banner-hero h1 {
            font-size: 40px;
            text-align: center;
            font-weight: 600;
        }

        .banner-hero p {
            width: 100%;
            text-align: center;
        }

    .button-banner {
        text-align: center;
    }

    .aboutImage {
        text-align: center;
    }

    .about-content {
        padding: 20px 0;
        line-height: 1.8;
    }

    .contactdetails {
        text-align: center;
    }

    .button-banner .primary-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .single-feature {
        margin-bottom: 10px;
    }

        .single-feature .title {
            background: rgba(247, 99, 27,.5);
        }

    .loginImage {
        display: none;
    }

    .login-container {
        margin: 0 auto;
        width: 90% !important;
    }

    .loginfields {
        padding: 30px 30px !important;
    }

    .main_captch {
        padding: 8px !important;
        text-align: center;
    }
}

    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767.98px) {
        .mpoLogo {
            display: none;
        }

        .banner-hero {
            padding: 50px 0;
        }

            .banner-hero h1 {
                font-size: 40px;
                text-align: center;
                font-weight: 600;
            }

            .banner-hero p {
                width: 100%;
                text-align: center;
            }

        .button-banner {
            text-align: center;
        }

        .aboutImage {
            text-align: center;
        }

        .about-content {
            padding: 20px 0;
            line-height: 1.8;
        }

        .contactdetails {
            text-align: center;
        }

        .button-banner .primary-btn {
            width: 100%;
            margin-bottom: 10px;
        }

        .single-feature {
            margin-bottom: 10px;
        }

            .single-feature .title {
                background: rgba(247, 99, 27,.5);
            }

        .loginImage {
            display: none !important;
        }

        .login-container {
            margin: 0 auto;
            width: 90% !important;
        }

        .loginfields {
            padding: 30px 30px !important;
        }
    }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .aboutImage {
            text-align: center;
        }

        .contactSection {
            text-align: center;
        }

        .single-feature .title h4 {
            color: #000;
        }

        .single-feature {
            margin-bottom: 10px;
        }

            .single-feature .title {
                background: rgba(247, 99, 27,.5);
            }

        .loginImage {
            display: none;
        }

    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199.98px) {
    }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
    }
    /************Login page design *******************/
    .wrapper {
        min-height: 100vh;
        height: 100%;
        background-image: url('/Images/image-asset.jpg');
        position: relative;
        z-index: 1;
    }
        .wrapper:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url('../images/bg.jpg');
            z-index:-1;
        }
    .mppurc-wrapper {
        min-height: 100vh;
        height: 100%;
        background: #cdd9e130;
        padding: 20px 0 50px 0;
    }

    .loginWrapper {
        position: relative;
    }

    .login-container {
        margin: 0 auto;
        height: 100%;
        width: 95%;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .loginImage {
        height: 100%;
    }

        .loginImage img {
            background-color: #fafafa;
            text-align: center;
            max-width: 100% !important;
            height: 100%;
        }

    .loginfields {
        padding: 80px 50px;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .otp-login a {
        color: rgb(52,29,255);
        text-decoration: none !important;
        margin-bottom: 1em;
        display: block;
    }

    .loginButton {
        display: block;
        border: 0;
        margin: 0 auto;
        border-radius: 5px;
        padding: 10px;
        background: #0D5076;
        color: #fff;
        opacity: .9;
        margin: 0 auto;
    }

        .loginButton:hover {
            opacity: 1;
        }

    .forgotpass {
        width: 100%;
        text-align: right;
    }

        .forgotpass a {
            text-decoration: none !important;
        }

            .forgotpass a:hover {
                text-decoration: underline !important;
            }

    .create-account {
        text-decoration: none !important;
    }

        .create-account:hover {
            text-decoration: underline !important;
        }

    .loginBody {
        background: #cdd9e130;
    }

    .login-container .form-control:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .1rem rgba(8, 79, 183, 0.5);
    }

    .createNew {
        text-align: center;
        margin: 20px 0 0 0;
    }

        .createNew a {
            margin: 20px auto;
            border-radius: 5px;
        }


    /* Private Universities */
    .page-title {
        background-image: url('../images/innerpagebanner.jpg');
        background-color: #fff;
        padding: 47px 0;
        margin-bottom: 10px;
        font-size: 15px !important;
        -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
        box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        z-index: 0;
        text-align: center;
    }

        .page-title:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            opacity: .8;
            background: #3a3d4f;
            z-index: -1;
        }

        .page-title h2 {
            font-size: 30px !important;
            font-weight: 300;
            color: #fff;
            margin: 0 !important;
            padding: 0 !important;
        }

    .badge-primary {
    }

    tbody, td, tfoot, th, thead, tr {
        vertical-align: middle;
    }

    .breadcrumb {
        display: flex;
        justify-content: center;
        color: #fff;
    }

        .breadcrumb li a {
            color: #fff;
        }

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        color: #fff !important;
       
    }
    /* Profile page design */
    .regtable {
    width: 100%;
    margin: 5px 0 10px;
    border-collapse: collapse;background-color: #fff;
}

    .regtable th {
text-align: left;
  color: #000;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 10px 10px !important;
  border: 1px solid #c4c8e2;
  background-color: #828bc178;
  text-transform: capitalize !important;
    }
 
    .newTable-style td {
  text-align: center !important;
}
    .regtable td {
  padding: 5px 10px !important;
  vertical-align: middle !important;
  border:1px solid #9b9b9b61 !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2 !important;
}
    .regtable td {
        padding: 8px;
        color: #000;
        line-height: 1.4;
        font-weight:300;
    }

.regtable5 td {
    width: 66%;
}

.bgBlue {
    background-color: #9398b6;
}
/* 11.01.2023 New Table Style */
.newTable-style th {
  background-color: #a6abcb !important;
  border: 1px solid #868bae !important;
    width: 10px;
    color: #000 !important;
    text-align:center;
}
.newTable-style td {
    text-align:center !important;
}
 
.regtable td input[type="text"], .regtable td input[type="password"], .regtable td input[type="email"], .regtable td select {
    width: 100%;
    margin: 0 !important;
    padding:4px 7px !important;
    background-color: #fff;
    border: #ddd 1px solid;
    border-radius: 5px;
    box-shadow: none;appearance: auto;
}
.regtable4 td {width:25%;}
    .regtable td input:focus, .regtable td select:focus {
        outline: none;
        box-shadow: 0 0 5px #ddd;
        border: #ddd 1px solid;
    }
    .td-header {background-color: #c4c8e242 !important;
  border-bottom: 1px solid #3a3d4f;
  color: #000 !important;}
.regtable td input:hover {
    border-radius: 5px;
}
.btn-success {background-color:#3a3d4f !important;color:#fff;}

.regtable td select:hover {
    border: #ddd 1px solid;
}

.regtable td textarea {
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}

    .regtable td textarea:focus {
        outline: none;
        box-shadow: 0 0 5px #ffd0b4;
        border-color: #ffd0b4;
    }

textarea:hover {
    border: 1px solid #ffd0b4;
    border-radius: 5px;
}

.regtable td input[type="radio"] {
    margin: 0 5px;
}

.dash_table {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
}

    .dash_table th {
        font-size: 18px;
        font-weight: lighter;
        color: #9398b6;
        line-height: 1.4;
        padding: 10px;
        text-align: left;
    }

    .dash_table td {
        padding: 8px;
        width: 50%;
        font-size: 13px !important;
        color: gray;
        line-height: 1.4;
        font-weight: 100;
    }

  .tab-content {
    
  }
  .tab-content a {
   color: #000;
  padding: 10px 10px;
  display: block;
  font-size: 14px;
  background-color: #7c88e31f;
  margin: 1px 0;
  transition:.5s all;
  }
  .tab-content a:hover {
  background-color: #7c88e34d;
  box-shadow: -5px 0 4px rgba(189, 189, 189, 0.3), 5px 0 4px rgba(206, 206, 206, 0.3);
  }
  .menuhead h5 {padding: 10px;
  margin: 0;
  background-color: #3a3d4f;
  color: #fff;}

.tab-content .resp-vtabs {
    height: auto !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 15px !important;
    background-color: transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
}