/*
	Theme Name: Smart Projects
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 3.3.0
	Stable tag: 3.3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
	--color-white: #fff;
	--color-black: #000;

	--color-primary: #d71921;

	--font-primary: 'Roboto', Helvetica, Arial, sans-serif;

	--pad-edge: 40px;
	--pad-vertical: 80px;
	--pad-header: 125px;

	--width-inner: 1280px;
}

* {
	box-sizing: border-box;
	scroll-behavior: smooth;
	scroll-margin-top: var(--pad-header);
}

html,
body {
	font: 400 16px/1.5 var(--font-primary);
}

html {
	min-height: 100%;
}

body {
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 0.5em 0;
	font-family: var(--font-primary);
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-black);
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.2rem;
	line-height: 1.4;
}

h4, h5, h6 {
	font-size: 1rem;
}

b, strong {
  font-weight: 700;
}

p {
	margin: 0 0 1rem;
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

.btn,
a.btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 20px;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background: var(--color-orange);
	font-weight: 700;
	border-radius: 15px;
	transition: all .3s;
}

.btn:after,
a.btn:after {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	margin-left: 20px;
	transition: all .3s;
}

.btn:hover,
a.btn:hover {
	color: var(--color-blue);
	cursor: pointer;
}

.cleanlist,
.cleanlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-header .entry-title,
/*.site-footer .footer-inner,*/
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main,
body.sptp_member-template-default .site-main {
	max-width: none;
}

.page-header {
	display: none;
}

/**** Header ****/
#site-header {
	position: absolute;
	top: auto;
	left: 0; right: 0;
	z-index: 99;
	padding: 0;
	color: var(--color-black);
	background: rgba(0, 0, 0, 0);
	transition: all .3s;
}

#site-header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
	max-width: none;
}

#site-header .custom-logo-link .custom-logo {
	display: block;
	width: 250px;
	margin: 35px 0;
	transition: all .3s;
}

#site-header .site-description {
	display: none !important;
}

#site-header .header-inner .head-controls {
	display: flex;
	align-items: center;
	height: 100%;
}

/* Menu - Level 1 */
#site-header .header-inner .head-controls .site-navigation {
	margin: 0;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 25px;
	transition: color .3s;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link {
	padding-left: 0;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link {
	padding-right: 0;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	font-size: 14px;
	color: var(--color-primary);
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
	margin-top: -2px;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a {
	height: auto;
	line-height: 1;
}

/* Menu - Level 2 */
#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
	width: 280px;
	background: transparent;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color: #fff;
	background: #000;
	padding: 18px 25px;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	transition: color .3s;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: var(--color-primary);
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-of-type a.mega-menu-link {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-of-type a.mega-menu-link {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(:first-of-type) a.mega-menu-link {
	border-top: 1px solid rgba(255, 255, 255, .25) !important;
}

.scrolled #site-header {
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 1);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.scrolled #site-header .custom-logo-link .custom-logo {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/**** Banner ****/
#banner {
	background: #000;
}

#banner > .e-con-inner {
	padding: 0;
}

#banner > .e-con-inner .banner-content {
	padding: 0 0 100px;
}

#banner .banner-content > div .elementor-widget {
	width: 100%;
}

#banner > .e-con-inner .banner-content .banner-satisfaction {
	margin-bottom: 40px;
}

#banner > .e-con-inner .banner-content .banner-satisfaction img {
	width: 180px;
}

#banner > .e-con-inner .banner-content > div h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3.5em;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

#banner > .e-con-inner .banner-content > div h1 span {
	display: block;
	color: var(--color-primary);
}

/**** Banner - Sub ****/
#banner-sub {
	position: relative;
	z-index: 98;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

#banner-sub:after {
	content: '';
	top: 0; bottom: 0;
	left: 0; right: 0;
	position: absolute;
	background: rgba(0, 0, 0, .25);
}

#banner-sub {background-image: url(/wp-content/uploads/2025/09/banner-sub-default.jpg);}

#banner-sub > .inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 550px;
	padding: var(--pad-header) 0 60px;
	z-index: 1;
}

#banner-sub > .inner h1 {
	color: #fff;
	font-size: 4em;
	line-height: 1;
	margin: 0 0 60px;
	padding: 0 0 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#page-breadcrumb {
	color: #fff;
	font-size: .9em;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

#page-breadcrumb span a {
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}

#page-breadcrumb span a:hover {
	color: var(--color-primary);
}

#page-breadcrumb .seperator {
	margin: 0 10px;
	color: var(--color-primary);
}

/**** Footer ****/
#site-footer {
	max-width: unset;
	font-size: 16px;
	padding: 0;

}

#site-footer .footer-inner {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 0;
	max-width: var(--width-inner);
}

#site-footer .footer-inner .footer-inner-main {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#site-footer .footer-inner .footer-inner-main .foot-col h3 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 .5em;
	color: var(--color-primary);
}

#site-footer .footer-inner .footer-inner-main .foot-col p {
	margin: 0 0 .5em;
}

#site-footer .footer-inner .footer-inner-main .foot-col ul {
	padding: 0;
	list-style: none;
}

#site-footer .footer-inner .footer-inner-main .foot-col ul li + li {
	margin-top: .25em;
}

#site-footer .footer-inner .footer-inner-main .foot-col a {
	color: #000;
	text-decoration: none;
	transition: all .3s;
}

#site-footer .footer-inner .footer-inner-main .foot-col a:hover {
	color: var(--color-primary);
}

#site-footer .footer-inner .footer-inner-main .foot-col.foot-logo {
	width: 30%;
}

#site-footer .footer-inner .footer-inner-main .foot-col.foot-logo img {
	width: 200px;
}

#site-footer .footer-inner .footer-inner-main .foot-col ul.foot-contact-list li {
	padding-left: 25px;
}

#site-footer .footer-inner .footer-inner-main .foot-col ul.foot-contact-list li:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: .9em;
	color: var(--color-orange);
	display: inline-block;
	width: 20px;
	text-align: center;
	margin: 0 5px 0 -25px;
}

#site-footer .footer-inner .footer-inner-main .foot-col ul.foot-contact-list li.ico-phone:before {content: '\f095';}
#site-footer .footer-inner .footer-inner-main .foot-col ul.foot-contact-list li.ico-address:before {content: '\f3c5'}

#site-footer #footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .25);
}

#site-footer #footer-bottom > .inner {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;


	margin: 0 auto;
	max-width: var(--width-inner);
}

#site-footer #footer-bottom > .inner p {
	margin: 0;
	font-size: 14px;
	color: #000;
}

#site-footer #footer-bottom > .inner p a {

}

#trp-floater-ls {
	height: 50px;
}

#trp-floater-ls.trp-bottom-right {
	right: 5%;
}

/**** Pages ****/
.site-main {
	position: relative;
	z-index: 1;
	background: #fff;
	overflow: hidden;
}

.section .inner,
.e-con > .e-con-inner {
	max-width: var(--width-inner);
	margin: 0 auto;
}

#content .content-intro > .e-con-inner {
	padding-bottom: 0;
}

#content .content-intro > .e-con-inner h2 {
	font-size: 1.75em;
	line-height: 1.2;
	margin: 0;
}

#content .content-intro > .e-con-inner p {
	font-size: 1.1em;
	text-align: center;
	max-width: 1080px;
	margin: 30px auto 0;
}

#content h2,
#content h2.elementor-heading-title {
	font-size: 2.5em;
	line-height: 1.2;

}

.elementor-button {
	display: inline-flex;
}

.elementor-button:after {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-left: 20px;
	color: var(--color-primary);
	transition: all .3s	;
}

.elementor-button:hover:after {
	color: #fff;
}

/* Homepage */
.home-title > .e-con-inner,
.content-title > .e-con-inner {
	padding: 100px 0 0;
}

.home-title > .e-con-inner h2,
.content-title > .e-con-inner h2,
h2.content-title {
	font-size: 2.5em;
	text-transform: uppercase;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
}

.home-title > .e-con-inner h2 span,
.content-title > .e-con-inner h2 span,
h2.content-title span {
	font-size: .4em;
	font-weight: 500;
	color: var(--color-primary);
	text-transform: lowercase;
	width: 150px;
	margin-right: 100px;
}

.home-about > .e-con-full h3 {
	font-size: 1.75em;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
}

.home-service-block {
	position: relative;
	border: 1px solid #dfe1e6;
	padding: 40px;
}

.home-service-block:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dfe1e6;
	background: #fff;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 40px;
}

.home-service-block.ico-service-remedial:before {content: '01.';}
.home-service-block.ico-service-renovation:before {content: '02.';}
.home-service-block.ico-service-engineering:before {content: '03.';}

.home-service-block h3 {
	font-size: 1.75em;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}

.home-service-block h3:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: center;
	margin: 0 0 10px;
}

.home-service-block.ico-service-remedial h3:before {background-image: url(/wp-content/uploads/2025/09/ico-service-remedial.png);}
.home-service-block.ico-service-renovation h3:before {background-image: url(/wp-content/uploads/2025/09/ico-service-renovations.png);}
.home-service-block.ico-service-engineering h3:before {background-image: url(/wp-content/uploads/2025/09/ico-service-engineering.png);}

.home-service-block p {
	margin: 0;
}

.home-title-projects {
	margin-top: 100px;
}

.home-title-projects > .e-con-inner h2 {
	color: #fff;
}

ul.display-posts-listing {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

ul.display-posts-listing li {
	position: relative;
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	list-style: none;
	border-bottom: 6px solid var(--color-primary);
}

ul.display-posts-listing li:nth-of-type(3n) {
	margin-right: 0;
}

ul.display-posts-listing li:nth-of-type(n+4) {
	margin-top: 2%;
}

ul.display-posts-listing li a {
	display: block;
}

ul.display-posts-listing li a:hover {
	text-decoration: none;
}

ul.display-posts-listing li a.image:after {
	content: '';
	position: absolute;
	top: 20%; bottom: 0;
	left: 0; right: 0;
	background: linear-gradient(0deg,rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
}

ul.display-posts-listing li a.image img {
	object-fit: cover;
	object-position: center;
	height: 320px;
}

ul.display-posts-listing li span.category-display {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 55px;
	color: var(--color-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

ul.display-posts-listing li span.category-display .category-display-label {
	display: none;
}

ul.display-posts-listing li span.category-display a {
	color: var(--color-primary);
}

ul.display-posts-listing li a.title {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding-right: 40px;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.1;
	font-weight: 900;
	text-shadow: 0 0 10px rgba(0, 0, 0, .25);
	z-index: 2;
	transition: all .3s;
}

ul.display-posts-listing li a.title:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2025/09/ico-project-arrow.png) no-repeat center/contain;
	position: absolute;
	bottom: 5px;
	right: 0;
	margin: auto;
}

ul.display-posts-listing li:hover a {
	color: var(--color-primary) !important;
}

.home-projects-btn {
	margin: 0 auto 60px;
}

.home-projects-btn .elementor-button {
	color: #fff;
}

/* About Us */
.about-intro > .e-con-inner {
	padding: 0 250px var(--pad-vertical);
}

.about-intro > .e-con-inner > div h3 {
	font-weight: 500;
	margin: 0 0 30px;
}

.about-image > .e-con-inner {
	padding-bottom: 50px;
}

.about-profiles {
	padding-bottom: var(--pad-vertical);
}

.about-profiles h3 {
	font-size: 1.75em;
}

.about-profiles h3 span {
	display: block;
	font-size: .75em;
	color: var(--color-primary);
	margin-top: .25em;
}

.about-profiles ul li::marker {
	color: var(--color-primary);
}

/* Services */
.services-our-services > .e-con-inner {
	padding-bottom: var(--pad-vertical);
}

.service-intro .e-con-inner {
	padding: 0 250px var(--pad-vertical);
}

.service-intro .e-con-inner h3 {
	font-weight: 500;
	margin: 0 0 30px;
}

.service-detail {
	margin-bottom: 0;
}

.service-detail-txt {
	max-width: 700px;
	padding: 50px 0 80px 40px;
}

.service-detail-txt h3 {
	font-size: 1.75em;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 .5em;
	color: var(--color-primary);
}

.service-detail-txt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.service-detail-txt ul li {
	width: 48%;
	margin: 0;
	padding: 40px 30px;
	list-style: none;
	border: 1px solid #dfe1e6;
}

.service-detail-txt ul li:nth-of-type(n+3) {
	margin-top: 4%;
}

.service-detail-txt ul li img {
	width: 50px;
	margin: 0 0 5px;
}

.service-detail-txt ul li h4 {
	font-size: 1.2em;
	font-weight: 500;
}

.service-detail-txt ul li p {
	margin-bottom: 0;
}

.service-cta .e-con-inner {
	padding: 0 250px var(--pad-vertical);
}

/* Content Pages */
.content-block > .e-con-inner div[data-element_type="container"] .elementor-widget-heading:first-of-type,
.elementor-element > .e-con-inner div[data-element_type="container"] .elementor-widget-heading:first-of-type {
	margin-top: 0;
}

.elementor-element > .e-con-inner div[data-element_type="container"] .elementor-widget-button[data-widget_type="button.default"] + .elementor-widget-button[data-widget_type="button.default"] {
	margin-left: 30px;
}

/* Pages that dont use Elementor */
body:not([class*="elementor-page-"]) .site-main .page-content {
	margin: 0 auto;
	max-width: var(--width-inner);
	background: #fff;
	overflow: hidden;
	padding: 100px 0;
}

.pagination {
	margin: 0 auto;
	max-width: var(--width-inner);
	padding: 0 0 100px;
	overflow: hidden;
}

.pagination a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	background: var(--color-blue-mid);
	border-radius: 8px;
	padding: 12px 15px;
	text-decoration: none;
	transition: all .3s;
}

.pagination .nav-previous a span {
	margin-right: 5px;
}

.pagination .nav-next a span {
	margin-left: 5px;
}

.pagination a:hover {
	text-decoration: none;
	color: #fff;
	background: var(--color-blue);
}

/* Search */
.wp-block-search {
	display: flex;
}

.wp-block-search label {
	display: none;
}

.wp-block-search input[type="search"] {
	padding: 15px 20px;
	border-radius: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: none;
}

.wp-block-search button {
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: none;
	margin: 0;
}

.wp-block-search button:hover {
	color: #fff;
	background: var(--color-blue);
}

.search-results #content .page-header {
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

.search-results #content .page-header h2 {
	margin-bottom: 40px;
}

.search-results .post + .post {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.search-results .post h3,
.search-results .post h3 a {
	color: var(--color-blue);
}

/* Posts - Projects */
.posts-container {
	display: flex;
	flex-wrap: wrap;
}

.posts-container > article.post {
	position: relative;
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	list-style: none;
	border-bottom: 6px solid var(--color-primary);
}

.posts-container > article.post:nth-of-type(3n) {
	margin-right: 0;
}

.posts-container > article.post:nth-of-type(n+4) {
	margin-top: 2%;
}

.posts-container > article.post a {
	display: block;
	text-decoration: none;
}

.posts-container > article.post a:hover {
	text-decoration: none;
}

.posts-container > article.post a.archive-img:after {
	content: '';
	position: absolute;
	top: 20%; bottom: 0;
	left: 0; right: 0;
	background: linear-gradient(0deg,rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
}

.posts-container > article.post a.archive-img img {
	object-fit: cover;
	object-position: center;
	height: 320px;
}

.posts-container > article.post h3.entry-title {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding-right: 40px;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.1;
	font-weight: 900;
	text-shadow: 0 0 10px rgba(0, 0, 0, .25);
	z-index: 2;
	margin: 0;
}

.posts-container > article.post h3.entry-title:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2025/09/ico-project-arrow.png) no-repeat center/contain;
	position: absolute;
	bottom: 5px;
	right: 0;
	margin: auto;
}

.posts-container > article.post h3.entry-title a {
	color: #fff;
	transition: all .3s;
}

.posts-container > article.post:hover h3.entry-title a {
	color: var(--color-primary) !important;
}

.posts-container > article.post ul.post-categories {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 55px;
	color: var(--color-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.posts-container > article.post ul.post-categories li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.posts-container > article.post ul.post-categories li a {
	color: var(--color-primary);
}

#post-cta {
	color: #fff;
	background: #000;
}

#post-cta > .inner {
	padding: var(--pad-vertical) 0;
}

#post-cta > .inner h2.content-title {
	color: #fff;
}

#post-cta > .inner > div {
	padding: 0 250px;
}

#post-cta > .inner > div p {
	margin-bottom: 1.5em;
}

#post-cta > .inner > div a.elementor-button {
	color: #fff;
}

#post-cta > .inner > div a.elementor-button + a.elementor-button {
	margin-left: 40px;
}


.project-gallery-container > .e-con-inner {
	padding-bottom: var(--pad-vertical);
}

.project-gallery-container .project-gallery .gallery {
	display: flex;
	flex-wrap: wrap;
}

.single-post .project-gallery-container .project-gallery .gallery .gallery-item {
	display: block;
	width: 47.5%;
	margin-top: 5%;
	margin-right: 5%;
	overflow: hidden;
}

.project-gallery-container .project-gallery .gallery .gallery-item a {
	display: block;
	background: #000;
}

.project-gallery-container .project-gallery .gallery .gallery-item a img {
	transition: all ease-in-out .5s;
}

.project-gallery-container .project-gallery .gallery .gallery-item a:hover img {
	transform: scale(1.1);
	opacity: .9;
}

.single-post .project-gallery-container .project-gallery .gallery .gallery-item:nth-of-type(3n) {
	margin-right: 0;
}

.single-post .project-gallery-container .project-gallery .gallery .gallery-item:nth-child(3n-5) {
	width: 100%;
	margin-right: 0;
}

.single-post .project-gallery-container .project-gallery .gallery .gallery-item:first-of-type {
	margin-top: 0;
}

/* Contact */
.contact-title > .e-con-inner {
	padding-bottom: 40px;
}

.contact-details {
	padding: var(--pad-vertical) 0 var(--pad-vertical) 80px;
}

.contact-details ul.contact-list {
	font-size: 1.3em;
}

.contact-details ul.contact-list li + li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .25);
}

.contact-details ul.contact-list li h3 {
	margin: 0 0 .25em;
	font-size: .8em;
	line-height: 1;
	color: var(--color-primary);
}

.contact-details ul.contact-list li a:hover {
	color: var(--color-primary);
}

.contact-details ul.contact-list li.social-icons a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #000;
	background: #eee;
	text-align: center;
	border-radius: 25px;
	font-size: 1em;
	transition: all .3s;
}

.contact-details ul.contact-list li.social-icons a + a {
	margin-left: 10px;
}

.contact-details ul.contact-list li.social-icons a:hover {
	color: var(--color-primary);
}

.contact-enquiry {
	padding: var(--pad-vertical) 80px var(--pad-vertical) 0;
}

.contact-enquiry h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 0 0 .75em;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
	border: 1px solid #fff;
	border-radius: 8px;
	height: 60px;
	color: #000;
	background: #fff;
	font-size: 18px;
}

.wpcf7-form textarea {
	padding: 15px;
	height: 200px;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	outline: 2px solid var(--color-primary);
}

.wpcf7-form ::placeholder {
	opacity: 1;
	color: #000;
}

.wpcf7-form input[type="submit"] {
	border-radius: 40px;
	font-weight: 700;
	font-size: 18px;
	padding: 15px 30px;
	color: #000;
	background: transparent;
	border: 2px solid var(--color-primary);
}

.wpcf7-form input[type="submit"]:hover {
	color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
	width: 100% !important;
}

#contact-form > div {
	width: 100%;
}

#contact-form > div + div {
	margin-top: 20px;
}

#contact-form > div.contact-type,
#contact-form > div.contact-message,
#contact-form > div.contact-submit {
	width: 100%;
}

/* Responsive */
@media only screen and (max-width: 1919px) {

	:root {
		--pad-edge: 40px;
		--pad-vertical: 80px;
		--pad-header: 120px;
	}

	#site-header .header-inner {
		padding: 0 var(--pad-edge);
	}

	#site-header .custom-logo-link .custom-logo {
		width: 220px;
	}

	.scrolled #site-header .custom-logo-link .custom-logo {
  		width: 180px;
	}

	#banner > .e-con-inner .banner-content {
		padding: 0 0 60px;
	}

	#banner > .e-con-inner .banner-content .banner-satisfaction {
		margin-bottom: 20px;
	}

	#banner > .e-con-inner .banner-content .banner-satisfaction img {
		width: 150px;
	}

	#banner > .e-con-inner .banner-content > div h1 {
		font-size: 3em;
	}

	#banner-sub > .inner {
		height: 500px;
	}

	#banner-sub > .inner h1 {
		font-size: 3em;
		margin: 0 0 50px;
		padding: 0 0 50px;
	}

	.contact-enquiry .e-con-full {
		max-width: 720px;
	}

}

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

	.contact-details {
		padding: var(--pad-vertical) 0 var(--pad-vertical) 40px;
	}

	.contact-enquiry .e-con-full {
		width: 100%;
		max-width: none;
		padding-left: var(--pad-edge);
	}

}

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

	:root {
		--pad-header: 120px;
		--width-inner: 1200px;
	}

	.home-about .e-con-full > .e-con-full {
		width: 100%;
		padding-left: var(--pad-edge);
	}

	.service-detail-txt {
		width: 100%;
		padding-right: var(--pad-edge);
	}

}

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

	:root {
		--pad-header: 120px;
		--pad-edge: 20px;
		--width-inner: 980px;
	}

	#site-header .custom-logo-link .custom-logo {
		width: 200px;
	}

	#banner > .e-con-inner .banner-content {
		padding: 0 0 40px;
	}

	#banner > .e-con-inner .banner-content > div h1 {
    	font-size: 2.75em;
  	}

	#banner-sub > .inner {
		height: 450px;
		padding: var(--pad-header) 0 40px;
	}

	#banner-sub > .inner h1 {
		font-size: 2.75em;
		margin: 0 0 30px;
		padding: 0 0 30px;
	}

	#content h2,
	#content h2.elementor-heading-title {
		font-size: 2.25em;
	}

	.home-service-block {
		padding: 30px;
	}

	.home-service-block h3 {
		font-size: 1.5em;
	}

	ul.display-posts-listing li a.title,
	.posts-container > article.post h3.entry-title {
		font-size: 1.3em;
	}

	.service-detail-txt {
		padding: 40px var(--pad-edge) 40px 20px;
	}

	.service-detail-txt ul li {
		padding: 30px 20px;
	}

	.contact-enquiry {
		padding: var(--pad-vertical) 40px var(--pad-vertical) 0;
	}

	.contact-details {
		padding: var(--pad-vertical) var(--pad-edge);
	}

	.contact-details > .e-con-full {
		width: 100%;
	}

	.contact-details ul.contact-list {
		font-size: 1.1em;
	}

}

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

	:root {
		--pad-header: 115px;
		--pad-edge: 20px;
		--pad-vertical: 60px;
	}

	.section > .inner {
		max-width: none;
	}

	#site-header {
		z-index: 101;
	}

	#site-header .header-inner .head-controls {
		flex-direction: row;
		justify-content: center;
	}

	#site-header .header-inner .head-controls .site-navigation {
		margin: 0;
	}

	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
		display: flex !important;
	}

	.site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu {
		display: block;
	}

	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle {
		height: auto;
		background: transparent;
	}

	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
		display: none;
	}

	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		width: 36px;
		height: 36px;
		margin: 0;
		background: url(img/interface/toggle-ico.png) no-repeat center/cover;
	}

	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label,
	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after {
		display: none;
	}

	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close,
	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
		top: 40px !important;
		right: 20px;
		width: 36px;
		height: 36px;
		margin: 0;
	}

	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close::before {
		width: 36px;
		height: 36px;
		background: var(--color-primary);
		border-radius: 6px;
		font-size: 28px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		padding-top: 80px
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item + li.mega-menu-item {
		border-top: 1px solid rgba(255, 255, 255, .25);
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link,
	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link {
		font-family: var(--font-primary);
		font-size: 18px;
		padding: 20px 20px;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		font-size: 18px;
		width: 36px;
		margin: 0;
		text-align: center;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  		margin: 0;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
		width: 100%;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 18px;
		padding: 20px;
		background: var(--color-primary);
		border-radius: 0;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-of-type a.mega-menu-link,
	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(:first-of-type) a.mega-menu-link {
		border-radius: 0;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
		color: #000;
	}

	.scrolled .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		top: 53px;
	}

	.scrolled .site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close,
	.scrolled .site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
		top: 22px !important;
	}

	.section .inner,
	.e-con > .e-con-inner {
		display: flex;
		flex-wrap: wrap !important;
	}

	body:not([class*="elementor-page-"]) .site-main .page-content {
		padding: 60px var(--pad-edge);
	}

	#banner > .e-con-inner .banner-content {
		padding: 0 var(--pad-edge) var(--pad-vertical) var(--pad-edge);
	}

	#banner > .e-con-inner .banner-content > div h1 {
		font-size: 2.5em;
	}

	#banner-sub > .inner {
		height: 375px;
		padding: var(--pad-header) var(--pad-edge) 40px;
	}

	#banner-sub > .inner h1 {
		font-size: 2.5em;
	}

	#content h2,
	#content h2.elementor-heading-title {
		font-size: 2em;
	}

	.home-title > .e-con-inner,
	.content-title > .e-con-inner {
		padding: 60px 10px 0;
	}

	.home-title > .e-con-inner h2,
	.content-title > .e-con-inner h2,
	h2.content-title {
		flex-wrap: wrap;
	}

	.home-title > .e-con-inner h2 span,
	.content-title > .e-con-inner h2 span,
	h2.content-title span {
		display: block;
		width: 100%;
		font-size: .5em;
		margin: 0 0 .6em;
	}

	.home-about {
		flex-wrap: wrap;
	}

	.home-about > .e-con-full {
		width: 100%;
	}

	.home-about > .e-con-full + .e-con-full {
		margin-top: 40px;
	}

	.home-about .e-con-full > .e-con-full {
		padding: 0 var(--pad-edge);
	}

	.home-about > .e-con-full h3 {
		font-size: 1.5em;
		margin-top: 0;
	}

	.home-services .e-con-inner {
		padding: 0 10px;
	}

	.home-service-block + .home-service-block {
		margin-top: var(--pad-edge);
	}

	.home-title-projects {
		margin-top: var(--pad-vertical);
	}

	.home-projects {
		padding: 0 var(--pad-edge);
	}

	ul.display-posts-listing li,
	ul.display-posts-listing li:nth-of-type(3n),
	.posts-container > article.post,
	.posts-container > article.post:nth-of-type(3n) {
		width: 49%;
		margin-right: 2%;
	}

	ul.display-posts-listing li:nth-of-type(2n),
	.posts-container > article.post:nth-of-type(2n) {
		margin-right: 0;
	}

	ul.display-posts-listing li:nth-of-type(n+3),
	ul.display-posts-listing li:nth-of-type(n+4),
	.posts-container > article.post:nth-of-type(n+3),
	.posts-container > article.post:nth-of-type(n+4) {
		margin-top: 2%;
	}

	.home-projects-btn {
		margin: 0 auto 40px;
	}

	.about-intro > .e-con-inner {
		padding: 0 10px var(--pad-vertical);
	}

	.about-image {
		padding: 0;
	}

	.about-profiles {
		padding: 0 var(--pad-edge) var(--pad-vertical);
	}

	.about-profiles > .e-con-inner {
		flex-wrap: wrap;
	}

	.about-profiles > .e-con-inner > div {
		width: 100%;
	}

	.about-profiles h3 {
		font-size: 1.5em;
	}

	.about-profiles > .e-con-inner > div + div {
		margin-top: 40px;
	}

	.services-our-services > .e-con-inner {
		padding-bottom: var(--pad-vertical);
	}

	.service-cta .e-con-inner {
		padding: 0 10px var(--pad-vertical);
	}

	.service-intro .e-con-inner {
		padding: 0 10px var(--pad-vertical);
	}

	.service-detail {
		flex-wrap: wrap;
	}

	.service-detail > .e-con-full {
		width: 100%;
	}

	.service-img {
		height: 600px;
	}

	.service-detail-txt {
		max-width: none;
	}

	.service-detail-txt h3 {
		font-size: 1.5em;
	}

	.project-gallery-container {
		padding: 0 var(--pad-edge);
	}

	.single-post .project-gallery-container .project-gallery .gallery .gallery-item {
		width: 49%;
		margin-top: 2%;
		margin-right: 2%;
	}

	#post-cta > .inner {
		padding: var(--pad-vertical) var(--pad-edge);
	}

	#post-cta > .inner > div {
		padding: 0;
	}

	#post-cta > .inner > div a.elementor-button + a.elementor-button {
		margin-left: 20px;
	}

	.contact-section {
		flex-wrap: wrap;
	}

	.contact-section .contact-details {
		width: 100%;
		order: 1;
		padding: 0 var(--pad-edge) 40px;
	}

	.contact-details ul.contact-list {
		font-size: 1.2em;
	}

	.contact-details ul.contact-list li + li {
		margin-top: 20px;
		padding-top: 20px;
	}

	.contact-section .contact-enquiry {
		width: 100%;
		order: 2;
		padding: var(--pad-vertical) var(--pad-edge);
	}

	.contact-enquiry .e-con-full {
		padding: 0;
	}

	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="date"],
	.wpcf7-form select,
	.wpcf7-form textarea {
		font-size: 16px;
	}

	.wpcf7-form input[type="submit"] {
		font-size: 16px;
	}

	#site-footer .footer-inner {
		padding: 50px var(--pad-edge) 0;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col.foot-logo {
		width: auto;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col.foot-logo img {
		width: 170px;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col.foot-about,
	#site-footer .footer-inner .footer-inner-main .foot-col.foot-projects {
		display: none;
	}

	#site-footer #footer-bottom > .inner {
		padding: 40px var(--pad-edge) 20px;
	}

}

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

	:root {
		--pad-header: 100px;
	}

	.btn::after,
	a.btn::after {
		font-size: 10px;
		margin-left: 10px;
	}

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*="elementor-page-"]) .site-main {
		padding: 0;
	}

	.elementor-element > .e-con-inner div[data-element_type="container"] .elementor-widget-button[data-widget_type="button.default"] + .elementor-widget-button[data-widget_type="button.default"] {
		margin-left: 0;
	}

	.elementor-button {
		padding: 12px 20px;
	}

	.elementor-button::after {
		margin-left: 15px;
	}

	#site-header .custom-logo-link .custom-logo,
	.scrolled #site-header .custom-logo-link .custom-logo {
		width: 140px;

	}

	.site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close, .site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
		top: 33px !important;
	}

	.scrolled .site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close, .scrolled .site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
		top: 18px !important;
	}

	#banner {
		min-height: 90vh;
	}

	#banner > .e-con-inner .banner-content {
		padding: 0 var(--pad-edge) var(--pad-vertical) var(--pad-edge);
	}

	#banner > .e-con-inner .banner-content > div h1 {
		font-size: 2em;
	}

	#banner > .e-con-inner .banner-content > div h1 span {
		max-width: 300px;
	}

  	#banner-sub > .inner {
    	height: 300px;
	}

	#banner-sub > .inner h1 {
		font-size: 2em;
		margin: 0 0 20px;
    	padding: 0 0 20px;
	}

	#page-breadcrumb .seperator {
		margin: 0 0 0 3px;
	}

	#content h2,
	#content h2.elementor-heading-title {
		font-size: 1.7em;
	}

	.home-title > .e-con-inner h2,
	.content-title > .e-con-inner h2,
	h2.content-title {
		margin: 0 0 30px;
	}

	.home-service-block {
		margin-top: 20px;
		padding: 40px var(--pad-edge) 30px;
	}

	.home-service-block h3 {
		font-size: 1.4em;
	}

	.home-service-block h3::before {
  		width: 80px;
  		height: 80px;
		background-size: 70px;
	}

	.about-profiles h3 {
		font-size: 1.4em;
	}

	.service-img {
		height: 450px;
	}

	.service-detail-txt h3 {
		font-size: 1.4em;
	}

	.service-detail-txt ul li {
		width: 100%;
	}

	.service-detail-txt ul li + li,
	.service-detail-txt ul li:nth-of-type(n+3) {
		margin-top: var(--pad-edge);
	}

	ul.display-posts-listing li,
	ul.display-posts-listing li:nth-of-type(3n),
	.posts-container > article.post,
	.posts-container > article.post:nth-of-type(3n) {
		width: 100%;
		margin-right: 0;
	}

	ul.display-posts-listing li + li,
	ul.display-posts-listing li:nth-of-type(n+3),
	ul.display-posts-listing li:nth-of-type(n+4),
	.posts-container > article.post + article.post,
	.posts-container > article.post:nth-of-type(n+3),
	.posts-container > article.post:nth-of-type(n+4) {
		margin-top: var(--pad-edge);
	}

	ul.display-posts-listing li a.title,
	.posts-container > article.post h3.entry-title {
		font-size: 1.4em;
	}

	.single-post .project-gallery-container .project-gallery .gallery .gallery-item {
		width: 100%;
		margin-top: var(--pad-edge);
		margin-right: 0;
	}

	#post-cta > .inner > div a.elementor-button + a.elementor-button {
		margin-left: 15px;
	}

	.contact-enquiry h3 {
		font-size: 1.4em;
		max-width: 300px;
	}

	.wpcf7-form input[type="submit"] {
		width: 100%;
		color: #fff;
		background: var(--color-primary);
	}

	.wpcf7-spinner {
		display: none;
	}

	#site-footer .footer-inner .footer-inner-main {
		flex-wrap: wrap;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col {
		width: 100%;
		text-align: center;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col + .foot-col {
		margin-top: 20px;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col.foot-logo {
		width: 100%;
		margin: 0 0 20px;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col.foot-logo img {
		display: block;
		width: 150px;
		margin: 0 auto;
	}

	#site-footer .footer-inner .footer-inner-main .foot-col.foot-services {
		display: none;
	}

	#site-footer #footer-bottom > .inner {
		flex-wrap: wrap;
	}

	#site-footer #footer-bottom > .inner p {
		width: 100%;
		text-align: center;
	}

	#site-footer #footer-bottom > .inner p + p {
		margin-top: .25em;
	}

}

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

	:root {
		--pad-header: 100px;
	}

	.elementor-button {
		padding: 12px 15px;
	}

	.elementor-button::after {
		margin-left: 10px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		width: 300px;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link, #site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link, #site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link {
		padding: 15px;
	}

	#site-header .header-inner .head-controls .site-navigation #mega-menu-wrap-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 16px;
		padding: 15px;
	}

	#banner > .e-con-inner .banner-content > div h1 {
		font-size: 1.8em;
	}

	#banner-sub > .inner {
		height: 220px;
	}

	#banner-sub > .inner h1 {
		font-size: 1.7em;
		line-height: 1.1;
		border: none;
		margin: 0;
		padding: 0;
	}

	#page-breadcrumb {
		display: none;
	}

	#content h2, #content h2.elementor-heading-title {
		font-size: 1.5em;
	}

	ul.display-posts-listing li a.image img {
		height: 300px;
	}

	.home-about > .e-con-full h3 {
    	font-size: 1.3em;
	}

	.home-service-block h3 {
		font-size: 1.3em;
	}

	ul.display-posts-listing li a.title, .posts-container > article.post h3.entry-title {
		font-size: 1.3em;
		padding-right: 25px;
	}

	ul.display-posts-listing li span.category-display,
	.posts-container > article.post ul.post-categories li a {
		display: none;
	}

	ul.display-posts-listing li a.title::after,
	.posts-container > article.post h3.entry-title::after {
		bottom: 2px;
	}

	.about-profiles h3 {
		font-size: 1.3em;
	}

    .contact-details ul.contact-list {
	    font-size: 1em;
  	}

	.contact-enquiry h3 {
		font-size: 1.3em;
	}

}

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

	#banner > .e-con-inner .banner-content > div h1 {
		font-size: 1.6em;
	}

	#banner-sub > .inner {
		height: 200px;
		padding: var(--pad-header) var(--pad-edge) 20px;
	}

	#banner-sub > .inner h1 {
		font-size: 1.6em;
	}

	#content h2,
	#content h2.elementor-heading-title {
		font-size: 1.4em;
	}

	.home-service-block h3 {
    	font-size: 1.2em;
  	}

	.service-cta .elementor-element {
		width: 100%;
	}

	.service-cta a.elementor-button,
	#post-cta > .inner > div a.elementor-button {
		width: 100%;
		justify-content: center;
	}

	.service-cta a.elementor-button + a.elementor-button,
	#post-cta > .inner > div a.elementor-button + a.elementor-button {
    	margin-left: 0;
		margin-top: 15px;
  	}

}