.publication{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.publication_header{
    width: 100%;
    height: 40vh;
    background-color: aqua;
    background-image: url(../../image/bannar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.publication_header h1{
    backdrop-filter: blur(1px);
    padding: 15vh 0px 0px 80px;
    color: #fff;
    font-size: 35px;
    text-shadow: 1px 1px 1px #666;


}
.publication_header h1 a{
    text-decoration: none;
    color: #fff;
}
.publications_main_conteinar{
    width: 100%;
    height: auto;
}

.publications_main_conteinar_area{
    width: 90%;
    height: auto;
    margin: auto;
}
.publications_main_conteinar_header{
    text-align: center;
}
.publications_main_conteinar_header h1{
    text-align: center;
    color: #9A1B28;
    padding: 15px;
    font-size: 35px;
}
.publications_main_conteinar_header p{
    text-align: center;
    color: #666;
    padding: 0px 10px 20px 10px;
}
.publications_main_text_section h3{
    color: #444;
    padding: 5px 0px;
    font-size: 15px;
}
.publications_main_text_section a{
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    color: #9A1B28;
    transition: all 0.3s ease-in-out;
}
.publications_main_text_section a:hover{
    color: #22aa00;
}
.publications_main_text_section h2{
    color: #9A1B28;
    font-size: 18px;
    padding: 10px 0px;
}
.header_commet{
    color: #666;
    padding-bottom: 15px;
}
.publications_text{
    text-align: justify;
    color: #666;
    font-size: 16px;
    padding-bottom: 10px;
}
.publications_text a{
    font-size: 15px;
}

@media only screen and (max-width: 1050px) {
    .publication_header h1{
        padding: 15vh 0px 0px 30px;
    }
    .publications_main_conteinar_area{
        width: 100%;
        padding: 10px;
    }
    
    
  }