﻿:root {
    --primary-color:#00a9b4;
    --primary-color-dark:#007b83;
    --secondry-color:#424951;
    --success-color:#198754;
}

body {
    padding-top: 0 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* login-register page css*/

.login-main {
    width: 100%;
    height: auto;
    position: relative;
    
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: flex-start;
    overflow: auto;
}

.login-box {
    position: relative;
    z-index: 2;
    width: 500px;
    max-width: 100%;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height:100vh;
}

.login-box-inr {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    padding: 0 20px;
}

.form, .form-group, .inpt {
    width: 100%;
    float: left;
    position: relative;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
}

    .form-group label {
        position: absolute;
        top: -10px;
        left: 5px;
        font-size: 12px;
        padding: 2px 7px;
        background: #fff;
        z-index: 2;
        color: #424951;
        font-weight: normal;
        font-family: "proxima-r";
    }

input, select, textarea {
    font-family: "proxima-r";
    font-size: 13px;
    outline: none;
    float: left;
    width: 100%;
    padding-left: 5px;
    border: #ccc solid thin;
    border-radius: 3px;
}

    input[type="text"], select {
        height: 35px;
        line-height: 32px;
    }

.inpt input, .inpt select {
    width: 100%;
    float: left;
}

.inpt input {
    padding: 5px 10px;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
}

.logo {
    width: 160px;
    float: left;
    padding: 7px 0;
}

.login-box .logo {
    float: left;
    display: block;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}

.tab-design {
    width: 100%;
    float: left;
    border: none !important;
    margin: 10px 0;
}

.tab-content {
    width: 100%;
    float: left;
    border: none;
}


.nav-tabs {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0;
    border: none;
}


    .nav-tabs li {
        display: inline-block;
        float: none;
    }

    .nav-tabs > li > a {
        display: block;
        padding: 5px 15px;
        border: #ccc solid thin !important;
        color: #666 !important;
        border-radius: 5px !important;
        cursor: pointer;
        transition: all 0.4s ease;
        text-transform: uppercase;
        font-family: "proxima-r";
        outline: none;
    }

        .nav-tabs > li > a:hover {
            color: var(--primary-color) !important;
            border-color: var(--primary-color) !important;
            background: none !important;
        }

    .nav-tabs > li.active > a {
        background: var(--primary-color) !important;
        color: #fff !important;
        border-color: var(--primary-color) !important;
        font-family: "proxima-sb";
    }

.btn {
    width: auto;
    padding: 5px 15px;
    background: none;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-family: "proxima-r";
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4s ease;
}

.btn-primary {
    background: var(--primary-color);
    color: #fff;
    border: var(--primary-color) solid thin;
}

    .btn-primary:hover {
        background: var(--primary-color-dark);
        border: var(--primary-color-dark) solid thin;
    }

.btn-primary-outline {
    border: var(--primary-color) solid thin;
    color: var(--primary-color);
}

    .btn-primary-outline:hover {
        background: var(--primary-color);
        color: #fff;
    }

.btn-small {
    padding: 4px 10px !important;
    line-height: normal !important;
    font-size: 12px;
    margin-top: 5px;
}


.login-box-inr .btn {
    width: 100%;
}

.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="email"], .form-group input[type="tel"], .form-group select {
    width: 100%;
    float: left;
}

select {
    height: 42px;
}

.form-control {
    height: 35px;
    font-size: 12px;
}

.form-group .validation {
    text-align: left;
    color: #db1616;
    display: block;
}

.university-dtl {
    position: absolute;
    top: 60px;
    left: 620px;
    text-align: left;
    width: auto;
    padding-top: 30px;
}

    .university-dtl img {
        max-width: 100%;
        width: 250px;
    }

    .university-dtl h3 {
        font-family: "proxima-b";
        font-size: 40px;
        text-transform: uppercase;
        margin-top: 30px;
        color: #fff;
    }

        .university-dtl h3 span {
            font-weight: 800;
            color: var(--primary-color);
            display: block;
            font-family: "proxima-b";
            font-size: 50px;
        }


.btn-secondary-outline {
    color: var(--secondry-color);
    border: var(--secondry-color) solid thin;
    border-radius: 30px;
    font-size: 14px;
    margin: 0 5px;
    margin-bottom: 7px;
}

    .btn-secondary-outline:hover {
        background: var(--secondry-color);
        color: #fff;
    }

.dwnld-heading {
    color: var(--primary-color);
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.admission-open {
    border-top: #666 solid thin;
    border-bottom: #666 solid thin;
    padding: 20px 0;
    margin-top: 20px;
}

    .admission-open h3 {
        margin: 0;
    }

.inpt .btn-text, .btn-text {
    padding: 0 !impoartant;
    border: 0;
    background: none;
    line-height: normal;
    width: auto !important;
    color: var(--secondry-color);
    text-decoration: underline;
}

    .inpt .btn-text:hover, .btn-text:hover {
        color: var(--primary-color);
    }

.loginform .btn-secondary-outline {
    padding: 0 5px;
    margin: 4px 0;
    width: auto;
    font-size: 11px;
    font-family: "proxima-r";
    height: auto;
}

    .loginform .btn-secondary-outline:not(:last-child) {
        margin-right: 7px;
    }

@media only screen and (max-width:1366px) {
    .login-box {
        margin-right: 3%;
    }
}

@media only screen and (max-width:1280px) {
    .login-main {
        background-position: top left;
    }

    .login-box {
        width: 45%;
    }

    .university-dtl {
        left: 53%;
    }
}

@media only screen and (max-width:1100px) {
    .login-box {
        width: 40%;
    }

    .university-dtl h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width:991px) {
    body {
    }

    .login-main {
        padding: 20px 0;
        position: relative;
        height: auto;
    }

    .login-box {
        width: 600px;
        max-width: 95%;
        float: none;
        margin: 0 auto;
    }

    .university-dtl {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        text-align:center;
    }

    .login-box-inr .logo {
        display: none;
    }

    body {
        padding-top: 20px;
    }

    .university-dtl img {
        width: 300px;
    }

    .university-dtl h3 {
        margin: 25px 0;
        font-size: 25px;
    }
}

@media only screen and (max-width:600px) {
    .login-main {
        padding: 10px 0;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 95%;
    }
}


/*loading animation start*/

.cust-loading, .alert-popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22,50,105, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div.circle {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #cdad68;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div.circle:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div.circle:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div.circle:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div.circle:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/*loading animation end*/


.hide-show-number {
    position: relative;
}

.inpt-text-hide-show {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #666;
}


.cust-disable-inpt {
    background: #666 !important;
    cursor: not-allowed !important;
}

.university-dtl h4 {
    font-size: 18px;
    color: var(--primary-color);
    border: var(--primary-color) solid thin;
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
    background: #fff;
    font-weight: 600;
}


/* New Page Design */

section {
    padding: 30px 0;
}

.inpt input.btn-primary {
    height: auto;
    font-size: 16px;
}

.usp-front {
    display: flex;
}

    .usp-front h3 {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        color: #fff;
        font-size: 18px;
        font-family: "proxima-sb";
        text-align: center;
        transition: all 0.4s ease;
    }

.login-main {
    margin-bottom: 30px;
}

.usp-overlay {
    position: absolute;
    width: 100%;
    justify-content: center;
    height: 100%;
    left: 0;
    flex-direction: column;
    top: 0px;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    display: flex;
    opacity: 1;
    transition: .5s ease-in-out;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(0.95);
}

    .usp-overlay h4 {
        color: #fff;
        font-family: "proxima-sb";
        font-size: 20px;
        text-align: center;
    }

    .usp-overlay p {
        color: #fff;
        text-align: center;
    }

.usp-col:hover .usp-front h3 {
    opacity: 0;
}

.usp-col:hover .usp-overlay {
    transform: scale(1);
    opacity: 1;
}

.owl-both-center .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

    .owl-both-center .owl-nav .owl-prev {
        margin-left: -30px;
        font-size: 30px;
    }

    .owl-both-center .owl-nav .owl-next {
        margin-right: -30px;
        font-size: 30px;
    }

.title {
    text-align: center;
    padding: 0 0 35px;
    font-size: 35px;
    font-family: "proxima-b";
    color: #404040;
}

.why-mu {
    background: url(../assets/images/why-mu.jpg) bottom right no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 100px;
}

p.pp {
    background: rgba(255,255,255,0.7);
    padding: 13px;
    color: #000;
    font-size: 17px;
    border-top-left-radius: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    border-left: #fdbc00 solid 5px;
}

.rightwhy {
    display: flex;
    padding: 0;
    overflow: hidden;
    flex-wrap: wrap;
    border: -1px solid #fff;
}

.facts-main-row {
    position: relative;
    top: -100px;
}

.why-col {
    width: 100%;
    padding: 15px;
    display: flex;
    background: #fff;
    margin-bottom: 15px;
    border-top: #0098a3 solid 3px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.why {
    width: 100%;
    background: #fff;
}

    .why > h4 {
        font-size: 25px;
        font-family: "proxima-b";
        color: #0098a3;
    }

.courses-main {
    background-color: #e5eaed;
}

.course_col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    text-align: center;
}

.scholarship-section img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.apply-section-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align--items: center;
}

.scholarship-section img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.mous-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mou-logo-col {
    width: 20%;
}

    .mou-logo-col img {
        width: auto;
        max-width: 100%;
    }

.mous-section .container {
    /*border-top: #ccc solid thin;*/
    border-bottom: #ccc solid thin;
    padding-top: 20px;
    padding-bottom: 50px;
}

.title.text-left {
    text-align: left !important;
}

.discover-section h5 {
    font-size: 24px;
}

.counter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .counter h3 {
        color: #0098a3;
        font-family: "proxima-b";
        font-size: 30px;
    }

.count-col {
    width: 50%;
    padding-right: 20px;
    border-left: #0098a3 solid 3px;
    padding-left: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.discover-img img {
    width: auto;
    max-width: 100%;
}

footer {
    background: #333;
}

.reach {
    color: #fdbc00;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.foot_content, .foot_content p, .foot_content a {
    color: #fff;
    text-decoration: none;
}

    .foot_content > a:hover {
        color: #fdbc00;
    }

.social a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

    .social a:hover {
        color: #fdbc00;
    }

.accordion-img img {
    width: auto;
    max-width: 100%;
}


.panel-default > .panel-heading {
    padding: 0;
    background: none;
    border: none;
}



.panel-heading a {
    display: block;
    text-decoration: none;
    padding: 15px;
    border: #e5e5e5 solid thin;
    border-radius: 5px;
    font-family: "proxima-sb";
    font-size: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    background: #0098a3;
    color: #fff;
    transition: all 0.4s ease;
    position: relative;
    padding-right: 40px;
}

    .panel-heading a::after {
        font-family: "Ionicons";
        font-size: 20px;
        content: "\f123";
        position: absolute;
        right: 20px;
        bottom: 0;
        height: 15px;
        margin: auto;
        transition: all 0.4s ease;
        transform: rotate(180deg);
        transform: scale(-1);
        top: 5px;
    }

    .panel-heading a.collapsed {
        background: none;
        color: #0098a3;
        box-shadow: none;
    }

        .panel-heading a.collapsed::after {
            color: #ccc;
            transform: rotate(0deg);
            transform: scale(1);
            top: -5px;
        }


.panel-group .panel {
    border: none;
    box-shadow: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

.panel-body h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "proxima-sb";
    line-height: 25px;
}

    .panel-body h4 span {
        color: #0098a3;
    }

.panel-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .panel-body ul li {
        position: relative;
        padding: 7px 0;
        padding-left: 25px;
        font-size: 15px;
    }



        .panel-body ul li::before {
            font-family: "Ionicons";
            font-size: 22px;
            content: '\f375';
            position: absolute;
            left: 0;
            margin: auto;
            top: 2px;
            color: #fdbc00;
        }

footer {
    margin-top: 50px;
}


.offer-section > div {
    margin-bottom: 20px;
}

@media only screen and (max-width:991px) {
    .why-mu {
        background-position: top left;
    }
}

@media only screen and (max-width:600px) {
    .mou-logo-col {
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
}


@media only screen and (max-width:480px) {
    .mou-logo-col {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

/*01-09-2023*/
.pswd-validation, .validation {
    background: #d24858;
    color: #fff;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 35px;
    text-align: left;
    left: 0;
    padding: 5px;
    border-radius: 3px;
    z-index: 3;
    color: #fff !important;
}

    .pswd-validation::before, .validation::before {
        position: absolute;
        border: 5px #d24858 solid;
        border-left-color: transparent;
        border-top-color: transparent;
        content: "";
        width: 5px;
        height: 5px;
        top: -4px;
        transform: rotate(-135deg);
        left: 10px;
    }

.field-validation-valid {
    opacity: 0;
}

.field-validation-error {
    opacity: 1;
}

.hide-show-number {
    position: relative;
}

.video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

.university-dtl .unive-logo {
    display: none;
}

.hide-desktop {
    display: none;
}

@media only screen and (max-width:1366px) {
    #myVideo {
        
        height:100vh;
    }
}

@media only screen and (max-width:1080px) {
    #myVideo, .video-container {
        display:none;
    }

    .university-dtl .unive-logo {
      display: block;
    }
    .hide-desktop {
        display:block;
    }

    .university-dtl h3 {
        color:var(--secondary-color);
    }

    .university-dtl h3 {
        font-size:25px;
    }

    .login-main {
        background: url('../assets/images/login-bg.jpg') no-repeat top right;
    background-size: cover;
    }

    .login-box {
        min-height:auto;
    }

    .login-main {
        position:relative;
    }

        .login-main::after {
            width:100%;
            height:100%;
            background:rgba(255,255,255,0.5);
            content:"";
            left:0;
            top:0;
            display:block;
            position:absolute;
        }

    .university-dtl {
        z-index:2;
    }


}

.online-agency{
    position:absolute;
    top:70px;
    right:100px;
    width:500px;
    max-width:100%;
}

.online-agency .login-box{
    width:100%;
}

.online-agency .nav-tabs{
    display:flex;
    flex-wrap:wrap;
    text-align:center;
    justify-content:center;
    gap:10px;
    margin-top:5px 0;
}

    .online-agency .nav-tabs a {
        text-decoration:none;
        font-size:13px;
    }
    .online-agency p {
        font-size: 14px;
        font-weight: normal;
        font-family: "proxima-sb";
    }

    .online-agency p strong{
        font-weight:normal;
    }

    .online-agency #divlogin form .form-group:last-child > a {
        color:#424951;
        text-decoration:none;
        font-size:14px;
        margin-top:10px;
    }

        .online-agency #divlogin form .form-group:last-child > a:hover {
            color:#00a9b4;
            text-decoration:underline;
        }

    @media only screen and (max-width:1199px){
        .online-agency{
            top:120px;
            right:50px;
            
        }

        .online-agency .login-box{
            margin-top:0;
        }


    }

@media only screen and (max-width:1080px) {
    .online-agency .login-box {
        min-height:100vh;
    }
}

@media (max-width: 1024px) {
    .online-agency {
        width:500px;
        max-width:95%;
        left:0;
        right:0;
        margin:auto;
        position:relative;
        top:0;
        margin-top:50px;
    }
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}