/*!
Theme Name: NES
Theme URI: http://underscores.me/
Author: Shawn Faleiro
Author URI: http://shawnfaleiro.com
Description: Custom Design Template
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nes
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.

NES 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
	 ========================================================================== */

/**
 * 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%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
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;
}
.service_nav a {
   color: #000000 !important;
}
.service_nav a {
   color: #000000 !important;
}
.service_nav:hover a {
  color: #F4F1EE !important;
}

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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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="search"],
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

body {
	margin-bottom: 0 !important
}

.entry-header {
	display: none !important;
}

/* IconBgCircle on contact form  */
.iconBgCircle .elementor-icon-box-icon {
	border: 7px solid #199032;
	background-color: #FFFFFF;
	height: 100px;
	border-radius: 50%;
	width: 100px;
	padding-top: 17px;
}

/* Blog Archive page mpds  */
.blog span.elementor-post-author:before {
	content: "By ";
}

.blog span.elementor-post-author {
	position: relative;
	top: -262px;
	color: var(--e-global-color-secondary);
}

.blog span.elementor-post-date {
	position: relative;
	top: -240px;
	right: 73px;
	color: #7c7a7a;
}

.blog h3.elementor-post__title {
	position: relative;
	top: 14px;
}

@media only screen and (max-width: 767px) {
	.elementor-237 .elementor-element.elementor-element-7768796 .elementor-post__text {
		margin-top: 100px !important;
	}
}

@media only screen and (max-width: 431px) {
	.elementor-237 .elementor-element.elementor-element-7768796 .elementor-post__text {
		margin-top: 100px !important;
	}
}

@media only screen and (max-width: 418px) {
	.blog .elementor-post__meta-data {
		margin-top: -20px !important;
	}
}

@media only screen and (max-width: 368px) {
	.blog .elementor-post__meta-data {
		margin-top: -10px !important;
	}
}

.blog .elementor-posts .elementor-post__card .elementor-post__meta-data {
	padding: 15px 30px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea;
	height: 1px;
	padding-bottom: 0px;
	padding-top: 0;
}

.blog .elementor-post__card {
	display: inline-block;
	position: relative;
}


.blog .elementor-post__card::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: var(--e-global-color-secondary);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.blog .elementor-post__card:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

/* Blog Archive page mods ends */

.post-type-archive-project .elementor-post__title {
	position: relative;
	top: -102px;

}

/* Filter Mods Start */
.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button),
.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	max-width: 100% !important;
	width: auto !important;
}

.wpc-posts-found {
	display: none !important;
}

.wpc-horizontal-layout .wpc-filters-widget-wrapper {

	justify-content: center !important;
	align-items: flex-start !important;
	flex-direction: row-reverse;
	flex-wrap: nowrap !important;
}

.wpc-filters-main-wrap li.wpc-term-item a {

	padding: 9px !important;
}

/* Filter Mods Ends */

.elementor-post__thumbnail {
	background: #50b948;
}

.elementor-post__thumbnail img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.elementor-post__thumbnail img:hover {
	opacity: 1;
}

.home .elementor-17 .elementor-element.elementor-element-bf260d3 .elementor-post__avatar {
	top: calc(20px / 2) !important;
}

.home span.elementor-post-author:before {
	content: "By ";
}

.home span.elementor-post-author {
	position: relative;
	top: -221px;
	left: 70px;
	color: var(--e-global-color-secondary);
}

.home .elementor-post-date {
	position: relative;
	top: -200px;
	left: 0px;
}

.home .elementor-post-date:before {
	content: "" !important;
}

.home .elementor-post__read-more-wrapper {
	position: relative;
	top: 52px;
}

.home .elementor-17 .elementor-element.elementor-element-bf260d3 .elementor-post__excerpt {
	margin-bottom: -30px;
}

.home .elementor-post__card::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: #61ce70;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.home .elementor-post__card:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}


/*  Projects Archive page mod ends  */

/*  Service Single  page mod starts */
h2.services-title {
	font-family: "Manrope";
	font-size: 12px;
	font-weight: 800;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: var(--e-global-color-secondary);
	padding: 20px 40px 20px 40px;
}


/*  Service Single  page mod starts */

/*  blog  Single  page mod starts */
.postPagination .elementor-post-navigation__next,
.postPagination .elementor-post-navigation__prev {
	background: #c5c5c57a;
	height: 110px;
	padding-top: 35px;
	border-radius: 10px;
}

.postPagination .elementor-post-navigation__next:hover,
.postPagination .elementor-post-navigation__prev:hover {
	background: var(--e-global-color-secondary);
	;
}

.postPagination .elementor-post-navigation__next {
	margin-left: 35px;
}

.postPagination .elementor-post-navigation__prev:hover .post-navigation__prev--title {
	color: #ffffff !important;
}

.postPagination .elementor-post-navigation__next:hover .post-navigation__next--title {
	color: #ffffff !important;
}

.postPagination .elementor-post-navigation__prev:hover .fa-angle-left {
	color: #ffffff !important;
}

.postPagination .elementor-post-navigation__next:hover .fa-angle-right {

	color: #ffffff !important;
}

.postPagination .fa-angle-left:before {
	margin-left: 25px;
}

.postPagination .fa-angle-right:before {
	margin-right: 25px;
}

/*  blog  Single  page mod ends */

.collapse.indent {
	min-height: 50px;
	border: 1px solid blue;
}

.home .hideHome {
	display: none;
}

/*  Project Single  page mod starts */
.post-type-archive-project .elementor-widget-container .project-single-title {
	display: none !important;

}

.elementor-widget-container:hover .project-single-title {
	display: block !important;
}

.spacer {
	margin-top: 100px;
}

/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: #f5f1ee;
	color: black;
	padding: 22px 30px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	margin: 15px 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: var(--e-global-color-secondary);
	color: #ffffff;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: var(--e-global-color-secondary);
	color: #ffffff;
}

.tablinks {
	font-family: var(--e-global-typography-primary-font-family);
}

.tablinks {
	font-weight: var(--e-global-typography-primary-font-weight);
}

.tablinks i {
	position: relative;
	left: 126px;
}

.background-phone {
	background-color: var(--e-global-color-secondary);
}

.text-right.go-right {
	text-align: right;
	margin-top: -64px;
	margin-right: 18px;
}

.hideAfterLoop {
	display: none;
}

#title-1 .hideAfterLoop {
	display: block;
}


/*  Banner in single service page starts */
.bannerbox {
	background-color: var(--e-global-color-secondary);
	padding: 5px;
}

.banner {
	width: 100%;
	height: 400px;
	background-color: var(--e-global-color-secondary);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: none;
}

.mobile-icon {
	width: 60px;
	height: 60px;
	background-color: #f5f1ee;
	;
	border-radius: 50%;
	background-image: url("https://cdn-icons-png.flaticon.com/512/46/46854.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
}

.banner-text {
	text-align: center;
	font-size: 1.6em;
	margin-top: 20px;
	color: white;
}

.small-text {
	font-size: 1.3em;
	margin-top: 20px;
	color: white;
	text-align: center;
}

.banner-link {
	text-decoration: none;
}

/*  Banner in single service page ends */


.brochures.grid-container {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 25px;
}

.brochure.image {
	height: 300px;
	background: #24222263;
	background-blend-mode: overlay;
	background-size: cover;
}

/* single service hover */

.line-vertical.serviceSingle {
	transform-origin: center bottom;
	transform: scaleX(1);
	/* Show the vertical line on hover */
}

.line-horizontal.serviceSingle {
	transform-origin: left bottom;
	transform: scaleY(1);
	/* Show the horizontal line on hover */
}

.title.serviceSingle {

	opacity: 1;

}

h3.serviceBrochuresHeading {
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 800;
	color: var(--e-global-color-secondary);
	transition: color 0.3s;
}

p.serviceBrochuresPara {
	font-family: "Manrope";

}

h2.title.serviceSingle {
	font-family: "Manrope";
	font-size: 14px;
}

/* filters projects */

.wpc-filters-main-wrap li.wpc-term-item a {
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #000000;
}

.wpc-filters-main-wrap li.wpc-term-item a:visited {
	color: #56555038;
}

.grid-container {
	margin-bottom: 50px;
	justify-content: end;
	align-content: space-between;
	align-items: end;
	justify-items: stretch;
}


@media only screen and (max-width: 1000px) {
	.col-3.mobile-leftHide {
		display: none;
	}

	.col-8.mobile-centerShow {
		width: 100%
	}
}

.elementor-star-rating {
	position: relative;
	left: 178px;
	background: #80808061;
	padding: 3px;
}

.elementor-testimonial {
	border-left: 5px solid transparent;
}

.elementor-testimonial:hover {
	border-left: 5px solid var(--e-global-color-secondary);
}

.elementor-testimonial:hover .elementor-star-rating i:before {
	color: #ffffff !important;
}

.elementor-testimonial:hover .elementor-star-rating {
	background: var(--e-global-color-secondary);
}

.elementor-testimonial__title {
	margin-top: -27px;
}

.sub-heading-two {
	font-family: "Manrope";
	font-size: 2em;
	font-weight: 800;
	color: var(--e-global-color-secondary);
	transition: color 0.3s
}

.slide-content-inner {
	max-width: 500px;
}

.slide-title.sub-heading-title {
	font-family: "Manrope";
	font-size: 4em;
	font-weight: 700;
	color: #ffffff;
	transition: color 0.3s
}

.fa-arrow-alt-circle-right:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f35a";
	margin-right: 5px;
}

.usp-title:hover {
	background: #1c1b1f;
}

.usp-title:hover .uac-text h2.elementor-heading-title.elementor-size-default {
	color: #ffffff !important;
}

/* Service Archive mouse over starts */
.services-box::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: var(--e-global-color-secondary);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.services-box:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

/* Service Archive mouse over ends  */


.phone-spacing .elementor-icon-box-title a {
	position: relative;
	text-indent: 1ch;
	white-space: nowrap;
}

.phone-spacing .elementor-icon-box-title a:before {
	background-color: white;
	border-right: 1ch solid white;
	content: attr(data-phone);
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 5ch;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.phone-spacing .elementor-icon-box-title a:before {
		width: 5.8ch;
	}
}


/* Project grid Starts   */
.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-template-columns: 350px 350px 350px;
	gap: 20px;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
}

.grid-item {
	position: relative;
}

.image {
	position: relative;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 405px;

	padding-top: 66.66%;
	background-repeat: no-repeat;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: green;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.line-vertical {
	position: absolute;
	left: 20px;
	top: 0;
	width: 3px;
	/* Adjust the thickness of the line */
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
	/* Define the gradient colors */
	transform-origin: center top;
	transform: scaleX(0);
	/* Initially hide the line */
	transition: transform 0.3s ease;
}

.line-horizontal {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 3px;
	/* Adjust the thickness of the line */
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
	/* Define the gradient colors */
	transform-origin: left bottom;
	transform: scaleY(0);
	/* Initially hide the line */
	transition: transform 0.3s ease;
}

.link-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: black;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link-icon i {
	color: white;
}

.title {
	position: absolute;
	bottom: 40px;
	left: 30px;
	margin: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	color: white;
}

.grid-item:hover .overlay {
	opacity: 0.7;
}

.grid-item:hover .line-vertical {
	transform-origin: center bottom;
	transform: scaleX(1);
	/* Show the vertical line on hover */
}

.grid-item:hover .line-horizontal {
	transform-origin: left bottom;
	transform: scaleY(1);
	/* Show the horizontal line on hover */
}

.grid-item:hover .link-icon {
	opacity: 1;
}

.grid-item:hover .title {
	opacity: 1;
}

@media (max-width: 767px) {
	.grid-container {
		grid-template-columns: 1fr;
	}
}

.img-fluid {
	width: 100%
}

/* Project grid ends   */
.blog .blog-latest-news {
	display: block !important;
}

.border-radius-five {
	border-radius: 5px;
}

.latest-post-widget .elementor-post__title {
	padding-top: 10px;
}

.categories-widget h5 {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-8a28f40-font-family);
	font-weight: 800;
}

.categories-widget ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	font-family: var(--e-global-typography-8a28f40-font-family);
	color: var(--e-global-color-text);
}

.categories-widget a:visited,
.categories-widget a {
	color: #7a7a7a !important;
	font-weight: 600;
	font-size: 16px;
}

.categories-widget li {
	padding: 10px 0 10px 15px;
}

.categories-widget li {
	margin: 0 0 0 -15px;
}

.categories-widget li:hover {
	background: #ffffff;
	border-radius: 5px;
}

.categories-widget li:hover a,
.categories-widget li:hover a:visited {
	color: #000000 !important;
	font-weight: 700;
	border-radius: 5px;
}

.postPagination .elementor-post-navigation__separator-wrapper {
	display: none;
}

.projects-next-prev .elementor-post-navigation__separator-wrapper {
	display: none;
}

.container-one-two {
	max-width: 1200px !important;
}

body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
	background-color: red !important;
}

.ProjectCategoryFont {
	color: #1C1B1F;
	font-family: "Manrope";
	font-size: 18px;
	font-weight: 600;
}

.ProjectCategoryFont:hover {
	color: var(--e-global-color-secondary);
}

.wpc-term-count {
	display: none !important;
}

.social-footer .social-icons {
	margin: 0 50%;
}

.line-horizontala {
	position: absolute;
	left: 15px;
	bottom: -213px;
	width: 372px;
	height: 3px;
	/* Adjust the thickness of the line */
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
	/* Define the gradient colors */
	transform-origin: left bottom;
	transform: scaleY(0);
	/* Initially hide the line */
	transition: transform 0.3s ease;
}

.service-box-overlay:hover .line-horizontala {
	transform-origin: left bottom;
	transform: scaleY(1);
	/* Show the horizontal line on hover */
	transform: rotate(271deg);
}

.service-link,
.service-title {
	display: none;
	transition: transform 0.3s ease;
}

.service-box-overlay:hover .service-link,
.service-box-overlay:hover .service-title {
	display: block;
	transition: transform 0.3s ease;
}

.line-verticala {
	position: absolute;
	left: -11px;
	bottom: -186px;
	width: 100%;
	height: 3px;
	/* Adjust the thickness of the line */
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
	/* Define the gradient colors */
	transform-origin: left bottom;
	transform: scaleY(0);
	/* Initially hide the line */
	transition: transform 0.3s ease;
}

.service-box-overlay:hover .line-verticala {
	transform-origin: left bottom;
	transform: scaleY(1);
	/* Show the horizontal line on hover */
}

.mainProject .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
	display: flex;
}

.mainProject ul.wpc-filters-ul-list.wpc-filters-radio.wpc-filters-list-442 {
	display: flex;
}

.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
	display: flex;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox],
.wpc-filters-main-wrap li.wpc-term-item input[type=radio] {

	display: none;
}

.wpc-filters-main-wrap input[type=radio]:checked,
.wpc-filters-main-wrap input[type=checkbox]:checked.label {
	background: green;
}

wpc-term-item-content-wrapper input[type="radio"]:checked~wpc-term-item-content-wrapper {
	background-color: green;
}


.ProjectCategoryFont,
a.category-link {
	font-family: 'Manrope';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.category-link.active {
	color: #f8f8f8 !important;
}

.custom-projects-categories a:visited,
.category-link {
	color: #1C1B1F;
}

.category-link.active {
	background-color: var(--e-global-color-secondary);
}

.custom-projects-categories {
	max-width: max-content;
	margin: auto;
	border: solid 1px #c6c6c691;
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 5px;
	text-align: center;
}

.filter-container {
	text-align: center;
}

.category-link {
	padding: 16px;
}

.category-link.active .ProjectCategoryFont {
	color: #ffffff;
}

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

	.ProjectCategoryFont,
	a.category-link {
		padding: 5px;
		margin: 4px;
		text-align: center;
	}


}

.categories-titles,
.categories-titles a:visited {
	font-family: 'Manrope';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1C1B1F;
}


.testimonials-slider .swiper-slide {
	--number-of-gaps: max(calc(var(--swiper-slides-to-display) 1), 0) !important;
}

.testimonials-slider .elementor-main-swiper.swiper {
	width: calc(100% - 30px) !important;
}

.testimonials-slider .elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized) .swiper-slide,
.elementor-widget-loop-carousel .swiper:not(.swiper-initialized) .swiper-slide {
	--gaps-width-total: none !important;
}

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

	section.elementor-section.elementor-top-section.elementor-element.elementor-element-0fd319d.elementor-section-full_width.elementor-section-height-min-height.services-home-background.elementor-section-height-default.elementor-section-items-middle {
		background-image: none;
	}

	.elementor-star-rating {
		left: -1px;
		bottom: -23px;
		padding-left: 8px;
	}
		.elementor-testimonial__content{
		    margin-top: 20px;
	}

}

.service_nav {
	background-color: #F4F1EE;
	width: 100%;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 800;
	fill: #000000;
	color: #000000;
	text-align: left;
	transition: all .3s;
	padding: 16px 24px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 20px;


}

.service_nav i.fas.fa-angle-right {
	padding-top: 4px;
	/* position: absolute; */
	float: right;
}

.service_nav a:visited {
	color: #000000;
}

.service_nav:hover {
	background-color: var(--e-global-color-secondary);
	color: #ffffff;
}

.service_nav a:visited:hover {
	color: #ffffff;
}

.service_nav.current-post {
	background-color: var(--e-global-color-secondary);
	color: #ffffff;
}

.service_nav.current-post a:visited {
	color: #ffffff;
}

@media only screen and (min-width: 600px) {

	/* Main Menu */
	.custom-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		font-family: "Manrope";
		font-size: 16px;
		font-weight: 900;
	}

	.custom-menu li {
		display: inline-block;
		position: relative;

		background-color: #ffffff;
	}
	


	.custom-menu li a {
		display: block;
		padding: 10px;
		text-decoration: none;
		color: #000000;
		background-color: #ffffff;
		transition: background-color 0.3s ease;
		font-family: "Manrope";
	}

	.custom-menu li a:hover {
		background-color: #ffffff;
	}

	/* Submenu */
	.sub-menu {
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		margin-top: 0;
		/* Adjust the spacing between main menu and submenu */
		width: 100%;
		/* Set the width to match the main menu */
		transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
		opacity: 0;
		transform: translateY(-10px);
	}

	/* Add a class to the body element to indicate when the page has finished loading */
	body.page-loaded .sub-menu {
		transition-delay: .2s;
		/* Add a delay of 3 seconds before hiding */
	}

	/* Show the submenu when the page is fully loaded */
	body.page-loaded .custom-menu li:hover>.sub-menu,
	body.page-loaded .custom-menu li .sub-menu.sub-menu-visible {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0s;
		/* Remove the delay for opening the submenu */
	}

	.custom-menu li:hover>.sub-menu,
	.custom-menu li .sub-menu.sub-menu-visible {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0s;
		/* Remove the delay for opening the submenu */
	}

	.sub-menu li {
		display: block;
	}

	.sub-menu li a {
		padding: 10px;
		color: #000000;
		transition: background-color 0.3s ease;
		font-weight: bold;
	}

	.sub-menu li a:hover {
		background-color: #ffffff;
	}

	.sub-menu .sub-menu {
		visibility: hidden;
		display: none;
		position: relative;
		top: 0;
		z-index: 1;
		background-color: #ffffff;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		margin-top: -30px;
		/* Adjust the spacing between submenu and its parent menu item */
	}

	.sub-menu .sub-menu li {
		position: relative !important;
	}

	.sub-menu .sub-menu li:hover>.sub-menu {
		visibility: visible;
	}

	/*
.sub-menu .sub-menu li a {
  padding: 5px;
  color: #000000;
  font-weight: bold;
	padding-left: 30px;
}
 */
	.sub-menu .sub-menu li a:hover {
		background-color: #ffffff;
	}

	ul.sub-menu {
		margin: 0;
		padding: 0;
		width: 300px;
	}

	ul.sub-menu ul.sub-menu {
		margin-top: 0;
	}

	.custom-menu li:hover>.sub-menu {
		display: block;
	}

	.sub-menu ul.sub-menu ul {
		top: 5px;
	}

	.sub-menu .sub-menu.sub-menu li a {
		padding-left: 29px;
		width: max-content;
	}

	ul#menu-mainmenu li {
		padding: 0 10px 0 10px;
	}
	
/**
	ul#menu-mainmenu .sub-menu li {
		padding: 0;
		width: 143px;
		text-align: center;
	}
**/	
	
ul#menu-mainmenu .sub-menu li {
	padding: 0;
	width: 100%;
	text-align: left;
	padding: 5px 10px;
}	

	.custom-menu li a {
		position: relative;
		display: inline-block;
	}
	
.sub-menu li a {
	display: block;
}	

	/* Create the initial underline */
	.custom-menu li a::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 0;
		height: 3px;
		background-color: var(--e-global-color-secondary);
		transition: width 0.3s ease-in-out;
		/* Transition property for animation */
	}

	/* Animate the underline on mouse hover */
	.custom-menu li a:hover::before {
		width: 100%;
	}

	#menu-mainmenu ul {
		margin-top: 10px;
		width: 670px;
		width: 255px;
		display: flex;
		background: #ffff;
		flex-direction: column;
	}

	.current-menu-item.active:before,
	.menu-item-has-children.active:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		height: 3px;
		background-color: var(--e-global-color-secondary);
		transition: width 0.3s ease-in-out;
		/* Transition property for animation */

	}

	span.submenu-toggle {
		font-size: 20px;
		position: relative;
		top: -5px;
	}

	#menu-mainmenu ul ul {
		display: block;
		width: 230px;
	}

	#menu-mainmenu ul ul ul {
		width: 154px;
	}

	.custom-menu .submenu-toggle {
		color: var(--e-global-color-secondary)
	}

}

i.elementor-star-0 {
	display: none !important;
}

@media only screen and (max-width: 600px){
.brochures.grid-container {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}
	
	
