.contact-sec .vio-wrap {
	position: absolute;
	top: -15%;
	right: -6%;
}
.sidebar-tags a {
	font-family: "Faro";
	color: #000;
	font-size: 18px;
}
.contact-sec a.btn:hover {
	background: var(--accent-color-1) !important;
	color: #000 !important;
	font-weight: 600;
}
.contact-sec .video-btn-wrapper {
	border-radius: 50%;
	height: 185px;
	/* outline: 1px solid #f0c55b; */
	position: relative;
	width: 185px;
}
.contact-sec input {
	padding: 11px 24px;
	height: 51px;
	background: #d7f8f9;
	border: 0;
	border-radius: 10px;
}
.contact-sec .form-group textarea {
	background: #d7f8f9;
	border: 0;
	border-radius: 10px;
	padding: 11px 24px;
}
/*.contact-sec .form-group input::placeholder {*/
/*  font-size: 13px;*/
/*  color: #0e0e0e;*/
/*  opacity: 50%;*/
/*}*/
/*.contact-sec .form-group textarea::placeholder {*/
/*  font-size: 13px;*/
/*  color: #0e0e0e;*/
/*  opacity: 50%;*/
/*}*/
.contact-sec .video-btn-wrapper text textPath {
	color: #000;
	font-size: 7.3px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-sec img#contact-img {
	animation: rotateAnimation 17s linear infinite;
	padding: 8px;
}
.contact-sec img.arrow-img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body[data-bs-theme="dark"] .contact-sec .form-control {
	background: var(--bs-body-bg);
}
body[data-bs-theme="dark"] .contact-sec input[type="number"] {
	appearance: none;
}
.contact-sec input[type="number"]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	display: none;
}
/* responsive starts here */
@media (max-width: 800px) {
	.contact-sec .vio-wrap {
		top: -15%;
		right: -2%;
	}
}
/* responsive end here */
.contact-icons img.img-fluid {
	height: 38px;
	width: 38px;
	object-fit: contain;
}
form#contact-form ul.parsley-errors-list {
    list-style: none !important;
    padding: 0px;
	margin-bottom: 0px;
}

form#contact-form ul.parsley-errors-list li {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}