* {
	padding: 0;
	margin: 0;
}

*,
::after,
::before {
	box-sizing: border-box;
}

html,
body,
main {
	height: 100%;
}

header,
section,
footer {
	width: 100%;
	padding: 40px;
}

body {
	background: #ffffff;
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



img.mobile-bg {
	display: none;
}

.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg-img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	overflow: hidden
}

header img {
	width: 100%;
	max-width: 212px;
}

.main {
	position: relative;
	height: 100vh;
	/* min-height: 560px; */
}

.main-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	align-content: space-between;
	overflow: auto;
}


.bg-img:before {
	content: "";
	background: linear-gradient(77.51deg, rgba(0, 0, 0, 0.55) 7.11%, rgba(0, 0, 0, 0) 53.5%), linear-gradient(73.67deg, rgba(24, 22, 22, 0.8) 7.75%, rgba(0, 0, 0, 0) 41.47%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

section.service-list {
	padding-top: 0;
}

.service-list li {
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.5;
	font-family: 'Qualy';
	list-style: none;
}

.service-list li a {

	padding: 10px 0;
}

.service-list li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	transition: 0.4s;
}

.service-list li a:hover {
	color: #C7DA2C;
}


footer {
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(12.5px);
	position: relative;
}

footer:before {
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	background-color: #C7DA2C;
	content: "";
	height: 100%;
	z-index: -1;
	clip-path: polygon(0 1%, 100% 0, calc(100% - 101px) 100%, 0% 100%);
}

footer .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.col-md-4 {
	flex: 0 0 auto;
	width: 25%;
}

.col-md-8 {
	flex: 0 0 auto;
	width: 75%;
}

.copyright-ul li a {
	color: #C7DA2C;
	text-decoration: none;
	display: inline-block;
    cursor: pointer;
}

.copyright-ul li {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
	list-style: none;
	margin-left: 90px;
}

.copyright-ul li:first-child {
	margin-left: 0;
}

.new-site p {
	font-size: 20px;
	line-height: 22px;
	color: #30302E;
}

.copyright-ul ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


@media only screen and (max-width: 1199px) {

	header,
	section,
	footer {
		width: 100%;
		padding: 20px;
	}

	header img {
		width: 100%;
		max-width: 142px;
	}

	.service-list li {
		font-size: 28px;

	}

	.new-site p {
		font-size: 16px;
		line-height: 1.5;
		color: #30302E;
	}

	.copyright-ul li {

		font-size: 14px;
		line-height: 1.2;

		margin-left: 50px;
	}
}

@media only screen and (max-width: 991px) {

	.col-md-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 60%;
	}

	.new-site p {
		font-size: 14px;
	}

	.service-list li {
		font-size: 24px;

	}


	.copyright-ul li {
		font-size: 12px;
		margin-left: 30px;
	}
}



@media only screen and (max-width: 767px) {
	.main-content {
			align-content: baseline;
		}

	header img {
		max-width: 70px;
	}

	img.mobile-bg {
		display: block;
	}

	img.desktop-bg {
		display: none;
	}

	img.mobile-bg,
	.bg-img:before {
		display: block;
		height: calc(100% - 160px);
		min-height: 380px;
	}

	.bg-img:before {
		background: linear-gradient(132.84deg, rgba(0, 0, 0, 0.7) 43.22%, rgba(0, 0, 0, 0) 75.22%), linear-gradient(153.57deg, rgba(24, 22, 22, 0.8) 28.6%, rgba(0, 0, 0, 0) 74.22%);

	}

	.service-list li {
		font-size: 16px;
	}



	footer {
		backdrop-filter: blur(0);
		position: relative;
		background: #30302E;
		padding: 0;
		align-self: flex-end;
	}

	.col-md-4,
	.col-md-8 {
		flex: 0 0 auto;
		width: 100%;
	}

	.copyright-ul ul {
		justify-content: start;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.copyright-ul ul li {
		width: 100%;
	}

	.new-site {
		padding: 20px;
	}

	footer:before {
		left: auto;
		right: 0;
		z-index: 1;
		top: 0;
		clip-path: polygon(0 0%, 100% 0, 100% 100%, 100% 100%);
		width: 200px;
	}

	.new-site {
		background: rgba(0, 0, 0, 0.7);
		backdrop-filter: blur(3px);
	}

	.new-site p {
		color: #ffffff;
	}

	.new-site p strong {
		color: #C7DA2C;
	}

	.copyright-ul {
		padding: 26px 20px;
		background: rgba(0, 0, 0, 0.6);
		backdrop-filter: blur(12.5px);
	}

	.copyright-ul li:first-child {
		margin-bottom: 0;
	}

	.copyright-ul ul li {
		margin-bottom: 20px;
		margin-left: 0;
	}
		footer {
			position: absolute;
			bottom: 0;
		}
}

@media only screen and (max-width: 575px) {
	footer:before {
		width: 100px;
	}
}