/* -----Cover Spin Start-------*/

.cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.cover-spin h2{
 clear:both;
 float:left;
 position:absolute;
 top:50%; 
 left: 0;
 right:0;
 color:#8eb452;
 text-align:center;
}
.cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#8eb452;
    border-top-color:transparent;
    border-width: 6px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* -----Cover Spin End-------*/

.mem_div_outer{ margin-top: 40px; min-height: 550px;}
.mem_div img{width: 100%; height: 300px; object-fit: cover;}

@media(max-width:767px) {
.mem_div img{width:auto; height: 200px; object-fit: cover;}
.mem_div_outer{ margin-top: 40px; min-height: auto;}
}
.mem_div_outer {
    margin-top: 40px;
    min-height: 580px;
}

.ihp_top2{margin-top:30px;}

.icon-bar2 img{max-width: 45px;}



.lower_content2 {
margin-bottom: 50px;
}

.lower_content2 h4 {
margin: 0 0 25px 0;
color: #000;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}

.lower_content2 h5 {
color: #444;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}

.lower_content2 p {
color: #000;
font-size: 13px;
}






footer {
     margin-top:0; padding: 40px 0 30px 0;
   background-color: #363727;
 width: 100%; border-radius: 0;
}

footer h5{font-size: 14px; color: #c6bca7; line-height: 21px;}

.footer_list ul{list-style: none;}
.footer_list ul li{display: inline-block;margin-left: 5px; margin-right: 5px;}
.footer_list ul li a{color: #c6bca7;}

.news_box{text-align: left;border: 1px solid #000; padding: 15px;}