/*=====home6 footer area ===== */
.footer6 {
	background-color: #252525;
	padding: 20px 0;
}

.foooter6-menu ul li {
	display: inline-block;
	padding: 0 12px;
}

.footer6-icons ul li a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	font-size: 16px;
	color: #026939;
	transition: all.4s;

}
.footer6-icons ul li a:hover {
	background-color: #2298d5;
	transition: all.4s;
	color: #fff;
}

.footer6-icons ul li {
	display: inline-block;
	padding: 0 3px;
}

.footer6-bottom-menus {
	display: flex;
	justify-content: space-between;
}

.footer6-copyright {
	display: flex;
	justify-content: space-between;
}

.copyright-p p {
	color: var(--accent-bg-2, #FAFAFA);
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.copyright-p2  {
	display: flex;
}

.copyright-p2 p {
	margin-left: 20px;
}
.foorer6-border {
	height: 1px;
	width: 100%;
	opacity: 0.4000000059604645;
	background: #D4D4D8;
	margin: 45px 0;
}

@media screen and (max-width: 769px) {
	.footer6-bottom-menus {
		display: block;
	}
	.foooter6-menu {
		padding: 30px 0;
	}
	.footer6-copyright {
		display: block;
	}
	.copyright-p p {
		color: var(--accent-bg-2, #FAFAFA);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
	}
	.copyright-p2 {
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
}
/*=====home6 footer area ===== */
.inner-1{
	padding: 125px 0 80px;
}
.inner-2{
	padding: 125px 0 110px;
}
.contact3-form-all {
	padding: 45px;
	border-radius: 5px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
	position: relative;
}

.contact3-form-all::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: -9;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}
.contact-form{ padding-left:0px!important; }
.mt-035{
	margin-top:0.35rem!important;
}
#myDatatable thead tr {
	font-size:16px!important;
}
#myDatatable tbody tr {
	font-size:16px!important;
}
.dt-buttons {
	margin-bottom:15px!important;
}
#myDatatable_info{
	font-size:14px!important;
}
#myDatatable_paginate ul.pagination {
	align-items: baseline!important;
}
#myDatatable_filter label{
	font-size:14px!important;
}
@media screen and (max-width:992px) {
	.mt-sm-0{
		margin-top:0px!important;
	}
}
@media (max-width:768px){
	.footer-center{
		text-align:center!important;
	}	
	.inner-1{
		padding: 110px 0 50px;
	}
	.inner-2{
		padding: 110px 0 120px;
	}
}
@media (max-width:991px) {
	.res-div-top{
		margin-top:3rem!important;
	}
}