/*!
Theme Name: Johnstone howell
Theme URI: http://underscores.me/
Author: Ajeet Kumar
Author URI: https://funkyvibes.co.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: johnstone-howell
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.

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

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url(fonts/stylesheet.css);

/* Normalize
--------------------------------------------- */
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/*! 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 {
	font-family: 'century_gothicregular';
	margin: 0;
	font-weight: normal;
    font-style: normal;
	font-size: 20px;
	line-height: 40px; 
	letter-spacing: 0.6px;
	color: #EEF7F7;
}

/**
 * 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;
	font-family: 'century_gothicbold';
}

/* 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: 'century_gothicregular';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
/* 	font-family: 'century_gothicbold'; */
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
} */

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

/* a:focus {
	outline: thin dotted;
} */

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	width: 198px;
    flex-direction: column;
	padding-top: 17.6px;
	align-items: unset;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* Header */
.container{
	max-width: 1152px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}
header#masthead {
    display: block;
    background: rgba(116, 186, 186, 0.80);
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(12px);
	position: fixed;
    width: 100%;
	transition: all 0.3s ease;
	z-index: 999;
	padding: 8px 0;
}
header#masthead .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header#masthead .site-branding {
    line-height: 0;
}
header#masthead .site-branding img{
   transition: all 0.3s ease;
   max-width: 145px;
}
header#masthead.scrolled .site-branding img{
   max-width: 130px;
}
.main-navigation ul{
	align-items: center;
}
.main-navigation li {
    position: relative;
    padding: 6px 30px;
}
.main-navigation li:hover{
	background: #53A7A7;
}
.main-navigation li.menu-item-has-children {
    padding-right: 32px;
}
.main-navigation li.menu-item-has-children::after{
    content: "";
	position: absolute;
	right: 12px;
    top: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(images/menu_dropdown_arror.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}
.main-navigation ul li a {
    color: #F2F8F7;
    font-size: 18px;
    font-family: 'century_gothicregular';
    line-height: normal;
    letter-spacing: 1.2px;
	padding: 0;
}
.main-navigation ul li.current-menu-item a{
	font-weight: 700;
	font-family: 'century_gothicbold';
	position: relative;
	color: #3D5251;
}
/* .main-navigation ul li.current-menu-item a::after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 100%;
} */
.main-navigation ul li.current-menu-item:last-child a::after{
	display: none;
}
.main-navigation ul li.current-menu-item:last-child, .main-navigation ul li:last-child:hover{
	background: transparent;
}
.main-navigation ul li:last-child {
    padding-right: 0;
}
.main-navigation ul li:last-child a {
    color: #3D5251;
    font-size: 14px;
	font-family: 'century_gothicbold';
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
    background: #D6F5F1;
    padding: 10px 24px;
	transition: all 0.3s ease;
	text-decoration: none;
}
header#masthead.scrolled .main-navigation ul li:last-child a{
    padding: 8px 24px;
}
.main-navigation ul li:last-child a:hover{
	background: #ADF0E7;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	color: #3D5251;
}
.main-navigation ul ul li{
    padding: 0 12px;
	background: rgba(116, 186, 186, 0.80);
    backdrop-filter: blur(12px);
}
.main-navigation ul ul li:first-child{
	padding-top: 12px;
}
.main-navigation ul ul li:last-child{
	padding-bottom: 12px;
}
.main-navigation ul ul a{
    color: #F2F8F7;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.4px;
	padding: 8px;
	width: 100%;
}
.main-navigation ul ul a:hover, .main-navigation ul ul li.current-menu-item a{
    background: #53A7A7;
}
.main-navigation ul ul li a:hover, .main-navigation ul ul li.current-menu-item a, .main-navigation ul ul li:hover>a{
	font-weight: 400;
}
.main-navigation ul ul li:last-child a{
	background: transparent;
	color: #F2F8F7;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.4px;
	padding: 8px;
}

.heroBannerSec{
	background-image: url(images/home_banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
    padding-top: 80px;
}
.heroBannerSec h1{
    color: #F2F8F7;
    font-family: 'century_gothicbold';
 	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -0.4px;
	text-align: center;
	margin: 0 0 24px;
}
.heroBannerSec h1 br {
    display: none;
}
.heroBannerSec p{
    color: #E8EEED;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.6px;
	text-align: center;
	margin-bottom: 60px;
}
.btn{
    color: #3D5251;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
    background: #D6F5F1;
    padding: 10px 24px;
	text-decoration: none;
	cursor:pointer;
}
.btn:hover{
    background: #ADF0E7;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	color: #3D5251;
}
a#scrollSecondSec {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.6px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -15px;
}
span.bollIcon {
    border-radius: 4px;
    background: #74BABA;
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    left: 11px;
    top: -15px;
	animation: bounce1Y 3s infinite ease-in-out;
}
a#scrollSecondSec::before{
	content:"";
	position:absolute;
	top: -40px;
    left: 14px;
    width: 1px;
    height: 40px;
    background: #fff;
}
@keyframes bounce1Y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

.box_list_with_heading_and_sub_headingSec{
   padding: 120px 0;
   display: block;
   background: #EEF7F7;
}
.headingSec {
    padding-bottom: 100px;
    display: block;
	text-align: center;
}
.headingSec h2{
    color: #5F6865;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: -0.4px;
	margin-bottom: 40px;
}
.headingSec h2 span{
   color: #74BABA;
}
.headingSec p{
    color: #5F6865;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.6px;
	padding: 0 18%;
	margin: 0;
}
.headingSec p span{
   color: #74BABA;
}
.boxlistWrap {
    display: flex;
}
.boxlistWrap .boxInner{
   text-align: center;
    padding: 0 40px;
    width: 33.333%;
}
.boxlistWrap .boxInner figure {
    margin: 0;
	line-height: 0;
    padding-bottom: 12px;
}
.boxlistWrap .boxInner figure img{
	display: inline-block;
	height: auto;
}
.boxlistWrap .boxInner h3{
    color: #444B48;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.6px;
}
.boxlistWrap .boxInner p{
    color: #688C8B;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.6px;
}
.who_are_we_Sec{
	background: #74BABA;
	padding: 104px 0;
	display: block;
}
.whoAreWeWrap {
    display: flex;
    align-items: center;
}
.whoAreWeWrap .leftSec{
    width: 40%;
	padding-left: 13vw;
}
.whoAreWeWrap .leftSec h2{
    color: #D6F5F1;
	font-family: 'century_gothicbold';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -0.4px;
	padding-bottom: 32px;
}
.whoAreWeWrap .leftSec h2 span{
    color: #5F6865;
}
.whoAreWeWrap .leftSec p{
    color: #EEF7F7;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.6px;
	padding-bottom: 60px;
}
/* .whoAreWeWrap .leftSec .btn{
    background: #D6F5F1;
	color: #444B48;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; 
	letter-spacing: 0.1px;
}
.whoAreWeWrap .leftSec .btn:hover{
	background: rgba(29, 25, 43, 0.08);
} */
.whoAreWeWrap .rightSec{
    padding-left: 40px;
	width: 60%;
}
.whoAreWeWrap .rightSec h2{
	display: none;
}
.whoAreWeWrap .rightSec img {
    width: 100%;
    display: inline-block;
    height: auto;
}
.your_financial_compassSec{
	padding: 176px 0 220px;
	background: #EEF7F7;
	display: block;
}
.your_financial_compassSec .container {
    max-width: 1390px;
}
.your_financial_compassSec .headingSec p{
   color:#1D201F;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; 
	letter-spacing: 0.6px;
}
.flip_boxWrap {
    display: flex;
    flex-wrap: wrap;
	gap: 20px;
    justify-content: center;
	position:relative;
	overflow:hidden;
}
.flip_boxWrap .flip_boxInner{
	width: calc(33.333% - 20px);
    text-align: center;
    border: 1px solid #BDD;
/*     box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(50px); */
	padding: 60px 0 103px;
}
/* .flip_boxWrap .flip_boxInner .hoverText{
    display: none;
} */
.flip_boxInner {
  position: relative;
  width: 300px;
  height: 350px; /* Set a fixed height for consistent layout */
  padding: 20px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  transition: all 0.3s ease;
}

.flip_boxInner figure {
  margin: 0;
  transition: transform 0.3s ease;
}

.flip_boxInner img {
  width: 100px;
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}
.flip_boxWrap .flip_boxInner h3 {
    color: #688C8B;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.4px;
}

/* Outer title (shown initially) */
.flip_boxInner .title {
  margin-top: 10px;
  font-size: 1.2em;
  transition: opacity 0.3s ease;
}

/* Hover content (initially hidden) */
.flip_boxInner .hoverText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* Only take up half the parent height */
  padding: 20px;
  background: white;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}

/* Show .hoverText on hover */
.flip_boxInner:hover .hoverText {
  opacity: 1;
  transform: translateY(0);
}

/* Hide the outer title on hover */
.flip_boxInner:hover .title {
  opacity: 0;
}

/* Show and style the inner title inside .hoverText */
.flip_boxWrap .flip_boxInner .hoverText h3 {
    margin-top: 0;
    color: #688C8B;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; 
	letter-spacing: 0.4px;
}

/* Truncate text in <p> to 2 lines */
.flip_boxInner .hoverText p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  margin: 0.5em 0;
	color: rgba(61, 82, 81, 0.80);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.6px;
}
.flip_boxInner .hoverText a{
    color: #74BABA;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 23.98px; 
	letter-spacing: 0.12px;
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease;
	 margin-top: 20px;
}
.flip_boxInner .hoverText a:hover{
    margin-right: 5px;
}
.flip_boxInner .hoverText a svg {
    display: inline-block;
    width: 20px;
    margin: 4px 0 0 5px;
}

/* Bounce animation on image */
.flip_boxInner:hover img {
  animation: bounceY 1s infinite ease-in-out;
}

@keyframes bounceY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.flip_boxWrap .custom-cursor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background-image: linear-gradient(#56e1ce 10%, #2f7b71);
    filter: blur(112px);
    transition: all 450ms ease-out;
    position: absolute;
    pointer-events: none;
    left:0;
    top: -25%;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 9;
}



.reach_us_Sec {
    background: #74BABA;
    padding: 127px 0 80px;
}
.reach_us_Sec .headingSec h2{
	margin-bottom: 32px;
}
.reach_us_Sec .headingSec h2 span{
   color: #D6F5F1;
}
.reach_us_Sec .headingSec p{
	color: var(--White, #EEF7F7);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.6px;
	    padding: 0;
}
.ContactformSec .formRow {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}
.ContactformSec .formRow p {
    margin: 0;
	width: 100%;
}
.ContactformSec .formRow label{
	color: #D6F5F1;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; 
	letter-spacing: 0.6px;
    display: block;
	margin-bottom: 8px;
	font-family: 'century_gothicbold';
}
.ContactformSec .formRow input[type="text"], .ContactformSec .formRow input[type="tel"], .ContactformSec .formRow input[type="email"] {
    width: 100%;
    border: 1px solid #D6F5F1;
    background: rgba(242, 248, 247, 0.20);
    height: 60px;
    padding: 10px 16px;
    color: #E8EEED;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
}
.ContactformSec .formRow .col5 {
    width: 45%;
	padding-right: 24px;
}
.ContactformSec .formRow .col7 {
    width: 55%;
}
.ContactformSec .formRow textarea{
   width: 100%;
    border: 1px solid #D6F5F1;
    background: rgba(242, 248, 247, 0.20);
    resize: none;
    height: 151px;
    padding: 10px 16px;
    color: #E8EEED;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
}

/* Completely hide the checkbox input */
.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wpcf7-checkbox  .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 20px 0px;
}

/* Label text styling */
.wpcf7-list-item-label {
  position: relative;
    display: inline-block;
    cursor: pointer;
    color: #E8EEED;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
    border: 1px solid var(--Primary_L_20, #E8EEED);
    background: rgba(242, 248, 247, 0.20);
    padding: 0 16px 0 45px;
}

/* Custom checkbox design before label text */
.wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 10px;
    background-image: url(images/check-box-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
}

/* When checkbox is checked — change background only */
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background-color: #444B48;
  color: #E8EEED !important;
}
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before{
	background-image:url(images/close_icon.png);
	background-size: 10px;
}
.ContactformSec .formRow.submitbtn {
    text-align: center;
    margin-bottom: 0;
}
.ContactformSec .formRow input[type="submit"]{
	color: #3D5251;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
    background: #D6F5F1;
    padding: 12px 24px;
    border: 0;
    border-radius: 0;
	cursor:pointer;
}
.ContactformSec .formRow input[type="submit"]:hover{
	background: #ADF0E7;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    color: #3D5251;
}
input::placeholder,
textarea::placeholder {
  color: #E8EEED;
  opacity: 1;
  transition: opacity 0.2s ease;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #E8EEED;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #E8EEED;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #E8EEED;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #E8EEED;
}
input:focus::placeholder,
textarea:focus::placeholder{
  opacity: 0.5;
}

.certified_to_serve_you_betterSec {
    padding: 121px 0 280px;
    display: block;
}
.certified_to_serve_you_betterSec .headingSec {
    padding: 0;
}
.certified_to_serve_you_betterSec .headingSec p{
	color: #1D201F;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 200% */
	letter-spacing: 0.6px;
	padding: 0;
	margin-bottom: 80px;
}
.clients_logosWrap {
    display: flex;
    align-items: center;
    gap: 160px;
    mix-blend-mode: luminosity;
}
.footerCtaSec {
	max-width: 1076px;
    width: 100%;
    margin: 0 auto -40px;
}
.cta_innerSec{
    display: inline-flex;
    padding: 80px;
    align-items: center;
    gap: 10px;
    background: var(--Primary_L_20, #E8EEED);
    box-shadow: 0px 8px 32px 4px rgba(1, 24, 23, 0.08);
	width: 100%;
}
.footerCtaSec .ctaText {
    width: calc(100% - 141px);
	padding-right: 50px;
}
.footerCtaSec .btnWrap {
    width: 160px;
}
.footerCtaSec h3{
    color: #536F6E;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -0.4px;
	margin-bottom: 40px;
}
.footerCtaSec h3 span{
	color: #74BABA;
}
.footerCtaSec p{
   color:#1D201F;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 200% */
	letter-spacing: 0.6px;
	margin: 0;
}
/* .footerCtaSec .btnWrap a.btn {
    background: #74BABA;
	color: #444B48;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; 
	letter-spacing: 0.1px;
} */
footer#colophon {
    background: #444B48;
    padding: 198px 0;
    display: block;
}
footer#colophon .container {
    display: flex;
    align-items: center;
}
footer#colophon .col.col1 {
    width: 201px;
}
footer#colophon .col.col2{
	width: 504px;
    padding-left: 84px;
    padding-right: 68px;
}
footer#colophon h3{
	color: #EEF7F7;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.36px;
	margin: 0;
    padding: 0 0 32px;
}
footer#colophon p.copyrightTxet{
    color: #84A4A2;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.6px;
	margin: 0;
    padding-top: 60px;
}
footer#colophon p.copyrightTxet a{
	 color: #84A4A2;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.6px;
	text-decoration:none;
}
footer#colophon p.copyrightTxet a:hover{
	text-decoration:underline;
}
footer#colophon a{
   color: #EEF7F7;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
footer#colophon a:hover{
    text-decoration: none;
}
.menuLInks{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 28px 40px;
	align-self: stretch;
	flex-wrap: wrap;
}
footer#colophon .col.col2 .contactLegal {
    padding-top: 87px;
}
footer#colophon .col.col2 .contactLegal a {
    margin-bottom: 28px;
    display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
}
footer#colophon .col.col2 .contactLegal a.phone{
     background-image: url(images/phone-icon.png);
}
footer#colophon .col.col2 .contactLegal a.email{
    background-image: url(images/mail-icon.png);
}
ul.socialIcons {
    display: flex;
    list-style: none;
    align-items: center;
	margin: 0;
    padding: 0;
}
ul.socialIcons li {
    margin-right: 22px;
}
ul.socialIcons li a:hover{
	opacity: 0.5;
}
footer#colophon .col.col3 {
    padding-bottom: 270px;
}

.defaultContentSec {
  padding: 120px 0 60px;
}

/* About Page */
.innerBannerBg {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.innerBannerBg .container {
    margin-top: 73px;
}
.innerBannerBg .innerBanner{
	max-width: 804px;
	min-height: 235px;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.innerBannerBg .innerBanner::before {
    border-radius: 804px;
	background: rgba(0, 0, 0, 0.60);
	filter: blur(100px);
	max-width: 804px;
	height: 235px;
    position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
}
.innerBannerBg .innerBanner h1{
   color: #F2F8F7;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -0.4px;
	margin: 0 0 24px;
	position: relative;
}
.innerBannerBg .innerBanner h1 span{
   color: #74BABA;
}
.innerBannerBg .innerBanner p{
    color: #E8EEED;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; 
	letter-spacing: 0.6px;
	margin-bottom: 40px;
	position: relative;
}
.innerBannerBg .innerBanner .btn{
	position: relative;
}
section.our_team_section {
    padding: 120px 0;
    display: block;
	overflow: hidden;
}
section.our_team_section .headingSec {
    padding-bottom: 25px;
}
.ourTeam_partnerWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding:0 95px 40px;
    width: 100%;
}
.partnerDetails {
    padding: 24px;
    flex: 0 0 calc(100% - 395px);
    border: 1px solid #74BABA;
    margin-left: 40px;
}
.partnerDetails h2{
    overflow: hidden;
	color: #444B48;
	text-overflow: ellipsis;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.4px;
}
.partnerDetails p{
	overflow: hidden;
	color: #444B48;
	text-overflow: ellipsis;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.4px;
	margin: 0;
}
.partnerDetails ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.partnerDetails ul li{
	color: #444B48;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.4px;
	padding-top: 24px;
	display: flex;
    gap: 10.667px;
    align-items: center;
}
.partnerDetails ul li svg{
	border-radius: 100%;
    background: #74BABA;
    width: 32px;
    height: 32px;
    padding: 5.333px;
}
.ourTeam_partnerWrap figure {
    margin: 0;
    padding: 0;
    line-height: 0;
	flex: 0 0 355px;
	position: relative;
}
.our_team_wrapper .ourTeam_partnerWrap:nth-child(2n) figure {
    order: 1;
}
.our_team_wrapper .ourTeam_partnerWrap:nth-child(2n) .partnerDetails {
    order: 0;
    margin-right: 40px;
    margin-left: 0;
}
.myInterestsSec{
    padding-top: 51px;
}
.ourTeam_partnerWrap figure span.partnerTag {
    color: #1D201F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.4px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(14px);
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 4px 7px;
}
h2.moreHeading {
    text-align: center;
    padding: 40px 0 64px;
    color: #1D201F;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.4px;
}
.memberListWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.memberListWrap .memberWrap {
    position: relative;
}
.memberListWrap .memberWrap figure {
    margin: 0;
    padding: 0;
    line-height: 0;
	cursor: pointer;
}
.overlayText {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(22px);
    padding: 8px 12px;
    width: calc(100% - 16px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.overlayText h2{
    color: #EEF7F7;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.4px;
	margin-bottom: 15px;
}
.overlayText p{
    color:#EEF7F7;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0;
}
.memberDetailonhover{
	/* display: none; */
	background: #74BABA;
    padding: 16px;
    position: absolute;
    left: -100%;
    top: 0;
    width: 405px;
    height: 100%;
	transition: left 0.4s ease-in-out;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
/* .memberDetailonhover.show {
  display: block;
  left: 80%;
} */
 .memberListWrap .memberWrap:last-child .memberDetailonhover{
	left: auto;
	right:-100%;
	transition: right 0.4s ease-in-out;
}
.memberWrap.showDetail .memberDetailonhover {
    left:250px;
    opacity: 1;
    pointer-events: auto;
}

.memberListWrap .memberWrap:last-child.showDetail .memberDetailonhover {
    right: 250px;
    left: auto;
}
.memberDetailonhover h2{
    overflow: hidden;
	color:#EEF7F7;
	text-overflow: ellipsis;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin-bottom: 16px;
}
.memberDetailonhover p{
    overflow: hidden;
	color: #EEF7F7;
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin: 0;
}
.memberDetailonhover .myInterestsSec{
    padding-top: 35px;
}
.memberDetailonhover ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.memberDetailonhover ul li{
    color: #EEF7F7;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.4px;
	display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
}
.memberDetailonhover ul li:last-child{
	padding-bottom: 0;
}
.memberDetailonhover ul li svg{
    width: 24px;
	height: 24px;
	padding: 4px;
	border-radius: 12px;
    background: var(--White, #EEF7F7);
}
.memberDetailonhover ul li svg path {
    fill: #74BABA;
}
.memberWrap.showDetail .arrowIcon svg {
    transform: rotate(180deg);
}
.page-id-507 .innerBannerBg{
    background-position: top center;
}
.one_off_projectsSec{
	padding: 120px 0 157px;
	display: block;
}
.one_off_projectsSec .headingSec {
    padding-bottom: 64px;
}
.one_off_projectsSec .headingSec p {
    margin: 0;
    padding: 0;
}
.one_off_projectsSliderWrap{
	position: relative;
    perspective: 1000px;
	height: 416px;
    max-width: 733px;
    width: 100%;
    margin: 0 auto;
}
.one_off_projectsSlider{
	position: relative;
	width: 100%;
	height: 100%;
}
.one_off_projectsSliderItem {
    background: #74BABA;
    display: flex;
    gap: 40px;
    padding: 40px;
	max-width: 733px;
    width: 100%;
    margin: 0 auto;
	overflow: hidden;
	 position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      transition: transform 0.5s ease, opacity 0.5s ease;
      opacity: 0;
      z-index: 0;
}
.one_off_projectsSliderItem figure {
    margin: 0;
    flex: 0 0 309px;
    line-height: 0;
}
.one_off_projectsSliderItem .rightText {
    flex: 0 0 calc(100% - 349px);
	position: relative;
}
.one_off_projectsSliderItem .rightText h3{
    color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -0.32px;
	margin-bottom: 16px;
}
.one_off_projectsSliderItem .rightText p{
    color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	letter-spacing: 0.6px;
	margin-bottom: 15px;
}
.one_off_projectsSliderItem .rightText a.btn {
    position: absolute;
    bottom: 0;
    left: 0;
	font-family: 'century_gothicbold';
}
.one_off_projectsSliderWrap .nav-buttons {
	position: absolute;
	right:-160px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.one_off_projectsSliderWrap .nav-buttons button#prev, .one_off_projectsSliderWrap .nav-buttons button#next{
    width: 32px;
    height: 32px;
    padding: 5.333px;
    border-radius: 16px;
    background: var(--Tertiary, #74BABA);
	cursor: pointer;
}
.one_off_projectsSliderWrap .nav-buttons button svg{
	width: 21.333px;
	height: 21.333px;
	flex-shrink: 0;
}
/* Active and layered styles */
.one_off_projectsSliderItem.active {
	opacity: 1;
      transform: translateX(0px) translateY(0px);
      z-index: 4;
}
.one_off_projectsSliderItem.second {
	opacity: 0.6;
    transform: translateX(20px) translateY(10px);
    z-index: 3;
    height: calc(100% - 20px);
}
.one_off_projectsSliderItem.third {
	opacity: 0.3;
    transform: translateX(40px) translateY(20px);
    z-index: 2;
    height: calc(100% - 40px);
}
.one_off_projectsSliderItem.fourth{
   opacity: 0.1;
    transform: translateX(60px) translateY(30px);
    z-index: 1;
    height: calc(100% - 60px);
}

.ongoing_serviceSec {
    background: #74BABA;
    padding: 120px 0;
}
.ongoing_serviceSec .headingSec {
    padding-bottom: 64px;
}
section.ongoing_serviceSec .headingSec h2 span{
	color: #EEF7F7;
}
section.ongoing_serviceSec .headingSec p span{
	color: #EEF7F7;
}
.serviceNameWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}
.service_name_list {
    display: flex;
    width: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
	flex: 0 0 240px;
}
.service_name_list h2{
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
	border: 1px solid #EEF7F7;
	color: #EEF7F7;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.4px;
	font-family: 'century_gothicregular';
}
.service_name_list h2:first-child{
   background: #EEF7F7;
   color: #74BABA;
   font-weight: 700;
    font-family: 'century_gothicbold';
}
.check_steps {
    display: flex;
    align-self: stretch;
	flex-direction: column;
    flex: 0 0 calc(100% - 304px);
	padding: 15px 0;
}
.check_steps .steps{
    display: flex;
    width: 449px;
    height: 84px;
    padding: 24px;
    align-items: center;
    gap: 24px;
    border: 1px solid #74BABA;
    background: #EEF7F7;
	position: relative;
	    margin-bottom: 64px;
}
.check_steps .steps::before{
        display: flex;
    width: 40px;
    height: 40px;
    padding: 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background-color: var(--White, #EEF7F7);
    background-image: url(images/checkIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    position: absolute;
    left: -120px;
    top: 20px;
    content: "";
}
.check_steps .steps::after{
    position: absolute;
    left: -80px;
    top: 40px;
    content: "";
    width: 80px;
    height: 0;
    border-top: 3px dotted #EEF7F7;
    display: block;
}
.check_steps .steps span.numIcon{
	    display: flex;
    width: 40px;
    height: 40px;
    padding: 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #74BABA;
    color: #EEF7F7;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.4px;
}
.check_steps .steps p{
    color: #688C8B;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; 
	letter-spacing: 0.4px;
	    margin: 0;
}
.check_steps .steps:nth-child(1){
    margin-left: 120px;
}
.check_steps .steps:nth-child(2){
   margin-left: 240px;
}
.check_steps .steps:nth-child(3){
    margin-left: 360px;
    margin-bottom: 0;
}
.our_approachSec {
    padding: 120px 0 220px;
	display: block;
}
.our_approachSec .headingSec {
    padding-bottom: 80px;
}
.apporach_boxlistWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.apporach_boxlistWrap .apporach_boxInner {
    display: flex;
    width: 355px;
    height: 355px;
    padding: 72px 40px 32px 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #74BABA;
}
.apporach_boxlistWrap .apporach_boxInner figure {
    margin: 0;
    text-align: center;
}
.apporach_boxlistWrap .apporach_boxInner figure img {
    width: 150px;
}
.apporach_boxlistWrap .apporach_boxInner h3{
	color: #688C8B;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.32px;
}
.page-id-539 .innerBannerBg {
    background-position: top center;
}
.what_we_provideSec {
    padding: 120px 0 180px;
	display: block;
}
.what_we_provideSec .headingSec {
    padding-bottom: 60px;
}
.provide_servicesWrap .provide_services_boxInner {
    background: #74BABA;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 40px;
    align-items: flex-start;
	width: 922px;
    gap: 40px;
}
.provide_servicesWrap .provide_services_boxInner figure {
    margin: 0;
    flex: 0 0 309px;
    line-height: 0;
}
.provide_servicesWrap .provide_services_boxInner .serviceText {
    flex: 0 0 calc(100% - 349px);
}
.provide_servicesWrap .provide_services_boxInner .serviceText h2{
    color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px; 
	letter-spacing: -0.28px;
	margin-bottom: 16px;
}
.provide_servicesWrap .provide_services_boxInner .serviceText p{
   color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.6px;
	margin-bottom: 40px;
}
.provide_servicesWrap .provide_services_boxInner .serviceText ul{
   list-style: none;
   margin: 0;
   padding: 0;
}
.provide_servicesWrap .provide_services_boxInner .serviceText ul li{
   position: relative;
   color: #FFF;
   font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.5px;
	padding-bottom: 24px;
	padding-left: 36px;
}
.provide_servicesWrap .provide_services_boxInner .serviceText ul li:before{
	border-radius: 12px;
	background-color: #EEF7F7;
	display: flex;
	width: 24px;
	height: 24px;
	padding: 2.4px 7.2px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4.8px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/checkIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
	content: "";
}
.provide_servicesWrap .slick-slide {
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 20px;
}

.provide_servicesWrap .slick-center {
  opacity: 1;
  margin-top: 60px;
}

section.rechoutSec{
    background: #74BABA;
    padding: 120px 0;
}
section.reach_us_Sec.conatctPageSec .container {
    max-width: 922px;
}
.rechoutSec .contactTextSec {
    text-align: center;
}
.rechoutSec .contactTextSec h2{
    color: #444B48;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: -0.4px;
	margin-bottom: 80px;
}
.rechoutSec .contactTextSec h2 span{
	color: #EEF7F7;
}
.rechoutSec .contactTextSec p{
    color: #EEF7F7;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; 
	letter-spacing: -0.32px;
	padding-left: 64px;
	    display: inline-block;
}
.rechoutSec .contactTextSec a{
   color: #EEF7F7;
   text-decoration: none;
}
.rechoutSec .contactTextSec a:hover{
   text-decoration: underline;
}
p.callus{
   background-image: url(images/callIcon.png);
   background-size: 40px;
   background-position: left center;
   background-repeat: no-repeat;
}
p.Email{
   background-image: url(images/emailIcon.png);
   background-size: 40px;
   background-position: left center;
   background-repeat: no-repeat;
}
p.address{
   background-image: url(images/addressIcon.png);
   background-size: 40px;
   background-position: left top;
   background-repeat: no-repeat;
}
section.reach_us_Sec.conatctPageSec {
    background: #F6FCFB;
}
.conatctPageSec .headingSec {
    padding-bottom: 32px;
}
.conatctPageSec .ContactformSec .formRow label{
	color: #74BABA;
}
.conatctPageSec .ContactformSec .formRow input[type="text"], .conatctPageSec .ContactformSec .formRow input[type="tel"], .conatctPageSec .ContactformSec .formRow input[type="email"]{
	border-color: #74BABA;
}
.conatctPageSec .ContactformSec .formRow textarea{
	border-color: #74BABA;
}

.conatctPageSec input::placeholder,
.conatctPageSec textarea::placeholder {
  color: #74BABA;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.conatctPageSec input::-webkit-input-placeholder,
.conatctPageSec textarea::-webkit-input-placeholder {
  color: #74BABA;
}

.conatctPageSec input::-moz-placeholder,
.conatctPageSec textarea::-moz-placeholder {
  color: #74BABA;
}

.conatctPageSec input:-ms-input-placeholder,
.conatctPageSec textarea:-ms-input-placeholder {
  color: #74BABA;
}

.conatctPageSec input:-moz-placeholder,
.conatctPageSec textarea:-moz-placeholder {
  color: #74BABA;
}
.conatctPageSec input:focus::placeholder,
.conatctPageSec textarea:focus::placeholder{
  opacity: 0.5;
}
.conatctPageSec .wpcf7-list-item-label{
	color: #74BABA!important;
	border-color:#74BABA ;
	font-family: 'century_gothicregular';
}
.conatctPageSec .wpcf7-list-item-label::before{
	background-image: url(images/checkIcon.png);
}
.conatctPageSec .ContactformSec .formRow label>span{
	color: #FF3B30;
}
.reach_us_Sec.conatctPageSec .headingSec h2 span{
	color: #74BABA;
}
.conatctPageSec .ContactformSec .formRow input[type="submit"] {
    color: #444B48;
    background: #D6F5F1;
    padding: 24px 24px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    width: 294px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
	margin-bottom: 50px;
}
.provide_services_boxInner.swiper-slide.swiper-slide-prev, .provide_services_boxInner.swiper-slide.swiper-slide-next {
    opacity: 0.5;
}
.swiper-container{
	position: relative;
}
.what_we_provideSec .swiper-button-next, .what_we_provideSec .swiper-button-prev{
	top: auto;
    bottom: -80px;
}
.provide_services_boxInner.swiper-slide.swiper-slide-active{
    margin-top: 40px;
}
.onlyMobileViewbtnWrap{
	display: none;
}

button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
	top: auto;
	bottom: -12px;
	background-size: 32px;
	height: 32px;
	width: 32px;
	display: inline-block;
	background-repeat: no-repeat;
    background-position: center center;
}
button.slick-next.slick-arrow{
	background-image: url(images/nextArrow.svg);
	right: 47%;
}
button.slick-prev.slick-arrow{
	background-image: url(images/prevArrow.svg);
	left: 47%;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slick-dots{
	bottom: 65px;
}
.slick-dots li button:before{
	font-size: 18px;
	color: #D6F5F1;
}
.slick-dots li.slick-active button:before{
	font-size: 21px;
	color: #74BABA;
}
.provide_servicesWrap button.slick-next.slick-arrow, .provide_servicesWrap button.slick-prev.slick-arrow{
	bottom: -120px;
	background-repeat: no-repeat;
    background-position: center center;
}


/* Media Css */
@media (max-width: 767px) {
	header#masthead{
	   background: #74BABA;
	}
	nav#site-navigation button.menu-toggle {
		border: 0;
		border-radius: 0;
		background: transparent;
		padding: 0;
		width: 24px;
        height: 24px;
	}
	nav#site-navigation button.menu-toggle span svg {
		width: 24px;
		height: 24px;
	}
	nav#site-navigation button .openHamburger{
        display: block;
	}
	nav#site-navigation button .colseHamburger{
        display: none;
	}
	nav#site-navigation.toggled button.menu-toggle .openHamburger{
        display: none;
	}
	nav#site-navigation.toggled button.menu-toggle .colseHamburger{
        display: block;
	}
	nav#site-navigation .menu-header-main-menu-container{
		position: fixed;
		width: 100vw;
		height: 100dvh;
		top: -100vh;
		left: 0;
		justify-content: center;
		align-items: flex-start;
		display: flex;
		z-index: 99;
	}
	nav#site-navigation.toggled .menu-header-main-menu-container{
		top:55px;
	}
	nav#site-navigation .menu-header-main-menu-container:before {
		background-color: #74BABA;
		width: 100%;
		position: absolute;
		left: 0;
		content: '';
		z-index: 0;
		top: 0;
		height: 0;
		transition: 0.75s cubic-bezier(0.75, 0, 0, 1);
	}
	nav#site-navigation.toggled .menu-header-main-menu-container:before{
		height: 100%;
	}
	.main-navigation ul {
		align-items: center;
		width: 100%;
		padding:80px 40px;
	}
	.main-navigation li{
		position: relative;
		padding: 40px 30px 40px;
		border-bottom: 1px solid #EEF7F7;
		width: 100%;
	}
	.main-navigation li:last-child {
		border: 0;
		padding-bottom: 0;
	}
	.main-navigation ul li:last-child a, .main-navigation ul li a {
		background: transparent;
		color: #EEF7F7;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: -0.24px;
		font-family: 'century_gothicregular';
	}
	body.noscroll {
	  overflow: hidden;
	}
	.main-navigation ul li.current-menu-item a{
		color:#3D5251;
		font-weight: 700;
		font-family: 'century_gothicbold';
	}
	.main-navigation ul li:last-child a:hover, .main-navigation ul li a:hover{
		background: transparent;
		box-shadow: none;
        color: #EEF7F7;
	}
	.main-navigation li:hover {
		background: transparent;
	}
	.heroBannerSec h1{
		font-size: 32px;
		line-height: 52px;
		letter-spacing: -0.32px;
	}
	.heroBannerSec h1 strong {
		display: none;
	}
	.heroBannerSec h1 br {
		display: block;
	}
	.heroBannerSec p{
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0.6px;
		padding: 0 60px;
	}
	.heroBannerSec p a.btn, .heroBannerSec a.btn{
		display: none;
	}
	.box_list_with_heading_and_sub_headingSec{
		padding: 80px 0;
	}
	.headingSec
	{
		padding-bottom: 52px;
	}
	.headingSec h2{
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.24px;
		margin-bottom: 24px;
	}
	.headingSec p{
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.8px;
		padding: 0;
	}
	.boxlistWrap{
		flex-direction: column;
	}
	.boxlistWrap .boxInner {
		text-align: center;
		padding: 0 20px 32px;
		width: 100%;
	}
	.boxlistWrap .boxInner figure img {
		width: 80px;
	}
	.boxlistWrap .boxInner h3{
		font-size: 18px;
		line-height: 40px;
		letter-spacing: 0.2px;
	}
	.boxlistWrap .boxInner p{
		margin: 0;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.6px;
	}
	.who_are_we_Sec{
		padding: 40px 16px;
		text-align: center;
	}
	.whoAreWeWrap{
		flex-direction: column;
	}
	.whoAreWeWrap .leftSec
	{
		width: 100%;
		padding-left: 0;
		order: 1;
	}
	.whoAreWeWrap .rightSec {
		padding-left: 0;
		width: 100%;
	}
	.whoAreWeWrap .rightSec h2{
		display: block;
		font-size: 24px;
		line-height: 44px;
		letter-spacing: -0.24px;
		color: #D6F5F1;
	}
	.whoAreWeWrap .rightSec h2 span {
		color: #5F6865;
	}
	.whoAreWeWrap .leftSec h2{
		display: none;
	}
	.whoAreWeWrap .leftSec p{
		padding-bottom: 40px;
        margin: 0;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.6px;
	}
	.whoAreWeWrap .leftSec a.btn {
		width: 100%;
		display: block;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.1px;
	}
	.whoAreWeWrap .rightSec picture {
			display: block;
			line-height: 0;
			padding-top: 40px;
			padding-bottom: 24px;
		}
	.your_financial_compassSec {
		padding: 80px 8px 170px;
		background: #fff;
		display: block;
	}
	.your_financial_compassSec .headingSec {
		padding-bottom: 40px;
	}
	.your_financial_compassSec .headingSec p{
		font-size: 16px;
		line-height: 28px; 
		letter-spacing: 0.6px;
	}
	.reach_us_Sec {
		background: #74BABA;
		padding: 80px 0 40px;
	}
	.ContactformSec .formRow.submitbtn span.wpcf7-spinner{
		position: absolute;
		left: 50%;
		margin-left: -12px;
	}
	.ContactformSec .formRow label{
		font-size: 14px;
		line-height: 40px; 
		letter-spacing: 0.6px;
	}
	.ContactformSec .formRow{
		margin-bottom: 20px;
		flex-direction: column;
	}
	.ContactformSec .formRow .col5 {
		width: 100%;
		padding-right: 0;
	}
	.ContactformSec .formRow .col7 {
		width: 100%;
	}
	.wpcf7-list-item-label{
		font-size: 12px;
		line-height: 40px;
		letter-spacing: 0.6px;
		padding: 0 14px 0 23px;
	}
	.wpcf7-list-item-label::before{
		background-size: 16px;
	}
	.ContactformSec .wpcf7-checkbox .wpcf7-list-item label {
		font-weight: 400;
		font-family: 'century_gothicregular';
	}
	.wpcf7-checkbox .wpcf7-list-item{
		margin: 0 16px 16px 0px;
	}
	.ContactformSec .formRow input[type="submit"]{
        width: 100%;
	}
	.certified_to_serve_you_betterSec{
		padding: 80px 0;
	}
	.certified_to_serve_you_betterSec .headingSec p{
		 margin-bottom: 40px;
	}
	.ClientWrapSec {
		position: relative;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		 overflow: hidden;
		  white-space: nowrap;
		  box-sizing: border-box;
		  width: 100%;
		  background: #fff;
	}
	.clients_logosWrap figure {
		margin: 0px 6px 0;
        flex: unset;
        width: 35%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        position: relative;
        border: 0;
        line-height: 0;
        flex-shrink: 0;
	}
	.clients_logosWrap{
		gap: 40px;
        flex-wrap: nowrap;
		 animation: scroll-left 20s linear infinite;
	}
	@keyframes scroll-left {
	  0% {
		transform: translateX(0%);
	  }
	  100% {
		transform: translateX(-50%);
	  }
	}
	.clients_logosWrap figure:first-child {
		width: 20%;
	}
	.flip_boxWrap .custom-cursor{
		display: none;
	}
	.flip_boxWrap button.slick-next.slick-arrow, .flip_boxWrap button.slick-prev.slick-arrow {
		top: auto;
        bottom: -12px;
        background-size: 32px;
        height: 32px;
        width: 32px;
        display: inline-block;
	}
	.flip_boxWrap{
		padding-bottom: 105px;
	}
	button.slick-next.slick-arrow{
        background-image: url(images/nextArrow.svg);
		right: 38%;
	}
	button.slick-prev.slick-arrow{
       background-image: url(images/prevArrow.svg);
	   left: 38%;
	}
	.slick-prev:before, .slick-next:before{
		display: none;
	}
	.slick-dots{
		bottom: 65px;
	}
	.slick-dots li button:before{
		font-size: 18px;
		color: #D6F5F1;
	}
	.slick-dots li.slick-active button:before{
		font-size: 21px;
		color: #74BABA;
	}
	.flip_boxWrap{
/* 		margin:0 -10px; */
		        display: block;
	}
	.flip_boxWrap .flip_boxInner{
/* 		margin:0 10px; */
		width:100%;
		height: auto;
        margin-right: 15px;
	}

    .footerCtaSec{
		margin: 0 auto;
	}
	footer#colophon{
		padding: 80px 0 0;
	}
	.cta_innerSec {
		display: block;
		padding: 40px 24px;
	}
	.footerCtaSec .ctaText {
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
		text-align: center;
	}
	.footerCtaSec h3{
		font-size: 23px;
		line-height: 44px;
		letter-spacing: -0.24px;
	}
	.footerCtaSec p{
		font-size: 16px;
		line-height: 28px; 	
		letter-spacing: 0.6px;
	}
	.footerCtaSec .btnWrap {
		width: 100%;
	}
	.footerCtaSec .btnWrap a.btn {
		width: 100%;
		display: block;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		letter-spacing: 0.1px;
		color: #444B48;
		text-align: center;
	}
	.container{
		padding: 0 16px;
	}
	footer#colophon .container{
		flex-direction: column;
	}
	footer#colophon .col.col1 {
		width: 100%;
		text-align: center;
	}
	footer#colophon .col {
		padding-bottom: 72px;
	}
	footer#colophon .col.col2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	footer#colophon .col.col3 {
		padding-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	ul.socialIcons{
		justify-content: center;
	}
	ul.socialIcons li {
		margin: 0 6px;
	}
	footer#colophon h3{
		font-size: 16px;
		letter-spacing: 0.32px;
		padding: 0 0 24px;
	}
	footer#colophon .col.col2 .contactLegal a{
		display: inline-block;
	}
	footer#colophon a{
		font-size: 14px;
	}
	.onlyMobileViewbtnWrap, footer#colophon .onlyMobileViewbtnWrap{
		display: block;
		padding: 24px 16px;
		position: sticky;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #FFF;
        box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.06);
		z-index: 100;
	}
	footer#colophon .onlyMobileViewbtnWrap a.btn, .onlyMobileViewbtnWrap a.btn {
		width: 100%;
		display: block;
		color: #5F6865;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		letter-spacing: 0.1px;
		text-transform: capitalize;
		text-decoration: none;
		font-family: 'century_gothicbold';
	}
	.innerBannerBg .innerBanner h1{
		text-align: center;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 52px;
		letter-spacing: -0.32px;
	}
	.innerBannerBg .innerBanner p{
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: 0.6px;
		padding:0 12%;
	}
	.innerBannerBg .innerBanner .btn{
		display:none;
	}
	section.innerBannerSec a#scrollSecondSec{
		display:none;
	}
	section.our_team_section{
		padding:80px 0;
	}
	section.our_team_section .headingSec {
		padding-bottom: 40px;
	}
	section.our_team_section .headingSec h2{
		margin: 0;
	}
	.ourTeam_partnerWrap {
		flex-direction: column;
		padding: 0 0 40px;
		align-items: unset;
	}
	.ourTeam_partnerWrap figure{
		flex:0 0 100%;
		margin-bottom:24px;
	}
	.ourTeam_partnerWrap figure img {
		width: 100%;
	}
	.partnerDetails{
		flex: 0 0 100%;
		margin-left:0;
	}
	.partnerDetails h2{
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
	.partnerDetails p{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.4px;
	}
	.myInterestsSec {
		padding-top: 24px;
	}
	.partnerDetails ul li{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 150% */
		letter-spacing: 0.4px;
		padding-top: 16px;
	}
	.our_team_wrapper .ourTeam_partnerWrap:nth-child(2n) figure {
		order: 0;
	}
	.our_team_wrapper .ourTeam_partnerWrap:nth-child(2n) .partnerDetails
	 {
		order: 1;
		margin-right: 0;
		margin-left: 0;
	}
	h2.moreHeading{
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.memberListWrap{
		display:block;
	}
	.memberListWrap .memberWrap img {
		width: 100%;
	}
	.memberWrap .arrowIcon svg {
		transform: rotate(90deg);
	}
	.memberWrap.showDetail .arrowIcon svg {
		transform: rotate(270deg);
	}
	.memberListWrap.slick-initialized.slick-slider.slick-dotted{
		padding-bottom:80px;
	}
	.memberListWrap button.slick-next.slick-arrow, .memberListWrap button.slick-prev.slick-arrow{
		bottom:-55px;
	}
	.memberListWrap .slick-dots {
        bottom: 30px;
    }
/* 	.memberDetailonhover{
		top: -100%;
		left: 16px;
	} */
	.one_off_projectsSec{
		padding:80px 0 140px;
	}
	.one_off_projectsSec .headingSec {
		padding-bottom: 40px;
	}
	.one_off_projectsSliderWrap {
		position: relative;
		perspective: unset;
		height: auto;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.one_off_projectsSliderWrap .one_off_projectItem {
		width: 100%;
		display: inline-block;
		background: #74BABA;
		padding: 16px;
		margin-bottom: 20px;
	}
	.one_off_projectsSliderWrap .one_off_projectItem figure {
		margin: 0 0 40px;
		line-height: 0;
	}
	.one_off_projectsSliderWrap .one_off_projectItem figure img{
		width:100%;
	}
	.one_off_projectItem .rightText{
		
	}
	.one_off_projectItem .rightText h3{
		color: #FFF;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: -0.24px;
		margin-bottom: 16px;
	}
	.one_off_projectItem .rightText p{
		color: #FFF;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 0.6px;
		margin-bottom: 50px;
	}
	.one_off_projectItem .rightText a.btn {
		width: 100%;
		display: block;
		color: #5F6865;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		letter-spacing: 0.1px;
	}
	.one_off_projectsSliderWrap  button.slick-next.slick-arrow, .one_off_projectsSliderWrap button.slick-prev.slick-arrow{
		bottom:-100px;
	}
	.one_off_projectsSliderWrap .slick-dots {
        bottom: -26px;
    }
	.slick-dots li button:before{
		opacity:1;
	}
	.ongoing_serviceSec{
		padding:40px 0;
	}
	.check_steps .steps {
		display: flex;
		width: 100%;
		height: auto;
		padding: 16px;
		align-items: center;
		gap: 16px;
		border: 1px solid #74BABA;
		background: #EEF7F7;
		position: relative;
		margin-bottom: 24px;
	}
	.check_steps .steps:nth-child(1) {
		margin-left: 0;
	}
	.check_steps .steps:nth-child(2) {
		margin-left: 0;
	}
	.check_steps .steps:nth-child(3){
		margin-left: 0;
		margin-bottom: 0;
	}
	.check_steps .steps::before, .check_steps .steps::after{
		display:none;
	}
	.check_steps .steps p{
		color: #688C8B;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: 0.4px;
	}
	.check_steps .steps span.numIcon{
		font-size: 14.4px;
		font-style: normal;
		font-weight: 400;
		line-height: 19.2px;
		letter-spacing: 0.24px;
		width: 24px;
        height: 24px;
	}
	.check_steps{
		flex:0 0 100%;
	}
	select#servicesNames{
		background: #EEF7F7;
		padding: 16px;
		width: 100%;
		color: #74BABA;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.4px;
		border: 0;
		border-radius: 0;
		appearance: none;
		-webkit-appearance: none;
        -moz-appearance: none;
		background-image: url(images/downarrowIcon.png);
		background-repeat: no-repeat;
		background-position: right 15px center;
        background-size: 24px;
		margin-bottom: 17px;
	}
	.our_approachSec{
		padding:80px 0;
	}
	.our_approachSec .headingSec {
		padding-bottom: 40px;
	}
	.apporach_boxlistWrap{
		display:block;
	}
	.apporach_boxlistWrap .apporach_boxInner {
		width: auto;
		height: 100%;
		padding: 24px 40px;
		margin-bottom: 24px;
	}
	.apporach_boxlistWrap .apporach_boxInner:last-child {
		margin: 0;
	}
	.apporach_boxlistWrap .apporach_boxInner figure{
		margin-bottom:40px;
	}
	.apporach_boxlistWrap .apporach_boxInner figure img{
		width:100px;
	}
	.apporach_boxlistWrap .apporach_boxInner h3{
		color: #688C8B;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: -0.24px;
	}
	.what_we_provideSec{
		padding:80px 0 120px;
	}
	.provide_servicesWrap {
		padding: 0 16px;
	}
	.provide_servicesWrap .provide_services_boxInner {
		display: block;
		width: 100%;
		padding: 16px;
		margin-bottom: 24px;
	}
	.provide_servicesWrap .provide_services_boxInner figure{
		margin-bottom:40px;
	}
	.provide_servicesWrap .provide_services_boxInner figure img {
		width: 100%;
	}
	.provide_servicesWrap .provide_services_boxInner .serviceText h2{
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 38px;
		letter-spacing: -0.28px;
	}
	.provide_servicesWrap .provide_services_boxInner .serviceText p{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 150% */
		letter-spacing: 0.6px;
		margin-bottom: 24px;
	}
	.provide_servicesWrap .provide_services_boxInner .serviceText ul li{
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.6px;
	}
	.provide_servicesWrap .slick-slide{
		opacity: 1;
	    margin: 0;
	}
	.provide_servicesWrap button.slick-next.slick-arrow, .provide_servicesWrap button.slick-prev.slick-arrow{
		bottom:-70px;
	}
	section.rechoutSec{
		padding:80px 0;
	}
	section.rechoutSec .container {
		padding: 0 24px;
	}
	.rechoutSec .contactTextSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: -0.24px;
		margin-bottom: 40px;
		text-align: center;
	}
	.rechoutSec .contactTextSec p{
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: -0.2px;
		margin: 0;
		text-align: left;
		padding-left: 37px;
	}
	.rechoutSec .contactTextSec p.Email{
		border-top: 1px solid #D6F5F1;
		border-bottom: 1px solid #D6F5F1;
		padding: 40px 0 40px 37px;
        margin: 40px 0;
        background-size: 24px;
        background-position: left 40px;
	}
	.rechoutSec .contactTextSec p.callus{
		background-size: 24px;
		background-position: left top;
	}
	.rechoutSec .contactTextSec p.address{
		background-size: 24px;
		background-position: left top;
	}
	.rechoutSec .contactTextSec {
		text-align: left;
	}
	.rechoutSec .contactTextSec a{
		display:block;
		margin-left: -30px;
        margin-top: 10px;
	}
	.conatctPageSec .headingSec {
		padding-bottom: 8px;
	}
	.conatctPageSec .wpcf7-list-item-label{
		padding: 0 16px 0 32px;
	}
	.conatctPageSec .wpcf7-list-item-label::before{
		left: 8px;
	}
	.conatctPageSec .ContactformSec .formRow input[type="submit"] {
		color: #444B48;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		letter-spacing: 0.1px;
		width: 100%;
		padding: 15px 20px;
	}
	.flipboxWrap .flipboxinnerWrap {
		border: 1px solid #56E1CE;
		padding: 24px;
		width: 100%;
		text-align: center;
		display: block;
	}
	.flipboxWrap .flipboxinnerWrap figure {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 40px;
		line-height: 0;
	}
	.flipboxWrap .flipboxinnerWrap figure img {
		width: 140px;
		display: inline-block;
	}
	.flipboxWrap .flipboxinnerWrap h3{
		color: #688C8B;
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; 
		letter-spacing: 0.4px;
		margin-bottom:12px;
	}
	.flipboxWrap .flipboxinnerWrap p{
		color: rgba(61, 82, 81, 0.80);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.6px;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
	}
	.flipboxWrap .flipboxinnerWrap a{
		color: #74BABA;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 23.98px;
		letter-spacing: 0.12px;
		text-decoration:none;
		padding: 12px 20px;
		transition: 0.3s;
		margin:0;
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.flipboxWrap .flipboxinnerWrap a:hover{
		 margin-right: 5px;
	}
	.flipboxWrap .flipboxinnerWrap a svg {
		margin-left: 10px;
	}
	.flipboxWrap button.slick-next.slick-arrow, .flipboxWrap button.slick-prev.slick-arrow{
		bottom:-125px;
	}
	.flipboxWrap .slick-dots {
        bottom: -45px;
    }
	.menuLInks{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		align-content: flex-start;
		gap: 20px;
		align-self: stretch;
		flex-wrap: wrap;
	}

}