.footer-contacts {
	position: relative;
	margin: 4rem 0px;
	height: 2.528rem;
}




.inside-main-page {
	padding-bottom: 5rem !important;
}


.main-footer {
	padding: 1rem 0px !important;
}



/* Ensure nav arrows are vertically centered on the left and right sides */
.owl-theme .owl-nav {
	position: absolute;
	top: 50%; /* Center vertically */
	width: 100%; /* Span the width of the carousel */
	transform: translateY(-50%); /* Vertically align to the center */
	z-index: 9999; /* High z-index to make sure it appears above the content */
	pointer-events: none; /* Ensure nav container doesn't block clicks */
}

/* Style for the right nav button */
.owl-nav .owl-next {
	position: absolute;
	left: -4%; /* Adjust this to move it closer/further from the edge */
	top: 40%; /* Center vertically */
	transform: translateY(-50%); /* Adjust to align with the nav container */
	pointer-events: all; /* Make the button clickable */
}

/* Style for the left nav button */
.owl-nav .owl-prev {
	position: absolute;
	right: -4%; /* Adjust this to move it closer/further from the edge */
	top: 40%; /* Center vertically */
	transform: translateY(-50%); /* Adjust to align with the nav container */
	pointer-events: all; /* Make the button clickable */
}

/* Optional styling for the navigation buttons */
.owl-nav button {
	background-color: rgba(0, 0, 0, 0.5); /* Add a semi-transparent background */
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}



.copy-right-row {
	display: block;
	justify-content: space-between;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.copy-right-row div{
	display: block;
	float: right !important;
	width: 100%;
}


.copy-right-row .social-side {
	display: block;
	width: 100%;
	float: right;
}

.copy-right-row .social-side .social-icons {
	display: block;
	gap: 1rem;
	margin: 0px auto;
}

.copy-right-row .social-side .social-icons a {
	color: #60ae44;
	font-size: 1.4rem;
	padding-right: 6px;
	margin-right: 1px;
}
