.slider-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.slider-content-wrapper {
    background-color:#fff;
    z-index: 800;
}
.slider-box-body{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	height:300px;
	overflow:hidden;
}
#header-site-info {
	left: 1%;
	margin:0 auto;
    padding: 10px;
    position: absolute;
    top: 20%;
    z-index: 100;
	width:600px;
	border: 2px solid f2f2f2;
 	border-radius: 20px;
}
#logo {
	display: block;
	float: left;
	width: 10%;
	margin-right: 20px;
}
#site-name-wrapper {
margin-top: 20px;
margin-left:50px;
}
#site-name {
	padding-left: 30px;
    font-size: 2vw;
    font-weight: bold;
    text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px  #333;
}
#site-name a, #slogan {
    color:  #ffffff;
}
.counter-single {
    border-left: 1px solid #b0b0b0;
    padding-left: 2.5rem;
}
.counter-single {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 1rem 0;
    padding-left: 0px;
}
.counter-single {
    text-align: center;
}
.counter-single .cta-number {
    margin: 16px;
    text-decoration: none;

}

.counter-single .cta-icon, .counter-single .cta-number {
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    color: #0d7b2c;
}
.counter-single span, .counter-single span.cta-icon {
    display: block;
}
.counter-single .cta-text {
    font-weight: 700;
    font-size: 15px;
}
.counter-single .cta-number {
    font-weight: 700;
    font-size: 30px;
}
.counter-single span, .counter-single span.cta-icon {
    display: block;
}
.slider-logo{
width:80px;
}
.home-counter-main {
   
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    border-radius: 5px;
    margin-top: -8vh;
    z-index: 2;
    background: #fff;
    padding: 1rem 2rem;
    box-shadow: 0 4px 4px hsla(0,0%,72.5%,.25);
}
.counter-single .cta-number {
    margin-bottom: 16px;
    text-decoration: none;
}
@media only screen and (max-width: 800px) {
#site-name-wrapper {
    margin-top: 0px;
    margin-left: 0px;
}
#header-site-info {
    width: 250px;
}
#site-name {
    padding-left:5px;
}
.counter-single {
	border:none;
    border-top: 1px solid #b0b0b0;
	padding-bottom:10px;
	height: auto;
}
.home-counter-main{
margin-top:20px;

}
.slider-logo{
width:50px;
}
#site-name-wrapper #site-name, #site-name-wrapper #slogan{
padding-top:20px;
}
#header-site-info {
   margin:0 auto;
    padding: 10px;
    position: absolute;
    top: 1px;
    z-index: 100;
    width: 90%;
	left:2%;
}
#logo {
    display: block;
    margin: 0 0 10px 15px;
    float: left;
    width: 22%;
}
#site-name {
    font-size: 16px;
    font-weight: bold;
    text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px  #333;
}
.slider-box-body{
height:auto;
}
#site-name-wrapper {
    padding:2px;
    line-height: 2;
}

}