@import url('https://fonts.googleapis.com/css?family=Prompt:300');
#map-wrapper{border:1px solid #dddddd;}
#map{height:250px;width:100%;}
#map-wrapper1{border:1px solid #dddddd; border-radius: 90px 90px;}
#map1{height:250px;width:100%;}


.jonojut{
	list-style: none;
}

.function1 {
	margin-top: 15px;
	padding: 10px;
	background-color: #39855e;
	color: #fff;
	font-size: 18px;
	border-radius: 10px 0px 0px 10px;
}

.jo-pictures{
	background: url(../images/banner3.jpg) no-repeat fixed; padding: 60px 0px 0px 0px; 
}

.jo-pictures7{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0 0 0 0px;
	width: 100%;
	background-image: url(../images/banner1.png?v=1001);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.texth{
	font-size: 20px;
}
.texth2{
	font-size: 16.2px;
}
.texth20{
	font-size: 20px;
}

.silde-overlay{
    width: 24%;
    height: 380px;
    margin: 10px 0px 0px 10px;
}


@media(max-width:1024px){

}
@media(max-width:768px){
	
}
@media(max-width:414px){
	.silde-overlay{
		width: 100%;
		height: 10px;
		margin-top: 125px;
	}
	.slide-text {
		padding: 10px 30px;
	}
	.slide-text h1 {
		font-size: 20px;
	}
	.g11{
		color:  #016337; line-height: 13px;
		font-size: 18px;
		margin-top: -6px; 
	}
}



.border1{    position: relative;
    z-index: -1px;
    margin-top: -8px;
    margin-left: -100%;
    border-bottom: 1px solid #9d9d9d;
    width: 230%;
}
.border2{    position: relative;
    z-index: -1px;
    margin-top: -2px;
    margin-left: -100%;
    border-bottom: 1px solid #9d9d9d;
    width: 230%;
}
.border3{    position: relative;
    z-index: -1px;
    margin-top: -8px;
    margin-left: -100%;
    border-bottom: 1px solid #9d9d9d;
    width: 230%;
}




.container-img {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.container-img:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}




