div.policy p {
    margin-top: 1rem;
    margin-bottom: 0rem !important;
    text-indent: 1em !important;
}

div.policy p > em {
    font-weight: bold;
}

.index {
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.accordion-title a.collapsed:after {
    content: "\f107";
    font-size: 20px;
}

.accordion-title a:after {
    content: "\f106";
    position: absolute;
    top: 50%;
    line-height: 1.8;
    font-weight: bolder;
    font-size: 20px;
    right: 8px;
    padding: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.nav-logo{
	padding-top: 0px;
	padding-bottom: 0px;
}

.card-img-thumb{
	height: 150px;
}

@media (max-width: 600px) {
	.card-img-thumb{
		min-height: 200px;
		max-height: 200px;
	}

}

@media (max-width: 768px) {
	.card-img-thumb{
		height: 110px;
	}

}


@media (min-width: 992px) {
	.card-img-thumb{
		height: 120px;
	}

}

@media (min-width: 1024px) {
	.card-img-thumb{
		height: 140px;
	}
}

@media (min-width: 1200px) {
	.card-img-thumb{
		height: 150px;
	}
}

.thumb-item-pre{
	width: 100%;
	height: 100%;
}

.innerpage-banner.center h6 {
	margin-bottom: 25px;
}

.model-preset{
	z-index: 99999;
}

.icon-model{
	width: 13%;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title{
	margin-top: 5px;
	font-size: 0.9rem;
}

.text-sub-cat a{
	font-family: "Roboto", sans-serif;
	font-size: 0.775rem;
	font-weight: 400;
	line-height: 1.6;
	color: #8f9397;
	text-align: left;
}
