/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,400,500,700,900'); */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
html,body
{
	font-family: 'Roboto Slab', sans-serif;
}
.top-nav,
.navbar-nav
{
	transition: all .4s;
}
.navbar
{
	background-color: #00000060;
	box-shadow: 0 2px 3px 0px rgba(0,0,0,.1);
}
.top-nav.mw-100 .navbar
{
	background-color: #000;
}
.navbar .navbar-brand img
{
	width: 180px;
}
.navbar-nav .nav-link
{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding: 20px!important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link
{
	color: #DA8200;
}
.navbar .dropdown .dropdown-menu
{
	top: 90%;
	border:none;
	border-radius: 0;
	padding: 0;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}
.navbar .dropdown .dropdown-menu::before
{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	font-size: 20px;
    top: -10px;
    left: 10%;
    text-shadow: 0px -2px 3px rgba(0,0,0,0.15);
}
.navbar .dropdown .dropdown-menu a
{
	padding: 6px 10px;
	font-size: 14px;
}
.navbar .dropdown .dropdown-menu a .fa
{
	width: 0px;
	font-size: 12px;
	color: #DA8200;
	overflow: hidden;
	transition: all .4s;
}
.navbar .dropdown .dropdown-menu a:hover
{
	background-color: #fff;
	color: #DA8200;
}
.navbar .dropdown .dropdown-menu a:hover .fa
{
	width: 10px;
}
.navbar .dropdown:hover .dropdown-menu
{
	display: block;
}
.navbar-toggler
{
	background-color: #DA8200;
	border:1px solid #DA8200;
	border-radius: 0px;
}
.navbar-toggler span
{
	color: #fff;
	height: auto;
}
section
{
	padding: 60px 0;
}
p
{
	font-size: 16px;
	color: #3d3e49;
}
.btn-primary
{
	font-size: 14px;
	padding: 0 30px;
	line-height: 40px;
	border-radius: 0px;
	border:1px solid #DA8200;
	background-color: #DA8200;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus
{
	border:1px solid #DA8200;
	background-color: #fff;
	color: #DA8200;
}
.franch h1,
.hAbt h1
{
	position: relative;
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 0 15px 10px;
}
.franch h1::after,
.hAbt h1::after
{
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	border-radius: 2px;
	background-color: #DA8200;
	position: absolute;
	left: auto;
	bottom: -10px;
}
.grow
{
	background-color: #f5f5f5;
}
.grow h1
{
	font-size: 50px;
	padding: 0;
	margin: 0 0 60px;
	text-align: center;
	font-weight: 700;
}
.grow h1 span
{
	color: #DA8200;
}
.franch h2,
.grow h2,
.hAbt h2
{
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0 15px;
}
.hAbt h2:before,
.franch h2::before,
.grow h2::before
{
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	height: 100%;
	left: 0;
	background-color: #DA8200;
}
.hAbt h2:after,
.franch h2::after,
.grow h2::after
{
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #DA8200;
}
.grow h3
{
	margin: 30px 0 15px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.grow h3 span,
.invest h1 span
{
	color: #DA8200;
}
.event h1
{
	position: relative;
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 0 15px 10px;
}
.event h1::after
{
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	border-radius: 2px;
	background-color: #DA8200;
	position: absolute;
	left: auto;
	bottom: -10px;
}
.event h2
{
	font-size: 20px;
	font-weight: 700;
	color: #161720;
	padding: 0;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.event h2 span
{
	color: #DA8200;
	font-size: 130%;
}
.event .img
{
	display: block;
	position: relative;
}
.event .img::before
{
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
	border: 5px solid #fff;
}
.fr
{
	background-image: url(../images/franchise-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.fr h1
{
	position: relative;
	font-size: 40px;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0 0 30px;
	font-weight: 700;
}
.fr h1::after
{
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	border-radius: 2px;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
	background-color: #DA8200;
}
.fr p
{
	color: #f2f4f5;
}
.invest h1
{
	font-size: 50px;
	padding: 0;
	margin: 0 0 60px;
	text-align: center;
	font-weight: 700;
}
footer
{
	background-color: #161720;
	padding: 30px 0 0;
}
footer h3
{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 0;
	margin: 0 0 15px;
}
footer .fa-ul li,
.fa-ul li
{
	margin-bottom: 5px;
}
footer .fa-ul li,
footer .fa-ul li a
{
	font-size: 15px;
	font-weight: 400;
	color: #b2b2b3;
}
footer .fa-ul li a:hover
{
	color: #fff;
	text-decoration: none;
}
footer .copy
{
	font-size: 12px;
	color: #dadbde;
	padding: 15px;
	border-top:1px solid #585961;
}
footer .copy a
{
	color: #dadbde;
}
footer .copy a:hover
{
	text-decoration: none;
}
.contact h1
{
	position: relative;
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 0 15px 10px;
}
.contact h1::after
{
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	border-radius: 2px;
	background-color: #DA8200;
	position: absolute;
	left: auto;
	bottom: -10px;
}
.contact h2
{
	font-size: 18px;
	font-weight: 700;
	color: #161720;
	padding: 0;
	margin: 0 0 15px;
}
.contact
{
	font-size: 16px;
	color: #454c52;
}
.form-control
{
	border-radius: 0px;
	border:1px solid #ddd;
}
.form-group label
{
	font-size: 14px;
}
.contact .card
{
	padding: 15px 30px;
	border:1px solid #ddd;
}
#brand img
{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .7;
}
#brand img:hover
{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.gal h1
{
	position: relative;
	font-size: 40px;
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0 0 60px;
	font-weight: 700;
}
.gal h1::after
{
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	border-radius: 2px;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
	background-color: #DA8200;
}
.gal a
{
	display: block;
	padding: 5px;
	border: 1px solid #DA8200;
	border-radius: 4px;
}
.gal a img
{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
	.navbar
	{
		background-color: #000;
	}
	.top-nav
	{
		padding: 0;
		position: sticky!important;
	}
	.navbar .navbar-brand img
	{
		width: 150px;
	}
	.navbar .dropdown .dropdown-menu::before
	{
		display: none;
	}
}