:root {
    --main-yellow-color: #d99112;
    --main-yellow-light-color: #fda509;
}

body {
    font-family: 'Roboto', sans-serif !important;
    /*background-color: white !important;*/
}

@font-face {
    font-family: 'Sintony';
    src: url('../assets/fonts/Sintony.woff') format('woff');
}
@font-face {
    font-family: 'Sintony Regular';
    src: url('../assets/fonts/Sintony-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Sintony Bold';
    src: url('../assets/fonts/Sintony-Bold.woff') format('woff'),
         url('../assets/fonts/Sintony-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../assets/fonts/SFProDisplay-Heavy.woff') format('woff'),
        url('../assets/fonts/SFProDisplay-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../assets/fonts/SFProDisplay-Bold.woff') format('woff'),
         url('../assets/fonts/SFProDisplay-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../assets/fonts/SFProDisplay-Medium.woff') format('woff'),
         url('../assets/fonts/SFProDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay Regular';
    src: url('../assets/fonts/SFProDisplay-Regular.woff') format('woff'),
         url('../assets/fonts/SFProDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

div#red-line {
    border: 1px solid #d90000;
    background: #d90000;
}

div#yellow-line {
    border: 1px solid #fcdc04;
    background: #fcdc04;
}

div#black-line {
    border: 1px solid black;
    background: black;
}

header {
    background-color: white !important;
    width: 100%;
    /*       position: fixed;
           width: 100%;
           z-index: 999;
           top: 6px;*/
}


/*.header-img img{width: 100%;}*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.f-right {
    float: right !important;
}

.f-left {
    float: left;
}

.header-img {
    padding-top: 15px;
}

.main-title {
    color: var(--main-yellow-color);
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.5px;
    margin: 0;
}

.sub-title {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    color: #5d5d5d;
}

.toppadding {
    padding-top: 20px;
}

.brown-bg {
    background-color: var(--main-yellow-color);
    margin: 0;
}

.brown-bg h4 {
    padding-top: 15px;
    font-size: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

.brown-bg .col-sm-2,
.brown-bg .col-md-2 {
    width: 18%;
    max-width: 18%;
}

.brown-bg .col-sm-2:nth-child(4),
.brown-bg .col-md-2:nth-child(4) {
    width: 20%;
    max-width: 20%;
}

.topmarginsm {
    margin-top: 10px;
}

.right-menu li {
    float: left;
}

.dots {
    height: 7px;
    width: 7px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.header-img h2,
.header-img h3 {
    font-family: Poppins, Helvetica, "sans-serif";
}

.newLookbg {
    background: url(../assets/login/banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    background-position: 20% 20%;
}

.newLookbg h5 {
    color: var(--main-yellow-color);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}

.newLookbg h2 {
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.para1 {
    color: #bababa;
    width: 350px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.job {
    text-align: center;
    color: white;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding-top: 8px;
}

.job-form {
    background-color: white;
    padding: 35px;
    box-shadow: 1px 1px 10px 1px #8a8a8a4f;
    margin-bottom: 15px;
}

.job-form input {
    background-color: #ededed !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #757575 !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px;    
    box-shadow: none;
}
.job-form input.form-control{height: 50px !important;}
.job-form label {
    font-size: 16px;
    color: #939393;
    letter-spacing: 1px;
    padding-left: 1.5rem;
}

.btn-signIn {
    width: 100%;
    background-color: var(--main-yellow-color) !important;
    border-color: var(--main-yellow-color) !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    border-radius: 0px;
    line-height: 1 !important
}

.forget-pas {
    text-align: right;
    float: right;
    font-size: 15px;
    color: #939393 !important;
    font-weight: 500;
}

.bottommargin-xs {
    margin-bottom: 5px !important;
}

.no-margin {
    margin: 0;
}

.reg {
    font-size: 17px;
    color: #939393 !important;
    letter-spacing: 0.5px;
}

.reg:hover {
    color: var(--main-yellow-color) !important;
}

a.forget-pas:hover {
    color: var(--main-yellow-color) !important;
}

.dr-job {
    font-weight: 600;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 2;
}

.first-para {
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: 14px;
    color: #727272d9;
    font-weight: 500;
}

.welcome-text {
    font-size: 20px;
    color: #383838e0;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.job-section {
    margin-top: -85px;
    padding-bottom: 75px;
    background-color: #fff;
}

.quick-link li {
    float: left;
    width: 50%;
}

.quick-div {
    margin-top: 60px;
    padding: 35px;
}

.quick-link {
    padding-left: 18px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
}

.quick-link li:nth-child(5) {
    width: 100%;
}

.quick-link li a:hover {
    color: var(--main-yellow-color);
}

.quick-link li a {
    color: #939393;
}

.quick-link li:hover {
    color: var(--main-yellow-color);
}

.job-form input:focus,
.job-form input:active {
    box-shadow: 3px 3px 5px 2px rgb(243, 240, 240) !important;
    background-color: white !important;
    border: 0px !important;
}

.footer-content {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    background-color: var(--main-yellow-color);
}

.bottompaddingxs10 {
    padding-bottom: 10px;
}

.copy-sec p {
    color: #ffffffe0;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0;
}

.toppaddingsm {
    padding-top: 10px;
}

.search-input {
    border-radius: 0px !important;
    height: 60px !important;
    box-shadow: 1px 3px 8px 1px #00000078 !important;
    padding-left: 45px !important;
    color: #757575 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

.search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    letter-spacing: 1px;
}

.no-padd-right {
    padding-right: 0px;
}

.no-padd-left {
    padding-left: 0px !important;
}

.search-btn {
    padding: 15px 30px 15px 30px;
    border: 0px;
    background-color: #7f7f7f;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.min-left {
    margin-left: -45px;
}

.min-left .fa-search {
    color: #fff;
    letter-spacing: 3px;
}

.signup-form {
    width: 650px;
}

.bottompadding {
    padding-bottom: 20px;
}


/*.top-lines{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}*/

@media only screen and (min-width:769px) and (max-width:990px) {
    .header-img img {
        width: 100%;
    }
    .search-btn {
        padding: 15px 20px 15px 20px;
    }
    .quick-link li {
        width: 95%;
    }
    .brown-bg h4 {
        font-size: 11px;
    }
    .signup-form {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .search-btn {
        padding: 15px 20px 15px 20px;
        margin-top: 0px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .quick-link li {
        width: 95%;
    }
    .brown-bg h4 {
        font-size: 13px;
    }
    .signup-form {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .brown-bg .col-sm-2,
    .brown-bg .col-md-2 {
        width: 100%;
        max-width: 100%;
    }
    .col-md-2:nth-child(4) {
        width: 100% !important;
        max-width: 100% !important;
    }
    .brown-bg h4 {
        padding-top: 10px;
        padding-bottom: 3px;
    }
    .min-left {
        margin-left: 0px;
    }
    .search-btn {
        margin-top: 10px;
        width: 100%;
    }
    .mbl-no-pad-right {
        padding-right: 0px !important;
    }
    .job-section {
        margin-top: 0px;
        padding-bottom: 100px;
    }
    .quick-div {
        margin-top: 0px;
        padding: 10px;
    }
    .quick-link li {
        width: 90%;
    }
    .para1 {
        width: auto;
    }
    .copy-sec p {
        text-align: center;
    }
    .mobileHead .col-xs-6 {
        margin: 0 auto;
        text-align: center;
    }
    .signup-form {
        width: 100%;
    }
}


/**************** Signup screen********************/

.sign-bottompadd {
    padding-bottom: 40px;
}

.sign-head {
    font-family: 'Roboto', sans-serif !important;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-acc {
    color: #bababa;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.al-sign span,
.al-sign a {
    font-size: 15px;
    color: #939393 !important;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif !important;
}

.al-sign a:hover {
    color: var(--main-yellow-color) !important;
}

.signuprow .btn.btn-primary {
    color: #FFFFFF !important;
    background-color: var(--main-yellow-color) !important;
    border-color: var(--main-yellow-color) !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.signuprow .btn.btn-light-primary {
    color: #FFFFFF !important;
    background-color: var(--main-yellow-color) !important;
    border-color: var(--main-yellow-color) !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.signuprow .btn.btn-light-primary:hover {
    background-color: #233d8b !important;
    border-color: #233d8b !important;
}

.signuprow .btn.btn-primary:hover {
    background-color: #233d8b !important;
    border-color: #233d8b !important;
}
.attach-btn{
    position: absolute;
    color: #6d6d6d !important;
    background-color: #e8e8ea  !important;
    border-color: transparent;
    padding: 10px 11px 10px 11px !important;
    border-radius: 0.42rem;     
    height: 40px;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.attach-btn:hover{
    background-color: #233d8b !important;
    color: white !important;
}
.job-desc{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.admission .lessthan .progress-indicator> li .bubble1:before {
    width: 60%;
}
.admission .lessthan .progress-indicator>li{width: 15%;}
.admission .progress-indicator{padding: 0px;}
/*.admission .progress-indicator>li .bubble1:before{background-color: #233d8b;}*/
.admission .progress-indicator>li p{margin-left: 57px;}
.aplno span{font-size: 14px;letter-spacing: 0.5px;}
/*.form-group a{color: #233d8b;}*/
.ed-in input{margin-top: 0px;}
.chek-flex .checkbox-inline{display: flex !important;}
.chek-flex p{margin: 0;padding-left: 5px;}
.for-shortlist #table_data thead tr th {
    padding: 7px 8px 7px;
    font-size: 12px;
}
.for-shortlist #table_data tbody tr td {    
    padding: 5px 5px 5px;
    /*font-size: 12px;*/
}
.aside-minimize .flex-column-fluid .container{
    padding: 0;
    /* width: 1300px !important; */
    max-width: 1300px;
}

.aside-minimize .flex-column-fluid{padding-left: 0px; padding-right: 0px;}
.min-left input.form-control{height: 60px !important; border-radius: 0px !important;}
.completed .progress-indicator li a{color: #d99112;}
.applnum{padding-bottom: 10px;margin-left: -15px;}
.contact-part .la{font-size: 26px;}
.completed .progress-indicator li a {color: #d99112;}

@media only screen and (width:1280px) and (max-width:5000px) {
    .admission .progress-indicator>li p{margin-left: 80px;}
    .admission .progress-indicator>li.firstBasic p{margin-left: 57px;}
}

@media (max-width:767px) {
    .s-signup-form .col-sm-6{padding-left: 12.5px !important;padding-right: 12.5px !important;}
    .s-signup-form .form-group {margin-bottom: 15px !important;}
    .s-reset-pass .col-sm-6{padding-left: 0px !important;padding-right: 0px !important;}
    .s-reset-pass .s-reset-btn{margin-top: 10px;}
}


/***********************RESET PWD CHANGES***********************/
.login-forgot .log-in {
    background-color: var(--main-yellow-color) !important;
    border-color: var(--main-yellow-color) !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    letter-spacing: 1px;
    font-weight: bolder;
    font-size: 12px !important;
}
.log-in a {
    color: white;
}

.text-gray-500 {
    color: #a1a5b7!important;
    letter-spacing: 0.5px;
}

.fw-bolder {
    font-weight: 700!important;
}

.fw-semibold {
    font-weight: 500!important;
}

.fs-6 {
    font-size: 1.075rem!important;
}

.me-3 {
    margin-right: 0.75rem!important;
}

.btn.btn-outline:not(.btn-outline-dashed) {
    border: 1px solid #e4e6ef;
}

.btn.btn-text-gray-700 {
    color: #5e6278;
}

.bg-state-light.active, .bg-state-light:hover {
    background-color: #f5f8fa;
}

.separator.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
}

.separator.separator-content::after, .separator.separator-content::before {
    content: " ";
    width: 50%;
    border-bottom: 1px solid #e4e6ef;
}

.separator.separator-content::after {
    margin-left: 1.25rem;
}

.separator.separator-content::before {
    margin-right: 1.25rem;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.link-primary {
    color: #0693e3!important;
}

.btn.light-btn{
    color: #7e8299 !important;
    background-color: #f5f8fa !important;
    border-color: #f5f8fa !important;
}

.btn.btn-primary.light-btn:hover{
    background-color: #e7e9ea !important;
    border-color: #e7e9ea !important;color: #7e8299 !important;
}

.buttonLogin2{
    position: relative;
}

.form-control.bg-transparent{
    font-size: 1.1rem !important;
    background-color: #f5f8fa !important;
    border-color: #f5f8fa !important;
    color: #5e6278 !important;
}

.form.w-100 .btn-primary{
    letter-spacing: 0.5px;
}
.pass-mobile-padd .card.card-custom > .card-body{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.staticPageUI .static-header{
    display: block !important;
    box-shadow: rgb(0 0 0 / 16%) 0 0 6px;
    margin-bottom: 5px;
}

.staticPageUI header .middleMenu .container .header-logo{
    padding-right: 15px;
    padding-left: 15px; 
    width: 20%;
    flex: unset;
    max-width: 20%;
}

.staticPageUI header.static-header .container ul li{
    float: unset;
    width: auto !important;
}

.login-container .container,
.staticPageUI .container {
    max-width:  unset !important; 
    padding-right: 15px;
    padding-left: 15px; 
}

.staticPageUI .container-fluid{
    padding-right: 15px;
    padding-left: 15px; 
}

.staticPageUI .footer-top.desc-collapse .col-lg-2.foot-columns{
    flex: unset;
}

.staticPageUI #kt_footer.static-foot {
    font-family: 'Sintony';
    background: #f3b01b !important;
    padding: 18px 25px 15px !important;
    letter-spacing: 1.5px !important;
    font-size: 18px !important;
    position: relative;
}

.staticPageUI #kt_footer.static-foot p{
    color: #fff;
}

.login-container .buttonLogin2 {
    position: relative;
    background-color: #10bbc2  !important;
    border: 1px solid #10bbc2  !important;
}

.login-container .btn.buttonLogin2:hover {
    position: relative;
    background-color: #00c1c9  !important;
    border: 1px solid #00c1c9  !important;
}

.login-container .link-primary {
    color: #10bbc2 !important;
}

.login-container{
    font-family: 'Sintony';
    padding: 40px 0;
}

.login-container .left-side-sec .log-left-head{
    color: #292a29;
    margin-top: 0px;    
    font-size: 35px;
    font-weight: 700;
}

.login-container .left-side-sec .log-left-para{
    width: 88%;
    font-size: 15px;
    line-height: 29px;
    font-weight: 600;
    color: #000;
}

.login-container .left-side-sec .log-left-box{
    margin-top: 30px;
}

.login-container .left-side-sec .log-left-box ul{
    padding-left: 28px;
}

.login-container .left-side-sec .log-left-box ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #484748;
}

.login-container .left-side-sec .log-left-subhead {
    color: #2a4793;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    font-size: 18px;
}

.staticPageUI header .middleMenu .container .col-lg-9{
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 80%;
    flex: unset;
    max-width: 80%;
}

.login-container .right-side-sec{
    background: #fff;
    border-radius: 0.75rem;
    padding: 30px 30px;
    box-shadow: 1px 2px 14px 4px #e1e1e1;
    height: max-content;
}

.login-container select.form-control{
    height: calc(1.8em + 1.3rem + 2px) !important;
    background-image: url(/assets/svg/down.svg);
    appearance: none;
    background-repeat: no-repeat;
    background-position: 95% 55%;
    background-size: 16px 12px;
}

.login-container label .star{
    color: red;
    font-family: 'Inter' !important;
}

.login-container .not-member-text{
    color: #000;
}

.login-container .form-check-custom.form-check-solid .form-check-input:checked,
.login-container .radio > input:checked ~ span {
    background-color: #2a4793;
}

.login-container .radio > input:checked ~ span:after {
    background: #ffffff;
    border: 2px solid #2a4793;
}

.login-container .radio > input:focus ~ span {
    border: 1px solid #2a4793;
}

.login-container .form-control.is-valid{
    padding-right: 1rem;
}

.login-container .image-input{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container .image-input img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-container #img_upload4 label{
    float: unset;
}

.login-container .upload-file-div input[type="file"] {
    width: 95px !important;
    position: relative;
    height: 35px !important;
}

.login-container .upload-file-div .file-name{
    color: #2a4793;
}

.login-container .upload-file-div input[type="file"]::before {
    content: 'Attach files';
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    background-color: #2a4793;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 0.425rem;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 34px;
    margin-left: 0;
}
.staticPageUI.login_Page .navbar-expand-md{margin-bottom: 0px;}
@media (min-width: 768px){
    .login-container .container,
    .staticPageUI .container {
        width: 750px !important;
    }
}

@media(min-width: 992px){
    .login-container .container,
    .staticPageUI .container{
        width: 970px !important;
    }
    .login-container .bgi-position-center{
        width: 50%;
    }
}
@media (min-width: 1200px){
    .fs-2qx {
        font-size: 2.25rem!important;
    }

    .login-container .container,
    .staticPageUI .container {
        width: 1170px !important;
    }

    .col-lg-3.box-information {
        flex: 0 0 23%;
        max-width: 23%;
    }
}
@media(max-width: 992px){
    .header-logo-img .total-shopping-cart{
    position: absolute;
    background-color: #0693e3;
    line-height: 0px;
    border-radius: 50%;
    bottom: 50%;
    }
    .header-logo-img .notify-count{
        padding-right: 2px;
        display: inline-block;
        padding-top: 50%;
        padding-bottom: 50%;
        margin-left: 5px;
        margin-right: 5px;
        color: #fff;
        font-size: 10px;
    }
    .login-container .container{
        padding: 30px;
    }
}
@media(max-width: 768px){
    .form-group.mb-8{
        margin-bottom: 2rem !important;
    }
    .col-sm-6.password-padding, .w-lg-500px.signup-nopadd{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .login-padd .no_paddd{
        align-items: unset !important;
    }
    .activity-list-screen #table_data{
        margin-left: -15px;
    }
    .mob-btn-width #kt_login_forgot_submit, .mob-btn-width #kt_login_forgot_cancel{
        padding-left: 3.4rem !important;
        padding-right: 3.4rem !important;
    }
    .staticPageUI .footer-top .container .col-xs-12{
        width: 100%;
        max-width: 100%;
        flex: unset;
        padding-left: 0px;
        padding-right: 0px;
    }
    .staticPageUI .footer-top .container .modtitle{
        margin-top: 20px;
    }

    .login-container .left-side-sec .log-left-head{
        font-size: 28px;
        margin-top: 5px;
    }
    
    .login-container {
        padding: 10px 0;
    }

    .login-container .left-side-sec .log-left-para{
        width: 100%;
    }

    .login-container .left-side-sec{
        margin-bottom: 10px;
    }

    .login-container .left-side-sec .log-left-box {
        margin-top: 12px;
    }
}

@media(max-width: 487px){
    .login-container .container{
        box-shadow: none;
        padding: 10px;
        border-radius: 0;;
    }

    .login-container .outer-box .order-2 {
        padding: 0 !important;
    }
}

@media(max-width: 424px){
    .users-mob.list-flex.card.card-custom > .card-header .card-toolbar{
        justify-content: end !important;
    }
}

@media (max-width: 345px){
    .users-mob.card.card-custom > .card-header .card-toolbar {
    display: flex !important;
}
}

@media (max-width: 767px){
    .staticPageUI #kt_footer.static-foot {
        font-size: 13px !important;
        padding: 15px 10px !important;
    }
}
.navbar .nav-whole .navbar-brand .logo {
    max-width: 10vw;
    position: relative;
    left: 1vw;
    margin: 10px !important;
    top: 35px !important;
}