.ova-box-feature2 .info .title {
	max-width: max-content;
	width: auto;
}

.elementor-posts .elementor-post__excerpt {
	text-align: justify;
}
.elementor-posts .elementor-post__excerpt {
	min-height: 90px;
}

.ova-ctfrom7 .form2 input[type="email"] {
	transition: all 0.3s ease;
	width: 100%;
	padding: 17px 25px;
	outline: none;
	border-radius: 0;
	background-color: #fff;
	border-color: #dedede;
	text-transform: none;
	font-family: var(--primary-font);
	font-size: 14px;
	color: #2f2f2f;
	font-weight: 500;
	line-height: 21px;
}

.ova-ctfrom7 .form2 input[type="text"] {
	text-transform: none!important;
	border-radius: 4px;
}

.ova-ctfrom7 .form2 input[type="tel"] {
	text-transform: none!important;
	border-radius: 4px;
}

.ova-ctfrom7 .form2 input[type="email"]:focus {
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 14px;
	border-color: #2f2f2f;
	text-transform: none;
	font-family: var(--primary-font);
	color: #2f2f2f;
	line-height: 21px;
	border-radius: 4px;
}

.ova-ctfrom7 .form2 input[type="text"]::placeholder, .ova-ctfrom7 .form2 input[type="tel"]::placeholder, .ova-ctfrom7 .form2 textarea::placeholder {
	text-transform: none!important;
}

.ova-ctfrom7 .form2 input[type="email"]::placeholder {
	color: #828282;
}

select:not([size]):not([multiple]) {
	padding: 17px 25px;
}

/*Tablet We Custome CSS*/

@media screen and (max-width: 1023px) {
	.ova-box-feature {
		padding: 25px 10px 25px 10px;
		min-height: 510px;
	}
}

/*Single Post - Project*/

#gallery-1 img {
	border: 0!important;
}

#gallery-1 .gallery-item {
	margin-top: 0px!important; 
}

article.post-wrap .post-media {
	text-align: center;
}

.post-media img.img-responsive.wp-post-image {
	width: 80%;
	height: 80%;
	align-items: center;
}