html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
}
.confA:hover, .confA{
    text-decoration: none !important;color: #333333 !important;
}

.navbar-header{
    width:25%;
}


.main-container {
    padding-top: 66px;
  }
  
  .nav-collapse {
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
    width: 100%;
  }
  .nav-collapse-above {
    background: lightblue;
  }
  .nav-collapse-below {
    background: lightyellow;
  }

  .navbar-inverse{
    background-color: rgb(1 35 81);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav>.active>a{
    background-color: transparent;
        text-decoration: underline;
  }
  .navbar-inverse .navbar-nav>li>a{
    color: white;
  }
  .logoImg{
        width: 40%;
        
    margin: 20px;
  }
.Asize{
    cursor: pointer;
    font-size: 18px;
}
.customFlex{
    display: flex;
    align-items: center;
    justify-content: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-image: none;
  }
  /* Remove IE arrow */
  select::-ms-expand {
    display: none;
  }
  /* Custom Select */
  .select {
    position: relative;
    display: flex;
    width: auto;
    line-height: 2.2;
    overflow: hidden;
    border-radius: .25em;
    margin-left: 4%;
  }
  .select select{
      margin-right: 20px;
  }
  
  select {
    flex: 1;
    padding: 0 .5em;
    height: 30px;
    color: black;
    cursor: pointer;
  }
  /* Arrow */
  .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    background: #ffffff;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  /* Transition */
  .select:hover::after {
    color: #f39c12;
  }

  
  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .labelH3{
    border-bottom: 4px solid #D2AE6D;
    width: fit-content;
        margin-bottom: 30px;

  }

  .form-control {
    border: 2px solid rgb(1 35 81);
    border-radius: 8px;
    height: 40px;
  }
.form-group .select{
    width: 100%;
    border: 2px solid #032937;
    margin: 0;
    border-radius: 8px;
    height: 40px;
    line-height: 2.6;
}

.btnSt{
    padding: 10px 50px;
    background: #042938;
    border: 0;
    color: white;
    border-radius: 8px;
    margin-top: 40px;
}

.form-control:focus{
    border-color: #042938;
}


#emailfield-error{
    color:red !important;
}

.linkStyle{
    text-align: center;
    color: #545454;
    margin: 20px 0px;
 }
 
 .registration_home , .commite_home{
     text-align: center;
    padding: 20px;
    color: rgb(1 35 81);
    background: #C4C4C4;
    font-weight: bold;
    font-size: 25px;
    display: block;
 }
 .registration_home:hover , .commite_home:hover{
      color: rgb(1 35 81);
 }
 
 .submission_home:hover{
     color: white;
 }
 
  .submission_home{
     text-align: center;
    padding: 20px;
    color: white;
    background: rgb(1 35 81);
    font-weight: bold;
    font-size: 25px;
    display: block;
 }
 .impLabel{
     text-transform: uppercase;
    text-align: center;
    background: rgb(1 35 81);
    color: white;
    margin: 0;
    padding: 10px;
    line-height: 27px;
 }
 .dateImp{
      background: #E5E5E5;
    text-align: center;
    padding: 10px;
    font-size: 16px;
 }
 .impLabelSecond{
      text-transform: uppercase;
      background: #E5E5E5;
      color: rgb(1 35 81);
      text-align: center;
    margin: 0;
    padding: 10px;
    line-height: 27px;
 
 }
  .dateImpSecond{
      background: rgb(1 35 81);
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color:white;
 }
.parent_header_text1{
        position: relative;
    display: flex;
    justify-content: center;
}
.header_text1{
     position: absolute;
    text-align: center;
    top: 15px;
    width: 90%;
    margin: 0 auto;
    display: block;
        font-weight: bold;
    color: rgb(1 35 81);
        text-transform: uppercase;

 }
 .parent_header_text2{
      position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 41, 54, 0.82);
    color: white;
    text-align: center;
    text-transform: uppercase;
 }
 
 .footer{
     display: flex;
         background: rgb(0 40 50);
    color: white;
    padding: 20px 30px ;
    justify-content: space-between;
 }

.btnStF{
    padding: 10px 50px;
    background: #ffffff;
    border: 0;
    color: #032937;
    border-radius: 8px;
    margin-top: 20px;  
}
 .mobileLang{
      display:none;
  }
  .desktopLang{
      display:block;
  }
  
  #emailfield2-error{
      color:red !important;
  }

@media only screen and (max-width: 600px) {
  .mobFl {
      display: flex;
    flex-flow: wrap;
  }
  .footer{
      display: flex;
    flex-direction: column;
  }
  .footer > div{
      width: 100% !important;
    margin-bottom: 20px !important;
  }
  .footer > div:nth-child(2){
          margin-left: 0 !important;
  }
  .labelH3{
      text-align:center;
  }
  .header_text2{
      line-height: 12px !important;
    font-size: 10px;
    margin: 5px;
  }
  .header_text1{
  font-weight: bold;
    line-height: 12px !important;
    font-size: 8px;
    top: 0;
    margin: 0 !important;
  }
  b[data-lange="rector_label"]{
          font-size: 13px !important;
  }
  .logoImg{
          /*width: 13% !important;*/
  }
  .mobileLang{
      display:block;
  }
  .desktopLang{
      display:none;
  }
  .navbar-header{
          justify-content: center;
    display: flex;
    align-items: center;
    width:100% !important;
  }
  .navbar-header > a{
         text-align: center;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
  }
  #navbar{
      position: absolute;
    top: 100%;
    background: #3d5862;
    border: 0;
    z-index: 999;
    width: 100%;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #3d5862;
}

}
   
 
    

  