.mainry {
  clear:both;
  width:100%;
  min-height: 100vh;
  color: #b54e25;
  margin:0 auto;
  top: 0;
  left: 0;
  padding-bottom:50px;
  background: url('/uploads/images/bk.jpg');
  background-position:center;
  background-repeat:no-repeat;

}


.header1 {

  clear:both;
  margin:0 auto;

}
.scroll {
clear:both;
  object-fit: cover;
  clear:both;
  text-align: center;
  margin:0 auto;
}
.header1 img 
{
 clear:both;
width:auto;	
 display: block; 
  margin-left: auto;
  margin-right: auto;
}
.scroll  img 
{

 clear:both;
 display: block; 
  margin-left: auto;
  margin-right: auto;

}


.scroll table {
	clear:both;
  width:70%;
  margin: 0 auto;
  border-collapse: collapse; 
  background-color: #fff; 
}

.scroll th, .scroll td {

  text-align: center;
  border: 1px solid #ddd; 
}

.scroll th {
  background-color: #FFFFFF; 
}
@media (max-width: 767px) {
   .header1 img {
    max-width: 300px;  
     }  
	  .scroll  img {
		  max-width: 300px;
	  }  
    
  }
