/*!
Theme Name: GPHE
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: gphe
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-service-box { aspect-ratio: 2/3; margin: 0 5px; transition: all; transition-duration: 0.3s; }
.home-service-box.slick-active { aspect-ratio: 2/3; }
.home-service-box:hover { aspect-ratio: 1/1;  }

/* 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:visited {
	color: #710F11;
}

a:hover,
a:focus,
a:active {
	color: #710F11;
}

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: 320px) {

	.menu-toggle {
		display: block;
	}

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

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

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

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

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

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


/* theme layout css start */

@font-face
{ font-family:"Pop-300";
  src: url(fonts/Poppins-Light.ttf);
}
@font-face
{ font-family:"Pop-400";
  src: url(fonts/Poppins-Regular.ttf);
}
@font-face
{ font-family:"Pop-500";
  src: url(fonts/Poppins-Medium.ttf);
}
@font-face
{ font-family:"Pop-600";
  src: url(fonts/Poppins-SemiBold.ttf);
}


/*general css*/
body{--screen-width: calc(100vw - (100vw - 100%));}
body *{font-family:"Pop-400";box-sizing:border-box;}
p:has(.results:empty) { display: none;}
.max-wrap{max-width:1772px;margin:0 auto;}
.widget{margin:0;}

.main-navigation .menu-toggle{background: #F1F1F1;cursor:pointer;
    border: 0;
    border-radius: 99px;
    padding: 0;
    text-align: left;
    font-size: 17px;
    color: #000;
    height: 60px; position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;z-index:2;}
.main-navigation .menu-toggle:hover{text-decoration: underline; background-color: #DEDEDE;}
.main-navigation .menu-toggle .cl{padding: 0 10px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; gap: 27px;}
.main-navigation .menu-toggle span{height: 50px;
    display: inline-block;
    width: 50px;
    background: maroon;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;position:relative;}
.main-navigation .menu-toggle svg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.main-navigation .menu-toggle .op{display:none;}
.main-navigation.toggled .menu-toggle .cl{display:none;}
.main-navigation.toggled .menu-toggle .op{display:block;}
.main-navigation.toggled .menu-toggle {
	background: transparent;right: 10px; z-index: 999;}
.main-navigation.toggled ul{position: absolute;
    right: 0px;
    z-index: 111;
    padding: 100px 70px;
    background-image: url(/wp-content/uploads/2025/06/1.svg);
    width: 590px;
    height: 512px;
    top: 20px;    display: grid;
    gap: 0px;
    grid-template-columns: 270px auto;}
.main-navigation a {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding: 8px 0;display:inline-block;
}
.main-navigation li.current-menu-item a{text-decoration:underline;}
.main-navigation li.menu-right a {
    font-size: 18px;
    line-height: 34px;
}
#primary-menu li a::before , #menu-header-mobile li a::before{
  content: '';
   position: absolute;
    left: -20px;
    top: 21px;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13" fill="none"><path d="M5.59128 6.5L0.5 1.44422L1.95436 0L8.5 6.5L1.95436 13L0.5 11.5558L5.59128 6.5Z" fill="white"/></svg>') no-repeat center;
  width: 9px;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;

  /* Start hidden (to the left) */
  opacity: 0;
  transform: translateX(-8px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#primary-menu li a:hover::before,
#primary-menu li.current-menu-item a::before, #menu-header-mobile li a:hover::before, #menu-header-mobile li.current-menu-item a::before{
  /* Slide in */
  opacity: 1;
  transform: translateX(0);
}

/*header css*/
.header-main{display: flex;
    position: relative;
    align-items: center;
    gap: 40px;padding: 10px 0;}
.cntact{background: #f1f1f1; cursor: pointer;
    text-align: center;
    padding: 17px 40px;
    border-radius: 40px;display: block;
    justify-content: center;
    gap: 5px;}
.cntact a {color: #000;text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 5px;    font-size: 17px;
}
.gphe-head-text{font-size: 13px;
    color: #103F26;
    line-height: 14px;
    position: absolute;
    left: 6%; width: 60%;
    right: 0;
    margin: 0 auto;
    text-align: center;}
.gphe-head-text a{
	 color: #710F11;
}


/*footer css*/
.gphe-footer-top {position: relative;margin-top: 80px;}
.gphe-footer-top h4{margin: 0;
    display: inline-block;
    position: absolute;
    transform: rotate(-90deg);
    top: 200px;left:25px;font-size: 18px;
    color: #8D8D8D;
    font-weight: normal;
    line-height: 130%;}
.gphe-footer-form {
    background-image: url(https://gphe.wpenginepowered.com/wp-content/uploads/2025/06/footer-bg.png);
    height: 535px;
    padding: 60px 120px;
    margin-left: 10%;
    border-radius: 100px 100px 0 0;
}
.gphe-footer-form .gform-theme--foundation .gform_fields{row-gap:20px;}
.gphe-footer-form .form-title{
  font-size: 20px;
  font-weight: normal;
  color: #000;
  font-family: Pop-400;
}
.gphe-footer-form .gform-theme--foundation .gfield input, .gphe-footer-form .gform-theme--foundation .gfield select{  border-radius: 40px;
    border: 0;
    box-shadow: none;
    height: 64px;
    line-height: 64px;
    padding: 0 20px;font-size: 15px;}
.gphe-footer-form .gform-theme--foundation .gfield textarea.large {
    min-block-size: 8rem;
    border: 0;
    box-shadow: none;
    border-radius: 30px;
    padding: 30px;font-size: 15px;
}
.gphe-footer-form .gform-theme--foundation .gfield--type-textarea .gfield_description{padding-left: 20px;
    color: #9B9B9B;
    margin-top: 15px;}
.gphe-footer-form .gform-theme--foundation .gform_footer{justify-content:end;}
.gphe-footer-form .gform-theme--foundation #gform_submit_button_2 {background: #710F11;
    padding: 25px 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    width: 400px;
    text-align: left;
    line-height: 24px;}

	.banner-content-link a svg, .gphe-header-img a svg, .home-reliable-box a svg, #gform_submit_button_2 span.aerrow, .gphe-left-button a svg, .service-box-inr a svg, .career-desc a svg, #gform_submit_button_3 span.aerrow{
  transition: transform 0.3s ease;
}

.banner-content-link a:hover svg, .gphe-header-img a:hover svg, .home-reliable-box a:hover svg, #gform_submit_button_2:hover span.aerrow , #gform_submit_button_3:hover span.aerrow, .service-box-inr a:hover svg, .career-desc a:hover svg{
  transform: translateX(5px);
}
.gphe-left-button a:hover svg{
	transform: rotate(90deg) translateY(-5px); }

.gphe-footer-form .gphe-footer-phone{position: absolute;
    text-decoration: none;
    left: 140px;
    bottom: 75px;
    font-size: 34px;
    color: #103F26;
    border-radius: 40px;
    width: 350px;
    text-align: right;
    font-family: 'Pop-500';
    line-height: 60px;}

.gphe-footer-bottom{background: #294c29;
    margin-left: 10%;
    border-radius: 0 0 50px 50px;
    display: flex;
    justify-content: space-between;
    padding: 20px 120px;}
.gphe-footer-menu ul.menu{margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    /* gap: 20px; */
}
.gphe-footer-social{
	    margin-top: 7px;
    MIN-WIDTH: 44PX;
}
.gphe-footer-menu ul.menu li{
	float: left; margin-right: 22px;
}
.gphe-footer-menu ul a{color: #fff;
    text-decoration: none;
        font-size: 14px;
    line-height: 34px;}
.gphe-footer-social i {
    color: #fff;
    margin-right: 5px;
}
.site-info{margin-left: 10%;
    padding: 15px 120px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;color: #5A5A5A;}
.site-info span.tssaid{
	font-size: 12px;color: #939393; font-family: "Pop-300";
}
.site-info a{
	 font-size: 13px;color: #5A5A5A; text-decoration: none;    /* Removes underline */
  border-bottom: none; 
}
.site-info p{
	padding: 0px;
}

.gphe-footer-form .gform_confirmation_message_3{
    padding: 18px 335px;
}
.service-reliable-box , .career-box-main{
    cursor: pointer;
} 
.gform-theme .gform_fileupload_rules{display: none !important;}
.gform-theme .gfield_description{padding-left: 30px !important;}
body .gform_wrapper .gfield input[type="file"] {
    direction: rtl;
    text-align: right;
    padding-right: 0px !important;
    border-bottom: 1px solid #ece7e7;
    width: 100%;
    box-sizing: border-box;
}
/* home page css */

.home-banner-content{position:relative}
.banner-content-left{position: absolute;
    transform: rotate(-90deg);
    display: flex;
    top: 230px;
    left: -95px;font-size: 13px;
    gap: 15px;
    color: #8D8D8D;}
.banner-content-left span {
    position: relative;
}
.banner-content-left span::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #8D8D8D;
    border-radius: 100%;
    top: 9px;
    right: -8px;
}
.banner-content-left span:last-child::after {content:none;}
.banner-content-right{margin-left: 7%;
    position: relative;
    background-image: url(https://gphe.wpenginepowered.com/wp-content/uploads/2025/05/banner.svg);
    padding: 80px 90px 50px;
    border-radius: 100px;
    box-shadow: 0px 4px 90px 0px rgba(255, 255, 255, 0.50) inset;
    background-size: contain;
    background-repeat: no-repeat;}
.banner-main-img img{width: 100%;}
.banner-content-right p{margin-top: 36px;
    color: #ABDAC1;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 130%;
    font-family: "Pop-300";}

.banner-content-right h1{margin: 15px 0 0;
    color: #fff;
    font-size: 65px;
    font-family: "Pop-500";
    line-height: 163%;font-weight: normal;}
.banner-content-right h2 span, .banner-content-right h1 span{color: #ABDAC1; font-family: "Pop-500";}
.banner-content-link{position: absolute;
    bottom: -5px;
    left: 62.5%;
    width: 360px;}
.banner-content-link a{background: #710F11;
    padding: 25px 30px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;line-height:normal;
    text-decoration: none;}
.banner-content-link a:hover, .gphe-header-img a span:hover{
	background: #A40004;
	 text-decoration: underline;
}

.home-service-main{margin-top:60px;--screen-width:calc(100vw - (100vw - 100%));padding-left: calc( ( var(--screen-width) - 1772px) / 2);}
.home-service-slider, .home-logo-wrap, .home-reliable-head{position:relative;}
.home-service-slider h4, .home-logo-wrap h4, .home-reliable-head h4{transform: rotate(-90deg) translateY(-50%);display: inline-block;position: absolute;top: 50%;left: 20px;font-size: 18px;color: #8D8D8D;font-weight: normal;line-height: 130%;}
.home-service-slides {position: relative;display: flex;gap:15px;margin-left:7%;}
.home-service-box {height: 730px;position: relative;}
.home-service-box img{height: 100%;width: 100%;border-radius: 100px;object-fit:cover;}
.service-box-cnt{position: absolute;bottom: 50px;padding: 0 50px;width: 100%;z-index:1;}

.home-service-box h3{font-size: 50px;
    color: #fff;
    margin: 0 0 10px;
    line-height: 130%;
    font-family: 'Pop-500';
    font-weight: normal;}
.home-service-box p{color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 40px;min-height:115px;}
.home-service-box span.explore-link{display: block;
    background: #fff;
    padding: 16px 30px 18px;
    color: #000;
    text-decoration: none;
    position: relative;
    border-radius: 40px;font-size: 17px;}
.home-service-box span.explore-link svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.home-specialize-main{position: relative;
    margin: 110px 0;
    display: flex;
    gap: 30px;
    padding: 0 12%;}
.home-specialize-main .cnt-left, .home-specialize-main .cnt-right{flex-basis:50%;}
.home-specialize-main h4{color: #186F41;
    font-size: 34px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    font-family: 'Pop-300';}
.home-specialize-main h5{margin: 0;font-size: 20px;font-weight: 500; color: #000;}
.home-specialize-main p{color: #9B9B9B;font-weight: 400;font-size: 15px;line-height: 30px;margin-top: 9px;margin-bottom:0;}
.home-logo-wrap h4{top:35%;}
.home-logo-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    background: #f1f1f1;
    margin-left: 7%;
    padding: 18px 105px;
    border-radius: 99px;
    column-gap: 90px; 
	height: 172px;
}
.home-logo-cols img {
    max-height: 100%;     /* fit within parent */
    max-width: 100%;
    object-fit: contain;    margin: 0 auto;
}
.home-reliable-main{margin:80px 0;}
.reliable-head-cnt{margin-left: 7%;position: relative;}
.reliable-head-cnt img {
    width: 100%;
    object-fit: cover;
}
.reliable-head-cnt h3{position: absolute;
    top: 50%;
    color: #fff;
    padding: 0 90px;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: normal;
    line-height: 130%;
    font-family:"Pop-500";
    margin: 0;}
.home-reliable-slides, .service-reliable-slides{position:relative;margin-top:60px;}
.home-reliable-box, .service-reliable-box {
    display: flex;
    justify-content: space-between;
    margin-left: 12%;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;gap: 80px;
}
.box-content-img-wrap{flex-basis: 33%;}
.home-reliable-box h3, .service-reliable-box h3 {flex-basis: 35%;      
    font-weight: normal;
    font-size: 30px;
    color: #000;
    margin: 0 0 20px;
    line-height: 150%;
    font-family: 'Pop-500';
}
.home-reliable-box .box-content-inr, .service-reliable-box .box-content-inr{flex-basis: 50%;}
.home-reliable-box p , .service-reliable-box p{flex-basis: 50%;
     color: #9b9b9b;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}
.home-reliable-box p strong , .service-reliable-box p strong{color: #555;}
.home-reliable-box a , .service-reliable-box a{
    flex-basis: 20%;
    background: #f2f2f2;
    color: #000;
    border-radius: 40px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    max-height: 48px;
	position:relative;font-size: 17px;
    line-height: 100%;
}
.home-reliable-box a svg {
    position: absolute;
    right: 30px;
}
.home-review-wrap{position:relative;}
.home-review-wrap h4{transform: rotate(-90deg) translateY(-50%);
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 20px;
    font-size: 18px;
    color: #8D8D8D;
    font-weight: normal;
    line-height: 130%;}
.review-inr-wrap{display: flex;
    align-items: center;
    gap: 60px;
    margin-left: 12%;
    overflow: hidden;}
.review-left-box{width: 25%;}
.review-logo-wrap{display: flex;align-items: center;gap: 30px;}
.review-logo-detail h6{margin: 0;font-size: 18px;color: #A0A0A0;font-family: Pop-600;font-weight: normal;}
.review-logo-detail h5{font-weight:normal;margin:0;color: #3F424D;font-size:24px;line-height:50px;font-family:"Pop-500";}
.review-logo-detail h5 svg{vertical-align:middle;}
.review-logo-detail a{font-size: 15px;color: #000;line-height: 30px;}
.review-right-box{width:75%;}
.review-right-box .ti-widget.ti-goog{width:100%;}
.review-right-box .ti-widget.ti-goog .ti-review-item>.ti-inner{display: flex;flex-direction: column-reverse;    gap: 20px !important;}
.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars{position: absolute;}
.ti-widget.ti-goog .ti-review-header{padding-left: 12%;}
#home_google_review .ti-widget.ti-goog .ti-controls { top: calc(50% + 0px - 9px) !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover{background: #DEDEDE}
.review-right-box .ti-widget.ti-goog.ti-show-rating-text .ti-footer{display:none;}
.review-right-box .ti-widget.ti-goog .ti-review-content{font-size: 15px;color: #9b9b9b;font-family: 'Pop-400';line-height: 30px; padding-right: 28px; }
.review-right-box .ti-widget.ti-goog .ti-widget-container .ti-name{font-weight: normal;font-size: 20px;font-family: 'Pop-400';}
.review-right-box .ti-widget.ti-goog .ti-read-more, .review-right-box .ti-widget.ti-goog .ti-platform-icon, .review-right-box .ti-widget.ti-goog .ti-stars .ti-verified-review{display:none;}

.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev{
	    position: absolute;
    background: #f2f2f2;
    border-radius: 40px;
    align-items: center;
    display: inline-block;
    padding: 30px !important;
    width: 20px;
    height: 30px;
    display: block;
    opacity: 1;
}
.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover{
	transform: scale(1) !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before{
	background: #000000 !important; 
    width: 10px !important;
    height: 2px !important;
    display: block; border-radius: 0px !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after{
	background: #000000 !important;
    width: 10px !important;
    height: 2px !important;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev{
	left: -40px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:before{
	    top: 50% !important;
    left: 41% !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:after {
        top: 39% !important;
    left: 40% !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before{
	 top: 40% !important;
    left: 40% !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after{
	 top: 50% !important;
    left: 41% !important;
}

/* slick slider css */
.home-service-slider .slick-slide{padding: 0 10px;}
.home-service-slider button.slick-arrow {width: 60px;height: 60px;z-index: 2;}
.home-service-slider .slick-next:before, .home-service-slider .slick-prev:before{font-size:50px;}
.home-service-slider .slick-prev {left: 15px;}
.home-service-slider .slick-next {right: 15px;}

/*hvac service page */
.gphe-service-header{position:relative;}
.gphe-header-left span {padding-right: 10px;}
.gphe-header-left {
    position: absolute;
    transform: rotate(-90deg);
    display: flex;
    top: 180px;
    left: -95px;
    font-size: 13px;
    gap: 7px;
    color: #8D8D8D;
}
.gphe-header-left span{position:relative;}
.gphe-header-left span::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #8D8D8D;
    border-radius: 100%;
    top: 9px;
    right: 0px;
}
.gphe-header-left span:last-child::after{content:none;} 
.gphe-header-right{margin-left: 12%;
    display: flex;
    gap: 60px;
    align-items: center;}
.gphe-header-right h1{    flex-basis: 20%;
    color: #710f11;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Pop-500';
    font-weight: normal;}
.gphe-header-img {
    height: 200px;
    width: 100%;
    flex-basis: 80%;
    border-radius: 100px;position: relative;
}
.gphe-header-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100px;
}
.gphe-header-img a {
    position: absolute;
    width: 30.5%;
    right: 20%;
    text-decoration: none;
    bottom: -10px;
}

.gphe-header-img a span{display: flex;justify-content: space-between;
    align-items: center;
    background: #710F11;
    color: #fff;
    padding: 25px 30px;
    font-size: 20px;
    border-radius: 40px;}
.gphe-about-main{margin: 80px 0 50px 12%; max-width: 63%;}
.gphe-about-main h3{margin: 0 0 20px;font-size: 34px;color: #186F41;line-height: normal;font-family: Pop-300;font-weight: normal;}
.gphe-about-main p{margin: 0px;font-size: 16px;line-height: 30px;color: #6F6F6F;}
.gphe-about-main p strong{color: #444; font-weight: 600;font-family: "Pop-600";}
.gphe-finance-wrap.gphe-about-main{max-width: 100%;gap: 80px;display:flex;align-items:center;margin-bottom:48px;}
.gphe-finance-wrap.gphe-about-main p{margin-bottom:0;}
.gphe-about-left{flex-basis: 70%;}
.gphe-about-right{flex-basis: 15%;padding-top: 55px;}
.service-reliable-slides {margin-left: calc((var(--screen-width) - 1500px) / 2);}
.service-reliable-box img{display:none;}
.service-reliable-box {margin-left: 0;border:0;padding:0 90px;padding-right: calc((var(--screen-width) - 1560px) / 2);}
.service-box-inr {width: 100%;display: flex;justify-content: space-between;border-bottom: 1px solid #ddd;padding: 55px 0px;gap: 70px;}
.service-reliable-box a.accordion.op {display: none;}
.service-reliable-box a {cursor:pointer;justify-content:space-between;}
.service-reliable-box.open{background:#f1f1f1;}
.service-reliable-box.open a.accordion.op {display: flex;background: #fff;}
.service-reliable-box.open a.accordion.cl {display: none;}
.gphe-hvac-accordion{position:relative;}
.service-reliable-box .accordion-content {display: none;color: #9b9b9b;font-weight: 400;font-size: 15px;line-height: 30px;margin: 0;}
.service-reliable-box.open .accordion-content {display: block;}
.service-reliable-box.open .accordion-before-content {display: none;}
.service-reliable-box.open .accordion-content strong{color:#555;}
.gphe-left-button{display: inline-block;position: absolute;top: 50%;transform: rotate(-90deg) translateY(-50%);padding: 0;width: 350px;left: -90px;z-index: 1;margin-left: calc((var(--screen-width) - 1772px) / 2);}
.gphe-left-button a {text-decoration: none;background: #710F11;color: #fff;padding: 25px 30px 30px;font-size: 18px;line-height: 20px;border-radius: 40px;width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.gphe-left-button a svg {transform: rotate(90deg);}

/*finance page*/
.finance-future-slides {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;gap: 15px;margin-left: 12%;}
.finance-future-box {position: relative;height: 575px;background-size: cover;border-radius: 100px;}
.finance-future-cnt {width: 100%;padding: 40px;color: #fff;height: 100%;text-align: center;}
.finance-future-cnt h3 {font-size: 50px;line-height: 130%;font-weight: normal;font-family: 'Pop-500';margin: 40px 0 10px;text-align:left;}
.finance-future-cnt p {font-size: 16px;line-height: 28px;margin: 0;text-align:left;}

/*about page css*/
.about-main-content {position: relative;margin-left: 12%; max-width: 76%;}
.about-img-left {align-items: center;display: flex;gap: 70px;margin-bottom: 50px;}
.about-img-left img{width:32%;}
.img-left-cnt * {font-family: 'Pop-500';}
.img-left-cnt p{margin: 0;font-size: 65px;color: #186F41;line-height: 133%;}
.img-left-cnt span {color: #710F11;}
.about-img-right{display: flex;gap: 100px;}
.img-right-cnt p {font-size: 15px;margin-top: 0;color: #9b9b9b;line-height:30px;}
.img-right-cnt p strong{color: #444;font-weight: 600;font-family: 'Pop-600';}
.img-right-cnt h4{margin: 40px 0 0;font-size: 30px;font-weight: normal;color: #000;font-family: 'Pop-500';}
.img-right-cnt h3{font-size: 65px;margin: 10px 0 0;line-height: 120%;font-weight: normal;color: #710F11;font-family: 'Pop-500';}
.about-img-right img{width:26%;}

.gphe-career-cnt-bg{background: linear-gradient(90deg, #F1F1F1 0%, #FFF 100%); padding: 40px 90px 45px;margin-left: calc((var(--screen-width) - 1500px) / 2);margin-bottom:40px;}
.gphe-career-cnt-bg h3, .gphe-career-position-wrap h3 {margin: 0 0 20px;color: #000;font-size: 30px;font-family: 'Pop-500';font-weight: normal;line-height: normal;}
.gphe-career-cnt-bg p{
	    max-width: 77%;
}
.gphe-career-cnt-bg p, .gphe-career-position-wrap p {color: #9B9B9B;font-size: 15px;line-height: 30px;margin:0;}
.gphe-career-slides{margin-left: calc((var(--screen-width) - 1500px) / 2);}
.career-pos-head{margin-bottom: 26px;display: flex;gap: 60px;padding: 0 90px;padding-right: calc((var(--screen-width) - 1560px) / 2);}
.career-pos-head span {color: #A0A0A0;text-transform: uppercase;font-family: 'Pop-600';font-size: 15px;line-height: 28px;}
.career-pos-head span:nth-child(1){ flex-basis: 25%;}
.career-pos-head span:nth-child(2){flex-basis: 40%;}
.career-pos-head span:nth-child(3){flex-basis: 15%;}
.career-pos-head span:nth-child(4){flex-basis: 20%;}
.gphe-career-position-wrap{margin-left:12%;margin-bottom: 70px;}
.career-box-main {padding: 0 90px;padding-right: calc((var(--screen-width) - 1560px) / 2);}
.career-box-inr {display: flex;align-items:center;padding: 55px 0;border-bottom: 1px solid #D9D9D9;gap: 60px;}
.career-box-main.open .career-box-inr {align-items: start;}
.career-title {flex-basis: 25%;}
.career-title h3 {font-size: 20px;color: #000;font-weight: normal;line-height: normal;margin: 0;}
.career-desc {flex-basis: 40%;}
.career-box-main.open {background: #F1F1F1;}
.career-box-main .accordion-content{display:none;}
.career-box-main.open .accordion-content{display:block;}
.career-desc h5{color: #000300;font-size: 15px;font-weight: normal;margin: 0;line-height: 28px;}
.career-box-main.open .career-desc h5 {margin-bottom: 40px;}
.career-desc p{color: #9B9B9B;font-size: 15px;line-height: 28px;margin: 0 0 40px;}
.career-desc p:last-child {margin-bottom: 0;}
.career-desc p strong{color: #444;font-weight: normal;font-family: 'Pop-600';}
.career-type {flex-basis: 15%;font-size: 15px;color: #000300;line-height:28px;}
.career-box-inr .accordion {flex-basis: 20%;background: #f2f2f2;color: #000;border-radius: 40px;padding: 15px 30px;display: flex;align-items: center;text-decoration: none;max-height: 55px;position: relative;justify-content: space-between;cursor:pointer;}
.career-box-inr .accordion.op{display:none;}
.career-box-main.open .career-box-inr .accordion.op{display:flex;background: #fff;}
.career-box-main.open .career-box-inr .accordion.cl{display:none;}
.career-box-inr a{width: 330px;display: flex;align-items:center;justify-content:space-between; text-decoration: none; font-size:20px;background: #103F26;color: #fff;padding: 16px 30px;border-radius: 50px;margin-top: 20px;}

.page-id-43 .gphe-footer-form .gphe-footer-phone{display:none;}
.page-id-43 .gphe-footer-form{background-color: #f1f1f1;}

/* contact page css */
.gphe-contact-main {margin-left: 12%;position: relative;display: flex;align-items: center;column-gap: 100px;margin-top: 90px;}
.gphe-contact-left{flex-basis:15%;}
.gphe-contact-right{flex-basis:85%;}
.gphe-contact-main h3{transform: rotate(-90deg) translateY(-50%);display: inline-block;position: absolute;top: 50%;left: -13%;font-size: 18px;color: #8D8D8D;font-weight: normal;line-height: 130%;}
.connectus, .our-ofc {margin-bottom: 40px;}
.contact-main-detail h4, .our-ofc h4 {font-weight: normal;font-size: 20px;color: #101310;line-height: normal;margin: 0 0 20px;}
.contact-main-detail h5{font-weight: normal;margin: 0 0 20px;font-size: 20px;color: #000;display: flex;gap: 5px;}
.contact-main-detail h5 a{font-family: 'Pop-600';color: #103F26;text-decoration: none;}
.connectus h5 a{
	color: #103F26;
}
.contact-main-detail h5 a:hover, .gphe-contact-left h6 a:hover {
	color: #186F41;
}
.connectus h5 span{font-weight: 600;}
.contact-main-detail h6{margin: 0;font-weight: normal;}
.contact-main-detail h6 a{font-family: 'Pop-600';color: #103F26;line-height:normal;text-decoration: underline;font-size: 20px;}
.our-ofc p {margin: 0;color: #9B9B9B;font-size: 15px;line-height: 28px;}
.our-ofc ul {margin: 0;padding: 0;list-style: none;display: block;color: #9B9B9B;font-size: 15px;line-height: 28px;}
.our-ofc ul li{display:inline-block;padding-right: 5px;}
.hvac-p {font-size: 16px;line-height: 30px;}
.service-mob-img{display:none;}
.gform_button.button {display: flex!important;justify-content: space-between!important;}

div#field_3_1 {font-family: 'Pop-400';font-size: 20px;color: #000300;margin-bottom: 20px;}
div#gform_wrapper_3 input, div#gform_wrapper_3 select {height: 64px;line-height:64px;padding: 0 30px;font-family:Pop-400;font-size:15px;}
div#gform_wrapper_3 input#input_3_7 {padding-left: 0;}
button#gform_submit_button_3 {background: #710F11;width: 400px;height: 80px;border-radius: 40px;padding: 25px 30px;font-size: 20px;font-family: Pop-400;}
.gform_confirmation_message_2{padding: 30px 181px !important; text-align: center !important;}

.page-id-3 .gphe-career-cnt-bg{background:none;    margin-top: 90px;     margin-right: 0px;}
.page-id-3 .gphe-career-cnt-bg p{margin-bottom:20px;     margin-right: 10%;}
.gray-bg {background: #F1F1F1;padding: 40px;margin: 20px 0;}
.gphe-career-cnt-bg ul {margin:0 0 20px;padding-left:15px;}
.gphe-career-cnt-bg ul li {font-family: Pop-600;font-size: 15px;line-height: 28px;}
.service-tab-img{display:none;}
#nav_menu-3, #nav_menu-4{display: none;}
/* mobile responsive css start */

#nav_menu-3 li.fleft a{
	font-size: 12px; line-height: 24px;
}

.home-reliable-box a:hover, .service-reliable-box a:hover{
	    background: #DEDEDE;
		text-decoration: underline;

}

.gphe-head-text a:hover, .footer-contact-form a:hover,.site-info span a:hover,  .gfield_description a:hover, .gphe-career-cnt-bg a:hover {
	color: #A40004;
}
.gphe-footer-form .gform-theme--foundation #gform_submit_button_2:hover, #gform_submit_button_3:hover,  .gphe-left-button a:hover{
	background: #A40004;
 
	}
  .gfield_description a, .site-info a, .gphe-header-img a:focus, .gphe-header-img a:active , .review-logo-detail a:hover , .gphe-career-cnt-bg a{
	color: #710F11;
}
.gphe-footer-form .gphe-footer-phone:hover, .cntact a:hover{color:#186F41 !important;}
.career-desc a:hover{background-color: #186F41;}

#gform_submit_button_2 span.text:hover, .gphe-left-button a:hover, .footer-contact-form a:hover, .gfield_description a:hover, #gform_submit_button_3:hover span.text, .gphe-header-img a:hover, .gphe-head-text a:hover,.site-info span a:hover, .career-desc a:hover, .gphe-career-cnt-bg a:hover, li.menu-item:hover a {		
    text-decoration: underline;
	}

.footer-contact-form a:visited, .gphe-head-text a:visited, .gphe-career-cnt-bg a:visited, .gphe-career-cnt-bg a, .site-info span a:visited, .footer-contact-form a:visited, .footer-contact-form a, .gfield_description a, .site-info span a:visited, .gphe-head-text a {
	text-decoration: none;
}

.mobile-menu-container {
  display: none; /* you can toggle this via JS or media queries */
}
@media only screen and (max-width: 767px) {
	.site-branding .custom-logo{height: auto;width: 100px;}
	.main-navigation .menu-toggle span{height: 42px; width: 42px; line-height: 40px;}
	.mobile-menu-container {display: block; }
	.main-navigation{width: auto;}
	#nav_menu-2{display: none;}
	#nav_menu-3, #nav_menu-4{display: block;}
	.cntact{font-size:15px;padding: 13px 22px;}
	.cntact b, .mobbefore{display:none;}
	.header-main{padding: 60px 15px 20px;gap: 10px;justify-content: space-between;}
	.gphe-head-text{font-size: 12px;line-height: 18px;left: 15px; width: 90%;right: 15px;top: 12px;}
	.main-navigation .menu-toggle{top:63%;font-size: 16px;right:5px;height: 50px;position: relative;transform: none;}
	.main-navigation .menu-toggle .cl{padding: 0 10px 0 20px;gap: 12px;}
	.main-navigation.toggled .menu-toggle {top: 63%;right:25px;position: absolute;transform: translateY(-50%);}
	.main-navigation.toggled ul {position: absolute;right: 0px;z-index: 1;padding: 150px 50px 40px;width: 100%;height: 100vh;top: -64px;background: #710f11;display: block;}
	.main-navigation a{font-size:22px;line-height:30px;}
	.main-navigation .menu-right a{font-size:18px;line-height:30px;}
	.main-navigation.toggled .menu-toggle .op{background:#fff;border-radius: 50%;}
	.main-navigation.toggled .menu-toggle span{background:transparent;}
	.main-navigation.toggled .menu-toggle .op svg, .main-navigation.toggled .menu-toggle .op svg rect{fill:#710f11;}
	.home-service-slider .slick-slide {padding: 0;}
	.home-service-slider h4, .home-logo-wrap h4, .home-reliable-head h4{display:none;}
	.home-banner-content, .home-reliable-head{padding: 0 10px;}
	.banner-content-right {margin-left: 0;padding: 50px 22px 50px;border-radius: 40px;background-image: url(https://gphe.wpenginepowered.com/wp-content/uploads/2025/06/mob-banner.png);height:498px;background-size:100% 100%;background-repeat:no-repeat;}
	.banner-content-left{display:none;}
	.banner-content-right p {margin-top: 16px;font-size: 20px;}
	.banner-content-right h1{font-size: 33px;line-height: 140%;}
	.banner-content-right h1 br{display:none;}
	.banner-content-link{bottom: -20px;left: 0;width: 55%;right: 0;margin: 0 auto;}
	.banner-content-link a{padding: 15px 22px;font-size: 16px;}
	.home-service-slides{margin:0%;}
	.home-service-slides .slick-list{padding:0 !important;}
	/*.home-service-slider{padding-left:10px;}*/
	.home-service-box h3 {font-size: 26px;}
	.home-service-box p{font-size:14px;}
	.home-service-box {height: 450px;}
	.home-service-box img{border-radius:50px;}
	.service-box-cnt{padding:0 20px;}
		
	.home-specialize-main{padding: 0 30px;flex-direction: column;margin: 44px 0;gap: 34px;}
	.home-specialize-main h4 {color: #710F11;font-size: 20px;font-weight: normal;line-height: 130%;margin: 0;font-family: 'Pop-500';}
	.home-specialize-main h5{font-size:17px;}
	.home-specialize-main p{font-size: 14px;line-height: 170%;}
	.reliable-head-cnt {margin-left: 0;position: relative;height: 498px;background-image: url(https://gphe.wpenginepowered.com/wp-content/uploads/2025/05/home-time-banner.png);background-size: cover;background-position: top center;border-radius: 30px 30px 0 0;}
	.reliable-head-cnt img{display:none;}
	.reliable-head-cnt h3{font-size:26px;line-height: 150%;padding: 0 50px;}
	.reliable-head-cnt h3 br{display:none;}
	.home-reliable-slides, .service-reliable-slides {position: relative;margin-top: 48px;padding: 0 30px;}
	.home-reliable-box, .service-reliable-box{gap: 20px;flex-direction: column;margin-left: 0;}
	.home-reliable-box h3, .service-reliable-box h3{flex-basis: 100%;font-weight: normal;font-size: 20px;color: #000;margin: 0;line-height: 100%;}
	.home-reliable-box p, .service-reliable-box p {flex-basis: 100%;color: #9b9b9b;font-weight: 400;font-size: 14px;line-height: 170%;margin: 0 0 30px;}
	.home-reliable-box a, .service-reliable-box a{padding: 20px;font-size: 17px;}
	.home-review-wrap{padding: 0 30px;}
	.home-review-wrap h4{display:none;}
	.review-inr-wrap{flex-direction: column;gap: 10px;}
	.review-left-box, .review-right-box, .review-right-box .ti-widget.ti-goog {width: 100% !important;}
	.review-logo-wrap{gap:10px;}
	    div#home_google_review {
        margin-top: 14px;
    }
	.ti-widget.ti-goog .ti-review-header{
		padding-left: 0px;
	}
	.ti-profile-details .ti-name{margin-top: 40px;}
	.ti-profile-details .ti-stars{bottom: 53px;}
	.review-logo-wrap svg{width: 55px;height: 55px;}
	.review-logo-detail h6{font-size:16px;line-height:100%;}
	.review-logo-detail h5{font-size:22px;line-height:100%;}
	.review-logo-detail a{font-size:13px; line-height:100%;}
	.home-reliable-main {margin: 46px 0;}
	.home-logo-main { padding: 0 15px;}
	.home-logo-wrap{background: #f1f1f1;border-radius: 40px;margin-left: 0px;overflow: hidden;}
	.home-logo-cols{display: flex;column-gap: 30px;padding: 25px;margin-left: 0;overflow:scroll;border-radius: 40px;}
	.home-logo-cols img {width: 140px;}
	
	.gphe-header-img .service-desk-img{display:none;}
	.gphe-header-img .service-mob-img{display:block;border-radius: 50px;}
	.gphe-header-img{flex-basis: 100%;}
	.gphe-header-left, .gphe-header-right h2, .gphe-left-button, .gphe-footer-top h4{display:none;}
	.gphe-header-right{margin-left: 0;padding: 0 10px; display: block;}
	.gphe-header-right h1{display:block; text-align: center;}
	.gphe-header-img a{left: 0;width: 65%;right: 0;margin: 0 auto;bottom: -10%;}
	.gphe-header-img a span{padding: 15px 22px;font-size: 17px;}
	.gphe-about-main {margin: 55px 30px 0;max-width: 100%;}
	.gphe-career-cnt-bg p{max-width: 100%;}
	.gphe-about-main h3{font-size: 20px;}
	.hvac-p, .gphe-about-main p {font-size: 15px;line-height: 170%;}
	
	.service-box-inr{padding: 40px 30px 30px; gap: 20px;flex-direction: column;}
	.service-reliable-box{padding: 0;}
	.service-reliable-slides {padding: 0;margin-top: 0;margin-left: 0;}
	.service-reliable-box img {  margin-top: 20px;}
	.gphe-footer-top{padding:0 10px;}
	.gphe-footer-form {min-height:830px;padding: 27px 30px;margin-left: 0;border-radius: 50px 50px 0 0;background-image: url(https://gphe.wpenginepowered.com/wp-content/uploads/2025/06/footer-mob.png);background-size: cover;background-position: bottom left;}
    .gphe-footer-form .gform_confirmation_message_3{padding: 18px 335px;}
  	.gphe-footer-form .gform-theme--foundation #gform_submit_button_2{font-size: 17px;padding: 18px 30px;  }
  	.gphe-footer-form .gphe-footer-phone{position: absolute;padding: 15px 60px;text-decoration: none;left: 0;bottom: 76px;font-size: 34px;color: #103F26;border-radius: 40px;width: auto;}
	.gphe-footer-form .gform-theme--foundation .gform_footer {justify-content: center;}
	.gphe-footer-form .gform-theme--foundation #gform_submit_button_2 {background: #710F11;padding: 15px 22px;border-radius: 40px;color: #fff;font-size: 17px;text-decoration: none;width: 250px;text-align: left;line-height: 20px;}
	
	.gphe-footer-bottom{padding: 30px;margin-left: 10px;margin-right:10px;flex-direction: column;}
	/* .gphe-footer-menu ul.menu{display: grid;gap: 0px;grid-template-columns: 230px auto;} */
	.gphe-footer-menu ul.menu li{float: none;}
	#nav_menu-3{width: 60%; float: left;}
	#menu-footer-mobile-menu-right li a{font-size: 12px; line-height: 24px;}
	.gphe-footer-form .gform-theme--foundation .gfield input, .gphe-footer-form .gform-theme--foundation .gfield select{height: 40px;line-height: 40px;}
	.gphe-footer-form .form-title {font-size: 16px;font-weight: normal;color: #000;font-family: Pop-400;}
	div#gform_wrapper_3 input, div#gform_wrapper_3 select {height: 44px;line-height: 44px;}
	button#gform_submit_button_3 {background: #710F11;width: 250px;height: 56px;border-radius: 40px;padding: 15px 22px;font-size: 17px;font-family: Pop-400;}

	.career-box-inr a{font-size:17px;}
	
	.gphe-footer-social{text-align:center;margin-top: 16px;}
	.site-info{flex-direction: column;text-align: center;padding: 15px 20px;}
	.gphe-finance-wrap.gphe-about-main{flex-direction: column-reverse;gap: 20px;}
	.finance-future-main{padding: 0 10px;}
	.finance-future-slides{margin-left: 0;overflow: scroll;grid-template-columns: 300px 300px 300px 300px;}
	.finance-future-box{height: 425px;border-radius: 50px;}
	.finance-future-cnt img {width: 80px;}
	.finance-future-cnt h3 {font-size: 30px;}
	.about-main-content {position: relative;margin-left: 0;max-width: 100%;margin-top: 50px;padding: 0 15px;}
	.about-img-left{flex-direction: column;gap: 20px;margin-bottom: 20px;}
	.about-img-left img, .about-img-right img {width: 100%;}
	.img-left-cnt br {display: none;}
	.img-left-cnt p{font-size: 30px;}
	.about-img-right {display: flex;gap: 20px;flex-direction: column-reverse;}
	.img-right-cnt h4{font-size: 20px;}
	.img-right-cnt h3 {font-size: 30px;}
	.gphe-career-slides {margin-left: 0;}
	.career-pos-head{padding: 0 30px;}
	.gphe-career-cnt-bg{padding: 30px;margin-left: 0;  margin-top: 30px;}
	.gphe-career-position-wrap {margin-left: 0;margin-bottom: 50px;padding: 0 30px;}
	.gphe-career-faq{overflow:hidden;}
	.career-box-main {padding: 0 30px;}
	.career-box-inr{align-items: start;padding: 30px 0;gap: 20px;flex-direction: column;}
  	.home-service-box a{margin: 0px 16px;}
	.gphe-contact-main {margin-left: 0;flex-direction: column;padding: 0 15px;display: block;}
	.gphe-contact-main #map-1{border-radius: 50px;height: 450px;}
	.connectus, .our-ofc {margin-bottom: 20px;}
	.contact-main-detail h5, .contact-main-detail h6 a{font-size: 17px;}
	.home-service-main {margin-top: 90px;}
	.service-tab-img{display:none;}
	.site-info{margin-left: 0;}

	.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars{
		position: absolute;
    	bottom: 46px !important;
	}
}

@media only screen and (max-width: 400px) {
	.gphe-header-img {height: auto;}
	.gphe-header-img a {left: 10px;width: 65%;right: 0;margin: 0 auto;bottom: -15%;}
	.cntact{font-size: 14px;padding: 15px 20px;}
	.main-navigation .menu-toggle .cl{ padding: 0 8px 0 18px;gap: 12px;}
	.main-navigation .menu-toggle span{height: 40px;width: 40px;line-height: 40px;}
	.main-navigation .menu-toggle{font-size: 14px;}
	.gphe-footer-form .gphe-footer-phone{bottom: 36px;}
}

@media only screen and (min-width: 401px) and (max-width:460px) {
	.gphe-header-img {height: auto;}
	.gphe-header-img a {bottom: -10%;left: 10px;}
	.gphe-footer-form .gphe-footer-phone{bottom: 36px;}
}
@media only screen and (min-width: 461px) and (max-width:560px) {
	.gphe-header-img {height: auto;}
	.gphe-header-img a {bottom: -8%;left: 10px;}
	.gphe-header-img a span {padding: 18px 24px;}
}
@media only screen and (min-width: 561px) and (max-width:640px) {
	.gphe-header-img {height: auto;}
	.gphe-header-img a {bottom: -6%;left: 10px;}
	.gphe-header-img a span {padding: 22px 24px;}
}
@media only screen and (min-width: 641px) and (max-width:767px) {
	.gphe-header-img {height: auto;}
	.gphe-header-img a {bottom: -3%;left: 10px;}
	.gphe-header-img a span {padding: 22px 24px;}
}

@media only screen and (min-width: 678px) and (max-width: 1096x) {
.gphe-footer-form .gphe-footer-phone{
	    bottom: 75px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.ti-widget.ti-goog .ti-review-header {
    	padding-left: 20%;
	}
	.main-navigation.toggled ul{top: 60px;right: 25px;}
	.header-main{padding: 60px 15px 20px;}
	.gphe-head-text{top:20px;}
	.main-navigation .menu-toggle{top:65%;right: 20px;}
	.main-navigation.toggled .menu-toggle{right:30px;}
	.main-navigation.toggled ul{padding: 90px 50px;grid-template-columns: 250px auto;}
	.banner-content-left{display:none;}
	.banner-content-right{margin-left: 0;border-radius: 40px;padding: 50px 40px 50px;background-size: cover;background-repeat: no-repeat;background-position: center;}
	.banner-content-right p {margin-top: 24px;color: #ABDAC1;font-size: 20px;}
	.banner-content-right h1{font-size: 30px;}
	.banner-content-link {position: absolute;bottom: -15px;left: 64.5%;width: 200px;}
	.banner-content-link a{font-size: 16px;padding: 15px 20px;}
	.home-banner-content{padding:0 10px;}
	.home-reliable-box a, .service-reliable-box a{padding: 0 15px;}
	.home-reliable-box a svg{right: 20px;}
	.home-service-main {margin-top: 90px;}
	.home-service-slider h4, .home-logo-wrap h4, .home-reliable-head h4, .home-review-wrap h4{display:none;}
	.home-service-slides{margin-left:0;}
	.home-service-box h3 {font-size: 40px;}
	.home-service-box {height: 600px;}
	.home-specialize-main{margin: 80px 0;padding: 0 5%;}
	.home-specialize-main h4, .reliable-head-cnt h3{font-size: 24px;}
	.home-logo-main, .home-reliable-head, .home-reliable-slides{padding: 0 15px;}
	.home-logo-cols{column-gap: 30px;padding: 40px;margin-left: 0;}
	.reliable-head-cnt, .home-reliable-box {margin-left: 0;}
	.home-reliable-box h3, .service-reliable-box h3{font-size: 20px;}
	.home-reliable-box, .service-reliable-box{gap: 40px;}
	.gphe-footer-form {background: #f2f2f2;padding: 60px 30px;margin-left: 0;border-radius: 50px 50px 0 0;height: auto;}
	div#gform_wrapper_3 input, div#gform_wrapper_3 select {height: 54px;line-height: 54px;}
	button#gform_submit_button_3{width: 300px;height: 55px;padding: 15px 22px;font-size: 18px;}
	.career-box-inr .accordion{padding: 15px 20px;font-size: 17px;}
	.gphe-footer-form .gform-theme--foundation #gform_submit_button_2{padding: 15px 30px;    font-size: 18px;width: 260px;}
	.gphe-footer-top h4{display:none;}
	.gphe-footer-form .gphe-footer-phone{left: 30px;bottom: 60px;width:280px;}
	.gphe-footer-bottom{padding: 20px;margin-left: 0;}
	/* .gphe-footer-menu ul.menu{display: grid;column-gap: 80px;grid-template-columns: repeat(3, 1fr);} */
	.site-info {margin-left: 0;padding: 15px 20px;}
	.gphe-header-img a{width: 35%;bottom: -10px; right: 0;left: calc(100% - 55%);}
	.gphe-header-img a span{padding: 15px 20px;font-size: 17px;}
	.gphe-header-left{display:none;}
	.gphe-header-right{padding: 0 15px;margin-left: 0; flex-direction: column;align-items: start;gap:0;}
	.gphe-header-img .service-desk-img{display:none;}
	.gphe-header-img .service-tab-img{display:block;}
	.gphe-hvac-accordion{padding-bottom:60px;}
	.gphe-left-button{left:0;top:99%; right: 0; margin: 0 auto 60px;transform: none;}
	.gphe-about-main {max-width: 100%;padding: 0 20px; margin-left: 0;}
	.gphe-about-main h3{font-size: 26px;}
	.gphe-about-main p{font-size: 15px;}
	.service-reliable-slides {margin-left: 0px;}
	.service-reliable-box {margin-left: 0;border: 0;padding: 0 20px;}
	.service-box-inr{gap: 40px;}
	.finance-future-slides {display: flex;gap: 10px;margin-left: 0;}
	.finance-future-box{height: 500px; width: 25%;}
	.finance-future-cnt img {width: 80px;}
	.finance-future-cnt h3 {font-size: 28px;}
	.finance-future-main{padding: 0 15px;}
	.finance-future-cnt{padding:40px 20px;}
	.gphe-career-cnt-bg{padding: 40px 20px 45px;margin-left: 0;}
	.gphe-career-position-wrap {margin-left: 0;margin-bottom: 40px;padding: 0 20px;}
	.gphe-career-slides {margin-left: 0;}
	.career-box-main, .career-pos-head {padding: 0 20px;}
	.about-main-content {position: relative;margin-left: 0%;max-width: 100%;padding: 0 20px;}
	.about-img-left, .about-img-right{gap: 50px;}
	.about-img-left img, .about-img-right img {width: 60%;}
	.img-left-cnt, .img-right-cnt {width: 40%;}
	.img-left-cnt p, .img-right-cnt h3 {margin: 0;font-size: 36px;}
	.img-right-cnt h4{font-size: 20px;}
	.gphe-contact-main{margin-left: 0;padding: 0 20px;column-gap: 20px;}
	.gphe-contact-main #map-1{border-radius: 40px;}
	#field_3_2 textarea {height: 70%;}	
	
}
@media only screen and (min-width: 1100px) and (max-width:1260px) {
	.max-wrap{max-width:1080px;}
	.banner-content-right p{margin-top: 20px;font-size: 28px;}
	.banner-content-right h1{font-size:40px;line-height: 140%;}
	.banner-content-link {position: absolute;bottom: 0px;left: 62.5%;width: 250px;}
	.banner-content-link a{padding: 15px 20px;font-size: 18px;}
	.home-service-box h3 {font-size: 40px;}
	.home-service-box {height: 550px;}
	.reliable-head-cnt h3{font-size:30px;}
	.home-reliable-box h3, .service-reliable-box h3{font-size:20px;}
	.gphe-footer-bottom{padding: 20px 40px;}
	.gphe-header-img img{object-fit: inherit;}
	.gphe-header-img {height: 160px;}
	.gphe-header-img a{width: 30.5%;bottom: 0px;}
	.gphe-header-img a span{padding: 15px 20px;font-size: 17px;}
	.service-reliable-slides {margin-left: calc((var(--screen-width) - 985px) / 2);}
	.service-reliable-box{padding-right: calc((var(--screen-width) - 1090px) / 2);}
	.gphe-left-button{width: 200px;left: -30px;}
	.gphe-left-button a{padding: 15px 20px 20px;font-size: 16px;}
	.gphe-about-main {margin: 80px 0 50px 16%;max-width: 80%;}
	.gphe-career-cnt-bg{padding: 80px 0 50px 12%;}
	.gphe-career-cnt-bg p{    max-width: 88%;}
	.home-service-slider{ margin-left: calc((var(--screen-width) - 1200px) / 2);}
	.about-main-content{margin-left: 16%;max-width: 80%;}
	.about-img-left img {width: 35%;}
	.img-left-cnt p{font-size: 46px;line-height: 150%;}
	.about-img-right img {width: 36%;}
	.about-img-right{gap: 60px;}
	.img-right-cnt h3 {font-size: 48px;}
	.finance-future-slides{display:flex;margin-left: 0;}
	.finance-future-box{width:25%;}
	.finance-future-cnt h3 {font-size: 34px;}
	.finance-future-cnt img {width: 120px;}
	.gphe-footer-form .gform-theme--foundation #gform_submit_button_2{padding: 15px 20px;font-size: 18px;width: 260px;}
	.page-id-43 .gphe-about-main{margin: 80px 0 50px 12%;}
	.gphe-career-slides, .gphe-career-cnt-bg{ margin-left: calc((var(--screen-width) - 1100px) / 2);}
	.career-box-main{padding-right: calc((var(--screen-width) - 1100px) / 2);}
	.gphe-footer-form{padding:60px;min-height:535px;height: 100%;}
	button#gform_submit_button_3, .gphe-footer-form .gform-theme--foundation #gform_submit_button_2{width: 300px; height: 60px;border-radius: 40px;padding: 15px 30px;}

}

@media only screen and (min-width: 1261px) and (max-width:1460px) {
	.max-wrap{max-width:1240px;}
	.banner-content-right p{margin-top: 20px;font-size: 28px;}
	.banner-content-right h1{font-size:40px;line-height: 140%;}
	.banner-content-link {position: absolute;bottom: 0px;left: 62.5%;width: 250px;}
	.banner-content-link a{padding: 15px 20px;font-size: 18px;}
	.home-service-box h3 {font-size: 40px;}
	.home-service-box {height: 550px;}
	.reliable-head-cnt h3{font-size:30px;}
	.home-reliable-box h3, .service-reliable-box h3{font-size:20px;}
	.gphe-footer-bottom{padding: 20px 40px;}
	.gphe-header-img img{object-fit: inherit;}
	.gphe-header-img {height: 160px;}
	.gphe-header-img a{width: 30.5%;bottom: 0px;}
	.gphe-header-img a span{padding: 15px 20px;font-size: 17px;}
	.service-reliable-slides {margin-left: calc((var(--screen-width) - 985px) / 2);}
	.service-reliable-box{padding-right: calc((var(--screen-width) - 1090px) / 2);}
	.gphe-left-button{width: 200px;left: -30px;}
	.gphe-left-button a{padding: 15px 20px 20px;font-size: 16px;}
	.gphe-about-main {margin: 80px 0 50px 16%;max-width: 80%;}
	.gphe-career-cnt-bg{padding: 40px 76px 45px;}
	.gphe-career-cnt-bg p{max-width: 98%;}
	.home-service-slider{ margin-left: calc((var(--screen-width) - 1200px) / 2);}
	.about-main-content{margin-left: 16%;max-width: 80%;}
	.about-img-left img {width: 35%;}
	.img-left-cnt p{font-size: 46px;line-height: 150%;}
	.about-img-right img {width: 36%;}
	.about-img-right{gap: 60px;}
	.img-right-cnt h3 {font-size: 48px;}
	.finance-future-slides{display:flex;margin-left: 0;}
	.finance-future-box{width:25%;}
	.finance-future-cnt h3 {font-size: 34px;}
	.finance-future-cnt img {width: 120px;}
	.gphe-footer-form .gform-theme--foundation #gform_submit_button_2{padding: 15px 20px;font-size: 18px;width: 260px;}
	.page-id-43 .gphe-about-main{margin: 80px 0 50px 12%;}
	.gphe-career-slides, .gphe-career-cnt-bg{ margin-left: calc((var(--screen-width) - 1100px) / 2);}
	.career-box-main{padding-right: calc((var(--screen-width) - 1100px) / 2);}
	.gphe-footer-form{padding:60px;min-height:535px;height: 100%;}
	button#gform_submit_button_3, .gphe-footer-form .gform-theme--foundation #gform_submit_button_2{width: 300px; height: 60px;border-radius: 40px;padding: 15px 30px;}
	.gphe-left-button{margin-left: calc((var(--screen-width) - 1240px) / 2);}
		
}

@media only screen and (min-width: 1461px) and (max-width:1680px) {
	.max-wrap{max-width:1420px;}
	.banner-content-right p{margin-top: 20px;font-size: 28px;}
	.banner-content-right h1{font-size:40px;line-height: 140%;}
	.banner-content-link {position: absolute;bottom: 35px;left: 62.5%;width: 300px;}
	.banner-content-link a{padding: 15px 20px;font-size: 18px;}
	.home-service-box h3 {font-size: 40px;}
	.home-service-box {height: 550px;}
	.reliable-head-cnt h3{font-size:30px;}
	.home-reliable-box h3, .service-reliable-box h3{font-size:20px;}
	.gphe-footer-bottom{padding: 20px 40px;}
	.gphe-header-img img{object-fit: inherit;}
	.gphe-header-img {height: 160px;}
	.gphe-header-img a{width: 31%;bottom: 0px;}
	.gphe-header-img a span{padding: 15px 20px;font-size: 17px;}
	.service-reliable-slides {margin-left: calc((var(--screen-width) - 1160px) / 2);}
	.service-reliable-box{padding-right: calc((var(--screen-width) - 1090px) / 2);}
	.gphe-left-button{width: 260px;left: -40px;}
	.gphe-left-button a{padding: 18px 24px 24px;font-size: 18px;}
	.gphe-about-main {margin: 80px 0 50px 15%;max-width: 80%;}
	.page-id-43 .gphe-about-main{margin: 80px 0 50px 12%;}
	.banner-content-right{background-size: 100% 100%;height: 750px;padding: 80px 90px 30px;}
	.home-service-slider{ margin-left: calc((var(--screen-width) - 1430px) / 2);}
	.about-main-content{margin-left:15%;max-width: 85%;}
	.img-left-cnt p{font-size: 58px;line-height: 155%;}
	.img-right-cnt h3 {	font-size: 55px;}
	.about-img-right img {  width: 40%}
	.img-right-cnt{width: 55%;}
	.finance-future-cnt h3 {font-size: 36px;}
	.finance-future-cnt img { width: 140px;}
/* 	.gphe-career-position-wrap {margin-left: 1%;} */
	.gphe-career-slides, .gphe-career-cnt-bg{margin-left: calc((var(--screen-width) - 1240px) / 2);}
	.career-box-main{padding-right: calc((var(--screen-width) - 1200px) / 2);}
	.gphe-footer-form{padding:60px;min-height: 535px;height: 100%;}
	button#gform_submit_button_3, .gphe-footer-form .gform-theme--foundation #gform_submit_button_2{width: 300px; height: 60px;border-radius: 40px;padding: 15px 30px;}
	.gphe-left-button{margin-left: calc((var(--screen-width) - 1420px) / 2);}
}

@media only screen and (min-width: 1681px) and (max-width:1770px) {
	.max-wrap{max-width:1640px;}
	.gphe-header-img a{width: 35%;right: 16%;}
	.service-reliable-slides, .gphe-career-cnt-bg, .gphe-career-slides {margin-left: calc((var(--screen-width) - 1420px) / 2);}
	.service-reliable-box, .career-box-main, .career-pos-head{padding-right: calc((var(--screen-width) - 1420px) / 2);}
	.gphe-left-button{margin-left: calc((var(--screen-width) - 1640px) / 2);}
}

@media only screen and (min-width: 1681px){
	.finance-future-cnt{padding: 30px;}
}

@media only screen and (min-width: 1921px) and (max-width:2400px) {

	.max-wrap{max-width:1900px;}
	.banner-content-right{background-size: 100%;padding: 80px 90px 100px;}
	.home-service-main{padding-left: calc((var(--screen-width) - 1900px) / 2);}
	.banner-content-link{width: 22%;}
	.gphe-head-text, .banner-content-left, .gphe-header-left{font-size: max(13px, 0.677vw) !important;line-height: 0.677vw !important;}
	.service-reliable-slides, .gphe-career-cnt-bg, .gphe-career-slides {margin-left: calc((var(--screen-width) - 1620px) / 2);}
	.service-reliable-box, .career-box-main, .career-pos-head{padding-right: calc((var(--screen-width) - 1620px) / 2);}
	body p, .gphe-footer-menu ul a, .service-reliable-box .accordion-content,
	.career-pos-head span, .our-ofc ul{font-size: max(15px, 0.781vw) !important;line-height: 1.354vw !important;}
	body .banner-content-right p, .gphe-header-right h1{font-size: max(40px, 2.083vw) !important;line-height: 130% !important;}
	.banner-content-right h1, body .img-left-cnt p, .img-right-cnt h3{font-size: max(65px, 3.385vw) !important;line-height: 130% !important;}
	.home-service-slider h4, .home-logo-wrap h4, .home-reliable-head h4{font-size: max(18px, 0.938vw) !important;line-height: 130% !important;}
	.home-reliable-box h3, .service-reliable-box h3, .gphe-career-cnt-bg h3, .gphe-career-position-wrap h3{font-size: max(30px, 1.563vw) !important;line-height: 150% !important;}
	.gphe-footer-form .form-title, .home-specialize-main h5, .career-title h3,
	.contact-main-detail h4, .our-ofc h4 {font-size: max(20px, 1.042vw) !important;line-height: 1.042vw !important;}
	.ti-widget.ti-goog .ti-review-content .ti-inner,
	.gphe-footer-form .gform-theme--foundation .gfield input, .gphe-footer-form .gform-theme--foundation .gfield select,
	.gphe-footer-form .gform-theme--foundation .gfield textarea.large, .career-desc h5, .career-type{font-size: max(15px, 0.781vw) !important;}
	.gphe-footer-form{background-size: 100%;height: auto;}
	.reliable-head-cnt h3, .finance-future-cnt h3{font-size: max(50px, 2.604vw) !important;line-height: 130% !important;}
	.home-specialize-main h4, .gphe-about-main h3{font-size: max(34px, 1.771vw) !important;line-height: 140% !important;}
	.gphe-header-img a{width: 31%;}
	.gphe-footer-form .gphe-footer-phone{left: 200px; bottom: 45px;}
	.finance-future-box{height: auto;}
	.finance-future-cnt {padding: 60px 30px;}
	.gphe-left-button{margin-left: calc((var(--screen-width) - 1900px) / 2);}



}
@media only screen and (min-width: 2401px) and (max-width:2700px) {

	.max-wrap{max-width:2380px;}
	.banner-content-right{background-size: 100%;padding: 120px 90px 120px;}
	.home-service-main{padding-left: calc((var(--screen-width) - 2380px) / 2);}
	.banner-content-link{width: 22%;bottom: 15px;}
	.banner-content-link a{padding: 35px 30px;border-radius: 50px;}
	.gphe-head-text, .banner-content-left, .gphe-header-left{font-size: max(13px, 0.677vw) !important;line-height: 0.677vw !important;}
	.main-navigation .menu-toggle, .cntact a{font-size: max(17px, 0.885vw) !important;line-height: 0.885vw !important;}
	.service-reliable-slides, .gphe-career-cnt-bg, .gphe-career-slides {margin-left: calc((var(--screen-width) - 1980px) / 2);}
	.service-reliable-box, .career-box-main, .career-pos-head{padding-right: calc((var(--screen-width) - 1980px) / 2);}
	body p, .gphe-footer-menu ul a, .service-reliable-box .accordion-content,
	.career-pos-head span, .our-ofc ul{font-size: max(15px, 0.781vw) !important;line-height: 1.354vw !important;}
	body .banner-content-right p, .gphe-header-right h1{font-size: max(40px, 2.083vw) !important;line-height: 130% !important;}
	.banner-content-right h1, body .img-left-cnt p, .img-right-cnt h3{font-size: max(65px, 3.385vw) !important;line-height: 130% !important;}
	.home-service-slider h4, .home-logo-wrap h4, .home-reliable-head h4, 
	.home-review-wrap h4, .gphe-footer-top h4{font-size: max(18px, 0.938vw) !important;line-height: 130% !important;}
	.home-reliable-box h3, .service-reliable-box h3, .gphe-career-cnt-bg h3, .gphe-career-position-wrap h3{font-size: max(30px, 1.563vw) !important;line-height: 150% !important;}
	.gphe-footer-form .form-title, .home-specialize-main h5, .career-title h3,
	.contact-main-detail h4, .our-ofc h4, .banner-content-link a {font-size: max(20px, 1.042vw) !important;line-height: 1.042vw !important;}
	.ti-widget.ti-goog .ti-review-content .ti-inner,
	.gphe-footer-form .gform-theme--foundation .gfield input, .gphe-footer-form .gform-theme--foundation .gfield select,
	.gphe-footer-form .gform-theme--foundation .gfield textarea.large, .career-desc h5, .career-type{font-size: max(15px, 0.781vw) !important;}
	.gphe-footer-form{background-size: 100% 100%;height: auto;}
	.reliable-head-cnt h3, .finance-future-cnt h3{font-size: max(50px, 2.604vw) !important;line-height: 130% !important;}
	.home-specialize-main h4, .gphe-about-main h3{font-size: max(34px, 1.771vw) !important;line-height: 140% !important;}
	.gphe-header-img a{width: 31%;}
	.gphe-footer-form .gphe-footer-phone{left: 300px; bottom: 75px;}
	.finance-future-box{height: auto;}
	.finance-future-cnt {padding: 60px 30px;}
	.gphe-left-button{margin-left: calc((var(--screen-width) - 2360px) / 2);}



}



/********************************/

.review-right-box {
    width: 100%;
}
.ti-widget.ti-goog .ti-footer-filter-text{display: none;}
div#home_google_review {
    margin-top: 100px;
}
@media (max-width:1100px){
.review-inr-wrap {
    margin-left: 0;
	padding:0px 20px;
}
div#home_google_review {
    margin-top: 60px;
}

}