/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Inter', 'Prompt', sans-serif;
}

::selection {
    background: #ff4b00;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
	background: #ff4b00; /* Firefox */
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #ff4b00; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.menu-link {
	display: block;
	line-height: 22px;
	padding: 14px 15px;
	color: #444;
	font-weight: 400;
	font-size: 0.85rem;
	letter-spacing: 0px;
	text-transform: none;
	font-family: 'Inter', 'Prompt', sans-serif;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #ff4b00;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #999;
}

body {
    line-height: 1.5;
    color: #555;
	font-family: 'Inter', 'Prompt', sans-serif;
	font-size: 0.85rem;
	font-weight: 300;
	text-align: left;
}

.font-body { font-family: 'Inter', 'Prompt', sans-serif; }
.font-primary { font-family: 'Inter', 'Prompt', sans-serif; }
.font-secondary { font-family: 'Inter', 'Prompt', sans-serif; }

.media-box {
    padding: 0 0 30px 0;
}

.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.header-misc-element, .header-misc-icon {
    margin: 0 15px;
}
.slider-caption h2 {
    font-size: 3rem;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.heading-block h1 + span { font-size: 1.25rem; }
.heading-block h2 + span { font-size: 1.15rem; }
.heading-block h3 + span,
.heading-block h4 + span { font-size: 1rem; }
.heading-block::after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #D4D4D4;
}

.dark .i-rounded,
.dark .i-circled {
	background-color: #ff4b00;
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 50px 0 30px 0;
}

.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 8px 22px;
	font-size: 0.875rem;
	line-height: 24px;
	background-color: #ff4b00;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#copyrights {
    padding: 25px 0;
    background-color: #ff4b00;
    font-size: 0.8rem;
    line-height: 1.8;
    color: #DDD;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #EEE;
    border-bottom: 1px dotted #444;
	font-size: 0.8rem;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
}

.entry-title h2 a, .entry-title h3 a, .entry-title h4 a {
    color: #ff4b00;
}

.post-grid .entry-title h2 {
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 600;
}

.entry-content {
    margin-top: 20px;
}

.btn-outline-secondary {
    color: #ff4b00;
    border-color: #ff4b00;
}

.btn-outline-dark {
    color: #ff4b00;
    border-color: #ff4b00;
}

.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover { color: #777; }

#gotoTop {
	display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #ff4b00;
	background-color: #ff4b0049;
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 90px;
	cursor: pointer;
	border-radius: 20px;
}
.stretched #gotoTop { bottom: 30px; }
#gotoTop:hover { background-color: #ff4b00; }

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333;
    font-size: 1.75rem;
    text-transform: none;
}

#footer {
    position: relative;
    background-color: #EEE;
    border-top: 0px solid rgba(0,0,0,0.2);
}

.title-bottom-border::before,
.title-bottom-border::after {
	display: none;
}

.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border h5,
.title-bottom-border h6 {
	width: 100%;
	padding: 0 0 0.75rem;
	border-bottom: 2px solid #EEE;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 30px 4px 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #ff4b00;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.button.button-3d {
	border-radius: 3px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.button.button-3d:hover {
	background-color: #999;
	opacity: 0.9;
}
.slider-caption p {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1rem;
	font-family: 'Inter', 'Prompt', sans-serif;
}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #ff4b00; }

.fbox-content h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #ff4b00;
	border-radius: 0;
}

.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #DDD;
	border-radius: 5px !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.widget > h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Inter', 'Prompt', sans-serif;
    text-transform: none;
    margin-bottom: 0;
    color: #333;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #333;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 1.25rem;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
}

.i-rounded:hover,
.i-circled:hover {
	background-color: #ff4b00;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.promo h3 {
	font-weight: 600;
	margin-bottom: 0;
}

.portfolio-desc h3 a:hover {
    color: #ff4b00;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 1rem;
	border-left: 5px solid #EEE;
	font-style: italic;
}

.icon-color {background-color: #ff4b00;}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    color: #333;
}

.portfolio-desc h3 a:hover {color: #ff4b00;}

a {
    text-decoration: none !important;
    color: #ff4b00;
}

.grid-filter {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3.5rem;
	list-style: none;
}

.grid-filter-wrap {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.grid-filter li a:hover { color: #555; }

.grid-filter li.activeFilter a {
	color: #FFF;
	background-color: #ff4b00;
	margin: 0;
	font-weight: 600;
}

.grid-filter li a {
	display: block;
	position: relative;
	padding: 8px 10px;
	font-size: 0.85rem;
	color: #666;
	text-align: center;
	border-radius: 2px;
}

.team-title span {
	display: block;
	color: #ff4b00;
	font-weight: 300;
	font-family: 'Inter', 'Prompt', sans-serif;
	font-style: italic;
	font-size: 1rem;
	margin-top: 5px;
}

.portfolio-desc h3 a {
	color: #ff4b00;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image > a,
.portfolio-item .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

#copyrights a:first-child { 
	margin-left: 0;
	color: #FFF;
 }

 .dark #header-wrap {
    background-color: #EEE;
}

.dark #header, #header.dark {
    background-color: #EEE;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
	.full-header #logo {
		padding-right: 30px;
		border-right: 0px solid #EEE;
	}
	.full-header .primary-menu .menu-container {
		padding-right: 0.5rem;
		margin-right: 0.5rem;
		border-right: 0px solid #EEE;
	}
	.stretched .full-header #header-wrap > .container {
		width: 100%;
		max-width: none;
		padding: 0 65px;
	}
}

#top-social li {
    border-left: 0px solid #EEE;
}
#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    font-size: 12px;
}

.promo h3 + span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 0.875rem;
    margin-top: 6px;
}

.i-small.i-rounded, .i-small.i-plain, .i-small.i-circled, .i-small.i-bordered {
    margin: 6px 11px 7px 0;
    font-size: 0.875rem;
}

#content p {
    line-height: 1.4;
	font-size: 0.85rem;
}

.fancy-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

#page-title.page-title-dark {
    background-color: #ff4b00;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 10%) !important;
    border-bottom: none;
}

.clients-grid .grid-item a { opacity: 1; }
.clients-grid .grid-item a:hover { opacity: 0.6; }
.clients-grid .grid-item::before,
.testimonials-grid .grid-item::before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 0px dashed #DDD;
}
.clients-grid .grid-item::after,
.testimonials-grid .grid-item::after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 0px dashed #DDD;
}

.text-color { color: #ff4b00 !important; }
.text-light { color: #ECECEC !important;}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}

@media (min-width: 576px) {
	.grid-filter {
		border: 1px solid rgba(0,0,0,0.07);
		border-radius: 4px;
	}
}