
#galery{
	max-width: 1200px;
	min-height: 500px;
	background-color: rgba(255,255,255,0.9);
	margin: 30px auto;
	z-index: 99; 
	border-radius: 5px;
	overflow: hidden;
}
.icon_header{
	display: none;
}
.col-lg-4{
	width: 350px;
	 height:200px;
    display: inline-block;
	border: 3px solid #dfe8fd;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    margin: 8px 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
      -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.col-lg-4:hover{
	border: 3px solid #3196a3;
}
h1{
	color: #000;
	margin-top: 10px;
	font-family: "Regular2";
	font-size: 30px;
	text-align: left;
	margin-left: 10px;
	position: relative;
}
 h1::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: #00a3e0;
    height: 4px;
    width: 60px;
    border-radius: 10px;
}
h2{
	color: #000;
	margin-top: 10px;
	font-family: "Regular2";
	font-size: 25px;
	text-align: left;
	position: relative;
	margin-left: 10px;
}
 h2::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #00a3e0;
    height: 4px;
    width: 60px;
    border-radius: 10px;
}
.pr_text{
	width: 100%;
    color: #6c6c6c;
    font-size: 15px;
    margin-top: 20px;
    font-family: 'dejavu_sansbook';
    margin-left: 10px;
    text-align: left;
}
/