html {
	font-family: 'Oswald', sans-serif !important;
	/* font-family: 'Roboto', sans-serif; */
	font-weight:300;
	line-height:32px;
	font-size:22px;
	color:#33312e;
}

h4 {
	font-weight:300 !important;
}

.text-bold {
	font-weight:500;
}

.text-extra-bold {
	font-weight:600;
}


.megasubmenu{ padding:1rem !important; }
/* desktop view :: Start */
@media all and (min-width: 992px) {
	.megasubmenu{ 
		left:100%; top:0; min-height: 100%; min-width:500px !important;
	}
	
	.dropdown-menu > li:hover .megasubmenu{
		display: block;
	}
}
/* desktop view :: End */


.all-caps {
	text-transform:uppercase;
}

.header-icon {
	padding:10px;
	text-align:right;
}

.header-icon a{
	padding:20px;
	font-size:21px;
	color:#2e2a2a;
	transition: 0.3s;
}
.header-icon a:hover{
	color:#fcb525;
	transition: 0.3s;
}

hr.yellow-line{
	border-top:2px solid #fcb525;
	opacity:1;
	margin:50px 0 0 0;
}

.icon-margin{
	margin:0 20px 20px 20px;
}

.title-margin-bottom{
	margin-bottom:20px;
}

.section-margin-bottom{
	margin-bottom:30px;
}

.footer{
	background:#fcb525;
	padding:40px 80px;
	font-size:18px;
}

.active{
	color:#ffab01 !important;
}