@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
	font-family: 'Roboto';
	font-weight: normal;
}

.slider {
	width: 100%;
	height: 100vh;
	background: url('../images/slider.jpg') no-repeat center center;
	background-size: cover;
}

.slider-mask {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.65);
}

.slider-sep {
	width: 65px;
	height: 3px;
	background: #767676;
	margin-bottom: 25px;
}

@media (min-width: 1024px){
	.slider-content h1 {
		font-size: 65px;
    font-weight: 600;
		color: #fff;
		line-height: 1;
	}
}

@media (min-width: 768px) and (max-width: 1023px){
	.slider-content h1 {
		font-size: 45px;
    line-height: 1.2em;
		font-weight: 600;
		color: #fff;
	}
}

@media (max-width: 767px){
	.slider-content h1 {
		font-size: 35px;
    font-weight: 600;
		color: #fff;
		text-align: center;
	}
}

@media (min-width: 768px){
	.slider-content p {
		color: #bfbfbf;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.8em;
		margin-top: 25px;
	}
}

@media (max-width: 767px){
	.slider-content p {
		color: #bfbfbf;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.8em;
		margin-top: 25px;
		text-align: center;
	}
}

.slider-button {
	font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 45px 12px 45px;
	text-decoration: none;
	margin-top: 50px;
	transition: all 0.5s ease-in-out;
}

.slider-button:hover {
	transform: scale(1.1);
	background: #6ec1e4;
	color: #fff;
}

.jpgroup-p {
	color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}

@media (min-width: 768px){
	.service-h4 {
		color: rgba(0,0,0,0.58);
		font-size: 45px;
		font-weight: 900;
		line-height: 1.2em;
	}
}

@media (max-width: 767px){
	.service-h4 {
		color: rgba(0,0,0,0.58);
		font-size: 30px;
		font-weight: 900;
		line-height: 1.2em;
	}
}

.section-features {
	background: #009ee2;
	padding-top: 90px;
	padding-bottom: 90px;
}

.features-h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2em;
}

.features-item {
	text-align: center;
	padding: 30px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #009ee2;
	cursor: default;
}

.features-item:hover {
	border: 1px solid #fff;
}

.features-item:hover > img {
	transform: scale(1.1);
}

.features-item h4 {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
}

.features-item p {
	color: #ffffff;
	font-size: 13px;
  font-weight: 300;
  line-height: 1.7em;
	margin-top: 20px;
}

.features-item img {
	width: 68px;
	transition: all 0.3s ease-in-out;
}

.contact-title {
	font-size: 40px;
  font-weight: 900;
  line-height: 1.2em;
	color: #000;
}

.contact-subtitle {
	color: #000;
	font-size: 22px;
  font-weight: 700;
  line-height: 0.1em;
}

.contact-link {
	color: #0073aa;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.contact-link:hover {
	color: #006798;
	text-decoration: none;
}

.contact-map {
	margin-top: 40px;
}

.contact-map iframe {
	width: 100%;
	height: 300px;
}

.mw-100 {
	height: auto !important;
}