body{
    background-color: white;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.backgroundbg{
    position: fixed;
    top: 40px;
    background-image: url(/img/staticBG1.jpg) , linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15));
    background-blend-mode: overlay;
    width: 100%;
    height: 100vh;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    z-index: -1;
    backface-visibility: .5;
}
.cusimg{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right;
}

scrollbar {backdrop-filter: blur(10px);}

.bannerImg *{
    color: white;
    text-shadow: 0 0 8px #000000 ,0 0 15px #000000,0 0 20px #000000,0 0 25px #000000;
}

.InAssociation{
    color: rgb(253, 253, 253);
    text-shadow: 0 0 8px #000000 ,0 0 15px #000000,0 0 20px #000000,0 0 25px #000000;
}
.InAssociationPic{
    color: rgb(253, 253, 253);
    box-shadow: 2px 2px 8px #000000;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% { opacity: .2; }
}

#nat_adv_com{
    margin-top: 20px;
}

.btn_itsemc{
    background-color: rgba(20, 20, 21, 0.935);
    
}

.key_speakers{
    min-height: 60vh;
    background-color: #efedeb;
    
}
.keynoteSpeaker {
    width:300px;
    float: left;
    /* margin: 5px 10px 10px 0px; */
}
hr.hrStyle { 
    border: 0; 
    height: 3px; 
    width: 90%;
    margin: 2rem auto;
    background-image: -webkit-linear-gradient(left, #f6f6f6, #8c8b8b, #f6f5f5);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
    
  }
.tmp123{
    min-height: 100vh;
    
    
}

.IM1c {
    max-width: 1250px;
    margin: auto;
}
.headerBanner{
    width: 95%;
    margin: auto;
    /* padding-left: 40px; */
}
header{
    background-color: white;

}
#sectionHome{
    background-color: white;
}
.btn-danger{
    margin-left: 0;
}
h4>span{
    color: #A83232 !important;
}
footer{
    background-color: #000;
}

.middle-content h3{
    color: #A83232;
   
    
}

.paperSubmission{
    display: flex;
    justify-content: space-around;
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
}
.paperSubmission > a{
    color: white;
    margin: 0 10px;
    background-color: orange;
    padding: 10px;
    border-radius: 8px;
    
}

a:hover {
    color:#ffffff;
    background-color: rgb(98, 98, 207);;
    text-decoration:none; 
    cursor:pointer;  
}

.callForPapersTable{
    max-width: 1000px;
    margin: auto;
}
.callForPapersTable> tr,td{
    padding: 0px 45px;
    font-weight: 600;
}

.pub_img > img{
    display:inline-block;
    height:90px;
    margin:auto;
    padding: 10px;
    margin-top: 15px;
    background-color: #efedeb;
    border-radius: 20px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%), 0px 0px 10px rgb(0 0 0 / 20%);
  }
  @media screen and (max-width: 768px){
    .pub_img {
      flex-direction: column;
      margin: 20px 0;
    }
    .pub_img > img{
      margin: 20px auto;
    }
}

