﻿.no-padding {
	padding: 0
}

.under-maintenance {
	position: relative
}

.container-main {
	width: 94%;
	margin: 0 auto
}

.page-logo {
	padding: 20px 0
}

.text-maintenance {
	padding: 100px 0 178px;
	font-family: "Poppins", sans-serif
}

	.text-maintenance h3 {
		font-size: 58px;
		font-weight: bold
	}

	.text-maintenance p {
		font-size: 26px
	}

		.text-maintenance p span {
			color: #df8f19;
			font-weight: bold
		}

.img-maintenance img {
	position: absolute;
	right: -26px;
	top: -5px;
	width: 450px
}

@media screen and (min-width: 320px) and (max-width: 992px) {
	.under-maintenance {
		background: #fff;
		position: relative
	}

	.img-maintenance img {
		position: inherit;
		right: auto;
		top: auto;
		padding-top: 50px
	}

	.text-maintenance h3 {
		font-size: 40px;
		font-weight: bold
	}

	.text-maintenance p {
		font-size: 20px
	}

	.text-maintenance {
		padding: 48px 0
	}
}

.buttons-con .action-link-wrap {
	margin-top: 40px
}

	.buttons-con .action-link-wrap a {
		background: #68c950;
		padding: 8px 25px;
		border-radius: 4px;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		transition: all 0.3s linear;
		cursor: pointer;
		text-decoration: none;
		margin-right: 10px
	}

		.buttons-con .action-link-wrap a:hover {
			background: #5a5c6c;
			color: #fff
		}
