/*!
Theme Name: Graywood
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: graywood
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.

Graywood 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.

Last Update: 2025-06-25

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

--------------------------------------------------------------*/
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "Gotham";
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
}

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: #F69220;
}
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 li {
  list-style: none;
}
.main-navigation .main-navigation .menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .main-navigation .menu li:hover > ul,
.main-navigation .main-navigation .menu 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 .menu {
    display: flex;
  }
  .menu-header-bottom-menu-container .menu {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 12px;
    padding-right: 22px;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-header-bottom-menu-container .menu {
    column-gap: 30px;
  }
}
.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;
}

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

body.error404 .errorPage {
  text-align: center;
}
body.error404 .errorPage h1, body.error404 .errorPage p {
  color: #4F748B;
}
body.error404 .errorPage p {
  margin-top: 15px;
}
body.error404 .errorPage .btnWrap {
  margin-top: 30px;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* 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: #4F748B;
  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 styles ---*/
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  border-width: 0 0 1px 0;
}

/*------ Reset CSS ------*/
/*------ Media Query Start ------*/
/*----------------- Animation Starts ---------------*/
.anim {
  opacity: 0;
  -webkit-transition: 0.8s 0.1s cubic-bezier(0.8, 0, 0.4, 1);
  transition: 0.8s 0.1s cubic-bezier(0.8, 0, 0.4, 1);
  overflow: hidden;
}
.anim.in {
  opacity: 1;
}
.anim.in.toRight {
  transform: translatex(-60px);
}
.anim.in.toLeft {
  transform: translatex(60px);
}
.anim.in.toBottom {
  transform: translatex(-60px);
}
.anim.in.toTop {
  transform: translatex(60px);
}
.anim.in.toRight, .anim.in.toLeft, .anim.in.toBottom, .anim.in.toTop {
  transform: translate(0);
  transition: 0.7s all ease;
}

@media (min-width: 768px) {
  .desktop-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
}
#sloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.toBottom {
  transform: translateY(-32px);
}

.toTop {
  transform: translateY(32px);
}

.toRight {
  transform: translateX(-64px);
}

.toLeft {
  transform: translateX(64px);
}

.mt16 {
  margin-top: 16px;
}

/*----------------- Animation Ends ---------------*/
.hasOverlay:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: var(--overlay-color);
}

.hasBg, .hasOverlay {
  position: relative;
}
.hasBg .bgInst, .hasOverlay .bgInst {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hasBg .cont, .hasOverlay .cont {
  position: relative;
  z-index: 2;
}

section {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Gotham";
  line-height: 1.4;
  max-width: 100vw;
}

.site-main {
  max-width: 100vw;
}

body.header-sticky main.site-main {
  padding-top: 130px;
}
@media (max-width: 1450px) {
  body.header-sticky main.site-main {
    padding-top: 90px;
  }
}
@media (max-width: 1024px) {
  body.header-sticky main.site-main {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  body.header-sticky main.site-main {
    padding-top: 76px;
  }
}

#page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
}

.head64, .head56, h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Gotham";
}

select, li, footer, header, input, form, textarea, figure {
  box-sizing: border-box;
  max-width: 100%;
}

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

img.fit {
  width: 100%;
  display: block;
}

img.rounded {
  border-radius: 50%;
}

.imgWrap {
  display: inline-block;
  line-height: 0;
}
.imgWrap img {
  display: block;
}
.imgWrap.fit img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

li {
  list-style-position: inside;
}

article, picture, aside, main, figure, ul, ol, dl, p, h1, h2, h3, h4, h5, h6, section, form {
  margin: 0;
  padding: 0;
}

address, a {
  text-decoration: none;
  font-style: normal;
}

a, span, label {
  display: inline-block;
}

picture {
  display: block;
}

textarea {
  resize: none;
  height: 170px;
}

a, .button, button, input[type=submit], input[type=reset] {
  cursor: pointer;
}

.button, button, input[type=submit], input[type=reset] {
  border: 1px solid #4F748B;
  background: transparent;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button:before, button:before, input[type=submit]:before, input[type=reset]:before {
  content: "";
}
.button:active, .button:focus, button:active, button:focus, input[type=submit]:active, input[type=submit]:focus, input[type=reset]:active, input[type=reset]:focus {
  outline: none;
}

.arrow-link {
  position: relative;
  color: #4747f3;
}
.arrow-link:before {
  content: "";
  background: #4747f3;
  width: 25px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
}
.arrow-link:after {
  content: "";
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4747f3;
  border-right: 2px solid #4747f3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1px;
  vertical-align: middle;
  margin: 0 0 0 25px;
}
.arrow-link:hover {
  color: #0FA896;
  transition: 0.7s;
}
.arrow-link:hover:before, .arrow-link:hover:after {
  transition: 0.7s all ease;
}
.arrow-link:hover:before {
  width: 28px;
  background: #0FA896;
}
.arrow-link:hover:after {
  margin: 0 0 0 32px;
  border-color: #0FA896;
}

.button-wrap {
  margin: 0 0 -32px;
}
.button-wrap .button {
  margin: 0 16px 32px;
}

.hoverCursor:hover {
  cursor: pointer;
}

/*------ Reset CSS Ends ------*/
/*------ fonts ----------*/
.font45 {
  letter-spacing: -0.9px;
}

h1, .h1, .font90 {
  font-size: 90px;
  line-height: 1.055555;
}

h2, .h2, .font60 {
  font-size: 60px;
  line-height: 1.4;
}

h3, .h3, .font40 {
  font-size: 40px;
  line-height: 1.25;
}

h4, .h4, .font30 {
  font-size: 30px;
  line-height: 1.4;
}

h5, .h5, .font20 {
  font-size: 20px;
  line-height: 1.4;
}

h6, .h6, .font16 {
  font-size: 16px;
  line-height: 1.4;
}

.font14 {
  font-size: 14px;
  line-height: 1.4;
}

.font45 {
  font-size: 45px;
  line-height: 1.2222;
}

.font25 {
  font-size: 25px;
  line-height: 1.4;
}

.font18 {
  font-size: 18px;
  line-height: 1.4;
}

.font100 {
  font-size: 100px;
  line-height: 1.05555;
}

address, caption, label, span, a, figcaption, textarea, input, li, p, .p {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1650px) {
  h1, .h1, .font90 {
    font-size: 77.5862068966px;
  }
  h2, .h2, .font60 {
    font-size: 51.724137931px;
  }
  h3, .h3, .font40 {
    font-size: 34.4827586207px;
  }
  h4, .h4, .font30 {
    font-size: 25.8620689655px;
  }
  h5, .h5, .font20 {
    font-size: 17.2413793103px;
  }
  h6, .h6, .font16 {
    font-size: 13.7931034483px;
  }
  .font14 {
    font-size: 12.0689655172px;
  }
  .font45 {
    font-size: 38.7931034483px;
  }
  .font25 {
    font-size: 21.5517241379px;
  }
  .font18 {
    font-size: 15.5172413793px;
  }
  .font100 {
    font-size: 86.2068965517px;
  }
  address, caption, label, span, a, figcaption, textarea, input, li, p, .p {
    font-size: 12.0689655172px;
  }
}
@media (max-width: 1366px) {
  h1, .h1, .font90 {
    font-size: 66.6666666667px;
  }
  h2, .h2, .font60 {
    font-size: 44.4444444444px;
  }
  h3, .h3, .font40 {
    font-size: 29.6296296296px;
  }
  h4, .h4, .font30 {
    font-size: 22.2222222222px;
  }
  h5, .h5, .font20 {
    font-size: 14.8148148148px;
  }
  h6, .h6, .font16 {
    font-size: 11.8518518519px;
  }
  .font14 {
    font-size: 10.3703703704px;
  }
  .font45 {
    font-size: 33.3333333333px;
  }
  .font25 {
    font-size: 18.5185185185px;
  }
  .font18 {
    font-size: 13.3333333333px;
  }
  .font100 {
    font-size: 74.0740740741px;
  }
  address, caption, label, span, a, figcaption, textarea, input, li, p, .p {
    font-size: 10.3703703704px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 81.8181818182px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 54.5454545455px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 36.3636363636px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 27.2727272727px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 18.1818181818px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 14.5454545455px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 12.7272727273px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 40.9090909091px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 22.7272727273px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 16.3636363636px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 90.9090909091px;
  }
  h6, .h6, .font16, p, p a {
    font-size: 12.7272727273px;
  }
}
@media (max-width: 1280px) {
  .font60 {
    font-size: 30px;
  }
}
.descriptionText p, .descriptionText li {
  margin: 12px 0;
}
.descriptionText figure, .descriptionText ul, .descriptionText ol, .descriptionText .h1, .descriptionText .h2, .descriptionText .h3, .descriptionText .h4, .descriptionText .h5, .descriptionText .h6, .descriptionText form {
  margin: 16px 0;
}

.upCase {
  text-transform: uppercase;
}

/*--------- Displays ------------*/
.dtab {
  display: table;
  width: 100%;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.dgrid {
  display: grid;
}

.dflex {
  display: flex;
}
.dflex.wrap {
  flex-wrap: wrap;
}
.dflex.dflex.wrapRev {
  flex-wrap: wrap-reverse;
}
.dflex.vcenter {
  align-items: center;
}
.dflex.spaceBetween {
  justify-content: space-between;
}
.dflex.flexDirection {
  flex-direction: column;
}

.aligncenter > img {
  margin-left: auto;
  margin-right: auto;
}

.textCenter {
  text-align: center;
}

.paddTb40 {
  padding: 22px 0;
}

.paddTb64 {
  padding: 32px 0;
}

.paddTb72 {
  padding: 42px 0;
}

.paddTb100 {
  padding: 50px 0;
}

/*--------- Displays Ends ------------*/
/*-------------- Forms and Elements ---------------*/
textarea, input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-------------- Forms and Elements Ends ---------------*/
/*---------- Grid System -------------*/
.w100 {
  max-width: 100%;
  width: 100%;
}

.w40 {
  max-width: 40%;
}

.w45 {
  max-width: 45%;
}

.w55 {
  max-width: 55%;
}

.w60 {
  max-width: 60%;
}

.w65 {
  max-width: 65%;
}

.w70 {
  width: 70%;
}

.w50 {
  max-width: 50%;
}

.w35 {
  max-width: 35%;
}

.w33 {
  max-width: 33.3333%;
}

.w30 {
  max-width: 30%;
}

.w25 {
  max-width: 25%;
}

.wrapper {
  max-width: 79vw;
}

/*---------- Grid System Ends -------------*/
/*----- Reviews -----*/
blockquote {
  margin: 0;
  padding: 22px;
  border: 2px solid #f3f3f3;
}

.chevIcn:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.75s ease all;
}
.chevIcn.up:before {
  transform: rotate(-45deg);
}
.chevIcn.bottom:before {
  transform: rotate(135deg);
}
.chevIcn.left:before {
  transform: rotate(-135deg);
}

.passProtected {
  min-height: calc(100svh - 150px);
  padding: 120px 0;
  justify-content: center;
}
.passProtected label {
  display: none;
}
.passProtected input {
  line-height: 1;
  padding: 12px 14px;
}
.passProtected input[type=submit] {
  min-width: 140px;
}
.passProtected .passform {
  margin: 22px 0 0;
}

.slick-arrow-wrap {
  font-size: 0;
  column-gap: clamp(16px, 2vw, 25px);
  display: flex;
}
.slick-arrow-wrap .slick-arrow {
  height: var(--arrow-size, 42px);
  width: var(--arrow-size, 42px);
  border-radius: 0;
  padding: 0;
  transition: 0.5s ease;
}
.slick-arrow-wrap .slick-arrow:hover {
  background-color: #f69220;
  border-color: #f69220;
  color: #fff;
}
.slick-arrow-wrap .slick-arrow:before {
  height: 8px;
  width: 8px;
  border: solid;
  display: block;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin: 0 auto;
}
.slick-arrow-wrap .slick-arrow.prev-btn:before {
  transform: rotate(-135deg);
}

/*---------- Default style Start -------------*/
.container {
  max-width: 1580px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.btnWrap {
  gap: 16px;
}
@media (max-width: 767px) {
  .btnWrap {
    gap: 10px;
  }
}

.opacity64 {
  opacity: 0.64;
}

/*---------- Default style Ends -------------*/
.anim {
  opacity: 0;
  will-change: opacity;
  will-change: transform;
  transition: 0.7s all ease;
}
.anim.sleft {
  transform: translateX(-30px);
}
.anim.sbottom {
  transform: translateY(-30px);
}
.anim.stop {
  transform: translateY(30px);
}
.anim.sright {
  transform: translateX(30px);
}
.anim.in {
  opacity: 1;
  transform: translate(0);
}

@keyframes searchPopupShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -80%);
  }
  90% {
    opacity: 0.99;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes zoomoverEffect {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
[anim-delay="200"] {
  transition-delay: 0.5s;
}

[anim-delay="300"] {
  transition-delay: 0.3s;
}

[anim-delay="400"] {
  transition-delay: 0.4s;
}

[anim-delay="500"] {
  transition-delay: 0.5s;
}

[anim-time="500"] {
  animation-duration: 0.5s;
}

[anim-time="600"] {
  animation-duration: 0.6s;
}

[anim-time="700"] {
  animation-duration: 0.7s;
}

[anim-time="800"] {
  animation-duration: 0.8s;
}

[anim-time="900"] {
  animation-duration: 0.9s;
}

.site-header.sticky {
  animation: 1s stickyheadAnim ease;
}

@keyframes stickyheadAnim {
  0% {
    transform: translatey(-100%);
  }
  100% {
    transform: translatey(0);
  }
}
.site-header {
  padding: 0 70px;
  width: 100%;
  z-index: 9;
  position: relative;
}
@media (max-width: 1600px) {
  .site-header {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .site-header .site-branding .imgWrap {
    display: none;
  }
}
.site-header.sticky {
  position: fixed;
  background-color: #fff;
  z-index: 9;
}
@media (min-width: 1441px) {
  .site-header:not(.sticky) .header-ctas .subMenu {
    top: calc(100% - 36px);
  }
}
.site-header .sine .copyright, .site-header .sine a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.site-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  z-index: -1;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(79, 116, 139, 0.5);
}
.site-header .menu-header-menu-container {
  width: calc(100% - 500px);
  height: auto;
}
@media (max-height: 560px) and (min-width: 1024px) {
  .site-header .menu-header-menu-container {
    height: 100%;
  }
}
.site-header .menu-header-menu-container a {
  color: #4F748B;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
  line-height: 1.06;
  letter-spacing: -1px;
  display: inline-block;
  transition: all 0.5s ease;
  transform: translateY(-24px);
  transition: all 0.5s cubic-bezier(0.48, 0, 0.13, 1);
  order: -1;
}
.site-header .menu-header-menu-container a:hover {
  color: #4F748B;
}
@media (max-height: 920px) and (min-width: 1024px) {
  .site-header .menu-header-menu-container a {
    font-size: min(5svh, 40px);
  }
}
.site-header .menu-header-menu-container ul {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
}
.site-header .menu-header-menu-container li {
  position: relative;
  max-width: 850px;
  padding-bottom: 26px;
  transition: all 0.5s ease;
}
.site-header .menu-header-menu-container li:has(.sub-menu) > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 23px;
}
.site-header .menu-header-menu-container li:last-child {
  padding-bottom: 0;
}
@media (max-height: 920px) and (min-width: 1024px) {
  .site-header .menu-header-menu-container li {
    padding-bottom: 20px;
  }
}
.site-header .menu-header-menu-container li a {
  transform: translateY(0);
  opacity: 1;
}
.site-header .menu-header-menu-container li a:hover {
  color: #f69220;
}
.site-header .menu-header-menu-container li a:hover + .chevDown, .site-header .menu-header-menu-container li a:hover > .chevDown {
  border-bottom-color: #f69220;
  border-left-color: #f69220;
}
.site-header .menu-header-menu-container li.sine.current-menu-ancestor a[aria-current=page], .site-header .menu-header-menu-container li.sine.current-menu-item a[aria-current=page] {
  color: #f69220;
}
.site-header .chevDown {
  display: inline-block;
  opacity: 1;
  width: 13px;
  height: 13px;
  border-left: 2px solid #4F748B;
  border-bottom: 2px solid #4F748B;
  rotate: -45deg;
  transition: 0.5s ease;
  position: relative;
  cursor: pointer;
}
.site-header .chevDown.active {
  rotate: 135deg;
  margin-top: 0;
}
.site-header .active .chevDown {
  rotate: 135deg;
  margin-top: 0;
}
.site-header .sub-menu {
  margin: 24px 0 0;
  width: 100%;
  padding-left: 4px;
  display: none;
}
.site-header .sub-menu li {
  padding-bottom: 15px;
}
.site-header .sub-menu li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.site-header .sub-menu li a:hover {
  color: #F69220;
}
.site-header .toggleMenu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  padding: 80px 70px;
  overflow-y: hidden;
  height: calc(100% - 130px);
  border: none;
}
@media (max-height: 960px) and (min-width: 1024px) {
  .site-header .toggleMenu {
    padding: 50px 70px 60px;
  }
}
@media (max-height: 720px) and (min-width: 1024px) {
  .site-header .toggleMenu {
    padding: 20px 70px 20px;
  }
}
@media (max-height: 560px) and (min-width: 1024px) {
  .site-header .toggleMenu {
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .site-header .toggleMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-top: 120px;
    min-height: calc(100% - 410px);
  }
}
.site-header .toggleMenu .rightInfo {
  display: flex;
  width: 410px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .site-header .toggleMenu .rightInfo {
    display: block;
    width: 100%;
  }
}
.site-header .leftHeader .site-branding {
  line-height: 1;
  overflow: hidden;
}
.site-header .leftHeader .site-branding img {
  height: 65px;
  width: auto;
  object-fit: cover;
  object-position: left;
}
.site-header.menu-open .leftHeader .site-branding {
  width: auto;
}
@media (max-width: 767px) {
  .site-header.menu-open .rightHeader .header-ctas ul {
    background-color: #fff;
  }
}
.site-header .rightHeader {
  display: inline-flex;
  align-items: center;
}
.site-header .rightHeader .header-ctas .chevDown {
  opacity: 1;
}
.site-header .rightHeader .header-ctas ul {
  margin-right: 60px;
  font-size: 0;
  display: flex;
  list-style: none;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .site-header .rightHeader .header-ctas ul {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .site-header .rightHeader .header-ctas ul.desktop-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .rightHeader .header-ctas ul.mobile-none {
    display: none;
  }
}
.site-header .rightHeader .header-ctas ul li {
  padding: 54px 22px;
  min-width: 190px;
  border-left: 1px solid rgba(79, 116, 139, 0.5);
}
.site-header .rightHeader .header-ctas ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #4F748B;
  font-family: "Gotham";
  display: inline-block;
  transition: color 0.5s ease;
}
.site-header .rightHeader .header-ctas ul li a:hover {
  color: #F69220;
}
.site-header .rightHeader .header-ctas ul li:last-child {
  border-right: 1px solid rgba(79, 116, 139, 0.5);
}
.site-header .rightHeader .menu-toggle {
  position: relative;
  z-index: 9;
}
.site-header .rightHeader .menu-toggle::before, .site-header .rightHeader .menu-toggle::after {
  content: "";
  width: 27px;
  height: 2px;
  background: #4F748B;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 0.5s ease;
}
.site-header .rightHeader .menu-toggle::after {
  top: 12px;
}
.site-header .rightHeader .menu-toggle, .site-header .rightHeader .closeIc {
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  min-width: inherit;
  padding: 0;
  margin: 0;
  position: relative;
  width: 27px;
  height: 16px;
}
.site-header .rightHeader .closeIc {
  margin-top: -20px;
  width: 28px;
  height: 24px;
}
.site-header .rightHeader .closeIc::before {
  display: none;
}
.site-header .main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  transform: none;
  background: #fff;
  z-index: -3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 130px 0 0;
}
@media (max-width: 1024px) {
  .site-header .main-navigation {
    overflow-y: auto;
    padding-top: 0;
  }
}
.site-header .main-navigation .mainNav {
  overflow-y: auto;
}
.site-header .main-navigation .active .chevDown {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .site-header .main-navigation .active .chevDown {
    margin-top: 10px;
  }
}
.site-header .main-navigation.open {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.site-header .main-navigation .footer-bottom {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  line-height: 19px;
  color: #4F748B;
  width: 100%;
}
.site-header .main-navigation .footer-bottom::before {
  content: "";
  position: absolute;
  left: 70px;
  right: 70px;
  background: rgba(193, 193, 193, 0.5);
  max-width: 100%;
  width: calc(100% - 140px);
  height: 1px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .footer-bottom {
    margin-top: 30px;
    position: relative;
    bottom: auto;
  }
  .site-header .main-navigation .footer-bottom::before {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.site-header .main-navigation .footer-info {
  padding: 50px 70px 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  width: 100%;
  max-width: calc((100vw - 1650px) / 2 + 1670px);
  justify-content: space-between;
}
.site-header .main-navigation .footer-info .sine a {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 1024px) {
  .site-header .main-navigation .footer-info {
    display: block;
    padding: 50px 20px 55px;
    width: 100%;
  }
  .site-header .main-navigation .footer-info .menu {
    display: block;
  }
}
.site-header .main-navigation .footer-info a,
.site-header .main-navigation .footer-info .copyright {
  font-size: 12px;
  font-weight: 400;
  color: #4F748B;
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.5s cubic-bezier(0.48, 0, 0.13, 1);
}
@media (max-width: 1024px) {
  .site-header .main-navigation .footer-info a,
  .site-header .main-navigation .footer-info .copyright {
    font-size: 12px;
    padding: 4px 0;
  }
}
.site-header .main-navigation .footer-info a a,
.site-header .main-navigation .footer-info .copyright a {
  width: auto;
  display: inline;
}
.site-header .main-navigation .footer-info .copyright br {
  display: none;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .footer-info .copyright br {
    display: unset;
  }
}
.site-header .main-navigation .footer-info a {
  transition: all 0.5s ease;
  line-height: 19.6px;
}
.site-header .main-navigation .footer-info a:hover {
  color: #F69220;
}
.site-header .main-navigation .footer-info .copyright {
  width: max-content;
  max-width: 60%;
  text-align: right;
}
@media (max-width: 1024px) {
  .site-header .main-navigation .footer-info .copyright {
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 15px 0;
  }
}
.site-header .main-navigation .site-branding {
  width: auto;
}
.site-header .main-navigation h6 {
  color: #4F748B;
  margin-bottom: 25px;
  font-weight: 500;
}
.site-header .main-navigation .contactInfo.sine p, .site-header .main-navigation .contactInfo.sine a, .site-header .main-navigation .contactInfo.sine h6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.site-header .main-navigation .contactInfo h6 {
  opacity: 0;
  transform: translateY(-24px);
  transition: all 0.5s cubic-bezier(0.48, 0, 0.13, 1);
}
.site-header .main-navigation .contactInfo p {
  line-height: 1.6;
  color: #4F748B;
  font-weight: 400;
  opacity: 0;
  transform: translateY(-24px);
  transition: all 0.5s cubic-bezier(0.48, 0, 0.13, 1);
}
.site-header .main-navigation .contactInfo a {
  display: inline-block;
  font-weight: 400;
  color: #4F748B;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(-24px);
  transition: all 0.5s cubic-bezier(0.48, 0, 0.13, 1);
}
.site-header .main-navigation .contactInfo a:hover {
  color: #F69220;
}
.site-header .main-navigation .socialIc h6 {
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(-24px);
  transition: all 0.5s cubic-bezier(0.48, 0, 0.13, 1);
}
.site-header .main-navigation .socialIc .social_links li:last-child a {
  margin-right: 0;
}
.site-header .main-navigation .socialIc ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(79, 116, 139, 0.5);
  margin-right: 12px;
  display: inline-block;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(-24px);
  transition: all 0.5s cubic-bezier(0.48, 0, 0.13, 1);
}
.site-header .main-navigation .socialIc ul li a svg {
  height: 45px;
  transition: all 0.5s ease;
}
.site-header .main-navigation .socialIc ul li:hover a {
  border-color: #F69220;
}
.site-header .main-navigation .socialIc ul li:hover a svg {
  fill: #F69220;
}
.site-header .main-navigation .socialIc.sine h6, .site-header .main-navigation .socialIc.sine ul li a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.site-header:not(.menu-open) .toggle-icon .closeIc {
  opacity: 0;
}
.site-header.menu-open .menu-header-menu-container ul {
  opacity: 1;
}
.site-header.menu-open .toggle-icon .menu-toggle {
  opacity: 1;
  z-index: 9;
}
.site-header.menu-open .toggle-icon .menu-toggle::before {
  transform: translateY(9px) rotate(135deg);
  top: -2px;
}
.site-header.menu-open .toggle-icon .menu-toggle::after {
  transform: translateY(0px) rotate(-135deg);
  top: 7px;
}
.site-header.menu-open .copyright {
  opacity: 1 !important;
  transform: translate(0) !important;
}
@media (min-width: 768px) {
  .site-header.sticky.site-header:before {
    height: 82px;
  }
  .site-header.sticky .rightHeader .header-ctas ul li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

body:not(.home) .site-header .leftHeader .site-branding {
  width: auto;
}
body:not(.home) .site-header .leftHeader .site-branding img {
  object-fit: contain;
}

body.home.header-sticky main.site-main {
  padding-top: 0;
}

body.home:not(.hideScroll) .site-header:not(.sticky) .header-ctas .chevDown {
  filter: brightness(0) invert(1);
}
body.home .site-header {
  z-index: 9;
  position: absolute;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
body.home .site-header:not(.sticky, .menu-open)::before {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
body.home .site-header:not(.sticky, .menu-open) .menu-toggle::before, body.home .site-header:not(.sticky, .menu-open) .menu-toggle::after {
  background-color: #fff;
}
body.home .site-header.sticky {
  position: fixed;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas.open {
  /*                   border-color: rgba($color__text-screen, .5);*/
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas.open ul {
  background-color: #fff;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas.open ul li {
  background-color: #fff;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas.open ul li.dropDownTrig a,
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas.open ul li a {
  color: #4F748B !important;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas.open ul li.dropDownTrig::after, body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas.open ul li.dropDownTrig::before {
  border-color: #4F748B;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas ul li.dropDownTrig {
  background-color: transparent;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas ul li a {
  color: #fff;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas ul li a:hover {
  color: #F69220;
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas ul li:last-child a {
  border-right-color: rgba(255, 255, 255, 0.5);
}
body.home .site-header:not(.sticky, .menu-open) .rightHeader .toggle-icon svg line {
  stroke: #fff;
}

@media (max-width: 1450px) {
  .site-header:before {
    height: 91px;
  }
  .site-header .rightHeader .header-ctas ul li {
    padding: 34px 30px;
    min-width: 120px;
  }
  .site-header .sub-menu li a {
    font-size: 14px;
  }
  .site-header .menu-header-menu-container a {
    font-size: min(4.444444vw, 40px);
  }
}
@media (max-width: 1024px) {
  .site-header:before {
    height: 92px;
    background-color: #fff;
  }
  .site-header .chevDown {
    width: 7px;
    height: 7px;
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
  .site-header .menu-header-menu-container {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .site-header .menu-header-menu-container a {
    font-size: 24px;
  }
  .site-header .menu-header-menu-container ul li {
    padding-bottom: 24px;
    column-gap: 12px;
  }
  .site-header .menu-header-menu-container ul li.menu-item-has-children > a {
    padding-right: 10px;
  }
  .site-header .menu-header-menu-container ul li.menu-item-has-children > a::after {
    width: 10px;
    height: 10px;
    margin-left: 0;
    right: -20px;
    pointer-events: none;
    transform: rotate(-45deg);
    top: 0px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .site-header .menu-header-menu-container ul li.menu-item-has-children > a::after {
    width: 7px;
    height: 7px;
    right: -15px;
    top: 4px;
  }
}
@media (max-width: 1024px) {
  .site-header .menu-header-menu-container ul li.active .sub-menu {
    display: block;
  }
  .site-header .menu-header-menu-container ul li.active > a::after {
    transform: rotate(-225deg);
    margin-top: 8px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .site-header .menu-header-menu-container ul li.active > a::after {
    margin-top: 4px;
  }
}
@media (max-width: 1024px) {
  .site-header .rightHeader .header-ctas ul {
    margin-right: 30px;
  }
  .site-header .rightHeader .header-ctas ul li {
    padding: 35px 20px;
    min-width: inherit;
  }
  .site-header .rightHeader .main-navigation .toggleMenu {
    padding: 10px 22px 10px;
  }
  .site-header .rightHeader .main-navigation {
    padding: 0 0 0;
  }
  .site-header .rightHeader .main-navigation ul.social_links {
    display: flex;
  }
  .site-header .rightHeader .main-navigation .contactInfo {
    margin-bottom: 20px;
  }
  .site-header .rightHeader .main-navigation .contactInfo h6 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .site-header {
    background-color: #fff;
  }
  .site-header .dropDownTrig > a {
    pointer-events: none;
  }
  .toggle-icon {
    /*        order: 1;*/
    order: 2;
    padding: 0 30px;
    width: calc(100% - 130px);
    padding-right: 0;
  }
  .header-ctas {
    order: 1;
    border-left: none;
    border-right: 1px solid rgba(79, 116, 139, 0.5);
    position: relative;
    text-align: center;
    max-width: 150px;
    width: 100%;
  }
  .header-ctas .chevDown {
    display: none;
  }
  .site-header::before {
    height: 76px;
  }
  .site-header .leftHeader .site-branding {
    width: 28px;
    height: 55px;
  }
  .site-header .leftHeader .site-branding img {
    object-fit: cover;
    height: 44px;
    margin-top: 6px;
  }
  .site-header .rightHeader {
    width: 100%;
    margin-left: 30px;
    border-left: 1px solid rgba(79, 116, 139, 0.5);
  }
  .site-header .rightHeader .header-ctas {
    padding: 38px 0;
  }
  .site-header .rightHeader .header-ctas ul {
    list-style: none;
    position: absolute;
    top: 25px;
    color: #4F748B;
    width: 100%;
    margin-top: -40px;
    padding-top: 40px;
    transition: all 0.5s ease-in-out;
    flex-direction: column;
  }
  .site-header .rightHeader .header-ctas ul li {
    padding: 5px 0;
    border-left: 0;
    z-index: 2;
  }
  .site-header .rightHeader .header-ctas ul li a {
    font-weight: 500;
  }
  .site-header .rightHeader .header-ctas ul li:not(.dropDownTrig) {
    padding: 6px 20px;
    width: 100%;
    display: none;
    color: #4F748B;
    position: relative;
    border-left: 1px solid rgba(79, 116, 139, 0.5);
    border-right: 1px solid rgba(79, 116, 139, 0.5);
    max-width: 152px;
    width: calc(100% + 2px);
    left: -1px;
    text-align: left;
    margin-left: 0;
    background: #fff;
  }
  .site-header .rightHeader .header-ctas ul li:not(.dropDownTrig):hover {
    background: #fff;
    color: #000;
  }
  .site-header .rightHeader .header-ctas ul li:nth-child(2) {
    padding-top: 14px;
  }
  .site-header .rightHeader .header-ctas ul li:last-child {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(79, 116, 139, 0.5);
  }
  .site-header .rightHeader .header-ctas ul li.selected {
    display: none !important;
  }
  .site-header .rightHeader .header-ctas ul li.dropDownTrig {
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .site-header .rightHeader .header-ctas ul li.dropDownTrig:first-child::after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-46deg);
    margin-left: -3px;
    right: 27px;
    margin-top: -2px;
  }
  .site-header .rightHeader .header-ctas ul li.dropDownTrig:first-child::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid;
    position: absolute;
    top: 1px;
    right: 19px;
    border-radius: 50px;
  }
  .site-header .rightHeader .header-ctas ul li.dropDownTrig a {
    color: #4F748B !important;
    padding: 5px 32px 5px 20px;
  }
  .site-header .rightHeader .header-ctas ul li a {
    border: none !important;
    padding: 0;
    font-size: 11px;
    line-height: 1.4;
    color: #4F748B !important;
    margin-right: 0 !important;
  }
  .site-header .rightHeader .header-ctas ul li span {
    font-size: 11px;
  }
  .site-header .rightHeader .header-ctas ul.open li.dropDownTrig::after {
    transform: translateY(12px) rotate(134deg);
    top: 2px;
  }
  .site-header .rightHeader .menu-toggle {
    margin-left: auto;
  }
  body.home .site-header:not(.sticky, .menu-open) .menu-toggle::before, body.home .site-header:not(.sticky, .menu-open) .menu-toggle::after {
    background-color: #4F748B;
  }
  .site-header.menu-open .leftHeader .site-branding {
    width: 28px;
  }
  body:not(.home) .site-header .leftHeader .site-branding {
    width: 28px;
    height: 55px;
  }
  body:not(.home) .site-header .leftHeader .site-branding img {
    object-fit: cover;
    height: 44px;
  }
  body:not(.home) .site-header .leftHeader .site-branding svg {
    height: 44px;
    width: 112px;
  }
  .site-header .main-navigation .socialIc h6 {
    font-size: 12px;
  }
  .site-header .main-navigation .socialIc ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header .main-navigation .socialIc ul li a svg {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .site-header .rightHeader .header-ctas ul li.dropDownTrig {
    display: none;
  }
}
body.hideScroll {
  overflow-y: hidden;
}

.header-ctas .chevDown {
  height: 8px;
  width: 8px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  margin-top: -3px;
}
.header-ctas .subMenu {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  flex-direction: column;
  width: 100%;
  right: 0;
  top: calc(100% - 16px);
}
.header-ctas li {
  position: relative;
}
.header-ctas li:has(.subMenu) {
  display: flex;
  align-items: center;
  column-gap: 8.5px;
  justify-content: center;
}
.header-ctas li:has(.subMenu) > a {
  order: -1;
  width: max-content;
  max-width: calc(100% - 8px);
  position: relative;
}
.header-ctas li:has(.subMenu) > a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  right: -20px;
  display: block;
  top: 0;
  z-index: 9;
}
.header-ctas a {
  width: 100%;
}
.header-ctas a:hover {
  color: #F69220;
}
.header-ctas .active {
  display: flex;
}

.site-header li {
  list-style: none;
}

.site-header .rightHeader .header-ctas ul li .subMenu a {
  padding: 0;
  padding: 11.5px 12px;
  font-size: 16px;
  color: #4F748B !important;
  border: rgba(79, 116, 139, 0.5) 1px solid;
}
.site-header .rightHeader .header-ctas ul li .subMenu a + a {
  border-top: 0;
}
.site-header .rightHeader .header-ctas ul li .subMenu a:hover {
  background: #F69220;
  color: #fff !important;
}
.site-header .social_links {
  display: flex;
}

body.home .site-header:not(.sticky) .site-branding .imgWrap {
  display: block;
}
body.home .site-header:not(.sticky) .site-branding > a {
  display: none;
}

.site-header .rightHeader .header-ctas li a.active {
  color: #f69220 !important;
}

.site-header .rightHeader .header-ctas li a.active ~ .chevDown, .site-header .rightHeader .header-ctas li a:hover + .chevDown {
  border-left-color: #f69220;
  filter: inherit !important;
  border-bottom-color: #f69220;
}

body.home .site-header:not(.sticky, .menu-open) .rightHeader .header-ctas ul li {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.site-header .rightHeader .header-ctas > ul > li {
  line-height: 0;
}

.site-header .rightHeader .header-ctas li a.active ~ .chevDown {
  rotate: 135deg;
  margin-top: 3px;
}

section:has(.slick-prev.slick-disabled) .slick-arrow.prev-btn, section:has(.slick-next.slick-disabled) .slick-arrow.next-btn {
  opacity: 0.5;
  pointer-events: none;
}

footer {
  background-color: #F1F2F2;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  footer {
    padding: 0px;
  }
}
footer .footer_col {
  padding: 95px 0;
  border-right: 1px solid rgba(193, 193, 193, 0.5);
}
footer .footer_col:first-child {
  padding-right: 175px;
}
footer .footer_col:nth-child(2) .footer_col_in {
  max-width: 290px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
footer .footer_col:last-child {
  border-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
footer .footer_col:last-child .footer_col_in {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
}
footer .footer_col h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: -0.9px;
  color: #4F748B;
  margin-top: 65px;
  max-width: 325px;
}
footer .footer_col h6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #4F748B;
  margin-top: 72px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .footer_col h6:first-child {
  margin-top: 0;
}
footer .footer_col ul {
  list-style: none;
}
footer .footer_col ul.social_links li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer_col ul.social_links li svg {
  transition: all 0.5s ease;
}
footer .footer_col ul.social_links li svg:hover {
  fill: #F69220;
}
footer .footer_col ul.social_links li a {
  line-height: 0;
}
footer .footer_col p, footer .footer_col a {
  font-size: 18px;
  line-height: 1.7;
  font-weight: normal;
  color: #4F748B;
}
footer a {
  transition: all 0.5s ease;
}
footer a:hover {
  color: #F69220;
}
footer .formWrap {
  margin-top: 70px;
}
footer .formWrap .gform_wrapper .gform_required_legend {
  display: none;
}
footer .formWrap .gform_wrapper .gform_fields {
  display: block;
  position: relative;
}
footer .formWrap .gform_wrapper .gform_fields .gfield input {
  border-bottom: 1px solid #4F748B;
  border-radius: 0;
  padding: 16px 30px 16px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #4F748B;
  outline: none;
  font-family: "Gotham";
  background-color: transparent;
}
footer .formWrap .gform_wrapper .gform_fields .gfield input::placeholder {
  color: #4F748B;
}
footer .formWrap .gform_wrapper .gform_fields .gfield input:focus ~ span.focus-border {
  width: 100%;
}
footer .formWrap .gform_wrapper .gform_fields .gfield span.focus-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  border-bottom: 1px solid #f69220;
  transition: all 0.5s ease;
}
footer .formWrap .gform_wrapper .gform_fields .gfield.gfield_error {
  background-color: transparent;
}
footer .formWrap .gform_wrapper .gform_fields .gfield.gfield_error input {
  border: none;
  border-bottom: 1px solid #4F748B;
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0;
  width: 26px;
  height: 20px;
  text-align: right;
  cursor: pointer;
  background-color: transparent;
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button span {
  display: none;
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button .chevIcn::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4F748B;
  width: 26px;
  height: 1px;
  transition: 0.75s ease all;
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button .chevIcn:before {
  width: 14px;
  height: 14px;
  border-color: #4F748B;
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button:hover .chevIcn::before, footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button:focus .chevIcn::before {
  border-color: #f69220;
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button:hover .chevIcn::after, footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .button:focus .chevIcn::after {
  background-color: #f69220;
}
footer .formWrap .gform_wrapper .gform_fields .gfield--type-submit .gform_ajax_spinner {
  display: none;
}
footer .formWrap .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
footer .formWrap .gform_wrapper .gform_validation_errors {
  display: none;
}
footer .formWrap .gform_wrapper .validation_message {
  display: block;
  position: absolute;
  border: none;
  padding: 0;
  font-size: 13px;
}
footer .footer-bottom {
  padding: 50px 0 40px;
  border-top: 1px solid rgba(193, 193, 193, 0.5);
  font-size: 12px;
  line-height: 19px;
  color: #4F748B;
}
footer .footer-bottom ul li {
  display: inline-block;
  padding-right: 24px;
}
footer .footer-bottom ul li:first-child {
  padding-left: 0;
}
footer .footer-bottom a {
  color: #4F748B;
  font-size: 12px;
  line-height: 19px;
  transition: all 0.5s ease;
}
footer .footer-bottom a:hover {
  color: #F69220;
}
footer .footer-bottom .credit-txt {
  padding-left: 85px;
}
footer .footer-bottom .copyright {
  text-align: right;
}
footer .footer-bottom .copyright br {
  display: none;
}
@media (max-width: 767px) {
  footer .footer-bottom .copyright br {
    display: block;
  }
}
@media (max-width: 1450px) {
  footer .footer_col:first-child {
    padding-right: 15px;
  }
  footer .footer_col .font45 {
    font-size: 20px;
  }
  footer .footer-bottom .credit-txt {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  footer .footer_col {
    border-right: none;
    padding: 20px 15px;
    max-width: 100%;
  }
  footer .footer_col:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footer_col:nth-child(2) {
    overflow: visible;
    padding-top: 45px;
    margin-top: 30px;
  }
  footer .footer_col:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    border-top: 1px solid rgba(193, 193, 193, 0.5);
    right: 0;
    width: calc(100% + 30px);
    display: inline-block;
  }
  footer .footer_col:nth-child(2) .footer_col_in {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer_col:first-child {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  footer .footer_col:last-child {
    padding-bottom: 45px;
  }
  footer .footer_col:last-child .footer_col_in {
    margin-left: 0;
  }
  footer .footer_col img {
    max-width: 145px;
  }
  footer .footer_col .font45 {
    margin-top: 45px;
  }
  footer .footer_col h6 {
    margin-top: 40px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  footer .footer_col p, footer .footer_col a {
    font-size: 13px;
  }
  footer .footerWrap > * {
    max-width: 100%;
  }
  footer .footer-bottom {
    padding: 50px 15px 55px;
  }
  footer .footer-bottom .footerWrap > * {
    text-align: left;
    padding: 8px 0;
  }
  footer .footer-bottom ul {
    margin-bottom: 30px;
  }
  footer .footer-bottom ul li {
    display: block;
    margin-bottom: 8px;
  }
  footer .footer-bottom ul.social_links {
    margin-bottom: 0;
  }
  footer .footer-bottom ul.social_links li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1450px) {
  footer .footerWrap > .menu {
    max-width: 42%;
  }
  footer .footerWrap .credit-txt {
    max-width: 22%;
    padding-left: 0;
  }
  footer .footerWrap .copyright {
    max-width: 36%;
  }
}
@media (max-width: 1199px) {
  footer .footerWrap > .menu {
    max-width: 50%;
  }
  footer .footerWrap .credit-txt {
    max-width: 50%;
    text-align: right;
  }
  footer .footerWrap .copyright {
    max-width: 100%;
    text-align: left;
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  footer .footerWrap > .menu {
    max-width: 100%;
  }
  footer .footerWrap .credit-txt {
    max-width: 100%;
    text-align: left;
  }
  footer .footerWrap .copyright {
    max-width: 100%;
    text-align: left;
    margin-top: 0;
  }
  footer .formWrap {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer .footer-bottom {
    font-size: 14px;
  }
  footer .footer-bottom a {
    font-size: 14px;
  }
  footer .footer_col a, footer .footer_col p {
    font-size: 14px;
  }
  footer .footer_col h6 {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer_col:first-child {
    padding-top: 30px;
  }
  footer .formWrap .gform_wrapper .gform_fields .gfield input {
    padding: 9px 30px 9px 0;
    font-size: 13px;
  }
}

.heroBanner {
  position: relative;
  z-index: 3;
}
.heroBanner .contWrap {
  max-width: 650px;
  min-height: 100vh;
  min-height: 100svh;
  padding: 120px 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.heroBanner .sslider {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.heroBanner .imgWrap {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.heroBanner .imgWrap::before {
  content: "";
  position: absolute;
  background: #4F748B;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  mix-blend-mode: multiply;
}
.heroBanner .sslider-nav .sslide-nav {
  outline: none;
}
.heroBanner .sslider-nav .sslide-nav::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 0;
  right: 0;
  top: 2px;
  border: 1px solid #fff;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
.heroBanner .sslider-nav .sslide-nav::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  right: 7px;
  top: 9px;
}
.heroBanner .sslider-nav .sslide-nav:hover span {
  opacity: 1;
  visibility: visible;
}
.heroBanner .sslider-nav span {
  font-size: 13px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
}
.heroBanner .sslider-nav .slider-dots-box {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 11px;
  top: -9px;
}
@media (max-width: 1024px) {
  .heroBanner .sslider-nav .slider-dots-box {
    top: -12px;
  }
}
.heroBanner .progress-svg {
  transform: scale(0.5);
}
.heroBanner .progress-svg .circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-linecap: round;
  animation: progress 44s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

/* Media Query */
@media (min-width: 992px) {
  .heroBanner .sslider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    max-width: 400px;
  }
  .heroBanner .sslider-nav .sslide-nav {
    position: relative;
    width: 100% !important;
    text-align: right;
    margin: 5px 0;
    right: 75px;
  }
  .heroBanner .sslider-nav span {
    width: 100%;
    position: relative;
    padding-right: 30px;
  }
}
@media (max-width: 1450px) {
  .heroBanner .contWrap {
    padding: 0 60px;
    max-width: 460px;
  }
  .heroBanner .sslider-nav .sslide-nav {
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .heroBanner .sslider-nav {
    top: auto;
    transform: none;
    max-width: 100%;
    bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .heroBanner .sslider-nav .slick-track {
    display: flex;
    justify-content: center;
  }
  .heroBanner .sslider-nav .sslide-nav {
    right: 15px;
    width: 18px !important;
    height: 18px;
    margin: 0 5px;
    float: none;
    display: inline-block !important;
    position: relative;
    margin-top: 30px;
  }
  .heroBanner .sslider-nav .sslide-nav::before {
    top: 6px;
  }
  .heroBanner .sslider-nav .sslide-nav::after {
    top: 0;
  }
  .heroBanner .sslider-nav .sslide-nav:first-child span {
    left: -40px;
  }
  .heroBanner .sslider-nav span {
    position: fixed;
    left: 0;
    right: 0;
    white-space: nowrap;
    top: 0;
    text-align: center;
    width: 100%;
  }
}
@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.featuredMedia {
  padding: 95px 15px 80px;
  color: #4F748B;
  text-align: center;
}
.featuredMedia .featuredMediaWrap {
  position: relative;
  z-index: 3;
}
.featuredMedia .headingCls {
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
}
.featuredMedia .SubheadingCls {
  font-weight: 400;
  max-width: 815px;
  line-height: 1.5;
  margin: 0 auto 65px;
}
.featuredMedia .imgWrap {
  position: relative;
  width: 100%;
  padding-bottom: 52.45%;
}
.featuredMedia .imgWrap.openVideo iframe {
  z-index: 1;
}
.featuredMedia img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 790px;
}
.featuredMedia.sectionHasVideo img {
  max-height: unset;
}
.featuredMedia iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
}
.featuredMedia .openVideo .play-ic,
.featuredMedia .openVideo img {
  display: none;
}
.featuredMedia.fullWidthWrap {
  padding: 30px;
}
.featuredMedia.fullWidthWrap.pb0 {
  padding-bottom: 0;
}
.featuredMedia.fullWidthWrap.pt0 {
  padding-top: 0;
}
.featuredMedia.fullWidthWrap.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1450px) {
  .featuredMedia .play-ic svg {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .featuredMedia {
    padding: 54px 15px 36px;
  }
  .featuredMedia .headingCls,
  .featuredMedia .SubheadingCls {
    font-size: 13px;
    text-align: left;
  }
  .featuredMedia .headingCls {
    margin-bottom: 12px;
  }
  .featuredMedia .SubheadingCls {
    margin-bottom: 30px;
  }
  .featuredMedia .imgWrap {
    height: 455px;
    padding-top: 0;
  }
}

.play-ic {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}
.play-ic #np_play_hover {
  transform: translate(1440px, 4707.88px) scale(0.4);
  fill: #F69220;
  transition: all 0.5s ease;
  opacity: 0;
}
.play-ic path {
  transition: all 0.5s ease;
}
.play-ic:hover #np_play_hover {
  transform: translate(1393px, 4659.88px) scale(1);
  opacity: 1;
}
.play-ic:hover path {
  fill: #fff;
}

.ServiceListing {
  padding: 96px 15px 99px;
}
@media (max-width: 767px) {
  .ServiceListing {
    padding: 40px 15px 40px;
  }
}
.ServiceListing .serviceList {
  max-width: 1860px;
  position: relative;
  z-index: 3;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}
.ServiceListing .serviceListItems {
  width: 50%;
  padding: 76px 60px 58px;
  position: relative;
  background-position: center;
  margin-top: -1px;
  margin-left: -1px;
  transition: all 0.5s ease;
  background-size: 102.5%;
}
.ServiceListing .serviceListItems:hover {
  background-size: 100%;
}
.ServiceListing .serviceListItems .serviceListLink::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ServiceListing .serviceListItems:hover .servicesColorBgMix {
  opacity: 0;
}
.ServiceListing .serviceListItems:hover .headingCls,
.ServiceListing .serviceListItems:hover .SubheadingCls,
.ServiceListing .serviceListItems:hover .link {
  color: var(--linkHoverColor);
}
.ServiceListing .servicesColorBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease;
  mix-blend-mode: multiply;
}
.ServiceListing .servicesColorBg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  opacity: 0.4;
  transition: 0.7s ease width;
}
.ServiceListing .servicesColorBgMix {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.ServiceListing .servicesColorBgMix::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  opacity: 0.4;
  transition: 0.7s ease width;
  visibility: hidden;
}
.ServiceListing .headingCls {
  font-weight: 400;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
  color: var(--linkColor);
}
.ServiceListing .SubheadingCls {
  font-weight: 400;
  max-width: 510px;
  color: var(--linkColor);
}
.ServiceListing .link {
  width: 44px;
  height: 44px;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  color: var(--linkColor);
  margin-top: 30px;
  display: inline-block;
}
.ServiceListing .link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-133deg);
  margin-left: -3px;
}
@media (max-width: 1450px) {
  .ServiceListing .serviceListItems {
    padding: 60px 36px;
  }
  .ServiceListing .headingCls {
    margin-bottom: 20px;
  }
  .ServiceListing .link {
    margin-top: 30px;
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .ServiceListing .serviceListItems {
    width: 100%;
    padding: 40px 36px 25px;
  }
  .ServiceListing .headingCls {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .ServiceListing .SubheadingCls {
    font-size: 13px;
    max-width: 100%;
  }
  .ServiceListing .link {
    margin-top: 20px;
    width: 35px;
    height: 35px;
  }
  .ServiceListing .link::after {
    width: 8px;
    height: 8px;
  }
}

.pageBanner {
  height: calc(100vh - 130px);
  height: calc(100svh - 130px);
  padding: 0 30px;
  text-align: center;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(79, 116, 139, 0.5);
}
.pageBanner.removeOverlay .imgWrap::before {
  display: none;
}
.pageBanner .imgWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #848484;
  mix-blend-mode: multiply;
  z-index: 9;
}
.pageBanner .hasBg .imgWrap {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.pageBanner .hasBg .imgWrap img {
  width: 100%;
}
.pageBanner .borderShape::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 130px;
  background: rgba(255, 255, 255, 0.3);
}
.pageBanner .borderShape::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #fff;
  animation: borderShape 5s infinite ease-in-out;
  bottom: 130px;
  height: 0px;
}
.pageBanner .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  row-gap: clamp(22px, 3vw, 55px);
}
.pageBanner .banner-text {
  max-width: 812px;
}
.pageBanner .headingCls {
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -1.8px;
}
.pageBanner .headingCls b {
  font-weight: 400;
  display: block;
}
@media (max-width: 1024px) {
  .pageBanner .content-wrap {
    max-width: 650px;
  }
  .pageBanner .headingCls {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pageBanner {
    padding: 0;
  }
  .pageBanner .headingCls {
    font-size: 35px;
    max-width: 100%;
  }
  .pageBanner .borderShape {
    display: none;
  }
}
.pageBanner.no-images {
  min-height: 27.7vw;
  margin: 0 30px;
  height: unset;
  display: flex;
  align-items: center;
  padding: 2vw 0;
}
@media (max-width: 1450px) {
  .pageBanner.no-images {
    height: 34vw;
  }
}
@media (max-width: 991px) {
  .pageBanner.no-images {
    height: 40vw;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .pageBanner.no-images {
    height: 52vw;
  }
}
.pageBanner.no-images .borderShape {
  display: none;
}

@keyframes borderShape {
  0% {
    height: 0px;
    bottom: 130px;
  }
  4% {
    opacity: 1;
  }
  90% {
    height: 130px;
    bottom: 0px;
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 130px;
    bottom: 0px;
  }
}
.introText {
  padding: 140px 15px 130px;
}
.introText .headingCls {
  color: #F69220;
  margin-bottom: 45px;
  font-weight: 400;
}
.introText .SubheadingCls {
  color: #4F748B;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 1240px;
}
@media (max-width: 1024px) {
  .introText {
    padding: 70px 15px;
  }
  .introText .headingCls {
    margin-bottom: 15px;
  }
  .introText .SubheadingCls {
    font-size: 17px;
    line-height: 1.5;
  }
}

.personalCard {
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  padding: 0 15px;
}
.personalCard .personalCardItems {
  display: flex;
  color: #4F748B;
}
.personalCard .personalCardItems .personalCardList {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.personalCard .personalCardItems .personalCardList:first-child {
  width: 25%;
}
.personalCard .personalCardItems .personalCardList:nth-child(2) {
  width: 65%;
  padding: 130px 80px 150px;
  margin-left: 80px;
  border-left: 1px solid rgba(79, 116, 139, 0.5);
}
.personalCard .personalCardItems .personalCardList:last-child {
  margin-right: calc((50vw - 50%) * -1);
  width: 50vw;
}
.personalCard .personalCardItems .personalCardList .hasBg {
  width: 100%;
  height: 100%;
}
.personalCard .personalCardItems .personalCardList .hasBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.personalCard .personalCardItems .personalCardList .btnWrap {
  margin-top: 40px;
}
.personalCard .personalCardItems .personalCardList .positionWrap {
  margin-top: 10px;
  line-height: 1;
}
.personalCard .personalCardItems .headingCls {
  font-weight: 300;
  line-height: 1;
}
.personalCard .personalCardItems .SubheadingCls {
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 2561px) {
  .personalCard .personalCardItems .personalCardList .hasBg {
    min-height: 13vw;
  }
}
@media (max-width: 1650px) {
  .personalCard .personalCardItems .personalCardList:nth-child(2) {
    padding: 100px 40px 100px;
  }
}
@media (max-width: 1450px) {
  .personalCard .personalCardItems .headingCls {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .personalCard .personalCardItems {
    display: block;
  }
  .personalCard .personalCardItems .headingCls {
    font-size: 40px;
  }
  .personalCard .personalCardItems .SubheadingCls {
    font-size: 25px;
  }
  .personalCard .personalCardItems .personalCardList {
    padding: 50px 0;
  }
  .personalCard .personalCardItems .personalCardList:first-child, .personalCard .personalCardItems .personalCardList:nth-child(2), .personalCard .personalCardItems .personalCardList:last-child {
    width: 100%;
  }
  .personalCard .personalCardItems .personalCardList:nth-child(2) {
    border-left: none;
    position: relative;
    margin-left: 0;
    padding: 60px 0;
  }
  .personalCard .personalCardItems .personalCardList:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    background-color: rgba(79, 116, 139, 0.5);
    height: 1px;
    width: calc(100% + 60px);
  }
  .personalCard .personalCardItems .personalCardList:last-child {
    padding: 0;
  }
  .personalCard .personalCardItems .personalCardList .hasBg {
    width: calc(100% + 60px);
    height: 100%;
    margin-left: -30px;
  }
  .personalCard .personalCardItems .personalCardList .hasBg .bgInst {
    position: relative;
  }
}
@media (max-width: 767px) {
  .personalCard .personalCardItems .personalCardList {
    padding: 40px 0;
  }
  .personalCard .personalCardItems .personalCardList:nth-child(2) {
    padding: 40px 0;
  }
  .personalCard .personalCardItems .headingCls {
    font-size: 22px;
  }
  .personalCard .personalCardItems .SubheadingCls {
    font-size: 17px;
  }
}

.statisticBlock {
  padding: 186px 15px;
}
.statisticBlock .statisticList {
  gap: 0 15px;
}
.statisticBlock .statisticListItems {
  width: calc(50% - 8px);
  padding: 80px 20px;
  text-align: center;
  background-color: transparent;
  color: #4F748B;
  border-top: 1px solid #4F748B;
  border-bottom: 1px solid #4F748B;
  margin-top: -1px;
  border-left: none;
  border-right: none;
  overflow: hidden;
}
.statisticBlock .statisticListItems img {
  transform: scale(102.5%);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.statisticBlock .statisticListItems::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  height: 8px;
  background-color: var(--borderColor);
  opacity: 0;
  z-index: 99;
  transition: all 0.5s ease;
}
.statisticBlock .statisticListItems:hover {
  border-left-color: var(--borderColor);
  border-right-color: var(--borderColor);
}
.statisticBlock .statisticListItems:hover::before {
  opacity: 1;
  width: 100%;
}
.statisticBlock .statisticListItems:hover .imgWrap {
  opacity: 1;
}
.statisticBlock .statisticListItems:hover .headingCls,
.statisticBlock .statisticListItems:hover .SubheadingCls {
  color: #fff;
}
.statisticBlock .statisticListItems:hover img {
  transform: scale(100%);
}
.statisticBlock .statisticListItems .headingCls,
.statisticBlock .statisticListItems .SubheadingCls {
  font-weight: 400;
  line-height: 1.1;
}
.statisticBlock .statisticListItems .headingCls {
  margin-bottom: 25px;
  color: var(--titleColor);
}
.statisticBlock .statisticListItems a {
  color: #4F748B;
}
.statisticBlock .statisticListItems .imgWrap {
  opacity: 0;
  z-index: 9;
  transition: all 0.5s ease;
}
.statisticBlock .statisticListItems .imgWrap::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.statisticBlock .statisticListItems > *:not(.imgWrap) {
  position: relative;
  z-index: 9;
}
.statisticBlock .statisticListItems a.statisticListLink {
  position: static;
}
.statisticBlock .statisticListItems a.statisticListLink .SubheadingCls {
  position: relative;
  z-index: 9;
}
.statisticBlock .statisticListItems a.statisticListLink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 1280px) {
  .statisticBlock {
    padding: 100px 15px;
  }
  .statisticBlock .headingCls {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .statisticBlock {
    padding: 60px 15px;
  }
  .statisticBlock .statisticList {
    display: block;
  }
  .statisticBlock .statisticListItems {
    width: 100%;
    padding: 40px 20px;
  }
  .statisticBlock .statisticListItems .headingCls {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .statisticBlock .statisticListItems .SubheadingCls {
    font-size: 12px;
  }
}

.fullWidthSlider {
  padding: 130px 15px 30px;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  color: #4F748B;
}
.fullWidthSlider.pt0 {
  border-top: none;
}
.fullWidthSlider .headingCls,
.fullWidthSlider .SubheadingCls {
  font-weight: 400;
}
.fullWidthSlider .heading {
  padding: 0 15px 50px;
  margin: 0 -15px;
}
.fullWidthSlider .headingCls {
  line-height: 1;
  font-weight: 300;
}
.fullWidthSlider .SubheadingCls {
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 295px;
}
.fullWidthSlider .fullWidthSliderList {
  margin: 0 -15px;
  padding: 30px 0;
}
.fullWidthSlider .fullWidthSliderList p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-right: 100px;
  opacity: 0;
}
.fullWidthSlider .fullWidthSliderList .slick-current p {
  opacity: 1;
}
.fullWidthSlider .fullWidthSliderListItems {
  padding: 0 15px;
}
.fullWidthSlider .slick-list {
  overflow: visible;
}
.fullWidthSlider .imgWrap {
  width: 100%;
}
.fullWidthSlider .imgWrap img {
  height: 750px;
  object-fit: cover;
}
.fullWidthSlider .slick-dots {
  display: flex;
  gap: 15px;
  list-style: none;
  position: absolute;
  top: 27px;
  right: 15px;
}
.fullWidthSlider .slick-dots li button {
  font-size: 0;
  border: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
  padding: 0;
  min-width: auto;
  border: 1px solid #4F748B;
  margin: 0;
  border-radius: 50%;
}
.fullWidthSlider .slick-dots li button::before {
  display: none;
}
.fullWidthSlider .slick-dots li.slick-active button, .fullWidthSlider .slick-dots li:hover button {
  background: #4F748B;
}
.fullWidthSlider.fullWidthWrap {
  padding-left: 30px;
  padding-right: 30px;
}
.fullWidthSlider.autoHeightWidthWrap .imgWrap {
  height: 100%;
}
.fullWidthSlider.autoHeightWidthWrap .imgWrap img {
  height: auto;
  height: 100%;
}
.fullWidthSlider.autoHeightWidthWrap .slick-track {
  display: flex;
}
.fullWidthSlider.autoHeightWidthWrap .slick-slide {
  height: auto;
}
.fullWidthSlider.initiativesWrap .left {
  max-width: 100%;
  text-align: center;
}
.fullWidthSlider.initiativesWrap .heading {
  padding-bottom: 30px;
}
.fullWidthSlider.initiativesWrap .headingCls {
  font-size: 40px;
}
.fullWidthSlider.initiativesWrap .fullWidthSliderListItems {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.fullWidthSlider.initiativesWrap .fullWidthSliderListItems p {
  order: 2;
  margin-top: 30px;
  margin-bottom: 0;
}
.fullWidthSlider.initiativesWrap .slick-dots {
  top: auto;
  right: 30px;
  bottom: 34px;
}
@media (max-width: 1199px) {
  .fullWidthSlider .fullWidthSliderListItems img {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .fullWidthSlider {
    border-top: none;
    padding: 30px 0;
  }
  .fullWidthSlider .heading {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
  .fullWidthSlider .heading .dflex {
    display: block;
  }
  .fullWidthSlider .heading .dflex > * {
    max-width: 100%;
  }
  .fullWidthSlider .heading .dflex .headingCls {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .fullWidthSlider .heading .dflex .SubheadingCls {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .fullWidthSlider .fullWidthSliderList {
    padding-top: 0;
  }
  .fullWidthSlider .fullWidthSliderList .slick-dots {
    top: auto;
    bottom: 30px;
    right: auto;
    left: 35px;
  }
  .fullWidthSlider .fullWidthSliderList .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .fullWidthSlider .fullWidthSliderList .slick-list {
    padding-right: 80px;
    padding-bottom: 0;
  }
  .fullWidthSlider.autoHeightWidthWrap .fullWidthSliderList .slick-dots {
    top: 30px;
    bottom: auto;
  }
  .fullWidthSlider .fullWidthSliderList .fullWidthSliderListItems {
    padding: 0 15px 0 0;
    display: flex;
    flex-direction: column;
  }
  .fullWidthSlider .fullWidthSliderList .fullWidthSliderListItems > p {
    order: 2;
    padding-bottom: 0;
    padding-top: 30px;
    margin-top: 0;
  }
  .fullWidthSlider .fullWidthSliderList .fullWidthSliderListItems > .imgWrap {
    order: 1;
  }
  .fullWidthSlider .fullWidthSliderList .fullWidthSliderListItems p {
    font-size: 12px;
    padding: 20px 0 15px 30px;
    margin-bottom: 10px;
  }
  .fullWidthSlider .fullWidthSliderList .fullWidthSliderListItems img {
    height: 300px;
  }
  .fullWidthSlider.fullWidthWrap .fullWidthSliderList {
    margin: 0 -30px;
  }
  .fullWidthSlider.initiativesWrap {
    padding-top: 50px;
  }
  .fullWidthSlider.initiativesWrap .fullWidthSliderListItems {
    padding: 0 15px 0 0;
  }
  .fullWidthSlider.initiativesWrap .fullWidthSliderList .slick-dots {
    bottom: 30px;
  }
}
@media (max-width: 590px) {
  .fullWidthSlider .fullWidthSliderList .slick-dots {
    bottom: 30px;
  }
  .fullWidthSlider.autoHeightWidthWrap .fullWidthSliderList .slick-dots {
    top: 30px;
    bottom: auto;
  }
  .fullWidthSlider .fullWidthSliderListItems img {
    height: 200px;
  }
}

.introText + .fullWidthSlider {
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  padding-bottom: 0;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

.projectCarousel {
  color: rgb(var(--txtColor));
  border-top: 1px solid rgba(var(--txtColor), 0.5);
  margin-top: 80px;
  position: relative;
  z-index: 3;
}
.projectCarousel .SubheadingCls strong {
  font-weight: 500;
}
.projectCarousel .block-desc p + p {
  margin-top: clamp(25px, 2.745vw, 35px);
}
@media (max-width: 767px) {
  .projectCarousel {
    padding-bottom: 20px;
  }
}
@media (min-width: 1650px) {
  .projectCarousel.font16 .projectCarouselLabelItems p {
    font-size: 16px;
    line-height: 22px;
  }
}
.projectCarousel .haseVideo {
  background: #000;
}
.projectCarousel .haseVideo.isPlaying iframe {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
.projectCarousel .haseVideo.isPlaying img, .projectCarousel .haseVideo.isPlaying svg {
  opacity: 0;
  transition: 0.7s ease;
}
.projectCarousel .haseVideo iframe {
  opacity: 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  transition: 0.75s;
  transition-delay: 1.5s;
  visibility: hidden;
}
.projectCarousel .haseVideo a {
  width: 44px;
  height: 44px;
}
@media (min-width: 1366px) {
  .projectCarousel .haseVideo a {
    width: 62px;
    height: 62px;
    display: block;
  }
}
@media (min-width: 1650px) {
  .projectCarousel .haseVideo a {
    width: 137px;
    height: 137px;
    display: block;
  }
}
.projectCarousel .projectCarouselList {
  border-right: 1px solid rgba(var(--txtColor), 0.5);
  padding: 30px 30px 30px 30px;
}
.projectCarousel .projectCarouselList p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 25px;
  padding-right: 100px;
}
.projectCarousel .projectCarouselList p:is(:has(:is(br))) {
  font-size: 20px;
  line-height: 1.6;
}
.projectCarousel .imgWrap {
  width: 100%;
  position: relative;
}
.projectCarousel .imgWrap img {
  height: 720px;
  object-fit: cover;
}
.projectCarousel .slick-dots {
  display: flex;
  gap: 15px;
  list-style: none;
  position: absolute;
  bottom: 35px;
  right: 30px;
}
.projectCarousel .slick-dots li button {
  font-size: 0;
  border: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
  padding: 0;
  min-width: auto;
  border: 1px solid rgb(var(--txtColor));
  margin: 0;
  border-radius: 50%;
}
.projectCarousel .slick-dots li button::before {
  display: none;
}
.projectCarousel .slick-dots li.slick-active button, .projectCarousel .slick-dots li:hover button {
  background: rgb(var(--txtColor));
}
.projectCarousel .headingCls,
.projectCarousel .SubheadingCls {
  font-weight: 400;
}
.projectCarousel .subTitle {
  margin-bottom: 18px;
  color: #F69220;
}
.projectCarousel .heading {
  padding: 50px 30px;
  text-align: center;
}
.projectCarousel .heading .headWrap {
  max-width: 424px;
  margin: 0 auto;
}
.projectCarousel.textleft .heading {
  padding-left: 70px;
}
.projectCarousel.pullRight.textleft .heading {
  padding-right: 30px;
  padding-left: 30px;
}
.projectCarousel.pullLeft.textleft .heading .headWrap {
  margin: 0 auto 0 0;
}
.projectCarousel.textright .heading {
  padding-right: 70px;
}
.projectCarousel .headingCls {
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 300;
  letter-spacing: -1.2px;
}
.projectCarousel .SubheadingCls {
  line-height: 1.5;
  max-width: 388px;
  margin: 0 0 40px;
}
.projectCarousel .SubheadingCls b {
  font-weight: 400;
  display: block;
  margin-top: 20px;
}
.projectCarousel .projectCarouselList:not(.slick-dotted) .imgWrap img {
  height: auto;
  max-height: 860px;
}
.projectCarousel.projectWithLabelWrap .SubheadingCls, .projectCarousel.projectWithLabelWrap p {
  font-size: 16px;
}
.projectCarousel .projectCarouselLabelItems p {
  margin-bottom: 15px;
  line-height: 1.2;
  opacity: 0.5;
}
.projectCarousel .projectCarouselLabelItems.slick-current p {
  opacity: 1;
}
.projectCarousel .projectCarouselLabelItems .desc p {
  opacity: 1;
}
.projectCarousel .projectCarouselLabelItems .desc :last-child {
  margin-bottom: 0;
}
.projectCarousel .projectCarouselLabel .slick-dots {
  display: block;
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
}
.projectCarousel .projectCarouselLabel .slick-dots li {
  opacity: 0.5;
}
.projectCarousel .projectCarouselLabel .slick-dots li a {
  color: #4F748B;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.projectCarousel .projectCarouselLabel .slick-dots li.slick-active {
  opacity: 1;
}
.projectCarousel .btnWrap {
  margin: 30px 0 0;
}
@minmedia (1650px) {
  .projectCarousel .btnWrap {
    margin: 40px 0 0;
    column-gap: 21.5px;
  }
}
.projectCarousel .btn {
  color: rgb(var(--txtColor));
}
.projectCarousel .btn.bordered {
  border: 1px solid rgb(var(--txtColor));
}
.projectCarousel .btn.solid, .projectCarousel .btn:hover {
  background-color: rgb(var(--txtColor));
  color: #fff;
}
.projectCarousel .btn.solid:hover {
  border: 1px solid rgb(var(--txtColor));
  background-color: transparent;
  color: rgb(var(--txtColor));
}
@media (min-width: 1650px) {
  .projectCarousel .btn {
    font-size: 20px;
  }
}
.projectCarousel.lightSkin .btnWrap .btn:not(.solid):hover {
  color: #fff;
}
.projectCarousel.darkSkin .subTitle {
  color: rgb(var(--txtColor));
}
.projectCarousel.pullRight .projectCarouselCont {
  order: 2;
  max-width: 65%;
}
.projectCarousel.pullRight .projectCarouselCont .projectCarouselList {
  border-left: 1px solid rgba(var(--txtColor), 0.5);
  border-right: none;
  padding: 30px 30px 30px 30px;
}
.projectCarousel.pullRight .heading {
  order: 1;
  max-width: 35%;
}
.projectCarousel.pullRight .headingCls {
  max-width: 440px;
}
.projectCarousel.pullRight .SubheadingCls {
  margin: 0 0 40px;
  max-width: 424px;
}
.projectCarousel.pullRight .btnWrap {
  justify-content: start;
}
.projectCarousel.pullRight .slick-dots {
  right: 15px;
}
.projectCarousel.projectWithLabelWrap .projectCarouselLabel .slick-dots {
  right: auto;
}
.projectCarousel.projectWithLabelWrap .slick-dots {
  right: 30px;
}
.projectCarousel.projectWithLabelWrap .projectCarouselListItems p {
  padding: 0;
  margin-bottom: 0;
}
.projectCarousel.textcenter .headingCls {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .projectCarousel.textcenter .headingCls {
    text-align: left;
  }
}
.projectCarousel.textcenter .SubheadingCls {
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .projectCarousel.textcenter .SubheadingCls {
    text-align: left;
  }
}
.projectCarousel.textcenter .btnWrap {
  justify-content: center;
}
@media (max-width: 1024px) {
  .projectCarousel.textcenter .btnWrap {
    justify-content: start;
  }
}
.projectCarousel.esgProjectCarousel .headingCls {
  font-weight: 400;
}
@media (max-width: 1650px) {
  .projectCarousel.pullRight .projectCarouselCont {
    max-width: 60%;
  }
  .projectCarousel.pullRight .heading {
    max-width: 40%;
  }
}
@media (max-width: 1450px) {
  .projectCarousel.textleft .heading {
    padding-left: 30px;
    padding-right: 30px;
  }
  .projectCarousel .projectCarouselCont {
    max-width: 55%;
  }
  .projectCarousel .heading {
    max-width: 45%;
  }
}
@media (max-width: 1199px) {
  .projectCarousel .imgWrap img {
    height: 660px;
  }
}
@media (max-width: 1024px) {
  .projectCarousel {
    margin-top: 30px;
  }
  .projectCarousel > .dflex {
    flex-wrap: wrap;
  }
  .projectCarousel .projectCarouselList {
    border-right: none;
    padding: 0;
  }
  .projectCarousel .projectCarouselList p {
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .projectCarousel .heading .headWrap {
    max-width: 100%;
  }
  .projectCarousel.textleft .heading {
    padding-left: 30px;
  }
  .projectCarousel.pullRight.textleft .heading {
    padding-right: 30px;
  }
  .projectCarousel .projectCarouselCont,
  .projectCarousel .heading {
    max-width: 100%;
    width: 100%;
  }
  .projectCarousel .heading {
    order: 1;
    padding-bottom: 30px;
  }
  .projectCarousel .projectCarouselCont {
    margin-left: 0;
    order: 2;
  }
  .projectCarousel .projectCarouselList p:is(:has(:is(br))) {
    font-size: 16px;
  }
  .projectCarousel .SubheadingCls {
    max-width: 100%;
  }
  .projectCarousel .SubheadingCls b {
    margin-top: 10px;
  }
  .projectCarousel.pullRight .projectCarouselListItems p {
    padding: 15px 0 0;
  }
  .projectCarousel.pullRight .projectCarouselListItems p:last-child {
    margin-bottom: 0;
  }
  .projectCarousel .projectCarouselList:not(.slick-dotted) .projectCarouselListItems {
    padding-right: 0;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselListItems p {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .projectCarousel .subTitle {
    margin-bottom: 11px;
  }
  .projectCarousel .projectCarouselList.slick-dotted .slick-list {
    padding-right: 80px;
  }
  .projectCarousel .projectCarouselList p:is(:has(:is(br))) {
    font-size: 16px;
    line-height: 1.4;
  }
  .projectCarousel .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .projectCarousel.pullRight .projectCarouselListItems p {
    padding: 15px 15px 0;
  }
  .projectCarousel.pullRight .projectCarouselCont .projectCarouselList {
    border-left: none;
  }
  .projectCarousel.pullRight .headingCls,
  .projectCarousel.pullRight .SubheadingCls {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .projectCarousel.pullRight .headingCls,
  .projectCarousel.pullRight .SubheadingCls {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .projectCarousel.pullRight .SubheadingCls, .projectCarousel.pullRight p {
    font-size: 13px;
  }
  .projectCarousel.pullRight .SubheadingCls {
    margin-bottom: 20px;
  }
  .projectCarousel .headingCls,
  .projectCarousel .SubheadingCls {
    margin-bottom: 20px;
  }
  .projectCarousel .headingCls {
    letter-spacing: 0;
  }
  .projectCarousel .headingCls br {
    display: none;
  }
  .projectCarousel .projectCarouselListItems {
    padding: 0 15px 0 0;
  }
  .projectCarousel .projectCarouselListItems p {
    font-size: 12px;
    padding: 15px 30px;
    margin-top: 0;
  }
  .projectCarousel .projectCarouselListItems p:is(:has(:is(br))) {
    padding: 15px 0;
  }
  .projectCarousel .projectCarouselListItems img {
    height: 300px;
  }
  .projectCarousel.pullRight .projectCarouselCont {
    max-width: 100%;
  }
  .projectCarousel.pullRight .projectCarouselCont .projectCarouselList:not(.slick-dotted) {
    padding: 15px 30px;
  }
  .projectCarousel.pullRight .projectCarouselCont .projectCarouselList {
    padding: 0 !important;
    border-left: none;
  }
  .projectCarousel.pullRight .heading {
    max-width: 100%;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselList.slick-dotted .slick-list {
    padding-right: 0;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselList {
    margin-left: 15px;
    margin-right: 15px;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselList .slick-dots {
    right: 0;
    left: auto;
    bottom: 8px;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselListItems {
    padding-right: 0;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselListItems p {
    padding-left: 0;
    margin-top: 15px;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselCont .projectCarouselList {
    padding-left: 15px;
    padding-right: 15px;
  }
  .projectCarousel.projectWithLabelWrap .projectCarouselCont .projectCarouselList .slick-dots {
    right: 15px;
  }
  .projectCarousel .projectCarouselLabel .slick-dots li a {
    font-size: 13px;
    margin-bottom: 11px;
  }
  .projectCarousel .slick-dots {
    bottom: 15px;
    right: auto;
    left: 30px;
  }
}
@media (max-width: 590px) {
  .projectCarousel .projectCarouselListItems img {
    height: 200px;
  }
  .projectCarousel.projectWithLabelWrap .headWrap .subTitle {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .projectCarousel.projectWithLabelWrap .headingCls {
    font-size: 17px;
  }
}

.pageBanner + .projectCarousel.projectWithLabelWrap {
  border-bottom: 1px solid rgba(79, 116, 139, 0.5);
}
@media (max-width: 767px) {
  .pageBanner + .projectCarousel.projectWithLabelWrap {
    border-bottom: none;
  }
}

textarea:focus-visible {
  outline: none;
}

.gform_wrapper.gravity-theme textarea {
  color: #4f748b;
}

.infoForm {
  padding: 184px 0 136px;
}
.infoForm .headingCls {
  color: #4F748B;
  margin: 0 0 30px;
}
.infoForm .gform_wrapper.gravity-theme .gfield_visibility_hidden {
  display: none;
}
.infoForm .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 68px;
  border: 1px solid #4F748B;
  border-radius: 0;
}
.infoForm .gravity-theme .gfield.gfield--input-type-textarea {
  padding-top: 15px;
}
.infoForm .gform_wrapper.gravity-theme .gfield_label {
  font-weight: normal;
  margin-bottom: 15px;
}

.contactPageBanner + .infoForm .gform_wrapper.gravity-theme .gform_fields {
  align-items: flex-start;
}

.teamTestimonial {
  color: #4F748B;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
}
.teamTestimonial .teamTestimonialImg {
  margin-left: calc((50vw - 50%) * -1);
  width: 100vw;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  border-right: 1px solid rgba(79, 116, 139, 0.5);
}
.teamTestimonial .teamTestimonialCont {
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teamTestimonial .headingCls,
.teamTestimonial .nameTxt,
.teamTestimonial .positionTxt {
  font-weight: 400;
}
.teamTestimonial .headingCls {
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
.teamTestimonial .headingCls::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 2px;
  background-color: #F69220;
}
.teamTestimonial .infoTextCls {
  padding-top: 50px;
  margin-bottom: 20px;
  max-width: 355px;
}
.teamTestimonial .infoTextCls a {
  color: #4F748B;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.teamTestimonial .infoTextCls a:hover {
  color: #F69220;
}
.teamTestimonial .imgWrap {
  width: 100%;
  height: 100%;
}
.teamTestimonial .imgWrap img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 2560px) {
  .teamTestimonial .imgWrap img {
    height: 70svh;
  }
}
@media (max-width: 1450px) {
  .teamTestimonial .teamTestimonialCont {
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media (max-width: 1450px) {
  .teamTestimonial .teamTestimonialCont {
    padding-top: 70px;
  }
  .teamTestimonial .teamTestimonialCont .headingCls {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .teamTestimonial .teamTestimonialCont {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .teamTestimonial .teamTestimonialWrap {
    flex-direction: column;
  }
  .teamTestimonial .teamTestimonialWrap .teamTestimonialCont {
    order: 1;
    max-width: 100%;
    padding-left: 15px;
  }
  .teamTestimonial .teamTestimonialWrap .teamTestimonialImg {
    order: 2;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-right: none;
  }
}
.teamTestimonial .infoTextCls {
  padding-top: 30px;
}

.sectionHeadings {
  padding: 65px 0 165px;
  color: #4F748B;
}
.sectionHeadings .sectionheadingWrap {
  padding: 0;
}
@media (max-width: 1450px) {
  .sectionHeadings {
    padding: 35px 15px 85px;
  }
}
@media (max-width: 1199px) {
  .sectionHeadings {
    padding: 35px 15px 65px;
  }
}

.sectionheadingWrap {
  padding: 0 15px;
}
.sectionheadingWrap .headingCls,
.sectionheadingWrap .SubheadingCls {
  font-weight: 400;
}
.sectionheadingWrap .headingCls {
  line-height: 1;
  font-weight: 300;
  letter-spacing: -1.2px;
}
.sectionheadingWrap .SubheadingCls {
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .sectionheadingWrap .dflex {
    display: block;
  }
  .sectionheadingWrap .dflex > * {
    max-width: 100%;
  }
  .sectionheadingWrap .dflex .headingCls {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .sectionheadingWrap .dflex .SubheadingCls {
    font-size: 13px;
    margin-bottom: 15px;
    max-width: 100%;
  }
}

.coreValue {
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  border-bottom: 1px solid rgba(79, 116, 139, 0.5);
}
.coreValue .coreValueWrapItem {
  padding: 130px 30px 40px;
  text-align: center;
  color: var(--txtColor);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.coreValue .coreValueWrapItem .coreValueCont {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 100px;
  padding: 0 30px;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .coreValue .coreValueWrapItem .coreValueCont {
    padding: 0 10px;
  }
}
.coreValue .coreValueWrapItem.open .coreValueCont {
  opacity: 1;
  visibility: visible;
}
.coreValue .coreValueWrapItem.open .headingCls::before {
  opacity: 0;
}
.coreValue .coreValueWrapItem .imgWrap {
  width: 100px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 30px;
}
.coreValue .coreValueWrapItem .SubheadingCls {
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.coreValue .coreValueWrapItem .headingCls {
  font-weight: 400;
  letter-spacing: -0.6px;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.coreValue .coreValueWrapItem .headingCls::after {
  content: "";
  width: 32px;
  border: 2px solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.coreValue .coreValueWrapItem .headingCls::before {
  content: "";
  width: 32px;
  border: 2px solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.coreValue .headingWrap {
  color: #4F748B;
  max-width: 550px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
.coreValue .headingWrap .headingCls,
.coreValue .headingWrap .SubheadingCls {
  font-weight: 400;
}
.coreValue .headingWrap .headingCls {
  line-height: 1;
  font-weight: 300;
}
.coreValue .headingWrap .SubheadingCls {
  line-height: 1.5;
  margin-top: 50px;
}
.coreValue .headingWrap .btnWrap {
  margin-top: 50px;
  justify-content: center;
}
@media (max-width: 1800px) {
  .coreValue .coreValueWrapItem {
    padding: 40px 30px 30px;
  }
  .coreValue .coreValueWrapItem .coreValueCont {
    margin-bottom: 50px;
  }
}
@media (max-width: 1450px) {
  .coreValue .coreValueWrapItem {
    padding: 30px 30px 20px;
  }
  .coreValue .coreValueWrapItem .headingCls {
    font-size: 18px;
  }
  .coreValue .coreValueWrapItem .headingCls::after, .coreValue .coreValueWrapItem .headingCls::before {
    width: 22px;
  }
  .coreValue .coreValueWrapItem .coreValueCont {
    margin-bottom: 25px;
  }
  .coreValue .coreValueWrapItem .imgWrap {
    margin-bottom: 10px;
  }
  .coreValue .headingWrap {
    max-width: 400px;
  }
  .coreValue .headingWrap .SubheadingCls {
    margin-top: 20px;
  }
  .coreValue .headingWrap .btnWrap {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .coreValue .coreValueWrap,
  .coreValue .heading {
    max-width: 100%;
  }
  .coreValue .heading {
    order: 1;
    padding: 50px 0;
  }
  .coreValue .coreValueWrap {
    order: 2;
  }
  .coreValue .headingWrap {
    text-align: left;
    max-width: 100%;
  }
  .coreValue .headingWrap .btnWrap {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .coreValue .heading {
    padding: 20px 0;
  }
  .coreValue .coreValueWrapItem {
    max-width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
  .coreValue .coreValueWrapItem > .headingCls {
    order: 1;
  }
  .coreValue .coreValueWrapItem .coreValueCont {
    max-height: 0;
    margin-bottom: 0;
    order: 2;
  }
  .coreValue .coreValueWrapItem .coreValueCont .imgWrap {
    margin-bottom: 15px;
  }
  .coreValue .coreValueWrapItem.open .coreValueCont {
    max-height: 1000px;
    margin-top: 30px;
    transition: max-height 1s ease;
  }
}

.privateFunds {
  padding-top: 110px;
  color: #4F748B;
}
.privateFunds .SubheadingCls {
  max-width: 650px;
  margin-bottom: 40px;
}
.privateFunds .privateFundsList {
  padding-top: 100px;
}
.privateFunds .privateFundsList .privateFundsItem {
  width: 33.33%;
  border: 1px solid rgba(79, 116, 139, 0.5);
  border-right: none;
  border-bottom: none;
  padding: 45px 30px 30px;
}
.privateFunds .privateFundsList .privateFundsItem:first-child {
  border-left: none;
}
.privateFunds .privateFundsList .privateFundsItem .headingCls,
.privateFunds .privateFundsList .privateFundsItem .SubheadingCls {
  font-weight: 400;
}
.privateFunds .privateFundsList .privateFundsItem .headingCls {
  margin-bottom: 15px;
}
.privateFunds .privateFundsList .privateFundsItem .SubheadingCls {
  margin-bottom: 60px;
  display: inline-block;
}
.privateFunds .privateFundsList .privateFundsItem .imgWrap {
  margin-top: 35px;
  height: 410px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .privateFunds .privateFundsList .privateFundsItem .privateFundsItemIn {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 1650px) {
  .privateFunds {
    padding-top: 70px;
  }
  .privateFunds .SubheadingCls {
    margin-bottom: 20px;
  }
  .privateFunds .privateFundsList {
    padding-top: 50px;
  }
  .privateFunds .privateFundsList .privateFundsItem {
    padding: 25px 20px 20px;
  }
  .privateFunds .privateFundsList .privateFundsItem .headingCls {
    margin-bottom: 10px;
  }
  .privateFunds .privateFundsList .privateFundsItem .SubheadingCls {
    margin-bottom: 30px;
  }
  .privateFunds .privateFundsList .privateFundsItem .btn {
    font-size: 13px;
    padding: 10px 24px;
  }
}
@media (max-width: 1024px) {
  .privateFunds .privateFundsList .privateFundsItem {
    width: 100%;
    padding: 20px 30px;
    border-left: none;
  }
  .privateFunds .privateFundsList .privateFundsItemIn {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .privateFunds .privateFundsList .privateFundsItemIn .privateFundsCont {
    width: 60%;
  }
  .privateFunds .privateFundsList .privateFundsItemIn .imgWrap {
    width: 40%;
    margin-top: 0;
    height: 300px;
  }
}
@media (max-width: 590px) {
  .privateFunds .privateFundsList .privateFundsItem {
    padding: 30px;
  }
  .privateFunds .privateFundsList .privateFundsItem .headingCls {
    margin-bottom: 5px;
  }
  .privateFunds .privateFundsList .privateFundsItem .SubheadingCls {
    margin-bottom: 20px;
  }
  .privateFunds .privateFundsList .privateFundsItem .btn {
    font-size: 11px;
    padding: 10px 13px;
  }
  .privateFunds .privateFundsList .privateFundsItemIn {
    display: block;
  }
  .privateFunds .privateFundsList .privateFundsItemIn .privateFundsCont {
    width: 100%;
  }
  .privateFunds .privateFundsList .privateFundsItemIn .imgWrap {
    width: 100%;
    margin-top: 30px;
  }
}

.portalListingSlider {
  padding: 0 15px 120px;
  color: #4F748B;
  margin-top: 120px;
}
.portalListingSlider .sectionheadingWrap {
  padding: 70px 0 100px;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
}
.portalListingSlider .sectionheadingWrap .headingCls {
  max-width: 65%;
  letter-spacing: -1.2px;
}
.portalListingSlider .sectionheadingWrap .SubheadingCls {
  max-width: 100%;
}
.portalListingSlider .portalSliderItem {
  padding: 0 7px;
}
.portalListingSlider .slick-list {
  overflow: visible;
}
.portalListingSlider .privateFundsCont {
  height: 445px;
  padding: 35px 45px;
  color: #fff;
}
.portalListingSlider .privateFundsCont .heading {
  position: absolute;
  bottom: 35px;
  top: auto;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 35px;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 10px;
}
.portalListingSlider .privateFundsCont .imgWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0); /* For browsers that do not support gradients */
  background-image: linear-gradient(rgba(255, 255, 255, 0), #454545);
  mix-blend-mode: multiply;
  z-index: 9;
}
.portalListingSlider .privateFundsCont .headingCls {
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 8px;
}
.portalListingSlider .privateFundsCont .linkCls {
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  display: flex;
  align-items: center;
  max-width: 190px;
  width: 100%;
  transition: all 0.75s ease;
}
.portalListingSlider .privateFundsCont .linkCls:hover {
  color: #F69220;
}
.portalListingSlider .privateFundsCont .linkCls i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  margin-left: 18px;
}
.portalListingSlider .privateFundsCont .linkCls i::before {
  width: 9px;
  height: 9px;
  margin-left: -4px;
  transition: none;
}
@media (max-width: 1650px) {
  .portalListingSlider .privateFundsCont .linkCls {
    justify-content: end;
    white-space: nowrap;
  }
}
@media (max-width: 1280px) {
  .portalListingSlider {
    margin-top: 50px;
    padding: 0 15px 80px;
  }
  .portalListingSlider .sectionheadingWrap {
    padding: 50px 0 60px;
  }
  .portalListingSlider .privateFundsCont {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .portalListingSlider {
    margin-top: 30px;
    padding: 0 15px 40px;
  }
  .portalListingSlider .sectionheadingWrap {
    padding: 30px 0 60px;
  }
  .portalListingSlider .sectionheadingWrap .headingCls {
    max-width: 100%;
  }
  .portalListingSlider .privateFundsCont {
    height: 300px;
    padding: 25px 25px;
  }
  .portalListingSlider .privateFundsCont .heading {
    padding: 0 15px;
    bottom: 15px;
    display: block;
  }
  .portalListingSlider .privateFundsCont .headingCls {
    margin-bottom: 15px;
  }
  .portalListingSlider .privateFundsCont .linkCls {
    justify-content: start;
  }
}

.infoForm {
  color: #4F748B;
  padding: 184px 15px 136px;
}
.infoForm .headingCls {
  font-weight: 400;
  margin-bottom: 25px;
}
.infoForm .SubheadingCls {
  margin-bottom: 125px;
}
.infoForm .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 30px;
}
@media (max-width: 1650px) {
  .infoForm .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 25.8620689655px;
  }
}
@media (max-width: 1366px) {
  .infoForm .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 27.2727272727px;
  }
}
@media (max-width: 767px) {
  .infoForm .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 17px;
  }
}
.infoForm .gform_wrapper.gravity-theme .gform_required_legend,
.infoForm .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.infoForm .gform_wrapper.gravity-theme .gform_fields {
  column-gap: 65px;
  row-gap: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.infoForm .gform_wrapper.gravity-theme .gfield {
  width: calc(33.33% - 45px);
  position: relative;
}
.infoForm .gform_wrapper.gravity-theme .gfield input, .infoForm .gform_wrapper.gravity-theme .gfield select {
  font-size: 16px;
  font-family: "Gotham";
  color: #4F748B;
  border-bottom: 1px solid #4F748B;
  padding: 15px 0;
  border-radius: 0;
  font-weight: 400;
  outline: none;
  background-color: transparent;
  height: 53px;
}
.infoForm .gform_wrapper.gravity-theme .gfield input::placeholder, .infoForm .gform_wrapper.gravity-theme .gfield select::placeholder {
  color: #4F748B;
}
.infoForm .gform_wrapper.gravity-theme .gfield .ginput_container_select::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transition: 0.75s ease all;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  color: #F69220;
  transform: translateY(-50%) rotate(135deg);
}
.infoForm .gform_wrapper.gravity-theme .gfield .gfield_required {
  color: #4F748B;
  font-size: 16px;
  position: absolute;
  padding-left: 1px;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields {
  color: #4F748B;
  border-bottom: 1px solid #4F748B;
  padding: 15px 0;
  border-radius: 0;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  outline: none;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields legend {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  float: left;
  position: absolute;
  padding-right: 5px;
  padding-right: 125px;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields .gfield-choice-input {
  display: none;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields .gfield_radio {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields .gfield_radio .gchoice {
  margin-left: 15px;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields .gfield_radio .gchoice label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  color: #4F748B;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields .gfield_radio .gchoice label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #4F748B;
  background-color: #fff;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields .gfield_radio .gchoice input:checked + label::before {
  background-color: #4F748B;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield_error legend {
  color: #4F748B;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield_error input, .infoForm .gform_wrapper.gravity-theme .gfield.gfield_error select {
  border-top: none;
  border-right: none;
  border-left: none;
}
.infoForm .gform_wrapper.gravity-theme .gfield.gfield_error .validation_message {
  border: none;
  padding: 0;
  font-size: 13px;
  position: absolute;
  bottom: -30px;
  top: auto;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer {
  column-gap: 65px;
  row-gap: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 140px;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .agreeementText {
  width: 33.33%;
  width: calc(33.33% - 45px);
  font-size: 12px;
  line-height: 1.8;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit {
  outline: none;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit legend {
  display: none;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit.gfield_error .validation_message {
  top: auto;
  bottom: -30px;
  padding-left: 50px;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit .ginput_container input {
  display: none;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit .ginput_container label {
  font-family: "Gotham";
  color: #4F748B;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  padding-left: 50px;
  position: relative;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit .ginput_container label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #4F748B;
  background-color: #fff;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit .ginput_container input:checked + label::before {
  background-color: #4F748B;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .button {
  width: calc(33.33% - 45px);
  padding: 26px 54px;
  border: 1px solid #4F748B;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  text-align: left;
  transition: all 0.5s ease;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .button:hover {
  background-color: #4F748B;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .button:hover span, .infoForm .gform_wrapper.gravity-theme .gform_footer .button:hover .icon {
  color: #fff;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .button span {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Gotham";
  color: #4F748B;
}
.infoForm .gform_wrapper.gravity-theme .gform_footer .button .icon {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  color: #F69220;
}
@media (max-width: 1450px) {
  .infoForm {
    padding: 94px 15px 96px;
  }
  .infoForm .SubheadingCls {
    margin-bottom: 75px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 45px;
    row-gap: 70px;
  }
  .infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice legend {
    font-size: 14px;
  }
  .infoForm .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 13px;
  }
  .infoForm .gform_wrapper.gravity-theme .gfield_radio label::before {
    top: 0;
  }
  .infoForm .gform_wrapper.gravity-theme .gfield {
    width: calc(33.33% - 31px);
  }
  .infoForm .gform_wrapper.gravity-theme .gfield input, .infoForm .gform_wrapper.gravity-theme .gfield select, .infoForm .gform_wrapper.gravity-theme .gfield.gfield--type-choice.checkboxFields legend {
    font-size: 14px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer {
    padding-top: 90px;
    column-gap: 45px;
    row-gap: 70px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer .button {
    padding: 20px 36px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer .button span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .infoForm .gform_wrapper.gravity-theme .gfield {
    width: calc(50% - 23px);
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer .agreeementText, .infoForm .gform_wrapper.gravity-theme .gform_footer .button {
    width: calc(50% - 23px);
  }
}
@media (max-width: 767px) {
  .infoForm {
    padding: 64px 15px 45px;
  }
  .infoForm .SubheadingCls {
    margin-bottom: 45px;
  }
  .infoForm .gform_wrapper.gravity-theme .gfield {
    width: 100%;
  }
  .infoForm .gform_wrapper.gravity-theme .gfield.gfield_error .validation_message {
    font-size: 10px;
    top: auto;
    bottom: -20px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 40px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer {
    row-gap: 40px;
    padding-top: 55px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer .agreeementText, .infoForm .gform_wrapper.gravity-theme .gform_footer .button {
    width: 100%;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit .ginput_container label {
    padding-left: 30px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer .moveNexttoSubmit.gfield_error .validation_message {
    bottom: -20px;
    padding-left: 30px;
  }
  .infoForm .gform_wrapper.gravity-theme .gform_footer .button {
    max-width: 300px;
  }
}

.contactPageBanner {
  padding: 0 30px;
  text-align: center;
}
.contactPageBanner .contactBanner {
  height: calc(100vh - 190px);
  height: calc(100svh - 190px);
}
.contactPageBanner .hasBg .imgWrap {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.contactPageBanner .hasBg .imgWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #848484;
  mix-blend-mode: multiply;
  z-index: 9;
}
.contactPageBanner .hasBg .imgWrap img {
  width: 100%;
}
.contactPageBanner .headingCls {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.1;
}
.contactPageBanner .headingCls b {
  font-weight: 400;
}
.contactPageBanner .headingCls .contact-heading {
  font: inherit;
}
.contactPageBanner .contactBannerCont {
  background: #4F748B;
  padding: 50px 15px;
  text-align: left;
  color: #fff;
}
.contactPageBanner .contactBannerCont .contactBannerTxt {
  padding: 0 45px 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.contactPageBanner .contactBannerCont .contactBannerTxt h6 {
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 30px;
  font-size: 14px;
}
.contactPageBanner .contactBannerCont .contactBannerTxt a {
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  max-width: 235px;
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 14px;
}
.contactPageBanner .contactBannerCont .contactBannerTxt a:hover {
  color: #F69220;
}
@media (max-width: 1024px) {
  .contactPageBanner .headingCls {
    font-size: 50px;
    max-width: 450px;
  }
  .contactPageBanner .contactBannerCont .contactBannerTxt {
    padding: 0 25px 0 15px;
  }
  .contactPageBanner .contactBannerCont .contactBannerTxt h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contactPageBanner {
    padding: 0;
  }
  .contactPageBanner .headingCls {
    font-size: 35px;
    max-width: 300px;
  }
  .contactPageBanner .contactBannerCont {
    padding: 30px 15px;
  }
  .contactPageBanner .contactBannerCont .contactBannerTxt {
    padding: 25px 0;
    border-left: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .contactPageBanner .contactBannerCont .contactBannerTxt:last-child {
    padding-bottom: o;
    border-bottom: none;
  }
  .contactPageBanner .contactBannerCont .contactBannerTxt:first-child {
    padding-top: 0;
  }
}
@media (max-width: 590px) {
  .contactPageBanner .contactBannerCont .contactBannerTxt h6 {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .contactPageBanner .contactBannerCont .contactBannerTxt a {
    font-size: 13px;
  }
}

.teamMembers {
  color: #4F748B;
  position: relative;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
}
.teamMembers .heading {
  margin-bottom: 55px;
}
.teamMembers .headingCls,
.teamMembers .subHeadingCls {
  font-weight: 400;
  line-height: 1.2;
}
.teamMembers .teamMembersWrap .dflex {
  column-gap: 30px;
  row-gap: 30px;
}
.teamMembers .teamMembersTxt {
  width: calc(33.33% - 20px);
  padding-bottom: 80px;
}
.teamMembers .teamMembersTxt .contWrap {
  cursor: pointer;
}
.teamMembers .teamMembersTxt .contWrap > .imgWrap {
  width: 100%;
}
.teamMembers .teamMembersTxt .contWrap > .imgWrap img {
  margin-bottom: 56px;
  height: 495px;
  object-fit: cover;
  object-position: top;
}
.teamMembers .teamMembersTxt .headingCls {
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.4;
}
.teamMembers .teamMembersTxt .teamPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  z-index: 9;
}
.teamMembers .teamMembersTxt .teamPopup::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(12% + 56px);
  background: #EAEEF1;
}
.teamMembers .teamMembersTxt .teamPopup.open {
  transform: translateX(0);
}
.teamMembers .teamMembersTxt .teamPopup .teamPopupCont {
  display: flex;
  padding: 0 5% 0 calc(12% + 204px);
  overflow-y: auto;
  height: 80vh;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  align-items: center;
  overflow-y: hidden;
}
.teamMembers .teamMembersTxt .teamPopup .close-ic {
  position: absolute;
  width: 112px;
  height: 112px;
  display: inline-block;
  transform: rotate(45deg);
  left: 12%;
  top: 70px;
  z-index: 9;
  background: #EAEEF1;
  border-radius: 50%;
  cursor: pointer;
}
.teamMembers .teamMembersTxt .teamPopup .close-ic::before {
  content: "";
  width: 55px;
  height: 1px;
  display: inline-block;
  background: #4F748B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease;
}
.teamMembers .teamMembersTxt .teamPopup .close-ic::before:hover {
  background: #F69220;
}
.teamMembers .teamMembersTxt .teamPopup .close-ic::after {
  content: "";
  width: 1px;
  height: 55px;
  display: inline-block;
  background: #4F748B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease;
}
.teamMembers .teamMembersTxt .teamPopup .close-ic::after:hover {
  background: #F69220;
}
.teamMembers .teamMembersTxt .teamPopup .teamImg {
  width: 40%;
  height: 100%;
}
.teamMembers .teamMembersTxt .teamPopup .teamImg .imgWrap {
  width: 100%;
  height: 100%;
}
.teamMembers .teamMembersTxt .teamPopup .teamImg img {
  width: 100%;
  object-position: top;
}
.teamMembers .teamMembersTxt .teamPopup .teamCont {
  width: 60%;
  padding-left: 10%;
  max-height: 80vh;
  overflow-y: auto;
}
.teamMembers .teamMembersTxt .teamPopup .teamCont .headingCls,
.teamMembers .teamMembersTxt .teamPopup .teamCont .subHeadingCls {
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 0;
}
.teamMembers .teamMembersTxt .teamPopup .teamCont .descCls {
  margin-top: 66px;
}
.teamMembers .teamMembersTxt .teamPopup .teamCont .descCls p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.teamMembers.withImage {
  padding: 109px 15px 55px;
  background-color: #EAEEF1;
}
.teamMembers.withoutImage {
  border-top: none;
  padding: 109px 15px 85px;
}
.teamMembers.withoutImage .contWrap .headingCls {
  padding-top: 65px;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  max-width: 440px;
}
@media (min-width: 768px) {
  .teamMembers.withoutImage .heading {
    display: none;
  }
}
@media (max-width: 1650px) {
  .teamMembers.withImage {
    padding: 80px 15px 45px;
  }
  .teamMembers.withoutImage {
    padding: 55px 15px 60px;
  }
  .teamMembers .teamMembersTxt .teamPopup::before {
    width: calc(6% + 56px);
  }
  .teamMembers .teamMembersTxt .teamPopup .close-ic {
    left: 6%;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamPopupCont {
    padding: 0 5% 0 10%;
  }
}
@media (max-width: 1280px) {
  .teamMembers .teamMembersTxt {
    padding-bottom: 32px;
  }
  .teamMembers .teamMembersTxt .teamPopup::before {
    display: none;
  }
  .teamMembers .teamMembersTxt .teamPopup .close-ic {
    left: auto;
    right: 30px;
    top: 40px;
    background-color: transparent;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamPopupCont {
    padding: 0 30px;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamCont {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .teamMembers .teamMembersTxt .contWrap > .imgWrap img {
    height: 375px;
  }
}
@media (max-width: 1024px) {
  .teamMembers .teamMembersTxt .headingCls {
    font-size: 25px;
  }
  .teamMembers .teamMembersTxt .subHeadingCls {
    font-size: 14px;
  }
  .teamMembers .teamMembersTxt .contWrap > .imgWrap img {
    height: 295px;
  }
  .teamMembers .teamMembersTxt .teamPopup {
    display: block;
  }
  .teamMembers .teamMembersTxt .teamPopup .close-ic {
    width: 30px;
    height: 30px;
  }
  .teamMembers .teamMembersTxt .teamPopup .close-ic::before {
    width: 30px;
  }
  .teamMembers .teamMembersTxt .teamPopup .close-ic::after {
    height: 30px;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamPopupCont {
    padding: 90px 30px 0;
    height: 100%;
    top: auto;
    transform: none;
    overflow-y: auto;
    display: block;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamImg {
    width: 100%;
    height: auto;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamCont {
    width: 100%;
    padding-left: 0;
    max-height: none;
    padding-top: 60px;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamCont .descCls {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .teamMembers {
    border-top: none;
  }
  .teamMembers .heading {
    padding: 0 0 24px;
    margin-bottom: 0;
  }
  .teamMembers .heading .headingCls {
    font-size: 22px;
    line-height: 1.4;
  }
  .teamMembers .teamMembersWrap {
    padding-left: 0;
    padding-right: 0;
  }
  .teamMembers .teamMembersWrap .dflex {
    column-gap: 20px;
    row-gap: 20px;
  }
  .teamMembers .teamMembersWrap .teamMembersTxt {
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .teamMembers .teamMembersTxt {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .teamMembers .teamMembersTxt .headingCls {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .teamMembers .teamMembersTxt .subHeadingCls {
    font-size: 13px;
  }
  .teamMembers .teamMembersTxt .contWrap > .imgWrap img {
    margin-bottom: 26px;
  }
  .teamMembers .teamMembersTxt .teamPopup .headingCls,
  .teamMembers .teamMembersTxt .teamPopup .subHeadingCls {
    font-size: 17px;
  }
  .teamMembers .teamMembersTxt .teamPopup .teamCont .descCls p {
    font-size: 12px;
  }
  .teamMembers.withoutImage {
    padding: 50px 15px 25px;
  }
  .teamMembers.withoutImage .heading {
    padding: 0 0 36px;
  }
  .teamMembers.withoutImage .teamMembersTxt {
    padding-bottom: 30px;
  }
  .teamMembers.withoutImage .contWrap .headingCls {
    padding-top: 26px;
    max-width: 100%;
  }
}
@media (max-width: 590px) {
  .teamMembers .teamMembersWrap .dflex {
    column-gap: 0;
    row-gap: 0;
  }
  .teamMembers .teamMembersWrap .teamMembersTxt {
    max-width: 100%;
    width: 100%;
  }
  .teamMembers .teamMembersWrap .teamMembersTxt .contWrap > .imgWrap img {
    height: 100%;
  }
}

.awardGallery {
  padding: 180px 0 120px;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  color: #4F748B;
  font-weight: 400;
  max-width: 2560px;
  margin: 0 auto;
}
.awardGallery .heading {
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.awardGallery .heading .headingCls {
  font-weight: 300;
  max-width: 500px;
  line-height: 1.1;
}
.awardGallery .heading .btnWrap {
  position: relative;
  right: 180px;
}
.awardGallery .heading .btnWrap a, .awardGallery .heading .btnWrap span {
  border: none;
  padding: 4px 60px 4px 0;
  background-color: transparent;
  color: #4F748B;
  font-size: 20px;
  z-index: 6;
}
@media (max-width: 1650px) {
  .awardGallery .heading .btnWrap a, .awardGallery .heading .btnWrap span {
    font-size: 17.2413793103px;
  }
}
@media (max-width: 1366px) {
  .awardGallery .heading .btnWrap a, .awardGallery .heading .btnWrap span {
    font-size: 14.8148148148px;
  }
}
@media (max-width: 767px) {
  .awardGallery .heading .btnWrap a, .awardGallery .heading .btnWrap span {
    font-size: 14px;
  }
}
.awardGallery .heading .btnWrap i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  padding-right: 6px;
  transition: all 0.5s ease;
}
.awardGallery .heading .btnWrap i::before {
  width: 10px;
  height: 10px;
  transition: none;
}
.awardGallery .heading .btnWrap:hover a {
  color: #F69220;
}
.awardGallery .heading .btnWrap:hover a + i {
  color: #F69220;
  border-color: #F69220;
}
.awardGallery .awardGalleryWrap {
  padding-top: 20px;
  padding-left: 80px;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  display: flex;
}
.awardGallery .awardGalleryWrap .txtWrap {
  width: 35%;
}
.awardGallery .awardGalleryWrap .coreValueCont {
  margin: 0 8px;
}
.awardGallery .awardGalleryWrap .awardItemslide {
  width: 65%;
  cursor: none;
}
.awardGallery .awardGalleryWrap .awardItemslide .awardItems {
  margin: 0 -8px;
}
.awardGallery .awardGalleryWrap .awardItemslide .imgWrap {
  margin-bottom: 25px;
  width: 100%;
  height: 420px;
  position: relative;
  background-color: #F1F2F2;
}
.awardGallery .awardGalleryWrap .awardItemslide .imgWrap img {
  width: auto;
  height: 110px;
  object-fit: contain;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.awardGallery .awardGalleryWrap .awardItemslide .headingCls {
  font-weight: 500;
  margin-bottom: 10px;
}
.awardGallery .awardGalleryWrap .SubheadingCls {
  font-weight: 400;
}
@media (max-width: 1450px) {
  .awardGallery {
    padding: 100px 0 60px;
  }
  .awardGallery .heading {
    padding-left: 30px;
  }
  .awardGallery .heading .btnWrap {
    right: 30px;
  }
  .awardGallery .awardGalleryWrap {
    padding-left: 30px;
  }
  .awardGallery .awardGalleryWrap .awardItemslide .imgWrap {
    height: 350px;
  }
}
@media (max-width: 1280px) {
  .awardGallery .heading .headingCls {
    max-width: 300px;
  }
  .awardGallery .awardGalleryWrap .txtWrap {
    width: 30%;
  }
  .awardGallery .awardGalleryWrap .awardItemslide {
    width: 70%;
  }
  .awardGallery .awardGalleryWrap .awardItemslide .imgWrap {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .awardGallery {
    padding: 30px 0 30px;
    border-top: none;
  }
  .awardGallery .heading {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 36px;
  }
  .awardGallery .heading .headingCls {
    max-width: 195px;
  }
  .awardGallery .heading .btnWrap {
    display: none;
  }
  .awardGallery .awardGalleryWrap {
    display: block;
    padding-top: 26px;
  }
  .awardGallery .awardGalleryWrap .txtWrap {
    width: 100%;
  }
  .awardGallery .awardGalleryWrap .awardItemslide {
    width: 100%;
    padding-top: 36px;
  }
  .awardGallery .awardGalleryWrap .awardItemslide .imgWrap {
    margin-bottom: 20px;
  }
  .awardGallery .awardGalleryWrap .awardItemslide .headingCls {
    margin-bottom: 8px;
  }
}

.awardGallery + .ServiceListing {
  padding-left: 15px;
  padding-right: 15px;
}

.devProcess {
  color: #4F748B;
}
.devProcess .dflex {
  align-items: self-start;
}
.devProcess .devProcessImg {
  position: sticky;
  top: 80px;
  left: 0;
  padding: 30px;
  border-right: 1px solid rgba(79, 116, 139, 0.5);
}
.devProcess .devProcessImg .imgWrap {
  width: 100%;
}
.devProcess .devProcessCont {
  text-align: center;
  padding-top: 135px;
}
.devProcess .devProcessCont .devProcessTxtItems {
  padding-bottom: 180px;
}
.devProcess .devProcessCont .heading .headingCls {
  font-weight: 300;
  max-width: 400px;
  margin: 0 auto 40px;
  line-height: 1.1;
  letter-spacing: -1.2px;
}
.devProcess .devProcessCont .heading .SubheadingCls {
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
}
.devProcess .devProcessCont .devProcessTxtWrap {
  padding-top: 280px;
  position: relative;
}
.devProcess .devProcessCont .devProcessTxtWrap::before {
  content: "";
  height: 192px;
  width: 1px;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(141, 139, 139, 0.5);
}
.devProcess .devProcessCont .devProcessTxtWrap .headingCls,
.devProcess .devProcessCont .devProcessTxtWrap .SubheadingCls {
  font-weight: 300;
}
.devProcess .devProcessCont .devProcessTxtWrap .headingCls {
  color: #F69220;
  margin-bottom: 50px;
}
.devProcess .devProcessCont .devProcessTxtWrap .SubheadingCls {
  max-width: 570px;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.devProcess .devProcessCont .devProcessTxtWrap .descCls {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .devProcess .devProcessImg {
    min-height: 100vh;
  }
  .devProcess .devProcessImg .imgWrap {
    min-height: 100vh;
    min-height: 100svh;
  }
  .devProcess .devProcessImg .imgWrap img {
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media (max-width: 1650px) {
  .devProcess .devProcessCont {
    padding-top: 95px;
  }
  .devProcess .devProcessCont .heading .headingCls {
    margin-bottom: 20px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap {
    padding-top: 200px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap::before {
    height: 142px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap .headingCls {
    margin-bottom: 20px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap .SubheadingCls {
    margin: 0 auto 16px;
  }
  .devProcess .devProcessCont .devProcessTxtItems {
    padding-bottom: 90px;
  }
}
@media (max-width: 1280px) {
  .devProcess .devProcessCont .devProcessTxtWrap {
    padding-top: 160px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap::before {
    height: 112px;
    top: 25px;
  }
}
@media (max-width: 1024px) {
  .devProcess > .dflex {
    display: block;
  }
  .devProcess .devProcessImg {
    max-width: 100%;
    border-right: none;
    position: relative;
    top: auto;
  }
  .devProcess .devProcessCont {
    max-width: 100%;
    padding: 50px 30px 0;
  }
  .devProcess .devProcessCont .heading .SubheadingCls {
    font-size: 14px;
    line-height: 1.6;
  }
  .devProcess .devProcessCont .descCls {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .devProcess > .dflex {
    display: block;
  }
  .devProcess .devProcessImg {
    max-width: 100%;
    border-right: none;
    position: relative;
    top: auto;
  }
  .devProcess .devProcessCont {
    max-width: 100%;
    padding: 20px 30px 0;
  }
  .devProcess .devProcessCont .heading .SubheadingCls {
    font-size: 13px;
    line-height: 1.6;
  }
  .devProcess .devProcessCont .descCls {
    font-size: 14px;
    line-height: 1.6;
  }
  .devProcess .devProcessCont .devProcessTxtItems {
    padding-bottom: 36px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap {
    padding-top: 150px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap::before {
    height: 96px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap .headingCls,
  .devProcess .devProcessCont .devProcessTxtWrap .SubheadingCls {
    margin-bottom: 15px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap .SubheadingCls {
    font-size: 20px;
  }
  .devProcess .devProcessCont .devProcessTxtWrap .descCls {
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  .devProcess .devProcessCont .devProcessTxtWrap .SubheadingCls {
    font-size: 17px;
  }
}

.portfolioFunds {
  color: #4F748B;
}
.portfolioFunds .leftSide {
  text-align: center;
}
.portfolioFunds .leftSide .SubheadingCls {
  max-width: 650px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .portfolioFunds .leftSide .SubheadingCls {
    margin-left: 0;
    margin-right: 0;
  }
}
.portfolioFunds .leftSide .headingCls {
  letter-spacing: -1.2px;
  max-width: 650px;
  margin: 0 auto 50px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .portfolioFunds .leftSide .headingCls {
    margin-left: 0;
    margin-right: 0;
  }
}
.portfolioFunds .leftSide .btnWrap {
  justify-content: center;
}
@media (max-width: 767px) {
  .portfolioFunds .leftSide .sectionheadingWrap {
    text-align: left;
    padding: 0 30px;
  }
}
.portfolioFunds .rightSide {
  border: 35px solid #63BA46;
  padding: 100px 110px;
  min-height: calc(100vh - 114px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.portfolioFunds .rightSide.open .btnsWrap {
  opacity: 1;
}
.portfolioFunds .rightSide.open .fundItemsWrap .fundItems {
  opacity: 1;
}
.portfolioFunds .rightSide.open .fundItemsWrap .fundItems:last-child {
  opacity: 0;
}
.portfolioFunds .rightSide .btnsWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 110px;
  opacity: 0;
  transition: all 0.75s ease;
}
.portfolioFunds .rightSide .btnsWrap a {
  line-height: 1.6;
  text-decoration: underline;
  color: #4F748B;
}
.portfolioFunds .rightSide .fundItemsWrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 120px;
  column-gap: 60px;
  justify-content: space-between;
}
.portfolioFunds .rightSide .fundItemsWrap .headingCls {
  font-weight: 400;
  margin-bottom: 5px;
}
.portfolioFunds .rightSide .fundItemsWrap .dateCls {
  font-weight: 300;
  margin-bottom: 25px;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems {
  width: calc(33.33% - 40px);
  border-bottom: 1px solid #63BA46;
  padding-bottom: 25px;
  opacity: 0;
  transition: all 0.75s ease;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #63BA46;
  padding-bottom: 0;
  border-bottom: none;
  max-width: 550px;
  width: 100%;
  padding: 0 30px;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .fundHead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .headingCls {
  margin-bottom: 0;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .dateCls {
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .dateCls {
    padding-left: unset;
  }
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .dateCls::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #63BA46;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  border-radius: 50%;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .SubheadingCls {
  font-size: 60px;
  margin-bottom: 44px;
  line-height: 1.1;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .btnWrap {
  justify-content: center;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .btnWrap a {
  border-color: #63BA46;
  color: #63BA46;
}
.portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .btnWrap a:hover {
  background-color: #63BA46;
  color: #fff;
}
@media (max-width: 1750px) {
  .portfolioFunds .rightSide {
    padding: 100px 80px;
  }
}
@media (max-width: 1450px) {
  .portfolioFunds .rightSide .fundItemsWrap {
    row-gap: 30px;
    column-gap: 20px;
  }
}
@media (max-width: 1650px) {
  .portfolioFunds .rightSide {
    padding: 70px 50px;
  }
  .portfolioFunds .rightSide .btnsWrap {
    padding-bottom: 70px;
  }
  .portfolioFunds .rightSide .fundItemsWrap {
    row-gap: 70px;
    column-gap: 40px;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems {
    width: calc(33.33% - 28px);
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .SubheadingCls {
    font-size: 51.724137931px;
  }
}
@media (max-width: 1366px) {
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .SubheadingCls {
    font-size: 44.4444444444px;
  }
}
@media (max-width: 1280px) {
  .portfolioFunds .leftSide .SubheadingCls {
    margin: 0 auto 20px;
  }
  .portfolioFunds .rightSide {
    padding: 40px 30px;
    border-width: 20px;
  }
  .portfolioFunds .rightSide .btnsWrap {
    padding-bottom: 50px;
  }
  .portfolioFunds .rightSide .fundItemsWrap {
    row-gap: 40px;
    column-gap: 20px;
  }
  .portfolioFunds .rightSide .fundItemsWrap .dateCls {
    margin-bottom: 20px;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems {
    width: calc(33.33% - 15px);
    padding-bottom: 20px;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .SubheadingCls {
    font-size: 30px;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .fundHead {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .portfolioFunds {
    padding-top: 50px;
  }
  .portfolioFunds .leftSide {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .portfolioFunds .leftSide .headingCls {
    margin-bottom: 30px;
  }
  .portfolioFunds .rightSide {
    max-width: 100%;
    padding: 70px 22px;
    border-width: 8px;
    min-height: auto;
  }
  .portfolioFunds .rightSide.open .btnsWrap {
    display: flex;
  }
  .portfolioFunds .rightSide.open .fundItemsWrap .fundItems {
    display: block;
  }
  .portfolioFunds .rightSide.open .fundItemsWrap .fundItems:last-child {
    display: none;
  }
  .portfolioFunds .rightSide .btnsWrap {
    display: none;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems {
    width: calc(33.33% - 15px);
    padding-bottom: 20px;
    display: none;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .SubheadingCls {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .portfolioFunds .leftSide .SubheadingCls {
    margin-left: 0;
    margin-right: 0;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems {
    width: calc(50% - 11px);
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .fundHead {
    display: block;
  }
  .portfolioFunds .rightSide .fundItemsWrap .fundItems:last-child .fundHead .dateCls::before {
    display: none;
  }
}

.portfolioFunds + .projectCarousel {
  margin-top: -1px;
}
@media (max-width: 767px) {
  .portfolioFunds + .projectCarousel .projectCarouselListItems p {
    padding: 15px 0;
  }
}

.completedProjects {
  color: #4F748B;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
}
.completedProjects .rightSide {
  text-align: center;
  padding: 50px 30px;
}
.completedProjects .rightSide .subTitleCls {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .completedProjects .rightSide .subTitleCls {
    width: 100%;
    text-align: left;
  }
}
.completedProjects .rightSide .SubheadingCls {
  max-width: 600px;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  .completedProjects .rightSide .SubheadingCls {
    max-width: 100%;
    text-align: left;
  }
}
.completedProjects .rightSide .headingCls {
  letter-spacing: -1.2px;
  max-width: 500px;
  margin: 0 auto 45px;
  line-height: 1.05;
}
@media (max-width: 767px) {
  .completedProjects .rightSide .headingCls {
    max-width: 100%;
    text-align: left;
  }
}
.completedProjects .rightSide .btnWrap {
  justify-content: center;
}
.completedProjects .leftSide {
  padding: 160px 90px 170px 170px;
  border-right: 1px solid rgba(79, 116, 139, 0.5);
}
.completedProjects .leftSide .projectItems {
  display: flex;
  column-gap: 50px;
  row-gap: 80px;
  flex-wrap: wrap;
}
.completedProjects .leftSide .projectItems .projectHead {
  padding-bottom: 25px;
  width: calc(33.33% - 34px);
  border-bottom: 1px solid #F69220;
}
.completedProjects .leftSide .projectItems .headingCls {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.completedProjects .leftSide .projectItems .subHeadingCls {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.completedProjects .leftSide .btnWrap {
  margin-top: 60px;
  justify-content: center;
}
@media (min-width: 1280px) {
  .completedProjects .leftSide .projectItems .txtCls {
    white-space: nowrap;
  }
}

.completedProjects + .projectCarousel {
  margin-top: 0;
}
.completedProjects + .projectCarousel .imgWrap img {
  aspect-ratio: 15/9;
}
.completedProjects + .projectCarousel .projectCarouselList p {
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .completedProjects + .projectCarousel .projectCarouselList p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .completedProjects + .projectCarousel .projectCarouselList p {
    font-size: 12px;
  }
}
.completedProjects + .projectCarousel .heading .headWrap {
  max-width: 430px;
}
.completedProjects + .projectCarousel .btnWrap .btn {
  font-size: 20px;
  font-weight: 300;
  padding: 13px 25px;
}
@media (max-width: 1199px) {
  .completedProjects + .projectCarousel .btnWrap .btn {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .completedProjects + .projectCarousel .btnWrap .btn {
    font-size: 13px;
  }
}

@media (max-width: 1850px) {
  .completedProjects .leftSide {
    padding: 80px 90px 90px 80px;
  }
}
@media (max-width: 1650px) {
  .completedProjects .rightSide .subTitleCls {
    margin-bottom: 30px;
  }
  .completedProjects .rightSide .headingCls {
    margin: 0 auto 25px;
  }
  .completedProjects .leftSide {
    padding: 80px 90px 90px 80px;
  }
}
@media (max-width: 1450px) {
  .completedProjects .leftSide {
    padding: 70px 30px 70px 30px;
  }
  .completedProjects .leftSide .projectItems {
    column-gap: 30px;
    row-gap: 50px;
  }
  .completedProjects .leftSide .projectItems .projectHead {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 1024px) {
  .completedProjects .leftSide .projectItems .projectHead {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .completedProjects .rightSide {
    max-width: 100%;
    order: 1;
    padding: 50px 15px 10px;
  }
  .completedProjects .rightSide .headingCls {
    margin: 0 auto 15px;
  }
  .completedProjects .rightSide .headingCls br {
    display: none;
  }
  .completedProjects .rightSide .subTitleCls {
    margin-bottom: 10px;
  }
  .completedProjects .leftSide {
    max-width: 100%;
    border-right: none;
    padding: 20px 30px 50px 30px;
    order: 2;
  }
  .completedProjects .leftSide .projectItems {
    row-gap: 35px;
  }
}
@media (max-width: 590px) {
  .completedProjects .leftSide .projectItems .projectHead {
    width: 100%;
  }
}
.contentEditor {
  padding: 88px 15px 120px;
  color: #4F748B;
  border-top: 1px solid #4F748B;
}
@media (max-width: 1024px) {
  .contentEditor {
    padding: 50px 15px 100px;
  }
}
@media (max-width: 767px) {
  .contentEditor {
    padding: 50px 15px 50px;
  }
}
.contentEditor .container {
  max-width: 1060px;
  padding: 0 15px;
}
@media (max-width: 1600px) {
  .contentEditor .container {
    max-width: 1300px;
    padding: 0 150px;
  }
}
@media (max-width: 1024px) {
  .contentEditor .container {
    padding: 0 10%;
  }
}
.contentEditor p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contentEditor p {
    font-size: 14px;
  }
}
.contentEditor p:last-child {
  margin-bottom: 0;
}
.contentEditor h1, .contentEditor h2, .contentEditor h3, .contentEditor h4, .contentEditor h5, .contentEditor h6 {
  margin-bottom: 20px;
  font-weight: 500;
}
.contentEditor h6 {
  font-size: 16px;
}
.contentEditor ul, .contentEditor ol {
  margin-left: 40px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contentEditor ul, .contentEditor ol {
    margin-left: 20px;
    font-size: 14px;
  }
}
.contentEditor ul li, .contentEditor ol li {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .contentEditor ul li, .contentEditor ol li {
    font-size: 14px;
  }
}
.contentEditor.multi-year-accessibility-content .container p {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contentEditor.multi-year-accessibility-content .container p {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    gap: 20px;
  }
}

.img-icn-slides {
  padding: clamp(54px, 8vw, 116px) 0 clamp(20px, 7vw, 94px);
}
.img-icn-slides .slick-list {
  overflow: visible;
}
.img-icn-slides .ic-cont-slider .slick-arrow {
  display: none !important;
}
.img-icn-slides .SubheadingCls {
  color: #4F748B;
}
.img-icn-slides .img-icn-slides__head {
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 25px;
  margin-bottom: clamp(38px, 4vw, 40px);
}
@media (max-width: 767px) {
  .img-icn-slides .img-icn-slides__head {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .img-icn-slides .img-icn-slides__head .right {
    display: none;
  }
}
.img-icn-slides .img-icn-slides__head .left {
  max-width: min(100% - 25px, 1181);
}
.img-icn-slides .img-icn-slides__head .desc {
  max-width: 1080px;
  color: #4F748B;
}
.img-icn-slides .img-icn-slides__head .right {
  max-width: 95px;
}
.img-icn-slides .slick-arrow-wrap {
  column-gap: 11px;
}
.img-icn-slides .imgWrap {
  width: 100%;
}
.img-icn-slides .imgWrap.type-icon img {
  max-width: clamp(47.5px, 4vw, 70px);
  max-height: clamp(48px, 4vw, 70px);
}
.img-icn-slides .imgWrap.type-image img {
  height: var(--img-height);
  width: 100%;
  object-fit: cover;
  contain-intrinsic-size: inherit;
}
.img-icn-slides .fit {
  width: 100%;
}
.img-icn-slides .slick-track {
  display: flex;
}
.img-icn-slides .headingCls {
  color: var(--title_card_content_color, #4F748B);
  font-weight: 400;
  line-height: 1.3333333333;
}
.img-icn-slides .item {
  background: #fff;
  text-align: var(--card_text_alignment, left);
  color: var(--title_card_content_color, #4F748B);
  height: auto;
  margin: 12px 6px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img-icn-slides .item:first-child {
  margin-left: 0;
}
.img-icn-slides:has(.imgWrap.type-icon) .item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2039215686);
  padding: clamp(54px, 7vw, 104px) 30px clamp(54px, 7vw, 104px);
}
.img-icn-slides:has(.imgWrap.type-image) .item {
  --img-height: clamp(227px, 20vw, 344px);
}
.img-icn-slides:has(.imgWrap.type-image) .fit {
  font-size: 0;
}
.img-icn-slides:has(.imgWrap.type-image) .card-cont-wrap {
  padding: clamp(15px, 2vw, 45px) clamp(25px, 2.25vw, 45px);
  border: 2px solid;
  height: calc(100% - var(--img-height));
}
.img-icn-slides .card-cont-wrap .headingCls {
  margin-bottom: 15px;
}
.img-icn-slides.center .card-cont-wrap {
  max-width: 376px;
  margin: 0 auto;
}
.img-icn-slides.center .imgWrap img {
  margin: 0 auto clamp(24px, 3vw, 46px);
}
@media (max-width: 991px) {
  .img-icn-slides .slick-arrow {
    display: none !important;
  }
  .img-icn-slides .font14 {
    font-size: 13px;
    line-height: 1.3846153846;
  }
  .img-icn-slides .font30 {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.font75 {
  font-size: clamp(17px, 4.5vw, 75px);
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px;
}

.img-icn-slide + .ServiceListing {
  padding-top: clamp(30px, 5.5vw, 96px);
}

.ServiceListing + .c-explore-cta {
  padding-top: clamp(30px, 6.25vw, 125px);
}

.c-faqs {
  padding: clamp(55px, 7vw, 102px) 0 clamp(35px, 5.5vw, 97px);
  --gapy: clamp(40px, 8.25vw, 154px);
  color: #4F748B;
}
.c-faqs .container {
  padding-right: clamp(0px, 3.5vw, 64px);
}
.c-faqs__wrap {
  align-items: center;
  column-gap: var(--gapy);
}
.c-faqs__left, .c-faqs__right {
  max-width: calc(100% - var(--gapy) / 2);
  width: 100%;
  position: relative;
}
.c-faqs__subhead {
  color: #F69220;
  margin: 0 0 18px;
}
.c-faqs__head {
  margin: 0 0 clamp(35px, 3.25vw, 64px);
  font-weight: 100;
}
.c-faqs__icn {
  color: #F69220;
  border: 1px solid;
  height: var(--icn-size, 27px);
  width: var(--icn-size, 27px);
  border-radius: 50%;
  margin-left: auto;
  position: relative;
}
.c-faqs__icn:before, .c-faqs__icn:after {
  content: "";
  height: 1px;
  width: var(--plus-size, 13px);
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  border-top: 1px solid;
  transform: translate(-50%, -50%);
}
.c-faqs__icn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faqs__accord_title {
  font-weight: 400;
}
.c-faqs__left .c-faqs__label {
  margin: clamp(20px, 2vw, 39.5px) 0 0;
}
@media (min-width: 1280px) {
  .c-faqs .c-accord__content {
    max-width: 536px;
  }
  .c-faqs__wrap {
    margin-bottom: calc(clamp(20px, 2vw, 39.5px) + 20px);
  }
  .c-faqs__left .c-faqs__label {
    margin: 0;
    top: calc(clamp(20px, 2vw, 39.5px) + 100%);
    left: 0;
    position: absolute;
  }
}
@media (max-width: 1279px) {
  .c-faqs__wrap {
    flex-direction: column-reverse;
    row-gap: 60px;
    align-items: flex-start;
  }
  .c-faqs__left {
    max-width: 420px;
  }
  .c-faqs__right {
    max-width: 100%;
  }
  .c-faqs__head {
    font-weight: 400;
  }
}

.c-accord__item {
  padding: clamp(24px, 2vw, 32px) 0;
  border-top: 1px solid;
}
.c-accord__item:last-child {
  border-bottom: 1px solid;
}
.c-accord__item.active .c-faqs__icn:after {
  opacity: 0;
}
.c-accord__trig {
  cursor: pointer;
  align-items: center;
}
.c-accord__accord_title {
  max-width: calc(100% - 30px);
}
.c-accord__content {
  display: none;
  padding-top: clamp(23px, 2vw, 26px);
}

.c-explore-cta {
  --content-width: clamp(340px, 40vw, 568px);
  padding: clamp(50px, 4vw, 70px) 0 clamp(60px, 6.5vw, 126px);
  text-align: center;
}
.c-explore-cta__wrap {
  background: #4F748B;
  color: #fff;
}
.c-explore-cta__content {
  max-width: var(--content-width);
  padding: clamp(45px, 6.75vw, 102px) clamp(16px, 2.5vw, 32px);
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: clamp(18px, 3.25vw, 60px);
}
.c-explore-cta__media {
  max-width: calc(100% - var(--content-width));
  width: 100%;
}
.c-explore-cta__media img {
  height: 100%;
  object-fit: cover;
}
.c-explore-cta__head {
  font-weight: 100;
  color: #fff;
}
.c-explore-cta .btnWrap {
  justify-content: center;
}
.c-explore-cta .btn.bordered {
  color: #fff;
  border-color: #fff;
}
.c-explore-cta .btn.bordered:hover {
  color: #4f748b;
  background: #fff;
  border-color: #fff;
}
@media (max-width: 1023px) {
  .c-explore-cta {
    --content-width: 100%;
  }
  .c-explore-cta .font40 {
    font-size: 22px;
    line-height: 1.4090909091;
  }
  .c-explore-cta__wrap {
    flex-direction: column-reverse;
    row-gap: 0;
  }
  .c-explore-cta__media {
    max-width: 100%;
  }
}

.c-am-news {
  background: #4F748B;
  color: #fff;
  width: 100%;
}
.c-am-news:has(.content-slide:only-child) .slick-arrow-wrap {
  display: none;
}
.c-am-news .inner {
  max-width: 515px;
}
.c-am-news .slick-arrow {
  background: url("./images/arw-icon.svg") no-repeat center;
}
.c-am-news .slick-arrow.prev-btn {
  transform: rotate(180deg);
}
.c-am-news .slick-arrow:before {
  display: none;
}
.c-am-news__link, .c-am-news button {
  color: #fff;
  border-color: #fff;
  text-decoration: underline;
}
.c-am-news__link:visited, .c-am-news button:visited {
  color: #fff;
}
.c-am-news__link:hover, .c-am-news button:hover {
  color: #f69220;
}
.c-am-news__link {
  font-weight: 100;
}
.c-am-news .slick-arrow-wrap {
  margin-top: clamp(41px, 2.5vw, 75px);
}
.c-am-news__wrap, .c-am-news__left, .c-am-news__right {
  width: 100%;
}
.c-am-news__wrap {
  max-width: 100%;
  background: #4f748b;
}
.c-am-news__left {
  max-width: 63.5%;
  padding: 36px;
  border-right: 1px solid #fff;
}
.c-am-news__right {
  max-width: 36.5%;
  padding: 52px 26px 54px clamp(1.625rem, -5.452rem + 11.058vw, 4.5rem);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c-am-news__slider .slick-arrow {
  display: none !important;
}
.c-am-news__news-title {
  font-weight: 100;
  margin: 0 0 clamp(10px, 2vw, 20px);
}
.c-am-news__card-title {
  margin: 0 0 clamp(20px, 2.85vw, 48px);
  font-weight: 100;
}
.c-am-news__card-desc {
  margin: 0 0 clamp(20px, 3vw, 40px);
  max-width: 380px;
}
.c-am-news__card-links {
  column-gap: clamp(15px, 1.5vw, 25px);
}
.c-am-news .thumb-slide img {
  height: clamp(218px, 33vw, 629px);
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .c-am-news__wrap {
    flex-direction: column-reverse;
    row-gap: 0;
  }
  .c-am-news__left {
    max-width: 100%;
    padding: 0 0 30px;
    border-right: 0;
  }
  .c-am-news__right {
    max-width: 100%;
  }
  .c-am-news__card-title {
    font-weight: 100;
  }
}

.catListing ul, .catListing-fixed-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 50px 30px 30px;
  margin: 0;
  border-bottom: 1px solid rgba(79, 116, 139, 0.5);
}
.catListing ul li, .catListing-fixed-menu ul li {
  padding: 0 20px;
}
.catListing ul li .catName, .catListing-fixed-menu ul li .catName {
  color: #4F748B;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  font-size: 14px;
}
.catListing ul li .catName.active, .catListing-fixed-menu ul li .catName.active {
  border-bottom: 1px solid #F69220;
}
.catListing ul li.completed, .catListing-fixed-menu ul li.completed {
  display: none;
}

.catListing-fixed-menu {
  position: absolute;
  opacity: 0;
  transform: translateY(-82px);
}
.catListing-fixed-menu.sticky {
  position: fixed;
  opacity: 1;
  top: 82px;
  width: 100%;
  background-color: #fff;
  transform: translateY(0px);
  z-index: 8;
  transition: transform 1s ease 0s;
  -webkit-transition: transform 1s ease 0s;
  -moz-transition: transform 1s ease 0s;
  -o-transition: transform 1s ease 0s;
  -ms-transition: transform 1s ease 0s;
}
@media (max-width: 767px) {
  .catListing-fixed-menu.sticky {
    top: 76px;
  }
}
.catListing-fixed-menu ul {
  padding: 24px 30px 4px;
}

body.post-type-archive-community .pageBanner {
  border-bottom: none;
}

.communityListPost {
  display: flex;
  flex-wrap: wrap;
  color: #4F748B;
  padding-top: 110px;
}
@media (max-width: 1340px) {
  .communityListPost {
    padding-top: 110px;
  }
}
.communityListPost .communitiesList {
  width: 33.33%;
}
@media (max-width: 1340px) {
  .communityListPost .communitiesList {
    width: 50%;
  }
}
.communityListPost .communitiesList .communityImg {
  position: relative;
}
.communityListPost .communitiesList .communityImg.has-link {
  cursor: pointer;
}
.communityListPost .communitiesList .imgWrap {
  width: 100%;
  position: relative;
  z-index: 6;
  padding-top: 62%;
}
.communityListPost .communitiesList .imgWrap:not(.not-overlay)::before {
  content: "";
  position: absolute;
  background: #6C6C6C;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: all 0.5s ease;
  z-index: 1;
}
@media (max-width: 1024px) {
  .communityListPost .communitiesList .imgWrap:not(.not-overlay)::before {
    display: none;
  }
}
.communityListPost .communitiesList .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.communityListPost .communitiesList .communityContWrap {
  padding: 52px 70px 90px;
  position: relative;
  background-color: #fff;
}
.communityListPost .communitiesList .communityContWrap .chevIcn {
  width: 40px;
  height: 40px;
  border: 1px solid #4F748B;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  margin-top: 35px;
  cursor: pointer;
  opacity: 0;
}
.communityListPost .communitiesList .communityContWrap .chevIcn::before {
  width: 9px;
  height: 9px;
}
.communityListPost .communitiesList .communityContWrap .chevIcn.up {
  opacity: 1;
  line-height: 42px;
  color: #4F748B;
}
@media (max-width: 1024px) {
  .communityListPost .communitiesList .communityContWrap .chevIcn {
    opacity: 1;
  }
}
@media only screen and (max-device-width: 1199px) and (orientation: landscape) {
  .communityListPost .communitiesList .communityContWrap .chevIcn {
    opacity: 1;
  }
}
.communityListPost .communitiesList .headingCls,
.communityListPost .communitiesList .subHeadingCls {
  font-weight: 400;
}
.communityListPost .communitiesList .headingCls {
  margin-bottom: 18px;
  letter-spacing: -0.6px;
}
.communityListPost .communitiesList .subHeadingCls {
  line-height: 1.4;
}
.communityListPost .communitiesList .descCls {
  margin-top: 44px;
}
.communityListPost .communitiesList .websiteLink,
.communityListPost .communitiesList .statusLabel {
  margin-top: 40px;
  color: #A8A8A8;
}
.communityListPost .communitiesList .websiteLink span, .communityListPost .communitiesList .websiteLink a,
.communityListPost .communitiesList .statusLabel span,
.communityListPost .communitiesList .statusLabel a {
  color: #A8A8A8;
  display: block;
}
.communityListPost .communitiesList .websiteLink a {
  text-decoration: underline;
}
.communityListPost .communitiesList .websiteLink a:hover {
  color: #F69220;
}
.communityListPost .communitiesList .headingWrap {
  background-color: #fff;
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.communityListPost .communitiesList .headingWrap.has-link .headingCls, .communityListPost .communitiesList .headingWrap.has-link .subHeadingCls {
  cursor: pointer;
}
.communityListPost .communitiesList .dropdownCont {
  position: absolute;
  z-index: 8;
  background: #fff;
  left: 0;
  right: 0;
  padding: 0 70px 50px;
}
.communityListPost .communitiesList:hover .imgWrap::before {
  opacity: 1;
}
.communityListPost .communitiesList:hover .statusBar {
  opacity: 1;
}
.communityListPost .communitiesList:hover .communityContWrap .chevIcn {
  opacity: 1;
}

.communityFooterCta {
  color: #fff;
  background-color: #4F748B;
  margin-top: 0;
}
.communityFooterCta .projectCarouselList {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 60px 30px 80px 30px;
}
.communityFooterCta .heading {
  text-align: left;
  padding-left: 60px;
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
}
.communityFooterCta .heading .subTitle {
  color: #fff;
  margin-bottom: 30px;
}
.communityFooterCta .heading .headingCls {
  margin-bottom: 60px;
  line-height: 1.3;
}
.communityFooterCta .heading .btnWrap a.btn {
  border-color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.communityFooterCta .heading .btnWrap a.btn:hover {
  background-color: #fff;
}
@media (max-width: 1650px) {
  .communityFooterCta .heading .btnWrap a.btn {
    font-size: 17.2413793103px;
  }
}
@media (max-width: 1366px) {
  .communityFooterCta .heading .btnWrap a.btn {
    font-size: 14.8148148148px;
  }
}
@media (max-width: 767px) {
  .communityFooterCta .heading .btnWrap a.btn {
    font-size: 14px;
  }
}

@media (max-width: 1450px) {
  .catListing ul {
    padding: 20px 20px 10px;
  }
  .catListing ul li {
    padding: 0 15px;
  }
  .catListing-fixed-menu ul {
    padding: 20px 20px 0px;
  }
  .catListing-fixed-menu ul li {
    padding: 0 15px;
  }
  .communityListPost .communitiesList .headingCls {
    margin-bottom: 12px;
  }
  .communityListPost .communitiesList .statusBar ul {
    max-width: calc(100% - 20px);
  }
  .communityListPost .communitiesList .communityContWrap {
    padding: 32px 30px 40px;
  }
  .communityListPost .communitiesList .dropdownCont {
    padding: 0 30px 30px;
  }
}
@media (max-width: 1024px) {
  .communityListPost {
    padding-top: 25px;
  }
  .communityListPost .communitiesList .statusBar {
    display: none;
  }
  .communityListPost .communitiesList .imgWrap {
    height: 350px;
  }
  .communityListPost .communitiesList .communityContWrap {
    padding: 32px 30px 30px;
  }
  .communityFooterCta .projectCarouselList {
    padding: 0;
    border-right: none;
  }
  .communityFooterCta .projectCarouselListItems {
    padding: 0;
  }
  .communityFooterCta .heading {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .communityFooterCta .heading .subTitle {
    margin-bottom: 20px;
  }
  .communityFooterCta .heading .headingCls {
    margin-bottom: 40px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .catListing ul {
    padding: 20px 15px 10px;
  }
  .catListing ul li {
    padding: 0 8px;
  }
  .catListing-fixed-menu ul {
    padding: 20px 15px 0px;
  }
  .catListing-fixed-menu ul li {
    padding: 0 8px;
  }
  .communityListPost {
    padding-top: 0;
  }
  .communityListPost .communitiesList {
    width: 100%;
  }
}
.card:has(.isComing) {
  pointer-events: none;
}
.card:has(.isComing) .imgWrap:before, .card:has(.isComing) .statusBar {
  visibility: hidden;
}
.card:has(.isComing) .imgSpec {
  color: #F69220;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 24px;
}
.card:has(.isComing) .imgWrap {
  outline: 19px solid #F69220;
  outline-offset: -19px;
}
.card:has(.isComing) .statusBar, .card:has(.isComing) .statusText {
  display: none;
}
.card:has(.isComing) .imgWrap b {
  display: block;
}
.card:has(.isComing) .chevIcn {
  display: none !important;
}
@media (max-width: 1024px) {
  .card:has(.isComing) .imgWrap {
    outline: 10px solid #F69220;
    outline-offset: -10px;
  }
}

.statusBar {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 7;
}
.statusBar ul {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  max-width: calc(100% - 90px);
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
}
.statusBar ul li {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 10px;
  color: #fff;
  padding-top: 30px;
  position: relative;
  width: 100%;
  text-align: center;
}
.statusBar ul li::before, .statusBar ul li::after {
  content: "";
  width: calc(50% - 5px);
  position: absolute;
  top: 0;
  height: 2px;
  background: #fff;
}
.statusBar ul li:before {
  left: 0;
}
.statusBar ul li:after {
  right: 0;
}
.statusBar ul li.isActive ~ li:after, .statusBar ul li.isActive:after, .statusBar ul li.isActive ~ li:before {
  height: 1px;
}
.statusBar ul li.isActive ~ li span:after {
  background: transparent;
}
.statusBar ul li:first-child:before, .statusBar ul li:last-child:after {
  display: none;
}
.statusBar ul li:last-child::before {
  width: calc(50% - 10px);
}
.statusBar ul li:last-child span::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  top: -1px;
  left: calc(50% - 16px);
  transform: rotate(45deg) translateX(-50%);
  transition: 0.75s ease all;
}
.statusBar ul li span {
  display: inline-block;
}
.statusBar ul li span::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: transparent;
}
.statusBar ul li span::after {
  background: #fff;
}

.communities .communityListPost {
  padding-top: 35px;
}

.communities + .projectCarousel {
  margin-top: 0;
}

.communities .communityListPost .underConstruction li:nth-child(3) {
  display: none;
}

.stickyBar {
  border-bottom: 1px solid rgba(79, 116, 139, 0.5);
}
.stickyBar .container {
  max-width: 100%;
  padding: 0;
}
.stickyBar .infoWrap {
  display: flex;
  justify-content: space-between;
  color: #4F748B;
  padding: 0 70px;
}
.stickyBar .infoWrap .leftPan {
  padding: 56px 45px 45px 0;
  border-right: 1px solid rgba(79, 116, 139, 0.5);
}
.stickyBar .infoWrap .leftPan .head {
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -1.2px;
}
.stickyBar .infoWrap .rightWrap {
  align-items: center;
  padding-right: 90px;
  flex-wrap: wrap;
}
.stickyBar .infoWrap .rightWrap a {
  font-size: 14px;
  padding: 0 0 2px;
  margin: 5px 15px;
  border-bottom: 1px solid transparent;
  color: #4F748B;
  transition: all 0.5s ease;
}
.stickyBar .infoWrap .rightWrap a.isActive, .stickyBar .infoWrap .rightWrap a:hover {
  border-bottom-color: #F69220;
}

body.blog .site-header.sticky + main .stickyBar .infoWrap .leftPan {
  padding: 26px 45px 25px 0;
}
body.blog .site-header.sticky + main .stickyBar .infoWrap .leftPan .head {
  font-size: 25px;
}
body.blog.header-sticky main.site-main {
  padding-top: 220px;
}
@media (max-width: 1450px) {
  body.blog.header-sticky main.site-main {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  body.blog.header-sticky main.site-main {
    padding-top: 142px;
  }
}
@media (max-width: 767px) {
  body.blog.header-sticky main.site-main {
    padding-top: 83px;
  }
}
body.blog .shape-2,
body.blog .shape-1 {
  display: none;
}

body.category .stickyBar .infoWrap .rightWrap a.isActive:first-child {
  border-bottom: none;
}

.newsWrap {
  max-width: 1580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 15px;
  color: #4F748B;
}
.newsWrap .newsListing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 80px;
  row-gap: 110px;
}
.newsWrap .newsListing article.news {
  width: calc(50% - 40px);
}
.newsWrap .newsListing article.news .imgWrap {
  width: 100%;
  height: auto;
  padding-bottom: 61%;
  position: relative;
}
.newsWrap .newsListing article.news .imgWrap > a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.newsWrap .newsListing article.news .markLogo {
  height: 95px;
  background-color: #EAEEF1;
  padding: 15px 25px;
  display: inline-block;
  max-width: 195px;
  width: 100%;
  position: absolute;
}
.newsWrap .newsListing article.news .markLogo img {
  height: 54px;
  object-fit: contain;
}
.newsWrap .newsListing article.news .contTxt {
  margin-top: 35px;
  display: inline-block;
  text-transform: uppercase;
}
.newsWrap .newsListing article.news .contTxt .titleTxt {
  position: relative;
  padding-left: 20px;
}
.newsWrap .newsListing article.news .contTxt .titleTxt::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #4F748B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 50%;
}
.newsWrap .newsListing article.news .head {
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.4;
  max-width: 600px;
  letter-spacing: -0.6px;
  color: #4F748B;
  transition: all 0.5s ease;
}
.newsWrap .newsListing article.news .head:hover {
  color: #F69220;
}
.newsWrap .newsListing article.news .contentTxt {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
}
.newsWrap .newsListing article.news .linkTxt {
  margin-top: 45px;
  color: #4F748B;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.5 ease;
}
@media (max-width: 1650px) {
  .newsWrap .newsListing article.news .linkTxt {
    margin-top: 25px;
  }
}
.newsWrap .newsListing article.news .linkTxt:hover {
  color: #F69220;
}
.newsWrap .newsListing article.news .linkTxt i {
  margin-left: 15px;
  line-height: normal;
}
.newsWrap .loadMoreBtn {
  margin-top: 80px;
  padding-top: 55px;
  border-top: 1px solid rgba(79, 116, 139, 0.5);
  text-align: center;
}
.newsWrap .loadMoreBtn button {
  background-color: transparent;
  border: none;
  color: #4F748B;
  font-weight: 500;
  font-family: "Gotham";
  letter-spacing: -0.28px;
}

@media (max-width: 1650px) {
  .stickyBar .infoWrap {
    padding: 0 70px;
  }
  .stickyBar .infoWrap .leftPan {
    padding: 36px 45px 35px 0;
  }
  .stickyBar .infoWrap .rightWrap {
    padding-right: 0;
  }
  .newsWrap {
    padding: 60px 15px;
  }
  .newsWrap .newsListing {
    column-gap: 30px;
    row-gap: 30px;
  }
  .newsWrap .newsListing article.news {
    width: calc(50% - 15px);
  }
  .newsWrap .newsListing article.news .markLogo {
    height: 75px;
    padding: 15px 15px;
    max-width: 175px;
  }
  .newsWrap .newsListing article.news .markLogo img {
    height: 44px;
  }
  .newsWrap .newsListing article.news .linkTxt i::before {
    width: 10px;
    height: 10px;
  }
  .newsWrap .loadMoreBtn {
    margin-top: 50px;
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  .stickyBar .infoWrap {
    display: block;
    text-align: center;
  }
  .stickyBar .infoWrap .leftPan {
    padding: 30px 0 30px 0;
    border-right: none;
  }
  .stickyBar .infoWrap .rightWrap {
    margin-bottom: 20px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  body.blog .site-header.sticky + main .stickyBar {
    top: 75px;
  }
  .stickyBar .infoWrap {
    padding: 0 30px;
  }
  .stickyBar .infoWrap .rightWrap a {
    font-size: 13px;
  }
  .newsWrap .newsListing article.news {
    width: 100%;
  }
  .newsWrap .newsListing article.news .font20 {
    font-size: 11px;
  }
  .newsWrap .newsListing article.news .linkTxt i::before {
    width: 8px;
    height: 8px;
  }
  .newsWrap .loadMoreBtn {
    margin-top: 40px;
    padding-top: 25px;
  }
}
body.single .site-main {
  padding: 100px 15px;
  max-width: 1580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #4F748B;
}
body.single .site-main .entry-header .entry-title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1650px) {
  body.single .site-main .entry-header .entry-title {
    font-size: 51.724137931px;
  }
}
@media (max-width: 1366px) {
  body.single .site-main .entry-header .entry-title {
    font-size: 44.4444444444px;
  }
}
@media (max-width: 767px) {
  body.single .site-main .entry-header .entry-title {
    font-size: 30px;
  }
}
body.single .site-main .entry-header .entry-meta {
  margin-bottom: 45px;
}
body.single .site-main .post-thumbnail {
  padding-bottom: 20px;
}
body.single .site-main .post-thumbnail img {
  width: 100%;
}
body.single .site-main .entry-content {
  padding-bottom: 40px;
}
body.single .site-main .entry-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.single .site-main .entry-content p {
    font-size: 14px;
  }
}
body.single .site-main .entry-content a {
  font-size: 16px;
  line-height: 1.6;
  color: #4F748B;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  body.single .site-main .entry-content a {
    font-size: 14px;
  }
}
body.single .site-main .entry-content a:hover {
  color: #F69220;
}
body.single .site-main .entry-content ul,
body.single .site-main .entry-content ol {
  padding-left: 15px;
}
body.single .site-main .entry-content ul li,
body.single .site-main .entry-content ol li {
  font-size: 16px;
  line-height: 1.6;
  margin: 3px 0;
  list-style: outside;
}
@media (max-width: 767px) {
  body.single .site-main .entry-content ul li,
  body.single .site-main .entry-content ol li {
    font-size: 14px;
  }
}
body.single .site-main .entry-footer .edit-link {
  display: none;
}
body.single .site-main .comments-area,
body.single .site-main .post-navigation {
  display: none;
}

body.search-results {
  color: #4F748B;
}
body.search-results .site-main {
  padding-left: 15px;
  padding-right: 15px;
}
body.search-results .page-header {
  padding-top: 70px;
}
body.search-results .page-header .page-title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1650px) {
  body.search-results .page-header .page-title {
    font-size: 51.724137931px;
  }
}
@media (max-width: 1366px) {
  body.search-results .page-header .page-title {
    font-size: 44.4444444444px;
  }
}
@media (max-width: 767px) {
  body.search-results .page-header .page-title {
    font-size: 30px;
  }
}
body.search-results .page-header .page-title span {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #F69220;
}
@media (max-width: 1650px) {
  body.search-results .page-header .page-title span {
    font-size: 51.724137931px;
  }
}
@media (max-width: 1366px) {
  body.search-results .page-header .page-title span {
    font-size: 44.4444444444px;
  }
}
@media (max-width: 767px) {
  body.search-results .page-header .page-title span {
    font-size: 30px;
  }
}
body.search-results .newsWrap {
  padding-top: 50px;
}
body.search-results .newsWrap .posts-navigation {
  width: 100%;
  padding-top: 30px;
}
body.search-results .newsWrap .posts-navigation a {
  font-size: 16px;
  color: #4F748B;
}
body.search-results .newsWrap .posts-navigation a:hover {
  color: #F69220;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.lightSkin .cont {
  color: #fff;
}

@media (max-width: 767px) {
  .font60 {
    font-size: 22px;
  }
  .font40 {
    font-size: 17px;
  }
  .font20 {
    font-size: 14px;
  }
  .font16 {
    font-size: 13px;
  }
}
.btn {
  font-size: 16px;
  line-height: 1.4;
  padding: 13px 30px 11px;
  color: #4F748B;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.btn.bordered {
  border: 1px solid #4F748B;
}
.btn.solid, .btn:hover {
  background-color: #4F748B;
  color: #fff;
}
.btn.solid:hover {
  border: 1px solid #4F748B;
  background-color: transparent;
  color: #4F748B;
}
@media (max-width: 1024px) {
  .btn {
    font-size: 13px;
    padding: 12px 18px;
  }
}

.pullLeft .container {
  max-width: calc((100vw - 1580px) / 2 + 1580px);
  margin-left: 0;
  margin-right: auto;
}

.pullRight .container {
  max-width: calc((100vw - 1580px) / 2 + 1580px);
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 1450px) {
  .headingFontsSm .headingCls {
    font-size: 40px;
  }
  .headingFontsSm .SubheadingCls {
    font-size: 14px;
  }
  .projectCarousel + .featuredMedia {
    padding-top: 155px;
  }
}
.pageBanner + .projectCarousel {
  margin-top: 0;
}

body a {
  outline: none !important;
}

i.shape-1, i.shape-2 {
  position: absolute;
  top: 1080px;
  pointer-events: none;
  pointer-events: none;
  right: 0;
  width: 145px;
  height: 1365px;
  bottom: 0;
  left: auto;
  max-width: 221px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
  i.shape-1, i.shape-2 {
    width: 65px;
  }
}
@media (max-width: 767px) {
  i.shape-1, i.shape-2 {
    /*		display: none;*/
  }
}
i.shape-1::before, i.shape-2::before {
  content: "";
  display: inline-block;
  height: 100%;
  background-image: url(images/circleOrangePath.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
@media (max-width: 1280px) {
  i.shape-1, i.shape-2 {
    height: 100%;
    max-width: 20%;
  }
}

i.shape-2 {
  right: auto;
  left: 0;
  top: 400px;
}
i.shape-2::before {
  background-image: url(images/circleGreenPath.svg);
  background-position: right;
}

body.popup-open {
  overflow-y: hidden;
}

a:visited {
  color: #4F748B;
}

.custom-cursor {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: transparent;
  border: 1px solid #4f748b;
  border-radius: 50%;
  pointer-events: none; /* Ensure cursor does not interfere with pointer events */
  z-index: 9999; /* Ensure cursor appears on top of other elements */
  display: none; /* Hide cursor initially */
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.custom-cursor::before, .custom-cursor::after {
  content: "";
  position: absolute;
  border-right: 1px solid #4f748b;
  border-bottom: 1px solid #4f748b;
  width: 12px;
  height: 12px;
  top: 17px;
}
.custom-cursor::before {
  left: -24px;
  transform: rotate(135deg);
}
.custom-cursor::after {
  right: -24px;
  transform: rotate(-45deg);
}
.custom-cursor.highlight {
  transform: scale(80%);
}

.contactBanner .contact-heading {
  font: inherit;
}

@media (max-width: 767px) {
  .contactPageBanner .contactBannerCont .contactBannerTxt, .contactPageBanner .contactBannerCont .contactBannerTxt:first-child {
    padding: 20px 0;
  }
  .contactPageBanner .contactBannerCont {
    padding: 0 15px;
  }
  .contactPageBanner .contactBannerCont .contactBannerTxt h6 {
    margin-bottom: 10px;
  }
  .header-ctas.open .subMenu {
    display: block;
    position: relative;
    margin: 10px 0 0;
  }
  .site-header .rightHeader .header-ctas ul li .subMenu a:hover {
    background: inherit;
    color: #4f748b !important;
  }
  .site-header .rightHeader .header-ctas ul li .subMenu a {
    padding: 6px 22px;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 -1px;
    border-left: 1px solid rgb(167, 185, 197) !important;
    border-right: 1px solid rgb(167, 185, 197) !important;
    width: calc(100% + 2px);
  }
  .site-header .rightHeader .header-ctas ul li .subMenu a:last-child {
    margin-bottom: 0;
  }
  .site-header .rightHeader .header-ctas ul li:not(.dropDownTrig) {
    padding: 0;
  }
  .site-header .rightHeader .header-ctas ul li:not(.dropDownTrig) a {
    padding: 6px 22px;
  }
  .site-header .rightHeader .header-ctas ul li.dropDownTrig {
    flex-wrap: wrap;
    padding: 0;
  }
  .site-header .rightHeader .header-ctas ul li.dropDownTrig > a {
    max-width: 100%;
    width: 100%;
  }
}

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