/*
Theme Name: WebArt Theme
Author: WebArt Technology
Description: This is simple custom theme
Version: 1.0
*/
.latest .shortLatest .col-sm-4 img {
    object-fit: cover;
}

.wp-video {
	width: 100% !important;
}
.portfolioDetails iframe {
	width: 100% !important;
}
span.footer-privacy__divider {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
}
p.opertaion-text {
	max-width: 350px;
	margin: 0 auto;
}
/* .page-id-14 .pagination .pagi-nav{
	display: flex;
	flex-direction: row;
}
.page-id-14 .pagination .pagi-nav li {
	list-style: none;
	padding: 0px 14px;
	margin-top: 20px;
}
.page-id-14 .pagination .pagi-nav .visit{
	border: 2px solid black;
	font-weight:bold;
} */
/* .page-id-14 .pagination{
	margin-top:20px;
	justify-content:center;
} */
.page-id-14 .latest h4{
	padding-bottom:15px;
}
.contact-form-text .wpcf7-textarea{
	background-color:black;
	height: 70px;
	border: none;
	border-bottom: 1px solid;
}
.page-template-contact .c-padding{
	padding: 40px;
	border: 2px solid;
}
.page-template-contact .contact-form-text .wpcf7-textarea:focus {
	color: #212529;
	background-color: #fff;
}
.page-template-contact .form-last-btn {
	background-color: #cf2e2e;
	color: white;
	font-weight: 600;
	padding: 8px 26px;
	border: #cf2e2e;
	border-radius: 2px;
}
.page-template-contact .contact-form-text label{
	font-size:18px;
}
.row.text-center .col-md-3 .contact-text:nth-child() {
	background: red;
}
.page-template-contact .contact-list .contact-icon-pin img{
	height:115px;
}

.video-wrapper {
	height: 500px !important;
	width: 100%;
}

.about-video-text {
	position: absolute;
	top: 31% !important;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
}
.about-video-text {
	padding: 0;
}