/*--- utility css ---*/
body {
	position: relative;
}

.bg-grey {
	background: #f8f8f8;
}

/*---------------------breadcrumb css start---------------------*/
.breadcrumb {
	width: 100%;
	min-height: 110px;
	background-image: url(../images/section/breadcrumb-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	margin-bottom: 0;
}

.bread-con {
	position: relative;
}

.crumb-list {
	list-style: none;
}

.crumb-list li {
	display: inline;
	color: #434f0c;
	font-weight: 600;
}

.crumb-list li a {
	color: #fff;
}

.crumb-list li a:hover {
	text-decoration: underline;
}

.crumb-name {
	text-align: center;
}

/*--------------- breadcrumb css end---------------*/
/*--------------- aboutUs Page css end---------------*/
.content-inner {
	width: 100%;
	padding: 60px 0;
}

.border2x {
	border: 2px solid #dee2e6;
}

.theme-border {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #434f0c;
}

.vision-text,
.approch-text {
	position: relative;
	font-size: 36px;
	text-transform: uppercase;
	padding: 0 0;
	margin: 10px 0 40px 0;
}

.vision-text:after,
.approch-text:after {
	content: '';
	width: 75%;
	height: 2px;
	background: #434f0c;
	position: absolute;
	bottom: 0;
	right: 0;
}

.approch-text:after {
	width: 69%;
}

.why-us {
	font-size: 46px;
	text-transform: uppercase;
	padding: 0 0;
	margin: 10px 0 50px 0;
}

.whyus-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.whyus-img {
	width: 72px;
	height: 72px;
	background: #434f0c;
	position: relative;
	border-radius: 20px;
	transition: all 0.6s ease-out 0s;
	text-align: center;
}

.whyus-img a {
	line-height: 72px;
}

.whyus-img:hover {
	border-radius: 100px;
}

.pic-wrap {
	display: flex;
	flex-wrap: wrap;
}

.pic-wrap .pic1,
.pic-wrap .pic2 {
	width: 50%;
}

/*--------------- aboutUs Page css end---------------*/

/*--------------- our team css start---------------*/
.our-team {
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
}

.title {
	font-size: 46px;
	text-transform: uppercase;
	padding: 0 0;
	margin: 10px 0 50px 0;
}

.our-team .team-card {
	cursor: pointer;
	position: relative;
}

.our-team .team-card:hover .team-con {
	visibility: visible;
}

.our-team .team-card .team-con {
	box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.08);
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
}

.our-team .team-card .team-con p {
	color: #ffffff;
}

.our-team .team-card .team-con .team-social {
	display: flex;
}

.our-team .team-card .team-con .team-social li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #434f0c;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin: 0 0.5rem;
}

.our-team .team-card .team-con .team-social li a:hover {
	background-color: #000000;
}

.our-team .team-card img {
	transition: all 0.4s ease-out 0s;
}

.our-team .team-card:hover .team-con {
	background-color: rgba(0, 0, 0, 0.5);
}

.our-team .team-card:hover img {
	transform: scale(1.1);
}

/*--------------- services Page css start---------------*/
.recycle-more-hd {
	font-weight: 600;
	text-transform: uppercase;
}

.recycle-more {
	font-size: 18px;
	padding: 0 0;
	margin: 30px 0 20px 0;
	color: #616161;
	line-height: 28px;
}

.did-u-know {
	width: 100%;
	padding: 130px 0;
	background: url(../images/section/services-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 404px;
	margin: 80px 0 0 0;
}

.youKnow-text {
	font-size: 34px;
	color: #fff;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0;
}

.youKnow-subtext {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 20px 0 10px 0;
	line-height: 36px;
}

.service-feature {
	padding: 80px 0;
}

.service-feature .box {
	background: #eeeeee;
	margin: 0 0 20px 0;
}

.service-feature .box .title {
	background: #434f0c;
	padding: 20px;
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	margin: 0 0 30px 0;
}

.service-feature .box p {
	padding: 25px 30px;
	line-height: 24px;
	margin: 0;
}

.other-service {
	padding: 10px 0 20px 0;
}

.other-service .box {
	background: #f8f8f8;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 40px;
}

ul.service-list {
	display: flex;
	align-items: stretch;
}

.service-list li {
	display: inline-flex;
	justify-content: center;
	flex-grow: 1;
}

.service-list li a {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
}

.service-list li a img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 0 20px 0;
}

.service-list li a:hover {
	opacity: 0.8
}

/*--------------- services Page css end---------------*/

/*--------------- portfolio Page css start---------------*/
.portfolio-box {
	min-height: 60vh;
}

#filters {
	margin: 30px auto;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#filters li {
	margin-right: 10px;
}

#filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #fff;
	background: #616161;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

#filters li span.active {
	background: #434f0c;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0px 0px 0 0;
	display: none;
	overflow: hidden;
}

.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #666;
	cursor: pointer;
	height: 200px;
	width: auto;
	margin-bottom: 30px;
}

.portfolio img {
	width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	height: 100%;
}

.portfolio .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
	background: rgba(67, 79, 12, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.portfolio .label-text {
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}

.portfolio .label-text .text-title {
	color: #fff;
}

.portfolio:hover .label {
	bottom: 0px;
}

.portfolio:hover img {
	top: -30px;
}

.content-inner .page-link {
	color: #434f0c;
	background-color: #f8f8f8;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.content-inner .page-link:hover {
	color: #ffffff;
	background-color: #434f0c;
}

/*--------------- portfolio Page css end---------------*/
/*--------------- portfolio details Page css start---------------*/
.portfolio-gallery {
	position: relative;
}

.portfolio-gallery .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.portfolio-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-gallery .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.portfolio-gallery .swiper-slide {
	background-size: cover;
	background-position: center;
}

.portfolio-gallery .mySwiper2 {
	height: auto;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.portfolio-gallery .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.portfolio-gallery .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.portfolio-gallery .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.portfolio-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------------- portfolio details Page css end---------------*/
/*--------------- facts Page css start---------------*/
.facts-imp {
	background: #434f0c;
	width: 100%;
	padding: 40px 100px;
	text-align: center;

}

.facts-imp p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.facts-text {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 40px 0;
}

.facts-text:after {
	content: '';
	width: 30%;
	height: 2px;
	background: #434f0c;
	position: absolute;
	bottom: 0;
	right: 0;
}

.facts-subtext {
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	color: #616161;
}

.fact-img-round {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 4px solid #434f0c;
}

/*--------------- facts Page css start---------------*/
/*--------------- Faq Page css start---------------*/
.faq-box {
	margin-top: 50px;
	margin-bottom: 50px;
}

.accordion>.card {
	background-color: transparent;
	border: 0px solid transparent;

}

.accordion>.card>.card-header {
	padding: 20px 0;
	margin-bottom: 0;
	background-color: transparent;
	border: 0px solid transparent;
	border-bottom: 2px solid #434f0c;
}

.accordion .btn-link {
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.accordion .card .card-header .fa {
	padding-right: 10px;
}

.accordion .card .card-body {
	background: #fff;
	font-size: 16px;
	line-height: 28px;
	color: #616161;
}

.feedback-box {
	background: #f0f0f0;
	padding: 60px 0;
	text-align: center;
}

.feed-head {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0 30px 0;
}

.feed-subhead {
	font-size: 16px;
}

.feed-mail {
	border: 2px solid #fff;
	width: 275px;
	min-height: 83px;
	padding: 0;
	color: #333;
	display: inline-block;
	background: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 600;
	line-height: 80px;
}

/*--------------- Faq Page css end---------------*/

/*--------------- Blog Page css start---------------*/
.post-wrap {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.post-circle {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #434f0c;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 20px 0;
}

.author-info {
	font-size: 16px;
	font-weight: 600;
	padding-left: 20px;
	color: #434f0c;
}

.post-head {
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0 10px 0;
}

.post-desc {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.post-wrap a {
	float: right;
}

.box-img {
	width: 100%;
	height: 283px;
	overflow: hidden;
}

.blog-list-head {
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.blog-list-head:after {
	content: '';
	width: 200px;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #434f0c;
}

.cate-list {
	margin: 0 0 30px 0;
}

.cate-list li {
	padding: 5px 0 5px 25px;
	display: block;
}

.cate-list li a {
	color: #333333;
	font-size: 16px;
}

.cate-list li a:hover {
	text-decoration: underline;
}

.trend-title {
	font-size: 16px;
	padding: 0 0 0 0px;
}

.trend-img-box {
	width: 100px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 20px;
}

/*-- blog detail page css --*/
.special {
	line-height: 2rem;
	font-size: 0.875rem;
	border-left: 2px solid #434f0c;
	height: 100%;
	display: block;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.04);
	text-align: justify;
}

.user-comment-card {
	margin-top: 1rem;
}

.comment-meta {
	display: flex;
	margin-bottom: 1rem;
}

.userPic {
	margin-right: 1rem;
}

.userName {
	font-weight: bold;
}

/*--------------- Blog Page css end---------------*/
/*--------------- Contact Us Page css start---------------*/
.map-location {
	background: #fff;
	width: 100%;
	margin: 40px 0px 60px 0px;
	min-height: 399px;
}

.send-message {
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 30px 0;
}

.location-title {
	font-size: 18px;
	color: #616161;
	font-weight: 600;
	margin: 10px 0 0 0;
}

.location-img {
	width: 72px;
	height: 72px;
	background: #434f0c;
	position: relative;
	border-radius: 20px;
	transition: all 0.6s ease-out 0s;
	text-align: center;
	margin-bottom: 50px;
}

.location-img span {
	line-height: 72px;
	font-size: 42px;
	color: #fff;
}

.location-img:hover {
	border-radius: 100px;
}

.send {
	position: relative;
}

.send .form-control {
	height: 50px;
	background: #f8f8f8;
	border-color: #d2d2d2;
}

.send textarea.form-control {
	height: 100px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="Number"]::placeholder,
textarea.form-control::placeholder {
	color: #333;
	text-transform: uppercase;
}

.btn-send {
	width: 270px;
	height: 50px;
	background: #434f0c;
	border: 0px;
	border-bottom: 4px solid rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}

.btn-send:hover,
.btn-send:focus,
.btn-send:active {
	background: rgba(0, 0, 0, 0.5) !important;
	border-bottom: 4px solid transparent !important;
}

.help-block.with-errors {
	color: #ff5050;
	margin-top: 5px;
}

/*--------------- Contact Us Page css end---------------*/

/*--------------- Privacy policy & Terms Page css start---------------*/
.policy-list {
	list-style: none;
	position: fixed;
}

.policy-list li {
	display: block;
	padding: 0px 0 30px 0;
}

.policy-list li a {
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	padding: 0.5rem 1rem;
}

.policy-list li a:hover,
.policy-list li a.active {
	color: #ffffff;
	background: #434f0c;
}

.policy-text {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 40px 0;
}

.policy-text:after {
	content: '';
	width: 50%;
	height: 2px;
	background: #434f0c;
	position: absolute;
	bottom: 0;
	right: 0;
}

.policy-subtext {
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	color: #616161;
}

.policy-subtext b {
	font-weight: 600;
}

.policy-subtext .main-text {
	color: #333;
}

.policy-numList {
	position: relative;
}

.policy-numList li {
	list-style-type: decimal;
	padding: 10px 0px 10px 5px;
	margin: 0 0px 0 40px;
	text-align: justify;
	font-size: 18px;
	color: #616161;
	line-height: 28px;
}

.policy-numList li b {
	font-weight: 600;
}

/*--------------- Privacy policy & Terms Page css end---------------*/

/*--------------- 404 Page css start---------------*/
.error-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.error-link {
	text-align: center;
}

.error-link li {
	display: inline-block;
	font-size: 16px;
	color: #434f0c;
	font-weight: 600;
	padding: 0 0;
	margin: 0 20px 0 0;
	line-height: 50px;
}

.error-link li:last-child {
	margin-right: 0;
}

.error-link li a {
	display: block;
	border: 2px solid #434f0c;
	color: #434f0c;
	padding: 0;
	border-radius: 40px;
	min-width: 134px;
	min-height: 50px;
}

.error-link li a:hover,
.error-link li a:active {
	background: #434f0c;
	color: #fff;
}

/*--------------- 404 Page css end---------------*/
/*--------------- Testimonial Page css start---------------*/
.testimonal-box {
	background: #f8f8f8;
	padding: 35px 20px;
	width: 100%;
	margin-bottom: 40px;
	display: flex;
}

.testimonal-box.left {
	border-left: 4px solid #434f0c;
}

.testimonal-box.right {
	border-right: 4px solid #434f0c;
}

.clientName-text {
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 0px 0 0px 0;
}

.client-profile {
	font-size: 16px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 0px 0;
}

.clientName-subtext {
	font-size: 18px;
	color: #616161;
	line-height: 32px;
	text-align: justify;
	padding: 0 0;
	margin: 30px 0 0px 0;
}

.clientName-subtext .quote {
	font-size: 32px;
	color: #434f0c;
}

.client-pic {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #fff;
	overflow: hidden;
}

/*-- price plan css --*/
.price-sec {
	padding: 4rem 0;
}

.price-sec .price-box {
	text-align: center;
	position: relative;
	transition: all 0.2s ease-out;
}

.price-sec .price-box:hover {
	margin-top: -10px;
}

.price-sec .price-box .top-sec {
	margin-top: 1rem;
}

.price-sec .price-box .pricing-rate {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.price-sec .price-box .pricing-rate .price {
	font-weight: 900;
	margin: 1rem 0;
}

.price-sec .price-box .pricing-rate .supper {
	vertical-align: super;
	font-size: 1.5rem;
}

.price-sec .price-box .list ul li {
	line-height: 3rem;
	font-size: 1rem;
}

.price-sec .price-box .list ul li i {
	color: #9b9b9b;
	padding-right: 0.5rem;
}

.price-sec .price-box .tag {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 12px;
	background-color: #434f0c;
	color: #ffffff;
	min-width: 70px;
}

.price-sec .price-box .tag:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 38px;
	border-left: 35px solid #434f0c;
	border-right: 35px solid #434f0c;
	border-bottom: 20px solid transparent;
}

.price-sec .price-box .price-btn {
	border-radius: 4px;
	background: #434f0c;
	padding: 5px 0px;
	min-height: 40px;
	display: inline-block;
	min-width: 155px;
	color: #fff;
	border-bottom: 4px solid rgba(0, 0, 0, 0.5);
}

.price-sec .price-box .price-btn:hover {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
}

/*-- maintenance page css --*/
.maintenance-area {
	position: relative;
	background: #434f0c;
}

.maintenance-area .bg-maintenance {
	width: 100%;
	height: 100vh;
	display: block;
	background-image: url(../images/section/maintenance-page-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-subscribe {
	width: 220px;
	height: 50px;
	background: rgba(0, 0, 0, 0.25);
	border: 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}

.btn-subscribe:hover,
.btn-subscribe:focus,
.btn-subscribe:active {
	background: rgba(0, 0, 0, 0.85) !important;
}

/*--------------- coming soon page css ---------------*/
.coming-soon-area {
	position: relative;
	z-index: 1;
	height: 100vh;
	background: linear-gradient(266deg, rgba(67, 79, 12, 1) 0%, rgba(0, 0, 0, 0.85) 48%, rgba(67, 79, 12, 1) 100%);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
}

.coming-soon-area::before {
	content: "";
	z-index: -1;
	background: rgba(0, 0, 0, 0.28);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.coming-soon-area .social a,
.coming-soon-area .social .botom-link {
	color: #ffffff;
}

.coming-soon-area .social a:hover,
.coming-soon-area .social .botom-link:hover {
	color: #000000;
}

#timer {
	font-size: 2.5em;
	font-weight: 600;
	color: #000000;
	display: flex;
	justify-content: center;
}

#timer div {
	display: inline-block;
	min-width: 120px;
	text-align: center;
	border-right: 1px solid #878A9B;
	text-transform: uppercase;
}

@media screen and (max-width: 575px) {
	#timer div {
		min-width: 60px;
	}
}

#timer div:last-child {
	border-right: none;
}

#timer div span {
	color: #434f0c;
	display: block;
	font-size: 0.5em;
	font-weight: 600;
}

/*--------------- media queries css ---------------*/
@media (max-width: 767px) {
	.crumb-list {
		text-align: center;
	}

	ul.service-list {
		display: block;
	}

	.service-list li {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.service-list li a img {
		margin: 0 auto;
	}

	.content-inner .page-link {
		padding: 10px 12px;
	}

	.facts-imp {
		padding: 40px 30px;
	}

	.facts-text:after {
		width: 100%;
		bottom: -20px;
	}

	.fact-img-round {
		margin-bottom: 25px;
	}

	.accordion .btn-link {
		font-size: 14px;
	}

	.feed-head {
		font-size: 24px;
	}

	.blog-list-head:after {
		width: 70%;
	}

	.error-link li {
		display: block;
		margin: 10px 0 0 0;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.vision-text:after {
		width: 68%;
	}

	.approch-text:after {
		width: 65%;
	}

	.pic-wrap .pic1,
	.pic-wrap .pic2 {
		width: 100%;
		height: 300px
	}

	.blog-list-head:after {
		width: 50%;
	}

}

@media (min-width: 767px) and (max-width: 992px) {

	.vision-text:after,
	.approch-text:after {
		width: 52%;
	}

	.pic-wrap .pic1,
	.pic-wrap .pic2 {
		width: 50%;
	}

	.blog-list-head:after {
		width: 100%;
		bottom: -10px
	}

	.error-link li {
		display: block;
		margin: 10px 0 0 0;
	}
}

@media (max-width: 767px) {

	.vision-text:after,
	.approch-text:after {
		width: 50%;
	}

	.pic-wrap .pic1,
	.pic-wrap .pic2 {
		width: 50%;
	}
}

@media (max-width: 460px) {

	.vision-text:after,
	.approch-text:after {
		width: 30%;
	}

	.service-text {
		font-size: 2.5rem;
	}

	#filters li span {
		padding: 5px 10px;
	}

	.blog-list-head:after {
		width: 100%;
		bottom: -10px;
	}

	.error-link li {
		margin: 0px 0 0 0;
		line-height: 40px;
	}

	.error-link li a {
		font-size: 14px;
		min-height: 40px;
	}
}