body{
	font-family: 'Rubik', sans-serif;
}
img{
	max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
.top-strip{
	text-align: right;
}
.navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-weight: 600;
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-light .navbar-nav .nav-link.active{
	color: #ffc107;
}
.hero-panel{
	height: 500px;
	overflow: hidden;
}
.hero-panel img{
	max-height: 500px;
	object-fit: cover;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.owl-nav {
    position: absolute;
    top: 40%;
	left: 15px;
	right: 15px;
    display: flex;
    justify-content: space-between;
}
.owl-nav button{
	width: 35px;
	height: 35px;
	background-color: rgba(0,0,0,0.5) !important;
	color: #fff !important;
	font-size: 18px !important;
	border-radius: 100%;
}
.section-padding{
	padding: 5rem 0;
}

footer li{
	line-height: 2;
	letter-spacing: 0.7px;
	position: relative;
}

footer li a{
	color: #fff;
	text-decoration: none;
}
footer li a:hover{
	text-decoration: underline;
	color: #ffc107;
}
footer p{
	color: #fff;
}
.ft-cnt li{
	padding-left: 25px;
	color: #fff;
}
.map-pin::before{
	content: '\f041';
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.mail::before{
	content: '\f003';
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.phone::before{
	content: '\f095';
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.bg1{
	background-color: #f6abb6;
}
.bg2{
	background-color: #b3cde0;
}
.bg3{
	background-color: #dcedc1;
}
.bg4{
	background-color: #fec8c1;
}
.bg5{
	background-color: #fad9c1;
}
.bg6{
	background-color: #83d0c9;
}
.bg7{
	background-color: #ffd3b6;
}
.bg8{
	background-color: #84c1ff;
}
.map-img{
	margin-top: -55px;
}

@media(max-width:767px){
	.navbar-brand h2{
		font-size: 0.8rem;
	}
	.navbar.bg-secondary{
		background-color: #0d6efd !important;
	}
	.hero-panel{
		height: auto;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
/*		bottom: 0;*/
		background-color: #6c757d;
/*		height: 100vh;*/
		z-index: 99;
		overflow: auto;
	}
	.navbar-light .navbar-nav .nav-link{
		height: 50px;
		border-bottom: 1px solid #636363;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	footer h5 {
    	margin-top: 3rem;
	}
	.map-img{
		margin-top: 0px;
	}
}