
body {
    margin: 0;
}
html {
    scroll-behavior: smooth !important;
}

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

  .navbar-inverse{
    background-color: rgb(20 75 82);
    box-shadow: 0px 4px 4px rgb(255 255 255 / 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: 100%;
    margin: 10px;
  }
.Asize{
    cursor: pointer;
    font-size: 18px;
}
.customFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



  
  .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;
  }

  
 

 

 
 
 
 .footer{
     display: flex;
         background: #002936;
    color: white;
    padding: 20px 30px ;
    justify-content: space-between;
 }


 .header_ss_left{
  font-size: 18px;
  margin: 0;
  margin-right: 10px;
 }

 .header_ss_right{
  font-size: 18px;
  margin: 0;
  margin-left: 10px;
 }
 .header_ss_parent{
  display: flex;
  color: white;
  align-items: center;
 }
 

 .langBlock{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    justify-content: space-between;
 }
 .langBlock span{
   cursor: pointer;
    height: 33.3%;
    display: flex;
    background: #D2AE6D;
    align-items: center;
    border-bottom: 1px solid #1F4C54;
    padding-left: 5px;
    padding-right: 5px;
 }

 .navbar-header{
  width: 3%;
 }

 .navbar-header > a{
  display: block;
 }

 .aboutTextBg{
  display: flex;
  width: 90%;
  margin: 30px auto;
 padding: 0;
 }

.aboutBg{
  margin-right: 30px;
  width: 100%;
}

.suArt{
  background: #005964;
  border: 0;
  padding: 5px 4%;
  color: white;
  width: 100%;
}

.bgBlock{
  background: rgba(104, 191, 197, 0.27);
  padding: 2% 5%;
}
.no-padding-left{
  padding-left: 0;
}

.authorG , .paperT{
cursor: pointer;
  font-style: italic;
  text-decoration-line: underline;
}
.labelH3{
  margin-bottom: 30px;
  margin-top: 0;
}

.contIcon{
  margin-right: 10px;
}

.customA , .customA:hover{
    color:white !important;
}
.searchIco{
        position: absolute;
        top: 50%;
        width: 19px;
        right: 4px;
        transform: translateY(-50%);
        background: white;
        cursor:pointer;
}
.but{
  padding: 11px;
  position: absolute;
  right: 0px;
  border:white;
  top: 2px;;
}

.searchParent{
    position:relative;
}

@media only screen and (max-width: 600px) {
    .footer{
            flex-direction: column;
    }
    .mobTop{
        margin-top:10px;
    }
    .no-padding{
        padding:0;
    }
    .mobCu{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .aboutTextBg{
            flex-direction: column;
    }
    .sponsors{
        width: 100%;
    }
}



  
  


 
 
    

  