/*!
Theme Name: Prime Industry
Theme URI: https://www.webnotick.com/products/free-industry-wordpress-theme/
Author: Webnotick
Author URI: https://www.webnotick.com/
Description: The Free Prime Industry WordPress Theme is perfect for businesses across various industries, including manufacturing, engineering, logistics, and industrial services. With its clean, professional design and user-friendly features, it helps effectively showcase your expertise and services. Ideal for manufacturers, engineers, and industrial service providers, this theme is fully responsive and easy to customize, making it a great choice for both beginners and professionals.
Version: 1.0.15
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prime-industry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Prime Industry is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden !important
}

body {
	margin: 0;
	overflow-x: hidden !important
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

a {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

*,
::before,
::after {
	box-sizing: inherit
}

html {
	box-sizing: border-box
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both
}

p {
	margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
	font-style: italic
}

blockquote {
	margin: 0 1.5em
}

address {
	margin: 0 0 1.5em
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none
}

big {
	font-size: 125%
}

body {
	background: #fff;
	overflow-x: hidden
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em
}

ul,
ol {
	margin: 0 0 1.5em 3em
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

embed,
iframe,
object {
	max-width: 100%
}

img {
	height: auto
}

figure {
	margin: 1em 0
}

table {
	margin: 0 0 1.5em;
	width: 100%
}

.site-title a {
	color: #eb4438 !important
}

a {
	color: #4169e1
}

a:visited {
	color: purple
}

a:hover,
a:focus,
a:active {
	color: #191970
}

a:focus {
	outline: thin dotted
}

a:hover,
a:active {
	outline: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
	border-color: #aaa #bbb #bbb
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
	color: #111
}

select {
	border: 1px solid #ccc
}

textarea {
	width: 100%
}

.main-navigation {
	display: block;
	width: 100%
}

.main-navigation ul {
	display: flex;
	list-style: none
}

.main-navigation ul ul ul {
	left: -999em;
	top: 104%;
	margin-right: -20%
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999
}

.main-navigation ul ul {
	background-color: #fff;
	text-align: left;
	padding: 0
}

.main-navigation ul ul li {
	border-bottom: 1px solid #00000030
}

.main-navigation ul .sub-menu li:hover>a,
.main-navigation ul .sub-menu li.focus>a {
	background-color: #3f536d;
	color: #fff
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto
}

.main-navigation ul ul a {
	display: inline-block;
	width: 150px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto
}

.main-navigation li {
	position: relative
}

.main-navigation .site-branding .custom-logo-link {
	justify-items: center;
}

.main-navigation .site-branding img {
	width: 90%;
	height: 80px;
	margin: 1rem 0;
}

#respond {
	margin-top: 35px;
	padding: 2em;
	border-top: 3px solid #eb4438;
	box-shadow: 0 10px 20px rgb(0 0 0/10%);
	background: #fff
}

ul {
	padding-left: 0 !important;
	margin-bottom: 0 !important
}

.main-navigation.toggled ul,
.menu-toggle {
	display: block
}

.toggled .menu-toggle .close {
	display: block
}

.toggled .menu-toggle .bars {
	display: none
}

@media screen and (min-width:48.2em) {
	.menu-toggle {
		display: none
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap
	}
}

.menu-toggle:hover {
	text-decoration: none
}

.mobile-nav-icon {
	width: 2rem;
	height: 2rem;
	color: #eb4438
}

.menu-toggle .close {
	display: none
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%
}

.sticky {
	display: block
}

.post,
.page {
	margin: 0 0 0 0
}

.updated:not(.published) {
	display: none
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.widget {
	margin: 0 0 1.5em
}

.widget select {
	max-width: 100%
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.custom-logo-link {
	display: inline-block
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
	display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#primary[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em
}

label:focus-visible,
input:focus-visible {
	outline: 0 !important;
	border: 0 !important
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	clear: both
}

.widget:last-child {
	margin-bottom: 0
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin: 0 0 10px
}

#colophon .widget.widget_text,
#colophon .secondary.widget_text {
	margin-bottom: 20px
}

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6 {
	color: #fff
}

#colophon .widget:last-child {
	margin-bottom: 0
}

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6 {
	color: #fff
}

.widget select {
	max-width: 100%;
	padding: 10px;
	border: 0;
	width: 100%;
	max-width: 300px
}

form.search-form button.search-submit {
	height: 45px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	width: 45px;
	padding: 0
}

.widget_search form.search-form button.search-submit {
	width: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	height: 50px;
	padding: 0
}

.widget_search form.search-form input[type=search] {
	padding: 0 55px 0 25px;
	height: 50px;
	background-color: #fff;
	color: #000;
	border: 0
}

.widget_search form.search-form input[type=search]:focus {
	border-color: #c42118
}

form.search-form {
	position: relative
}

form.search-form input {
	width: 100%;
	padding: 0 40px 0 15px;
	font-weight: 300
}

#wp-calendar tbody td {
	text-align: center
}

#wp-calendar caption {
	margin-bottom: 15px;
	font-weight: 600
}

.widget-title {
	font-size: 18px;
	margin: 0 0 20px;
	color: #fff
}

.widget li:not(:last-child) {
	margin-bottom: 10px
}

.sticky {
	display: block
}

.hentry {
	margin: 0
}

.updated:not(.published) {
	display: none
}

.single .byline,
.group-blog .byline {
	display: inline
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0
}

.author img {
	display: block;
	text-align: center;
	margin: 20px auto
}

.page-header span.posted-on {
	margin-bottom: 12px;
	display: inline-block;
	width: 100%
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.page-header span.author-name {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #111
}

.page-header small {
	font-size: 12px;
	color: #c42118
}

nav.navigation.pagination {
	margin-top: 20px;
	clear: both;
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 3rem;
	text-align: left
}

.pagination a,
.pagination span {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 20px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #eb4438;
	font-size: 18px;
	font-weight: 700
}

.posts-wrapper.col-3 article:nth-child(3n) {
	border-right: 1px solid #e4e4e4
}

.post-categories a {
	color: #c42118;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700
}

.archive-description {
	color: #fff;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.tags-links {
	margin-bottom: 20px;
	display: inline-block
}

.tags-links span {
	margin: 0 8px 8px 0
}

.tags-links a {
	border: 2px solid #eb4438;
	display: inline-block;
	border-radius: 5px;
	padding: 8px 10px;
	color: #000;
	line-height: 1;
	font-size: 14px;
	text-decoration: none
}

.tags-links a:hover,
.tags-links a:focus {
	border-color: #000;
	background-color: #000;
	color: #fff
}

.single .date a:before,
.entry-meta .author a:before,
.comments-link a:before,
.cat-links:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px
}

.entry-meta .author a:before {
	content: ""
}

.comments-link a:before {
	content: ""
}

.single .date a:before {
	content: ""
}

.cat-links:before {
	content: "";
	color: #eb4438
}

.entry-meta a,
.entry-meta span:before,
.entry-meta .cat-links:before,
.entry-meta .author:before {
	color: #eb4438;
	text-decoration: none;
	font-weight: 600
}

.searchpage .entry-footer {
	display: grid
}

.searchpage .cat-links {
	margin-bottom: 15px
}

.searchpage .cat-links a {
	color: #3f356d;
	font-weight: 600
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #eb4438
}

.entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	text-decoration: none
}

.author.vcard {
	margin-left: 5px
}

.byline {
	visibility: hidden
}

.byline .author.vcard {
	visibility: visible;
	margin-left: -20px
}

.single-post .site-main .comment-navigation,
.single-post .site-main .posts-navigation,
.single-post .site-main .post-navigation {
	margin-bottom: 0
}

.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
	display: block
}

.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%
}

.post-navigation span.previous-article,
.post-navigations span.previous-article {
	display: table
}

.error-404.not-found {
	max-width: 100%;
	text-align: center
}

.error-404.not-found .page-title {
	font-size: 38px
}

.entry-header-heading {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%);
	background: #1E2023E6 0% 0% no-repeat padding-box;
	padding: 3rem 4rem 3rem 2rem;
	border-left: 9px solid #EE5C03;
}

.singlepage .entry-header-heading .entry-title {
	color: #fff;
}

.sidebar404 {
	padding-top: 6rem
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

#reply-title,
.comments-title {
	font-size: 42px;
	margin: 0
}

.comments-title,
#reply-title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600
}

ul.post-categories li:after {
	content: ","
}

ul.post-categories li:last-child:after {
	display: none
}

ol.comment-list {
	padding: 0;
	margin: 0 0 30px;
	list-style: none
}

#comments ol {
	list-style: none;
	margin-left: 0;
	padding: 0
}

#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
	overflow: hidden
}

#comments ol.children {
	margin-left: 120px
}

.says {
	display: none
}

.comment-meta img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px
}

#comments time:before {
	display: none
}

.comment-body {
	position: relative
}

.reply {
	text-align: right
}

#comments article {
	margin-bottom: 30px;
	clear: both;
	padding: 20px;
	text-decoration: none;
	background: #eb443821
}

#comments ol.comment-list>li:last-child article:last-child,
#comments ol.comment-list>li:last-child {
	border-bottom: none
}

#comments ol.comment-list>li {
	padding-top: 49px
}

#comments ol.comment-list>li:first-child {
	padding-top: 0
}

#comments ol.comment-list>li article:last-child .reply {
	border-bottom: none;
	padding-bottom: 0
}

.reply a {
	color: #eb4438;
	display: inline-block;
	font-weight: 700;
	padding: 7px 30px;
	font-size: 18px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0/10%);
	border-radius: 0;
	text-decoration: none;
	z-index: 1;
	transition: all .3s ease-in-out
}

.reply a:hover,
.reply a:focus {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.comment-meta .url,
.comment-meta .fn {
	display: inline-block;
	color: #333;
	font-size: 20px;
	text-decoration: none;
	text-transform: capitalize
}

.comment-meta .url:hover,
.comment-meta .url:focus {
	color: #c42118
}

.comment-metadata a,
.comment-metadata a time {
	color: #333;
	text-decoration: none
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #c42118
}

.comment-metadata time {
	font-weight: 500
}

.comment-metadata {
	display: block;
	margin-bottom: 10px
}

.comment-content {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 90px
}

.comment-content p {
	font-weight: 400;
	margin-bottom: 0
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

section {
	position: relative;
	overflow: hidden
}

.title-section {
	text-align: center;
	margin-bottom: 3em;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2
}

.title-section h1 {
	margin: 0;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
	color: #000;
	padding: 0 17px;
	border-radius: 0
}

.entry-content {
	margin-top: 0;
	position: relative;
	z-index: 1
}

.wrapper {
	width: 90%;
	max-width: 1430px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px
}

.section-gap {
	padding: 5em 0
}

.title,
.section-title {
	font-size: 22px;
	margin: 0 0 15px;
	font-weight: 700;
	word-wrap: break-word
}

.section-title {
	font-size: 32px;
	margin: 0 0 15px;
	color: #000
}

.section-subtitle {
	max-width: 600px;
	margin: 0 auto
}

.title a {
	color: #000;
	text-decoration: none;
	font-size: 33px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.title a:hover,
.title a:focus {
	color: #c42118
}

.post-thumbnail-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover
}

.overlay:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .2;
	position: absolute;
	z-index: -1
}

.align-left {
	text-align: left
}

.align-center {
	text-align: center
}

.align-right {
	text-align: right
}

.btn {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 8px 25px;
	border-radius: 7px;
	font-size: 21px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}

.featured-image {
	position: relative
}

.col-1 article,
.col-2 article,
.col-3 article,
.col-4 article,
.col-5 article,
.col-6 article {
	margin-bottom: 30px;
	width: 100%
}

.col-1 article:last-child,
.col-2 article:last-child,
.col-3 article:last-child,
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
	margin-bottom: 0
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

.type_of_work {
	margin: -4px
}

.type_of_work-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 4px
}

.type_of_work-columns-2 .type_of_work-item {
	max-width: 50%
}

.type_of_work-columns-3 .type_of_work-item {
	max-width: 33.33%
}

.type_of_work-columns-4 .type_of_work-item {
	max-width: 25%
}

.type_of_work-columns-5 .type_of_work-item {
	max-width: 20%
}

.type_of_work-columns-6 .type_of_work-item {
	max-width: 16.66%
}

.type_of_work-columns-7 .type_of_work-item {
	max-width: 14.28%
}

.type_of_work-columns-8 .type_of_work-item {
	max-width: 12.5%
}

.type_of_work-columns-9 .type_of_work-item {
	max-width: 11.11%
}

.type_of_work-caption {
	display: block
}

.social-icons li {
	display: inline-block;
	height: auto;
	text-align: center;
	position: relative;
	list-style: none
}

.footer-widgets-area .widget .social-icons li {
	display: inline-block;
	width: auto
}

.social-icons li:not(:last-child) {
	margin-right: 5px
}

.social-icons,
.social-icons ul {
	margin: 0;
	padding: 0
}

.social-icons li a {
	background-color: transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block
}

ul.social-icons {
	margin: 0;
	padding: 0
}

.social-icons li {
	width: 40px;
	height: auto;
	text-align: center;
	line-height: 40px;
	position: relative;
	list-style: none
}

.social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.social-icons li:not(:last-child) {
	margin-right: 10px
}

.social-icons li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Brands"
}

.social-icons li a:hover,
.social-icons li a:focus {
	color: #fff;
	background-color: #f36
}

.social-icons li a:before {
	content: ""
}

.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
	content: ""
}

.social-icons li a[href*="twitter.com"]:before {
	content: ""
}

.social-icons li a[href*="linkedin.com"]:before {
	content: ""
}

.social-icons li a[href*="plus.google.com"]:before {
	content: ""
}

.social-icons li a[href*="youtube.com"]:before {
	content: ""
}

.social-icons li a[href*="dribbble.com"]:before {
	content: ""
}

.social-icons li a[href*="pinterest.com"]:before {
	content: ""
}

.social-icons li a[href*="bitbucket.org"]:before {
	content: ""
}

.social-icons li a[href*="github.com"]:before {
	content: ""
}

.social-icons li a[href*="codepen.io"]:before {
	content: ""
}

.social-icons li a[href*="flickr.com"]:before {
	content: ""
}

.social-icons li a[href$="/feed/"]:before {
	content: ""
}

.social-icons li a[href*="foursquare.com"]:before {
	content: ""
}

.social-icons li a[href*="instagram.com"]:before {
	content: ""
}

.social-icons li a[href*="tumblr.com"]:before {
	content: ""
}

.social-icons li a[href*="reddit.com"]:before {
	content: ""
}

.social-icons li a[href*="vimeo.com"]:before {
	content: ""
}

.social-icons li a[href*="digg.com"]:before {
	content: ""
}

.social-icons li a[href*="twitch.tv"]:before {
	content: ""
}

.social-icons li a[href*="stumbleupon.com"]:before {
	content: ""
}

.social-icons li a[href*="delicious.com"]:before {
	content: ""
}

.social-icons li a[href*="mailto:"]:before {
	content: ""
}

.social-icons li a[href*="soundcloud.com"]:before {
	content: ""
}

.social-icons li a[href*="wordpress.org"]:before {
	content: ""
}

.social-icons li a[href*="wordpress.com"]:before {
	content: ""
}

.social-icons li a[href*="jsfiddle.net"]:before {
	content: ""
}

.social-icons li a[href*="tripadvisor.com"]:before {
	content: ""
}

.social-icons li a[href*="foursquare.com"]:before {
	content: ""
}

.social-icons li a[href*="angel.co"]:before {
	content: ""
}

.social-icons li a[href*="slack.com"]:before {
	content: ""
}

.social-icons li a[href*="tiktok.com"]:before {
	content: ""
}

.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
	background-color: #3c5798 !important
}

.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
	background-color: #1ea0f1 !important
}

.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
	background-color: #0077b5 !important
}

.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
	background-color: #ec7161 !important
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
	background-color: #cc181e !important
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
	background-color: #f4a09c !important
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
	background-color: #bd081b !important
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
	background-color: #205081 !important
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
	background-color: #323131 !important
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
	background-color: #111000 !important
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
	background-color: #025fdf !important
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
	background-color: #089de3 !important
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
	background-color: #f94877 !important
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
	background-color: #cd42e7 !important
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
	background-color: #56bc8a !important
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
	background-color: #ff4500 !important
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
	background-color: #00adef !important
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
	background-color: #00adef !important
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
	background-color: #0e9dd9 !important
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
	background-color: #eb4924 !important
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
	background-color: #0076e8 !important
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
	background-color: #4169e1 !important
}

.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
	background-color: #f50 !important
}

.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
	background-color: #0073aa !important
}

.social-icons li a[href*="wordpress.com"]:hover,
.social-icons li a[href*="wordpress.com"]:focus {
	background-color: #00aadc !important
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
	background-color: #396ab1 !important
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
	background-color: #ffe090 !important
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
	background-color: #111000 !important
}

.social-icons li a[href*="tiktok.com"]:hover,
.social-icons li a[href*="tiktok.com"]:focus {
	background-color: #7d88e3 !important
}

#main .entry-content h1 {
	font-size: 50px;
	clear: both;
	color: #000;
	margin: 16px 0;
	line-height: 1.3;
	font-weight: 500
}

#main .entry-content h2 {
	font-size: 40px;
	clear: both;
	color: #000;
	margin: 16px 0;
	line-height: 1.3;
	font-weight: 500
}

#main .entry-content h3 {
	font-size: 30px;
	clear: both;
	color: #000;
	margin: 16px 0;
	line-height: 1.3;
	font-weight: 500
}

#main .entry-content h4 {
	font-size: 27px;
	clear: both;
	color: #000;
	margin: 16px 0;
	line-height: 1.3;
	font-weight: 500
}

#main .entry-content h5 {
	font-size: 24px;
	clear: both;
	color: #000;
	margin: 16px 0;
	line-height: 1.3;
	font-weight: 500
}

#main .entry-content h6 {
	font-size: 19px;
	clear: both;
	color: #000;
	margin: 16px 0;
	line-height: 1.3;
	font-weight: 500
}

#main .entry-content ul {
	padding: 20px 0 20px 0;
	list-style: none;
	font-size: 18px;
	margin: 0
}

#main .entry-content ul li,
#main .entry-content ul li ul li {
	line-height: 26px;
	font-size: 18px;
	color: #000
}

#main .entry-content ul li:before {
	content: "";
	font-family: "Fontawesome";
	margin-right: 10px;
	transform: scale(1);
	transition: all .5s ease 0s;
	color: #f6bb19;
	display: inline-block;
	transform: scale(1);
	transition: all .5s ease 0s;
	font-size: 16px
}

#main .entry-content ul li:hover:before {
	transform: scale(1.4)
}

#main .entry-content ul li ul {
	margin: 15px 0 0 25px
}

#main .entry-content ul li ul li:before {
	content: "";
	font-family: "Fontawesome";
	margin-right: 10px;
	transform: scale(1);
	transition: all .5s ease 0s;
	color: #a08e5e;
	display: inline-block;
	transform: scale(1);
	transition: all .5s ease 0s;
	font-size: 14px
}

#main .entry-content ol {
	counter-reset: li;
	list-style: none;
	margin: 30px 0 0
}

#main .entry-content ol li {
	position: relative;
	padding-left: 60px;
	min-height: 50px;
	padding-top: 0;
	line-height: 26px;
	font-size: 18px;
	color: #000
}

#main .entry-content ol li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	background: #0b4f8e;
	border: 1px solid #f6bb19;
	border-radius: 50%;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

blockquote .wp-block-quote,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 3em 2em 2em 4em !important;
	background-color: #f2f6f9 !important;
	border: 1px solid #000;
	width: 100%
}

blockquote .wp-block-quote p,
.wp-block-pullquote p,
.wp-block-quote p {
	color: #272932;
	font-size: 17px;
	font-weight: 300
}

.wp-block-quote p:before,
blockquote .wp-block-quote p:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 20px;
	color: #f6bb19;
	font-family: "FontAwesome"
}

.wp-block-quote p:after,
blockquote .wp-block-quote p:after {
	content: "";
	position: absolute;
	bottom: 16px;
	right: 16px;
	font-size: 20px;
	color: #f6bb19;
	font-family: "FontAwesome"
}

#page-site-header {
	background-size: cover;
	position: relative;
	text-align: center
}

#page-site-header .innerheader-overly1 {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(167deg, #0b4f8ea1, #2c2d2fad)
}

#page-site-header .page-site-headerimg {
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	background-size: cover
}

#page-site-header .page-title {
	color: #fff;
	font-size: 30px;
	margin: 0 0 7px -96px;
	font-weight: 300
}

#page-site-header .page-header {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(200%);
	z-index: 1
}

#page-site-header .header-title {
	position: relative
}

#page-site-header .header-title .headerdotsbox {
	width: 36px;
	height: 55px;
	position: absolute;
	left: 110px;
	bottom: 0
}

#page-site-header .header-title .headerdotsbox div {
	background: #f6bb19;
	margin: 0 5px 5px 0;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	float: left
}

#page-site-header .breadcrumbbox {
	padding: 0 0 .5em 0;
	text-align: left;
	margin-bottom: 3%
}

#page-site-header .breadcrumbbox .button {
	display: inline-block;
	background-color: #fff;
	padding: 20px 22px;
	border-radius: 50px
}

#page-site-header .breadcrumbbox span {
	color: #1b1a28;
	margin: 0 3px;
	font-size: 17px;
	font-weight: 400
}

#page-site-header .breadcrumbbox span.treeEnd {
	color: #1d3176;
	margin: 0 3px;
	font-size: 20px;
	font-weight: 400
}

#page-site-header .breadcrumbbox span.bread-arrow {
	font-size: 29px;
	line-height: 13px;
	position: relative;
	top: 0;
	padding: 0 6px;
	color: #0b4f8f
}

#page-site-header .breadcrumbbox a {
	color: #1b1a28;
	font-weight: 400;
	text-decoration: none;
	font-size: 22px
}

#page-site-header .breadcrumbbox a:hover {
	color: #f6bb19;
	text-decoration: none
}

#breadcrumb-list {
	background-color: #222;
	padding: 20px 0
}

.trail-items {
	margin: 0;
	padding: 0;
	list-style: none
}

.trail-items li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px
}

.trail-items li a {
	color: rgba(255, 255, 255, .3)
}

.trail-items li a:hover,
.trail-items li a:focus {
	color: #fff
}

.trail-items .separator {
	color: rgba(255, 255, 255, .3);
	padding: 0 2px
}

.slick-slide {
	outline: 0
}

.slick-dotted.slick-slider {
	margin-bottom: 8%
}

.slick-next:before,
.slick-prev:before {
	opacity: 1;
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 26px;
	color: #c42118;
	z-index: 5
}

.slick-next:before {
	content: ""
}

.slick-prev,
.slick-next {
	left: 0;
	z-index: 1;
	width: 84px;
	height: 45px;
	line-height: 62px
}

.slick-prev {
	left: 0;
	border-left: 3px solid #c42118;
	clip-path: polygon(0 0, 100%0, 88% 100%, 0 100%)
}

.slick-next {
	left: auto;
	right: 0;
	border-right: 3px solid #c42118;
	clip-path: polygon(0 0, 100%0, 100% 100%, 8% 100%)
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	background-color: #000
}

.slick-dots {
	bottom: 25px
}

.slick-dots li {
	margin: 0 6px;
	width: auto;
	height: auto
}

.slick-dots li button {
	background-color: #ccc;
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 12px
}

.slick-dots li button:focus-visible {
	outline: auto
}

.slick-dots li button:before {
	display: none
}

.display-block {
	display: block
}

.display-none {
	display: none
}

#featured-slider .slick-dots {
	bottom: 3rem
}

#featured-slider {
	position: relative;
	overflow: hidden
}

#featured-slider .swiper-slide {
	overflow: hidden;
	color: #fff
}

#featured-slider .slide-inner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center
}

#featured-slider img {
	max-width: 100%;
	width: 100%;
	height: 734px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#featured-slider .sliderimg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: #eb4438; */
	opacity: .3
}

.opbg {
	position: relative;
	width: 100%;
	height: auto
}

#featured-slider article {
	position: relative;
	background-size: cover;
	background-position: 50%
}

#featured-slider .featured-image {
	background-size: cover;
	background-position: 50%;
	padding: 200px 0;
	border-radius: 50px;
	margin-bottom: 50px
}

#featured-slider .wrapper {
	position: absolute;
	/* bottom: 26%; */
	text-align: center;
	margin: 0 0 0 12rem;
	z-index: 1;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	background: #1E2023E6 0% 0% no-repeat padding-box;
	padding: 1rem 3rem 1rem 2rem;
	border-left: 9px solid #EE5C03;
	width: 35%;
}

#featured-slider .entry-header {
	max-width: 900px;
	margin: 0 0;
	height: auto;
	padding: 10px
}

#featured-slider .entry-content {
	width: 100%;
}

#featured-slider .entry-container h3 {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	color: #EE5C03;
	text-transform: capitalize;
}

#featured-slider .content {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 30px;
	font-weight: 400;
	color: #fff
}

#featured-slider .content a,
#featured-slider code {
	color: #eb4438 !important;
	font-weight: 500
}

#featured-slider .leftcontentbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

#featured-slider .slick-dots-container {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content
}

#featured-slider .slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0
}

#featured-slider .slick-dots li {
	margin: 0 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #fff;
	cursor: pointer
}

#featured-slider .slick-dots li.slick-active {
	background-color: #eb4438;
	border: 3px solid #fff
}

#featured-slider .slick-slide {
	outline: 0;
	margin: 0;
	width: 1474px
}

#featured-slider .slick-dotted.slick-slider {
	margin-bottom: 0
}

#featured-slider .slick-dotted.slick-slider {
	margin-bottom: 0
}

#featured-slider .slick-prev,
#featured-slider .slick-next {
	display: none !important
}

.icon-disable,
.image-disable .featured-image,
.position-disable .team-position,
.position-disable .testimonial-position,
.title-disable .entry-header,
.content-disable .entry-content,
.button-disable .read-more,
.category-disable .cat-links,
.date-disable .date,
.blog-posts-wrapper .category-disable .cat-links,
#page-site-header.page-title-disable .page-header,
#page-site-header.header-image-disable {
	display: none
}

.title-font-weight-regular .title,
.content-font-weight-regular .entry-content,
.button-font-weight-regular .btn {
	font-weight: 400
}

.title-font-weight-semi-bold .title,
.content-font-weight-semi-bold .entry-content,
.button-font-weight-semi-bold .btn {
	font-weight: 600
}

.title-font-weight-bold .title,
.content-font-weight-bold .entry-content,
.button-font-weight-bold .btn {
	font-weight: 700
}

.title-default .title,
.content-default .entry-content,
.button-default .btn {
	text-transform: none
}

.title-uppercase .title,
.content-uppercase .entry-content,
.button-uppercase .btn {
	text-transform: uppercase
}

.title-lowercase .title,
.content-lowercase .entry-content,
.button-lowercase .btn {
	text-transform: lowercase
}

.title-capitalize .title,
.content-capitalize .entry-content,
.button-capitalize .btn {
	text-transform: capitalize
}

.row {
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0 !important
}

#section-header {
	width: 100%;
	background-color: #1E2023
}

.bottomheader {
	/* background-color: #1E2023; */
	position: relative
}

.bottomheader .contact-info .email_info a p {
	font-size: 12px;
	font-family: 'Roboto';
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.topheader {
	/* background-color: #0b2239; */
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .7rem;
}

.topheader .contact-info a {
	color: #fff;
	text-decoration: none;
	padding: 0rem 1rem;
}

.topheader .contact-info a .icon {
	font-size: 15px;
	padding: 5px 0;
	background: 0 0;
	color: #eb4438
}

.topheader .contact-info a .iconshade {
	padding: 10px;
	background: 0 0
}

.topheader .quote {
	letter-spacing: 1px;
	font-size: 16px
}

#site-navigation .sub-menu {
	display: grid
}

#site-navigation .logo {
	background: #fff;
}

#site-navigation .sub-menu li {
	background: #eb4438;
	border-bottom: 1px solid #fff
}

#site-navigation .sub-menu li a {
	color: #fff
}

#site-navigation {
	position: relative;
	/* background-color: #fff; */
	padding: 0;
	padding-left: 2rem;
	justify-content: space-around
}

.social-links {
	display: flex;
	float: right;
	padding-right: 3rem
}

#section-header .social-links a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: #00000033;
	margin-right: 20px;
	border-radius: 50px;
	transition: all .2s ease-in-out;
	font-family: "Font Awesome 5 Brands" !important;
	text-align: center
}

.sitenave {
	display: flex;
	justify-content: space-between;
	justify-content: center;
}

.main-navigation ul li .sub-menu {
	margin-left: 0 !important
}

.dropdown-toggle {
	display: none
}

#site-navigation ul li:first-child {
	margin-left: 1rem;
}

#site-navigation ul li {
	font-weight: 400;
	font-size: 1.1rem;
	margin-top: 5px
}

#site-navigation .menu-item button {
	border: none;
	padding: 0 2rem 0 3rem;
}

#site-navigation .menu-item button svg {
	fill: #fff;
	font-size: 18px;
}

#site-navigation .menu-item .last-button {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	background: #EE5C03 0% 0% no-repeat padding-box;
	border-left: 4px solid #fff;
	padding: .4rem 1rem;
}

#site-navigation ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
	padding: 10px
}

.menu-menu-1-container {
	float: right
}

#masthead {
	position: relative;
	z-index: 3000;
	width: 100%
}

#colophon {
	/* background-image: linear-gradient(rgba(63, 83, 109, .7), rgba(63, 83, 109, .7)), url(assets/images/footer.png); */
	padding: 50px 50px 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background: #1E1E1E 0% 0% no-repeat padding-box;
}

#colophon .xl\:grid-cols-4 {
	grid-template-columns: 26% 1fr 1fr 25%;
}

#colophon .xl\:grid-cols-4>*+* {
	position: relative;
}

#colophon .xl\:grid-cols-4>*+*::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16%;
	transform: translateY(-50%);
	height: 50%;
	border-left: 1px solid #D1D5DB;
}

#colophon .footer-para {
	color: #fff;
	font-size: 18px
}

#colophon .footer_social_links {
	justify-content: center;
	align-items: center;
	gap: 15px
}

#colophon .footer_social_links a {
	background-color: #fff;
	padding: 5px 10px;
	color: #eb4438
}

#colophon .footerbox:first-child .hentry:not(:first-child) {
	margin: 0 0 0 30%
}

#colophon .widget_nav_menu ul li {
	position: relative;
}

#colophon .widget_nav_menu ul li:before {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 13px;
	color: #ffffff;
	position: absolute;
	left: 0rem;
	margin: 3px 6px 5px 5px;
}

#colophon .widget_nav_menu ul li a {
	font-size: 16px;
	font-family: "Roboto", serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
	margin-left: 1.5rem;
	text-decoration: none;
}

#colophon .widget_nav_menu ul li {
	font-size: 16px;
	font-family: "Roboto", serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 1.2rem;
	margin-left: .5rem;
}

#colophon .widget-title {
	font-size: 19px;
	color: #fff;
	background-color: transparent;
}

#colophon .widget_nav_menu {
	text-align: start
}

#colophon .menu-footer ul li {
	list-style-type: none;
	color: #fff;
	line-height: 2.5rem
}

#colophon .menu-footer ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: capitalize
}

#colophon .textwidget {
	color: #fff;
	font-size: 15px
}

#colophon .site-info {
	border-top: 2px solid #fff;
	color: #fff;
	padding: 10px
}

#colophon .footer_social_links a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	background: #00000033;
	margin-right: 20px;
	border-radius: 50px;
	transition: all .2s ease-in-out;
	font-family: "Font Awesome 5 Brands" !important;
	height: 32px;
	width: 32px;
	padding: 6px 6px;
	text-align: center
}

#colophon .site-info a {
	color: #fff
}

.gap-20 {
	gap: 5rem
}

.site-main .entry-header,
.site-main .page-header {
	/* position: absolute; */
	/* width: 100%; */
	/* background: 0 0;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

.site-main .page-header {
	height: auto
}

.page .entry-content p {
	padding: 20px 0
}

.page .entry-header .entry-title {
	/* padding: 17%0 8% 45%; */
	font-size: 40px !important;
	background-size: 100% 100%;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 3px #000
}

.main-navigation ul .children li:hover>a,
.main-navigation ul .children li.focus>a {
	background-color: #3f536d;
	color: #fff !important
}

.main-navigation ul .children li a {
	padding: 7px 0
}

/* .site-main .page-header {
	padding-top: 12rem
} */

.site-main .page-header .page-title {
	background: 0 0;
	font-size: 40px !important;
	color: #000;
	font-weight: 700
}

.post-search {
	box-shadow: rgb(0 0 0/0%)0 0 0 0, rgb(0 0 0/0%)0 0 0 0, rgb(0 0 0/12%)0 1px 1px 0, rgb(60 66 87/16%)0 0 0 1px, rgb(0 0 0/0%)0 0 0 0, rgb(0 0 0/0%)0 0 0 0, rgb(60 66 87/8%)0 2px 5px 0;
	padding: 20px
}

.site-main .banner-head {
	background-image: linear-gradient(rgba(63, 83, 109, .5), rgba(63, 83, 109, .5)), url(../prime-industry/assets/images/headerimg.png);
	width: 100%;
	height: 40vh;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	object-fit: cover;
	background-attachment: fixed;
	position: relative
}

#colophon .widget-title {
	font-size: 19px;
	margin: 0 0 2.5rem;
	border-bottom: double #EE5C03;
	width: fit-content;
}

#colophon .row .col-lg-8 h3 {
	text-align: left;
	font-size: 16px;
	font-family: "Roboto Slab", serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #FFFFFF;

}

#colophon p {
	text-align: left;
	font-size: 16px;
	font-family: "Roboto", serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.site-main .banner-head .center-div {
	position: relative;
	text-align: center;
	top: 40%
}

.site-main .banner-head .center-div h1 {
	text-shadow: 0 3px #000;
	text-transform: uppercase;
	font-weight: 700
}


.wp-block-group ul li,
.wp-block-group ol li {
	padding-left: 15px
}

.widget .widget-title,
.widget .wp-block-heading,
.widget .wp-block-search__label {
	padding: 10px 10px;
	background-color: #0b2239;
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.widget ol.wp-block-latest-comments,
.wp-block-latest-comments article {
	padding-left: 0 !important;
	margin-bottom: 0 !important
}

.wp-block-latest-comments a,
.tagcloud a {
	color: #959595
}

/* .widget .widget-title::before,
.widget .wp-block-heading::before,
.widget .wp-block-search__label::before {
	content: "[";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 5px;
	color: #eb4438;
	font-size: 16px
}

.widget .widget-title::after,
.widget .wp-block-heading::after,
.widget .wp-block-search__label::after {
	content: "]";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-left: 5px;
	color: #eb4438;
	font-size: 16px
} */

#secondary .wp-block-search__label {
	margin-bottom: 10px
}

.sidebar-div .wp-block-search__inside-wrapper,
.single_sidebar .wp-block-search__inside-wrapper {
	margin-top: 15px;
	padding: 0 20px 20px
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input,
.widget form {
	box-shadow: rgba(0, 0, 0, .16)0 10px 36px 0, rgba(0, 0, 0, .06)0 0 0 1px;
	padding: 11px 16px;
	border-radius: 5px 0 0 5px;
	font-size: .9rem;
}

.widget .search-form {
	margin: 20px 20px;
}

.widget_search form.search-form input[type=search] {
	padding: 0;
	height: 40px
}

.widget_block.widget_search form {
	box-shadow: none !important;
	padding: 0 !important
}

#primary .widget ul li a::before,
#secondary .widget ul li a::before,
#primary .widget ol li a::before,
#secondary .widget ol li a::before {
	display: inline-block;
	margin-left: .255em;
	content: "";
	font-family: "FontAwesome";
	transform: rotate(45deg);
	margin-right: 15px;
	color: #eb4438;
	font-size: 12px
}

/* .widget ul,
.widget .tagcloud,
.widget .textwidget {
	padding: 0 20px 14px 20px
} */
#colophon .textwidget .row svg,
#colophon .textwidget .row i {
	margin-top: .7rem;
}

#primary .widget ul li a::after,
#secondary .widget ul li a::after,
#primary .widget ol li a::after,
#secondary .widget ol li a::after {
	content: ". . . . . . . ."
}

#primary ol li .wp-block-latest-comments__comment-link::before,
#secondary ol li .wp-block-latest-comments__comment-link::before {
	display: none !important
}

.widget_search form.search-form button.search-submit {
	width: 100px;
	color: #fff;
	font-size: 20px
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button,
.widget .search-submit {
	box-shadow: rgba(0, 0, 0, .16)0 10px 36px 0, rgba(0, 0, 0, .06)0 0 0 1px;
	cursor: pointer;
	color: #fff;
	background-color: #eb4438;
	margin: 0;
	padding: 10px 25px;
	border-radius: 0 5px 5px 0;
	font-size: 1.2rem;
	font-weight: 500
}

.sidebar-div .wp-block-latest-posts__list,
.sidebar-div .wp-block-archives-list,
.sidebar-div .wp-block-categories-list,
.single_sidebar .wp-block-categories-list {
	padding-top: 10px;
	margin: 0;
	padding-left: 0
}

.sidebar-div .wp-block-latest-posts__list li a,
.sidebar-div .wp-block-archives-list li a,
.sidebar-div .wp-block-categories-list li a,
.single_sidebar .wp-block-latest-posts__list li a,
.single_sidebar .wp-block-archives-list li a,
.single_sidebar .wp-block-categories-list li a,
.widget_recent_entries li a,
.widget_categories li a,
#secondary ul li a,
.widget_archive p,
.widget_archive select {
	color: #959595;
	font-weight: 400;
	font-size: 16px
}

.widget_archive select {
	border: 2px solid #eb4438
}

.single_sidebar .wp-block-archives-list {
	padding: 0 !important
}

.mainrow {
	position: relative
}

.front .p-5 {
	padding-top: 6rem !important
}

.mainrow .box {
	padding: 0 3rem;
	position: relative
}

.mainrow .box .content {
	box-shadow: rgba(0, 0, 0, .24)0 3px 8px;
	background-color: #fff;
	position: relative
}

.mainrow .box .content .maincontent .justcontent {
	padding: 20px 10px
}

.maincontent .admin_box {
	background: #eb4438;
	padding: 10px;
	color: #fff
}

.post-details .entry-comments,
.post-details .entry-date a {
	color: #fff;
	font-size: 16px;
	font-weight: 600
}

.mainrow a img {
	width: 100%;
	height: 300px
}

.post-details .entry-by,
.post-details .entry-author a {
	color: #eb4438;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize
}

.front .mainbox {
	border: 2px solid #eb4438;
	padding: 10px
}

.maincontent .readbtn {
	color: #fff;
	font-weight: 500
}

.maincontent .page-title a {
	font-size: 24px;
		font-family: "Roboto Slab", serif;
	font-weight: 500;
letter-spacing: 0px;
color: #FFFFFF;
    text-decoration: none;
text-transform: capitalize;
}
.maincontent h2.page-title{
margin-top: 1rem;
}

.post-details .entry-time {
	color: #eb4438
}

.singlepage .archive-info,
.content-page .entry-meta {
	font-size: 16px;
	font-weight: 600;
	color: #eb4438;
	line-height: 28px
}

.maincontent p,
.singlepage .entry-content p {
	font-size: 16px;
	font-weight: 600;
	color: #a1a1a1;
	line-height: 28px;
}
.maincontent p{
margin-bottom: 2px;
}

.singlepage .entry-content .wp-block-buttons {
	margin-bottom: 30px !important
}

.singlepage .categories {
	position: absolute;
	z-index: 9;
	top: 20px;
	left: 17px;
	background: #fff;
	padding: 10px;
	color: #eb4438;
	font-size: 18px;
	font-weight: 700;
	display: none
}

.singlepage .categories a,
.content-page .entry-meta a {
	color: #eb4438
}

.singlepage img.attachment-full,
.content-page img {
	width: 400px;
	height: 350px;
	padding: 10px;
	position: relative;
	box-shadow: rgba(0, 0, 0, .2)0 12px 28px 0, rgba(0, 0, 0, .1)0 2px 4px 0, rgba(255, 255, 255, .05)0 0 0 1px inset
}

.singlepage .comment-author img {
	width: 60px;
	height: 60px;
	padding: 0;
	border-radius: 50px;
	position: relative;
	box-shadow: rgba(0, 0, 0, .2)0 12px 28px 0, rgba(0, 0, 0, .1)0 2px 4px 0, rgba(255, 255, 255, .05)0 0 0 1px inset
}

.singlepage img {
	margin-left: 10px
}

.content-page .entry-footer {
	margin-top: 30px
}

.wp-block-buttons {
	margin: 0 !important
}

.wp-block-buttons .wp-block-button__link,
.singlepage #submit {
	border: 0;
	font-size: 1.125em;
	font-weight: 700;
	border-radius: 0;
	padding: 10px 30px;
	color: #eb4438;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .1)0 10px 50px
}

.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.singlepage #submit:hover {
	background-color: #eb4438 !important;
	color: #fff;
	box-shadow: none
}

.searchpage .entry-title a {
	color: #000;
	font-weight: 700
}

.singlepage .entry-title {
	text-transform: uppercase;
	font-weight: 600;
	color: #000
}

.content-page .entry-title a {
	font-weight: 600;
	color: #000
}

.singlepage .entry-content {
	padding-right: 30px
}

.singlepage .entry-header {
	height: auto !important
}

.singlepage .nav-next a,
.nav-previous a {
	outline: 0;
	cursor: pointer;
	background-color: #fff;
	box-shadow: rgb(0 0 0/0%)0 0 0 0, rgb(0 0 0/0%)0 0 0 0, rgb(0 0 0/12%)0 1px 1px 0, rgb(60 66 87/16%)0 0 0 1px, rgb(0 0 0/0%)0 0 0 0, rgb(0 0 0/0%)0 0 0 0, rgb(60 66 87/8%)0 2px 5px 0;
	border-radius: 4px;
	font-size: 14px;
	color: #eb4438;
	font-weight: 700;
	padding: 5px 8px;
	display: inline-block;
	min-height: 28px;
	margin-top: 10px;
	transition: background-color .24s, box-shadow .24s
}

.singlepage .nav-previous a .nav-subtitle,
.singlepage .nav-next a .nav-subtitle {
	color: #000
}

.singlepage .logged-in-as a {
	color: #eb4438
}

.archivepage .page-header {
	padding: 0 !important
}

.archivepage .archive-col {
	padding-right: 30px
}

.content-page .entry-header {
	height: auto
}

.content-page {
	padding: 15px;
	border: 2px solid #eb4438
}

.error-404.not-found .error-404title {
	color: #fff;
	font-size: 195px;
	text-align: center;
	display: block;
	animation: effect linear 1900ms infinite;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 240px
}

@keyframes effect {
	0% {
		text-shadow: 4px -4px 0#eb4438, 3px -3px 0#eb4438, 2px -2px 0#eb4438, 1px -1px 0#eb4438, -4px 4px 0#eb4438, -3px 3px 0#eb4438, -2px 2px 0#eb4438, -1px 1px 0#eb4438
	}

	25% {
		text-shadow: -4px -4px 0#eb4438, -3px -3px 0#eb4438, -2px -2px 0#eb4438, -1px -1px 0#eb4438, 4px 4px 0#eb4438, 3px 3px 0#eb4438, 2px 2px 0#eb4438, 1px 1px 0#eb4438
	}

	50% {
		text-shadow: -4px 4px 0#eb4438, -3px 3px 0#eb4438, -2px 2px 0#eb4438, -1px 1px 0#eb4438, 4px -4px 0#eb4438, 3px -3px 0#eb4438, 2px -2px 0#eb4438, 1px -1px 0#eb4438
	}

	75% {
		text-shadow: 4px 4px 0#eb4438, 3px 3px 0#eb4438, 2px 2px 0#eb4438, 1px 1px 0#eb4438, -4px -4px 0#eb4438, -3px -3px 0#eb4438, -2px -2px 0#eb4438, -1px -1px 0#eb4438
	}

	to {
		text-shadow: 4px -4px 0#eb4438, 3px -3px 0#eb4438, 2px -2px 0#eb4438, 1px -1px 0#eb4438, -4px 4px 0#eb4438, -3px 3px 0#eb4438, -2px 2px 0#eb4438, -1px 1px 0#eb4438
	}
}

.not-found .page-content p {
	color: #eb4438;
	font-weight: 400
}

.not-found form.search-form {
	display: flex;
	margin-bottom: 40px
}

.not-found form label .search-field {
	padding: 10px 20px
}

.not-found form label {
	width: 100%;
	border: 2px dashed #eb4438
}

.not-found form [type=submit]:not(:disabled) {
	width: 20%;
	background: #eb4438;
	color: #fff;
	font-weight: 400
}

.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000
}

.scroll-to-top a {
	background-color: #fff;
	color: #eb4438 !important;
	padding: 8px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, .24)0 3px 8px
}

.scroll-to-top a svg {
	font-size: 18px
}

#featured-slider .sliderbutton {
	width: 100%;
}

#featured-slider .sliderbut2 {
	margin: 20px auto;
	border-left: 4px solid #fff;
	padding: .5rem 1rem .5rem .7rem;
	font-size: 15px;
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #EE5C03;
	transition: all .85s cubic-bezier(.68, -.55, .265, 1.55);
	width: fit-content;
}

#featured-slider .sliderbut2 a {
	color: #fff;
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
}

#featured-slider .sliderbut2 a:after,
#site-navigation .menu-item .last-button:after {
	content: '\f061';
	font-size: 12px;
	margin-left: 1rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #fff;
}

#featured-slider .sliderbut2:hover {
	background-color: #fff;
	color: #eb4438;
	transition: all .85s cubic-bezier(.68, -.55, .265, 1.55)
}

#featured-slider .sliderbut2:hover a {
	color: #000
}

#featured-slider .wrapper .d-flex {
	justify-content: center;
	align-items: center
}

#featured-slider .entry-container h4 {
	color: #fff
}

#featured-slider .entry-content p {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0;
	padding: 1rem .5rem;
}

#featured-slider .entry-title {
	font-size: 48px;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	margin-top: 1rem;
}

.post-item .entry-meta {
	padding: 9px 7px;
	/* margin: 10px 4px; */
	gap: 15px !important
}

.featured-image {
	position: relative
}

.maincontent .post-item .entry-meta {
	display: flex;
	justify-content: start;
	align-items: center;
	position: absolute;
	bottom: -1.6rem;
	left: 0;
	background-color: #fff;
	padding: 5px 0;
	width: 100%;
	z-index: 2;
	border: 1px solid red;
}

.maincontent .entry-meta .post-date i,
.maincontent .entry-meta .post-date svg,
.maincontent .entry-meta .post-comment i,
.maincontent .entry-meta .post-comment svg {
	color: #EE5C03;
	font-size: 18px
}

.maincontent .entry-meta .post-date a,
.maincontent .entry-meta .post-comment a {
	color: #EE5C03;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400
}

.maincontent .entry-container {
	padding: 7px
}

.maincontent .entry-container {
	padding: 20px;
	position: relative;
	/* margin-right: 3px; */
	background-color: #1E2023;
}
.maincontent{
width: 90%;
justify-self: center;
margin-bottom: 20px;
}



#featured-features {
	position: relative;
	overflow: hidden;
	background: #1E2023 0% 0% no-repeat padding-box;
	padding: 2rem 0;
}

#featured-features .image-container {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

#featured-features h4.features-title a {
	font-size: 26px;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

#featured-features .features-block:hover h4.features-title a {
	color: #EE5C03;
}

#featured-features .features-details p {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.7px;
	color: #FFFFFF;
	opacity: 0.5;
	padding: 1.5rem 0 1rem 0;
}

#featured-features .featuresbox .features-icon i,
#featured-features .featuresbox .features-icon svg {
	width: 32px;
	height: 32px;
	color: #FFFFFF;
	font-family: 'FontAwesome';
	background: #FFFFFF1C 0% 0% no-repeat padding-box;
	padding: .7rem;
}

#featured-features .features-block:hover .features-icon i,
#featured-features .features-block:hover .features-icon svg {
	background: #EE5C03 0% 0% no-repeat padding-box;

}

#featured-features .featuresbox {
	width: 90%;
	justify-self: center;
	padding: 1.5rem;
}

#featured-features .section-content>*+* {
	position: relative;
}

#featured-features .section-content>*+*::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	height: 50%;
	border-left: 1px solid #D1D5DB;
}




#featured-about {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding: 5rem 0;
}

#featured-about .featured-about-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover
}

#featured-about .about-image1 img {
	width: 71.5%;
	height: 557px;
	position: relative;
}

#featured-about .about-image2 img {
	width: 476px;
	height: 341px;
}

#featured-about .about-img-box .about-imgs {
	position: relative;
	height: 645px;
	width: 95%;
}

#featured-about .about-image2 {
	position: absolute;
	left: 25%;
	bottom: 0;
}

#featured-about .about-image {
	position: relative;
	display: inline-block;
}

#featured-about .title-sections h5 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	letter-spacing: 5.22px;
	color: #EE5C03;
	text-transform: uppercase;
	opacity: 0.9;
}

#featured-about .title-sections h1 {
	font-size: 58px;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #212429;
	text-transform: uppercase;
	padding: 1.5rem 0;
	width: 90%;
}

#featured-about h2.subtitle {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #212429;
	opacity: 0.9;
	line-height: 25px;
	width: 90%;
}

#featured-about .aboutrightside {
	width: 49%;
}

#featured-about .aboutrightside .mt-4 {
	width: 77%;
}

#featured-about .aboutrightside .abtfeature1 {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #212429;
	text-transform: capitalize;
	padding: 0 1.5rem;
}

#featured-about .aboutrightside .circle {
	width: 54px;
	height: 54px;
	background: #F1F1F1 0% 0% no-repeat padding-box;
	border-radius: 50%;
	position: relative;
}

#featured-about .aboutrightside .featureimg {
	width: 58px;
	height: 58px;
	margin: 2px 0px 0px -12px;
}

#featured-about .aboutrightside .about-service p {
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #212429;
	opacity: 0.9;
	padding: .5rem;
	margin: 0 0 0 1rem;
}

#featured-about .aboutrightside .about-service p svg {
	width: 9px;
	height: 9px;
	color: #EE5C03;
	position: absolute;
	margin-left: -1.5rem;
	margin-top: .4rem;
	border: 1.8px dotted #EE5C03;
	border-radius: 50%;
}

#featured-about .about-btn {
	font-size: 21px;
	font-family: "Roboto Slab", serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	padding: .5rem 3rem .5rem 1rem;
	background: #EE5C03 0% 0% no-repeat padding-box;
	box-shadow: -4px 0px 0px #FFFFFF;
	position: relative;
	text-decoration: none;
}

#featured-about .button:hover .about-btn {
	text-decoration: none;
}

#featured-about .about-btn::after {
	content: '\f061';
	font-size: 12px;
	margin-left: 1rem;
	margin-top: .5rem;
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #fff;
}

#featured-about .about-image2 img.hover-color-image,
#featured-about .about-image1 img.hover-color-image {
	filter: grayscale(100%);
	transition: filter 0.5s ease;
}

#featured-about .about-image2 img.hover-color-image:hover,
#featured-about .about-image1 img.hover-color-image:hover {
	filter: grayscale(0%);
}


/* About Video Popup Styles */
#featured-about #closePopup {
	padding: 1px 10px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: -20px;
	width: 30px;
	font-size: 18px;
	background: #fff;
	color: #000;
	z-index: 1001;
}

#featured-about .popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	/* Fixed from 'Left' */
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	z-index: 999;
}

#featured-about .popup.show {
	display: flex;
}

#featured-about .pop-bg {
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#featured-about .pop-container {
	width: 100%;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

#featured-about .pop-container iframe {
	width: 100%;
	height: 100%;
}

#featured-about .popup-content {
	padding: 10px 10px 4px;
	border-radius: 0;
	width: auto;
	height: auto;
	position: relative;
}

#featured-about .bttn {
	position: absolute;
	top: 13%;
	/* transform: translate(-50%, -50%); */
	left: 66.5%;
	box-shadow: 0px 0px 16px #0000002E;
	/* width: 100%; */
}

#featured-about .video-pop a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: #EE5C03;
	width: 60px;
	height: 60px;
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
	animation: pulse 2s infinite;
	font-size: 24px;
}

#featured-about .video-pop a:hover {
	transform: scale(1.1);
}
















#colophon .footer-newsletter-text h2 {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	width: 68%;
	text-align: end;
	padding-right: 1rem;
}

#colophon .widget::after,
#colophon .widget::before {
	display: none;
}

#colophon .footer-newsletter-text {
	justify-items: right;
}

#colophon .footer-shortcode p span input {
	width: 70%;
	margin: 0;
	padding: .8rem 1rem;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000000;
	background: #ffffff;
	border: none;
}

#colophon .footer-shortcode p span input::placeholder {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000000;
}

#colophon .footer-shortcode p input {
	font-size: 18px;
	margin-left: 1rem;
	padding: .89rem 1.5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	background: #EE5C03 0% 0% no-repeat padding-box;
	border: none;
	border-radius: 0;
	border-left: 5px solid #fff;
}

#colophon .footer-content img {
	width: 181px;
	height: 68px;
	justify-self: center;
}

#colophon .footer-content {
	margin: 0rem 0 2rem 0;
}


#section-header #form1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 9999;
	padding: 4em 1em;
	text-align: left;
}

#section-header #form1 form label {
	width: 90%;
}

#section-header #form1 form label input {
	color: #000;
	font-weight: 400;
}

#section-header #form1 form {
	background: #fff;
	display: inline-block;
	padding: 15px 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	width: 40%;
}

#section-header #closeForm {
	font-size: 26px;
	padding: 0 .7rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	background: #000;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#section-header #form1 form.search-form button.search-submit {
	height: 45px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	width: 45px;
	padding: 0;
	background: #000;
	color: #fff;
	top: 50%;
	left: auto;
	transform: translate(-50%, -50%);
}

#section-header #form1 .search-box {
	position: relative;
	top: 35%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

#section-header #form1 .search-box form {
	border: 20px solid #000;
}

@media (min-width:992px) and (max-width:1450px) {
	#featured-slider .wrapper {
		width: 45%;
	}

	#featured-about .aboutrightside .mt-4 {
		width: 100%;
	}

	#featured-about .title-sections h1 {
		padding: 1rem 0;
		width: 100%;
	}

}

@media (min-width:992px) and (max-width:1300px) {
	#site-navigation .menu-item button {
		border: none;
		padding: 0 1rem 0 1rem;
	}

	.social-links {
		padding-right: 0rem;
	}

	#site-navigation ul li:first-child {
		margin-left: .5rem;
	}

	#featured-slider .wrapper {
		width: 55%;
		margin: 0 0 0 8rem;
	}

	#colophon .xl\:grid-cols-4 {
		gap: 2rem !important;
	}

	#colophon .xl\:grid-cols-4>*+*::before {
		left: -5%;
	}

	#colophon .footer-newsletter-text h2 {
		width: 100%;
	}

	#featured-about .title-sections h1 {
		font-size: 50px;
	}
}

@media screen and (max-width:992px) {

	#section-header #form1 form {
		width: 95%;
	}

	.sidebar404 {
		padding: 4rem 0 !important;
	}

	.post-search {
		padding: 0 !important;
	}

	#colophon .xl\:grid-cols-4>*+*::before,
	#featured-features .section-content>*+*::before {
		display: none;
	}

	#colophon .textwidget .row .col-lg-6 {
		width: 50%;
	}

	#featured-about .col-lg-6,
	#featured-about .aboutrightside .mt-4,
	#featured-about h2.subtitle,
	#featured-about .title-sections h1 {
		width: 100%;
	}

	#featured-about .aboutrightside {
		margin-top: 1rem;
	}

	#colophon .footer-shortcode {
		margin-top: 2rem;
	}

	#colophon .footer-content .col-lg-2,
	#colophon .footer-content .col-lg-3 {
		width: 50%;
	}

	#colophon .footer-content img {
		justify-self: left;
	}

	#colophon .footer-newsletter-text h2 {
		width: 100%;
		text-align: left;
	}

	#site-navigation ul li:first-child {
		margin-left: 0rem;
	}

	.main-navigation .col-lg-3 li,
	#site-navigation ul li {
		justify-content: center;
		justify-self: center;
	}

	#site-navigation .col-xl-10 {
		margin: .5rem 0;
	}

	.main-navigation .site-branding img {
		height: 60px;
		margin: .5rem 0 0rem 0;
	}

	#site-navigation {
		padding: 0;
	}

	#featured-slider .wrapper {
		width: 90%;
		margin: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#featured-slider img {
		height: 650px;
	}

	#colophon .xl\:grid-cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem !important;
	}

	#colophon .textwidget .row .col-lg-2 {
		width: 20%;
	}

	#colophon .textwidget .row .col-lg-8 {
		width: 80%;
	}
}
.postcontent{
	  width: 67%;
}
.postsidebar{
	width: 33% !important;
	        justify-items: center;
}