html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-family: "Roboto", sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-y: hidden;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

p {
	margin: 0 0 24px;
}

p:empty:before {
	content: none;
}

strong, b, cite {
	font-weight: 700;
}

dfn, cite, em, i {
	font-style: italic;
}

svg {
	transition: .3s;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

ul, ol {
	padding: 0;
	margin: 0 0 20px 30px;
}

ul {
	list-style: disc;
}

ul ul {
	list-style-type: circle;
}

li > ul, li > ol {
	margin-bottom: 0;
}

embed, iframe, object, video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

button, input {
	line-height: normal;
	transition: .3s;
}

button, input, select, textarea {
	font-size: 100%;
	line-height: inherit;
	vertical-align: baseline;
}

input, textarea {
	font-size: 1em;
	max-width: 100%;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="checkbox"] {
	display: inline;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	border: 0;
	outline: 0;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button:-moz-focus-inner, input:-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:-webkit-autostrok {
	-webkit-box-shadow: 0 0 0px 1000px #e7e7e7 inset;
}

input[type="search"] {
	outline: 0;
}

input[type="search"]:-webkit-search-decoration, input[type="search"]:-webkit-search-cancel-button, input[type="search"]:-webkit-search-results-button, input[type="search"]:-webkit-search-results-decoration {
	display: none;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	height: 60px;
	font-weight: 400;
	padding: 15px;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #f8f9fa;
	background-color: #f8f9fa;
	margin-bottom: 30px;
	text-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	transition: all ease .3s;
	color: #666;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: #f5ad0d;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #f5ad0d;
	background-color: transparent;
	display: inline-block;
	font-weight: 500;
	height: 60px;
	line-height: 58px;
	padding: 0 50px;
	border-radius: 2px;
	border: 1px solid #f5ad0d;
	-webkit-appearance: none;
	transition: all ease .3s;
	white-space: nowrap;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: 0;
	background-color: #222;
	color: #fff;
	border-color: #222;
}

::placeholder {
	color: #aaa;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #aaa;
}

::-ms-input-placeholder {
	color: #aaa;
}

a {
	color: #f5ad0d;
	outline: 0;
	text-decoration: none;
	transition: all ease .3s;
}

a:hover, a:focus, a:active {
	outline: 0;
	color: #222;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Barlow", sans-serif;
	color: #222;
	margin: 0 0 40px;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 2.375em;
	line-height: 1.211;
}

h2 {
	font-size: 2.125em;
	line-height: 1.236;
}

h3 {
	font-size: 1.875em;
	line-height: 1.267;
}

h4 {
	font-size: 1.625em;
	line-height: 1.308;
}

.align-center {
	text-align: center;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .deeper-container:before, .deeper-container:after {
	clear: both;
	display: table;
	line-height: 0;
	content: "";
}

.clear:after, .clearfix:after, .deeper-container:after {
	clear: both;
}

body .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.elementor-section>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-default>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-extended>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-wide>.elementor-column>.elementor-element-populated, .elementor-section>.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.elementor-column {
		width: 100% !important;
	}
}

.master-heading > * {
	max-width: 100%;
}

.byron-container {
	width: 1170px;
	margin: 0 auto;
	max-width: 90%;
}

#page {
	background: #fff;
}

#main-content {
	padding: 100px 0;
}

#inner-content, #inner-sidebar {
	position: relative;
	z-index: 1;
}

#inner-content:after, #inner-sidebar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	z-index: -1;
}

#site-content {
	float: left;
	width: 65.812%;
}

.no-sidebar .woocommerce-page #site-content, .no-sidebar #site-content, .page-empty-widget #site-content, .blog-empty-widget #site-content, .page-single-project #site-content, #site-content.archive-project {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

.header-top {
	border-bottom: 1px solid #394664;
}

#topbar, #topbar .topbar-left, #topbar .topbar-right {
	display: flex;
	justify-content: space-between;
}

#topbar .topbar-left > div {
	position: relative;
	padding-left: 30px;
}

#topbar .topbar-left > div:after {
	position: absolute;
	top: 50%;
	left: 0px;
	content: "";
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background-color: #394664;
}

#topbar .topbar-left > div:first-child {
	padding-left: 0;
}

#topbar .topbar-left > div:first-child:after {
	display: none;
}

#site-header {
	position: relative;
	z-index: 100;
	border-style: solid;
	transition: .3s;
	background-color: #030f27;
}

.site-header-inner, .site-header-inner .wrap-inner {
	display: flex;
	align-items: center;
	height: 80px;
	transition: .5s;
	transition-delay: .3s;
}

.site-header-inner {
	position: relative;
}

#site-logo {
	transition: all ease .3s;
	flex-grow: 1;
}

#site-logo-inner {
	margin-right: 30px;
	transition: all ease .3s;
}

.header-top-menu ul {
	margin: 0;
}

.header-top-menu ul li {
	margin: 0;
	list-style: none;
	display: inline-block;
	font-size: 15px;
	line-height: 50px;
	color: #8a99c0;
	margin-right: 35px;
}

.header-top-menu ul li a {
	color: inherit;
}

.header-top-menu ul li:hover {
	color: #f5ad0d;
}

#main-nav {
	display: block;
	float: right;
}

#main-nav ul {
	margin: 0;
}

#main-nav ul li {
	position: relative;
	list-style: none;
	padding-top: 0;
	padding-bottom: 0;
}

#main-nav > ul > li {
	float: left;
	padding: 0 20px;
}

#main-nav > ul > li > a {
	display: block;
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 80px;
	transition: .5s;
}

#main-nav > ul > li:hover > a {
	color: #f5ad0d;
}

#main-nav > ul > li > a > span {
	position: relative;
	padding: 2px 0;
	z-index: 0;
}

#main-nav > ul > li.menu-item-has-children > a > span {
	padding-right: 14px;
}

#main-nav > ul > li > a > span:before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f5ad0d;
	-webkit-transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
	transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
}

#main-nav > ul > li:hover > a > span:before {
	width: 100%;
	left: 0;
	background-color: #f5ad0d;
}

#main-nav > ul > li.menu-item-has-children > a > span:after {
	line-height: normal;
	font-size: 10px;
	font-weight: normal;
	font-weight: 900;
	content: "";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	top: 7px;
	color: inherit;
}

#main-nav > ul > li > a:not([href]) {
	cursor: pointer;
}

#main-nav .sub-menu {
	padding: 19px 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	box-shadow: 0 30px 70px 0 rgba(57, 62, 70, .15);
	border-radius: 10px;
	transition: all ease 0s;
}

#main-nav .sub-menu .sub-menu {
	left: 100%;
	top: -7px;
	transform: none;
	margin-left: 0;
}

#main-nav .sub-menu li a {
	padding: 6px 37px;
	color: #666;
	display: block;
	position: relative;
	transition: .5s;
	transition-delay: 0s;
}

#main-nav .sub-menu li a > span {
	position: relative;
	display: inline-block;
}

#main-nav .sub-menu li a:hover {
	color: #f5ad0d;
	transition-delay: .5s;
}

#main-nav .sub-menu li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #f9f8f8;
	transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
	z-index: -1;
}

#main-nav .sub-menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 0;
	background-color: #f5ad0d;
	transition: height .5s cubic-bezier(.35, .7, .35, 1) .5s;
}

#main-nav .sub-menu > li:first-child a:before {
	top: 0px;
}

#main-nav .sub-menu li a:hover:before {
	height: 100%;
	transition-delay: 0s;
}

#main-nav .sub-menu li a:hover:after {
	width: 100%;
	transition-delay: .5s;
}

#main-nav .sub-menu li:first-child > a {
	border: 0;
}

#main-nav li:hover > .sub-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	transition: all ease .3s;
}

#main-nav .sub-menu li.menu-item-has-children > a:after {
	line-height: inherit;
	font-size: 30px;
	font-weight: normal;
	content: "";
	font-family: "Pe-icon-7-stroke";
	position: absolute;
	right: 30px;
	top: -5px;
}

.mobi-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 999998;
	transition: all ease .3s;
}

.mobi-overlay .close:after {
	content: "";
	font-family: "Pe-icon-7-stroke";
	font-weight: 400;
	font-weight: normal;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all ease .3s;
}

.mobi-overlay .close:hover:after {
	color: #ff4539;
}

.mobi-nav-extra {
	display: none;
}

#main-nav-mobi .search-form .search-submit svg {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	padding: 20%;
}

#main-nav-mobi .ext > .cart-info svg {
	position: relative;
	top: 2px;
	stroke: #fff;
	width: 26px;
	padding-right: 10px;
}

.mobile-button {
	width: 24px;
	height: 14px;
	display: none;
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate3d(0, -50%, 0);
	background: transparent;
	cursor: pointer;
	transition: all ease .3s;
}

.mobile-button:before, .mobile-button:after, .mobile-button span {
	background-color: #fff;
	transition: all ease .3s;
}

.mobile-button:before, .mobile-button:after {
	content: "";
	position: absolute;
	top: 0;
	top: 50%;
	height: 2px;
	width: 24px;
	border-radius: 2px;
	left: 0;
	transform-origin: 50% 50%;
}

.mobile-button span {
	position: absolute;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	overflow: hidden;
	text-indent: 200%;
}

.mobile-button:hover span, .mobile-button:hover:before, .mobile-button:hover:after {
	opacity: .7;
}

.mobile-button:before {
	transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
	transform: translate3d(0, 5px, 0);
}

.header-style-2 .mobile-button:before, .header-style-2 .mobile-button:after, .header-style-2 .mobile-button span {
	background-color: #fff;
}

.header-style-1 #main-nav > ul > li > a {
	color: #fff;
	line-height: 100px;
}

.header-style-1 #main-nav > ul > li:hover > a {
	color: #f5ad0d;
}

.header-style-2 #site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header-style-2 #main-nav > ul > li > a > span {
	color: #fff;
}

.header-style-2  #main-nav > ul > li > a > span {
	color: #fff;
}

.header-style-3 #site-header {
	background-color: #030f27;
}

.header-style-3 #site-header .wrap-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 20px 70px 0 rgba(38, 42, 76, .2);
	margin-top: -40px;
	transform: translateY(50%);
	padding: 0 40px;
	height: 80px;
}

.header-style-3 #site-header .wrap-inner #main-nav {
	flex-grow: 1;
}

.header-style-4 #site-header {
	background-color: #fff;
}

.header-style-4 #site-header .wrap-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #030f27;
	border-radius: 5px;
	box-shadow: 0 20px 70px 0 rgba(38, 42, 76, .2);
	margin-top: -40px;
	transform: translateY(50%);
	padding: 0 40px;
	height: 80px;
}

.header-style-4 #site-header .wrap-inner #main-nav {
	flex-grow: 1;
}

.header-style-4 #main-nav > ul > li > a {
	color: #fff;
}

.header-style-4 #main-nav > ul > li:hover > a {
	color: #f5ad0d;
}

.header-style-4 #main-nav > ul > li:hover > a > span:before {
	background-color: #f5ad0d;
}

.header-style-5 #site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.header-style-5 .header-top {
	border-bottom: none;
}

.header-style-5 .header-top-menu ul li {
	color: #cacaca;
}

.header-style-5 .header-top-menu ul li:hover {
	color: #f5ad0d;
}

.header-style-5 #topbar .topbar-left > div:after {
	background-color: #4d5b78;
}

.header-style-5 .site-header-inner {
	height: 80px;
	border-radius: 5px;
	box-shadow: 0 20px 70px 0 rgba(38, 42, 76, .2);
	background-color: #f5ad0d;
	padding: 0 40px;
}

.header-style-5 #main-nav > ul > li > a {
	color: #fff;
	color: #fff;
}

.header-style-5 #main-nav > ul > li:hover > a {
	opacity: .7;
	color: #fff;
}

.header-style-5 #main-nav > ul > li:hover > a > span:before {
	opacity: .7;
}

.search-style-fullscreen .search-submit svg {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30%;
	width: 100%;
	stroke: #fff;
}

.search-style-fullscreen .search-submit:hover svg {
	stroke: #f5ad0d;
}

#featured-title {
	background-color: #f8f9fa;
	background-size: cover;
	border-style: solid;
	text-align: center;
}

#featured-title .inner-wrap {
	overflow: hidden;
	width: 100%;
}

#featured-title .inner-wrap {
	padding: 133px 0 93px;
}

#featured-title #breadcrumbs {
	margin-top: 36px;
}

#featured-title .main-title:after, #featured-title #breadcrumbs .breadcrumbs-inner:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-style: solid;
	border-width: 0;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
	z-index: 1;
	position: relative;
	display: inline-block;
	font-size: 16px;
}

#featured-title #breadcrumbs a {
	color: #222;
}

#featured-title #breadcrumbs a:hover {
	color: #f5ad0d;
}

#featured-title #breadcrumbs .breadcrumb-trail > a, #featured-title #breadcrumbs .breadcrumb-trail > span {
	position: relative;
	display: inline-block;
	padding-right: 18px;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:before {
	content: "/";
	line-height: normal;
	position: absolute;
	right: 11px;
	top: 2px;
	color: #222;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:before {
	right: 5px;
}

#featured-title #breadcrumbs .breadcrumb-trail > span {
	padding-right: 0;
}

.hentry a {
	font-weight: 500;
}

.post-media .slick-dots {
	list-style: none;
	margin: 0;
	text-align: center;
	line-height: 10px;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}

.post-media .slick-dots li {
	padding: 0;
	display: inline-block;
}

.post-media .slick-dots li:after {
	padding: 0;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #fff;
	opacity: .7;
	font-size: 0;
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	border-radius: 50%;
	transition: all ease .3s;
}

.post-media .slick-dots li.slick-active:after {
	opacity: 1;
	background-color: #f5ad0d;
}

#footer-widgets .widget .widget-title {
	font-size: 24px;
	margin-bottom: 35px;
	letter-spacing: -1px;
	color: #fff;
}

.widget.widget_links ul li {
	border: 0;
	margin-bottom: 14px;
}

.widget.widget_links ul li a {
	position: relative;
	display: inline-block;
	font-size: 17px;
	transition: all ease .3s;
	padding-bottom: 2px;
}

.widget.widget_links ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f5ad0d;
	-webkit-transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
	-moz-transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
	-ms-transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
	-o-transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
	transition: width .5s cubic-bezier(.35, .7, .35, 1) 0s;
}

.widget.widget_links ul li:hover a:after {
	width: 100%;
	left: 0;
}

.widget.widget_search .search-form .search-submit svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30%;
}

#footer .widget.widget_search .search-form .search-submit svg {
	stroke: #fff;
}

.widget.widget_socials .socials .icon {
	float: left;
}

.widget.widget_socials .socials a {
	float: left;
	font-size: 16px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	color: #959595;
	border: 1px solid #dadada;
}

.widget.widget_socials .socials a:hover {
	color: #fff;
	border-color: #f5ad0d;
	background-color: #f5ad0d;
}

#footer-widgets .widget.widget_socials .socials a {
	color: #8a99c0;
	border: 0;
}

#footer-widgets .widget.widget_socials .socials a:hover {
	color: #f5ad0d;
	background-color: transparent;
}

#footer {
	background-color: #030f27;
	color: #cacaca;
	padding: 100px 0 60px;
	border-style: solid;
	position: relative;
	font-size: 15px;
	line-height: 27px;
}

#footer a {
	color: #8a99c0;
}

#footer a:hover {
	color: #fff;
}

#footer-widgets .footer-grid:after, #footer-widgets .footer-grid:before {
	display: block;
	content: "";
	clear: both;
}

#footer-widgets .widget {
	margin: 0 0 30px;
}

#footer-widgets .widget ul {
	margin: 0;
	list-style: none;
}

.footer-grid .col {
	float: left;
}

.footer-grid .span_1_of_1.col {
	float: none;
}

.footer-grid .span_1_of_2 {
	width: 50%;
}

.footer-grid .span_1_of_3 {
	width: 33.33%;
}

.footer-grid .span_1_of_4 {
	width: 25%;
}

.footer-grid .span_1_of_5 {
	width: 25%;
}

.footer-grid .span_1_of_5:first-child {
	width: 41.66%;
}

.footer-grid .span_1_of_5:last-child {
	width: 33.33%;
}

.footer-grid.gutter-5 {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.footer-grid.gutter-5 > .col {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.footer-grid.gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.footer-grid.gutter-10 > .col {
	padding-left: 5px;
	padding-right: 5px;
}

.footer-grid.gutter-15 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.footer-grid.gutter-15 > .col {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.footer-grid.gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.footer-grid.gutter-20 > .col {
	padding-left: 10px;
	padding-right: 10px;
}

.footer-grid.gutter-25 {
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.footer-grid.gutter-25 > .col {
	padding-left: 12.5px;
	padding-right: 12.5px;
}

.footer-grid.gutter-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.footer-grid.gutter-30 > .col {
	padding-left: 15px;
	padding-right: 15px;
}

.footer-grid.gutter-35 {
	margin-left: -17.5px;
	margin-right: -17.5px;
}

.footer-grid.gutter-35 > .col {
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.footer-grid.gutter-40 {
	margin-left: -20px;
	margin-right: -20px;
}

.footer-grid.gutter-40 > .col {
	padding-left: 20px;
	padding-right: 20px;
}

.footer-grid.gutter-45 {
	margin-left: -22.5px;
	margin-right: -22.5px;
}

.footer-grid.gutter-45 > .col {
	padding-left: 22.5px;
	padding-right: 22.5px;
}

.footer-grid.gutter-50 {
	margin-left: -25px;
	margin-right: -25px;
}

.footer-grid.gutter-50 > .col {
	padding-left: 25px;
	padding-right: 25px;
}

.footer-grid.gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}

.footer-grid.gutter-60 > .col {
	padding-left: 30px;
	padding-right: 30px;
}

.footer-grid.gutter-70 {
	margin-left: -35px;
	margin-right: -35px;
}

.footer-grid.gutter-70 > .col {
	padding-left: 35px;
	padding-right: 35px;
}

.footer-grid.gutter-80 {
	margin-left: -40px;
	margin-right: -40px;
}

.footer-grid.gutter-80 > .col {
	padding-left: 40px;
	padding-right: 40px;
}

#bottom {
	color: #cacaca;
	background-color: #030f27;
	position: relative;
	font-size: 15px;
}

#bottom:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}

#bottom .bottom-bar-inner-wrap {
	position: relative;
}

#bottom .bottom-bar-inner-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #2f3b50;
}

#bottom .inner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	position: relative;
}

#copyright {
	margin-right: 20px;
}

#scroll-top {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	display: block;
	line-height: 65px;
	text-align: center;
	width: 65px;
	height: 65px;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

#scroll-top:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all ease .3s;
	font-weight: 900;
}

#scroll-top:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f5ad0d;
	z-index: -1;
	transition: all ease .3s;
	border-radius: 5px;
}

#scroll-top:hover:before {
	background-color: #f5ad0d;
}

#scroll-top:hover:after {
	animation: 1s hvr-buzz-out alternate linear infinite;
}

.no-results-content .search-form .search-submit svg {
	position: absolute;
	width: 50%;
	top: 25%;
	left: 25%;
	transition: .3s;
	stroke: #222;
}

.no-results-content .search-form .search-submit:hover svg {
	stroke: #f5ad0d;
}

@media only screen and (max-width: 1200px) {
	#topbar, .header-top, .header-info {
		display: none;
	}
	
	.header-style-5 #main-nav > ul > li {
		padding: 0 15px;
	}
	
	.header-style-5 #site-header {
		top: 30px;
	}
	
	#main-content {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 991px) {
	.header-style-3 #site-header .wrap-inner {
		margin-top: 0;
		transform: translateY(0);
		background-color: transparent;
		box-shadow: none;
	}
	
	.header-style-3 .mobile-button:before, .header-style-3 .mobile-button:after, .header-style-3 .mobile-button span {
		background-color: #fff;
	}
	
	.header-style-4 #site-header .wrap-inner {
		margin-top: 0;
		transform: translateY(0);
		background-color: transparent;
		box-shadow: none;
	}
	
	.header-style-4 .mobile-button:before, .header-style-4 .mobile-button:after, .header-style-4 .mobile-button span {
		background-color: #222;
	}
	
	.header-style-5 .mobile-button {
		right: 40px;
	}
	
	.header-style-5 .mobile-button:before, .header-style-5 .mobile-button:after, .header-style-5 .mobile-button span {
		background-color: #fff;
	}
	
	.header-style-5 #site-header {
		top: 30px;
	}
	
	.site-header-inner {
		position: relative;
		height: 80px;
	}
	
	#main-nav, .nav-top-cart-wrapper, .header-search-wrap, .header-button, #sidebar {
		display: none;
	}
	
	.mobile-button {
		display: block;
	}
	
	#site-content, #sidebar {
		width: 100% !important;
		max-width: none !important;
		float: none;
	}
	
	#inner-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#featured-title .inner-wrap {
		padding: 80px 0;
	}
	
	#footer {
		padding: 60px 0 !important;
	}
	
	#footer-widgets .footer-grid > .col:last-child > .widget:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	#main-content {
		padding: 60px 0;
	}
	
	#topbar {
		display: none;
	}
	
	#featured-title .inner-wrap, #featured-title .title-group, #featured-title #breadcrumbs {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	#footer {
		padding: 60px 0 !important;
	}
	
	#footer-widgets .footer-grid .col {
		width: 100%;
	}
	
	#bottom .bottom-bar-inner-wrap {
		padding: 30px 0 27px;
	}
}

@media only screen and (max-width: 575px) {
	#site-header {
		transition: 0s;
	}
}

@keyframes hvr-buzz-out {
	10% {
		transform: translateY(3%) rotate(2deg);
	}
	
	20% {
		transform: translateY(-3%) rotate(-2deg);
	}
	
	30% {
		transform: translateY(3%) rotate(2deg);
	}
	
	40% {
		transform: translateY(-3%) rotate(-2deg);
	}
	
	50% {
		transform: translateY(2%) rotate(1deg);
	}
	
	60% {
		transform: translateY(-2%) rotate(-1deg);
	}
	
	70% {
		transform: translateY(2%) rotate(1deg);
	}
	
	80% {
		transform: translateY(-2%) rotate(-1deg);
	}
	
	90% {
		transform: translateY(1%) rotate(0);
	}
	
	to {
		transform: translateY(-1%) rotate(0);
	}
}

@keyframes flyout {
	20% {
		transform: scale(1);
		opacity: 1;
	}
	
	40% {
		transform: scale(1.1) translate(-5px, 5px);
	}
	
	70% {
		transform: scale(.9) translate(30px, -30px);
	}
	
	100% {
		transform: scale(.7) translate(75px, -75px);
		opacity: 0;
	}
}

:root {
	--e-global-color-accent: #f5ad0d;
}

.accent-color, a, .header-info .content:before, .header-button a, .header-top-menu ul li:hover, .header-socials a:hover, #footer-widgets .widget.widget_socials .socials a:hover, #main-nav > ul > li:hover > a, .header-style-1 #main-nav > ul > li:hover > a, .header-style-4 #main-nav > ul > li:hover > a, #main-nav .sub-menu li a:hover, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_recent_comments ul li a:hover, .widget.widget_rss ul li a:hover, .hentry .post-meta .item.post-by-author a, .hentry .post-meta .item.post-comment a, .hentry .post-meta .item.post-meta-categories a, .hentry .post-link a, .widget.widget_recent_posts h3 a:hover, #sidebar .widget.widget_text .text-wrap .btn:hover, .post-next-previous .link-wrap .link:hover, .logged-in-as a, #footer .widget.widget_information i, .products li .product-cat:hover, .products li h2:hover, .elementor-element .master-link .icon, .elementor-element .master-button.btn-outline, .elementor-element .master-button.btn-white, .elementor-element .master-heading .pre-heading, .elementor-element .master-counter .icon-wrap, .elementor-element .master-subscribe-form.style-2 button, .elementor-element .master-project.style-1:hover .master-link, .elementor-element .master-project.style-1:hover .master-link .icon, .elementor-element .master-link:hover, .elementor-element .master-subscribe-form button:hover, .elementor-element .master-progress-bar .percent, .elementor-element .master-icon, .elementor-element .master-list .icon-wrap {
	color: var(--e-global-color-accent);
}

.accent-border, .hentry .post-link a, .widget.widget_socials .socials a:hover, .header-button a, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .woo-single-post-class .summary .cart .quantity input, .elementor-element .master-video-icon a span, .elementor-element .master-subscribe-form button, .elementor-element .master-project-widget .widget-socials a:hover, .elementor-element .master-button.btn-outline {
	border-color: var(--e-global-color-accent);
}

.accent-bg, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_socials .socials a:hover, #sidebar .widget.widget_text .btn, .animsition-loading, .header-button a:hover, .widget.widget_links ul li a:after, #scroll-top:before, #scroll-top:hover:before, #main-nav > ul > li > a > span:before, #main-nav > ul > li:hover > a > span:before, #main-nav .sub-menu li a:before, .header-style-4 #main-nav > ul > li:hover > a > span:before, .widget_shopping_cart_content .buttons a.checkout, .header-style-5 .site-header-inner, .header-style-4 #site-header .header-button a, #featured-title .title-group:after, .byron-pagination ul li .page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers:hover, .byron-pagination ul li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce-page .woo-single-post-class .summary .stock.in-stock, .product .onsale, .woo-single-post-class .summary .cart .single_add_to_cart_button, .woo-single-post-class .woocommerce-tabs ul li.active > a:after, blockquote:before, .rs-has-line:after, .rs-has-shape:after, .elementor-element .hover-effect-style-1 .master-service:after, .elementor-element .hover-effect-style-2 .master-service:before, .elementor-element .hover-effect-style-3 .master-service:after, .elementor-element .hover-effect-style-3 .master-service:before, .elementor-element .hover-effect-style-1 .master-testimonial:after, .elementor-element .hover-effect-style-2 .master-testimonial:before, .elementor-element .hover-effect-style-3 .master-testimonial:after, .elementor-element .hover-effect-style-3 .master-testimonial:before, .elementor-element .hover-effect-style-1 .master-team:after, .elementor-element .hover-effect-style-2 .master-team:before, .elementor-element .hover-effect-style-3 .master-team:after, .elementor-element .hover-effect-style-3 .master-team:before, .elementor-element .hover-effect-style-1 .master-icon-box:after, .elementor-element .hover-effect-style-2 .master-icon-box:before, .elementor-element .hover-effect-style-3 .master-icon-box:after, .elementor-element .hover-effect-style-3 .master-icon-box:before, .elementor-element .hover-effect-style-1 .master-news .content-wrap:after, .elementor-element .hover-effect-style-1 .master-news .content-wrap:before, .elementor-element .hover-effect-style-2 .master-news .content-wrap:before, .elementor-element .hover-effect-style-3 .master-news .content-wrap:after, .elementor-element .hover-effect-style-3 .master-news .content-wrap:before, .elementor-element .master-button, .elementor-element .master-video-icon a, .elementor-element .icon-has-bg .master-icon, .elementor-element .master-carousel-box .flickity-page-dots .dot.is-selected:after, .elementor-element .master-heading .divider, .elementor-element .master-subscribe-form button, .elementor-element .master-progress-bar .progress, .elementor-element .byron-cf7-0 .wpcf7 .wpcf7-submit:hover, .elementor-element .cf7-style-2 .byron-cf7-0 .wpcf7 .wpcf7-submit, .elementor-element .master-project-widget .widget-socials a:hover, .elementor-element .master-fancy-image-bg {
	background-color: var(--e-global-color-accent);
}

.search-style-fullscreen .search-submit:hover svg, .nav-top-cart-wrapper .nav-cart-trigger:hover, .header-search-trigger:hover, .header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover, .header-style-1 #site-header .header-search-trigger:hover, .header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover, .header-style-4 #site-header .header-search-trigger:hover {
	stroke: var(--e-global-color-accent);
}

.elementor-element .master-testimonial .quotes svg {
	fill: var(--e-global-color-accent);
}