.cover {
	position: relative;
}

@media (min-width: 991px) {
	.cover {
		height: 100vh;
		min-height: 730px;
	}
}

@media (max-width: 991px) {
	.cover {
		padding-top: 160px;
		padding-bottom: 40px;
	}
}

.cover:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 506px;
	height: 460px;
	background: url(images/flower.png);
	z-index: -1;
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1 > span {
	background: rgba(3,25,48,.9);
	color: #fff;
}

.cover-content h1 > span > span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204,211,223,.8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/

@media (min-width: 992px) {
	.services {
		position: absolute;
		bottom: 26%;
		right: 3rem;
		max-width: 600px;
	}
}

.service {
	text-align: center;
	display: block;
	margin: 15px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	float: right;
	color: #fff;
	line-height: 1rem;
}

.service:nth-child(1) {
	background: rgba(181,49,151,0.8);
}
.service:nth-child(2) {
	background: rgba(55,30,124,0.8);
}
.service:nth-child(3) {
	background: rgba(39,133,203,0.8);
}
.service:nth-child(4) {
	background: rgba(253,184,19,0.8);
}
.service:nth-child(5) {
	background: rgba(68,167,61,0.8);
}
.service:nth-child(6) {
	background: rgba(135,197,64,0.8);
}

.service .icon {
    padding-top: 2.5rem;
    padding-bottom: .5rem;
}

.service .icon img {
	display: block;
	margin: 0 auto;
}

.service:hover {
	color: #fff;
	transform: scale(1.1);
}

@media (max-width: 991px) {
	.service {
		width: 120px;
		height: 120px;
	}
	.service .icon {
		padding-top: 1rem;
	}
}



/**/

/**/

@media (min-width: 992px) {
	.news {
		position: absolute;
		bottom: 5%;
		right: 0;
	}
}

@media (max-width: 991px) {
	.news {
		margin-bottom: 2rem;
	}
}

.news h2 {
	background: rgb(39 133 203 / 80%);
    display: inline-block;
    margin: 0;
    padding: .25rem 1rem;
    border-top-left-radius: 1rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
}

.news .content {
	background: rgba(33, 33, 33, .8);
    display: block;
    margin: 0;
    padding: 1rem;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 100px;
    width: 650px;
    color: #fff;
    position: relative;
}

@media (max-width: 991px) {
	.news .content {
		width: 90%;
	}
}

.news ul {
	list-style: none;
	padding: 0;
	margin: 0;

	padding-left: 80px;
}

.news ul a {
	color: inherit;
}

.news .buttons {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 80px;
	font-size: 24px;
}

.news .buttons button {
	background: none;
	border: 0;
	float: right;
	color: #fff;
}



@media (max-width: 991px) {
	.footer {
		display: none
	}
}