@media(max-width: 1199px) {
	.footer {
		font-size: .875rem;
	}
	.footer .nav > li > a {
		padding: .375rem 0;
	}
}
@media(max-width: 991px) {
	body {
		font-size: .875rem;
	}
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1.125em;
	}
	h6, .h6 {
		font-size: 1rem;
	}
	.btn {
		padding: .75rem 1.25rem;
	}
	.header-top > .container > a {
		font-size: .75rem;
	}
	.header-top > .container > a.btn {
		height: 51px;
	}
	.header .navbar-brand > img {
		height: 48px;
	}
	.header .nav > li {
		margin-left: 1rem;
	}
	.blog-services .item > .page-header > h2 > a {
		font-size: .875rem;
	}
	.footer .nav {
		flex-direction: column;
	}
	.footer .nav > li {
		flex: 1 0 auto;
	}
	.footer .row-contacts > div > a:not(.btn) {
		height: auto;
		padding: .375rem 0;
	}
}
@media(max-width: 767px) {
	h1, .h1 {
		font-size: 1.5rem;
	}
	h2, .h2 {
		font-size: 1.375rem;
	}
	h3, .h3 {
		font-size: 1.25rem;
	}
	h4, .h4 {
		font-size: 1.125rem;
	}
	h5, .h5 {
		font-size: 1em;
	}
	.item-page .item-image {
		margin: 0 0 1rem;
		width: 100%;
	}
	.header .nav {
		flex-direction: column;
	}
	.header .nav {
		height: auto;
		padding: 1rem 0;
	}
	.header .nav > li > a {
		justify-content: flex-end;
		padding: .5rem 0;
	}
	.header .nav > li:focus > .nav-child,
	.header .nav > li:hover > .nav-child {
		display: none;
	}
	#page-home-carousel .h1 {
		font-size: 1.25rem;
	}
	.exp {
		background-position: right center;
	}
	.exp > .container {
		background-color: rgba(255, 255, 255, .8);
	}
	.blog-services .item > .page-header > h2 > a {
		font-size: 1.25rem;
	}
	.about .buttons {
		margin-bottom: 1.5rem;
	}
	.awards .carousel-item a::after {
		font-size: .5rem;
	}
	.footer .copyright,
	.footer .counters {
		text-align: center;
	}
	.footer .copyright > .fa {
		display: block;
	}
}