/*# sourceMappingURL=style.css.map */

.container {
	max-width: 1250px;
	margin: 0px auto;
	padding: 0px 10px;
	width: 100%;
}

@media only screen and (max-width: 1400px) {
	.container {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1200px) {
	.container {
		max-width: 920px;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		max-width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		max-width: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.container {
		max-width: 100%;
	}
}

strong {
	font-family: "Ambit Bold";
}

/*--------------------------------------------------------------
# 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;
	padding-top: 150px;
}

@media only screen and (max-width: 1400px) {
	main {
		padding-top: 135px;
	}
}

@media only screen and (max-width: 991px) {
	main {
		padding-top: 115px;
	}
}

@media only screen and (max-width: 575px) {
	main {
		padding-top: 94px;
	}
}

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

/* 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 {
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
}

span {
	display: inline-block;
}

/**
 * 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: -.25em;
}

sup {
	top: -.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 {
	cursor: pointer;
	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: .35em .75em .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;
	padding: 0px;
	margin: 0px;
}

html {
	scroll-behavior: smooth;
	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;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: "Ambit Regular";
}

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

ul, ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

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 {
	width: auto;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #18b14f;
}

/* 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, .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="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%;
}

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

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

/* Page Sections
--------------------------------------------- */
.single .breadcrumb {
	color: #9a9ca5;
}

.single .breadcrumb a {
	color: #424551;
}

.breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	padding-bottom: 40px;
	font: 14px/150% "Ambit Regular";
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.breadcrumb {
		padding-bottom: 20px;
	}
}

.breadcrumb a {
	color: #fff;
	padding: 0px 8px;
	transition: all .3s ease-in-out;
}

.breadcrumb a:first-child {
	padding-left: 0px;
}

.breadcrumb a:hover {
	color: #18b14f;
}

.breadcrumb span {
	padding: 0px 8px;
}

.project-section {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	align-items: flex-start;
	padding: 90px 0px;
}

@media only screen and (max-width: 1400px) {
	.project-section {
		gap: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.project-section {
		padding: 80px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.project-section {
		gap: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.project-section {
		padding: 50px 0px;
	}
}

.project-section .project-section-card {
	border: 1px solid #e5e8ed;
	width: 285px;
	border-radius: 8px;
	background: #fff;
	position: relative;
	padding-bottom: 88px;
}

@media only screen and (max-width: 1400px) {
	.project-section .project-section-card {
		width: 24%;
	}
}

@media only screen and (max-width: 991px) {
	.project-section .project-section-card {
		width: 45%;
	}
}

@media only screen and (max-width: 575px) {
	.project-section .project-section-card {
		width: 300px;
	}
}

.project-section .project-section-card:hover .card-content {
	box-shadow: 0px 0px 74px -4px rgba(30, 33, 44, .13), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08), 0px 0px 34px 0px rgba(0, 0, 0, .25);
}

.project-section .project-section-card:hover .card-content a {
	opacity: 1;
	opacity: 1;
	margin-top: 15px;
	margin-top: 15px;
	height: 100%;
	height: 100%;
	border-width: 1px;
	border-width: 1px;
	font-size: 12px;
	line-height: 300%;
}

.project-section .project-section-card .image-content {
	height: 340px;
	background-color: #d7dadd;
	transition: all .5s ease-in-out;
	line-height: 0px;
	border-radius: 8px 8px 0px 0px;
}

@media only screen and (max-width: 1200px) {
	.project-section .project-section-card .image-content {
		height: 250px;
	}
}

@media only screen and (max-width: 991px) {
	.project-section .project-section-card .image-content {
		height: 240px;
	}
}

.project-section .project-section-card .image-content img {
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-section .project-section-card .card-content {
	width: 100%;
	bottom: 0px;
	display: flex;
	line-height: 0px;
	padding: 16px 22px;
	position: absolute;
	align-items: center;
	flex-direction: column;
	border-radius: 0px 0px 8px 8px;
	background-color: #fff;
	border-top: 1px solid #e5e8ed;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 575px) {
	.project-section .project-section-card .card-content {
		bottom: 1px;
	}
}

.project-section .project-section-card .card-content h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #000;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}

.project-section .project-section-card .card-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #787a80;
	text-align: center;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	height: 50px;
}

@media only screen and (max-width: 575px) {
	.project-section .project-section-card .card-content p {
		height: auto;
	}
}

.project-section .project-section-card .card-content a {
	opacity: 0;
	height: 0px;
	margin-top: 0px;
	padding: 0px 24px;
	font-family: "Ambit Bold";
	font-size: 0px;
	font-style: normal;
	line-height: 1px;
	letter-spacing: .5px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.project-section .project-section-card .card-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.project-section .project-section-card .card-content a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.project-section .project-section-card .card-content a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.project-section .project-section-card .card-content a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.project-section .project-section-card .card-content a {
		line-height: 250%;
		padding: 0px 30px;
	}
}

.section-default_content {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.section-default_content {
		padding: 50px 0px;
	}
}

.section-default_content p {
	/*color: #000;
    font: 16px/160% "Ambit Regular";
    text-align: center;
    padding-top: 10px; */
	color: #787a80;
	font: 16px/160% "Ambit Regular";
	padding-top: 0;
}

.section-default_content p:not(:last-child) {
	padding-bottom: 10px;
}

.section-default_content ul li {
	padding-left: 12px;
	position: relative;
}

.section-default_content ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	width: 4px;
	height: 4px;
	margin-top: 8px;
	border-radius: 50%;
	background-color: black;
}

.section-default_content a {
	color: #18b14f;
	font: 16px/160% "Ambit Regular";
	transition: all .3s ease-in-out;
}

.section-default_content a:hover {
	color: #000;
}

.section-default_content.with_background .content {
	background-color: #18b14f;
	border-radius: 8px;
	padding: 51px;
}

@media only screen and (max-width: 991px) {
	.section-default_content.with_background .content {
		padding: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-default_content.with_background .content {
		padding: 30px 20px;
	}
}

.section-default_content.with_background .content p {
	font-size: 20px;
	line-height: 150%;
	color: #fff;
	font-weight: 400;
	padding: 0px;
	max-width: 932px;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.section-default_content.with_background .content p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.section-default_content.with_background .content p {
		font-size: 16px;
	}
}

.section-default_content.with_background .content p strong {
	display: block;
	font-weight: 700;
}

.section-default_content.with_background .content p:not(:last-child) {
	padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.section-default_content.with_background .content p:not(:last-child) {
		padding-bottom: 15px;
	}
}

.section-content_box_with_bgimage {
	padding: 126px 0px 104px;
	background-size: cover;
}

@media only screen and (max-width: 1400px) {
	.section-content_box_with_bgimage {
		padding: 100px 0px;
	}
}

.section-content_box_with_bgimage .container {
	display: flex;
	justify-content: flex-end;
	max-width: 1380px;
	margin: 0px auto;
	padding: 0px 10px;
}

@media only screen and (max-width: 1400px) {
	.section-content_box_with_bgimage .container {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-content_box_with_bgimage .container {
		max-width: 950px;
	}
}

@media only screen and (max-width: 991px) {
	.section-content_box_with_bgimage .container {
		max-width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.section-content_box_with_bgimage .container {
		justify-content: center;
		max-width: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.section-content_box_with_bgimage .container {
		max-width: 100%;
	}
}

.section-content_box_with_bgimage .container .box-content {
	max-width: 510px;
	margin-right: 0px;
	border-radius: 8px;
	background: #fff;
	padding: 61px 91px;
}

@media only screen and (max-width: 1400px) {
	.section-content_box_with_bgimage .container .box-content {
		padding: 50px 70px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-content_box_with_bgimage .container .box-content {
		padding: 40px 50px;
	}
}

@media only screen and (max-width: 575px) {
	.section-content_box_with_bgimage .container .box-content {
		padding: 30px;
	}
}

.section-content_box_with_bgimage .container .box-content h2 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 32px;
	font-weight: 700;
	line-height: 150%;
}

.section-content_box_with_bgimage .container .box-content h2 em {
	font-family: "Ambit Bold Italic";
	color: #18b14f;
}

@media only screen and (max-width: 575px) {
	.section-content_box_with_bgimage .container .box-content h2 {
		font-size: 24px;
	}
}

.section-content_box_with_bgimage .container .box-content p {
	max-width: 300px;
	color: #787a80;
	padding: 24px 0px 48px;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

@media only screen and (max-width: 1400px) {
	.section-content_box_with_bgimage .container .box-content p {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.section-content_box_with_bgimage .container .box-content p {
		padding: 20px 0px;
	}
}

.section-content_box_with_bgimage .container .box-content a {
	font-family: "Ambit Bold";
	font-size: 14px;
	line-height: 300%;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 0px 32px;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #fff;
	color: #fff;
	color: #18b14f;
	border: 1px solid #fff;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #fff;
	border-color: #fff;
	border-color: #fff;
	border-color: #18b14f;
}

.section-content_box_with_bgimage .container .box-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.section-content_box_with_bgimage .container .box-content a::after {
	width: 0%;
	background-color: #fff;
	background-color: #fff;
	background-color: #18b14f;
}

.section-content_box_with_bgimage .container .box-content a:hover {
	color: #fff;
	border-color: #fff;
	background-color: #fff;
	background-color: #18b14f;
}

.section-content_box_with_bgimage .container .box-content a:hover::after {
	width: 100%;
}

.hero-section {
	position: relative;
	margin-top: -152px;
}

@media only screen and (max-width: 1200px) {
	.hero-section {
		margin-top: -138px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-section {
		margin-top: -118px;
	}
}

@media only screen and (max-width: 575px) {
	.hero-section {
		margin-top: -94px;
	}
}

.hero-section .section-hero_slider {
	line-height: 0px;
	position: relative;
}

.hero-section .section-hero_slider .slick-track, .hero-section .section-hero_slider .slick-list {
	height: 100%;
}

.hero-section .section-hero_slider .banner-slider-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 200px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
	.hero-section .section-hero_slider .banner-slider-section {
		padding: 150px 0px;
	}
}

.hero-section .section-hero_slider .banner-slider-section .container {
	width: 100%;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content {
	max-width: 750px;
}

@media only screen and (max-width: 767px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content {
		max-width: 540px;
	}
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content h1 {
	color: #fff;
	font-family: "Ambit Bold";
	font-size: 82px;
	font-weight: 700;
	line-height: 90%;
	letter-spacing: 1px;
	padding-bottom: 20px;
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content h1 {
		padding-bottom: 20px;
		font-size: 60px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content h1 {
		font-size: 38px;
	}
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content h1 em {
	color: #18b14f;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content p {
	color: #fff;
	font-family: "Ambit Light";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

@media only screen and (max-width: 575px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content p {
		font-size: 18px;
	}
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 1200px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons {
		justify-content: flex-start;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons {
		gap: 15px;
	}
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 39px;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 325%;
	letter-spacing: .5px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a:first-child {
	padding: 0px 21px 0px 39px;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a path {
	transition: all .3s ease-in-out;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a path[fill-opacity='1'] {
	stroke: transparent;
	fill: transparent;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a:hover path {
	stroke: #18b14f;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a:hover path[fill-opacity='1'] {
	stroke: transparent;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a lottie-player {
	width: 50px;
	height: 50px;
}

@media only screen and (max-width: 575px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a lottie-player {
		width: 40px;
		height: 40px;
	}
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a {
		gap: 5px;
		line-height: 300%;
		padding: 0px 25px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a {
		padding: 0px 20px;
		line-height: 280%;
	}
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a.bordered {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #fff;
	border: 1px solid transparent;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
	border-color: #fff;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a.bordered::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a.bordered::after {
	width: 0%;
	background-color: #fff;
	background-color: #18b14f;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a.bordered:hover {
	color: transparent;
	color: #fff;
	border-color: #fff;
	border-color: #18b14f;
	background-color: #18b14f;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content .banner-buttons a.bordered:hover::after {
	width: 100%;
}

.hero-section .section-hero_slider .slick-dots {
	display: flex;
	gap: 5px;
	position: absolute;
	bottom: 14%;
	left: 50%;
	transform: translateX(-50%);
	width: 1250px;
	padding: 0px 10px;
}

@media only screen and (max-width: 1400px) {
	.hero-section .section-hero_slider .slick-dots {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-section .section-hero_slider .slick-dots {
		max-width: 920px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-section .section-hero_slider .slick-dots {
		max-width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-section .section-hero_slider .slick-dots {
		bottom: 11%;
		max-width: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.hero-section .section-hero_slider .slick-dots {
		max-width: 100%;
	}
}

.hero-section .section-hero_slider .slick-dots li {
	opacity: .6;
	transition: all .3s ease-in-out;
	width: 178px;
}

@media only screen and (max-width: 1200px) {
	.hero-section .section-hero_slider .slick-dots li {
		width: 20%;
	}
}

.hero-section .section-hero_slider .slick-dots li:hover, .hero-section .section-hero_slider .slick-dots li.slick-active {
	opacity: 1;
}

.hero-section .section-hero_slider .slick-dots li button {
	width: 100%;
	padding: 0px;
	padding-bottom: 12px;
	background: transparent;
	border: none;
	color: #fff;
	color: transparent;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	position: relative;
	text-align: left;
}

.hero-section .section-hero_slider .slick-dots li button::before {
	content: "0";
	content: unset;
}

.hero-section .section-hero_slider .slick-dots li button::after {
	content: "";
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	border-radius: 10px;
}

.hero-section .section-hero_slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 32px;
	border: none;
	width: 48px;
	height: 48px;
	background-color: #fff;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/Left.svg");
	background-position: center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	opacity: .5;
	border-radius: 50%;
	font-size: 0px;
	transition: all .3s ease-in-out;
	z-index: 1;
}

@media only screen and (max-width: 1400px) {
	.hero-section .section-hero_slider .slick-arrow {
		width: 35px;
		height: 35px;
		left: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-section .section-hero_slider .slick-arrow {
		left: 8px;
	}
}

.hero-section .section-hero_slider .slick-arrow:hover {
	opacity: 1;
}

.hero-section .section-hero_slider .slick-arrow.slick-next {
	left: unset;
	transform: translateY(-50%) rotate(180deg);
	right: 32px;
}

@media only screen and (max-width: 1400px) {
	.hero-section .section-hero_slider .slick-arrow.slick-next {
		right: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-section .section-hero_slider .slick-arrow.slick-next {
		right: 8px;
	}
}

.hero-section .section-hero_slider .slick-arrow.nitro-lazy {
	background-image: none !important;
}

.section-hero_image_content {
	line-height: 0px;
	padding: 200px 0px 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
	.section-hero_image_content {
		padding: 150px 0px 100px;
	}
}

@media only screen and (max-width: 991px) {
	.section-hero_image_content {
		padding: 150px 0px 50px;
	}
}

.section-hero_image_content.overlay::after {
	background: rgba(11, 130, 54, .66);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.section-hero_image_content.black_text .hero-inner h1 {
	color: #000;
}

.section-hero_image_content.black_text .hero-inner p {
	color: #000;
}

.section-hero_image_content.black_text .hero-inner .breadcrumb {
	color: #9a9ca5;
}

.section-hero_image_content.black_text .hero-inner .breadcrumb a {
	color: #424551;
}

/*******gurvinder css************/
div#portfolio-details .content h2 {
	color: #056933;
	font: 40px/130% "Ambit Bold";
	text-transform: capitalize;
}

.header .header-section .header-right .desktop-menu ul li ul.sub-menu {
	display: block;
	box-shadow: none;
}

.header .header-section .header-right .desktop-menu ul li.current-menu-item ul.sub-menu li a::after {
	width: 0%;
}

.header .header-section .header-right .desktop-menu ul li.current-menu-item ul.sub-menu li a:hover::after {
	width: calc(100% + 6px);
}

.header.sticky-green.scrolling .header-section .header-right .desktop-menu ul li ul.sub-menu {
	padding: 0px 10px;
	background-color: #18b14f;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, .5);
}

.header .header-section .header-right .desktop-menu ul li ul.sub-menu li {
	padding: 10px 0px 0px;
}

.header .header-section .header-right .desktop-menu ul li ul.sub-menu a {
	width: max-content !important;
}

.header .header-section .header-right .desktop-menu ul li ul.sub-menu li:last-child {
	display: block;
}

.section.section-default_content.home-portfolio-page {
	background: rgba(230, 230, 230, .5);
}

.video-background-section .slide-text .banner-buttons a path {
	transition: all .3s ease-in-out;
}

.video-background-section .slide-text .banner-buttons a path[fill-opacity='1'] {
	stroke: transparent;
	fill: transparent;
}

.video-background-section .slide-text .banner-buttons a:hover path {
	stroke: #18b14f;
}

.video-background-section .slide-text .banner-buttons a:hover path[fill-opacity='1'] {
	stroke: transparent;
}

.video-background-section .slide-text .banner-buttons a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.video-background-section .slide-text .banner-buttons a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.video-background-section .slide-text .banner-buttons a:hover::after {
	width: 100%;
}

.section.section-video_area {
	padding: 50px 0px;
	text-align: -webkit-center;
}

.video-background-section .slide-text .banner-buttons a.bordered:hover {
	color: #fff;
	border-color: #18b14f;
	background-color: #18b14f;
}

.video-background-section .slide-text .banner-buttons a.bordered::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.video-background-section .slide-text .banner-buttons a.bordered::after {
	width: 0%;
	background-color: #fff;
	background-color: #18b14f;
}

.video-background-section .slide-text .banner-buttons a.bordered:hover::after {
	width: 100%;
}

h3.video-heading {
	color: #056933;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 46px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 30px;
}

.section-hero_image_content .hero-inner h1 {
	text-transform: capitalize;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content h1 {
	text-transform: capitalize;
}

.similar-project-section {
	padding: 50px 0px;
	background: #f4f5f6;
}

.hero-section .section-hero_slider .banner-slider-section .container .slider-content p {
	line-height: 26px !important;
}

.section-two_column .block_row .block-col ul li {
	/* color: #000; */
	color: #787a80;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

/*****Contact-form css***********/
.contact-page-general-form {
	width: 80%;
	margin: auto;
}

.contact-page-general-form .flexbox {
	display: flex;
	gap: 20px;
	margin: 20px 0px;
}

.contact-page-general-form .left-box {
	width: 50%;
}

.contact-page-general-form .right-box {
	width: 50%;
}

.contact-page-general-form .wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}

.contact-page-general-form  input {
	background: rgba(230, 230, 230, .5);
	border: 0px;
	padding: 15px;
	width: 100%;
}

.contact-page-general-form  textarea {
	background: rgba(230, 230, 230, .5);
	border: 0px;
	padding: 15px;
	width: 100%;
}

.contact-page-general-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 30%;
	font: 14px/300% "Ambit Regular";
	letter-spacing: .5px;
	padding: 0px 32px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	border-radius: 50px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

/*****news listing page */
.posts-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

button.load-more-btn {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #18b14f;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	transition: all .3s ease-in-out;
	background-color: transparent;
	border: 1px solid #18b14f;
	border-radius: 30px;
	padding: 11px 25px;
	margin-top: 30px;
}

button.load-more-btn:hover {
	background-color: #18b14f;
	color: #fff;
}

button.load-more-btn:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/load-icon.svg");
	transition: all .5s ease-in-out;
	transform: rotate(0deg);
}

button.load-more-btn:hover::before {
	transform: rotate(180deg);
	filter: brightness(0) invert(1);
}

.post-card {
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 8px;
	transition: transform .3s ease;
}

.post-card .post-thumbnail {
	margin-top: 0px;
}

.post-content {
	padding: 20px 10px 20px 30px;
}

.post-card:hover {
	transform: scale(1.05);
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}

.post-title {
	font-size: 1.2em;
	margin: 10px 0;
}

.post-meta {
	font-size: .9em;
	color: #777;
}

.post-meta .post-date, .post-meta .post-category {
	display: block;
	margin-top: 5px;
}

.pagination.news-pagination {
	text-align: center;
	margin-top: 20px;
}

/*
.pagination.news-pagination a,
.pagination.news-pagination span {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
}

.pagination.news-pagination a:hover {
    background-color: #f1f1f1;
}
      .pagination {
    text-align: center;
    margin-top: 30px;
     margin-bottom: 30px;
}*/
.pagination.news-pagination a {
	margin: 0 5px;
	padding: 5px 15px;
	border: 1px solid #18b14f;
	border-radius: 50px;
	text-decoration: none;
	color: #18b14f;
	font-size: 18px;
	line-height: 28px;
}

.pagination.news-pagination span {
	margin: 0 5px;
	padding: 5px 15px;
	border: 1px solid #18b14f;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	background: #18b14f;
	font-size: 18px;
	line-height: 28px;
}

.pagination.news-pagination a:hover {
	background-color: #18b14f;
	color: #fff;
}

@media (min-width: 0px) and (max-width: 768px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li {
		width: 100% !important;
	}
	
	/*.video-background-section {
    position: relative;
    width: 100%;
    height: 300px !important;
    overflow: hidden;
}*/
	.hero-section {
		margin-top: -138px;
	}
}

/*****************/
@media only screen and (max-width: 767px) {
	.section-hero_image_content .hero-inner {
		max-width: 540px;
	}
}

.section-hero_image_content .hero-inner h1 {
	color: #fff;
	font-family: "Ambit Bold";
	font-size: 72px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
	.section-hero_image_content .hero-inner h1 {
		padding-bottom: 20px;
		font-size: 50px;
		line-height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section-hero_image_content .hero-inner h1 {
		line-height: 120%;
		font-size: 38px;
	}
}

@media only screen and (max-width: 575px) {
	.section-hero_image_content .hero-inner h1 {
		font-size: 30px;
	}
	
	.section-hero_image_content .hero-inner h1 br {
		display: none;
	}
}

.section-hero_image_content .hero-inner h1 em {
	color: #18b14f;
}

.section-hero_image_content .hero-inner .hero-description {
	padding-bottom: 30px;
}

.section-hero_image_content .hero-inner p {
	color: #fff;
	font: 20px/150% "Ambit Light";
	max-width: 570px;
}

.section-hero_image_content .hero-inner .hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.section-hero_image_content .hero-inner .hero-btns {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 575px) {
	.section-hero_image_content .hero-inner .hero-btns {
		gap: 15px;
	}
}

.section-hero_image_content .hero-inner .hero-btns a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 0px 39px;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 325%;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.section-hero_image_content .hero-inner .hero-btns a:first-child {
	padding: 0px 21px 0px 39px;
}

.section-hero_image_content .hero-inner .hero-btns a path {
	transition: all .3s ease-in-out;
}

.section-hero_image_content .hero-inner .hero-btns a path[fill-opacity='1'] {
	stroke: transparent;
	fill: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a:hover path {
	stroke: #18b14f;
}

.section-hero_image_content .hero-inner .hero-btns a:hover path[fill-opacity='1'] {
	stroke: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a lottie-player {
	width: 50px;
	height: 50px;
}

@media only screen and (max-width: 575px) {
	.section-hero_image_content .hero-inner .hero-btns a lottie-player {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-hero_image_content .hero-inner .hero-btns a {
		gap: 5px;
		line-height: 300%;
		padding: 0px 25px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.section-hero_image_content .hero-inner .hero-btns a {
		padding: 0px 20px;
		line-height: 280%;
	}
}

.section-hero_image_content .hero-inner .hero-btns a.green-color {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
}

.section-hero_image_content .hero-inner .hero-btns a.green-color::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.section-hero_image_content .hero-inner .hero-btns a.green-color:hover {
	background-color: #fff;
	color: #18b14f;
}

.section-hero_image_content .hero-inner .hero-btns a.green-color:hover::after {
	width: 100%;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	border: 1px solid #fff;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #fff;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color:hover {
	background-color: #18b14f;
	border-color: #18b14f;
	color: #fff;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color:hover::after {
	width: 100%;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color path {
	stroke: #18b14f;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color path[fill-opacity='1'] {
	stroke: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color:hover path {
	stroke: #fff;
}

.section-hero_image_content .hero-inner .hero-btns a.white-color:hover path[fill-opacity='1'] {
	stroke: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #fff;
	border: 1px solid #fff;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color:hover {
	background-color: #18b14f;
	border-color: #18b14f;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color:hover::after {
	width: 100%;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color path {
	stroke: #fff;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color path[fill-opacity='1'] {
	stroke: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color:hover path {
	stroke: #fff;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-color:hover path[fill-opacity='1'] {
	stroke: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #000;
	border: 1px solid #000;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: rgba(217, 217, 217, .9);
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity:hover {
	background-color: #18b14f;
	border-color: #18b14f;
	color: #fff;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity:hover::after {
	width: 100%;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity path {
	stroke: #000;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity path[fill-opacity='1'] {
	stroke: transparent;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity:hover path {
	stroke: #fff;
}

.section-hero_image_content .hero-inner .hero-btns a.transparent-opacity:hover path[fill-opacity='1'] {
	stroke: transparent;
}

.section-hero_image_content .hero-inner .banner-logo {
	margin-top: 30px;
}

@media only screen and (max-width: 575px) {
	.section-hero_image_content .hero-inner .banner-logo {
		margin-top: 15px;
	}
}

.section-hero_image_content .hero-inner .banner-logo img {
	max-height: 80px;
}

.section-two_column .container {
	max-width: 1204px;
	margin: 0px auto;
	padding: 0px 10px;
}

@media only screen and (max-width: 1400px) {
	.section-two_column .container {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-two_column .container {
		max-width: 920px;
	}
}

@media only screen and (max-width: 991px) {
	.section-two_column .container {
		max-width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.section-two_column .container {
		max-width: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.section-two_column .container {
		max-width: 100%;
	}
}

.section-two_column .title-row {
	margin: 0px auto;
	max-width: 550px;
	padding-top: 30px;
	text-align: center;
}

.section-two_column .title-row h1 {
	color: #000;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
}

.section-two_column .title-row h1 em {
	color: #18b14f;
}

@media only screen and (max-width: 991px) {
	.section-two_column .title-row h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-two_column .title-row h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 575px) {
	.section-two_column .title-row h1 {
		font-size: 40px;
	}
}

.section-two_column .title-row p {
	padding-top: 17px;
	color: #787a80;
	text-align: center;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

@media only screen and (max-width: 991px) {
	.section-two_column .title-row p {
		padding-top: 10px;
	}
}

.section-two_column .block_row {
	padding: 70px 0px 90px;
}

@media only screen and (max-width: 991px) {
	.section-two_column .block_row {
		padding: 50px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section-two_column .block_row {
		padding: 40px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section-two_column .block_row {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}
}

.section-two_column .block_row .block-col {
	display: flex;
	flex-direction: row-reverse;
	align-items: unset;
	background: rgba(230, 230, 230, .5);
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.section-two_column .block_row .block-col {
		flex-direction: column;
	}
}

.section-two_column .block_row .block-col.even {
	flex-direction: row;
	border-radius: 4px;
}

@media only screen and (max-width: 767px) {
	.section-two_column .block_row .block-col.even {
		flex-direction: column;
	}
}

.section-two_column .block_row .block-col h5 {
	/*color: #000;*/
	color: #056933;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	text-transform: capitalize;
}

.section-two_column .block_row .block-col p {
	/* color: #000;*/
	color: #787a80;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.section-two_column .block_row .block-col a {
	color: #18b14f;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	text-decoration-line: underline;
	transition: all .3s ease-in-out;
}

.section-two_column .block_row .block-col a:hover {
	color: #000;
}

.section-two_column .block_row .block-col .link-row span {
	color: #787a80;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.section-two_column .block_row .block-col .link-row a {
	/* color: #000;*/
	color: #18b14f;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.section-two_column .block_row .block-col .link-row a:hover {
	color: #000;
}

.section-two_column .block_row .block-col .left-content {
	width: 50%;
	line-height: 0px;
}

@media only screen and (max-width: 767px) {
	.section-two_column .block_row .block-col .left-content {
		width: 100%;
	}
}

.section-two_column .block_row .block-col .left-content img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

@media only screen and (max-width: 991px) {
	.section-two_column .block_row .block-col .left-content img {
		max-height: 500px;
	}
}

.section-two_column .block_row .block-col .right-content {
	width: 50%;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.section-two_column .block_row .block-col .right-content {
		width: 100%;
		padding: 50px 0px;
	}
}

.section-two_column .block_row .block-col .right-content ul {
	list-style: disc;
	padding-left: 15px;
}

.section-two_column .block_row .block-col .right-content .content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	max-width: 250px;
	margin: 0px auto;
}

@media only screen and (max-width: 1400px) {
	.section-two_column .block_row .block-col .right-content .content {
		gap: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-two_column .block_row .block-col .right-content .content {
		gap: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.section-two_column .block_row .block-col .right-content .content {
		gap: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.section-two_column .block_row .block-col .right-content .content {
		width: 100%;
	}
}

.section-two_column .container-fluid .title-row {
	padding: 73px 10px 0px;
	max-width: 810px;
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .title-row {
		padding-top: 60px;
	}
}

.section-two_column .container-fluid .title-row h2 {
	/*color: #000;*/
	color: #056933;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 46px;
	font-weight: 700;
	line-height: 130%;
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .title-row h2 {
		font-size: 36px;
	}
}

.section-two_column .container-fluid .title-row p {
	padding-top: 24px;
}

.section-two_column .container-fluid .title-row a {
	padding: 0px 32px;
	font-family: "Ambit Bold";
	font-size: 14px;
	font-weight: 700;
	line-height: 314%;
	letter-spacing: .5px;
	margin-top: 43px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.section-two_column .container-fluid .title-row a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.section-two_column .container-fluid .title-row a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.section-two_column .container-fluid .title-row a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.section-two_column .container-fluid .title-row a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.section-two_column .container-fluid .title-row a {
		margin-top: 30px;
	}
}

.section-two_column .container-fluid .block_row {
	padding: 87px 0px 0px;
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .block_row {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-two_column .container-fluid .block_row {
		gap: 0px;
	}
}

.section-two_column .container-fluid .block_row .block-col {
	flex-direction: row;
	border-radius: 0px;
	background-color: rgba(229, 229, 229, .31);
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .block_row .block-col {
		flex-direction: column;
	}
}

.section-two_column .container-fluid .block_row .block-col.even {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .block_row .block-col.even {
		flex-direction: column;
	}
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .block_row .block-col .left-content {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .block_row .block-col .right-content {
		width: 90%;
		margin: 0px auto;
	}
}

.section-two_column .container-fluid .block_row .block-col .right-content .content {
	max-width: 576px;
	margin: 10px auto;
	overflow: scroll;
	padding: 10px 0;
}

.section-two_column .container-fluid .block_row .block-col .right-content .content::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 1400px) {
	.section-two_column .container-fluid .block_row .block-col .right-content .content {
		overflow: scroll;
		max-width: 500px;
		margin: 30px auto;
	}
}

@media only screen and (max-width: 1200px) {
	.section-two_column .container-fluid .block_row .block-col .right-content .content {
		max-width: 400px;
	}
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .block_row .block-col .right-content .content {
		max-width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section-two_column .container-fluid .block_row .block-col .right-content .content {
		margin: 0px;
	}
}

.section-two_column .container-fluid .block_row .block-col .right-content .content .block-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.section-two_column .container-fluid .block_row .block-col .right-content a {
	padding: 0px 32px;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 14px;
	font-weight: 700;
	line-height: 314%;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	overflow: visible;
	color: transparent;
	color: #fff;
	color: #18b14f;
	border: 1px solid transparent;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
	border-color: transparent;
	border-color: transparent;
	border-color: #18b14f;
}

.section-two_column .container-fluid .block_row .block-col .right-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.section-two_column .container-fluid .block_row .block-col .right-content a::after {
	width: 0%;
	background-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.section-two_column .container-fluid .block_row .block-col .right-content a:hover {
	color: transparent;
	color: #fff;
	color: #fff;
	border-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.section-two_column .container-fluid .block_row .block-col .right-content a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.section-two_column .container-fluid .block_row .block-col .right-content a {
		line-height: 280%;
	}
}

.show_portfolio_details + .section-horizontal_item_list.white {
	padding-top: 0;
}

.section-horizontal_item_list {
	background-color: #f4f5f6;
	padding: 80px 0px 100px;
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list {
		padding: 70px 0px;
	}
}

.section-horizontal_item_list .container {
	max-width: 1294px;
	margin: 0px auto;
	padding: 0px 10px;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list .container {
		max-width: 920px;
	}
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list .container {
		max-width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.section-horizontal_item_list .container {
		max-width: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.section-horizontal_item_list .container {
		max-width: 100%;
	}
}

.section-horizontal_item_list .container .list_title {
	max-width: 810px;
	margin: 0px auto;
}

.section-horizontal_item_list .container .list_title h4 {
	padding-bottom: 24px;
	color: #056933;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container .list_title h4 {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list .container .list_title h4 {
		padding-bottom: 15px;
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list .container .list_title h4 {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.section-horizontal_item_list .container .list_title h4 {
		font-size: 34px;
	}
}

.section-horizontal_item_list .container .list_title p {
	color: #787a80;
	text-align: center;
	font-family: "Ambit Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-horizontal_item_list .container .item_list {
	padding-top: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 35px;
	justify-content: center;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container .item_list {
		gap: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list .container .item_list {
		padding-top: 50px;
		flex-direction: column;
		gap: 50px;
		align-items: center !important;
	}
}

.section-horizontal_item_list .container .item_list.\36 -items {
	flex-wrap: unset;
	gap: 6px;
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list .container .item_list.\36 -items {
		flex-wrap: wrap;
		gap: 20px;
	}
}

.section-horizontal_item_list .container .item_list .item-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 225px;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container .item_list .item-col {
		width: 205px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list .container .item_list .item-col {
		width: 180px;
	}
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list .container .item_list .item-col {
		width: auto;
	}
}

.section-horizontal_item_list .container .item_list .item-col .image-box {
	margin-bottom: 25px;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container .item_list .item-col .image-box {
		margin-bottom: 15px;
	}
}

.section-horizontal_item_list .container .item_list .item-col .image-box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0px auto;
	border-radius: 50%;
	background-color: #18b14f;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container .item_list .item-col .image-box a {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list .container .item_list .item-col .image-box a {
		width: 100px;
		height: 100px;
	}
}

.section-horizontal_item_list .container .item_list .item-col .image-box a:hover img {
	transform: scale(1.1);
}

.section-horizontal_item_list .container .item_list .item-col .image-box a img {
	width: 32px;
	height: 32px;
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.section-horizontal_item_list .container .item_list .item-col h5 {
	text-align: center;
	color: #000;
	font-family: "Ambit Regular";
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 6px;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container .item_list .item-col h5 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list .container .item_list .item-col h5 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list .container .item_list .item-col h5 {
		font-size: 20px;
	}
}

.section-horizontal_item_list .container .item_list .item-col a {
	/*color: #000;*/
	color: #787a80;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	transition: all .3s ease-in-out;
	text-align: center;
}

.section-horizontal_item_list .container .item_list .item-col a:hover {
	color: #18b14f;
}

@media only screen and (max-width: 1400px) {
	.section-horizontal_item_list .container .item_list .item-col a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list .container .item_list .item-col a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list .container .item_list .item-col a {
		font-size: 16px;
	}
}

.section-newsletter {
	padding: 50px 0;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-newsletter::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(5, 105, 51, .8) 0%, rgba(5, 105, 51, .8) 100%);
	z-index: -1;
}

@media only screen and (max-width: 991px) {
	.section-newsletter {
		padding: 50px 0px;
	}
}

.section-newsletter .form-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 700px;
	margin: 0px auto;
	padding: 30px 0 18px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
}

@media only screen and (max-width: 991px) {
	.section-newsletter .form-section {
		margin: 0 auto;
		max-width: 90%;
		gap: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.section-newsletter .form-section {
		padding: 40px 10px;
		max-width: 100%;
	}
}

.section-newsletter .form-section h4 {
	color: var(--gray-900, #000);
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.section-newsletter .form-section h4 em {
	color: #18b14f;
}

@media only screen and (max-width: 767px) {
	.section-newsletter .form-section h4 {
		font-size: 22px;
	}
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form {
	gap: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.section-newsletter .form-section .newsletter-form-section .newsletter-form {
		flex-direction: column;
		padding: 0px;
	}
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .field-row {
	position: relative;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .field-row input {
	outline: none;
	width: 410px;
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #e5e8ed;
	background-color: #f4f5f6;
	color: #000;
	font-family: "Ambit Regular";
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}

@media only screen and (max-width: 991px) {
	.section-newsletter .form-section .newsletter-form-section .newsletter-form .field-row input {
		width: 100%;
		max-width: 410px;
	}
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .field-row input::placeholder {
	color: #9a9ca5;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .field-row input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #f4f5f6 inset !important;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .submit-btn {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .submit-btn::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .submit-btn::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .submit-btn:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .submit-btn:hover::after {
	width: 100%;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .submit-btn:hover input {
	color: #18b14f;
}

.section-newsletter .form-section .newsletter-form-section .newsletter-form .submit-btn input {
	border: none;
	outline: none;
	padding: 0px 32px;
	background-color: transparent;
	color: #fff;
	font-family: "Ambit Bold";
	font-size: 14px;
	font-weight: 700;
	line-height: 300%;
	letter-spacing: .5px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.section-newsletter .form-section .newsletter-form-section .subscribe-btn {
	padding: 0px 34px;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 292%;
	letter-spacing: .5px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

@media only screen and (max-width: 767px) {
	.section-newsletter .form-section .newsletter-form-section .subscribe-btn {
		font-size: 14px;
	}
}

.section-newsletter .form-section .newsletter-form-section .subscribe-btn::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.section-newsletter .form-section .newsletter-form-section .subscribe-btn:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.section-newsletter .form-section .newsletter-form-section .subscribe-btn:hover:after {
	width: 100%;
}

.section-newsletter .form-section .newsletter-form-section .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -5px;
	transform: translateY(100%);
}

.section-newsletter .form-section .newsletter-form-section .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translate(100%, -50%);
	right: -10px;
	margin: 0px;
}

.section-newsletter .form-section .newsletter-form-section .wpcf7-not-valid-tip {
	font-family: "Ambit Regular";
	margin-top: 5px;
	font-size: 14px;
	line-height: 120%;
	color: red;
}

.section-newsletter .form-section .newsletter-form-section .invalid .wpcf7-response-output {
	border: 2px solid red;
	margin: 10px 0px 0px;
}

@media only screen and (max-width: 767px) {
	.section-newsletter .form-section .newsletter-form-section .invalid .wpcf7-response-output {
		margin: 10px 10px 0px;
	}
}

.section-newsletter .form-section .newsletter-form-section .sent .wpcf7-response-output {
	border: 2px solid green;
	margin: 10px 10px 0px 10px;
}

.featured-project {
	padding: 0px 105px;
}

@media only screen and (max-width: 1500px) {
	.featured-project {
		padding: 0px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.featured-project {
		padding: 0px 30px;
	}
}

.featured-project .featured-project-tabs {
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-tabs {
		transform: translateY(-25%);
		row-gap: 15px;
	}
}

.featured-project .featured-project-tabs input {
	display: none;
}

.featured-project .featured-project-tabs .project-tabs {
	border-radius: 4px;
	width: 15%;
	height: 155px;
}

@media only screen and (max-width: 1500px) {
	.featured-project .featured-project-tabs .project-tabs {
		width: 24%;
	}
}

@media only screen and (max-width: 1200px) {
	.featured-project .featured-project-tabs .project-tabs {
		height: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-tabs .project-tabs {
		height: 85px;
		width: 48%;
	}
}

.featured-project .featured-project-tabs .project-tabs:nth-child(1) img {
	max-height: 50px;
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-tabs .project-tabs:nth-child(1) img {
		max-height: 30px;
	}
}

.featured-project .featured-project-tabs .project-tabs:nth-child(2) img {
	max-height: 40px;
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-tabs .project-tabs:nth-child(2) img {
		max-height: 30px;
	}
}

.featured-project .featured-project-tabs .project-tabs label {
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	background-color: #fff;
	height: 100%;
	gap: 15px;
	display: flex;
	padding-bottom: 32px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transition: all .3s ease-in-out;
	color: #9a9ca5;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
}

@media only screen and (max-width: 1200px) {
	.featured-project .featured-project-tabs .project-tabs label {
		padding-bottom: 20px;
		gap: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-tabs .project-tabs label {
		padding-bottom: 10px;
		font-size: 14px;
		gap: 5px;
	}
}

.featured-project .featured-project-tabs .project-tabs label img {
	max-height: 35px;
	height: 50px;
	filter: brightness(100%) invert(0);
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-tabs .project-tabs label img {
		max-height: 20px;
	}
}

.featured-project .featured-project-tabs .project-tabs.active label, .featured-project .featured-project-tabs .project-tabs:hover label {
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .05), 0px 12px 10px -6px rgba(24, 177, 79, .08), 0px 26px 24px -10px rgba(24, 177, 79, .1), 0px 60px 80px -20px rgba(24, 177, 79, .16);
	background-color: transparent;
	color: #fff;
}

.featured-project .featured-project-tabs .project-tabs.active label img, .featured-project .featured-project-tabs .project-tabs:hover label img {
	filter: brightness(0) invert(1);
}

.featured-project .featured-project-detail {
	padding: 0px 0px 115px;
	display: flex;
	gap: 80px;
}

@media only screen and (max-width: 1400px) {
	.featured-project .featured-project-detail {
		justify-content: space-between;
		gap: 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.featured-project .featured-project-detail {
		padding: 0px 0px 80px;
	}
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-detail {
		flex-direction: column;
		gap: 50px;
		display: none;
	}
}

.featured-project .featured-project-detail .project-left {
	width: 575px;
	font-size: 0px;
	position: relative;
}

@media only screen and (max-width: 1400px) {
	.featured-project .featured-project-detail .project-left {
		width: 47%;
	}
}

@media only screen and (max-width: 991px) {
	.featured-project .featured-project-detail .project-left {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-detail .project-left {
		width: 100%;
	}
}

.featured-project .featured-project-detail .project-left img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-project .featured-project-detail .project-left .project-type {
	position: absolute;
	top: -10px;
	left: 20px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.featured-project .featured-project-detail .project-left .project-type .cat-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
}

.featured-project .featured-project-detail .project-left .project-type .cat-img img {
	object-fit: contain;
	max-height: 28px;
	border-radius: 0px;
	filter: brightness(0) invert(1);
}

.featured-project .featured-project-detail .project-right {
	width: 575px;
}

@media only screen and (max-width: 1400px) {
	.featured-project .featured-project-detail .project-right {
		width: 47%;
	}
}

@media only screen and (max-width: 991px) {
	.featured-project .featured-project-detail .project-right {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.featured-project .featured-project-detail .project-right {
		width: 100%;
	}
}

.featured-project .featured-project-detail .project-right h6 {
	color: #18b14f;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featured-project .featured-project-detail .project-right h2 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 32px;
	font-weight: 700;
	line-height: 120%;
}

@media only screen and (max-width: 991px) {
	.featured-project .featured-project-detail .project-right h2 {
		font-size: 28px;
	}
}

.featured-project .featured-project-detail .project-right .project-details {
	padding: 24px 0px 48px;
}

@media only screen and (max-width: 1200px) {
	.featured-project .featured-project-detail .project-right .project-details {
		padding: 20px 0px 30px;
	}
}

@media only screen and (max-width: 991px) {
	.featured-project .featured-project-detail .project-right .project-details {
		padding: 20px 0px;
	}
}

.featured-project .featured-project-detail .project-right .project-details p {
	text-transform: capitalize;
	font-family: "Ambit Light";
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	color: #000;
}

.featured-project .featured-project-detail .project-right .project-details p span {
	font-family: "Ambit Bold";
	color: #787a80;
}

.featured-project .featured-project-detail .project-right a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/300% "Ambit Bold";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
}

.featured-project .featured-project-detail .project-right a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.featured-project .featured-project-detail .project-right a:hover {
	background-color: #18b14f;
	color: #fff;
}

.featured-project .featured-project-detail .project-right a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.featured-project .featured-project-detail .project-right a {
		line-height: 250%;
		padding: 0px 30px;
	}
}

.portfolio-listing {
	padding: 97px 0px 122px;
}

@media only screen and (max-width: 767px) {
	.portfolio-listing {
		padding: 60px 0px;
	}
}

.portfolio-listing .container {
	max-width: 1460px;
	margin: 0px auto;
	padding: 0px 10px;
}

@media only screen and (max-width: 1500px) {
	.portfolio-listing .container {
		max-width: 1350px;
	}
}

@media only screen and (max-width: 1400px) {
	.portfolio-listing .container {
		max-width: 1150px;
	}
}

@media only screen and (max-width: 1200px) {
	.portfolio-listing .container {
		max-width: 950px;
	}
}

@media only screen and (max-width: 991px) {
	.portfolio-listing .container {
		max-width: 750px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-listing .container {
		max-width: 560px;
	}
}

@media only screen and (max-width: 575px) {
	.portfolio-listing .container {
		max-width: 100%;
	}
}

.portfolio-listing .container .portfolio-listing-section {
	padding: 0px 105px;
}

@media only screen and (max-width: 1500px) {
	.portfolio-listing .container .portfolio-listing-section {
		padding: 0px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-listing .container .portfolio-listing-section {
		padding: 0px;
	}
}

.portfolio-listing .container .portfolio-listing-section .project-section {
	padding: 0px 0px 60px;
	justify-content: flex-start;
	gap: 30px;
}

@media only screen and (max-width: 1400px) {
	.portfolio-listing .container .portfolio-listing-section .project-section {
		gap: 20px;
		row-gap: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.portfolio-listing .container .portfolio-listing-section .project-section {
		column-gap: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.portfolio-listing .container .portfolio-listing-section .project-section {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 575px) {
	.portfolio-listing .container .portfolio-listing-section .project-section {
		justify-content: center;
	}
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card {
	padding-bottom: 96px;
	width: 390px;
}

@media only screen and (max-width: 1400px) {
	.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card {
		width: 32%;
	}
}

@media only screen and (max-width: 991px) {
	.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card {
		width: 48%;
	}
}

@media only screen and (max-width: 575px) {
	.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card {
		width: 300px;
	}
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card:hover .card-content a {
	margin-top: 24px;
	border-width: 1px;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .image-content {
	height: 345px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .image-content {
		height: 240px;
	}
}

@media only screen and (max-width: 991px) {
	.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .image-content {
		height: 240px;
	}
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .image-content a {
	height: 100%;
	width: 100%;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .image-content .project-type {
	position: absolute;
	top: -10px;
	left: 20px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .image-content .project-type .cat-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .image-content .project-type .cat-img img {
	max-height: 25px;
	border-radius: 0px;
	filter: brightness(0) invert(1);
	object-fit: contain;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .card-content {
	padding: 16px 20px 24px;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .card-content a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: transparent;
	color: #fff;
	color: #18b14f;
	border: 1px solid transparent;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
	border-color: transparent;
	border-color: transparent;
	border-color: #18b14f;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .card-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .card-content a::after {
	width: 0%;
	background-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .card-content a:hover {
	color: transparent;
	color: #fff;
	color: #fff;
	border-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .card-content a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.portfolio-listing .container .portfolio-listing-section .project-section .project-section-card .card-content a {
		line-height: 250%;
		padding: 0px 30px;
	}
}

.portfolio-listing .container .portfolio-listing-section .load-more-btn {
	display: flex;
	justify-content: center;
}

.portfolio-listing .container .portfolio-listing-section .load-more-btn a {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #18b14f;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	transition: all .3s ease-in-out;
	background-color: transparent;
	border: 1px solid #18b14f;
	border-radius: 30px;
	padding: 11px 25px;
}

.portfolio-listing .container .portfolio-listing-section .load-more-btn a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/load-icon.svg");
	transition: all .5s ease-in-out;
	transform: rotate(0deg);
}

.portfolio-listing .container .portfolio-listing-section .load-more-btn a.loading::before {
	animation: rotating 1s linear infinite;
}

@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.portfolio-listing .container .portfolio-listing-section .load-more-btn a:hover {
	background-color: #18b14f;
	color: #fff;
}

.portfolio-listing .container .portfolio-listing-section .load-more-btn a:hover::before {
	transform: rotate(180deg);
	filter: brightness(0) invert(1);
}

.map-section {
	margin-top: -80px;
	position: relative;
}

@media only screen and (max-width: 1400px) {
	.map-section {
		margin-top: -30px;
	}
}

@media only screen and (max-width: 1200px) {
	.map-section {
		margin-top: -50px;
	}
}

.map-section::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(217, 217, 217, .15);
	z-index: -1;
}

.map-section .container {
	max-width: 1460px;
	margin: 0px auto;
	padding: 0px 10px;
}

@media only screen and (max-width: 1500px) {
	.map-section .container {
		max-width: 1350px;
	}
}

@media only screen and (max-width: 1400px) {
	.map-section .container {
		max-width: 1150px;
	}
}

@media only screen and (max-width: 1200px) {
	.map-section .container {
		max-width: 950px;
	}
}

@media only screen and (max-width: 991px) {
	.map-section .container {
		max-width: 750px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container {
		max-width: 560px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container {
		max-width: 100%;
	}
}

.map-section .container .map-area {
	position: relative;
}

.map-section .container .map-area > p {
	position: absolute;
	z-index: 1;
	color: #fff;
	padding: 10px 20px;
	text-transform: capitalize;
}

.map-section .container .map-area .vision-map {
	padding: 30px 0px 100px;
	border-radius: 20px;
	border: 0px solid #fff;
	background: #18b14f;
	box-shadow: 0px 4px 114px 0px rgba(0, 0, 0, .33);
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .vision-map {
		padding: 30px 0px 170px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .vision-map {
		padding-bottom: 60px;
	}
}

.map-section .container .map-area .vision-map .vision-image {
	max-width: 890px;
	max-height: 670px;
	margin: 0px auto;
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-image {
		margin-bottom: 10px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.vision-show .vision-pos {
	z-index: 2 !important;
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.vision-show .vision-body:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 48px;
	height: 48px;
	transform: translateX(-100%);
	background-color: #d6d6d6;
	border: 1px solid #e5e8ed;
	border-radius: 8px 0px 0px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.vision-show .vision-body:before {
		left: unset;
		right: 0px;
		transform: translateX(100%);
		border-radius: 0px 8px 8px 0px;
		width: 36px;
		height: 40px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.vision-show.wind .vision-body:before {
	background-color: #18b14f;
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.vision-show.solar .vision-body:before {
	background-color: #f2c15b;
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.vision-show.battery .vision-body:before {
	background-color: #8fbffc;
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-pos {
	top: -2px;
}

@media only screen and (max-width: 1400px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-pos {
		left: 0px;
		transform: translateX(calc(-100% - 18px));
	}
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-pos {
		top: -4px;
		transform: translateX(calc(-100% - 15px));
	}
}

@media only screen and (max-width: 991px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-pos {
		top: -6px;
		transform: translateX(calc(-100% - 14px));
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-pos {
		top: -8px;
		transform: translateX(calc(-100% - 12px));
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-pos {
		top: -10px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip.vision-show .vision-body:before {
	left: 0;
	transform: translateX(-100%);
	border-radius: 8px 0px 0px 8px;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip.vision-show .vision-body:before {
		width: 36px;
		height: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip.vision-show .vision-body:before {
		width: 30px;
		height: 35px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-pos {
	top: -1px;
}

@media only screen and (max-width: 1400px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-pos {
		transform: translateX(calc(0% - 1px));
	}
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-pos {
		top: -3px;
		transform: translateX(calc(0% + 1px));
	}
}

@media only screen and (max-width: 991px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-pos {
		top: -5px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-offset, .map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-pos {
		top: -8px;
		transform: translateX(calc(0% + 2px));
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip.left-side-tool-tip .vision-form {
	box-shadow: 6px 6px 1px 0px rgba(5, 105, 51, .4);
	padding: 0px;
	border-radius: 0px 8px 8px 8px;
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form {
	box-shadow: 6px 6px 1px 0px rgba(5, 105, 51, .4);
	padding: 0px;
	border-radius: 0px 8px 8px 8px;
}

@media only screen and (max-width: 1400px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form {
		box-shadow: -6px 6px 1px 0px rgba(5, 105, 51, .4);
		border-radius: 8px 0px 8px 8px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form h5 {
	color: #18b14f;
	padding: 10px 15px 0px;
	font: 17px/120% "Ambit Bold";
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form h5 {
		font-size: 12px;
		padding: 5px 5px 0px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form h5 a {
	color: inherit;
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form h6 {
	color: #787a80;
	padding: 0px 15px 5px;
	font: 11px/120% "Ambit Regular";
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form h6 {
		font-size: 10px;
		padding: 0px 5px 5px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 8px 15px;
	font: 11px/160% "Ambit Regular";
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p {
		line-height: 120%;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p {
		font-size: 10px;
		gap: 4px;
		padding: 5px 5px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p:first-of-type {
	color: #787a80;
	border-top: 1px solid #e5e8ed;
	border-bottom: 1px solid #e5e8ed;
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p img {
	margin-top: 6px;
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p img {
		margin-top: 2px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p img {
		margin-top: 0px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p {
	color: #18b14f;
	font: 15px/160% "Ambit Regular";
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p {
		line-height: 120%;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p {
		font-size: 12px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p em {
	font-size: 11px;
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form p em {
		font-size: 10px;
	}
}

.map-section .container .map-area .vision-map .vision-tooltips .vision-tooltip .vision-form .vision-arrow {
	display: none;
}

.map-section .container .map-area .vision-map .vision-layers .vision-layer:hover .vision-pos {
	z-index: 2;
}

.map-section .container .map-area .vision-map .vision-layers .vision-layer .vision-offset .vision-body {
	background-size: 16px;
	transition: all .2s ease-in-out;
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-layers .vision-layer .vision-offset .vision-body {
		background-size: contain;
	}
}

.map-section .container .map-area .vision-map .vision-layers .vision-layer.battery .vision-offset .vision-body {
	background-size: 11px;
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-layers .vision-layer.battery .vision-offset .vision-body {
		background-size: contain;
	}
}

.map-section .container .map-area .vision-map .vision-layers .vision-layer.wind .vision-offset .vision-body {
	background-size: 21px;
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-layers .vision-layer.wind .vision-offset .vision-body {
		background-size: contain;
	}
}

.map-section .container .map-area .vision-map .vision-layers .vision-layer.wind.indevelopment .vision-offset .vision-body {
	background-size: 11px;
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .vision-map .vision-layers .vision-layer.wind.indevelopment .vision-offset .vision-body {
		background-size: contain;
	}
}

.map-section .container .map-area .vision-map .vision-layers .vision-layer.active .vision-offset .vision-body {
	filter: grayscale(100%) brightness(1000%);
}

.map-section .container .map-area .vision-map .vision-layers .vision-layer.active.battery.under-construction .vision-offset .vision-body, .map-section .container .map-area .vision-map .vision-layers .vision-layer.active.wind.indevelopment .vision-offset .vision-body {
	filter: brightness(0) invert(1);
}

.map-section .container .map-area .map-legend:not(.map-color) {
	max-width: 210px;
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 105px;
}

@media only screen and (max-width: 1500px) {
	.map-section .container .map-area .map-legend:not(.map-color) {
		max-width: 170px;
		bottom: 80px;
		left: 50px;
	}
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) {
		bottom: 75px;
		max-width: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .map-legend:not(.map-color) {
		left: 30px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) h6 {
	color: #fff;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	font-family: "Ambit Bold";
}

.map-section .container .map-area .map-legend:not(.map-color) h6 svg {
	display: none;
	width: 10px;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) h6 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .map-legend:not(.map-color) h6 {
		padding: 8px 11px;
		background-color: #fff;
		border-radius: 6px;
		color: #000;
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.map-section .container .map-area .map-legend:not(.map-color) h6 svg {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .map-legend:not(.map-color).active h6 {
		border-radius: 0px 0px 6px 6px;
	}
	
	.map-section .container .map-area .map-legend:not(.map-color).active h6 svg rect.vertical-line {
		display: none;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items {
	background-color: #fff;
	position: relative;
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items::after, .map-section .container .map-area .map-legend:not(.map-color) .legend-items::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #fff;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items::after, .map-section .container .map-area .map-legend:not(.map-color) .legend-items::before {
		height: 5px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items::before {
	top: -10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items::before {
		top: -4px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items::after {
	bottom: -10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items::after {
		bottom: -5px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items {
		display: none;
		position: absolute;
		bottom: 35px;
		width: 100%;
		z-index: 1;
		box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, .2);
	}
	
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items::after {
		content: unset;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item {
	padding: 0px 20px 0px 15px;
	margin: 10px 0 20px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item {
		margin: 5px 0 10px;
		padding: 0 10px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	width: calc(100% - 20px);
	height: 1px;
	background-color: #d7dadd;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item::after {
		bottom: -7px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item:last-child::after {
	content: unset;
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item > p {
	font-size: 14px;
	font-family: "Ambit Bold";
	color: #000;
	padding: 3px 0;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item > p {
		font-size: 10px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item ul {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item ul li {
	display: flex;
	align-items: center;
	gap: 9px;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item ul li {
		gap: 4px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item ul li img {
	width: auto;
	width: 17px;
	height: auto;
	max-height: 17px;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item ul li img {
		max-height: 15px;
	}
}

.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item ul li p {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend:not(.map-color) .legend-items .legend-item ul li p {
		font-size: 10px;
	}
}

.map-section .container .map-area .map-legend.map-color {
	max-width: 210px;
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 105px;
}

@media only screen and (max-width: 1500px) {
	.map-section .container .map-area .map-legend.map-color {
		left: 50px;
	}
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend.map-color {
		max-width: 199px;
		bottom: 84px;
	}
}

@media only screen and (max-width: 991px) {
	.map-section .container .map-area .map-legend.map-color {
		max-width: 151px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .container .map-area .map-legend.map-color {
		left: 30px;
		bottom: 63px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .map-legend.map-color {
		bottom: 60px;
		max-width: 140px;
	}
}

.map-section .container .map-area .map-legend.map-color h6 {
	color: #fff;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	font-family: "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.map-section .container .map-area .map-legend.map-color h6 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .map-legend.map-color h6 {
		line-height: 19px;
		padding-bottom: 0;
	}
}

.map-section .container .map-area .map-legend.map-color .legend-items {
	background-color: #fff;
	position: relative;
	padding: 12px 14px;
	border-radius: 4px;
}

@media only screen and (max-width: 991px) {
	.map-section .container .map-area .map-legend.map-color .legend-items {
		padding: 10px 11px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .map-legend.map-color .legend-items {
		padding: 6px 9px;
	}
}

.map-section .container .map-area .map-legend.map-color .legend-items li {
	padding: 0 0 4px 26px;
	position: relative;
	font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
	font-family: "Ambit Regular";
}

@media only screen and (max-width: 991px) {
	.map-section .container .map-area .map-legend.map-color .legend-items li {
		font-size: 12px;
		padding: 0 0 4px 18px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .map-legend.map-color .legend-items li {
		font-size: 10px;
		padding: 0 0 0px 16px;
	}
}

.map-section .container .map-area .map-legend.map-color .legend-items li:last-child {
	padding-bottom: 0;
}

.map-section .container .map-area .map-legend.map-color .legend-items li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #18b14f;
	border-radius: 3px;
}

@media only screen and (max-width: 991px) {
	.map-section .container .map-area .map-legend.map-color .legend-items li::before {
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .container .map-area .map-legend.map-color .legend-items li::before {
		width: 10px;
		height: 10px;
	}
}

.map-section .container .map-area .map-legend.map-color .legend-items li.indevelopment::before {
	background-color: #000;
}

.map-section .container .map-area .map-legend.map-color .legend-items li.under-construction::before {
	background-color: #f7931e;
}

.entry-header {
	background-color: #f4f5f6;
	padding: 200px 0px 158px;
	margin-top: -152px;
}

@media only screen and (max-width: 1200px) {
	.entry-header {
		margin-top: -138px;
	}
}

@media only screen and (max-width: 991px) {
	.entry-header {
		margin-top: -118px;
		padding: 150px 0px 100px;
	}
}

@media only screen and (max-width: 575px) {
	.entry-header {
		margin-top: -90px;
		padding: 120px 0px 80px;
	}
}

.entry-header .post-heading {
	display: flex;
	align-items: center;
	gap: 40px;
	padding-bottom: 48px;
}

@media only screen and (max-width: 991px) {
	.entry-header .post-heading {
		gap: 20px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.entry-header .post-heading {
		gap: 10px;
	}
}

.entry-header .post-heading .post-image {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, .14);
	width: 157px;
	height: 157px;
}

@media only screen and (max-width: 1400px) {
	.entry-header .post-heading .post-image {
		width: 140px;
		height: 140px;
	}
}

@media only screen and (max-width: 991px) {
	.entry-header .post-heading .post-image {
		width: 120px;
		height: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-header .post-heading .post-image {
		width: 80px;
		height: 100px;
	}
}

@media only screen and (max-width: 575px) {
	.entry-header .post-heading .post-image {
		width: 50px;
		height: 60px;
	}
}

.entry-header .post-heading .post-image img {
	filter: brightness(0%) invert(1);
}

@media only screen and (max-width: 767px) {
	.entry-header .post-heading .post-image img {
		max-height: 60px;
	}
}

@media only screen and (max-width: 575px) {
	.entry-header .post-heading .post-image img {
		max-height: 40px;
	}
}

.entry-header .post-heading h1 {
	width: calc(100% - 200px);
	color: #000;
	font: 64px/120% "Ambit Bold";
	letter-spacing: 1px;
}

@media only screen and (max-width: 1400px) {
	.entry-header .post-heading h1 {
		font-size: 54px;
	}
}

@media only screen and (max-width: 1200px) {
	.entry-header .post-heading h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 991px) {
	.entry-header .post-heading h1 {
		width: calc(100% - 140px);
		font-size: 34px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-header .post-heading h1 {
		width: calc(100% - 100px);
		font-size: 26px;
	}
}

@media only screen and (max-width: 575px) {
	.entry-header .post-heading h1 {
		width: calc(100% - 70px);
	}
}

.entry-header .post-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	row-gap: 10px;
	flex-wrap: wrap;
}

.entry-header .post-meta .entry-meta {
	display: flex;
	gap: 25px;
}

.entry-header .post-meta .entry-meta p {
	color: #18b14f;
	font: 16px/160% "Ambit Bold";
	display: flex;
	position: relative;
}

.entry-header .post-meta .entry-meta p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
	width: 1px;
	height: 100%;
	height: 16px;
	background-color: #787a80;
}

.entry-header .post-meta .entry-meta span {
	font-size: 0px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.entry-header .post-meta .entry-meta span a {
	color: #787a80;
	font: 16px/160% "Ambit Regular";
	transition: all .3s ease-in-out;
}

.entry-header .post-meta .entry-meta span a:hover {
	color: #18b14f;
}

.entry-header .post-meta .entry-meta span::before {
	content: "";
	display: block;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/clock.svg") center no-repeat;
	width: 20px;
	height: 20px;
}

.entry-header .post-meta .social-share {
	font-size: 0px;
	gap: 0px;
}

.post-thumbnail {
	margin-top: -80px;
	border-radius: 8px;
	overflow: hidden;
	font-size: 0px;
}

@media only screen and (max-width: 991px) {
	.post-thumbnail {
		margin-top: -50px;
	}
}

.post-thumbnail img {
	width: 100%;
	max-height: 500px;
	min-height: 300px;
	object-fit: cover;
}

.social-share {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

@media only screen and (max-width: 767px) {
	.social-share {
		gap: 10px;
	}
}

.social-share .addtoany_shortcode a span {
	background-color: unset !important;
}

.social-share .addtoany_shortcode a span svg path {
	fill: #787a80;
}

.social-share .st-inline-share-buttons {
	display: flex !important;
	align-items: center;
}

.social-share .st-inline-share-buttons .st-btn {
	padding: 0px !important;
	height: unset !important;
	line-height: unset !important;
	font-size: unset !important;
	width: unset;
	background-color: transparent !important;
	display: block !important;
}

.social-share .st-inline-share-buttons .st-btn[data-network="twitter"] {
	background-color: red;
}

.social-share .st-inline-share-buttons .st-btn[data-network="twitter"] img {
	opacity: 0;
}

.social-share .st-inline-share-buttons .st-btn[data-network="twitter"]::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/twitter.svg") center no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.social-share .st-inline-share-buttons .st-btn[data-network="twitter"]::after {
		width: 90%;
	}
}

.social-share .st-inline-share-buttons .st-btn img {
	position: unset !important;
	width: 35px !important;
	height: 35px !important;
}

@media only screen and (max-width: 767px) {
	.social-share .st-inline-share-buttons .st-btn img {
		width: 25px !important;
		height: 25px !important;
	}
}

.entry-content {
	max-width: 810px;
	margin: 80px auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media only screen and (max-width: 991px) {
	.entry-content {
		margin: 60px auto;
		gap: 20px;
	}
}

.entry-content li, .entry-content p {
	color: #424551;
	font: 16px/160% "Ambit Regular";
}

.entry-content strong {
	color: #000;
	font: 20px/150% "Ambit Bold";
}

@media only screen and (max-width: 575px) {
	.entry-content strong {
		font-size: 18px;
	}
}

.entry-content blockquote {
	margin: 0px;
	margin-left: 20px;
	display: flex;
	gap: 30px;
}

@media only screen and (max-width: 767px) {
	.entry-content blockquote {
		margin-left: 10px;
		gap: 15px;
	}
}

.entry-content blockquote::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/quote.svg") center no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 991px) {
	.entry-content blockquote::before {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-content blockquote::before {
		width: 30px;
		height: 30px;
	}
}

.entry-content blockquote p {
	width: calc(100% - 90px);
	color: #000;
	font: 20px/150% "Ambit Bold";
}

@media only screen and (max-width: 767px) {
	.entry-content blockquote p {
		width: calc(100% - 55px);
	}
}

@media only screen and (max-width: 575px) {
	.entry-content blockquote p {
		font-size: 18px;
	}
}

.entry-content ul {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

@media only screen and (max-width: 767px) {
	.entry-content ul {
		margin-left: 10px;
	}
}

.entry-content ul li {
	display: flex;
	gap: 16px;
}

@media only screen and (max-width: 767px) {
	.entry-content ul li {
		gap: 10px;
	}
}

.entry-content ul li::before {
	content: "";
	margin-top: 5px;
	width: 15px;
	height: 15px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/check.svg") center no-repeat;
}

.related-news-section {
	background-color: #f4f5f6;
	padding: 80px 0px;
}

@media only screen and (max-width: 991px) {
	.related-news-section {
		padding: 60px 0px;
	}
}

.related-news-section h5 {
	color: #000;
	text-align: center;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.related-news-section h5 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.related-news-section h5 {
		font-size: 30px;
	}
}

.related-news-section .related-news-inner {
	padding: 60px 0px 80px;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.related-news-section .related-news-inner {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.related-news-section .related-news-inner {
		padding: 40px 0px;
	}
}

.related-news-section .related-news-inner .news-left {
	width: 60%;
}

@media only screen and (max-width: 991px) {
	.related-news-section .related-news-inner .news-left {
		width: 100%;
	}
}

.related-news-section .related-news-inner .news-right {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
}

@media only screen and (max-width: 991px) {
	.related-news-section .related-news-inner .news-right {
		width: 100%;
		flex-direction: row;
		gap: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.related-news-section .related-news-inner .news-right {
		flex-direction: column;
		gap: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.related-news-section .related-news-inner .news-right .news-content {
		width: calc(50% - 10px);
	}
}

@media only screen and (max-width: 767px) {
	.related-news-section .related-news-inner .news-right .news-content {
		width: 100%;
	}
}

.related-news-section .related-news-inner .news-right .news-content img {
	min-height: 150px;
	max-height: 150px;
	object-fit: cover;
}

@media only screen and (max-width: 991px) {
	.related-news-section .related-news-inner .news-right .news-content img {
		min-height: unset;
		max-height: unset;
	}
}

.related-news-section .related-news-inner .news-right .news-content .content {
	padding-top: 16px;
}

@media only screen and (max-width: 575px) {
	.related-news-section .related-news-inner .news-right .news-content .content {
		padding: 15px;
	}
}

.related-news-section .related-news-inner .news-right .news-content .content .date {
	padding: 8px 0px 0px;
}

.related-news-section .related-news-inner .news-content {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	font-size: 0px;
}

.related-news-section .related-news-inner .news-content:hover .content h6 {
	color: #18b14f;
}

.related-news-section .related-news-inner .news-content a {
	width: 100%;
}

.related-news-section .related-news-inner .news-content a .image {
	font-size: 0px;
}

.related-news-section .related-news-inner .news-content a .image img {
	width: 100%;
	object-fit: cover;
	border-radius: 4px 4px 0px 0px;
}

.related-news-section .related-news-inner .news-content .content {
	padding: 25px;
}

@media only screen and (max-width: 575px) {
	.related-news-section .related-news-inner .news-content .content {
		padding: 15px;
	}
}

.related-news-section .related-news-inner .news-content .content h6 {
	color: #000;
	transition: all .3s ease-in-out;
	font: 20px/150% "Ambit Bold";
}

.related-news-section .related-news-inner .news-content .content .date {
	padding: 12px 0px 16px;
	display: flex;
	gap: 25px;
}

.related-news-section .related-news-inner .news-content .content .date p {
	color: #18b14f;
	font: 16px/160% "Ambit Regular";
	display: flex;
	position: relative;
}

.related-news-section .related-news-inner .news-content .content .date p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
	width: 1px;
	height: 100%;
	height: 12px;
	background-color: #787a80;
}

.related-news-section .related-news-inner .news-content .content .date span {
	font-size: 0px;
	display: flex;
	align-items: center;
}

.related-news-section .related-news-inner .news-content .content .date span a {
	color: #787a80;
	font: 14px/160% "Ambit Regular";
	transition: all .3s ease-in-out;
}

.related-news-section .related-news-inner .news-content .content .date span a:hover {
	color: #18b14f;
}

.related-news-section .related-news-inner .news-content .content .inner-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #000;
	font: 16px/160% "Ambit Regular";
}

.related-news-section .update-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

@media only screen and (max-width: 1200px) {
	.related-news-section .update-section {
		gap: 20px;
	}
}

.related-news-section .update-section h6 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.related-news-section .update-section h6 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 575px) {
	.related-news-section .update-section h6 {
		font-size: 22px;
	}
}

.related-news-section .update-section a {
	border-radius: 26px;
	background: #18b14f;
	border: 1px solid #18b14f;
	color: #fff;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-style: normal;
	padding: 0px 40px;
	font-weight: 700;
	line-height: 300%;
	letter-spacing: .5px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.related-news-section .update-section a::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
}

.related-news-section .update-section a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transition: all .5s ease-in-out;
}

.related-news-section .update-section a:hover {
	color: #fff;
}

.related-news-section .update-section a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.related-news-section .update-section a {
		line-height: 250%;
		padding: 0px 30px;
	}
}

.related-news-section .update-section a:hover {
	background-color: transparent;
	color: #18b14f;
}

.portfolio-title-row {
	padding: 50px 0px 30px;
}

@media only screen and (max-width: 575px) {
	.portfolio-title-row {
		padding-top: 30px;
	}
}

.portfolio-title-row .portfolio-heading {
	display: flex;
	align-items: center;
	gap: 27px;
}

@media only screen and (max-width: 991px) {
	.portfolio-title-row .portfolio-heading {
		gap: 15px;
	}
}

@media only screen and (max-width: 575px) {
	.portfolio-title-row .portfolio-heading {
		gap: 10px;
	}
}

.portfolio-title-row .portfolio-heading img {
	width: 42px;
	object-fit: contain;
}

@media only screen and (max-width: 575px) {
	.portfolio-title-row .portfolio-heading img {
		max-height: 40px;
	}
}

.portfolio-title-row .portfolio-heading h1 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
	.portfolio-title-row .portfolio-heading h1 {
		font-size: 50px;
		gap: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-title-row .portfolio-heading h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 575px) {
	.portfolio-title-row .portfolio-heading h1 {
		font-size: 28px;
	}
}

.section-image_slider .banner-slider-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 0px 45px;
}

@media only screen and (max-width: 767px) {
	.section-image_slider .banner-slider-section {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 575px) {
	.section-image_slider .banner-slider-section {
		padding-bottom: 20px;
	}
}

.section-image_slider .banner-slider-section .image-slider img {
	width: 100%;
	border-radius: 8px;
	min-height: 500px;
	max-height: 500px;
	object-fit: cover;
}

@media only screen and (max-width: 1200px) {
	.section-image_slider .banner-slider-section .image-slider img {
		min-height: 400px;
		max-height: 400px;
	}
}

@media only screen and (max-width: 991px) {
	.section-image_slider .banner-slider-section .image-slider img {
		min-height: 300px;
		max-height: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.section-image_slider .banner-slider-section .image-slider img {
		min-height: 250px;
		max-height: 250px;
	}
}

.section-image_slider .banner-slider-section .image-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 32px;
	border: none;
	width: 48px;
	height: 48px;
	background-color: #fff;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/Left.svg");
	background-position: center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	opacity: .5;
	border-radius: 50%;
	font-size: 0px;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.section-image_slider .banner-slider-section .image-slider .slick-arrow.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1400px) {
	.section-image_slider .banner-slider-section .image-slider .slick-arrow {
		width: 35px;
		height: 35px;
		left: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-image_slider .banner-slider-section .image-slider .slick-arrow {
		left: 8px;
	}
}

.section-image_slider .banner-slider-section .image-slider .slick-arrow:hover {
	opacity: 1;
}

.section-image_slider .banner-slider-section .image-slider .slick-arrow.slick-next {
	left: unset;
	transform: translateY(-50%) rotate(180deg);
	right: 32px;
}

@media only screen and (max-width: 1400px) {
	.section-image_slider .banner-slider-section .image-slider .slick-arrow.slick-next {
		right: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-image_slider .banner-slider-section .image-slider .slick-arrow.slick-next {
		right: 8px;
	}
}

.section-image_slider .banner-slider-section .image-tabbing .slick-track {
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 767px) {
	.section-image_slider .banner-slider-section .image-tabbing .slick-track {
		gap: 10px;
	}
}

.section-image_slider .banner-slider-section .image-tabbing .slick-track:before, .section-image_slider .banner-slider-section .image-tabbing .slick-track:after {
	content: unset;
}

.section-image_slider .banner-slider-section .image-tabbing .slick-track .img-row {
	cursor: pointer;
	border-radius: 4px;
	width: 100px;
	object-fit: cover;
	height: 100px;
	opacity: .6;
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.section-image_slider .banner-slider-section .image-tabbing .slick-track .img-row {
		width: 80px;
		height: 80px;
	}
}

.section-image_slider .banner-slider-section .image-tabbing .slick-track .img-row:hover, .section-image_slider .banner-slider-section .image-tabbing .slick-track .img-row.slick-current {
	opacity: 1;
	border-color: #18b14f;
}

.about-project {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0px 0px 50px;
}

@media only screen and (max-width: 991px) {
	.about-project {
		flex-direction: column;
		gap: 50px;
		padding: 40px 0px 80px;
	}
}

@media only screen and (max-width: 575px) {
	.about-project {
		padding-top: 20px;
	}
}

.about-project .project-description {
	width: 600px;
}

@media only screen and (max-width: 1400px) {
	.about-project .project-description {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.about-project .project-description {
		width: 100%;
	}
}

.about-project .project-description h6 {
	color: #424551;
	font-family: "Ambit regular";
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding-bottom: 10px;
}

.about-project .project-description h6 span {
	color: #18b14f;
	font-family: "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.about-project .project-description h6 {
		padding-bottom: 20px;
		font-size: 22px;
	}
}

.about-project .project-description p {
	/*margin: 10px 0px;
      color: #424551;
      font-family: "Ambit Light";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%;*/
	color: #787a80;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.project-description h3 {
	margin-top: 10px;
}

.section-default_content h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.about-project .project-description ul a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #18b14f;
	font-family: "Ambit Light";
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	text-decoration-line: underline;
	transition: all .3s ease-in-out;
}

.about-project .project-description ul a::before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #18b14f;
	border-radius: 50%;
	display: block;
	transition: all .3s ease-in-out;
}

.about-project .project-description ul a:hover {
	color: #424551;
}

.about-project .project-description ul a:hover:before {
	background-color: #424551;
}

.about-project .project-details {
	width: 500px;
	border-top: 15px solid #18b14f;
	padding: 27px 40px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .13), 0px 12px 10px -6px rgba(154, 156, 165, .14), 0px 30px 24px -10px rgba(154, 156, 165, .15), 0px 80px 80px -20px rgba(154, 156, 165, .18);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (max-width: 1400px) {
	.about-project .project-details {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.about-project .project-details {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.about-project .project-details {
		padding: 25px 20px;
	}
}

.about-project .project-details .project-detail {
	display: flex;
	justify-content: space-between;
}

.about-project .project-details .project-detail span {
	width: 50%;
	color: #000;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}

.about-project .project-details .project-detail p {
	width: 50%;
	color: #787a80;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.section-title_content_button {
	padding: 90px 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media only screen and (max-width: 991px) {
	.section-title_content_button {
		padding: 70px 0px;
	}
}

@media only screen and (max-width: 575px) {
	.section-title_content_button {
		padding: 50px 0px;
		gap: 20px;
	}
}

.section-title_content_button h3 {
	/*color: #000;
    font: 46px/130% "Ambit Bold"; */
	color: #056933;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
	.section-title_content_button h3 {
		font-size: 36px;
	}
}

.section-title_content_button .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-title_content_button .content p {
	max-width: 675px;
	color: #787a80;
	font: 16px/160% "Ambit Regular";
	margin: 0px auto;
}

.section-title_content_button .content p a {
	color: #18b14f;
}

.section-title_content_button .content p a:first-child {
	text-decoration: underline;
}

.section-title_content_button .btn-area {
	margin-top: 15px;
}

.section-title_content_button .btn-area a {
	font: 14px/300% "Ambit Regular";
	letter-spacing: .5px;
	padding: 0px 32px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.section-title_content_button .btn-area a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.section-title_content_button .btn-area a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.section-title_content_button .btn-area a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.section-title_content_button .btn-area a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 575px) {
	.section-title_content_button .btn-area a {
		font-size: 11px;
		padding: 0px 10px;
	}
}

.construction-section {
	padding: 75px 0px 105px;
	background-color: #f4f5f6;
}

@media only screen and (max-width: 767px) {
	.construction-section {
		padding: 70px 0px;
	}
}

.construction-section h2 {
	color: #000;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 46px;
	font-weight: 700;
	line-height: 130%;
}

@media only screen and (max-width: 991px) {
	.construction-section h2 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.construction-section h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 575px) {
	.construction-section h2 {
		font-size: 30px;
	}
}

.construction-section .partner-logos {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	align-items: flex-start;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.construction-section .partner-logos {
		gap: 30px;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.construction-section .partner-logos {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}

.construction-section .partner-logos .partner-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 270px;
}

.construction-section .partner-logos .partner-logo:hover .logo img {
	filter: unset;
}

.construction-section .partner-logos .partner-logo .logo {
	display: flex;
	height: 50px;
}

.construction-section .partner-logos .partner-logo .logo img {
	transition: all .3s ease-in-out;
	filter: invert(65%) saturate(27%) hue-rotate(191deg) brightness(118%) contrast(100%);
}

.construction-section .partner-logos .partner-logo p {
	color: #424551;
	text-align: center;
	font-family: "Ambit Light";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.pdf_two_column_list.construction-update-section .construction-update-inner .construction-content {
	width: 100%;
	max-width: 830px;
}

.pdf_two_column_list.construction-update-section .construction-update-inner .construction-content ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	display: block;
}

@media only screen and (max-width: 767px) {
	.pdf_two_column_list.construction-update-section .construction-update-inner .construction-content ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

.pdf_two_column_list.construction-update-section .construction-update-inner .construction-content ul li:nth-child(1) .pdf-item {
	margin-top: 0;
}

.pdf_two_column_list.construction-update-section .construction-update-inner .construction-content ul li .pdf-item {
	padding: 12px 0;
	margin-top: 12px;
}

.pdf_two_column_list.construction-update-section .construction-update-inner .construction-content ul li .pdf-item:after {
	bottom: 0;
	width: 100%;
	right: 0;
}

.section-horizontal_item_list.white {
	background-color: #fff;
}

.section-horizontal_item_list.white .container .list_title {
	max-width: 550px;
}

.section-horizontal_item_list.white .container .item_list {
	padding-top: 50px;
	align-items: flex-start;
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list.white .container .item_list {
		align-items: center;
	}
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list.white .container .item_list .item-col {
		max-width: 350px;
	}
}

.section-horizontal_item_list.white .container .item_list .item-col .image-box a {
	line-height: 0px;
}

.section-horizontal_item_list.white .container .item_list .item-col a {
	color: #000;
	text-align: center;
	font-family: "Ambit Regular";
	font-size: 24px;
	font-weight: 400;
	line-height: 150%;
}

.section-horizontal_item_list.white .container .item_list .item-col a:hover {
	color: #18b14f;
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list.white .container .item_list .item-col a {
		font-size: 20px;
	}
}

.section-horizontal_item_list.white .container .update-section {
	padding-top: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list.white .container .update-section {
		gap: 20px;
	}
}

.section-horizontal_item_list.white .container .update-section h6 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.section-horizontal_item_list.white .container .update-section h6 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 575px) {
	.section-horizontal_item_list.white .container .update-section h6 {
		font-size: 22px;
	}
}

.section-horizontal_item_list.white .container .update-section a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/300% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.section-horizontal_item_list.white .container .update-section a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.section-horizontal_item_list.white .container .update-section a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.section-horizontal_item_list.white .container .update-section a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.section-horizontal_item_list.white .container .update-section a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.section-horizontal_item_list.white .container .update-section a {
		line-height: 250%;
		padding: 0px 30px;
	}
}

.construction-update-section {
	background-color: #f4f5f6;
	padding: 50px 0px;
}

@media only screen and (max-width: 991px) {
	.construction-update-section {
		padding: 50px 0px;
	}
}

.construction-update-section.image-right {
	background-color: #e5e8ed;
}

.construction-update-section.image-right .construction-update-inner {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

@media only screen and (max-width: 1400px) {
	.construction-update-section.image-right .construction-update-inner {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.construction-update-section.image-right .construction-update-inner {
		flex-direction: column;
	}
}

.construction-update-section.image-right .construction-update-inner .construction-image {
	margin-right: 0;
}

.construction-update-section .construction-update-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 140px;
}

@media only screen and (max-width: 1400px) {
	.construction-update-section .construction-update-inner {
		gap: 10px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.construction-update-section .construction-update-inner {
		flex-direction: column;
		gap: 50px;
	}
}

.construction-update-section .construction-update-inner .construction-image {
	border-radius: 8px;
	overflow: hidden;
	font-size: 0px;
	width: 500px;
}

@media only screen and (max-width: 1400px) {
	.construction-update-section .construction-update-inner .construction-image {
		width: 45%;
	}
}

@media only screen and (max-width: 1200px) {
	.construction-update-section .construction-update-inner .construction-image {
		width: 47%;
	}
}

@media only screen and (max-width: 767px) {
	.construction-update-section .construction-update-inner .construction-image {
		width: 100%;
	}
}

.construction-update-section .construction-update-inner .construction-image img {
	width: 100%;
}

.construction-update-section .construction-update-inner > div:nth-child(1) {
	margin-right: auto;
}

.construction-update-section .construction-update-inner .construction-content {
	width: 575px;
}

@media only screen and (max-width: 1400px) {
	.construction-update-section .construction-update-inner .construction-content {
		width: 50%;
	}
}

@media only screen and (max-width: 1200px) {
	.construction-update-section .construction-update-inner .construction-content {
		width: 47%;
	}
}

@media only screen and (max-width: 767px) {
	.construction-update-section .construction-update-inner .construction-content {
		width: 100%;
	}
}

.construction-update-section .construction-update-inner .construction-content h3 {
	/*color: #000;
        font: 43px/130% "Ambit Bold";*/
	color: #056933;
	font: 40px/130% "Ambit Bold";
	text-transform: capitalize;
}

@media only screen and (max-width: 1400px) {
	.construction-update-section .construction-update-inner .construction-content h3 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	.construction-update-section .construction-update-inner .construction-content h3 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 991px) {
	.construction-update-section .construction-update-inner .construction-content h3 {
		font-size: 25px;
	}
}

.construction-update-section .construction-update-inner .construction-content .update-description {
	padding-top: 18px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media only screen and (max-width: 1200px) {
	.construction-update-section .construction-update-inner .construction-content .update-description {
		padding-top: 10px;
		gap: 10px;
	}
}

.construction-update-section .construction-update-inner .construction-content a, .construction-update-section .construction-update-inner .construction-content p {
	color: #787a80;
	font: 16px/140% "Ambit Regular";
}

.construction-update-section .construction-update-inner .construction-content a {
	color: #18b14f;
	text-decoration: underline;
	transition: all .3s ease-in-out;
}

.construction-update-section .construction-update-inner .construction-content a:hover {
	color: #424551;
}

.construction-update-section .construction-update-inner .construction-content ul {
	padding: 20px 0px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media only screen and (max-width: 1200px) {
	.construction-update-section .construction-update-inner .construction-content ul {
		gap: 15px;
		padding: 35px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.construction-update-section .construction-update-inner .construction-content ul {
		padding: 25px 0px;
	}
}

.construction-update-section .construction-update-inner .construction-content ul li {
	display: none;
}

.construction-update-section .construction-update-inner .construction-content ul li:last-child .pdf-item::after {
	content: unset;
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	position: relative;
	row-gap: 5px;
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item .pdf-description {
	color: #787a80;
	padding-left: 37px;
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item .pdf-description iframe {
	max-width: unset;
}

@media only screen and (max-width: 767px) {
	.construction-update-section .construction-update-inner .construction-content ul li .pdf-item .pdf-description iframe {
		max-width: 100%;
	}
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item .pdf-description img {
	border-bottom-right-radius: 30px;
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item::before {
	content: "";
	margin-top: 0px;
	width: 22px;
	height: 22px;
	display: block;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/attach-icon.svg") center no-repeat;
	background-size: contain;
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item::after {
	content: "";
	width: calc(100% + 73px);
	height: 1px;
	position: absolute;
	background-color: #d7dadd;
	right: 0px;
	bottom: -13px;
}

@media only screen and (max-width: 1400px) {
	.construction-update-section .construction-update-inner .construction-content ul li .pdf-item::after {
		width: calc(100% + 50px);
	}
}

@media only screen and (max-width: 1200px) {
	.construction-update-section .construction-update-inner .construction-content ul li .pdf-item::after {
		width: calc(100% + 30px);
		bottom: -9px;
	}
}

@media only screen and (max-width: 991px) {
	.construction-update-section .construction-update-inner .construction-content ul li .pdf-item::after {
		width: calc(100% + 20px);
	}
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item a {
	width: calc(100% - 37px);
	color: #787a80;
	text-decoration: none;
}

.construction-update-section .construction-update-inner .construction-content ul li .pdf-item a:hover {
	color: #18b14f;
}

.construction-update-section .construction-update-inner .construction-content .load-more-btn {
	display: flex;
	justify-content: center;
}

.construction-update-section .construction-update-inner .construction-content .load-more-btn a {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #18b14f;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	transition: all .3s ease-in-out;
	background-color: transparent;
	border: 1px solid #18b14f;
	border-radius: 30px;
	padding: 11px 25px;
}

.construction-update-section .construction-update-inner .construction-content .load-more-btn a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/load-icon.svg");
	transition: all .5s ease-in-out;
	transform: rotate(0deg);
}

.construction-update-section .construction-update-inner .construction-content .load-more-btn a.loading::before {
	animation: rotating 1s linear infinite;
}

@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.construction-update-section .construction-update-inner .construction-content .load-more-btn a:hover {
	background-color: #18b14f;
	color: #fff;
}

.construction-update-section .construction-update-inner .construction-content .load-more-btn a:hover::before {
	transform: rotate(180deg);
	filter: brightness(0) invert(1);
}

.similar-project-section {
	padding: 50px 0px;
	background: #f4f5f6;
}

@media only screen and (max-width: 1200px) {
	.similar-project-section {
		padding: 50px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.similar-project-section {
		padding: 50px 0px;
	}
}

.similar-project-section h5 {
	color: #056933;
	font: 46px/130% "Ambit Bold";
	text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
	.similar-project-section h5 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.similar-project-section h5 {
		font-size: 30px;
	}
}

.similar-project-section .project-slider .project-slide {
	margin: 15px;
	background-color: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	border-radius: 4px;
}

.similar-project-section .project-slider .project-slide .project-image {
	font-size: 0px;
}

.similar-project-section .project-slider .project-slide .project-image img {
	border-radius: 4px 4px 0px 0px;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.similar-project-section .project-slider .project-slide .project-content {
	text-align: center;
	padding: 16px 20px 24px;
}

.similar-project-section .project-slider .project-slide .project-content h6 {
	color: #000;
	font: 20px/150% "Ambit Bold";
}

.similar-project-section .project-slider .project-slide .project-content p {
	color: #787a80;
	font: 14px/150% "Ambit Regular";
}

.similar-project-section .project-slider .slick-arrow {
	position: absolute;
	top: 0%;
	right: 50px;
	border: none;
	transform: translateY(-100%);
	width: 48px;
	height: 48px;
	background-color: transparent;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/Left.svg");
	background-position: center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	border-radius: 50%;
	font-size: 0px;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.similar-project-section .project-slider .slick-arrow.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991px) {
	.similar-project-section .project-slider .slick-arrow {
		width: 35px;
		height: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.similar-project-section .project-slider .slick-arrow {
		right: 47px;
	}
}

.similar-project-section .project-slider .slick-arrow:hover {
	background-color: #18b14f;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/Left-white.svg");
}

.similar-project-section .project-slider .slick-arrow:hover.nitro-lazy {
	background-image: none !important;
}

.similar-project-section .project-slider .slick-arrow.slick-next {
	left: unset;
	transform: translateY(-100%) rotate(180deg);
	right: -10px;
}

@media only screen and (max-width: 767px) {
	.similar-project-section .project-slider .slick-arrow.slick-next {
		right: 0px;
	}
}

.similar-project-section .project-slider .slick-list {
	margin: 0px -15px;
	padding: 40px 0px 40px;
}

@media only screen and (max-width: 991px) {
	.similar-project-section .project-slider .slick-list {
		padding: 40px 0px;
	}
}

@media only screen and (max-width: 575px) {
	.similar-project-section .project-slider .slick-list {
		margin: 0px;
	}
}

.similar-project-section .project-slider .slick-list .slick-track::after, .similar-project-section .project-slider .slick-list .slick-track::before {
	content: unset;
}

.similar-project-section .update-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

@media only screen and (max-width: 1200px) {
	.similar-project-section .update-section {
		gap: 20px;
	}
}

.similar-project-section .update-section h6 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.similar-project-section .update-section h6 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 575px) {
	.similar-project-section .update-section h6 {
		font-size: 22px;
	}
}

.similar-project-section .update-section a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/300% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.similar-project-section .update-section a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.similar-project-section .update-section a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.similar-project-section .update-section a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.similar-project-section .update-section a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.similar-project-section .update-section a {
		line-height: 250%;
		padding: 0px 30px;
	}
}

.section-news_listing {
	padding: 120px 0px;
}

@media only screen and (max-width: 1400px) {
	.section-news_listing {
		padding: 100px 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-news_listing {
		padding: 80px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.section-news_listing {
		padding: 60px 0px;
	}
}

.section-news_listing h5 {
	color: #000;
	text-align: center;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.section-news_listing h5 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.section-news_listing h5 {
		font-size: 30px;
	}
}

.section-news_listing .news-tabs ul {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 20px;
}

.section-news_listing .news-tabs ul li {
	flex: 0 1 205px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1400px) {
	.section-news_listing .news-tabs ul li {
		flex-basis: 180px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-news_listing .news-tabs ul li {
		flex-basis: 150px;
	}
}

.section-news_listing .news-tabs ul li:hover label, .section-news_listing .news-tabs ul li.active label {
	color: #18b14f;
}

.section-news_listing .news-tabs ul li.active {
	border-color: #18b14f;
}

.section-news_listing .news-tabs ul li input {
	display: none;
}

.section-news_listing .news-tabs ul li label {
	width: 100%;
	cursor: pointer;
	display: inline-block;
	padding: 9px 10px;
	color: #9a9ca5;
	font: 16px/160% "Ambit Bold";
	transition: all .3s ease-in-out;
}

.section-news_listing .news-row {
	display: flex;
	row-gap: 60px;
	flex-wrap: wrap;
	padding: 60px 0px;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.section-news_listing .news-row {
		padding: 40px 0px;
		gap: 30px;
	}
}

.section-news_listing .news-row .news-content {
	width: 49%;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	font-size: 0px;
}

@media only screen and (max-width: 991px) {
	.section-news_listing .news-row .news-content {
		width: 100%;
	}
}

.section-news_listing .news-row .news-content:hover .content h6 {
	color: #18b14f;
}

.section-news_listing .news-row .news-content .image {
	width: 100%;
}

.section-news_listing .news-row .news-content .image img {
	min-height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 4px 4px 0px 0px;
}

@media only screen and (max-width: 767px) {
	.section-news_listing .news-row .news-content .image img {
		min-height: 250px;
	}
}

@media only screen and (max-width: 575px) {
	.section-news_listing .news-row .news-content .image img {
		min-height: 200px;
	}
}

.section-news_listing .news-row .news-content .content {
	padding: 25px;
}

@media only screen and (max-width: 575px) {
	.section-news_listing .news-row .news-content .content {
		padding: 15px;
	}
}

.section-news_listing .news-row .news-content .content h6 {
	color: #000;
	transition: all .3s ease-in-out;
	font: 20px/150% "Ambit Bold";
}

.section-news_listing .news-row .news-content .content h6 a {
	color: inherit;
}

@media only screen and (max-width: 991px) {
	.section-news_listing .news-row .news-content .content h6 {
		line-height: 120%;
	}
}

.section-news_listing .news-row .news-content .content .date {
	padding: 12px 0px 16px;
	display: flex;
	align-items: center;
	gap: 25px;
}

.section-news_listing .news-row .news-content .content .date p {
	color: #18b14f;
	font: 14px/150% "Ambit Regular";
	display: flex;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.section-news_listing .news-row .news-content .content .date p {
		line-height: 120%;
	}
}

.section-news_listing .news-row .news-content .content .date p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
	width: 1px;
	height: 100%;
	height: 12px;
	background-color: #787a80;
}

.section-news_listing .news-row .news-content .content .date span {
	color: #787a80;
	font: 14px/150% "Ambit Regular";
}

.section-news_listing .news-row .news-content .content .inner-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #000;
	font: 16px/160% "Ambit Regular";
}

.section-news_listing .news-row .no-results h3 {
	color: #000;
	text-align: center;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.section-news_listing .news-row .no-results h3 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.section-news_listing .news-row .no-results h3 {
		font-size: 30px;
	}
}

.section-news_listing .load-more-btn {
	display: flex;
	justify-content: center;
}

.section-news_listing .load-more-btn a {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #18b14f;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	transition: all .3s ease-in-out;
	background-color: transparent;
	border: 1px solid #18b14f;
	border-radius: 30px;
	padding: 11px 25px;
}

.section-news_listing .load-more-btn a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/load-icon.svg");
	transition: all .5s ease-in-out;
	transform: rotate(0deg);
}

.section-news_listing .load-more-btn a.loading::before {
	animation: rotating 1s linear infinite;
}

@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.section-news_listing .load-more-btn a:hover {
	background-color: #18b14f;
	color: #fff;
}

.section-news_listing .load-more-btn a:hover::before {
	transform: rotate(180deg);
	filter: brightness(0) invert(1);
}

.community-partner-section {
	/*padding: 165px 0px; */
	padding: 70px 0px;
}

@media only screen and (max-width: 1200px) {
	.community-partner-section {
		/*padding: 120px 0px; */
		padding: 70px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.community-partner-section {
		/*padding: 100px 0px; */
		padding: 70px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.community-partner-section {
		padding: 80px 0px;
	}
}

.community-partner-section p {
	color: #000;
	text-align: center;
	font: 46px/130% "Ambit Bold";
}

.community-partner-section p span {
	color: #18b14f;
}

@media only screen and (max-width: 991px) {
	.community-partner-section p {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.community-partner-section p {
		font-size: 36px;
	}
}

@media only screen and (max-width: 575px) {
	.community-partner-section p {
		font-size: 30px;
	}
}

.community-partner-section .logo-section {
	padding-top: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.community-partner-section .logo-section {
		gap: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.community-partner-section .logo-section {
		gap: 20px;
		justify-content: center;
	}
}

.community-partner-section .logo-section a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #d9d9d9;
}

.community-partner-section .logo-section a img {
	max-width: calc(100% - 5px);
	border-radius: 100%;
}

.community-review {
	background-color: #f4f5f6;
	padding: 80px 0px;
}

@media only screen and (max-width: 991px) {
	.community-review {
		padding: 60px 0px;
	}
}

.community-review .community-review-section {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
	.community-review .community-review-section {
		align-items: center;
	}
}

@media only screen and (max-width: 767px) {
	.community-review .community-review-section {
		flex-direction: column-reverse;
		gap: 30px;
	}
}

.community-review .community-review-section .community-left-content {
	width: 700px;
	padding-top: 25px;
}

@media only screen and (max-width: 1400px) {
	.community-review .community-review-section .community-left-content {
		width: 55%;
	}
}

@media only screen and (max-width: 1200px) {
	.community-review .community-review-section .community-left-content {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.community-review .community-review-section .community-left-content {
		width: 100%;
	}
}

.community-review .community-review-section .community-left-content h5 {
	/* color: #000;*/
	color: #056933;
	font: 42px/130% "Ambit Bold";
	text-transform: capitalize;
}

@media only screen and (max-width: 1400px) {
	.community-review .community-review-section .community-left-content h5 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1200px) {
	.community-review .community-review-section .community-left-content h5 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 991px) {
	.community-review .community-review-section .community-left-content h5 {
		font-size: 30px;
	}
}

.community-review .community-review-section .community-left-content .review-slider {
	max-width: 600px;
}

.community-review .community-review-section .community-left-content .review-slider .slick-arrow {
	position: absolute;
	bottom: 0%;
	right: 55px;
	border: none;
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/Left.svg");
	background-position: center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	font-size: 0px;
	z-index: 1;
}

.community-review .community-review-section .community-left-content .review-slider .slick-arrow.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1400px) {
	.community-review .community-review-section .community-left-content .review-slider .slick-arrow {
		width: 35px;
		height: 35px;
	}
}

.community-review .community-review-section .community-left-content .review-slider .slick-arrow.slick-next {
	left: unset;
	transform: rotate(180deg);
	right: 5px;
}

.community-review .community-review-section .community-left-content .review-slider .user-review {
	padding-top: 34px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (max-width: 1200px) {
	.community-review .community-review-section .community-left-content .review-slider .user-review {
		padding-top: 25px;
		gap: 15px;
	}
}

.community-review .community-review-section .community-left-content .review-slider .user-review .user-image {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

.community-review .community-review-section .community-left-content .review-slider .user-review .user-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.community-review .community-review-section .community-left-content .review-slider .user-review .user-content p {
	color: #424551;
	font: 16px/160% "Ambit Regular";
}

.community-review .community-review-section .community-left-content .review-slider .user-review .user-detail p {
	color: #000;
	font: 16px/160% "Ambit Bold";
}

.community-review .community-review-section .community-left-content .review-slider .user-review .user-detail span {
	color: #18b14f;
	font: 14px/150% "Ambit Regular";
}

.community-review .community-review-section .community-right-content {
	font-size: 0px;
}

@media only screen and (max-width: 1400px) {
	.community-review .community-review-section .community-right-content {
		width: 40%;
	}
}

@media only screen and (max-width: 991px) {
	.community-review .community-review-section .community-right-content {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.community-review .community-review-section .community-right-content {
		width: 100%;
	}
}

.community-review .community-review-section .community-right-content img {
	border-radius: 4px;
}

.community-award {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: right;
	margin-bottom: 80px;
}

.community-award::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(5, 105, 51, .85) 0%, rgba(5, 105, 51, .85) 100%);
	z-index: -1;
}

.community-award .community-award-section {
	padding-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.community-award .community-award-section {
		padding-top: 50px;
	}
}

.community-award .community-award-section h4 {
	color: #fff;
	font: 46px/130% "Ambit Bold";
}

.community-award .community-award-section h4 span {
	font-style: italic;
	color: #f89828;
}

@media only screen and (max-width: 1200px) {
	.community-award .community-award-section h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.community-award .community-award-section h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.community-award .community-award-section h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.community-award .community-award-section h4 {
		font-size: 28px;
	}
}

.community-award .community-award-section p {
	max-width: 810px;
	margin: 0px auto;
	padding: 24px 0px 33px;
	opacity: .8;
	color: #fff;
	font: 18px/150% "Ambit Light";
}

@media only screen and (max-width: 1200px) {
	.community-award .community-award-section p {
		padding: 20px 0px 30px;
	}
}

.community-award .community-award-section .award-cards {
	display: flex;
	gap: 188px;
	padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
	.community-award .community-award-section .award-cards {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 1400px) {
	.community-award .community-award-section .award-cards {
		gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.community-award .community-award-section .award-cards {
		padding-bottom: 20px;
		flex-direction: column;
		gap: 50px;
	}
}

.community-award .community-award-section .award-cards .award-card {
	position: relative;
	max-width: 285px;
}

@media only screen and (max-width: 1200px) {
	.community-award .community-award-section .award-cards .award-card {
		max-width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.community-award .community-award-section .award-cards .award-card {
		max-width: 80%;
		margin: 0px auto;
	}
}

.community-award .community-award-section .award-cards .award-card:not(:last-child):before {
	content: "";
	position: absolute;
	right: -94px;
	top: 0px;
	width: 1px;
	height: 100%;
	opacity: .4;
	background: linear-gradient(0deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
}

@media only screen and (max-width: 1400px) {
	.community-award .community-award-section .award-cards .award-card:not(:last-child):before {
		right: -56px;
	}
}

@media only screen and (max-width: 1200px) {
	.community-award .community-award-section .award-cards .award-card:not(:last-child):before {
		right: -22px;
	}
}

@media only screen and (max-width: 991px) {
	.community-award .community-award-section .award-cards .award-card:not(:last-child):before {
		right: -17px;
	}
}

@media only screen and (max-width: 767px) {
	.community-award .community-award-section .award-cards .award-card:not(:last-child):before {
		right: 0px;
		top: unset;
		bottom: -25px;
		width: 100%;
		height: 1px;
		background: linear-gradient(-90deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
	}
}

.community-award .community-award-section .award-cards .award-card h6 {
	color: #fff;
	font: 20px/150% "Ambit Bold";
	padding: 24px 0px 8px;
}

@media only screen and (max-width: 991px) {
	.community-award .community-award-section .award-cards .award-card h6 {
		padding: 20px 0px 10px;
	}
}

.community-award .community-award-section .award-cards .award-card p {
	padding: 0px;
	color: #fff;
	font: 16px/160% "Ambit Light";
	opacity: .6;
}

.community-award .community-award-section a {
	transform: translateY(50%);
	padding: 0px 111px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/325% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #f89828;
	color: #fff;
	border: 1px solid #f89828;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #f89828;
	border-color: #f89828;
}

.community-award .community-award-section a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f89828;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.community-award .community-award-section a::after {
	width: 0%;
	background-color: #f89828;
	background-color: #fff;
}

.community-award .community-award-section a:hover {
	color: #f89828;
	border-color: #f89828;
	background-color: #fff;
}

.community-award .community-award-section a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.community-award .community-award-section a {
		padding: 0px 80px;
		line-height: 280%;
	}
}

@media only screen and (max-width: 575px) {
	.community-award .community-award-section a {
		padding: 0px 60px;
	}
}

.community-approach {
	/* padding-top: 120px;*/
	padding-top: 30px;
}

@media only screen and (max-width: 991px) {
	.community-approach {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.community-approach {
		padding-top: 60px;
	}
}

.community-approach .community-approach-section h3 {
	color: #000;
	font: 36px/130% "Ambit Bold";
}

.community-approach .community-approach-section h3 span {
	color: #18b14f;
}

@media only screen and (max-width: 991px) {
	.community-approach .community-approach-section h3 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.community-approach .community-approach-section h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.community-approach .community-approach-section h3 {
		font-size: 28px;
	}
}

.community-approach .community-approach-section .approaches {
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.community-approach .community-approach-section .approaches .approach-phase:not(:last-child) .approach-phase-inner {
	padding-bottom: 110px;
	position: relative;
}

@media only screen and (max-width: 1400px) {
	.community-approach .community-approach-section .approaches .approach-phase:not(:last-child) .approach-phase-inner {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.community-approach .community-approach-section .approaches .approach-phase:not(:last-child) .approach-phase-inner {
		padding-bottom: 50px;
	}
}

.community-approach .community-approach-section .approaches .approach-phase:not(:last-child) .approach-phase-inner::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-left: 1px dashed #d7dadd;
	height: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
	.community-approach .community-approach-section .approaches .approach-phase:not(:last-child) .approach-phase-inner::before {
		height: calc(100% - 10px);
		left: 25px;
	}
}

.community-approach .community-approach-section .approaches .approach-phase h2 {
	width: 285px;
	color: #d7dadd;
	font: 46px/130% "Ambit Bold";
	padding-bottom: 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	.community-approach .community-approach-section .approaches .approach-phase h2 {
		font-size: 38px;
		width: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.community-approach .community-approach-section .approaches .approach-phase h2 {
		padding-bottom: 0px;
	}
}

.community-approach .community-approach-section .approaches .approach-phase h2::after {
	content: "";
	width: calc(100% - 75px);
	border-bottom: 1px dashed #d7dadd;
}

@media only screen and (max-width: 1400px) {
	.community-approach .community-approach-section .approaches .approach-phase h2::after {
		width: calc(100% - 60px);
	}
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner {
	max-width: 960px;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

@media only screen and (max-width: 767px) {
	.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner {
		flex-direction: column;
		padding-left: 45px;
	}
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-title {
	width: 285px;
}

@media only screen and (max-width: 1400px) {
	.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-title {
		width: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-title {
		width: 100%;
	}
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-title h3 {
	color: #18b14f;
	font: 28px/150% "Ambit Bold";
}

@media only screen and (max-width: 1400px) {
	.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-title h3 {
		font-size: 26px;
	}
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content {
	width: calc(100% - 300px);
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media only screen and (max-width: 1400px) {
	.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content {
		width: calc(100% - 280px);
	}
}

@media only screen and (max-width: 767px) {
	.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content {
		width: 100%;
	}
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content li, .community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content p {
	color: #787a80;
	font: 16px/160% "Ambit Light";
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content li strong, .community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content p strong {
	font-family: "Ambit Bold";
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content ul li {
	position: relative;
	padding-left: 18px;
	color: #787a80;
	font: 16px/160% "Ambit Light";
}

.community-approach .community-approach-section .approaches .approach-phase .approach-phase-inner .approach-content ul li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #787a80;
}

.community-map-section {
	/*padding: 120px 0px 170px;*/
	padding: 70px 0px 70px;
}

@media only screen and (max-width: 1400px) {
	.community-map-section {
		/*padding: 120px 0px 170px;*/
		padding: 70px 0px 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.community-map-section {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.community-map-section {
		padding-top: 60px;
	}
}

.community-map-section h5 {
	color: #000;
	text-align: center;
	font: 46px/130% "Ambit Bold";
	text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
	.community-map-section h5 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.community-map-section h5 {
		font-size: 30px;
	}
}

.community-map-section .community-tabs h2 {
	color: #000;
	font: 46px/130% "Ambit Bold";
	text-align: center;
}

.community-map-section .community-tabs h2 span {
	color: #18b14f;
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs h2 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.community-map-section .community-tabs h2 {
		font-size: 30px;
	}
}

.community-map-section .community-tabs ul {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 20px;
}

.community-map-section .community-tabs ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 205px;
	height: 55px;
	border-radius: 4px;
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1400px) {
	.community-map-section .community-tabs ul li {
		flex-basis: 180px;
	}
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs ul li {
		justify-content: flex-start;
		flex-basis: 33%;
	}
}

@media only screen and (max-width: 767px) {
	.community-map-section .community-tabs ul li {
		flex-basis: 50%;
	}
}

@media only screen and (max-width: 575px) {
	.community-map-section .community-tabs ul li {
		flex-basis: 100%;
		height: 45px;
	}
}

.community-map-section .community-tabs ul li:hover img, .community-map-section .community-tabs ul li.active img {
	filter: contrast(100%);
}

.community-map-section .community-tabs ul li:hover label, .community-map-section .community-tabs ul li.active label {
	color: #f89828;
}

.community-map-section .community-tabs ul li.active {
	border-color: #f89828;
}

.community-map-section .community-tabs ul li img {
	filter: contrast(0%);
	transition: all .3s ease-in-out;
	max-height: 25px;
	max-width: 25px;
}

.community-map-section .community-tabs ul li input {
	display: none;
}

.community-map-section .community-tabs ul li label {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0px 15px;
	cursor: pointer;
	color: #9a9ca5;
	font: 16px/160% "Ambit Bold";
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1400px) {
	.community-map-section .community-tabs ul li label {
		padding: 0px 8px;
	}
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs ul li label {
		padding: 0px 20px;
	}
}

.community-map-section .community-tabs .image {
	font-size: 0px;
	width: 68%;
}

@media only screen and (max-width: 991px) {
	.community-map-section .community-tabs .image {
		width: 100%;
	}
}

.community-map-section .community-tabs .user-review-box {
	position: absolute;
	bottom: 0px;
	left: 35px;
	transform: translateY(30%);
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .05), 0px 12px 10px -6px rgba(154, 156, 165, .08), 0px 30px 24px -10px rgba(154, 156, 165, .1), 0px 80px 80px -20px rgba(154, 156, 165, .16);
	padding: 30px;
	display: flex;
	gap: 20px;
	max-width: 540px;
}

@media only screen and (max-width: 1400px) {
	.community-map-section .community-tabs .user-review-box {
		padding: 35px;
		max-width: 500px;
	}
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs .user-review-box {
		padding: 20px;
		gap: 20px;
		max-width: 450px;
		transform: translateY(50%);
	}
}

@media only screen and (max-width: 575px) {
	.community-map-section .community-tabs .user-review-box {
		width: 95%;
		left: 50%;
		transform: translate(-50%, 50%);
		padding: 15px;
		gap: 10px;
	}
}

.community-map-section .community-tabs .user-review-box::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/quote.svg") center no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 1400px) {
	.community-map-section .community-tabs .user-review-box::before {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 1400px) {
	.community-map-section .community-tabs .user-review-box::before {
		width: 30px;
		height: 30px;
	}
}

.community-map-section .community-tabs .user-review-box .user-review {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

@media only screen and (max-width: 1400px) {
	.community-map-section .community-tabs .user-review-box .user-review {
		width: calc(100% - 70px);
	}
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs .user-review-box .user-review {
		gap: 15px;
		width: calc(100% - 50px);
	}
}

@media only screen and (max-width: 575px) {
	.community-map-section .community-tabs .user-review-box .user-review {
		width: calc(100% - 40px);
	}
}

.community-map-section .community-tabs .user-review-box .user-review p {
	color: #000;
	font: 16px/150% "Ambit Bold";
}

@media only screen and (max-width: 575px) {
	.community-map-section .community-tabs .user-review-box .user-review p {
		font-size: 16px;
		line-height: 130%;
	}
}

.community-map-section .community-tabs .user-review-box .user-review .user-detail {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs .user-review-box .user-review .user-detail {
		gap: 15px;
	}
}

.community-map-section .community-tabs .user-review-box .user-review .user-detail .user-image {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs .user-review-box .user-review .user-detail .user-image {
		width: 60px;
		height: 60px;
	}
}

.community-map-section .community-tabs .user-review-box .user-review .user-detail .user-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.community-map-section .community-tabs .user-review-box .user-review .user-detail .user-content p {
	color: #000;
	font: 16px/160% "Ambit Bold";
}

.community-map-section .community-tabs .user-review-box .user-review .user-detail .user-content span {
	color: #18b14f;
	font: 14px/150% "Ambit Regular";
}

.community-map-section .community-tabs #community-cat-tabs {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 8px;
	margin-top: 40px;
	background: #18b14f;
	padding: 60px 20px 50px 50px;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs #community-cat-tabs {
		padding: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.community-map-section .community-tabs #community-cat-tabs {
		flex-direction: column;
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.community-map-section .community-tabs #community-cat-tabs {
		padding: 20px 20px 120px;
	}
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content {
	width: 32%;
	padding-bottom: 150px;
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs #community-cat-tabs .community-tab-content {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.community-map-section .community-tabs #community-cat-tabs .community-tab-content {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.community-map-section .community-tabs #community-cat-tabs .community-tab-content {
		padding-bottom: 30px;
	}
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content.inactive {
	display: none;
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row {
	display: flex;
	row-gap: 60px;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row {
		gap: 30px;
	}
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .icon-content {
	display: flex;
	align-items: center;
	gap: 11px;
	padding-bottom: 7px;
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .icon-content .icon {
	font-size: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .icon-content h6 {
	color: #fff;
	font: 22px/160% "Ambit Bold";
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content p {
	color: #fff;
	font: 18px/150% "Ambit Light";
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .locations {
	padding-top: 27px;
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .locations h5 {
	text-align: left;
	color: #fff;
	font: 14px/150% "Ambit Bold";
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .locations ul {
	padding-top: 7px;
	display: block;
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .locations ul li {
	padding-left: 7px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: auto;
	gap: 7px;
	color: #fff;
	font: 14px/160% "Ambit Light";
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .community-content .content .locations ul li::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #fff;
}

.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .no-results h3 {
	color: #000;
	text-align: center;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .no-results h3 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.community-map-section .community-tabs #community-cat-tabs .community-tab-content .community-row .no-results h3 {
		font-size: 30px;
	}
}

.life-tilt {
	background-color: rgba(217, 217, 217, .15);
	padding: 70px 0px 110px;
}

@media only screen and (max-width: 1200px) {
	.life-tilt {
		padding-bottom: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.life-tilt {
		padding-bottom: 70px;
	}
}

.life-tilt .life-tilt-section {
	text-align: center;
}

.life-tilt .life-tilt-section h4 {
	color: #000;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.life-tilt .life-tilt-section h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.life-tilt .life-tilt-section h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.life-tilt .life-tilt-section h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.life-tilt .life-tilt-section h4 {
		font-size: 28px;
	}
}

.life-tilt .life-tilt-section p {
	max-width: 810px;
	margin: 0px auto;
	padding: 24px 0px 77px;
	color: #787a80;
	font: 18px/150% "Ambit Light";
}

@media only screen and (max-width: 1200px) {
	.life-tilt .life-tilt-section p {
		padding: 20px 0px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.life-tilt .life-tilt-section p {
		padding-bottom: 30px;
	}
}

.life-tilt .life-tilt-section .award-cards {
	display: flex;
	gap: 188px;
}

@media only screen and (max-width: 1400px) {
	.life-tilt .life-tilt-section .award-cards {
		gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.life-tilt .life-tilt-section .award-cards {
		flex-direction: column;
		gap: 50px;
	}
}

.life-tilt .life-tilt-section .award-cards .award-card {
	position: relative;
	max-width: 285px;
}

@media only screen and (max-width: 1200px) {
	.life-tilt .life-tilt-section .award-cards .award-card {
		max-width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.life-tilt .life-tilt-section .award-cards .award-card {
		max-width: 80%;
		margin: 0px auto;
	}
}

.life-tilt .life-tilt-section .award-cards .award-card:not(:last-child):before {
	content: "";
	position: absolute;
	right: -94px;
	top: 0px;
	width: 1px;
	height: 100%;
	opacity: .4;
	background: linear-gradient(0deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
}

@media only screen and (max-width: 1400px) {
	.life-tilt .life-tilt-section .award-cards .award-card:not(:last-child):before {
		right: -56px;
	}
}

@media only screen and (max-width: 1200px) {
	.life-tilt .life-tilt-section .award-cards .award-card:not(:last-child):before {
		right: -22px;
	}
}

@media only screen and (max-width: 991px) {
	.life-tilt .life-tilt-section .award-cards .award-card:not(:last-child):before {
		right: -17px;
	}
}

@media only screen and (max-width: 767px) {
	.life-tilt .life-tilt-section .award-cards .award-card:not(:last-child):before {
		right: 0px;
		top: unset;
		bottom: -25px;
		width: 100%;
		height: 1px;
		background: linear-gradient(-90deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
	}
}

.life-tilt .life-tilt-section .award-cards .award-card h6 {
	color: #000;
	font: 20px/150% "Ambit Bold";
	padding: 24px 0px 8px;
}

@media only screen and (max-width: 991px) {
	.life-tilt .life-tilt-section .award-cards .award-card h6 {
		padding: 20px 0px 10px;
	}
}

.life-tilt .life-tilt-section .award-cards .award-card p {
	padding: 0px;
	color: #787a80;
	font: 16px/160% "Ambit Light";
}

.two-col .two-col-section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 70px 0 120px;
}

@media only screen and (max-width: 1200px) {
	.two-col .two-col-section {
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 991px) {
	.two-col .two-col-section {
		flex-direction: column;
		gap: 50px;
	}
}

.two-col .two-col-section .left-content {
	width: 600px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media only screen and (max-width: 1400px) {
	.two-col .two-col-section .left-content {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.two-col .two-col-section .left-content {
		width: 100%;
	}
}

.two-col .two-col-section .left-content h6 {
	color: #424551;
	font: 24px/150% "Ambit Regular";
	font-weight: 700;
}

@media only screen and (max-width: 1400px) {
	.two-col .two-col-section .left-content h6 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1200px) {
	.two-col .two-col-section .left-content h6 {
		font-size: 20px;
	}
}

.two-col .two-col-section .left-content li, .two-col .two-col-section .left-content p:not(:last-child) {
	/* color: #424551;
      font: 16px/160% "Ambit Light";
      padding-bottom: 0px; */
	color: #787a80;
	text-align: left;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.two-col .two-col-section .left-content p:last-child {
	/* color: #424551;
      font: 16px/160% "Ambit Light";
      padding-bottom: 0px; */
	color: #787a80;
	text-align: left;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.right-content .right-inner-content p {
	color: #787a80;
	text-align: left;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.two-col .two-col-section .left-content h4 {
	font: 16px/160% "Ambit Light";
	color: #18b14f;
	font-family: "Ambit Bold";
}

.two-col .two-col-section .left-content ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 35px;
}

.two-col .two-col-section .left-content ul li {
	position: relative;
	padding: 0px;
	padding-left: 15px;
}

.two-col .two-col-section .left-content ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 5px;
	width: 3px;
	height: 3px;
	background-color: #424551;
	border-radius: 50%;
}

.two-col .two-col-section .left-content .btn {
	line-height: 0;
}

.two-col .two-col-section .left-content .btn a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.two-col .two-col-section .left-content .btn a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.two-col .two-col-section .left-content .btn a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.two-col .two-col-section .left-content .btn a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.two-col .two-col-section .left-content .btn a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.two-col .two-col-section .left-content .btn a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

.two-col .two-col-section .left-content .social-share {
	margin-top: 60px;
	display: flex;
	gap: 9px;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.two-col .two-col-section .left-content .social-share {
		margin-top: 30px;
	}
}

.two-col .two-col-section .left-content .social-icons {
	margin-top: 60px;
	display: flex;
	gap: 9px;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.two-col .two-col-section .left-content .social-icons {
		margin-top: 30px;
	}
}

.two-col .two-col-section .left-content .social-icons p {
	padding: 0px;
	color: #000;
	font: 16px/160% "Ambit Bold";
}

.two-col .two-col-section .left-content .social-icons ul {
	padding: 0px;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 12px;
}

@media only screen and (max-width: 575px) {
	.two-col .two-col-section .left-content .social-icons ul {
		justify-content: flex-start;
	}
}

.two-col .two-col-section .left-content .social-icons ul li {
	line-height: 0;
	padding: 0px;
}

.two-col .two-col-section .left-content .social-icons ul li::before {
	content: unset;
}

.two-col .two-col-section .left-content .social-icons ul li a:hover img {
	transform: scale(1.1);
}

.two-col .two-col-section .left-content .social-icons ul li a img {
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.two-col .two-col-section .right-content {
	width: 500px;
	border-top: 15px solid #18b14f;
	padding: 42px 40px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .13), 0px 12px 10px -6px rgba(154, 156, 165, .14), 0px 30px 24px -10px rgba(154, 156, 165, .15), 0px 80px 80px -20px rgba(154, 156, 165, .18);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (max-width: 1400px) {
	.two-col .two-col-section .right-content {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.two-col .two-col-section .right-content {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.two-col .two-col-section .right-content {
		padding: 25px 20px;
	}
}

.two-col .two-col-section .right-content .job-detail {
	display: flex;
	justify-content: space-between;
}

.two-col .two-col-section .right-content .job-detail .benefit-inner, .two-col .two-col-section .right-content .job-detail span {
	width: 50%;
	color: #000;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}

.two-col .two-col-section .right-content .job-detail ul {
	gap: 12px;
	line-height: 136%;
}

.two-col .two-col-section .right-content .job-detail p {
	gap: 5px;
	line-height: 160%;
}

.two-col .two-col-section .right-content .job-detail ul, .two-col .two-col-section .right-content .job-detail p {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 50%;
	color: #787a80;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.two-col .two-col-section .right-content .job-detail ul span, .two-col .two-col-section .right-content .job-detail p span {
	width: 100%;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.two-col .two-col-section .right-content .job-detail ul {
	width: 100%;
}

.two-col .two-col-section .right-content a {
	margin-top: 40px;
	padding: 0px 32px;
	border-radius: 26px;
	border-radius: 26px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.two-col .two-col-section .right-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.two-col .two-col-section .right-content a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.two-col .two-col-section .right-content a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.two-col .two-col-section .right-content a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.two-col .two-col-section .right-content a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.two-col .two-col-section .right-content a {
		margin-top: 20px;
	}
}

.two-col .two-col-section .right-content .bottom-content {
	border-radius: 0px 0px 8px 8px;
	background: linear-gradient(266deg, #202020 4%, #4d3808 98.58%);
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	padding: 24px;
	display: flex;
	gap: 15px;
	flex-direction: column;
}

@media only screen and (max-width: 1200px) {
	.two-col .two-col-section .right-content .bottom-content {
		padding: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.two-col .two-col-section .right-content .bottom-content {
		padding: 15px;
	}
}

.two-col .two-col-section .right-content .bottom-content img {
	margin-left: 0;
	margin-right: auto;
}

.two-col .two-col-section .right-content .bottom-content ul li, .two-col .two-col-section .right-content .bottom-content p {
	color: #fff;
	font: 700 16px/150% "Ubuntu", sans-serif;
}

.two-col .two-col-section .right-content .bottom-content ul {
	margin-left: 16px;
	list-style: disc;
}

.two-col .two-col-section .right-content .bottom-content ul li {
	margin-bottom: 8px;
}

.two-col .two-col-section .right-content .bottom-content ul li:last-child {
	margin-bottom: 0;
}

.opportunity {
	padding: 90px 0px;
}

@media only screen and (max-width: 1400px) {
	.opportunity {
		padding: 70px 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.opportunity {
		padding: 50px 0px;
	}
}

.opportunity h3 {
	color: #000;
	font: 28px/150% "Ambit Bold";
}

.opportunity .opportunity-section {
	row-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	justify-content: space-between;
}

.opportunity .opportunity-section .opportunity-content {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 40px;
	border-radius: 4px;
	border: 1px solid #e5e8ed;
	background-color: #fff;
}

@media only screen and (max-width: 1400px) {
	.opportunity .opportunity-section .opportunity-content {
		padding: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.opportunity .opportunity-section .opportunity-content {
		padding: 20px;
		gap: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.opportunity .opportunity-section .opportunity-content {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.opportunity .opportunity-section .opportunity-content {
		flex-direction: column;
		align-items: flex-start;
	}
}

.opportunity .opportunity-section .opportunity-content .left-content .location {
	display: flex;
	gap: 24px;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.opportunity .opportunity-section .opportunity-content .left-content .location {
		gap: 15px;
	}
}

.opportunity .opportunity-section .opportunity-content .left-content .location p {
	color: #787a80;
	font: 14/150% "Ambit Regular";
}

.opportunity .opportunity-section .opportunity-content .left-content .location .time, .opportunity .opportunity-section .opportunity-content .left-content .location .place {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media only screen and (max-width: 1200px) {
	.opportunity .opportunity-section .opportunity-content .left-content .location .time, .opportunity .opportunity-section .opportunity-content .left-content .location .place {
		gap: 5px;
	}
}

.opportunity .opportunity-section .opportunity-content .left-content .location .time::before, .opportunity .opportunity-section .opportunity-content .left-content .location .place::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/clock.svg") center no-repeat;
	background-size: contain;
}

.opportunity .opportunity-section .opportunity-content .left-content .location .place {
	position: relative;
}

.opportunity .opportunity-section .opportunity-content .left-content .location .place::before {
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/location.svg");
}

.opportunity .opportunity-section .opportunity-content .left-content .location .place::after {
	content: "";
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -12px;
	height: 12px;
	width: 1px;
	background-color: #787a80;
}

@media only screen and (max-width: 1200px) {
	.opportunity .opportunity-section .opportunity-content .left-content .location .place::after {
		right: -7px;
	}
}

.opportunity .opportunity-section .opportunity-content .left-content h4 {
	color: #000;
	font: 20px/150% "Ambit Bold";
	font-size: 18px;
}

.opportunity .opportunity-section .opportunity-content .left-content a {
	color: #18b14f;
	font: 14px/150% "Ambit Regular";
	transition: all .3s ease-in-out;
}

.opportunity .opportunity-section .opportunity-content .left-content a:hover {
	color: #000;
}

.opportunity .opportunity-section .opportunity-content .right-content a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: transparent;
	color: #fff;
	color: #18b14f;
	border: 1px solid transparent;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
	border-color: transparent;
	border-color: transparent;
	border-color: #18b14f;
}

.opportunity .opportunity-section .opportunity-content .right-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.opportunity .opportunity-section .opportunity-content .right-content a::after {
	width: 0%;
	background-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.opportunity .opportunity-section .opportunity-content .right-content a:hover {
	color: transparent;
	color: #fff;
	color: #fff;
	border-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.opportunity .opportunity-section .opportunity-content .right-content a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.opportunity .opportunity-section .opportunity-content .right-content a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

.opportunity .btn {
	text-align: center;
}

.opportunity .btn a {
	padding: 12px 30px;
	text-align: center;
	font-family: "Ambit Bold";
	letter-spacing: .5px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	border-radius: 26px;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
}

.opportunity .btn a:hover {
	background-color: #18b14f;
	color: #fff;
}

.just-looking {
	padding: 110px 0px;
}

@media only screen and (max-width: 1400px) {
	.just-looking {
		padding: 90px 0px;
	}
}

@media only screen and (max-width: 1400px) {
	.just-looking {
		padding: 70px 0px;
	}
}

.just-looking .just-looking-section {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.just-looking .just-looking-section {
		flex-direction: column;
		gap: 50px;
	}
}

.just-looking .just-looking-section h3 {
	color: #000;
	font: 28px/150% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.just-looking .just-looking-section h3 {
		font-size: 26px;
		line-height: 130%;
	}
}

.just-looking .just-looking-section p {
	color: #787a80;
	font: 18px/150% "Ambit Regular";
	margin-top: 0px;
	padding: 0px;
}

.just-looking .just-looking-section p a {
	text-decoration: underline;
	color: #18b14f;
	transition: all .3s ease-in-out;
}

.just-looking .just-looking-section p a:hover {
	color: #787a80;
}

.just-looking .just-looking-section ul li {
	color: #787a80;
	font: 16px/150% "Ambit Regular";
	list-style: disc;
	margin-left: 18px;
}

.just-looking .just-looking-section .btn {
	margin-top: auto;
}

.just-looking .just-looking-section .btn button, .just-looking .just-looking-section .btn a {
	width: 300px;
	text-align: center;
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.just-looking .just-looking-section .btn button::after, .just-looking .just-looking-section .btn a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.just-looking .just-looking-section .btn button::after, .just-looking .just-looking-section .btn a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.just-looking .just-looking-section .btn button:hover, .just-looking .just-looking-section .btn a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.just-looking .just-looking-section .btn button:hover::after, .just-looking .just-looking-section .btn a:hover::after {
	width: 100%;
}

.just-looking .just-looking-section .right-content, .just-looking .just-looking-section .left-content {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media only screen and (max-width: 1400px) {
	.just-looking .just-looking-section .right-content, .just-looking .just-looking-section .left-content {
		max-width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.just-looking .just-looking-section .right-content, .just-looking .just-looking-section .left-content {
		max-width: 100%;
	}
}

.just-looking .just-looking-section .right-content {
	max-width: 600px;
}

@media only screen and (max-width: 1400px) {
	.just-looking .just-looking-section .right-content {
		max-width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.just-looking .just-looking-section .right-content {
		max-width: 100%;
	}
}

.just-looking .just-looking-section .right-content .btn button {
	width: 280px;
}

@media only screen and (max-width: 991px) {
	.just-looking .just-looking-section .right-content .btn button {
		width: 250px;
	}
}

.section-career_current_opportunities + .where-today .right-content h3 + p + h3 + p {
	padding-bottom: 0;
}

#popup-modal {
	background-color: rgba(0, 0, 0, .75);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: none;
}

#popup-modal .popup-form {
	position: absolute;
	border-radius: 4px;
	border: 1px solid #e5e8ed;
	background-color: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .05), 0px 12px 10px -6px rgba(30, 33, 44, .08), 0px 26px 24px -10px rgba(30, 33, 44, .1), 0px 60px 80px -20px rgba(30, 33, 44, .16);
	padding: 48px;
	width: 490px;
	margin: 0px auto;
	top: 50%;
	left: 50%;
	height: 90%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	#popup-modal .popup-form {
		padding: 35px;
	}
}

@media only screen and (max-width: 575px) {
	#popup-modal .popup-form {
		padding: 25px;
		width: 95%;
	}
}

#popup-modal .popup-form .wpcf7 {
	height: 90%;
	overflow-y: scroll;
}

#popup-modal .popup-form .wpcf7::-webkit-scrollbar {
	display: none;
}

#popup-modal .popup-form h3 {
	color: #000;
	text-align: center;
	font: 28px/150% "Ambit Bold";
	padding-bottom: 24px;
}

@media only screen and (max-width: 575px) {
	#popup-modal .popup-form h3 {
		font-size: 24px;
		padding-bottom: 20px;
	}
}

#popup-modal .popup-form p {
	padding: 0px;
}

#popup-modal .popup-form form .form-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#popup-modal .popup-form form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translate(100%, -50%);
	right: -10px;
	margin: 0px;
}

#popup-modal .popup-form form span {
	line-height: 0;
}

#popup-modal .popup-form form span.close {
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/assets/images/cross-icon.svg");
}

@media only screen and (max-width: 575px) {
	#popup-modal .popup-form form span.close {
		top: 10px;
		right: 10px;
	}
}

#popup-modal .popup-form form label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #424551;
	font: 14px/150% "Ambit Regular";
}

#popup-modal .popup-form form textarea, #popup-modal .popup-form form select, #popup-modal .popup-form form input {
	width: 100%;
	border-radius: 4px;
	outline: none;
	border: 1px solid #d7dadd;
	background-color: #f4f5f6;
	color: #000;
	padding: 12px 16px;
	font: 14px/150% "Ambit Regular";
}

#popup-modal .popup-form form textarea::placeholder, #popup-modal .popup-form form select::placeholder, #popup-modal .popup-form form input::placeholder {
	color: #9a9ca5;
}

#popup-modal .popup-form form textarea:-webkit-autofill, #popup-modal .popup-form form select:-webkit-autofill, #popup-modal .popup-form form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #f4f5f6 inset !important;
}

#popup-modal .popup-form form textarea {
	height: 86px;
}

#popup-modal .popup-form form select {
	appearance: none;
}

#popup-modal .popup-form form select option {
	background-color: #f4f5f6;
	color: #000;
}

#popup-modal .popup-form form .field-row .wpcf7-not-valid-tip {
	font-family: "Ambit Regular";
	margin-top: 5px;
	font-size: 14px;
	line-height: 120%;
	color: red;
}

#popup-modal .popup-form form .field-row.select span.wpcf7-form-control-wrap {
	position: relative;
}

#popup-modal .popup-form form .field-row.select span.wpcf7-form-control-wrap::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/down-chevron.svg") center no-repeat;
}

#popup-modal .popup-form form .field-row.file {
	padding-top: 4px;
}

#popup-modal .popup-form form .field-row.file label {
	display: flex;
	cursor: pointer;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	position: relative;
}

#popup-modal .popup-form form .field-row.file label::before {
	content: "";
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/attach-icon.svg") center no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
}

#popup-modal .popup-form form .field-row.file span {
	display: none;
}

#popup-modal .popup-form form.invalid .wpcf7-response-output {
	border: 2px solid red;
	margin: 10px 10px 0px 10px;
}

#popup-modal .popup-form form.sent .wpcf7-response-output {
	border: 2px solid green;
	margin: 10px 10px 0px 10px;
}

#popup-modal .popup-form form .submit-btn {
	margin-top: 15px;
	border: 1px solid #18b14f;
	border: 1px solid #18b14f;
	border-radius: 26px;
	border-radius: 26px;
	transition: all .3s ease-in-out;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	position: relative;
	position: relative;
	z-index: 1;
	z-index: 1;
	overflow: hidden;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	background-color: #18b14f;
	border-color: #18b14f;
}

#popup-modal .popup-form form .submit-btn::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

#popup-modal .popup-form form .submit-btn::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

#popup-modal .popup-form form .submit-btn:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

#popup-modal .popup-form form .submit-btn:hover::after {
	width: 100%;
}

#popup-modal .popup-form form .submit-btn:hover input {
	color: #18b14f;
}

#popup-modal .popup-form form .submit-btn input {
	border: none;
	padding: 0px;
	color: #fff;
	letter-spacing: .5px;
	text-transform: uppercase;
	background-color: transparent;
	transition: all .3s ease-in-out;
	font: 14px/314% "Ambit Bold";
}

.job-banner {
	background-color: #f4f5f6;
	padding: 200px 0px 104px;
	margin-top: -152px;
}

@media only screen and (max-width: 1200px) {
	.job-banner {
		margin-top: -138px;
	}
}

@media only screen and (max-width: 991px) {
	.job-banner {
		margin-top: -118px;
		padding: 150px 0px 100px;
	}
}

@media only screen and (max-width: 575px) {
	.job-banner {
		margin-top: -90px;
		padding: 120px 0px 80px;
	}
}

.job-banner h1 {
	width: calc(100% - 200px);
	color: #000;
	font: 64px/120% "Ambit Bold";
	letter-spacing: 1px;
}

@media only screen and (max-width: 1400px) {
	.job-banner h1 {
		font-size: 54px;
	}
}

@media only screen and (max-width: 1200px) {
	.job-banner h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 991px) {
	.job-banner h1 {
		width: calc(100% - 140px);
		font-size: 34px;
	}
}

@media only screen and (max-width: 767px) {
	.job-banner h1 {
		width: calc(100% - 100px);
		font-size: 26px;
	}
}

@media only screen and (max-width: 575px) {
	.job-banner h1 {
		width: calc(100% - 70px);
	}
}

.job-banner .entry-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	row-gap: 10px;
	flex-wrap: wrap;
	padding: 10px 0px;
}

.job-banner .entry-meta .location {
	display: flex;
	gap: 24px;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.job-banner .entry-meta .location {
		gap: 15px;
	}
}

.job-banner .entry-meta .location p {
	color: #787a80;
	font: 14/150% "Ambit Regular";
}

.job-banner .entry-meta .location .time, .job-banner .entry-meta .location .place {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media only screen and (max-width: 1200px) {
	.job-banner .entry-meta .location .time, .job-banner .entry-meta .location .place {
		gap: 5px;
	}
}

.job-banner .entry-meta .location .time::before, .job-banner .entry-meta .location .place::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/clock.svg") center no-repeat;
	background-size: contain;
}

.job-banner .entry-meta .location .place {
	position: relative;
}

.job-banner .entry-meta .location .place::before {
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/location.svg");
}

.job-banner .entry-meta .location .place::after {
	content: "";
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -12px;
	height: 12px;
	width: 1px;
	background-color: #787a80;
}

@media only screen and (max-width: 1200px) {
	.job-banner .entry-meta .location .place::after {
		right: -7px;
	}
}

.job-banner .entry-meta .social-share {
	font-size: 0px;
	gap: 0px;
}

.job-banner ul.social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.job-banner ul.social-icons li {
	line-height: 0;
}

.job-banner ul.social-icons li a:hover img {
	transform: scale(1.1);
}

.job-banner ul.social-icons li a img {
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.job-two-col .two-col-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
	.job-two-col .two-col-section {
		flex-direction: column-reverse;
		gap: 50px;
		padding-bottom: 60px;
	}
}

.job-two-col .two-col-section .left-content {
	padding-top: 63px;
	width: 640px;
}

@media only screen and (max-width: 1400px) {
	.job-two-col .two-col-section .left-content {
		padding-top: 45px;
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.job-two-col .two-col-section .left-content {
		padding-top: 0px;
		width: 100%;
	}
}

.job-two-col .two-col-section .left-content h6 {
	color: #000;
	font: 20px/150% "Ambit Bold";
	padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.job-two-col .two-col-section .left-content h6 {
		font-size: 18px;
	}
}

.job-two-col .two-col-section .left-content li, .job-two-col .two-col-section .left-content p:not(:last-child) {
	color: #424551;
	font: 16px/160% "Ambit Light";
	padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.job-two-col .two-col-section .left-content li, .job-two-col .two-col-section .left-content p:not(:last-child) {
		padding-bottom: 20px;
	}
}

.job-two-col .two-col-section .left-content h4 {
	font: 16px/160% "Ambit Light";
	color: #18b14f;
	font-family: "Ambit Bold";
}

.job-two-col .two-col-section .left-content ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 35px;
}

.job-two-col .two-col-section .left-content ul li {
	position: relative;
	padding: 0px;
	padding-left: 15px;
}

.job-two-col .two-col-section .left-content ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 5px;
	width: 3px;
	height: 3px;
	background-color: #424551;
	border-radius: 50%;
}

.job-two-col .two-col-section .left-content .btn {
	line-height: 0;
}

.job-two-col .two-col-section .left-content .btn a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.job-two-col .two-col-section .left-content .btn a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.job-two-col .two-col-section .left-content .btn a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.job-two-col .two-col-section .left-content .btn a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.job-two-col .two-col-section .left-content .btn a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.job-two-col .two-col-section .left-content .btn a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

.job-two-col .two-col-section .left-content .social-share {
	margin-top: 60px;
	display: flex;
	gap: 9px;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.job-two-col .two-col-section .left-content .social-share {
		margin-top: 30px;
	}
}

.job-two-col .two-col-section .left-content .social-icons {
	margin-top: 60px;
	display: flex;
	gap: 9px;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.job-two-col .two-col-section .left-content .social-icons {
		margin-top: 30px;
	}
}

.job-two-col .two-col-section .left-content .social-icons p {
	padding: 0px;
	color: #000;
	font: 16px/160% "Ambit Bold";
}

.job-two-col .two-col-section .left-content .social-icons ul {
	padding: 0px;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 12px;
}

@media only screen and (max-width: 575px) {
	.job-two-col .two-col-section .left-content .social-icons ul {
		justify-content: flex-start;
	}
}

.job-two-col .two-col-section .left-content .social-icons ul li {
	line-height: 0;
	padding: 0px;
}

.job-two-col .two-col-section .left-content .social-icons ul li::before {
	content: unset;
}

.job-two-col .two-col-section .left-content .social-icons ul li a:hover img {
	transform: scale(1.1);
}

.job-two-col .two-col-section .left-content .social-icons ul li a img {
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.job-two-col .two-col-section .right-content {
	margin-top: -57px;
	width: 500px;
	border-top: 15px solid #18b14f;
	padding: 42px 40px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .13), 0px 12px 10px -6px rgba(154, 156, 165, .14), 0px 30px 24px -10px rgba(154, 156, 165, .15), 0px 80px 80px -20px rgba(154, 156, 165, .18);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (max-width: 1400px) {
	.job-two-col .two-col-section .right-content {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.job-two-col .two-col-section .right-content {
		margin-top: -50px;
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.job-two-col .two-col-section .right-content {
		padding: 25px 20px;
	}
}

.job-two-col .two-col-section .right-content .job-detail {
	display: flex;
	justify-content: space-between;
}

.job-two-col .two-col-section .right-content .job-detail .benefit-inner, .job-two-col .two-col-section .right-content .job-detail span {
	width: 50%;
	color: #000;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}

.job-two-col .two-col-section .right-content .job-detail ul {
	gap: 12px;
	line-height: 136%;
}

.job-two-col .two-col-section .right-content .job-detail p {
	gap: 5px;
	line-height: 160%;
}

.job-two-col .two-col-section .right-content .job-detail ul, .job-two-col .two-col-section .right-content .job-detail p {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-wrap: wrap;
	width: 50%;
	color: #787a80;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.job-two-col .two-col-section .right-content .job-detail ul span, .job-two-col .two-col-section .right-content .job-detail p span {
	width: 100%;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.job-two-col .two-col-section .right-content .job-detail ul {
	width: 100%;
}

.job-two-col .two-col-section .right-content a {
	margin-top: 40px;
	padding: 0px 32px;
	border-radius: 26px;
	border-radius: 26px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.job-two-col .two-col-section .right-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.job-two-col .two-col-section .right-content a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.job-two-col .two-col-section .right-content a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.job-two-col .two-col-section .right-content a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.job-two-col .two-col-section .right-content a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.job-two-col .two-col-section .right-content a {
		margin-top: 20px;
	}
}

.other-roles {
	background-color: rgba(217, 217, 217, .15);
	padding: 80px 0px;
}

.other-roles h3 {
	color: #000;
	font: 28px/150% "Ambit Bold";
	text-align: center;
}

.other-roles .opportunity-section {
	padding-top: 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 767px) {
	.other-roles .opportunity-section {
		padding-top: 30px;
	}
}

.other-roles .opportunity-section .opportunity-content {
	width: 710px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 40px;
	border-radius: 4px;
	border: 1px solid #e5e8ed;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1400px) {
	.other-roles .opportunity-section .opportunity-content {
		padding: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.other-roles .opportunity-section .opportunity-content {
		padding: 20px;
		gap: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.other-roles .opportunity-section .opportunity-content {
		width: 100%;
	}
}

.other-roles .opportunity-section .opportunity-content:hover {
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
}

.other-roles .opportunity-section .opportunity-content .left-content .location {
	display: flex;
	gap: 24px;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.other-roles .opportunity-section .opportunity-content .left-content .location {
		gap: 15px;
	}
}

.other-roles .opportunity-section .opportunity-content .left-content .location p {
	color: #787a80;
	font: 14/150% "Ambit Regular";
}

.other-roles .opportunity-section .opportunity-content .left-content .location .time, .other-roles .opportunity-section .opportunity-content .left-content .location .place {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media only screen and (max-width: 1200px) {
	.other-roles .opportunity-section .opportunity-content .left-content .location .time, .other-roles .opportunity-section .opportunity-content .left-content .location .place {
		gap: 5px;
	}
}

.other-roles .opportunity-section .opportunity-content .left-content .location .time::before, .other-roles .opportunity-section .opportunity-content .left-content .location .place::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/clock.svg") center no-repeat;
	background-size: contain;
}

.other-roles .opportunity-section .opportunity-content .left-content .location .place {
	position: relative;
}

.other-roles .opportunity-section .opportunity-content .left-content .location .place::before {
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/location.svg");
}

.other-roles .opportunity-section .opportunity-content .left-content .location .place::after {
	content: "";
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -12px;
	height: 12px;
	width: 1px;
	background-color: #787a80;
}

@media only screen and (max-width: 1200px) {
	.other-roles .opportunity-section .opportunity-content .left-content .location .place::after {
		right: -7px;
	}
}

.other-roles .opportunity-section .opportunity-content .left-content h4 {
	color: #000;
	font: 20px/150% "Ambit Bold";
	font-size: 18px;
}

.other-roles .opportunity-section .opportunity-content .left-content a {
	color: #18b14f;
	font: 14px/150% "Ambit Regular";
	transition: all .3s ease-in-out;
}

.other-roles .opportunity-section .opportunity-content .left-content a:hover {
	color: #000;
}

.other-roles .opportunity-section .opportunity-content .right-content a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: transparent;
	color: #fff;
	color: #18b14f;
	border: 1px solid transparent;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: transparent;
	border-color: transparent;
	border-color: transparent;
	border-color: #18b14f;
}

.other-roles .opportunity-section .opportunity-content .right-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.other-roles .opportunity-section .opportunity-content .right-content a::after {
	width: 0%;
	background-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.other-roles .opportunity-section .opportunity-content .right-content a:hover {
	color: transparent;
	color: #fff;
	color: #fff;
	border-color: transparent;
	background-color: #fff;
	background-color: #18b14f;
}

.other-roles .opportunity-section .opportunity-content .right-content a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.other-roles .opportunity-section .opportunity-content .right-content a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

.other-roles .update-section {
	padding-top: 90px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

@media only screen and (max-width: 767px) {
	.other-roles .update-section {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 1200px) {
	.other-roles .update-section {
		gap: 20px;
	}
}

.other-roles .update-section h6 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.other-roles .update-section h6 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 575px) {
	.other-roles .update-section h6 {
		font-size: 22px;
	}
}

.other-roles .update-section a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.other-roles .update-section a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.other-roles .update-section a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.other-roles .update-section a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.other-roles .update-section a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.other-roles .update-section a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

.section-content_and_image_with_background {
	padding-top: 110px;
}

@media only screen and (max-width: 1200px) {
	.section-content_and_image_with_background {
		padding-top: 90px;
	}
}

@media only screen and (max-width: 991px) {
	.section-content_and_image_with_background {
		padding-top: 70px;
	}
}

.section-content_and_image_with_background .our-identity-section {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.section-content_and_image_with_background .our-identity-section {
		flex-direction: column-reverse;
		gap: 50px;
	}
}

.section-content_and_image_with_background .our-identity-section .left-content {
	width: 600px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media only screen and (max-width: 1400px) {
	.section-content_and_image_with_background .our-identity-section .left-content {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.section-content_and_image_with_background .our-identity-section .left-content {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.section-content_and_image_with_background .our-identity-section .left-content {
		gap: 30px;
	}
}

.section-content_and_image_with_background .our-identity-section .inner-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-content_and_image_with_background .our-identity-section .inner-content h2 {
	color: #056933;
	font: 32px/150% "Ambit Bold";
}

.section-content_and_image_with_background .our-identity-section .inner-content p {
	color: #787a80;
	font: 16px/160% "Ambit regular";
	font-weight: 400;
}

@media only screen and (max-width: 575px) {
	.section-content_and_image_with_background .our-identity-section .inner-content {
		gap: 10px;
	}
}

.section-content_and_image_with_background .our-identity-section .right-content {
	margin: 15px 0px;
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #18b14f;
	border-radius: 8px;
}

@media only screen and (max-width: 1400px) {
	.section-content_and_image_with_background .our-identity-section .right-content {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.section-content_and_image_with_background .our-identity-section .right-content {
		width: 100%;
		padding: 100px 0px;
		margin: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section-content_and_image_with_background .our-identity-section .right-content {
		padding: 70px 0px;
	}
}

@media only screen and (max-width: 575px) {
	.section-content_and_image_with_background .our-identity-section .right-content {
		padding: 50px 0px;
	}
}

.section-content_and_image_with_background .our-identity-section .right-content img {
	width: 280px;
}

@media only screen and (max-width: 1200px) {
	.section-content_and_image_with_background .our-identity-section .right-content img {
		width: 200px;
	}
}

@media only screen and (max-width: 991px) {
	.section-content_and_image_with_background .our-identity-section .right-content img {
		width: 180px;
	}
}

@media only screen and (max-width: 575px) {
	.section-content_and_image_with_background .our-identity-section .right-content img {
		width: 150px;
	}
}

.get-done-section + .quote-section .quote-section {
	margin-top: 120px;
}

.quote-section {
	display: flex;
	position: relative;
	margin-top: 150px;
}

@media only screen and (max-width: 991px) {
	.quote-section {
		margin-top: 40px;
		flex-direction: column;
	}
}

.quote-section .image {
	max-width: 525px;
	line-height: 0;
}

@media only screen and (max-width: 991px) {
	.quote-section .image {
		max-width: 100%;
		width: 100%;
	}
}

.quote-section .image img {
	border-radius: 8px;
	width: 100%;
}

.quote-section .content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 80px 100px 80px 135px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
	position: absolute;
	top: -120px;
	right: 0px;
	max-width: 735px;
}

@media only screen and (max-width: 1400px) {
	.quote-section .content {
		max-width: 55%;
		padding: 60px 60px 60px 120px;
		top: -100px;
	}
}

@media only screen and (max-width: 1200px) {
	.quote-section .content {
		padding: 40px 40px 40px 90px;
		top: -80px;
		gap: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.quote-section .content {
		max-width: 95%;
		margin: 0px auto;
		position: unset;
		margin-top: -150px;
	}
}

@media only screen and (max-width: 575px) {
	.quote-section .content {
		padding: 20px 20px 20px 60px;
		margin-top: -70px;
	}
}

.quote-section .content .inner-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.quote-section .content .inner-content::before {
	content: "";
	position: absolute;
	left: -30px;
	transform: translateX(-100%);
	right: 0px;
	width: 28px;
	height: 28px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/simple-quotes.svg") center no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 1200px) {
	.quote-section .content .inner-content::before {
		left: -20px;
	}
}

@media only screen and (max-width: 767px) {
	.quote-section .content .inner-content::before {
		width: 25px;
		height: 25px;
	}
}

.quote-section .content .inner-content p {
	color: #000;
	font: 20px/150% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.quote-section .content .inner-content p {
		font-size: 18px;
	}
}

.quote-section .content .quote-by {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quote-section .content .quote-by p {
	color: #000;
	font: 16px/160% "Ambit Bold";
}

.quote-section .content .quote-by span {
	color: #787a80;
	font: 14px/150% "Ambit Regular";
}

.our-renewables {
	padding: 95px 0px 65px;
}

@media only screen and (max-width: 767px) {
	.our-renewables {
		padding-top: 40px;
		padding-bottom: 25px;
	}
}

.our-renewables.bgimg {
	padding: 0px;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: right;
	margin-bottom: 80px;
	padding-top: 80px;
}

@media only screen and (max-width: 1200px) {
	.our-renewables.bgimg {
		padding-top: 50px;
	}
}

.our-renewables.bgimg::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(5, 105, 51, .85) 0%, rgba(5, 105, 51, .85) 100%);
	z-index: -1;
}

.our-renewables.bgimg h4 {
	color: #fff;
}

.our-renewables.bgimg h4 em {
	color: #f89828;
}

.our-renewables.bgimg .our-renewables-section .renewable-cards {
	padding-bottom: 50px;
}

.our-renewables.bgimg .our-renewables-section .renewable-cards .renewable-card h6 {
	color: #fff;
}

.our-renewables.bgimg .our-renewables-section .renewable-cards .renewable-card p {
	color: #fff;
}

.our-renewables.bgimg .our-renewables-section .renewable-cards .renewable-card p strong {
	font-family: "Ambit Bold";
}

.our-renewables .container {
	display: flex;
	flex-direction: column;
}

.our-renewables h4 {
	/* color: #000;*/
	color: #056933;
	font: 46px/130% "Ambit Bold";
	text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
	.our-renewables h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.our-renewables h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.our-renewables h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.our-renewables h4 {
		font-size: 28px;
	}
}

.our-renewables .btn-area {
	transform: translateY(50%);
}

.our-renewables .btn-area a {
	padding: 0px 111px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/325% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #f89828;
	color: #fff;
	border: 1px solid #f89828;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #f89828;
	border-color: #f89828;
}

.our-renewables .btn-area a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f89828;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.our-renewables .btn-area a::after {
	width: 0%;
	background-color: #f89828;
	background-color: #fff;
}

.our-renewables .btn-area a:hover {
	color: #f89828;
	border-color: #f89828;
	background-color: #fff;
}

.our-renewables .btn-area a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.our-renewables .btn-area a {
		padding: 0px 80px;
		line-height: 280%;
	}
}

@media only screen and (max-width: 575px) {
	.our-renewables .btn-area a {
		padding: 0px 60px;
	}
}

.our-renewables .our-renewables-section {
	text-align: center;
}

.our-renewables .our-renewables-section p {
	max-width: 810px;
	margin: 0px auto;
	color: #787a80;
	font: 16px/150% "Ambit Regular";
	padding-top: 24px;
}

@media only screen and (max-width: 1200px) {
	.our-renewables .our-renewables-section p {
		padding-top: 20px;
	}
}

.our-renewables .our-renewables-section .renewable-cards {
	display: flex;
	gap: 30px;
	padding-top: 77px;
}

@media only screen and (max-width: 1400px) {
	.our-renewables .our-renewables-section .renewable-cards {
		gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1200px) {
	.our-renewables .our-renewables-section .renewable-cards {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.our-renewables .our-renewables-section .renewable-cards {
		flex-direction: column;
		padding-top: 30px;
		gap: 50px;
	}
}

.our-renewables .our-renewables-section .renewable-cards .renewable-card {
	position: relative;
	max-width: 33%;
	width: 33%;
}

@media only screen and (max-width: 1200px) {
	.our-renewables .our-renewables-section .renewable-cards .renewable-card {
		max-width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.our-renewables .our-renewables-section .renewable-cards .renewable-card {
		max-width: 80%;
		margin: 0px auto;
	}
}

.our-renewables .our-renewables-section .renewable-cards .renewable-card:not(:last-child):before {
	content: "";
	position: absolute;
	right: -14px;
	top: 0px;
	width: 1px;
	height: 100%;
	opacity: .4;
	background: linear-gradient(0deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
}

@media only screen and (max-width: 1400px) {
	.our-renewables .our-renewables-section .renewable-cards .renewable-card:not(:last-child):before {
		right: -56px;
	}
}

@media only screen and (max-width: 1200px) {
	.our-renewables .our-renewables-section .renewable-cards .renewable-card:not(:last-child):before {
		right: -22px;
	}
}

@media only screen and (max-width: 991px) {
	.our-renewables .our-renewables-section .renewable-cards .renewable-card:not(:last-child):before {
		right: -17px;
	}
}

@media only screen and (max-width: 767px) {
	.our-renewables .our-renewables-section .renewable-cards .renewable-card:not(:last-child):before {
		right: 0px;
		top: unset;
		bottom: -25px;
		width: 100%;
		height: 1px;
		background: linear-gradient(-90deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
	}
}

.our-renewables .our-renewables-section .renewable-cards .renewable-card img {
	width: 48px;
	height: 48px;
}

.our-renewables .our-renewables-section .renewable-cards .renewable-card h6 {
	color: #000;
	font: 20px/150% "Ambit Bold";
	padding: 24px 0px 8px;
}

@media only screen and (max-width: 991px) {
	.our-renewables .our-renewables-section .renewable-cards .renewable-card h6 {
		padding: 20px 0px 10px;
	}
}

.our-renewables .our-renewables-section .renewable-cards .renewable-card p {
	padding: 0px;
	color: #787a80;
	font: 16px/160% "Ambit Light";
}

.our-renewables .our-journey-section {
	max-width: 1130px;
}

.our-renewables .our-journey-section p {
	color: #424551;
	font: 16px/160% "Ambit Bold";
	padding: 25px 0px;
}

.our-renewables .our-journey-section .two-col-content {
	display: flex;
	gap: 60px;
}

@media only screen and (max-width: 1400px) {
	.our-renewables .our-journey-section .two-col-content {
		gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 991px) {
	.our-renewables .our-journey-section .two-col-content {
		gap: 20px;
		flex-direction: column;
	}
}

.our-renewables .our-journey-section .two-col-content p {
	padding: 0px;
	font-family: "Ambit Regular";
}

.our-renewables .our-journey-section .two-col-content .left-content, .our-renewables .our-journey-section .two-col-content .right-content {
	max-width: 535px;
}

@media only screen and (max-width: 1400px) {
	.our-renewables .our-journey-section .two-col-content .left-content, .our-renewables .our-journey-section .two-col-content .right-content {
		max-width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.our-renewables .our-journey-section .two-col-content .left-content, .our-renewables .our-journey-section .two-col-content .right-content {
		max-width: 100%;
	}
}

.where-today {
	background-color: rgba(217, 217, 217, .15);
	padding: 60px 0px;
}

@media only screen and (max-width: 767px) {
	.where-today {
		padding: 25px 0px;
	}
}

.where-today.white_bg {
	background-color: #fff;
	padding: 90px 0px;
}

@media only screen and (max-width: 1200px) {
	.where-today.white_bg {
		padding: 80px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.where-today.white_bg {
		padding: 70px 0px;
	}
}

.where-today.white_bg.style2 {
	padding: 125px 0px 85px;
}

@media only screen and (max-width: 1200px) {
	.where-today.white_bg.style2 {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.where-today.white_bg.style2 {
		padding: 70px 0px;
	}
}

.where-today h4 {
	/*color: #000;*/
	color: #056933;
	font: 46px/130% "Ambit Bold";
	text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
	.where-today h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.where-today h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.where-today h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.where-today h4 {
		font-size: 28px;
	}
}

.where-today p {
	color: #424551;
	font: 16px/160% "Ambit Bold";
	padding: 25px 0px;
}

.where-today.style1 p, .where-today.style1 h4 {
	max-width: 1130px;
}

.where-today.style1 .two-col-content {
	display: flex;
	gap: 60px;
}

@media only screen and (max-width: 1400px) {
	.where-today.style1 .two-col-content {
		gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 991px) {
	.where-today.style1 .two-col-content {
		gap: 20px;
		flex-direction: column;
	}
}

.where-today.style1 .two-col-content p {
	padding: 0px;
	font-family: "Ambit Regular";
	color: #787a80;
}

.where-today.style1 .two-col-content .left-content, .where-today.style1 .two-col-content .right-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 535px;
}

@media only screen and (max-width: 1400px) {
	.where-today.style1 .two-col-content .left-content, .where-today.style1 .two-col-content .right-content {
		max-width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.where-today.style1 .two-col-content .left-content, .where-today.style1 .two-col-content .right-content {
		max-width: 100%;
	}
}

.section-tab_with_slider {
	background-color: rgba(217, 217, 217, .15);
	padding: 65px 0px 115px;
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider {
		padding: 25px 0px 100px;
	}
}

.section-tab_with_slider .journey-project-slider {
	display: flex;
	gap: 100px;
}

@media only screen and (max-width: 1400px) {
	.section-tab_with_slider .journey-project-slider {
		gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider {
		flex-direction: column;
		gap: 20px;
	}
}

.section-tab_with_slider .journey-project-slider .slider-tabbing {
	width: 260px;
	position: relative;
}

@media only screen and (max-width: 1400px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing {
		width: 220px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing {
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing {
		width: 100%;
	}
}

.section-tab_with_slider .journey-project-slider .slider-tabbing::after, .section-tab_with_slider .journey-project-slider .slider-tabbing::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 7px;
	width: 1px;
	height: 100%;
	background-color: #9a9ca5;
	opacity: .5;
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing::after, .section-tab_with_slider .journey-project-slider .slider-tabbing::before {
		content: unset;
	}
}

.section-tab_with_slider .journey-project-slider .slider-tabbing::after {
	width: 8px;
	height: 1px;
	border-radius: 5px;
	left: 3px;
	top: unset;
	bottom: 0px;
}

.section-tab_with_slider .journey-project-slider .slider-tabbing .slick-track {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-tab_with_slider .journey-project-slider .slider-tabbing .slick-track::after, .section-tab_with_slider .journey-project-slider .slider-tabbing .slick-track::before {
	content: unset;
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing .slick-track {
		flex-direction: row;
	}
}

.section-tab_with_slider .journey-project-slider .slider-tabbing p {
	cursor: pointer;
	color: #9a9ca5;
	font: 28px/150% "Ambit Bold";
	transition: all .3s ease-in-out;
	position: relative;
	display: flex;
	gap: 32px;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing p {
		font-size: 24px;
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing p {
		font-size: 22px;
	}
}

@media only screen and (max-width: 991px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing p {
		gap: 5px;
	}
}

.section-tab_with_slider .journey-project-slider .slider-tabbing p::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #9a9ca5;
	border: 4px solid #f4f5f6;
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-tabbing p::before {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}
}

.section-tab_with_slider .journey-project-slider .slider-tabbing p:hover, .section-tab_with_slider .journey-project-slider .slider-tabbing p.slick-current {
	color: #18b14f;
}

.section-tab_with_slider .journey-project-slider .slider-tabbing p:hover::before, .section-tab_with_slider .journey-project-slider .slider-tabbing p.slick-current::before {
	background-color: #18b14f;
}

.section-tab_with_slider .journey-project-slider .slider-content {
	width: 810px;
	line-height: 0px;
}

@media only screen and (max-width: 1200px) {
	.section-tab_with_slider .journey-project-slider .slider-content {
		width: calc(100% - 30px - 200px);
	}
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-content {
		width: 100%;
	}
}

.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow {
	position: absolute;
	top: -48px;
	right: 50px;
	border: none;
	transform: translateY(-100%);
	width: 48px;
	height: 48px;
	background-color: transparent;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/Left.svg");
	background-position: center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	border-radius: 50%;
	font-size: 0px;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1200px) {
	.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow {
		top: -25px;
	}
}

@media only screen and (max-width: 991px) {
	.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow {
		width: 35px;
		height: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow {
		left: calc(50% - 50px);
		top: unset;
		bottom: -30px;
		transform: translateY(100%);
	}
}

.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow:hover {
	background-color: #18b14f;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/Left-white.svg");
}

.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow:hover.nitro-lazy {
	background-image: none !important;
}

.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow.slick-next {
	left: unset;
	transform: translateY(-100%) rotate(180deg);
	right: -10px;
}

@media only screen and (max-width: 767px) {
	.section-tab_with_slider .journey-project-slider .slider-content .slick-arrow.slick-next {
		right: calc(50% - 50px);
		transform: translateY(100%) rotate(180deg);
	}
}

.section-tab_with_slider .journey-project-slider .slider-content .slides img {
	border-radius: 4px;
}

.section-tab_with_slider .journey-project-slider .slider-content .slides p {
	padding-top: 35px;
	color: #424551;
	font: 16px/160% "Ambit Regular";
}

.section-tab_with_slider .journey-project-slider .slider-content .slides p strong {
	font-family: "Ambit Bold";
}

.ceo_quotation + .section-blockquote_content {
	padding-bottom: 70px;
	padding-top: 0;
}

@media only screen and (max-width: 991px) {
	.ceo_quotation + .section-blockquote_content {
		padding-bottom: 50px;
	}
}

.section-blockquote_content {
	padding-top: 55px;
}

.section-blockquote_content .strategy-content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 80px 110px 80px 130px;
	border-radius: 8px;
	background-color: #18b14f;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
}

@media only screen and (max-width: 1400px) {
	.section-blockquote_content .strategy-content {
		padding: 60px 60px 60px 120px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-blockquote_content .strategy-content {
		padding: 40px 40px 40px 90px;
		gap: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.section-blockquote_content .strategy-content {
		padding: 20px 20px 20px 60px;
	}
}

.section-blockquote_content .strategy-content .inner-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.section-blockquote_content .strategy-content .inner-content::before {
	content: "";
	position: absolute;
	left: -30px;
	transform: translateX(-100%);
	right: 0px;
	width: 28px;
	height: 28px;
	background: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/simple-white-quotes.svg") center no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 1200px) {
	.section-blockquote_content .strategy-content .inner-content::before {
		left: -20px;
	}
}

@media only screen and (max-width: 767px) {
	.section-blockquote_content .strategy-content .inner-content::before {
		width: 25px;
		height: 25px;
	}
}

.section-blockquote_content .strategy-content .inner-content p {
	color: #fff;
	font: 20px/150% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.section-blockquote_content .strategy-content .inner-content p {
		font-size: 18px;
	}
}

.section-default_content + .get-done-section {
	padding-top: 0;
}

.get-done-section {
	text-align: center;
	padding-top: 70px;
}

@media only screen and (max-width: 991px) {
	.get-done-section {
		padding-top: 50px;
	}
}

.get-done-section h4 {
	color: #000;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.get-done-section h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.get-done-section h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.get-done-section h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.get-done-section h4 {
		font-size: 28px;
	}
}

.get-done-section p {
	max-width: 810px;
	margin: 0px auto;
	padding: 24px 0px 77px;
	color: #787a80;
	font: 18px/150% "Ambit Light";
}

@media only screen and (max-width: 1200px) {
	.get-done-section p {
		padding: 20px 0px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.get-done-section p {
		padding-bottom: 30px;
	}
}

.get-done-section .get-done-cards {
	display: flex;
	gap: 188px;
}

@media only screen and (max-width: 1400px) {
	.get-done-section .get-done-cards {
		gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.get-done-section .get-done-cards {
		flex-direction: column;
		gap: 50px;
	}
}

.get-done-section .get-done-cards.four-items {
	gap: 20px;
}

@media only screen and (max-width: 991px) {
	.get-done-section .get-done-cards.four-items {
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.get-done-section .get-done-cards.four-items .get-done-card {
		max-width: 46%;
	}
}

@media only screen and (max-width: 767px) {
	.get-done-section .get-done-cards.four-items {
		gap: 30px;
	}
	
	.get-done-section .get-done-cards.four-items .get-done-card {
		max-width: calc(100% - 30px);
	}
}

.get-done-section .get-done-cards .get-done-card {
	position: relative;
	max-width: 285px;
}

@media only screen and (max-width: 1200px) {
	.get-done-section .get-done-cards .get-done-card {
		max-width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.get-done-section .get-done-cards .get-done-card {
		max-width: 80%;
		margin: 0px auto;
	}
}

.get-done-section .get-done-cards .get-done-card:not(:last-child):before {
	content: "";
	position: absolute;
	right: -11px;
	top: 0px;
	width: 1px;
	height: 100%;
	opacity: .4;
	background: linear-gradient(0deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
}

@media only screen and (max-width: 991px) {
	.get-done-section .get-done-cards .get-done-card:not(:last-child):before {
		right: -27px;
	}
}

@media only screen and (max-width: 767px) {
	.get-done-section .get-done-cards .get-done-card:not(:last-child):before {
		right: 0px;
		top: unset;
		bottom: -18px;
		width: 100%;
		height: 1px;
		background: linear-gradient(-90deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, .5) 12.33%, #dadbdd 51.91%, rgba(218, 219, 221, .5) 87.85%, rgba(218, 219, 221, 0) 100%);
	}
}

.get-done-section .get-done-cards .get-done-card h6 {
	color: #18b14f;
	font: 20px/150% "Ambit Bold";
	padding-bottom: 8px;
}

.get-done-section .get-done-cards .get-done-card p {
	padding: 0px;
	color: #787a80;
	font: 16px/160% "Ambit Light";
}

.ceo_quotation {
	padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
	.ceo_quotation {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.ceo_quotation {
		padding-bottom: 50px;
	}
}

.join-team .join-team-section {
	display: flex;
	justify-content: space-between;
	padding: 100px 0px 130px;
}

@media only screen and (max-width: 1200px) {
	.join-team .join-team-section {
		padding: 90px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.join-team .join-team-section {
		padding: 70px 0px;
		flex-direction: column;
		gap: 50px;
	}
}

.join-team .join-team-section .left-content {
	width: 600px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media only screen and (max-width: 1400px) {
	.join-team .join-team-section .left-content {
		width: 48%;
	}
}

@media only screen and (max-width: 991px) {
	.join-team .join-team-section .left-content {
		width: 100%;
	}
}

.join-team .join-team-section .left-content h6 {
	color: #424551;
	font: 24px/150% "Ambit Regular";
}

@media only screen and (max-width: 1400px) {
	.join-team .join-team-section .left-content h6 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1200px) {
	.join-team .join-team-section .left-content h6 {
		font-size: 20px;
	}
}

.join-team .join-team-section .left-content .left-inner-content {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.join-team .join-team-section .left-content .left-inner-content p {
	color: #424551;
	font: 16px/160% "Ambit Regular";
}

.join-team .join-team-section .right-content {
	width: 500px;
	border-top: 15px solid #18b14f;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .13), 0px 12px 10px -6px rgba(154, 156, 165, .14), 0px 30px 24px -10px rgba(154, 156, 165, .15), 0px 80px 80px -20px rgba(154, 156, 165, .18);
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 23px 62px 58px 43px;
}

@media only screen and (max-width: 1400px) {
	.join-team .join-team-section .right-content {
		width: 48%;
		padding: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.join-team .join-team-section .right-content {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.join-team .join-team-section .right-content {
		gap: 10px;
		padding: 30px;
	}
}

.join-team .join-team-section .right-content h4 {
	color: #000;
	font: 28px/150% "Ambit Bold";
}

@media only screen and (max-width: 575px) {
	.join-team .join-team-section .right-content h4 {
		font-size: 24px;
	}
}

.join-team .join-team-section .right-content p {
	color: #424551;
	font: 16px/160% "Ambit Regular";
}

.join-team .join-team-section .right-content p a {
	color: #18b14f;
	text-decoration: underline;
	transition: all .3s ease-in-out;
}

.join-team .join-team-section .right-content p a:hover {
	color: #424551;
}

.join-team .join-team-section .right-content .btn {
	margin-top: 20px;
	line-height: 0px;
}

@media only screen and (max-width: 1200px) {
	.join-team .join-team-section .right-content .btn {
		margin-top: 10px;
	}
}

.join-team .join-team-section .right-content .btn a {
	padding: 0px 32px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/260% "Ambit Regular";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.join-team .join-team-section .right-content .btn a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.join-team .join-team-section .right-content .btn a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.join-team .join-team-section .right-content .btn a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.join-team .join-team-section .right-content .btn a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.join-team .join-team-section .right-content .btn a {
		padding: 0px 20px;
		font-size: 14px;
	}
}

.leaders-cat.executive-team {
	background-color: #f4f5f6;
}

.leaders-cat.executive-team .executive-team-section .team-members {
	justify-content: flex-start;
	padding: 50px 0px;
	column-gap: 40px;
}

@media only screen and (max-width: 1400px) {
	.leaders-cat.executive-team .executive-team-section .team-members {
		column-gap: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.leaders-cat.executive-team .executive-team-section .team-members {
		column-gap: 18px;
	}
}

@media only screen and (max-width: 575px) {
	.leaders-cat.executive-team .executive-team-section .team-members {
		justify-content: center;
	}
}

.leaders-cat.executive-team .executive-team-section .team-members .member-detail {
	width: 383px;
}

@media only screen and (max-width: 1400px) {
	.leaders-cat.executive-team .executive-team-section .team-members .member-detail {
		width: 32%;
	}
}

@media only screen and (max-width: 991px) {
	.leaders-cat.executive-team .executive-team-section .team-members .member-detail {
		width: 48%;
	}
}

@media only screen and (max-width: 575px) {
	.leaders-cat.executive-team .executive-team-section .team-members .member-detail {
		width: 340px;
	}
}

.leaders-cat.executive-team .executive-team-section .team-members .member-detail h5 {
	color: #787a80;
}

.leaders-cat.executive-team .executive-team-section .team-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

@media only screen and (max-width: 575px) {
	.leaders-cat.executive-team .executive-team-section .team-btn {
		flex-direction: column;
		gap: 0px;
	}
}

.leaders-cat.executive-team .executive-team-section .team-btn p {
	max-width: unset;
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 18px/150% "Ambit Regular";
}

.leaders-cat.executive-team .executive-team-section .team-btn a {
	color: #18b14f;
	font: 400 18px/150% "Ubuntu", sans-serif;
	text-decoration-line: underline;
	transition: all .3s ease-in-out;
}

.leaders-cat.executive-team .executive-team-section .team-btn a:hover {
	color: #000;
}

.leaders-cat .executive-team-section {
	padding: 70px 0px 110px;
	text-align: center;
}

@media only screen and (max-width: 1400px) {
	.leaders-cat .executive-team-section {
		padding-bottom: 90px;
	}
}

@media only screen and (max-width: 991px) {
	.leaders-cat .executive-team-section {
		padding: 70px 0px;
	}
}

.leaders-cat .executive-team-section h4 {
	/* color: #000;*/
	color: #056933;
	font: 46px/130% "Ambit Bold";
	text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
	.leaders-cat .executive-team-section h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.leaders-cat .executive-team-section h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.leaders-cat .executive-team-section h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.leaders-cat .executive-team-section h4 {
		font-size: 28px;
	}
}

.leaders-cat .executive-team-section p {
	max-width: 810px;
	margin: 0px auto;
	padding-top: 24px;
	color: #787a80;
	font: 18px/150% "Ambit Light";
}

@media only screen and (max-width: 1200px) {
	.leaders-cat .executive-team-section p {
		padding-top: 20px;
	}
}

.leaders-cat .executive-team-section .team-members {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}

@media only screen and (max-width: 1400px) {
	.leaders-cat .executive-team-section .team-members {
		row-gap: 30px;
		column-gap: 0px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 991px) {
	.leaders-cat .executive-team-section .team-members {
		column-gap: 14px;
		justify-content: center;
	}
}

.leaders-cat .executive-team-section .team-members .member-detail {
	width: 285px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (max-width: 1400px) {
	.leaders-cat .executive-team-section .team-members .member-detail {
		width: 24%;
	}
}

@media only screen and (max-width: 1200px) {
	.leaders-cat .executive-team-section .team-members .member-detail {
		gap: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.leaders-cat .executive-team-section .team-members .member-detail {
		width: 32%;
	}
}

@media only screen and (max-width: 767px) {
	.leaders-cat .executive-team-section .team-members .member-detail {
		width: 48%;
	}
}

@media only screen and (max-width: 575px) {
	.leaders-cat .executive-team-section .team-members .member-detail {
		width: 340px;
	}
}

.leaders-cat .executive-team-section .team-members .member-detail .image {
	background-color: #fff;
	position: relative;
	line-height: 0px;
	border-radius: 4px;
	overflow: hidden;
	max-height: 340px;
	min-height: 340px;
}

@media only screen and (max-width: 1200px) {
	.leaders-cat .executive-team-section .team-members .member-detail .image {
		max-height: 300px;
		min-height: 300px;
	}
}

@media only screen and (max-width: 575px) {
	.leaders-cat .executive-team-section .team-members .member-detail .image {
		max-height: 350px;
		min-height: 350px;
	}
}

.leaders-cat .executive-team-section .team-members .member-detail .image a {
	height: 100%;
	width: 100%;
}

.leaders-cat .executive-team-section .team-members .member-detail .image a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.leaders-cat .executive-team-section .team-members .member-detail .image .socials {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 0px;
	height: 0px;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: rgba(24, 177, 80, .7);
	transition: all .3s ease-in-out;
}

.leaders-cat .executive-team-section .team-members .member-detail .image .socials a {
	height: auto;
	width: auto;
	font-size: 20px;
	color: #fff;
	padding: 5px;
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.leaders-cat .executive-team-section .team-members .member-detail .image .socials a img {
	width: auto;
	height: 0px;
	transition: all .3s ease-in-out;
}

.leaders-cat .executive-team-section .team-members .member-detail .image .socials a:hover {
	transform: scale(1.1);
}

.leaders-cat .executive-team-section .team-members .member-detail .image:hover a img {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}

.leaders-cat .executive-team-section .team-members .member-detail .image:hover .socials {
	height: 60px;
	opacity: 1;
}

.leaders-cat .executive-team-section .team-members .member-detail .image:hover .socials a img {
	height: 100%;
}

.leaders-cat .executive-team-section .team-members .member-detail .content p {
	padding: 0px;
}

.leaders-cat .executive-team-section .team-members .member-detail .content p a {
	color: #424551;
	font: 20px/150% "Ambit Bold";
	padding: 0px;
	transition: all .3s ease-in-out;
}

.leaders-cat .executive-team-section .team-members .member-detail .content p a:hover {
	color: #18b14f;
}

.leaders-cat .executive-team-section .team-members .member-detail .content span {
	color: #424551;
	font: 16px/150% "Ambit Regular";
}

.leaders-cat .executive-team-section .team-members .member-detail h5 {
	padding: 0px;
	color: #787a80;
	font: 16px/160% "Ambit Regular";
}

.section-leader_posts_row .leaders-cat + .leaders-cat .executive-team-section {
	padding-top: 0;
}

.section-leader_posts_row .leaders-cat.executive-team {
	background-color: transparent;
}

.section-leader_posts_row .leaders-cat .executive-team-section {
	padding: 70px 0;
}

@media only screen and (max-width: 991px) {
	.section-leader_posts_row .leaders-cat .executive-team-section {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .executive-team-section {
		padding: 35px 0;
	}
}

.section-leader_posts_row .leaders-cat .executive-team-section > p, .section-leader_posts_row .leaders-cat .executive-team-section > h4 {
	padding: 0px 15px;
}

.section-leader_posts_row .leaders-cat .title-row {
	margin: 0px auto;
	max-width: 550px;
	padding-top: 30px;
	text-align: center;
}

.section-leader_posts_row .leaders-cat .title-row h1 {
	color: #000;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
}

.section-leader_posts_row .leaders-cat .title-row h1 em {
	color: #18b14f;
}

@media only screen and (max-width: 991px) {
	.section-leader_posts_row .leaders-cat .title-row h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .title-row h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 575px) {
	.section-leader_posts_row .leaders-cat .title-row h1 {
		font-size: 40px;
	}
}

.section-leader_posts_row .leaders-cat .title-row p {
	padding-top: 17px;
	color: #787a80;
	text-align: center;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

@media only screen and (max-width: 991px) {
	.section-leader_posts_row .leaders-cat .title-row p {
		padding-top: 10px;
	}
}

.section-leader_posts_row .leaders-cat .block_row {
	padding: 70px 0px 90px;
}

@media only screen and (max-width: 991px) {
	.section-leader_posts_row .leaders-cat .block_row {
		padding: 50px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .block_row {
		padding: 20px 0px;
	}
}

@media only screen and (max-width: 575px) {
	.section-leader_posts_row .leaders-cat .block_row {
		padding: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .block_row {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}
}

.section-leader_posts_row .leaders-cat .block_row .block-col {
	display: flex;
	flex-direction: row-reverse;
	align-items: unset;
	align-items: center;
	background: #f4f5f6;
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .block_row .block-col {
		flex-direction: column;
	}
}

.section-leader_posts_row .leaders-cat .block_row .block-col.odd {
	background: #fff;
}

.section-leader_posts_row .leaders-cat .block_row .block-col h5 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
}

.section-leader_posts_row .leaders-cat .block_row .block-col p {
	color: #787a80;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.section-leader_posts_row .leaders-cat .block_row .block-col .link-row span {
	color: #787a80;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.section-leader_posts_row .leaders-cat .block_row .block-col .link-row a {
	color: #000;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.section-leader_posts_row .leaders-cat .block_row .block-col .link-row a:hover {
	color: #18b14f;
}

.section-leader_posts_row .leaders-cat .block_row .block-col .left-content {
	width: 42%;
	line-height: 0px;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .block_row .block-col .left-content {
		max-width: calc(100% - 30px);
	}
}

.section-leader_posts_row .leaders-cat .block_row .block-col .left-content img {
	width: auto;
	border-radius: 26px;
}

.section-leader_posts_row .leaders-cat .block_row .block-col .right-content {
	width: calc(57% - 66px);
	margin: auto 0 auto auto;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .block_row .block-col .right-content {
		width: 100%;
		padding: 20px 0px;
	}
}

@media only screen and (max-width: 575px) {
	.section-leader_posts_row .leaders-cat .block_row .block-col .right-content {
		padding: 0px;
	}
}

.section-leader_posts_row .leaders-cat .block_row .block-col .right-content ul {
	list-style: disc;
	padding-left: 15px;
}

.section-leader_posts_row .leaders-cat .block_row .block-col .right-content .content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 250px;
	margin: 0px auto;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .block_row .block-col .right-content .content {
		width: 100%;
	}
}

.section-leader_posts_row .leaders-cat .block_row .block-col .right-content .content p.designation {
	color: #18b14f;
}

.section-leader_posts_row .leaders-cat .container-fluid .title-row {
	padding: 73px 10px 0px;
	max-width: 810px;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .title-row {
		padding-top: 35px;
	}
}

.section-leader_posts_row .leaders-cat .container-fluid .title-row h2 {
	color: #000;
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 46px;
	font-weight: 700;
	line-height: 130%;
}

@media only screen and (max-width: 991px) {
	.section-leader_posts_row .leaders-cat .container-fluid .title-row h2 {
		font-size: 36px;
	}
}

.section-leader_posts_row .leaders-cat .container-fluid .title-row p {
	padding-top: 24px;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row {
	padding: 87px 0px 0px;
}

@media only screen and (max-width: 991px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row {
		padding-top: 35px;
		gap: 0px;
	}
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col {
	flex-direction: row;
	border-radius: 0px;
	background-color: #f4f5f6;
}

@media only screen and (max-width: 991px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col {
		flex-direction: column;
	}
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .container {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .container {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .left-content {
		max-width: 300px;
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .left-content {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content {
		width: calc(57% - 20px);
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content {
		max-width: 100%;
		margin: 0px auto;
		width: 100%;
	}
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content {
	max-width: 100%;
	overflow: scroll;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content {
		max-width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content {
		margin: 0px;
	}
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content .block-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content .block-content p {
	max-width: 100%;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content .block-content .designation {
	color: #18b14f;
	width: 100%;
	text-align: left;
	font-family: "Ambit Bold";
	font-size: 22px;
	font-weight: 700;
	line-height: 112%;
	padding-top: 8px;
	padding-bottom: 14px;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content .block-content .desc {
	text-align: left;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content .block-content .desc p {
	padding-top: 12px;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col .right-content .content .block-content .desc h6 {
	font-size: 14px;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col.odd {
	background-color: #fff;
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col.odd .container {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
	.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col.odd .container {
		flex-direction: column;
	}
}

.section-leader_posts_row .leaders-cat .container-fluid .block_row .block-col.odd .container .right-content {
	margin: auto auto auto 0px;
}

.bio-banner {
	padding: 0 0px 100px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.bio-banner {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.bio-banner {
		padding: 0px 0px 70px 0px;
	}
}

.bio-banner::before {
	content: "";
	position: absolute;
	top: -152px;
	left: 0px;
	width: 100%;
	height: 60%;
	background-color: #f4f5f6;
	z-index: -1;
}

@media only screen and (max-width: 1400px) {
	.bio-banner::before {
		height: 50%;
		top: -138px;
	}
}

@media only screen and (max-width: 1200px) {
	.bio-banner::before {
		height: 45%;
	}
}

@media only screen and (max-width: 991px) {
	.bio-banner::before {
		top: -118px;
		height: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.bio-banner::before {
		height: 63%;
	}
}

@media only screen and (max-width: 575px) {
	.bio-banner::before {
		height: 55%;
		top: -90px;
	}
}

.bio-banner .bio-banner-section {
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

@media only screen and (max-width: 1400px) {
	.bio-banner .bio-banner-section {
		gap: 50px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1200px) {
	.bio-banner .bio-banner-section {
		gap: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.bio-banner .bio-banner-section {
		flex-direction: column;
		gap: 30px;
	}
}

.bio-banner .bio-banner-section .bio-left {
	width: 430px;
	border-radius: 8px;
	overflow: hidden;
	font-size: 0px;
}

@media only screen and (max-width: 1200px) {
	.bio-banner .bio-banner-section .bio-left {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.bio-banner .bio-banner-section .bio-left {
		width: 100%;
	}
}

.bio-banner .bio-banner-section .bio-left .post-thumbnail {
	margin-top: 0px;
}

.bio-banner .bio-banner-section .bio-left .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	max-height: 100%;
	min-height: 380px;
}

@media only screen and (max-width: 767px) {
	.bio-banner .bio-banner-section .bio-left .post-thumbnail img {
		object-position: center;
		max-height: 500px;
	}
}

.bio-banner .bio-banner-section .bio-right {
	padding-top: 20px;
	width: 685px;
}

@media only screen and (max-width: 1400px) {
	.bio-banner .bio-banner-section .bio-right {
		width: 52%;
	}
}

@media only screen and (max-width: 1200px) {
	.bio-banner .bio-banner-section .bio-right {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.bio-banner .bio-banner-section .bio-right {
		width: 100%;
	}
}

.bio-banner .bio-banner-section .bio-right h1 {
	color: #000;
	font: 72px/100% "Ambit Bold";
	letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
	.bio-banner .bio-banner-section .bio-right h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 991px) {
	.bio-banner .bio-banner-section .bio-right h1 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 575px) {
	.bio-banner .bio-banner-section .bio-right h1 {
		font-size: 36px;
	}
}

.bio-banner .bio-banner-section .bio-right span {
	color: #000;
	font: 28px/180% "Ambit Regular";
}

@media only screen and (max-width: 1200px) {
	.bio-banner .bio-banner-section .bio-right span {
		font-size: 24px;
	}
}

@media only screen and (max-width: 575px) {
	.bio-banner .bio-banner-section .bio-right span {
		font-size: 20px;
	}
}

.bio-banner .bio-banner-section .bio-right .about-leader {
	padding-top: 120px;
}

@media only screen and (max-width: 1200px) {
	.bio-banner .bio-banner-section .bio-right .about-leader {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.bio-banner .bio-banner-section .bio-right .about-leader {
		padding-top: 40px;
	}
}

.bio-banner .bio-banner-section .bio-right .about-leader h6 {
	color: #424551;
	font: 24px/150% "Ambit Regular";
	padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
	.bio-banner .bio-banner-section .bio-right .about-leader h6 {
		font-size: 22px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.bio-banner .bio-banner-section .bio-right .about-leader h6 {
		font-size: 20px;
	}
}

.bio-banner .bio-banner-section .bio-right .about-leader p {
	font: 16px/160% "Ambit Regular";
}

.bio-banner .bio-banner-section .bio-right .about-leader p:not(:first-child) {
	padding-bottom: 20px;
}

.meet-executive-team {
	background-color: #f4f5f6;
}

.meet-executive-team .meet-executive-team-section {
	padding: 75px 0px 110px;
	text-align: center;
}

@media only screen and (max-width: 1400px) {
	.meet-executive-team .meet-executive-team-section {
		padding-bottom: 90px;
	}
}

@media only screen and (max-width: 991px) {
	.meet-executive-team .meet-executive-team-section {
		padding: 70px 0px;
	}
}

.meet-executive-team .meet-executive-team-section h4 {
	color: #000;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.meet-executive-team .meet-executive-team-section h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.meet-executive-team .meet-executive-team-section h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.meet-executive-team .meet-executive-team-section h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.meet-executive-team .meet-executive-team-section h4 {
		font-size: 28px;
	}
}

.meet-executive-team .meet-executive-team-section p {
	max-width: 810px;
	margin: 0px auto;
	padding-top: 24px;
	color: #787a80;
	font: 18px/150% "Ambit Light";
}

@media only screen and (max-width: 1200px) {
	.meet-executive-team .meet-executive-team-section p {
		padding-top: 20px;
	}
}

.meet-executive-team .meet-executive-team-section .team-members {
	padding: 50px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 30px;
}

@media only screen and (max-width: 1400px) {
	.meet-executive-team .meet-executive-team-section .team-members {
		row-gap: 30px;
		column-gap: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.meet-executive-team .meet-executive-team-section .team-members {
		column-gap: 18px;
	}
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail {
	width: 383px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (max-width: 1400px) {
	.meet-executive-team .meet-executive-team-section .team-members .member-detail {
		width: 32%;
	}
}

@media only screen and (max-width: 1200px) {
	.meet-executive-team .meet-executive-team-section .team-members .member-detail {
		gap: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.meet-executive-team .meet-executive-team-section .team-members .member-detail {
		width: 48%;
	}
}

@media only screen and (max-width: 575px) {
	.meet-executive-team .meet-executive-team-section .team-members .member-detail {
		width: 380px;
	}
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .image {
	position: relative;
	line-height: 0px;
	border-radius: 4px;
	overflow: hidden;
	max-height: 340px;
	min-height: 340px;
}

@media only screen and (max-width: 1200px) {
	.meet-executive-team .meet-executive-team-section .team-members .member-detail .image {
		max-height: 300px;
		min-height: 300px;
	}
}

@media only screen and (max-width: 575px) {
	.meet-executive-team .meet-executive-team-section .team-members .member-detail .image {
		max-height: 350px;
		min-height: 350px;
	}
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .image a {
	width: 100%;
	height: 100%;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .image .socials {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 0px;
	height: 0px;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: rgba(24, 177, 80, .7);
	transition: all .3s ease-in-out;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .image .socials a {
	height: auto;
	width: auto;
	font-size: 20px;
	color: #fff;
	padding: 5px;
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .image .socials a img {
	width: auto;
	height: 0px;
	transition: all .3s ease-in-out;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .image .socials a:hover {
	transform: scale(1.1);
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail:hover .socials {
	height: 60px;
	opacity: 1;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail:hover .socials a img {
	height: 100%;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .content p a {
	color: #424551;
	font: 20px/150% "Ambit Bold";
	padding: 0px;
	transition: all .3s ease-in-out;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .content p a:hover {
	color: #18b14f;
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail .content span {
	color: #424551;
	font: 16px/150% "Ambit Regular";
}

.meet-executive-team .meet-executive-team-section .team-members .member-detail h5 {
	color: #18b14f;
	font: 16px/160% "Ambit Regular";
	transition: all .3s ease-in-out;
}

.meet-executive-team .meet-executive-team-section .team-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

@media only screen and (max-width: 575px) {
	.meet-executive-team .meet-executive-team-section .team-btn {
		flex-direction: column;
		gap: 0px;
	}
}

.meet-executive-team .meet-executive-team-section .team-btn p {
	max-width: unset;
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 18px/150% "Ambit Regular";
}

.meet-executive-team .meet-executive-team-section .team-btn a {
	color: #18b14f;
	font: 400 18px/150% "Ubuntu", sans-serif;
	text-decoration-line: underline;
	transition: all .3s ease-in-out;
}

.meet-executive-team .meet-executive-team-section .team-btn a:hover {
	color: #000;
}

.error-404 .not-found-content {
	text-align: center;
	padding: 100px 0px;
}

.error-404 .not-found-content h1 {
	color: #000;
	font-family: "Ambit Bold";
	font-size: 50px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
	.error-404 .not-found-content h1 {
		font-size: 40px;
	}
}

.error-404 .not-found-content a {
	margin-top: 30px;
	padding: 0px 35px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font: 16px/300% "Ambit Bold";
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
}

.error-404 .not-found-content a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.error-404 .not-found-content a:hover {
	background-color: #fff;
	color: #18b14f;
}

.error-404 .not-found-content a:hover::after {
	width: 100%;
}

.search-results .site-main {
	position: relative;
	margin-top: -150px;
}

@media only screen and (max-width: 1200px) {
	.search-results .site-main {
		margin-top: -136px;
	}
}

@media only screen and (max-width: 991px) {
	.search-results .site-main {
		margin-top: -116px;
	}
}

@media only screen and (max-width: 575px) {
	.search-results .site-main {
		margin-top: -94px;
	}
}

.search-results .site-main .search {
	padding-top: 60px;
}

.search-results .site-main .search form {
	position: relative;
	max-width: 400px;
	margin: 0px auto;
}

@media only screen and (max-width: 767px) {
	.search-results .site-main .search form {
		max-width: 300px;
	}
}

@media only screen and (max-width: 575px) {
	.search-results .site-main .search form {
		max-width: 200px;
	}
}

.search-results .site-main .search form .wp-block-search__inside-wrapper {
	border: none;
}

.search-results .site-main .search form input {
	color: #000;
	font-family: "Ambit Regular";
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	padding: 9px;
	padding-left: 12px;
	border-radius: 34px;
	border: 1px solid #d7dadd;
	background-color: rgba(255, 255, 255, .5);
	transition: all .3s ease-in-out;
}

.search-results .site-main .search form input::placeholder {
	color: #000;
	transition: all .3s ease-in-out;
}

.search-results .site-main .search form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.search-results .site-main .search form input::-webkit-search-cancel-button {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.search-results .site-main .search form input {
		width: 150px;
	}
}

@media only screen and (max-width: 991px) {
	.search-results .site-main .search form input {
		width: 180px;
	}
}

.search-results .site-main .search form button {
	color: transparent;
	background-color: transparent;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/search.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	padding: 0px;
	border: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.search-results .site-main .search form button.nitro-lazy {
	background-image: none !important;
}

.search-results .site-main .search form button svg {
	display: none;
}

.search-results .site-main .search a {
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 12px;
	font-weight: 700;
	line-height: 300%;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 0px 23px;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.search-results .site-main .search a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.search-results .site-main .search a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.search-results .site-main .search a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.search-results .site-main .search a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.search-results .site-main .search a {
		padding: 1px 15px;
	}
}

@media only screen and (max-width: 991px) {
	.search-results .site-main .search a {
		display: none;
	}
}

.search-results .site-main .result-content {
	display: flex;
	row-gap: 60px;
	flex-wrap: wrap;
	padding: 60px 0px;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.search-results .site-main .result-content {
		padding: 40px 0px;
		gap: 30px;
	}
}

.search-results .site-main .result-content .news-content {
	width: 49%;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, .03), 0px 12px 10px -6px rgba(154, 156, 165, .04), 0px 30px 24px -10px rgba(154, 156, 165, .05), 0px 80px 80px -20px rgba(154, 156, 165, .08);
}

@media only screen and (max-width: 991px) {
	.search-results .site-main .result-content .news-content {
		width: 100%;
	}
}

.search-results .site-main .result-content .news-content:hover .content h6 {
	color: #18b14f;
}

.search-results .site-main .result-content .news-content .post-thumbnail {
	margin: 0px;
	width: 100%;
}

.search-results .site-main .result-content .news-content .post-thumbnail img {
	min-height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 4px 4px 0px 0px;
}

@media only screen and (max-width: 767px) {
	.search-results .site-main .result-content .news-content .post-thumbnail img {
		min-height: 250px;
	}
}

@media only screen and (max-width: 575px) {
	.search-results .site-main .result-content .news-content .post-thumbnail img {
		min-height: 200px;
	}
}

.search-results .site-main .result-content .news-content .content {
	padding: 25px;
}

@media only screen and (max-width: 575px) {
	.search-results .site-main .result-content .news-content .content {
		padding: 15px;
	}
}

.search-results .site-main .result-content .news-content .content h6 {
	color: #000;
	transition: all .3s ease-in-out;
	font: 20px/150% "Ambit Bold";
}

.search-results .site-main .result-content .news-content .content h6 a {
	color: inherit;
}

@media only screen and (max-width: 991px) {
	.search-results .site-main .result-content .news-content .content h6 {
		line-height: 120%;
	}
}

.search-results .site-main .result-content .news-content .content .date {
	padding: 12px 0px 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	row-gap: 10px;
}

.search-results .site-main .result-content .news-content .content .date span.posted-on {
	position: relative;
}

.search-results .site-main .result-content .news-content .content .date span.posted-on a {
	color: #18b14f;
	font: 14px/150% "Ambit Regular";
	transition: all .3s ease-in-out;
}

.search-results .site-main .result-content .news-content .content .date span.posted-on a:hover {
	color: #787a80;
}

.search-results .site-main .result-content .news-content .content .date p {
	color: #18b14f;
	font: 14px/150% "Ambit Regular";
	display: flex;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.search-results .site-main .result-content .news-content .content .date p {
		line-height: 120%;
	}
}

.search-results .site-main .result-content .news-content .content .date p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
	width: 1px;
	height: 100%;
	height: 12px;
	background-color: #787a80;
}

.search-results .site-main .result-content .news-content .content .date span {
	color: #787a80;
	font: 14px/150% "Ambit Regular";
}

.search-results .site-main .result-content .news-content .content .inner-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #000;
	font: 16px/160% "Ambit Regular";
}

.search-results .site-main .result-content .navigation.posts-navigation {
	width: 100%;
	margin: 0px;
}

.search-results .site-main .result-content .navigation.posts-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-next, .search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-previous {
	width: auto;
	flex: unset;
}

.search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-next a, .search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-previous a {
	font: 16px/300% "Ambit Bold";
	padding: 0px 30px;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
}

.search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-next a::after, .search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-previous a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-next a:hover, .search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-previous a:hover {
	background-color: #fff;
	color: #18b14f;
}

.search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-next a:hover::after, .search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-previous a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 575px) {
	.search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-next a, .search-results .site-main .result-content .navigation.posts-navigation .nav-links .nav-previous a {
		line-height: 280%;
	}
}

.search-no-results .site-main {
	position: relative;
	margin-top: -150px;
}

@media only screen and (max-width: 1200px) {
	.search-no-results .site-main {
		margin-top: -136px;
	}
}

@media only screen and (max-width: 991px) {
	.search-no-results .site-main {
		margin-top: -116px;
	}
}

@media only screen and (max-width: 575px) {
	.search-no-results .site-main {
		margin-top: -94px;
	}
}

.search-no-results .site-main .no-results {
	padding: 100px 0px;
}

.search-no-results .site-main .no-results h1 {
	color: #000;
	text-align: center;
	font: 46px/130% "Ambit Bold";
}

@media only screen and (max-width: 1200px) {
	.search-no-results .site-main .no-results h1 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.search-no-results .site-main .no-results h1 {
		font-size: 30px;
	}
}

.search-no-results .site-main .no-results .page-content {
	margin: 0px;
}

.search-no-results .site-main .no-results p {
	font: 20px/120% "Ambit Regular";
	padding: 20px 0px;
	text-align: center;
}

@media only screen and (max-width: 1400px) {
	.search-no-results .site-main .no-results .search {
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.search-no-results .site-main .no-results .search {
		gap: 10px;
	}
}

.search-no-results .site-main .no-results .search form {
	position: relative;
	max-width: 400px;
	margin: 0px auto;
}

@media only screen and (max-width: 767px) {
	.search-no-results .site-main .no-results .search form {
		max-width: 300px;
	}
}

@media only screen and (max-width: 575px) {
	.search-no-results .site-main .no-results .search form {
		max-width: 200px;
	}
}

.search-no-results .site-main .no-results .search form .wp-block-search__inside-wrapper {
	border: none;
}

.search-no-results .site-main .no-results .search form input {
	width: 100%;
	outline: none;
	color: #000;
	font-family: "Ambit Regular";
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	padding: 9px;
	padding-left: 12px;
	border-radius: 34px;
	border: 1px solid #d7dadd;
	background-color: rgba(255, 255, 255, .5);
	transition: all .3s ease-in-out;
}

.search-no-results .site-main .no-results .search form input::placeholder {
	color: #000;
	transition: all .3s ease-in-out;
}

.search-no-results .site-main .no-results .search form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.search-no-results .site-main .no-results .search form input::-webkit-search-cancel-button {
	display: none;
}

.search-no-results .site-main .no-results .search form input[type="submit"] {
	color: transparent;
	background-color: transparent;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/search.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	padding: 0px;
	border: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.search-no-results .site-main .no-results .search form input[type="submit"].nitro-lazy {
	background-image: none !important;
}

.search-no-results .site-main .no-results .search form input[type="submit"] svg {
	display: none;
}

.search-no-results .site-main .no-results .search form button {
	color: transparent;
	background-color: transparent;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/search.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	padding: 0px;
	border: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.search-no-results .site-main .no-results .search form button.nitro-lazy {
	background-image: none !important;
}

.search-no-results .site-main .no-results .search form button svg {
	display: none;
}

.search-no-results .site-main .no-results .search a {
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 12px;
	font-weight: 700;
	line-height: 300%;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 0px 23px;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.search-no-results .site-main .no-results .search a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.search-no-results .site-main .no-results .search a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.search-no-results .site-main .no-results .search a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.search-no-results .site-main .no-results .search a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.search-no-results .site-main .no-results .search a {
		padding: 1px 15px;
	}
}

@media only screen and (max-width: 991px) {
	.search-no-results .site-main .no-results .search a {
		display: none;
	}
}

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	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;
}

.header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
	padding: 25px 0px;
	transition: all .3s ease-in-out;
}

.header.sticky-green.scrolling {
	padding: 20px 0px;
	background-color: #18b14f;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, .5);
}

@media only screen and (max-width: 991px) {
	.header.sticky-green.scrolling {
		padding: 15px 0px;
	}
}

.header.sticky-green.scrolling .header-section .header-left a {
	max-width: 100px;
}

.header.sticky-green.scrolling .header-section .header-left a img {
	filter: invert(1) brightness(300%);
}

@media only screen and (max-width: 991px) {
	.header.sticky-green.scrolling .header-section .header-left a {
		max-width: 80px;
	}
}

.header.sticky-green.scrolling .header-section .header-right {
	gap: 40px;
}

@media only screen and (max-width: 1400px) {
	.header.sticky-green.scrolling .header-section .header-right {
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.header.sticky-green.scrolling .header-section .header-right {
		gap: 8px;
	}
}

.header.sticky-green.scrolling .header-section .header-right .desktop-menu ul {
	gap: 30px;
}

@media only screen and (max-width: 1400px) {
	.header.sticky-green.scrolling .header-section .header-right .desktop-menu ul {
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.header.sticky-green.scrolling .header-section .header-right .desktop-menu ul {
		gap: 8px;
	}
}

.header.sticky-green.scrolling .header-section .header-right .desktop-menu ul li a {
	color: #fff;
}

.header.sticky-green.scrolling .header-section .header-right .desktop-menu ul li a::after {
	background-color: #fff;
}

.header.sticky-green.scrolling .header-section .header-right .search {
	gap: 15px;
}

@media only screen and (max-width: 1400px) {
	.header.sticky-green.scrolling .header-section .header-right .search {
		gap: 12px;
	}
}

@media only screen and (max-width: 1200px) {
	.header.sticky-green.scrolling .header-section .header-right .search {
		gap: 8px;
	}
}

.header.sticky-green.scrolling .header-section .header-right .search form input {
	color: #000;
	padding: 7px;
	background-color: #fff;
}

.header.sticky-green.scrolling .header-section .header-right .search form input::placeholder {
	color: #d7dadd;
}

.header.sticky-green.scrolling .header-section .header-right .search form button {
	filter: brightness(100%) invert(1);
}

.header.sticky-green.scrolling .header-section .header-right .search a {
	line-height: 270%;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	border: 1px solid #fff;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #fff;
}

.header.sticky-green.scrolling .header-section .header-right .search a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.header.sticky-green.scrolling .header-section .header-right .search a:hover {
	background-color: #18b14f;
	border-color: #18b14f;
	color: #fff;
}

.header.sticky-green.scrolling .header-section .header-right .search a:hover::after {
	width: 100%;
}

.header.sticky-green.scrolling .header-section .header-right .search a:hover {
	border-color: #fff;
}

.header.sticky-green.scrolling .header-section .header-right .mobile-menu a b {
	background-color: #fff;
}

.header.scrolling {
	padding: 20px 0px;
	background-color: #000;
}

@media only screen and (max-width: 991px) {
	.header.scrolling {
		padding: 15px 0px;
	}
}

.header.scrolling .header-section .header-left a {
	max-width: 100px;
}

@media only screen and (max-width: 991px) {
	.header.scrolling .header-section .header-left a {
		max-width: 80px;
	}
}

.header.scrolling .header-section .header-right {
	gap: 40px;
}

@media only screen and (max-width: 1400px) {
	.header.scrolling .header-section .header-right {
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.header.scrolling .header-section .header-right {
		gap: 8px;
	}
}

.header.scrolling .header-section .header-right .desktop-menu ul {
	gap: 30px;
}

@media only screen and (max-width: 1400px) {
	.header.scrolling .header-section .header-right .desktop-menu ul {
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.header.scrolling .header-section .header-right .desktop-menu ul {
		gap: 8px;
	}
}

.header.scrolling .header-section .header-right .desktop-menu ul li a {
	color: #fff;
}

.header.scrolling .header-section .header-right .search {
	gap: 15px;
}

@media only screen and (max-width: 1400px) {
	.header.scrolling .header-section .header-right .search {
		gap: 12px;
	}
}

@media only screen and (max-width: 1200px) {
	.header.scrolling .header-section .header-right .search {
		gap: 8px;
	}
}

.header.scrolling .header-section .header-right .search form input {
	color: #fff;
	padding: 7px;
	background-color: #000;
}

.header.scrolling .header-section .header-right .search form input::placeholder {
	color: #fff;
}

.header.scrolling .header-section .header-right .search form button {
	filter: brightness(100%) invert(1);
}

@media only screen and (max-width: 991px) {
	.header {
		padding: 15px 0px;
	}
}

.header .header-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header-section .header-left {
	line-height: 0px;
}

.header .header-section .header-left a {
	line-height: 0px;
	max-width: 140px;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1400px) {
	.header .header-section .header-left a {
		max-width: 120px;
	}
}

@media only screen and (max-width: 575px) {
	.header .header-section .header-left a {
		max-width: 90px;
	}
}

.header .header-section .header-left a img {
	transition: all .3s ease-in-out;
}

.header .header-section .header-left a .home-logo {
	display: none;
}

.header .header-section .header-right {
	transition: all .3s ease-in;
	display: flex;
	gap: 54px;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	.header .header-section .header-right {
		gap: 25px;
	}
}

@media only screen and (max-width: 1200px) {
	.header .header-section .header-right {
		gap: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.header .header-section .header-right .desktop-menu {
		display: none;
	}
}

.header .header-section .header-right .desktop-menu ul {
	display: flex;
	gap: 40px;
	align-items: center;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1400px) {
	.header .header-section .header-right .desktop-menu ul {
		gap: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.header .header-section .header-right .desktop-menu ul {
		gap: 12px;
	}
}

.header .header-section .header-right .desktop-menu ul li.current-menu-item a::after {
	width: 100%;
}

.header .header-section .header-right .desktop-menu ul li:last-child {
	display: none;
}

@media only screen and (max-width: 991px) {
	.header .header-section .header-right .desktop-menu ul li:last-child {
		display: block;
	}
}

.header .header-section .header-right .desktop-menu ul li a {
	position: relative;
	color: #000;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	text-transform: capitalize;
}

@media only screen and (max-width: 1400px) {
	.header .header-section .header-right .desktop-menu ul li a {
		font-size: 15px;
	}
}

.header .header-section .header-right .desktop-menu ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 0%;
	transform: translate(-50%, 0%);
	bottom: -7px;
	height: 4px;
	background-color: #18b14f;
	transition: all .5s ease-in-out;
}

.header .header-section .header-right .desktop-menu ul li a:hover::after {
	width: calc(100% + 6px);
}

.header .header-section .header-right .search {
	display: flex;
	align-items: center;
	gap: 22px;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1400px) {
	.header .header-section .header-right .search {
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.header .header-section .header-right .search {
		gap: 10px;
	}
}

.header .header-section .header-right .search form {
	position: relative;
}

.header .header-section .header-right .search form .wp-block-search__inside-wrapper {
	border: none;
}

.header .header-section .header-right .search form input {
	width: 180px;
	color: #000;
	font-family: "Ambit Regular";
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	padding: 9px;
	padding-left: 12px;
	border-radius: 34px;
	border: 1px solid #787a80;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 575px) {
	.header .header-section .header-right .search form input {
		width: 150px;
	}
}

.header .header-section .header-right .search form input::placeholder {
	color: #000;
	transition: all .3s ease-in-out;
}

.header .header-section .header-right .search form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.header .header-section .header-right .search form input::-webkit-search-cancel-button {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.header .header-section .header-right .search form input {
		width: 150px;
	}
}

@media only screen and (max-width: 991px) {
	.header .header-section .header-right .search form input {
		width: 180px;
	}
}

.header .header-section .header-right .search form button {
	color: transparent;
	background-color: transparent;
	background-image: url("https://tiltrenewables.com/nitropack_static/dpLaphGjdRrRPnfOovoojIqKzrqdHTOS/assets/images/optimized/rev-8233cd0/tiltrenewables.com/wp-content/themes/tiltrenewables/./assets/images/search.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	padding: 0px;
	border: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.header .header-section .header-right .search form button.nitro-lazy {
	background-image: none !important;
}

.header .header-section .header-right .search form button svg {
	display: none;
}

.header .header-section .header-right .search a {
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 12px;
	font-weight: 700;
	line-height: 300%;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 0px 23px;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

.header .header-section .header-right .search a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.header .header-section .header-right .search a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

.header .header-section .header-right .search a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

.header .header-section .header-right .search a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.header .header-section .header-right .search a {
		padding: 1px 15px;
	}
}

@media only screen and (max-width: 991px) {
	.header .header-section .header-right .search a {
		display: none;
	}
}

.header .header-section .header-right .mobile-menu {
	display: none;
}

@media only screen and (max-width: 991px) {
	.header .header-section .header-right .mobile-menu {
		display: block;
	}
}

@media only screen and (max-width: 575px) {
	.header .header-section .header-right .mobile-menu .mburger {
		padding-left: 50px;
	}
}

.header .header-section .header-right .mobile-menu .mburger b {
	background-color: #18b14f;
	width: 30px;
}

.home.header-white .header .header-right .desktop-menu ul li a {
	color: #fff;
}

.home.header-white .header .header-right .desktop-menu ul li a::after {
	background-color: #f89828;
}

.home.header-white .header .header-right .search input {
	border-color: #d7dadd;
	background-color: rgba(255, 255, 255, .5);
}

.home.header-white .header .header-right .search a {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #f89828;
	color: #fff;
	border: 1px solid #f89828;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #f89828;
	border-color: #f89828;
}

.home.header-white .header .header-right .search a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f89828;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.home.header-white .header .header-right .search a::after {
	width: 0%;
	background-color: #f89828;
	background-color: #fff;
}

.home.header-white .header .header-right .search a:hover {
	color: #f89828;
	border-color: #f89828;
	background-color: #fff;
}

.home.header-white .header .header-right .search a:hover::after {
	width: 100%;
}

.home.header-white #menu a:hover {
	color: #f89828;
}

.home.header-white #menu li:last-child a {
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #f89828;
	color: #fff;
	border: 1px solid #f89828;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #f89828;
	border-color: #f89828;
}

.home.header-white #menu li:last-child a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f89828;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

.home.header-white #menu li:last-child a::after {
	width: 0%;
	background-color: #f89828;
	background-color: #fff;
}

.home.header-white #menu li:last-child a:hover {
	color: #f89828;
	border-color: #f89828;
	background-color: #fff;
}

.home.header-white #menu li:last-child a:hover::after {
	width: 100%;
}

.search .header.sticky-green.scrolling .header-section .header-left a img, .header-white .header.sticky-green.scrolling .header-section .header-left a img {
	filter: invert(0) brightness(100%);
}

.search .header .header-section .header-left a img, .header-white .header .header-section .header-left a img {
	display: none;
}

.search .header .header-section .header-left a img.home-logo, .header-white .header .header-section .header-left a img.home-logo {
	display: block;
}

.search .header .header-section .header-right .desktop-menu ul li a, .header-white .header .header-section .header-right .desktop-menu ul li a {
	color: #fff;
}

.search .header .header-section .header-right .mobile-menu .mburger b, .header-white .header .header-section .header-right .mobile-menu .mburger b {
	background-color: #fff;
}

#menu a {
	color: #000;
	font-family: "Ambit Light";
	font-size: 18px;
	padding: 12px;
	font-weight: 700;
	line-height: 160%;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
}

#menu a:hover {
	color: #18b14f;
}

#menu .mm-listitem:after {
	inset-inline-start: 0px;
}

#menu li:last-child a {
	text-align: center;
	font-family: "Ambit Bold";
	font-size: 14px;
	font-weight: 700;
	line-height: 300%;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 10px;
	padding: 4px 23px;
	position: relative;
	z-index: 1;
	border-radius: 26px;
	overflow: hidden;
	color: #18b14f;
	color: #fff;
	border: 1px solid #18b14f;
	transition: all .3s ease-in-out, background .5s ease-in-out;
	background-color: #18b14f;
	border-color: #18b14f;
}

#menu li:last-child a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #18b14f;
	z-index: -1;
	border-radius: 26px;
	transition: all .3s ease-in-out;
}

#menu li:last-child a::after {
	width: 0%;
	background-color: #18b14f;
	background-color: #fff;
}

#menu li:last-child a:hover {
	color: #18b14f;
	border-color: #18b14f;
	background-color: #fff;
}

#menu li:last-child a:hover::after {
	width: 100%;
}

#menu li:last-child:after {
	inset-inline-start: 0px;
	border: none;
}

.footer {
	background-color: #000;
	padding: 125px 0px 80px;
}

@media only screen and (max-width: 991px) {
	.footer {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.footer {
		padding: 50px 0px;
	}
}

.footer .footer-section {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.footer .footer-section .footer-section-top {
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.footer .footer-section .footer-section-top {
		flex-wrap: wrap;
		gap: 20px;
	}
}

.footer .footer-section .footer-section-top .footer-logo-section {
	/*max-width: 180px; */
	max-width: 20%;
}

@media only screen and (max-width: 1400px) {
	.footer .footer-section .footer-section-top .footer-logo-section {
		max-width: 170px;
	}
}

@media only screen and (max-width: 767px) {
	.footer .footer-section .footer-section-top .footer-logo-section {
		max-width: 100%;
	}
	
	.footer .footer-section .footer-section-top .footer-logo-section a {
		line-height: 0;
		max-width: 120px;
	}
}

.footer .footer-section .footer-section-top .footer-logo-section P {
	padding: 18px 8px 18px 0px;
	color: #fff;
	font-family: "Ambit Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	opacity: .6;
}

.footer .footer-section .footer-section-top .footer-menu-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 25px;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0px;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li ul li.footer-bold-menu {
	margin-top: 20px;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li ul li.footer-bold-menu>a {
	color: #fff !important;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 1;
}

@media only screen and (max-width: 1400px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul {
		gap: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul {
		gap: 10px;
		row-gap: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul {
		row-gap: 20px;
		column-gap: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul {
		column-gap: 15px;
	}
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li {
	width: max-content;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li {
	width: 20%;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li ul li {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li {
		width: 30%;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 575px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li {
		width: 45%;
	}
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li a {
	color: #fff;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li a:hover {
	color: #18b14f;
}

@media only screen and (max-width: 1200px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li a {
		font-size: 14px;
	}
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li ul {
	padding-top: 6px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li ul {
	padding-top: 6px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

@media only screen and (max-width: 1400px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li ul li {
		width: 100%;
	}
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li ul li a {
	color: #fff;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	text-transform: capitalize;
	letter-spacing: 0px;
	opacity: .6;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li ul li a {
	color: #fff;
	font-family: "Ambit Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	text-transform: capitalize;
	letter-spacing: 0px;
	opacity: .6;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li ul li a:hover {
	color: #18b14f;
}

@media only screen and (max-width: 1200px) {
	.footer .footer-section .footer-section-top .footer-menu-section .menu-footer-menu-container ul li ul li a {
		font-size: 14px;
	}
}

.footer .footer-section .footer-section-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.footer .footer-section .footer-section-top .footer-menu-section .menu-new-footer-menu-container ul li a {
	color: #fff;
	font-family: "Ambit Bold";
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.footer .footer-section .footer-section-bottom .bottom-left {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer .footer-section .footer-section-bottom .bottom-left a, .footer .footer-section .footer-section-bottom .bottom-left p {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0px;
	color: #fff;
	font-family: "Ambit Regular";
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
}

.footer .footer-section .footer-section-bottom .bottom-left a {
	transition: all .3s ease-in-out;
}

.footer .footer-section .footer-section-bottom .bottom-left a:hover {
	color: #18b14f;
}

.footer .footer-section .footer-section-bottom .bottom-right {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	color: #fff;
	font-family: "Ambit Regular";
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.footer .footer-section .footer-section-bottom .bottom-right {
		width: 100%;
		justify-content: flex-end;
	}
}

.footer .footer-section .footer-section-bottom .bottom-right:hover {
	color: #18b14f;
}

.footer .footer-section .footer-section-bottom .bottom-right:hover span {
	background-color: #fff;
}

.footer .footer-section .footer-section-bottom .bottom-right:hover span path {
	fill: #18b14f;
}

.footer .footer-section .footer-section-bottom .bottom-right span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 4px;
	background-color: #18b14f;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.footer .footer-section .footer-section-bottom .bottom-right span path {
	transition: all .3s ease-in-out;
}

.footer .foot-social {
	min-width: 140px;
	flex-direction: row;
	justify-content: flex-end;
	gap: 15px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.footer .foot-social {
		justify-content: flex-start;
	}
}

.footer ul.footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

@media only screen and (max-width: 575px) {
	.footer ul.footer-social {
		justify-content: flex-start;
	}
}

.footer ul.footer-social li {
	line-height: 0;
}

.footer ul.footer-social li a {
	gap: 15px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	font-family: "Ambit Regular";
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
}

.footer ul.footer-social li a:hover img {
	transform: scale(1.1);
}

.footer ul.footer-social li a img {
	transform: scale(1);
	transition: all .3s ease-in-out;
	width: 40px;
}

.footer .footer-middle {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.footer .footer-middle {
		flex-direction: column;
		gap: 20px;
	}
}

.footer .acknowledgement .ack-inner .ack-content {
	color: #fff;
}

.footer .acknowledgement .ack-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 994px;
}

@media only screen and (max-width: 767px) {
	.footer .acknowledgement .ack-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

.footer .acknowledgement .ack-inner img {
	width: 80px;
	height: auto;
	border-radius: 5px;
}

.footer .acknowledgement .ack-inner a {
	display: flex;
	align-items: center;
}

.footer .acknowledgement .ack-inner a svg {
	transform: rotate(90deg);
	width: 18px;
}

.footer .acknowledgement .ack-inner a svg path {
	fill: #18b14f;
}

.footer .acknowledgement .ack-inner a:hover {
	color: #fff;
}

.footer .acknowledgement .ack-inner a:hover svg path {
	fill: #fff;
}
