@font-face {
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/roboto-normal.eot);
	src: url(../fonts/roboto-normal.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-normal.woff2) format("woff2"), url(../fonts/roboto-normal.woff) format("woff"), url(../fonts/roboto-normal.ttf) format("truetype"), url(../fonts/roboto-normal.svgl) format("svg")
}

@font-face {
	font-family: 'roboto';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/roboto-300.eot);
	src: url(../fonts/roboto-300.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-300.woff2) format("woff2"), url(../fonts/roboto-300.woff) format("woff"), url(../fonts/roboto-300.ttf) format("truetype"), url(../fonts/roboto-300.svg) format("svg")
}

body {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	/* font-size: 14px;
	line-height: 1.7rem; */
	color: #444;
}

h1 {
	font-size: 2rem;
	margin: 0 0 20px;
	font-weight: bold;
}

h2 {
	font-size: 1.7rem;
	margin: 0 0 20px;
	font-weight: bold;
}

h3 {
	font-size: 1.6rem;
	font-weight: bold;
}

a {
	color: #39c;
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	text-decoration: none;
}

p:last-child {
	margin: 0;
}

.container,
.container-fluid {
	padding-top: 30px;
}

.container>.row,
.container-fluid>.row {
	border-bottom: 1px dotted #aaa;
}

.container>.row:last-child,
.container-fluid>.row:last-child {
	border: initial;
}

.img-block img,
.service-img img {
	width: 100%;
}

.text-block {
	padding: 3rem 0;
}

.bullet-list {
	padding-left: 30px;
	margin: 0 0 16px;
}

.bullet-item {
	padding: 0 0 10px;
}

.bullet-item:last-child {
	padding: 0;
}

.documents-list {
	padding-left: 10px;
	list-style: none;
	margin: 0;
}

.documents-item {
	padding: 10px 0;
}

.documents-item .fa-file-pdf {
	font-size: 40px;
	margin-right: 5px;
}

.btn-popover {
	background-color: #007eff8c;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
}

.btn-popover:before {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 6px;
	left: calc(50% - 1px);
	height: 18px;
	width: 2px;
	transition: transform 0.2s;
}

.btn-popover:after {
	content: '';
	position: absolute;
	background-color: #fff;
	top: calc(50% - 1px);
	left: 6px;
	height: 2px;
	width: 18px;
	transition: transform 0.2s;
}

.btn-popover:focus {
	background-color: #e0576491;
	box-shadow: initial;
}

.btn-popover:focus:before,
.btn-popover:focus:after {
	transform: rotate(45deg);
}

.plyr {
	width: 100%;
}

.plyr__poster {
	background-color: #fff !important;
}

.plyr--stopped .plyr__controls {
	display: none !important;
}

.plyr__control--overlaid {
	background: #444 !important;
	transition: background 0.2s;
}

.plyr__control--overlaid:hover {
	background: #656565 !important;
}

.slick-slider {
	padding: 30px 0;
}

.slick-slide {
	outline: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	font-size: 30px;
	color: #444;
	opacity: 0.3;
	transition: opacity 0.2s
}

.slick-prev {
	left: 5px;
}

.slick-next {
	right: 5px;
}

.slick-dots {
	position: absolute;
	list-style: none;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	z-index: 999;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	background: #444;
	border: none;
	border-radius: 2px;
	margin: 0 4px;
	padding: 3px 6px;
	outline: none;
	opacity: 0.3;
	transition: opacity 0.2s
}

.slick-arrow:hover,
.slick-dots button:hover {
	opacity: 1;
}

.slick-dots .slick-active button {
	opacity: 0.75;
}

.service-text p {
	margin: 0;
}


@media (min-width: 320px) {
	h2 {
		font-size: 1.2rem;
	}

	h3 {
		font-size: 1rem;
	}

	body {
		font-size: 15px;
		line-height: 17px;
	}

}

@media (min-width: 576px) {
	h2 {
		font-size: 1.7rem;
	}

	h3 {
		font-size: 1.4rem;
	}

	body {
		font-size: 16px;
		line-height: 18px;
	}

}


@media (min-width: 768px) {
	body {
		font-size: 17px;
		line-height: 19px;
	}

	h3 {
		font-size: 1.5rem;
	}

}

@media (min-width: 992px) {
	body {
		font-size: 20px;
		line-height: 22px;
	}

}

@media (min-width: 1200px) {
	body {
		font-size: 22px;
		line-height: 24px;
	}

}