/* Home default cover */

.home-cover {
	min-height: 430px;

	background-color: #000053;
  background: url('../../../../img/custom/png/home-cover-default-bg-01.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-cover__container {
	min-height: inherit;
}

.home-cover__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
  flex: 1 0 auto;
	min-height: inherit;
	position: relative;
}

.home-cover__text {
	width: 65%;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.home-cover__title {
	margin-bottom: 45px;

	font-family: 'Roboto', sans-serif !important;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.home-cover__description {
	max-width: 100%;

	font-family: 'Roboto', sans-serif !important;
	font-size: 19px;
	font-weight: 400;
	line-height: 27px;
	color: #fff;
}

.home-cover__image {
	width: 100%;
	max-width: 430px;
}

.home-cover__image-src {
  width: 100%;
  height: auto;
}

.home-cover__bottom {
	display: none;
	justify-content: center;
}

.home-cover__try-demo {
	display: none;
	height: 40px;
	padding: 0 15px;
	position: relative;
	z-index: 1;

	font-size: 16px;
	font-weight: 700;
	line-height: 2.5;
	text-align: center;
	color: #fff;

	background-color: #4BAEE3;
	border-radius: 6px;
}

.home-cover__try-demo:hover {
	color: #fff;
	background-color: #68CBFF;
}

.home-cover__try-demo:active {
	color: #fff;
	background-color:	#0D73B4;	
}

.home-cover__desc {
	display: none;

	margin: 50px 0 30px;

	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.47em;
}

@media screen and (max-width: 1250px) {

	.home-cover {
		margin-top: 70px;
	}

}

@media screen and (max-width: 1024px) {

	.home-cover__inner {
		display: block;
		padding: 70px 0;
	}

	.home-cover__text {
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		padding: 0;
	}

	.home-cover__title {
		font-size: 42px;
		text-align: center;
	}

	.home-cover__description {
		display: none;
	}

	.home-cover__image {
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
	}

	.home-cover__bottom {
		display: flex;
	}

	.home-cover__try-demo {
		display: block;
	}

	.home-page-desc {
		display: block;
	}

}

@media screen and (max-width: 640px) {

	.home-cover__inner {
		padding: 50px 0;
	}

	.home-cover__title {
		font-size: 30px;
	}

}

@media screen and (max-width: 579px) {

	.home-cover {
		margin-top: 50px;
	}

}
