/*= Reset CSS
============= */



.full-length {
    width: 100%;
    float: left;
    padding-bottom: 80px;
}



.btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #4d92d9;
    background-color: #4d92d9;
    text-decoration: none;
    transition: 0.4s;
}

.btn:hover {
    background-color: transparent;
    color: #4d92d9;
    transition: 0.4s;
}

.text-desc {
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
}

.big{
	width: 56px;
	height: 56px;
	background: #696969;
	border-radius: 50%;
	margin:0 auto;
	margin-top:22%;
}

.text-desc img{
	width:22px;
	height:22px;
	margin-top:33%;

}

/*= Reset CSS End
================= *

/* effect-1 css */
.port-1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.port-1 .text-desc {
    opacity: 0.9;
    top: -100%;
    transition: 0.5s;
    color: #000;
}

.port-1 img {
    transition: 0.5s;
}

.port-1:hover img {
    transform: scale(1.2);
}

.port-1.effect-1:hover .text-desc {
    top: 0;
}

.port-1 .image-box{
    height:155px;

}











