.customContainer{
    width: 95%;
}

.headerBlk {
    background-color: #1e6181;
    padding: 10px 0;
}
.headerBlk .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headLeft {
    display: inline-flex;
}
.headLeft img {
    margin: 0 20px 0 0;
}
.headTitle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.headTitle h3 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 8px;
    font-weight: 600;
}
.headTitle h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.logoBlk{
    display: inline-flex;
    justify-content: flex-end;
}
.startPage {
    background-image: url(../images/award21.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;        
    width: 100%;    
    position: relative;
}
.counBtn {
    position: absolute;
    left: 76%;
    top: 54%;
    transform: translate(-50% , -50%);
}
.counBtn .button5 {
    background-color: #2f93c1;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    padding: 20px 46px;
    -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 85%);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.85);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 85%);
}
.footerMain {
    background: #1e6181;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
.footerMain .row {
    display: flex;
    justify-content: center;
}
.footerMain p {
    margin: 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
}
.navMain {
    background-color: #144b64;
    border-radius: 0;
    border: none;
    border-top: 1px solid #327fa5;
}
.navMain .navbar-nav > li > a{
    color: #fff;
    border-right: 1px solid #1e6181;
    font-size: 14px;
}
@media screen and (max-width: 1440px) {
    .counBtn {  
        left: 32%;     
        top: 58%;        
    }
    .headTitle h3 {        
        font-size: 22px;       
    }
    .headTitle h4 {
        font-size: 15px;        
        line-height: 20px;
    }
}

.dummSpace{
    height: 50px;;
}

.startPage a {
    width: 100%;
    height: 100%;
    display: block;
}
.adminFooter {
    background: #1e6181;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
    color: #fff;

}
/*.adminFooter2{
    position: fixed;
    width:100%;
    left: 0;
    bottom: 0;
}*/
.custmWraper{
    height: 89vh;
}
#lblschname{
    margin-right: 15px;
}
.dummSpace22{
    margin-bottom: 150px;
}
.custMargin{
    margin-bottom: 100px;
}
.posAbs {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translate(-50% , 0);
}
.vhHeight100{
    height: 100vh;
}
.dFlex {
    display: flex;
    width: 100%;
    min-height: 100vh;
}
.dFlex .main-sidebar{
    position: static;
    top: inherit;
    left: inherit;
    padding: 0;
}
.dFlex .content-wrapper {
    width: calc(100% - 230px);
    margin: 0;
}