header .navbar-brand img {

    max-height: 68px;
/*
    background-color: #000;

    padding: 8px;

    border: 5px solid #ddd;*/

}

h1, h2, h3, h4, h5, h6{

    font-family: var(--alt-font);

	font-family: 'TradeGothicLT-Light', sans-serif;

	font-family: 'Antonio-Bold', sans-serif;

	text-transform: uppercase;

	font-weight: 600;

}

.list-style-circle ul {
	padding-top: 15px;
}

.list-style-circle ul li {
	list-style: circle;
	padding: 5px 0;
}

.page-title-bg {
	background-color: #272727;
	background-image: url(../../assets/img/black-bg.jpg);
}
footer p {
    color: #fff;margin: 0;
}

.location-page .sm-bottom-minus-10px {margin-bottom: 0;bottom: 0;}
section.location-page.py-3 {padding-top: 0 !important;}
.bg-very-light-green .bg-white {padding: 30px !important;}
*:focus, *:focus-visible {border: 1px solid #000;outline: 1px solid #000;}
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {opacity: 0 !important;}
.home-banner img.mobile-view {display: none;}


	@media (max-width: 991px) {
		section.position-relative img.md-w-70 {width: 100% !important;transform: none !important;}
		footer .col-lg-4.col-md-6.col-12 {margin-top: 20px;}
		
		.home-banner .swiper ul li {text-align: left;}
		.home-banner .swiper .row {display: flex !important;flex-wrap: wrap;height: 550px !important;}
		.home-banner .swiper .row .col-lg-6 {width: 50%;display: flex !important;flex-direction: column;padding: 20px !important;height: 100%;}
		.swiper-number-pagination-style-01 .swiper-number {display: none;}
	}
	@media (max-width: 767px) {
		.btn.btn-large {margin: 0 auto !important;}
		.home-banner .swiper ul li {line-height: 1.5;}
		.home-banner .swiper .row .col-lg-6 {width: 100%;height: auto;}
		.home-banner .swiper .row .col-lg-6 .d-flex.justify-content-center {justify-content: flex-start !important;}
		.home-banner img.mobile-view {display: block;}
		.home-banner .swiper .row .col-lg-6:last-child {background-image: none !important;padding: 0 !important;}
		.home-banner .swiper .row {height: 100% !important;}
		.home-banner .swiper .row .col-lg-6:first-child {min-height: 360px;}
	}
	@media (max-width: 680px) {
		.home-banner .swiper .row .col-lg-6:first-child {min-height: 450px;}
	}
	@media (max-width: 575px) {
		footer .order-3 {width: 100%;}
		footer .order-3:last-child {margin-top: 30px;}
		.home-banner .swiper .row .fs-75.lg-fs-55 {font-size: 35px;}
	}
	@media (max-width: 375px) {
		.home-banner .swiper .row .fs-75.lg-fs-55 {font-size: 30px;}
		.home-banner .swiper .row .col-lg-6:first-child {min-height: 520px;}
	}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .home-banner .swiper .row {display: flex !important;flex-wrap: wrap;height: 550px !important;}
		.home-banner .swiper .row .col-lg-6 {width: 50%;display: flex !important;flex-direction: column;padding: 20px !important;height: 100%;}
	  .home-banner .swiper {height: 100% !important;}
}