@media (max-width: 480px) {
	.serbt{
	
		min-height: 50px;
		text-align: center;
		padding: 10px;
}
}
.serbt{
	width: 100%;
	padding:16px;
	height: auto;
	box-shadow: 0px 4px 21px 0px rgb(33 49 182 / 9%);
	text-align: center;
	margin-bottom: 15px;
}

.btal{
	  color: #7bd553;
	text-decoration: none;
}
.btal:hover{
	  color: #fff;
	text-decoration: none;
}
.imageslide2 {
    position: relative;
    width: 100%;
  
	box-shadow: 0px 1px 10px 0px #ededed;
	border-radius: 15px;
	padding: 10px;
	
	margin-bottom: 25px;
	
}
.bgwt{
	color: #000;
	margin-top: 35px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-left: 5px;
}
.arw{
	color: #000;
	margin-top: 35px;
	font-size: 25px;
	font-weight: bold;
	width: 100px;
}
a.arw2 {
	
	 font-size: 20px;
	margin-left: 130px;
}
 .arw {
	 color: #0c5449;
	 
	 margin: 1em 0;
}
 .arw:after {
	 display: inline-block;
	 content: "\0279E";
	 -webkit-transition: transform 0.3s ease-out;
	 -moz-transition: transform 0.3s ease-out;
	 -ms-transition: transform 0.3s ease-out;
	 -o-transition: transform 0.3s ease-out;
	 transition: transform 0.3s ease-out;
}
 .arw:hover {
	 color: #0c5449;
	 background-color: #f6f3ed;
}
 .arw:hover::after {
	 -webkit-transform: translateX(4px);
	 -moz-transform: translateX(4px);
	 -ms-transform: translateX(4px);
	 -o-transform: translateX(4px);
	 transform: translateX(4px);
}
.lineblank{
	background-color: #1A1A1A;
	height: 1px;
	width: 100%;
}
 

/*Zoom In*/
.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*Zoom Out*/
.column#zoomOut img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomOut:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure {
	overflow: hidden;
}
	
/*end*/


/* Responsive Images with Conditional Breakpoints  */

.breakpoint { /* One column for smartphones */
  max-width: 100%;
	text-align: center;
	margin: 
  /* display: inline-block; */
}
@media (min-width: 420px) { /* Two columns for tablets */
  .breakpoint {
   
  }
}
@media (min-width: 760px) { /* Four columns for large devices */
  .breakpoint {
    max-width: 62%;
  }
}