.demo{
			padding: 2em 0;
		}
		.box{
		    font-family: 'Montserrat', sans-serif;
		    overflow: hidden;
		    position: relative;
		}
		.box:before{
		    content: '';
		    background-color: rgba(255,255,255,0.7);
		    opacity: 0;
		    position: absolute;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    top: 0;
		    z-index: 1;
		    transition: all 0.3s ease 0.1s;
		}
		.box:hover:before{
		    left: 15px;
		    right: 15px;
		    bottom: 15px;
		    top: 15px;
		    opacity: 1;
		    animation:bounce-left 1s ease-in forwards;
		}
		.box img{
		    width: 100%;
		    height: auto;
		    transition: all 0.3s ease 0s;
		}
		.box:hover img{ transform: scale(1.5); }
		.box .box-content{
		    color: #fff;
		    text-align: center;
		    width: 100%;
		    height: 100%;
		    transform:translateX(-50%) translateY(-50%) scale(1);
		    position: absolute;
		    left: 50%;
		    top: 50%;
		    z-index: 2;
		    transition:all 0.3s ease 0.5s;
		}
		.box .content{
		    opacity: 0;
		    transform:translateX(-50%) translateY(-50%);
		    position: absolute;
		    left:50%;
		    top:50%;
		    z-index: 2;
		    transition:all 0.3s ease 0s;
		}
		.box:hover .content{ opacity: 1; }
		.box .title{
		    color: #000;
		    font-size: 25px;
		    font-weight: 600;
		    text-transform: uppercase;
		    transform: translateY(-500px);
		    opacity: 0;
		    transition:all 0.8s ease 0.3s;
		}
		.box .post{
		    color: #000;
		    font-size:15px;
		    font-weight: 500;
		    letter-spacing: 1px;
		    text-transform: capitalize;
		    display: inline-block;
		    margin-bottom: 10px;
		    opacity: 0;
		    transform:translateY(-500px);
		    transition:all 0.8s ease 0.15s;
		}
		.box:hover .title,
		.box:hover .post{
		    opacity: 1;
		    transform:translateY(0);
		}
		.box .icon{
		    list-style: none;
		    text-align: center;
		    padding: 0;
		    margin: 0;
		}
		.box .icon li{
		    margin:0 4px;
		    opacity: 0;
		    display: inline-block;
		    transform: translateY(-200px);
		    transition: all 0.8s ease 0s;
		}
		.box .icon li:nth-child(2){ transition-delay: 0.1s; }
		.box:hover .icon li{
		    opacity: 1;
		    transform: translateY(0);
		}
		.box .icon li a{
		    color: #fff;
		    background-color: #0eb1dc;
		    font-size: 18px;
		    line-height: 33px;
		    height: 35px;
		    width: 35px;
		    border: 2px solid #fff;
		    border-radius: 50%;
		    display: block;
		    transition: all 0.3s ease 0s;
		}
		.box .icon li a:hover{
		    color: #fff;
		    background-color: #ff3a6f;
		    box-shadow: 0 0 15px #ff3a6f;
		}
		@keyframes bounce-left{
		    25%,50%,75%,100%{ transform:translateX(0); }
		    40%{ transform:translateX(30px); }
		    70%{ transform:translateX(15px); }
		    90%{ transform:translateX(5px); }
		}
		@media only screen and (max-width:990px){
		    .box{ margin-bottom: 30px; }
		}
		@media only screen and (max-width:479px){
		    .box .title{ font-size: 18px; }
		}
		
		
	.boxx{
		font-family: 'Ubuntu', sans-serif;
		position: relative;
		overflow: hidden;
	}
	.boxx:before{
		content: '';
		background: linear-gradient(45deg,rgba(103,178,111,0.6), rgba(76,162,205,0.6));
		height: 100%;
		width: 100%;
		opacity: 0;
		filter: blur(10px);
		transform: scale(1) rotate(180deg);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		transition: all 0.4s ease-in-out;
	}
	.boxx:hover:before{
		box-shadow: 0 0 10px 2px #555;
		opacity: 1;
		filter: blur(0);
		transform: scale(0.92, 0.9) rotate(0);
	}
	.boxx img{
		width: 100%;
		height: auto;
		transition: all 0.5s ease-in-out;
	}
	.boxx:hover img{ transform: scale(1.9) rotate(45deg); }
	.boxx .box-content{
		color: #fff;
		text-align: center;
		width: 100%;
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(3);
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transition: all 0.5s ease;
	}
	.boxx:hover .box-content{
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
	.boxx .title{
		font-size: 25px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0;
	}
	.boxx .post{
		font-size: 16px;
		text-transform: capitalize;
	}
	.boxx .icon{
		padding: 0;
		margin: 0;
		list-style: none;
		filter: blur(10px);
		transform: scale(0);
		position: absolute;
		right: 20px;
		bottom: 20px;
		z-index: 2;
		transition: all 0.5s ease 0.2s;
	}
	.boxx:hover .icon{
		transform: scale(1);
		filter: blur(0);
	}
	.boxx .icon li{ display: inline-block; }
	.boxx .icon li a{
		color: #fff;
		background: rgba(255,255,255,0.2);
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		height: 40px;
		width: 40px;
		margin: 0 3px;
		display: block;
		position: relative;
		transition: all 0.3s;
	}
	.boxx .icon li a:hover{
		text-shadow: 0 0 6px #555;
		box-shadow: 0 0 5px #555;
	}
	@media only screen and (max-width:990px){
		.boxx{ margin-bottom: 30px; }
	}
	@media only screen and (max-width:479px){
		.boxx .title{ font-size: 20px; }
	}