.f-12{
    font-size: 12px;
}

.f-14{
    font-size: 14px;
}

.f-15{
    font-size: 15px;
}

.f-20{
    font-size: 20px;
}

.f-24{
    font-size: 24px !important;
}

.m-t-20{
    margin-top: 20px;
}

.m-t-60 {
    margin-top: 60px;
}

.bg-white{
    background: #fff;
}

.box-hover:hover {
    -webkit-box-shadow: 0px 3px 10px -5px #151115;
    -moz-box-shadow: 0px 3px 10px -5px #151115;
    box-shadow: 0px 3px 10px -5px #151115;
}

.img-logo {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.home-img-gal{
    position: relative;
    width: 100%;
    height: 262px;
    border: 2px solid #ffffff;
    background: #efefef;
}

.home-img-gal2 {
    position: relative;
    width: 100%;
    height: 170px;
    border: 2px solid #ffffff;
    background: #efefef;
    overflow: hidden;
}

.img-logo img,
.home-img-gal img,
.home-img-gal2 img {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	height: 100%;
	width: auto !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#portfolio .container-fluid .portfolio-box {
    position: unset;
}

#portfolio2 .container-fluid .portfolio-box {
    position: unset;
}

img.mfp-img {
    background: #fff;
}


/* New */

.widget {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.widget-title {
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    padding-top: 0;
}

.widget-title h4 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
}

.comments-list {
    padding: 0;
    list-style: none;
}

.comments-list li {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.alignleft img {
    width: auto;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.comments-list small {
    color: #555;
    font-size: 12px;
}

.comments-list h3 {
    font-size: 15px;
    padding: 0 0 0;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
    cursor: pointer;
}

.comments-list h3:hover{
    color:#fe0401;
}

.comments-list h3 a {
    color: #555;
}