/*!
Theme Name: Higgs Construction
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: higgs-construction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

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

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Montserrat", sans-serif;
}
body{
	margin: 0 !important;
	font-optical-sizing: auto;
  	font-style: normal;
}
.body_cont{
	overflow: hidden;
}
.title{
	font-family: "Montserrat", sans-serif;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6{
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding-bottom: 25px;
	font-weight: 700;
	color: #000000;
}
.title .top_heading{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 15px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}
.title h1.norm_heading,
.title h2.norm_heading,
.title h3.norm_heading,
.title h4.norm_heading,
.title h5.norm_heading,
.title h6.norm_heading,
.title h2,
.title h3,
.title .norm_heading{
	font-size: 40px;
	line-height: normal;
	font-weight: 700;
}
.title h4{
	font-size: 24px;
	line-height: 32px;
}
.title h5{
	font-size: 22px;
	line-height: 28px;
}
.title p{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin: 0px;
	padding-bottom: 1rem;
	transition: all ease 0.5s;
}
.title p:last-child{
	padding-bottom: 0 !important;
}
.title ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
/* .title.listing_arrow ul{
	padding: 0;
} */
.title ul li{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 16px;
	position: relative;
	transition: all ease 0.5s;
}
.title ul li:last-child{
	padding-bottom: 1rem;
}
.title.listing_arrow ul li::before{
	content: url('/wp-content/uploads/2025/07/listing-icon.png');
	position: absolute;
	left: 0px;
	top: 2px;

}
.title a{
	text-decoration: none;
	outline: none;
	transition: all ease 0.5s;
}
.title a:visited{
	text-decoration: none;
	outline: none;
}
.title a:hover{
	color: #3CB24B;
}
.green_bg{
	color: #FFF;
}
.green_bg h1,
.green_bg h2,
.green_bg h3,
.green_bg h4,
.green_bg h5,
.green_bg h6,
.green_bg .norm_heading{
	color: #FFF;
}
.green_bg p,
.green_bg ul li{
	color: #FFF;
}
.green_bg p.top_heading{
	color: #FFF;
}
.title .content_wrep a:hover,
.title .content_wrep p a:hover, .title .content_wrep ul li a:hover{
	color: #3CB24B;
}
.title .uni_btn{
	position: relative;
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
	line-height: 18px;
    font-weight: 700;
    border-radius: 30px;
    background: transparent;
	border: 1px solid #000000;
    color: #000000;
    padding: 12px 32px;
    display: inline-flex;
	gap: 15px;
    align-items: center;
    justify-content: center;
	min-height: 54px;
	min-width: 218px;
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
	margin-top: 40px;
	max-width: max-content;
 }
 .title .uni_btn:hover{
	border: 1px solid #3CB24B;
	background: #3CB24B;
	color: #FFF;
 }
  .title .uni_btn img{
	transition: all ease 0.5s;
	margin-top: 2px;
  }
 .title .uni_btn:hover img{
	transform: translateX(5px);
	filter: invert(1);
 }
.img_cont{
	overflow: hidden;
	width: 100%;
}
.img_cont img,
.inner_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
  }
  .img_cont img:hover,
  .inner_img:hover{
	transform: scale(1.1);
  }
 .error-404.not-found{
	padding: 200px 0px 0px;
}
.error-404.not-found .page-header h1{
	font-size: 36px;
	line-height: 41px;
	color: #3CB24B;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
}
.error-404.not-found .uni_btn{
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0;
	cursor: pointer;
}
.inner_wrep{
	max-width: 995px;
	margin: 0 auto;
}
#uni_banner{
	background-image: url('/wp-content/uploads/2025/06/inner-banner-1.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#uni_banner::before{
	content: "";
	background: linear-gradient(to bottom, rgba(0,0,0,0.31)0%, rgba(0,0,0,0.60) 100% );
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#uni_banner .solve{
	position: relative;
	z-index: 2;
	padding: 140px 0px;
}
#uni_banner .solve h1,
#uni_banner .solve strong{
	margin: 0;
    padding-bottom: 0px;
	font-size: 64px;
    font-weight: 700;
	text-transform: capitalize;
}
.sec_pad{
	padding: 95px 0px;
}
p.color_green,ul li.color_green,
h1.color_green,h2.color_green,
h3.color_green,h4.color_green,
h5.color_green,h6.color_green{
	color: #3CB24B !important;
}
.gen_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/*---------------------Header------------------*/

#masthead{
	padding: 40px 0px 28px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	position: absolute;
	/* top: 0; */
	transition:  all ease 0.5s;
	z-index: 999;
	color: #FFF;
}
#masthead+section{
	padding-top: 128px;
}
#masthead .head_main{
	align-items: center;
}
#masthead .head_right{
	display: flex;
    justify-content: flex-end;
	padding-bottom: 5px;
}

/* ------Sticky Header------- */
 
.scroll-down {
	transform: translate3d(0, -100%, 0);
  }
  .scroll-up {
	transform: none;
  }
  header#masthead.scroll-up {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
	background: rgba(0, 0, 0, 0.95);
	top: 0;
	z-index: 999;
	position: fixed;
	width: 100%;
	transition: all ease 0.5s;
	padding: 30px 0px 20px 0px;
	transition: all ease 0.5s;
  }

/* -------------------Mega Menu-------------------- */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	vertical-align: sub;
	font-size: 16px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin: 0 0 0 2px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	/* transition: all ease 0.3s; */
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: "Montserrat", sans-serif;
	transition: all ease 0.5s;
	position: relative;
	margin: 0px 0px 0px 40px;
	font-weight: 500 !important;
	position: relative;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::before{
	content: "";
	background: #FFF;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	right: 50%;
	opacity: 0;
	transition: all ease 0.5s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover:before,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item > a.mega-menu-link:before
{
	opacity: 1;
	width: 100%;
	left: 0;
	right: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	font-weight: 700 !important;
}
#mega-menu-wrap-menu-1 ul.mega-sub-menu{
	margin-top: 10px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	transition: all ease 0.5s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-no_visible{
	display: none;
}

/* --------------Footer--------------- */

.before_footer{
	background: #3CB24B;
	padding: 45px 0px;
}
.before_footer .build{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.before_footer .build h2,.before_footer .build h3,
.before_footer .build h4,.before_footer .build h5,
.before_footer .build h6{
	padding: 0;
}
.before_footer .build .scroll_cont{
	border: 1px solid #FFF;
	background: transparent;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.5s;
	cursor: pointer;
}
.before_footer .build .scroll_cont:hover{
	background: #FFF;
	border: 1px solid #FFF;
}
.before_footer .build .scroll_cont img{
	transition: all ease 0.5s;
	transform: rotate(90deg);
}
.before_footer .build .scroll_cont:hover img{
	filter: invert(1);
}
.foot_sec {
	background: #F2F2F2;
	padding: 85px 0px 40px;
}
.foot_sec .foot_menus .foot_heading{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	padding-bottom: 22px;
	margin: 0;
}
.foot_sec .foot_menus p,
.foot_sec .foot_menus ul li,
.foot_sec .foot_menus .foot_content{
	font-size: 14px;
	margin-bottom: 22px;
	padding: 0;
}
.foot_sec .foot_menus ul{
	list-style: none;
	padding: 0;
	margin-right: 0;
}
.foot_sec .foot_menus a{
	color: inherit;
}
.foot_sec .foot_menus a:hover,
.foot_sec .foot_menus a p:hover,
.foot_sec .foot_menus ul li.current-menu-item a{
	color: #3CB24B;
}
.foot_sec .foot_menus .address_link{
	max-width: 187px;
	line-height: 30px;
}
.foot_sec .foot_contt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 5px;
}
.foot_sec .foot_contt p{
	margin: 0px;
}
.foot_sec .foot_social{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 36px;
}
.foot_sec .foot_social img{
	transition: all ease 0.5s;
}
.foot_sec .foot_social img:hover{
	transform: scale(1.1);
}
.foot_sec .foot_bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 45px;
}
.foot_sec .foot_bottom p{
	padding: 0;
	margin: 0;
	font-size: 12px;
} 
.foot_sec .ideax_logo{
	max-width: 100px;
}


/* -------------------Pages--------------- */

.home_banner{
	background-image: url('/wp-content/uploads/2025/06/banner-home.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.home_banner::before{
	content: "";
	background: linear-gradient(to bottom, rgba(0,0,0,0.31)0%, rgba(0,0,0,0.60) 100% );
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.home_banner .banner_content{
	padding: 60px 0px 90px;
	max-width: 620px;
	position: relative;
	z-index: 2;
}
.home_banner .banner_content .main_heading{
	font-size: 89px;
	line-height: normal;
	font-weight: 800;
	padding-bottom: 15px;
}
.home_banner .banner_content .one{
	max-width: 402px;
}
.home_banner .banner_content .one p{
	font-size: 20px;
	line-height: normal;
	font-weight: 300;
}
.home_banner .banner_content .uni_btn{
	margin-top: 28px;
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}
.home_banner .banner_content .uni_btn:hover{
	background: #3CB24B;
	border: 1px solid #3CB24B;
}
.home_banner .banner_content .uni_btn img{
	filter: invert(1);
}
.home_abt .abt_left{
	max-width: 500px;
}
.home_abt .abt_left .abt_left_content p,
.home_abt .abt_left .abt_left_content ul li{
	max-width: 495px;
}
.home_abt .years{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	gap: 70px;
}
.home_abt .years .year_cont{
	max-width: 90px;
}
.home_abt .years .year_cont .counter_cont{
	display: flex;
}
.home_abt .years .year_cont .counter_cont span{
	color: #3CB24B;
	font-size: 40px;
	line-height: normal;
	padding-bottom: 2px
}
.home_abt .years .year_cont .year_numbr{
	color: #3CB24B;
	font-size: 40px;
	line-height: normal;
	padding-bottom: 2px
}
.home_abt .abt_left.uni_btn {
	margin-top: 45px;
}
.home_abt .years .year_cont p{
	line-height: 22px;
}
.home_abt .abt_right .img_cont{
	height: 720px;
}
.projects_sec{
	position: relative;
	background-image: url('/wp-content/uploads/2025/07/project_bg.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.projects_sec a:hover,
.projects_sec a:hover p{
	color: #3CB24B;
}
.projects_sec::before{
	content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.projects_sec .project_left{
	position: relative;
	z-index: 2;
	padding-left: 100px;
	max-width: 555px;
}
.projects_sec .project_right{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	transform: rotate(-90deg);
}
.projects_sec .project_right .links_cont{
	padding: 60px 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.projects_sec .project_right .links_cont:last-child{
	border: 0;
}
.projects_sec .project_right .links_cont p,
.projects_sec .project_right .links_cont h2,
.projects_sec .project_right .links_cont h3,
.projects_sec .project_right .links_cont h4{
	font-weight: 700;
	display: inline-block;
}
.tagline_sec{
	overflow: hidden;
}
.tagline_sec .btn_cont{
	text-align: center;
	margin: 0 auto;
}
.tagline_sec .btn_cont .uni_btn{
	margin: 45px auto 30px;
}

.tagline_sec .scrolling-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.tagline_sec .scrolling-text .marquee_text {
  display: inline-block;
  animation: scroll-left 32s linear infinite;
  font-size: 82px;
  line-height: normal;
  font-weight: 800;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000;
  font-family: "Poppins", sans-serif;
}

.tagline_sec .scrolling-text .marquee_text span {
  display: inline-block;
  padding-right: 5rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.resources_sec .inform_box{
	max-width: 250px;
}
.resources_sec .for_pad_set{
	padding-bottom: 60px;
}
.resources_sec .for_pad_set:nth-last-child(-n+2) {
	padding-bottom: 0;
}
.resources_sec .inform_box h2, .resources_sec .inform_box h3,
.resources_sec .inform_box h4, .resources_sec .inform_box h5,
.resources_sec .inform_box h6{
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 16px;
}
.resources_sec .inform_box p{
	font-size: 12px;
	line-height: 20px;
}
.resources_sec .resource_right{
	border-top: 1px solid #707070;
}
.resources_sec .links_cont{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	border-bottom: 1px solid #707070;
	padding: 42px 0px;
}
.resources_sec .links_cont .norm_heading{
	padding: 0;
	transition: all ease 0.5s;
}
.resources_sec .links_cont:hover .norm_heading{
	color: #3CB24B;
}
.resources_sec .links_cont img{
	transition: all ease 0.5s;
}
.resources_sec .links_cont:hover img{
	transform: translateX(5px);
}
.resources_sec .bottom_link{
	max-width: max-content;
	display: flex;
	align-items: center;
	gap: 14px;
	border-bottom: 7px solid #000;
	padding-bottom:22px;
	margin-top: 70px;
	transition: all ease 0.5s;
}
.resources_sec .bottom_link:hover{
	border-bottom: 7px solid #3CB24B;
}
.resources_sec .bottom_link .green_page_link{
	font-size: 89px;
	line-height: 89px;
	font-weight: 800;
	color: #3CB24B;
	padding: 0;
	transition: all ease 0.5s;
}
.resources_sec .bottom_link:hover .green_page_link{
	color: #000000;
}
.resources_sec .bottom_link img{
	margin-top: 10px;
	transition: all ease 0.5s;
}
.resources_sec .bottom_link:hover img{
	transform: translateX(5px);
}
.home_blogs_sec{
	overflow: hidden;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 85px;
}
.home_blogs_sec .top_heading{
	padding-bottom: 42px;
}
.home_blogs_sec .set_stage{
	padding-left: 100px !important;
	padding-right: 0 !important;
}
#home_project_slider .owl-stage{ 
	left: -75px;
}
.projct_box.for_home_blogs{
	margin: 0;
}
.projct_box.for_home_blogs .img_cont{
	height: 394px;
	margin-bottom: 30px;
}
.projct_box.for_home_blogs:hover .img_cont img{
	transform: scale(1.1);
}
.projct_box.for_home_blogs .project_date{
	font-size: 12px;
	color: #3CB24B;
	padding-bottom: 10px;
	transition: all ease 0.5s;
}
.projct_box.for_home_blogs:hover .project_date{
	color: #000;
}
.projct_box.for_home_blogs .design_twenty{
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding: 0px;
	transition: all ease 0.5s;
}
.projct_box.for_home_blogs:hover .design_twenty{
	color: #3CB24B;
}
.projct_box.for_home_blogs .uni_btn{
	margin-top: 30px;
}
.projct_box.for_home_blogs:hover .uni_btn{
	background: #3CB24B;
	border: 1px solid #3CB24B;
	color: #FFF;
}
.projct_box.for_home_blogs:hover .uni_btn img{
	filter: invert(1);
}
.projct_box.for_home_blogs .uni_btn img{
	width: inherit;
}
#home_project_slider .owl-nav {
    margin-top: 30px;
}
#home_project_slider .owl-nav button {
    width: 60px;
    height: 60px;
    background: rgba(60, 178, 75, 0.65);
    border: none;
    border-radius: 50%;
    transition: all ease 0.5s;
}
#home_project_slider .owl-nav button:hover{
	background: #3CB24B;
}

.contact_sec1.sec_pad{
	padding-bottom: 65px;
}
.top_center{
	text-align: center;
	margin: 0 auto;
	max-width: 780px;
	padding-bottom: 20px;
}
.contact_sec1 .contact_wrep{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
}
.contact_sec1 .contact_box{
	text-align: center;
	border: 1px solid #C0C0C0;
	margin-bottom: 30px;
	padding: 60px 23px 40px;
	width: 100%;
	height: 100%;
}
.contact_sec1 .contact_box .icon_wrep{
	width: 88px;
	height: 88px;
	margin: 0 auto;
	margin-bottom: 16px;
}
.contact_sec1 .contact_box .contact_heading{
	font-size: 32px;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 17px;
}
.contact_sec1 .contact_box .contact_link{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	padding-bottom: 0;
	display: inline-block;
}
.contact_sec1 .contact_box .contact_link:hover{
	color: #3CB24B;
}
.contact_sec2.sec_pad{
	padding-top: 0;
}
.contact_sec2 .form_wrep{
	background: #F9F9F9;
	padding: 46px 60px;
	margin-right: 25px;
}
.contact_sec2 .form_wrep .contact_heading{
	font-size: 32px;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 0px;
	text-align: center;
}
.contact_sec2 .map_cont{
	width: 100%;
	height: 548px;
	overflow: hidden;
}
.contact_sec2 .map_cont iframe{
	width: 100%;
	height: 100%;
}
div.wpforms-container-full .wpforms-field-large{
	background: #FFF !important;
	border: 1px solid #E5E5E5 !important;
	border-radius: 0px !important;
	outline: none !important;
	padding: 8px 20px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #000 !important;
	height: 46px !important;
	display: flex !important;
	align-items: center !important;
  }
div.wpforms-container-full .wpforms-field-large::placeholder{
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: capitalize;
	color: #000 !important;
	opacity: 0.56 !important;
  }
div.wpforms-container-full textarea.wpforms-field-large{
	height: 125px !important;
}
.wpforms-submit{
	margin-top: 0px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #FFF !important;
	text-transform: capitalize !important;
	height: 53px !important;
	padding: 15px 45px !important;
	border-radius: 30px !important;
	background: #3CB24B !important;
	border: 1px solid #3CB24B !important;
	transition: all ease 0.5s !important;
}
.wpforms-submit:hover{
	background: transparent !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}
.wpforms-submit:focus{
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
div.wpforms-container-full button[type=submit]:focus:after{
	border: 0 !important;
}
.wpforms-container .wpforms-field{
	padding: 9px 0px !important;
}
div.wpforms-container-full .wpforms-field-large:focus,
div.wpforms-container-full .wpforms-field-large:target{
	box-shadow: none !important;
	color: #000000 !important;
}
div.wpforms-container-full:not(:empty) {
    margin: 10px auto !important; 
}
div.wpforms-container-full .wpforms-form em.wpforms-error{
	margin-top: 5px !important;
}

.top_sec .top_left{
	max-width: 580px;
}
.top_sec .top_right{
	padding-left: 50px;
}
.abt_black{
	background: #1C1C1C;
}
.abt_black .growth{
	padding-left: 42px;
}
.abt_black.green_bg p.top_heading{
	color: #3CB24B;
}
.abt_black .growth .uni_btn{
	background: #3CB24B;
	border: 1px solid #3CB24B;
}
.abt_black .growth .uni_btn:hover{
	background: transparent;
	border: 1px solid #FFF;
}
.abt_safety{
	position: relative;
}
.abt_safety.for_health{
	background-image: url('/wp-content/uploads/2025/06/company_bg.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.abt_safety.for_health::before{
	content: "";
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.abt_safety .safety_left{
	padding-right: 0px;
	position: relative;
	z-index: 2;
}
.abt_safety .safety_left .green_big{
	font-size: 89px;
    line-height: normal;
    font-weight: 800;
    color: #3CB24B;
    padding: 0;
	position: relative;
}
.abt_safety .safety_left .green_big::after{
	content: url(/wp-content/uploads/2025/07/green_arrow.png);
	position: absolute;
	bottom: -75px;
	right: 20px;
}
.abt_safety.for_health .safety_left .green_big::after{
	top: -0px;
	right: 70px;
}
.abt_safety .safety_right{
	position: relative;
	z-index: 2;
}
.abt_safety .safety_right.for_listing ul{
	columns: 2;
	list-style-position: inside;
	gap: 30px;
}
.top_row{
	justify-content: center;
}
.custm_abt_row{
	padding-top: 50px;
}
.projct_box.for_abt{
	margin: 0;
}
.projct_box.for_abt .img_cont{
	height: 280px;
	margin-bottom: 20px;
	position: relative;
}
.projct_box.for_abt .img_cont .journy{
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 22px;
	bottom: 15px;
	z-index: 2;
}
.projct_box.for_abt:hover .img_cont img{
	transform: scale(1.1);
}
.projct_box.for_abt .design_twenty{
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding: 0;
	transition: all ease 0.5s;
}
.projct_box.for_abt:hover .design_twenty{
	color: #3CB24B;
}
#project_slider .owl-nav {
    margin-top: 0px;
}
#project_slider .owl-nav button {
    width: 60px;
    height: 60px;
    background: rgba(60, 178, 75, 0.65);
    border: none;
    border-radius: 50%;
    transition: all ease 0.5s;
}
#project_slider .owl-nav button:hover{
	background: #3CB24B;
}
#project_slider .owl-nav button.owl-prev {
    position: absolute;
    top: 115px;
    left: -25px;
}
#project_slider .owl-nav button.owl-next {
    position: absolute;
    top: 105px;
    right: -25px;
}

.teams_sec{
	padding-top: 0;
	padding-bottom: 65px;
}
.teams_sec .team_wrep {
	margin-bottom: 30px;
}
.teams_sec .img_box{
	position: relative;
	width: 100%;
	height: 488px;
	overflow: hidden;
}
.img_box.half {
    height: 244px !important;
}
.teams_sec .img_box::before{
	content: "";
	background-color: gray;
/* 	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 51%, rgba(0,0,0,0.7) 100%); */
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.teams_sec .img_box .member_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.teams_sec .img_box .contact_info{
	position: absolute;
	top: 16px;
	right: 22px;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 5;
	transition: all ease 0.5s;
}
/* .teams_sec .img_box:hover .contact_info{
	opacity: 0;
} */
.teams_sec .img_box .contact_info .icon_call{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #FFF;
	width: 39px;
	height: 39px;
}
.teams_sec .img_box .name_cont{
	position: absolute;
	width: 95%;
	bottom: 60px;
	transform: translateX(-50%);
	left: 50%;
	text-align: center;
	z-index: 2;
	transition: all ease 0.5s;
}
.teams_sec .img_box.has-details:hover .name_cont{
	opacity: 0;
}
.teams_sec .img_box .name_cont .membr_name{
	font-size: 32px;
	line-height: normal;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0;
}
.teams_sec .img_box .name_cont .membr_designation{
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	text-transform: capitalize;
	padding: 0;
}
.teams_sec .img_box .member_detail{
	position: absolute;
	background: rgba(30, 105, 40, 0.93);
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 3;
	transition: all ease 0.5s;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.teams_sec .img_box .member_detail .membr_content{
	width: 90%;
}
.teams_sec .img_box.has-details:hover .member_detail{
	opacity: 1;
}
.gen_grid{
	position: relative;
}
.gen_grid .gen_grid_left{
	padding-right: 47px;
	position: relative;
	z-index: 2;
}
.gen_grid.for_bg .gen_grid_left{
	padding-right: 0px;
	position: relative;
	z-index: 2;
}
.gen_grid.for_bg .gen_grid_right{
	margin-right: 47px;
	position: relative;
	z-index: 2;
}
/* .gen_grid .gen_grid_right{
	display: flex;
	height: 100%;
} */
.gen_grid.for_bg{
	background: url('/wp-content/uploads/2025/06/company_bg.avif');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.gen_grid.for_bg::before{
	content: "";
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.gen_grid .row_reverse {
	flex-direction: row-reverse;
}
.gen_grid.for_bg .gen_grid_right .img_cont_1{
	position: relative;
    left: 0;
    top: 0;
    width: 413px;
    height: 350px;
	z-index: 1;
}
.gen_grid.for_bg .gen_grid_right .img_cont_2{
	position: absolute;
    right: 0;
    bottom: 0;
    width: 290px;
    height: 275px;
	z-index: 2;
}
.gen_grid.for_bg .gen_grid_right .img_cont_1 img,
.gen_grid.for_bg .gen_grid_right .img_cont_2 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.gen_grid.for_bg.for_compny .gen_grid_right {
	height: 495px;
}

.publish .miles{
	text-align: center;
	max-width: 814px;
	margin: 0 auto;
	padding-bottom: 45px;
}
.tabs_cont{
	max-width: 1052px;
	margin: 0 auto;
}
.tabs_cont .nav-pills {
    list-style: none;
    margin-bottom: 40px !important;
    justify-content: space-between;
    gap: 15px;
	border-bottom: 1px solid #EAEAEA;
}
.tabs_cont .nav-pills .nav-item{
	padding: 0;
}
.tabs_cont .nav-pills .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #A3A3A3;
    border-radius: 0;
    padding: 14px 30px;
    border-bottom: 4px solid transparent;
    min-width: 100px;
    transition: all ease 0.5s;
}
.tabs_cont .nav-pills .nav-link:hover{
	color: #3CB24B;
}
.tabs_cont .nav-pills .nav-link.active{
	color: #3CB24B;
	border-bottom: 4px solid #3CB24B;
	background: transparent;
}
.tabs_cont .gallery_img{
	width: 100%;
	height: 475px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 25px;
	overflow: hidden;
}
.tabs_cont .gallery_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.project_banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 649px;
}
.project_banner::before{
	    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.project_inner{
	padding-top: 82px;
}
.project_inner a{
	color: inherit;
}
.project_inner .inner_left{
	max-width: 578px;
}
.project_inner .inner_right .project_detail{
	padding-bottom: 28px;
}
.project_inner .project_detail .detail_title{
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #3CB24B;
}
.project_inner .project_images{
	width: 100%;
	height: 435px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.project_inner .project_images img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
}
.project_inner .project_images:hover img{
	transform: scale(1.1);
}
.project_inner .images_top_pad{
	padding-top: 52px;
}
.project_nav_buttons{
	padding: 35px 0px 80px;
}
.project_nav_buttons .nav_btn_cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}
.project_nav_buttons .nav_btn_cont .uni_btn{
	margin: 0;
	color: #3CB24B;
	border: 1px solid #3CB24B;
	min-width: 240px;
}
.project_nav_buttons .nav_btn_cont .uni_btn:hover{
	color: #FFF;
}
.project_nav_buttons .nav_btn_cont .uni_btn:hover img{
	filter: brightness(0) invert(1);
	transform: translateX(0);
}
.top_sec.for_project{
	padding-bottom: 30px;
}
.project_main {
	padding-bottom: 60px;
}
.project_main .projct_box{
	margin-bottom: 45px;
	width: 100%;
}
.project_main .projct_box .img_cont{
	width: 100%;
	height: 430px;
	overflow: hidden;
	margin-bottom: 28px;
}
.project_main .projct_box .design_twenty{
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #3CB24B;
	padding-bottom: 10px;
	transition: all ease 0.5s;
}
.project_main .projct_box .design_twenty{
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #3CB24B;
	padding-bottom: 10px;
	transition: all ease 0.5s;
}
.project_main .projct_box .find p strong{
	color: #3CB24B;
	font-weight: 400;
}
.project_main .projct_box:hover .img_cont img{
	transform: scale(1.1);
}
.category_selection{
	text-align: right;
	padding-bottom: 35px;
}
.category_selection select {
    max-width: 300px;
    padding: 11px 8px;
    border: 0px;
    border-bottom: 1px solid;
    font-size: 16px;
    text-transform: capitalize;
	outline: none;
	background: transparent;
}
.category_selection select option:hover{
	background: #3CB24B;
}

.float_btn{
	display: flex;
	align-items: center;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    right: -77px;
	z-index: 99;
	transition: all ease 0.5s;
}
.float_btn .float_icon{
	background: #3CB24B;
	border: 1px solid #3CB24B;
	height: 48px;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.5s;
}
.float_btn .float_icon:hover{
	background: rgba(60,178,75,0.8);
/* 	border: 1px solid #000; */
}
.float_btn .float_icon img{
	transform: rotate(-45deg);
	transition: all ease 0.5s;
}
/* .float_btn .float_icon:hover img{
	filter: invert(1);
} */
.float_btn .float_text{
	background: #FFF;
	height: 48px;
	width: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;
	border: 1px solid #3CB24B;
	border-left: 0;
	transition: all ease 0.5s;
}
.float_btn .float_text:hover{
	color: #3CB24B;
	border-color: #3CB24B;
}

/* -------------------Responsiveness------------------- */

@media screen and (max-width: 1399px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	    margin: 0px 0px 0px 20px;
/* 		font-size: 13px; */
	}
	#masthead {
    padding: 18px 0px 18px; 
	}
	#masthead+section {
    padding-top: 95px;
	}
/* 	.home_banner .banner_content .main_heading {
    font-size: 65px;
    padding-bottom: 10px;
	}
	.resources_sec .bottom_link .green_page_link {
    font-size: 65px;
    line-height: 65px; 
	}
	.abt_safety .safety_left .green_big {
    font-size: 65px; 
	}
	#uni_banner .solve h1, #uni_banner .solve strong {
    font-size: 55px; 
	} */
	.teams_sec .img_box .name_cont .membr_name {
    font-size: 22px; 
	}
	.teams_sec .img_box .name_cont .membr_designation {
    font-size: 16px; 
	}
	.project_main .projct_box .img_cont {
    height: 350px; 
	}
	.project_inner .project_images {
    height: 350px; 
	}
	.contact_sec1 .contact_box .contact_heading {
    font-size: 26px; 
	}
	.contact_sec1 .contact_box .contact_link {
    font-size: 18px;
    line-height: 26px; 
	}
}

/* -------------------------- */
@media screen and (max-width: 1299px) {
	.projects_sec .project_left {
    padding-left: 0px; 
	}
	.tagline_sec .scrolling-text .marquee_text {
    font-size: 70px; 
	}
	#uni_banner .solve {
    padding: 100px 0px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	    margin: 0px 0px 0px 20px;
		font-size: 13px;
	}
	.home_banner .banner_content .main_heading {
    font-size: 65px;
    padding-bottom: 10px;
	}
	.resources_sec .bottom_link .green_page_link {
    font-size: 65px;
    line-height: 65px; 
	}
	.abt_safety .safety_left .green_big {
    font-size: 65px; 
	}
	#uni_banner .solve h1, #uni_banner .solve strong {
    font-size: 55px; 
	}
}

/* -------------------------- */
@media screen and (max-width: 1199px) {
	.sec_pad {
    padding: 70px 0px;
	}
	.tagline_sec .scrolling-text .marquee_text {
        font-size: 55px;
    }
	    .resources_sec .bottom_link .green_page_link {
        font-size: 40px;
        line-height: 41px;
    }
	.resources_sec .bottom_link {
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
    margin-top: 60px;
	}
	.home_blogs_sec .set_stage {
    padding-left: 50px !important; 
	padding-right: 50px !important;
	}
	#home_project_slider .owl-stage{
		left: 0;
	}
	#home_project_slider .owl-nav {
    text-align: left;
	}
	.title h1.norm_heading, .title h2.norm_heading, .title h3.norm_heading, .title h4.norm_heading, .title h5.norm_heading, .title h6.norm_heading, .title h2, .title h3, .title .norm_heading {
    font-size: 26px; 
	}
	.before_footer .build .scroll_cont {
    width: 80px;
    height: 80px; 
	}
	.before_footer .build .scroll_cont img{
		height: 52%;
	}
	.top_sec .top_right {
    padding-left: 0px;
	}
	.abt_black .growth {
    padding-left: 0;
	}
	    .abt_safety .safety_left .green_big {
        font-size: 45px;
    }
	.abt_safety .safety_left .green_big::after {
    display: none;
} 
.gen_grid .gen_grid_left {
    padding-right: 0px;
}
.gen_grid.for_bg .gen_grid_right {
    margin-right: 0px; 
}
html body .teams_sec {
    padding-top: 0;
    padding-bottom: 40px; 
}
.abt_safety.for_health .safety_left .green_big::after {
   display: none;
}
    #uni_banner .solve h1, #uni_banner .solve strong {
        font-size: 45px;
    }
	.project_banner {
    height: 450px;
	}
	.project_inner .project_images {
        height: 315px;
    }
	.contact_sec2 .form_wrep {
    padding: 40px 18px;
    margin-right: 25px;
	}
}

/* -------------------------- */
@media screen and (max-width: 991px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
		        border-bottom: 1px solid #FFF;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::before {
		display: none;
	}
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        margin: 15px 0px 15px 0px;
        font-size: 18px;
		color: #FFF !important;
		font-weight: 500 !important;
		padding: 0;
		text-transform: capitalize;
    }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
    padding: 0px 10px 10px 10px; 
	color: #FFF;
	}
	#mega-menu-wrap-menu-1 ul.mega-sub-menu {
    margin-top: 0px !important;
	background: transparent !important;
}
    #masthead {
        padding: 18px 0px 18px;
		    background: rgba(0, 0, 0, 0.5);
    }
	.home_banner .banner_content {
		padding: 60px 0px;
		max-width: unset; 
	}
	    .home_banner .banner_content .main_heading {
        font-size: 40px; 
		}
		    .sec_pad {
        padding: 60px 0px;
    }
	.home_abt .abt_left {
    max-width: unset;
	padding-bottom: 30px;
	}
	.home_abt .abt_left .abt_left_content p, .home_abt .abt_left .abt_left_content ul li {
    max-width: unset;
}
.title .uni_btn {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 30px;
    min-height: 48px; 
}
.home_abt .years {
    padding-top: 30px;
    gap: 36px;
}
.home_abt .abt_right .img_cont {
    height: unset;
}
.projects_sec .project_left {
   max-width: unset;
	padding-bottom: 30px;
}
.title .top_heading {
	        padding-bottom: 6px;
        font-size: 16px;
}
.projects_sec .project_right {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    transform: rotate(0deg);
}
.projects_sec .project_right .links_cont {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.projects_sec .project_right .links_cont:last-child {
   border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
    .tagline_sec .scrolling-text .marquee_text {
        font-size: 36px;
    }
	.resources_sec .for_pad_set {
    padding-bottom: 35px;
}
.resources_sec .inform_box {
    max-width: unset;
}
.resources_sec .for_pad_set:nth-last-child(-n+2) {
    padding-bottom: 35px;
}
.resources_sec .links_cont {
    padding: 20px 0px;
}
    .resources_sec .bottom_link {
        margin-top: 40px;
    }
	.home_blogs_sec .set_stage {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.projct_box.for_home_blogs .img_cont {
    height: 315px;
    margin-bottom: 20px;
}
.home_blogs_sec {
    padding-bottom: 60px;
}
#home_project_slider .owl-nav {
    margin-top: 40px;
}
.foot_sec {
    padding: 60px 0px 20px;
}
.foot_logo{
	margin-bottom: 15px;
}
.foot_sec .foot_menus .foot_heading {
    padding-bottom: 18px; 
	padding-top: 18px;
}
.foot_sec .foot_menus p, .foot_sec .foot_menus ul li, .foot_sec .foot_menus .foot_content {
    margin-bottom: 10px; 
}
.foot_sec .foot_social {
    gap: 15px;
    padding-top: 20px;
}
    #uni_banner .solve h1, #uni_banner .solve strong {
        font-size: 32px;
    }
	.abt_black .row{
		flex-direction: row-reverse;
	}
	    .abt_black .growth {
        padding-top: 30px;
    }
	.abt_safety .safety_left .green_big {
        font-size: 26px;
		padding-bottom: 16px;
    }
	.abt_safety .safety_right.for_listing ul {
    columns: 1;
}
    .gen_grid .gen_grid_left {
        padding-bottom: 30px;
    }
	.title h1.norm_heading, .title h2.norm_heading, .title h3.norm_heading, .title h4.norm_heading, .title h5.norm_heading, .title h6.norm_heading, .title h2, .title h3, .title .norm_heading {
        font-size: 26px;
		padding-bottom: 15px;
    }
	.gen_grid.for_bg .gen_grid_right .img_cont_1 {
    width: 60%;
    height: 350px; 
	}
	.gen_grid.for_bg .gen_grid_right .img_cont_2 {
    right: 135px;
    width: 40%;
    height: 250px;
}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link{
		background: transparent;
		color: #FFF;
	}
	.category_selection {
    text-align: left;
}
    .project_main .projct_box .img_cont {
        height: 300px;
    }
	.project_main .projct_box {
    margin-bottom: 40px; 
	}
	.project_banner {
        height: 350px;
    }
	.project_inner{
    padding-top: 60px;
}
.project_inner .inner_left {
    max-width: unset;
	padding-bottom: 30px;
}
.project_inner .project_detail .detail_title {
    font-size: 18px; 
}
    .project_inner .project_images {
        height: 300px;
		margin-bottom: 20px;
    }
	.project_inner .images_top_pad {
    padding-top: 20px;
}
.tabs_cont .nav-pills {
    list-style: none;
    margin-bottom: 30px !important;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 0px;
}
.tabs_cont .nav-pills .nav-link{
	border: 1px solid #3CB24B;
	font-size: 15px;
	padding: 10px 22px;
	min-width: unset;
}
.tabs_cont .nav-pills .nav-link.active {
    color: #FFF;
    border-bottom: 1px;
    background: #3CB24B;
}
.publish .miles {
    text-align: left;
	max-width: unset;
	padding-bottom: 35px;
}	
/* .tabs_cont .gallery_img {
    height: 370px; 
} */
.contact_sec1 .contact_box {
    padding: 40px 20px; 
}
.contact_sec1.sec_pad {
    padding-bottom: 25px;
}
    .contact_sec2 .form_wrep {
        padding: 35px 18px;
        margin-right: 0px;
		margin-bottom: 30px;
    }
	.contact_sec2 .form_wrep .contact_heading {
    font-size: 26px;
    text-align: left;
}
.contact_sec2 .map_cont {
    height: 300px;
}
header#masthead.scroll-up {
	padding: 18px 0px 18px;
}
	.float_btn {
        right: -69px;
    }
	.float_btn .float_icon {
        height: 38px;
        width: 48px;
    }
	.float_btn .float_text {
        height: 38px;
        width: 128px;
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 2px;
    }
	.float_btn .float_icon img {
    max-width: 30px;
	}
}

/* -------------------------- */
@media screen and (max-width: 767px) {
	    #masthead+section {
        padding-top: 88px;
    }
	.home_banner .banner_content .main_heading {
        font-size: 34px;
    }
	.home_banner .banner_content .one p {
    font-size: 18px; 
	}
	.sec_pad {
        padding: 50px 0px;
    }
	.container{
		padding: 0px 1.25rem !important;
	}
	    .resources_sec .bottom_link .green_page_link {
        font-size: 30px;
        line-height: 30px;
    }
	.home_blogs_sec .top_heading {
    padding-bottom: 28px;
}	
.before_footer .build {
    gap: 18px;
}
    .before_footer .build .scroll_cont {
        width: 70px;
        height: 70px;
    }
	    #uni_banner .solve {
        padding: 80px 0px;
    }
	.top_sec .top_left h2{
		padding-bottom: 15px !important;
	}
	#project_slider .owl-nav button.owl-prev,
	#project_slider .owl-nav button.owl-next {
		position: unset;
	}
	#project_slider .owl-nav{
		text-align: left;
		margin-top: 30px;
	}
	.custm_abt_row {
    padding-top: 40px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
    .gen_grid.for_bg .gen_grid_right .img_cont_1 {
        width: 100%;
        height: auto;
		margin-bottom: 30px;
		position: unset;
    }
	  .gen_grid.for_bg .gen_grid_right .img_cont_2 {
        width: 100%;
        height: auto;
		right: 0;
			position: unset;
    }
	.gen_grid.for_bg.for_compny .gen_grid_right {
    height: auto;
}
    .project_inner {
        padding-top: 50px;
    }
	.project_nav_buttons {
    	padding: 20px 0px 60px;
	}
	.project_inner .row{
		justify-content: center;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.project_nav_buttons .nav_btn_cont {
    justify-content: center; 
	}
	.float_btn {
        right: -69px;
    }
	.float_btn .float_icon {
        height: 38px;
        width: 48px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0px !important;
    }
	#masthead .head_right {
    	padding-bottom: 0px;
	}
	.foot_sec .ideax_logo {
    	max-width: 80px;
	}
}

/* -------------------------- */
@media screen and (max-width: 389px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		        width: 250px;
	}
}




