@charset 'UTF-8';
/*  The ÂN - Custom CSS
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'DM Sans', sans-serif;
	font-family: 'Rubik', sans-serif;
*/

/*  Common
===============*/
.ft-bold { font-weight: 700; }

/*  Header
===============*/
.nav-title em { font-size: 11px; }
.header.header-style-04 .header-bottom { border-radius: 40px; }
.header .navbar .dropdown > .dropdown-menu li > a span i { margin-left: 0; opacity: 1; }

/*  Home Feature
===============*/
ul.home-features > li > a { outline: medium none !important; text-decoration: none !important; color: #676c71; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
ul.home-features > li > a:hover { color: #D9543D; font-weight: 600; }
ul.home-features > li > a:after { content: '\f061'; font-family: "Font Awesome 5 Free"; font-size: 12px; font-weight: bold; margin-left: -10px; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
ul.home-features > li > a:hover:after { margin-left: 10px; opacity: 1; }