/*
remark : 2017-09-26 ANA create
*/
.img-logo > img {
    width:128px;
    height: auto;
    margin-top:auto;
    margin-bottom:5%;
}
/* by screen size */
/* medium size desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .img-logo{
        margin-top:25%;
        margin-bottom:5%;
    }
}
/* small size tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .img-logo{
        margin-top:40%;
        margin-bottom:10%;
    }
}
/* small size mobile */
@media (max-width: 767px) {
	.cls-header-content {
    	top: -100px !important;
	}
	
    .img-logo{
        margin-top:30%;
        margin-bottom:10%;
    }
}
.hide {
    display: none;
}
.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
   Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #d34836;
}

#social-em:hover {
    color: #f39c12;
}

.linktext{
    color: #3B5998;   
}

.linktext:hover {
    color:#4099FF; 
}

.portfolio-box > .img-fluid {
    width: 100%;
    /*height: auto;*/
}
.img-features{
    width: 100%;
    margin-top: 42px;
    height: 288px!important;    
    
}
.text-14{
    font-size: 14px!important;    
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: none; 
}

