/****** Custom Css *********/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');

/*--- 
font-family: 'Roboto', sans-serif !important;
font-family: 'Lato', sans-serif;

font-family: 'Satisfy', cursive;
font-family: 'Merienda', cursive;
---*/
body{
    font-family: 'Lato', sans-serif;
    background: #d6e5f4;
}
.fullContainer{
    max-width: 94%;
    margin: 0 auto;
}
.bgFedwhite {
    background: #0b4686;
}
.headerGap {
    padding: 6px 0;
}
.header--one .sticky__header.is-sticky {
    background: #0b4686;
}
.mainmenu__wrapper .logo {
    align-items: flex-start;    
    height: 80px;
    padding-top: 6px;
}
.mainmenu__wrapper .logo a {
    background: #fff;
    padding: 8px 8px 4px;
    box-shadow: 0 0 8px #717171;
    border-radius: 10px;
}
.logoTitle {
    margin: 0 0 0 15px;
}
.logoTitle h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 4px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
.logoTitle h5 {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu{
    height: 80px;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li {
    margin: 0 20px 0 0;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li:last-child {
    margin: 0;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.menuItem {
    display: inline-flex;
    justify-content: flex-end;
}
.mainmenu .fa {
    padding-left: 6px;
}
.mainmenu li.login.drop > ul.dropdown__menu{
    background: transparent;
    padding: 0;
    right: 0;
    left: inherit;
}
.mainmenu li.student.drop > ul.dropdown__menu{
    background: transparent;
    padding: 0;
}
.mainmenu li.login.drop > ul.dropdown__menu li,
.mainmenu li.student.drop > ul.dropdown__menu li {
    border-left: 5px solid #c50f4d;
    margin-bottom: 4px;
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(249,233,233,1) 28%, rgba(249,233,233,1) 67%, rgba(238,238,238,1) 100%);
    color: #000;
}
.mainmenu li.drop > ul.dropdown__menu li a{
    line-height: 20px;
}
.mainmenu li.login.drop > ul.dropdown__menu li a,
.mainmenu li.student.drop > ul.dropdown__menu li a{
    color: #000;
}
.mainmenu li.login.drop > ul.dropdown__menu li:hover,
.mainmenu li.student.drop > ul.dropdown__menu li:hover{
    border-left: 5px solid #9c0538;
}
.mainmenu li.login.drop:hover > ul.dropdown__menu > li:hover > a,
.mainmenu li.student.drop:hover > ul.dropdown__menu > li:hover > a {
    color: #ffffff;
    padding-left: 7px;
    background: linear-gradient(180deg, rgba(247,34,34,1) 0%, rgba(167,11,11,1) 28%, rgba(167,11,11,1) 67%, rgba(247,34,34,1) 100%);
}

.copyright{
    background: #0b4686;
}
.copyright p{
    margin: 0;
}
a#scrollUp:hover {
    background: linear-gradient(180deg, rgba(247,34,34,1) 0%, rgba(167,11,11,1) 28%, rgba(167,11,11,1) 67%, rgba(247,34,34,1) 100%);    
}
footer.footer--2{
    padding: 0;
}

.fixedFooter {
    width: 100%;
    position: fixed !important;
    left: 0;
    bottom: 0;
}
/*-- Landing page design start --*/
.landingMain {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    left: 0px;
}

.landingMain img {
    width: 100%;
    height: 100%;
}
.landingMain .btn {
    position: absolute;
    left: 50%;
    bottom: 28%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: linear-gradient( 45deg, #ea4848, #990000);
    color: #ffffff;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
}
.landingMain .btn:hover {
    background: linear-gradient( 45deg, #1f60bb, #183c6e);
}
.landingMain .btn a {
    color: #ffffff;
}
.landingMain h6 {
    font-size: 36px;
    position: absolute;
    left: 50%;
    bottom: 36%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    background: -webkit-linear-gradient(#fea4ff, #94f5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*-- Landing page design end --*/

/*-- Registration Form Design Start --*/
.formPart {
    margin: 40px 0 100px;
}
.formPart .form-horizontal {
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
    box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
    padding: 26px 40px 30px;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
}
    .formPart .form-horizontal2 {
        max-width: 100%;
    }
    .formTitle {
        font-size: 23px;
        font-family: 'Lato', sans-serif;
        margin: 0 0 20px;
        color: #05608a;
        text-transform: uppercase;
    }
.formSubTitle {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #bd0d55;
    background: #d6eaff;
    padding: 10px;
    border-radius: 4px;
}
.formPart label {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 18px;
    color: #05608a;
    display: block;
}

.info {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #333333;
    line-height: 16px;    
}

.formPart input, 
.formPart select,
.formPart textarea {
    border-color: #e0e0e0;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.formPart input:focus, 
.formPart select:focus,
.formPart textarea:focus {
    outline: none;
    box-shadow: none;
}
.formPart textarea{
    resize: none;
}
.actionRow {
    margin-top: 40px;
}
.actionRow .btn {
    outline: none;
    text-transform: uppercase;
    background: #05608a;
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    box-shadow: none;
}
.noteInfo {
    margin-top: 15px;
}
.noteInfo p {
    color: #f00;
    font-size: 16px;
    font-weight: 600;
}
/*-- Registration Form Design End --*/

/*-- Principal Login start --*/
.loginMain .form-horizontal,
.changePass .form-horizontal {
    padding: 0;
    border: 1px solid #e0e0e0;
}
.loginMain .formTitle {
    margin: 10px 0 35px;
}
.loginMain .logBg {
    background: url(../images/pass-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 10px 10px 0;
    margin: 0 -15px;
}
.changePass .passBg {
    background: url(../images/pass-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 10px 10px 0;
    margin: 0 -15px;
}
.loginContent,
.passwordContent {
    padding: 15px 25px 25px;
}
.form-horizontal #result th,
.form-horizontal #result td {
    padding: 5px;
}
.form-horizontal #result table,
.form-horizontal #result th,
.form-horizontal #result td {
    border-color: #000000;
}
/*-- Responsive code start --*/
@media screen and (max-width: 1440px) {
    .candidateItem .event__list{
        min-height: 374px;
    }
    .candidateItem .date {
        font-size: 20px !important;       
    }
    .candidateItem li i {       
        margin-top: 3px;
        font-size: 14px;
    }
    .candidateItem li a {
        font-size: 15px;        
        line-height: 20px;
    }
    .featureMain .section__title .title__line{
        font-size: 22px;
    }
    .featureMain .section__title .title__line::before{
        width: 218px;
    }
    .featureMain h4 {
        font-size: 16px !important;
        line-height: 23px !important;
    }
    /* .featureMain .choose:first-child,
    .featureMain .choose:nth-child(2) {
        justify-content: flex-end;
    } */
    .featureMain .choose__icon{
        max-width: 50px;
        padding-top: 3px !important;
    }
    .featureMain .choose__icon img{
        max-width: inherit;
        width: 30px;
    }
}
@media screen and (max-width: 1400px){
    .fullContainer{
        max-width: 97.5%;
    }
    /* .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a{
        font-size: 13px;
    } */
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
    .desktopMenu .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }    
    .desktopMenu .col-lg-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .announList {
        flex: 0 0 30%;
        order: 3;
        max-width: 30%;
    }
    .candiList {
        flex: 0 0 40%;
        max-width: 40%;
        order: 1;
    }
    .logList {
        flex: 0 0 30%;
        max-width: 30%;
        order: 2;
    }
    .candidateItem .event__thumb {        
        display: none;
    }
    .candidateItem .event__content{
        padding-left: 0;
        flex-basis: 100%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1038px) {    
    .desktopMenu .logo a {
        max-width: 74px;
    }
    .logoTitle{
        margin: 0 0 0 8px;
    }    
}
@media screen and (max-width: 991px){
    .mobLogo .logo {
        top: 0;
        z-index: 9;
    }
    .mobLogo .logoTitle {
        position: absolute;
        left: 100px;
        top: 6px;
        margin: 0;
    }
    .mobLogo .logoTitle h2 {
        font-size: 16px;
        line-height: 16px;
    }
    .mobile-menu.mean-container .mean-nav {
        margin-top: 10px;
        position: absolute;
        top: 100%;
    }
    .mean-container a.meanmenu-reveal.meanclose {       
        color: #fff;
    }
    .mobile-menu.mean-container .mean-nav ul li{
        box-sizing: border-box;
    }
    .mobile-menu.mean-container .mean-nav ul li li a{
        padding: 12px 6%;
    }

    .announList {        
        order: 3;        
    }
    .candiList {        
        order: 1;
    }
    .logList {       
        order: 2;
    }
    .candidateItem .announList .event__list,
    .candidateItem .logList .event__list{
        min-height: 234px;
    }
    .candidateItem .announList .event__content,
    .candidateItem .logList .event__content{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .sliderMain .owl-dots{
        top: inherit;
        bottom: 10px;
    }
    .announList {        
        order: 3;        
    }
    .candiList {        
        order: 1;
    }
    .logList {       
        order: 2;
    }
    .candidateItem .event__content{
        padding-top: 10px;
    }
    .candidateItem .date {
        font-size: 18px !important;
    }
    .candidateItem li i {
        margin-top: 5px;
        font-size: 12px;
    }
    .candidateItem li a {
        font-size: 14px;
        line-height: 20px;
    }
    .candidateItem .event__thumb {
        flex-basis: 42%;
    }
    .candidateItem .candiList .event__content {
        flex-basis: 58%;
        padding-bottom: 0;
    }
    .candidateItem .announList .event__inner, 
    .candidateItem .logList .event__inner {
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 575px) {
    .mobLogo .logoTitle{
        display: none;
    }
    .sliderMain .owl-dots{        
        bottom: 5px;
    }
    .owl-theme .owl-dots .owl-dot span{
        margin: 5px 4px;
    }
    .candidateItem .event__thumb{
        display: none;
    }
    .candidateItem .candiList .event__content{
        flex-basis: 100%;
    }
}
/*-- Responsive code end --*/
.btnactive {
    background: rgb(56 174 14) !important;
}