/*!
Theme Name: Known Design
Theme URI: http://underscores.me/
Author: Roger
Author URI: http://knowndesign.co/
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: known-design
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */


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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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



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

/* =========================================================================================================== */
/* ================Font_face================================ */
@font-face {
	font-family: "Montserrat-Medium";
	src: url("./fonts/Montserrat-Medium_2.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url("./fonts/OpenSans-Bold.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url("./fonts/OpenSans-Regular.ttf") format("truetype");
	font-display: swap;
}

/*=============== All_font_style_below=========== */
/* ================Regular-Text=============== */
.OpenSans-Regular-18-21 {
	font: 400 18px/1.2 "OpenSans-Regular", sans-serif;
}

.OpenSans-Regular-15-21 {
	font: 400 15px/1.2 "OpenSans-Regular", sans-serif;
}

.OpenSans-Regular-30-32 {
	font: 400 30px/1.2 "OpenSans-Regular", sans-serif;
}

.OpenSans-Regular-25-32 {
	font: 400 25px/1.2 "OpenSans-Regular", sans-serif;
}

/* ================Bold-Text=============== */
.OpenSans-Bold-60-72 {
	font: 700 60px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-50-60 {
	font: 700 50px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-40-48 {
	font: 700 40px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-30-40 {
	font: 700 30px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-30-32 {
	font: 700 30px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-25-32 {
	font: 700 25px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-24-28 {
	font: 700 24px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-18-21 {
	font: 700 18px/1.2 "OpenSans-Bold", sans-serif;
}

.OpenSans-Bold-15-21 {
	font: 700 15px/1.2 "OpenSans-Bold", sans-serif;
}


/* ==================Color's===================== */
.bg_brand_blue {
	background-color: #00548D;
}

.clr_brand_blue {
	color: #00548D !important;
}

.bg_brand_Gray {
	background-color: rgba(145, 148, 150, 0.15);
}

.gap_18 {
	gap: 18px;
}

.border_lime_btn,
#load-more-port {
	border: 2px solid #A4CF3C;
	border-radius: 50px;
	padding: 12px 10px;
	min-width: 192px;
	display: inline-block;
	text-align: center;
	transition: all 0.2s ease;
	background-color: transparent !important;
}

.border_lime_btn:hover,
#load-more-port:hover,
.left_col_form form .gform-footer input:hover {
	background-color: #A4CF3C !important;
	color: #ffffff !important;
	border: 2px solid #A4CF3C;
}


.clr_brand_Lime {
	color: #A4CF3C;
}

.Title-description {
	p {
		font: 400 18px/1.2 "OpenSans-Regular", sans-serif;
	}

	a {
		text-decoration: none;
	}
}

.OpenSans-Regular_description p,
.OpenSans-Regular_description a,
.AOpenSans-Regular_description li,
.OpenSans-Regular_description span,
.OpenSans-Regular_description strong,
.OpenSans-Regular_description ul,
.OpenSans-Regular_description li {
	font: 400 18px/1.2 "OpenSans-Regular", sans-serif;
	text-decoration: none;
}

.para_last_child p:last-child {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.margin_top_80 {
	margin-top: 80px;
}

.margin_bottom_80 {
	margin-bottom: 80px;
}

.margin_top_32 {
	margin-top: 32px;
}

.margin_bottom_20 {
	margin-bottom: 20px;
}

.margin_bottom_25 {
	margin-bottom: 25px;
}

.margin_bottom_32 {
	margin-bottom: 32px;
}

.margin_bottom_28_heading {
	margin-bottom: 28px;
}

.margin_bottom_42_description {
	margin-bottom: 42px;
}

.Section_82_padding {
	padding: 82px 0;
}

.padding_left_56 {
	padding-left: 52px;
}

.padding_right_56 {
	padding-right: 52px;
}

.Section_82_padding_bottom {
	padding-bottom: 82px;
}

.width_80 {
	width: 80% !important;
	margin: auto;
}

.width_92 {
	width: 92% !important;
	margin: auto;
}

.object_position_right {
	object-position: right !important;
}

.object_position_left {
	object-position: left !important;
}

.object_position_center {
	object-position: center !important;
}

.object_position_top {
	object-position: top;
}

.container_flex {
	display: flex;
	flex-direction: column;
	/* gap: 62px; */
}

.row_gap_66 {
	row-gap: 66px;
}

.left_full_img {
	min-height: 616px;
	width: 100%;
	object-fit: cover;
	height: 422px;
	object-position: center;
}

.margin-top-112px {
	margin-top: -112px;
}

header.site-header {
	position: relative;
	z-index: 9999;
}

/* ==========Image_mask============= */
/* CTA section Shap */
.cta_masked-photo,
.Banner-masked-photo {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	height: 592px;
	width: 100%;
	object-fit: cover;
}

.cta_masked-photo {
	object-position: -25px -78px;
}

.Banner-masked-photo {
	height: 542px;
}

.border_radius_58 {
	border-radius: 30px;
}

.border_radius_30 {
	border-radius: 30px;
}

.info_round_img {
	border-radius: 58px;
	height: 452px;
	width: 100%;
	object-fit: cover;
}

.left_list_icon li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
}

.white_ul_point li::before {
	background-color: #00548D !important;
}

.black_ul_point li::before {
	background-color: #000 !important;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 4px;
	width: 12px;
	height: 12px;
}



.left_list_icon li {
	list-style: none;
	position: relative;
	padding-left: 22px;
	margin-bottom: 16px;
	text-align: left !important;
}

.black_ul_point li {
	text-align: center !important;
	padding-left: 0px;
	margin-bottom: 8px;
}

.left_list_icon ul {
	list-style: none;
	padding-left: 0;
	margin: 0px;
	padding-top: 12px;
}

.bg_brand_blue .OpenSans-Regular_description a {
	color: #fff !important;
	font: 700 18px / 1.2 "OpenSans-Bold", sans-serif;
	padding-top: 20px;
	display: inline-block;
}

body.page-id-14 .contact-us-section,
body.page-template-news .contact-us-section,
body.single-news .contact-us-section,
body.page-template-contact-us .contact-us-section,
.page-template-portfolio .contact-us-section,
body.search-results .contact-us-section,
body.page-template-default .contact-us-section {
	display: none;
}

.error404 header.site-header,
.page-template-default .site-header {
	background-color: #00548D;
}

.white_btn .load-more-btn {
	padding: 8.8px 32px;
	border-radius: 50px;
	margin-top: 72px;
}

.blue_btn .load-more-btn {
	padding: 8.8px 32px;
	border-radius: 50px;
	margin-top: 72px;
}

/* =================Header - Footer======================= */
body {
	font-family: "OpenSans-Regular", sans-serif;
	overflow-x: hidden;
}

header.site-header {
	padding: 22px 0px;
}

header.site-header ul.nav-menu li a {
	font: 400 18px/1.2 "OpenSans-Regular", sans-serif !important;
}

header.site-header ul.nav-menu li a[aria-current="page"] {
	font: 700 18px/1.2 "OpenSans-Bold", sans-serif !important;
	color: #fff !important;
}

footer.site-footer {
	padding: 40px 0px;
}

footer .footer_links p {
	margin-bottom: 0px;
}

footer .footer_links p a {
	font: 700 15px/1.2 "OpenSans-Bold", sans-serif;
	color: #fff;
	text-decoration: none;
}

footer .footer_links p {
	color: #fff !important;
	font: 700 15px/1.2 "OpenSans-Bold", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
}

.contact-us-section {
	padding: 82px 0px;

}

.cta_description {
	margin: 40px 0px;
}

header.site-header ul.nav-menu .mega-sub-menu {
	margin-left: 12px !important;
}

.organization {
	text-align: right;
}



/* -------------------Home_Page----------------------------- */
.Banner-section {
	min-height: 88vh;
}

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

.contact-us-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.46);
	z-index: 1;
}

.Banner-section .banner-content {
	padding-top: 80px;
}

.Banner-section .banner-content,
.contact-us-section .banner-content {
	position: relative;
	z-index: 2;
}

.Banner_description {
	padding-right: 22px;
}

.counter_row {
	padding-top: 22px;
}

.track-card {
	background-color: #C9DCE7;
	border-radius: 30px;
	padding: 32px 22px;
	margin: 0px 6px;
}

.counter_row .counter_title {
	padding: 0px 42px;
}

.about_description_div {
	padding: 50px 120px 50px 32px;
}

.even .about_description_div {
	padding: 50px 42px 50px 120px;
}

.home-video-section .video_div iframe {
	width: 72% !important;
	height: 526px !important;
	margin-top: 42px;
}

.fund-offerings-section {
	background-size: 78%;
	background-position: right 178px center;
}

.Fund_Offerings_tab {
	background-color: white;
	border-radius: 38px;
	margin: auto !important;
	box-shadow: 6px 8px 16px #00000052;
}

.Fund_Offerings_tab .item_tab {
	border-top-left-radius: 38px;
	border-bottom-left-radius: 38px;
	padding: 32px 26px 32px 42px;
	box-shadow: 6px 8px 16px #00000052;
}

.Fund_Offerings_tab .tab_description_div {
	padding: 32px 52px;
}

.Fund_Offerings_tab .tab_description_div #fundTabsContent {
	padding-left: 32px;
}

.Fund_Offerings_tab .tab_description_div #fundTabsContent ul {
	margin: 0px;
	padding-left: 22px;
}

.tab_description_div .title_img {
	height: 312px;
	width: 96%;
	object-fit: cover;
}

.Fund_Offerings_tab #fundTabs {
	gap: 16px;
}

.Fund_Offerings_tab #fundTabs button {
	font-size: 18px;
	text-align: left !important;
}

.Fund_Offerings_tab #fundTabs button.active {
	font-weight: bold !important;
	color: #A4CF3C !important;
	text-align: left !important;
}

.portfolio-section {
	background-position: bottom 126px center;
	background-size: 72%;
}

.portfolio-section .slider_row {
	margin-top: 46px;
}

.portfolio-section .slider_row li img {
	height: 142px;
	width: 200px;
	object-fit: contain;
}

.management-team-section {
	background-position: top 32px right 268px;
	background-size: 75%;
}

.Team_row {
	row-gap: 40px;
	margin-bottom: 72px;
}

.Team_row .profile_img {
	width: 98%;
	height: 302px;
	border-radius: 30px;
	object-fit: cover;
	object-position: top;
}



.team-card-wrapper .team-card-content {
	border-radius: 56px;
	padding: 62px 26px;
	cursor: pointer;
	gap: 16px;
}

/* .team-card-wrapper .team-card-content .member_info {
	height: 122px;
	overflow-y: scroll;
} */

.team-card-wrapper .team-card {
	border-radius: 56px;
	height: 382px;
}

.latest-news-section {
	background-position: bottom center;
	background-size: 75%;
}

.latest-news-section .post_col {
	padding: 0px 6px;
}

.latest-news-section .post_col img {
	height: 432px;
	object-fit: cover;
}

.latest-news-section .post_col .blog_para {
	padding-right: 32px;
}

.single_team .team-card-wrapper .team-card {
	height: 346px;
}

.team-card img {
	object-position: top;
}



.splide__arrow {
	background-color: transparent !important;
}

.splide__arrow svg {
	width: 40px !important;
	height: 40px !important;
}

.news_slider_row .splide {
	padding: 0px 82px;
}

ul.splide__pagination {
	display: none !important;
}

/* --- Portfolio Section Styling --- */

.portfolio-images {
	flex-wrap: nowrap !important;
	margin-bottom: 32px;
}

.portfolio-group-row {
	display: flex;
	flex-wrap: wrap;
	/* gap: 42px; */
	row-gap: 72px;
	flex-shrink: 0;
}

.portfolio-group-row .portfolio-item img {
	max-width: 200px;
	height: 142px;
	object-fit: contain;
}

/* --- Portfolio Section Styling --- */
/* .portfolio-images {
	margin-bottom: 52px;
	justify-content: space-between !important;
}

.portfolio-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2px 40px;
}

.portfolio-item {
	flex: 0 0 calc(33.333% - 60px);
	max-width: 260px;
	text-align: center;
}


.portfolio-item img {
	max-width: 200px;
	height: 142px;
	object-fit: contain;
}


.portfolio-item:nth-child(5n + 4),
.portfolio-item:nth-child(5n + 5) {
	flex: 0 0 calc(50% - 70px);
}

.portfolio-item:nth-child(5n + 4) img {
	margin-left: 120px;
} */


.vision-mission .side-img-wrapper img {
	width: 80%;
	height: 282px;
	object-fit: cover;
}

.contnet_wrapper {
	padding: 62px;
}

/* .our-values .value_div {
	padding-right: 92px;
} */

.our-values .value_div {
	padding-right: 64px;
	text-align: center;
}

/* ================================================ */
/* Responsive adjustments */
@media (max-width: 768px) {
	.portfolio-item {
		flex: 0 0 calc(50% - 40px);
	}
}

.news_slider_row .post_img {
	height: 382px;
	object-fit: cover;
}

/* ============Fund_Offering_page_================ */
.Fund_Oﬀer_page_banner .object_position_left {
	object-position: left -52px top -6px !important;
}

.annual-reports-section .Reports_div {
	padding: 0px 3.2px;
	gap: 26px;
}

.annual-reports-section .Reports_div .reports_img {
	height: 286px;
	object-fit: cover;
}

.focus-area-approach-section {
	background-size: 80%;
}

.value_div .value_icon {
	width: 122px;
	height: 122px;
	object-fit: contain;
}



.events-section {
	background-position: center bottom 42px;
	background-size: 72%;
}

.Team_Members_section {
	background-position: top 162px left 232px;
}

.news-filter .nav-item button.active {
	background-color: #CCCCCC !important;
	color: #000 !important;
	border: 2px solid #CCCCCC;
}

.news-filter {
	gap: 20px;
}

.blog_post_row {
	padding-top: 42px;
	row-gap: 6px;
	margin-bottom: 36px;
}


.news-filter .nav-item button,
.news-filter .nav-item a {
	background-color: transparent !important;
	color: #000 !important;
	min-width: 182px;
	border-radius: 50px;
	padding: 10px 6px !important;
	border: 2px solid #A4CF3C;
	text-align: center;
}



.blog_post_row .news_div .blog_img {
	height: 342px;
	object-fit: cover;
	transition: all 0.2s ease;
}

.blog_post_row .news_div {
	gap: 26px;
	transition: all 0.6s ease;
	padding: 26px 15px 32px;
	border-radius: 26px;
}

.blog_post_row .news_div:hover {
	background-color: #A4CF3C;
	transition: all 0.6s ease;
	border-radius: 32px;
}

.blog_post_row .news_div:hover .blog_img {
	/* height: 302px; */
	width: 95%;
	margin: auto;
}

.single-news .news-image img {
	border-radius: 48px;
	width: 100%;
	height: 536px;
	margin-bottom: 62px;
}

.blog_date {
	padding: 22px 0px;
}

.news-video {
	padding: 62px 0px;
}

.news-downloads {
	padding-top: 32px;
}

.news-downloads ul {
	list-style: none !important;
}

.form_div {
	padding-top: 76px;
}


.form_div .right_col .social {
	gap: 8px;
	align-items: center;
	padding-bottom: 6px;
}

.social_details {
	padding: 32px 0px;
}

.left_col_form form .gfield_required {
	display: none !important;
}

.left_col_form form .gfield_label,
.left_col_form form label {
	font: 400 18px / 1.2 "OpenSans-Regular", sans-serif !important;
	color: #000 !important;
	padding-right: 150px;
}

.left_col_form form label a {
	text-decoration: none !important;
	color: #00548D !important;
	font-weight: bold !important;
}

.left_col_form form .input_fill_field input {
	background-color: #fff !important;
	border-radius: 15px !important;
	border: 2px solid #A4CF3C !important;
	padding: 10px !important;
	box-shadow: none !important;
	height: 46px !important;
}

.left_col_form form div#gform_fields_1 {
	gap: 16px !important;
}

.left_col_form form textarea {
	border-radius: 15px !important;
	border: 2px solid #A4CF3C !important;
}

.left_col_form form div#gform_fields_1 input[type="checkbox"] {
	background-color: transparent !important;
	border: 2px solid #000 !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;
	border-radius: 5px !important;
	margin-top: 2px !important;
	padding: 2px !important;
}

.left_col_form form div#gform_fields_1 input[type="checkbox"]::before {
    color: #000 !important;
}

.left_col_form form fieldset#field_1_6 {
	padding: 10px 0px;
}

.left_col_form form .gform-footer input {
	font: 400 18px / 1.2 "OpenSans-Regular", sans-serif !important;
	border: 2.6px solid #A4CF3C !important;
	border-radius: 50px !important;
	padding: 10px 10px !important;
	min-width: 162px !important;
	display: inline-block !important;
	text-align: center !important;
	transition: all 0.2s ease !important;
	background-color: transparent !important;
	color: #000 !important;
}

.gform_submission_error {
	background-color: #00548D !important;
	color: red !important;
	font: 700 18px / 1.2 "OpenSans-Bold", sans-serif !important;
	padding: 16px !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1) !important;
	text-align: center !important;
	border: 0px !important;
}

.gform_validation_errors {
	border: 0px !important;
	background-color: transparent !important;
	box-shadow: unset !important;
}

div.validation_message {
	color: red !important;
	font: 400 18px / 1.2 "OpenSans-Regular", sans-serif !important;
	margin-top: 2px !important;
}

.contact-map iframe {
	width: 92% !important;
	height: 366px;
}

.portfolio_results_row .portfolio-items .item-card {
	border: 3.2PX solid #00548D;
	border-radius: 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	/* optional */
	padding: 20px 20px 46px;
	/* optional */
	box-sizing: border-box;
	background-color: #ffffffb5;
	justify-content: space-between;
}

.portfolio_results_row {
	row-gap: 40px;
}

.portfolio_results_row .card-img-top img {
	height: 172px;
	object-fit: contain;
	margin-top: 15px;
	margin-bottom: 22px;
}

.portfolio_details .card-title {
	padding: 22px 0px 32px;
}

.portfolio_details .card-text strong {
	font-weight: bold;
}

#portfolio-filter-form {
	margin-top: 6px;
	margin-bottom: 52px;
	justify-content: center;
	row-gap: 3px;
	padding: 0px 10px 0px 40px;
}

.search-filter-form {
	margin-top: 50px !important;
	margin-bottom: 62px;
	justify-content: center;
	gap: 3px;
	padding: 0px 22px;
}

.select_tab_filed select {
	background-color: transparent !important;
	color: #000 !important;
	border: 3px solid #A4CF3C !important;
	border-radius: 50px !important;
	padding: 10px 16px !important;
	cursor: pointer;
}

.search-filter-form input,
.search-filter-form select {
	background-color: #00548D !important;
	color: #000 !important;
	padding: 10px 16px !important;
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); */
}

/* .search-filter-form select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
} */

.search-filter-form input:focus {
	border: 0px !important;
}

.search-filter-form input::placeholder {
	color: #fff !important;
}

.search-filter-form .serch_form_select {
	width: 100%;
	border-radius: 0px !important;
	height: 100%;
}

span.search-icon {
	top: 46% !important;
	right: 10px;
	margin-right: 12px;
	margin-bottom: 2px;
	/* background-color: #252869 !important; */
	cursor: pointer;
}

.select_tab_filed select option {
	font: 400 18px / 1.2 "OpenSans-Regular", sans-serif !important;
	color: #000 !important;
}

.portfolio_details .card-text {
	padding: 0px 6px 12px;
}

.form-select:focus {
	box-shadow: unset !important;
	background-color: #CCCCCC !important;
	color: #000 !important;
	/* border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important; */
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.btn_padding {
	padding: 9.2px 26px !important;
}

#load-more-port,
#load-more-search {
	margin-top: 72px;
}

.Board-Trustees-section {
	background-position: top left;
}

.Board-Trustees-bg_right-section {
	background-position: bottom right;
}

.serch_main_section {
	background-position: bottom center;
	background-size: 82%;
}

.team_bg_shap img.Banner-masked-photo {
	object-position: 0px 0px;
}

.policy_sec h2,
.policy_sec h3 {
	font: 700 22px / 1.2 "OpenSans-Bold", sans-serif;
	padding-top: 12px;
}

.policy_sec h4,
.policy_sec h5 {
	font: 700 30px / 1.2 "OpenSans-Bold", sans-serif;
}

.Investment-Approach-section .approach-card {
	background-color: rgba(145, 148, 150, 0.15);
	padding: 32px;
	border-radius: 30px;
	transition: all 0.2s ease;
}

/* .Investment-Approach-section .approach-card:hover {
	box-shadow: 6px 8px 16px #00000052;
	background-color: #C9DCE7;
	cursor: pointer;
} */

.Approach_row {
	row-gap: 24px;
}

.Approach_row .approach-card-title {
	display: flex;
	align-items: center;
}

.Approach_row .approach-card-title span {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #A4CF3C;
	border-radius: 50px;
	margin-right: 10px;
}

.team_poup {}

.modal-content-container {
	max-width: 62%;
}

.modal-image-container img {
	width: 88%;
	height: 232px;
	border-radius: 30px;
	object-fit: cover;
	object-position: top;
}

.modal-member-bio {
	padding-right: 86px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
	padding: 20px !important;
	margin-top: 16px !important;
}

header.site-header ul.nav-menu .mega-sub-menu li a[aria-current="page"] {
	color: #00548D !important;
}

header.site-header {
	position: relative !important;
	width: 100% !important;
	transition: background-color 0.4s ease, box-shadow 0.4s ease !important;
	z-index: 999 !important;
}

header.site-header.is-sticky {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	background-color: #00548D !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
}

.sub_tilte_banner span {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #A4CF3C;
	border-radius: 50px;
	margin-right: 10px;
}

#gform_confirmation_message_1 {
	background-color: #00548D !important;
	color: #fff !important;
	font: 700 18px / 1.2 "OpenSans-Bold", sans-serif !important;
	padding: 16px !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1) !important;
	text-align: center !important;
	border: 0px !important;
}

.card-right_arrow {
	text-align: right;
	position: relative;
	left: 28px;
	bottom: 50%;
}

article .entry-content {
	text-align: left !important;
}

article .entry-content li {
	text-align: left !important;
}

.section_spacer {
	height: 482px;
}

.team-section {
	min-height: auto !important;
}

/*------------------------------------ ============Media_Query==============------------------------------ */
@media(max-width:1600px) {
	.Banner-section {
		min-height: calc(100vh + 112px);
		height: 100vh;
	}

	.contnet_wrapper {
		padding: 62px 18px;
	}

	.vision-mission .side-img-wrapper img {
		height: 222px;
	}

	.modal-content-container {
		max-width: 76%;
	}
}

@media(max-width:1550px) {
	.left_full_img {
		min-height: 562px;
		object-fit: cover;
	}
}

@media(max-width:1400px) {
	.about_description_div {
		padding: 50px 102px 50px 25px;
	}
}

@media(max-width:1399px) {


	.Banner-masked-photo {
		width: 95%;
	}

	.Banner_description {
		padding-right: 0px;
	}

	.counter_row {
		padding-top: 26px;
	}

	.track-card {
		margin: 0;
		padding: 32px 8px;
	}

	.track-card .track-number {
		font: 700 50px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.counter_row .counter_title {
		padding: 0px 6px;
	}

	.Fund_Offerings_tab .item_tab {
		padding: 32px 22px 32px 30px;
	}

	.Fund_Offerings_tab .tab_description_div #fundTabsContent {
		padding-left: 22px;
	}

	.portfolio-item img {
		max-width: 232px;
		width: 100%;
	}

	.Team_row .profile_img {
		width: 99%;
		height: 272px;
	}

	.Team_row {
		margin-bottom: 56px;
	}

	/* --------Font------- */
	.OpenSans-Bold-60-72 {
		font: 700 56px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.OpenSans-Bold-50-60 {
		font: 700 46px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.margin_bottom_42_heading {
		margin-bottom: 36px;
	}

	.margin_bottom_42_description {
		margin-bottom: 36px;
	}

	.about-section {
		background-size: 40.8% !important;
		background-position: top right 56px;
	}

	.what_we_do {
		background-size: 42% !important;
		background-position: top right 66px;
	}

	.info_round_img {
		height: 412px;

	}

	.width_80 {
		width: 92% !important;
	}

	.home-video-section .video_div iframe {
		width: 76% !important;
		height: 482px !important;
		margin-top: 36px;
	}

	.fund-offerings-section .width_80 {
		width: 98% !important;
	}



	.Fund_Offerings_tab .tab_description_div {
		padding: 26px 42px;
	}

	.fund-offerings-section {
		background-size: 92%;
		background-position: right 46px center;
	}


	.portfolio-section .slider_row li img {
		height: 96px;
	}

	.team-card-wrapper .team-card {
		height: 352px;
	}

	.team-card-wrapper .team-card-content {
		padding: 36px 22px;
	}

	.team-card-wrapper .team-card-content {
		gap: 12px;
	}

	.management-team-section {
		background-position: top 28px right 112px;
		background-size: 86%;
	}

	.latest-news-section .post_col img {
		height: 382px;
	}

	.team-card-wrapper {
		padding: 0px 2px;
	}

	.latest-news-section .post_col img {
		height: 392px;
	}

	footer .footer_links p {
		gap: 6px;
		flex-wrap: wrap;
	}

	.Banner-masked-photo {
		height: 462px;
	}

	.Fund_about_banner {
		background-size: 45% !important;
	}

	.annual-reports-section .Reports_div .reports_img {
		height: 252px;
	}

	.value_div .description_para {
		padding: 0;
	}

	.width_92 {
		width: 100% !important;
	}

	.value_div .value_icon {
		width: 120px;
		height: 120px;
	}

	.events-section {
		background-position: center bottom 56px;
		background-size: 90%;
	}

	.single_team .team-card-wrapper .team-card {
		height: 306px;
	}

	.single_team .team-card-content {
		padding: 36px 10px;
	}

	.single_team .team-card-wrapper {
		height: 100%;
		padding: 0px 2px;
	}



	.blog_post_row .news_div .blog_img {
		height: 326px;
	}

	.contact-section {
		background-size: 86%;
	}

	#portfolio-filter-form {
		margin-top: 42px;
		padding: 0px 52px;
	}

	.portfolio_results_row .card-img-top img {
		height: 182px;
		margin-top: 26px;
		margin-bottom: 6px;
	}

	.black_ul_point li {
		margin-bottom: 4px;
	}

	.portfolio-section {
		background-position: bottom 140px center;
		background-size: 95%;
	}

	.portfolio_details .card-text {
		padding: 0px 12px 36px;
	}

	.search-filter-form {
		padding: 0;
		gap: 0;
	}

	.cta_masked-photo {
		object-position: 0px -35px;
	}

	.left_full_img {
		min-height: 592px;
	}

	.our-values .value_div {
		padding-right: 48px;
	}

	.modal-content-container {
		max-width: 80%;
	}

	header.site-header ul.mega-menu li a {
		padding: 0px 12px !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li a {
		padding: 8px 10px !important;
	}

	.Approach_row .approach-card-title {
		font: 700 22px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.section_spacer {
		height: 422px;
	}

	.team-section {
		min-height: auto !important;
		height: auto !important;
	}
}

/* Default – large screens */
@media (max-width:1399px) {

	section,
	header,
	footer {
		zoom: 0.88;
		/* 88% */
		max-width: 100%;
		box-sizing: border-box;
	}

	.latest-news-section,
	.similar-articles {
		zoom: unset !important;
	}
}

/* Small screens */
@media(max-width:1199) {
	body {
		zoom: unset !important;
	}

	.card-right_arrow {
		display: none !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li a {
		padding: 5px 10px !important;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		height: 100% !important;
		max-height: 100% !important;
	}
}





@media(max-width:1366px) {
	.fund-offerings-section {
		background-size: 95%;
		background-position: right 26px center;
	}

	.management-team-section {
		background-position: top 42px right 82px;
		background-size: 88%;
	}


	.contact-section {
		background-size: 92%;
	}

	.our-values .value_div {
		padding-right: 62px;
	}

	.even .about_description_div {
		padding: 50px 42px 50px 82px;
	}


}

@media(max-width:1200px) {
	.about-section {
		background-size: 46% !important;
		background-position: top right 40px;
	}

	.Fund_Offerings_tab #fundTabs {
		gap: 12px;
	}

	.annual-reports-section {
		background-size: contain;
	}

	.our-vision-mission-section {
		background-size: 98%;
	}

	.focus-area-approach-section {
		background-size: 96%;
	}

	.value_div .title {
		font: 700 26px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.about_description_div {
		padding: 50px 82px 50px 18px;
	}

	.Fund_Offerings_tab .tab_description_div {
		padding: 50px 42px;
	}

	.contnet_wrapper {
		padding: 62px 10px;
	}

	.contnet_wrapper .Titles {
		font: 700 36px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.contnet_wrapper {
		padding: 62px 18px;
	}

	.even .about_description_div {
		padding: 50px 42px 50px 82px;
	}

	.modal-content-container {
		max-width: 92%;
	}
}



@media(max-width:1199px) {

	.cta_masked-photo {
		height: 506px;
	}

	.contact-us-section {
		padding: 52px 0px;
	}

	.OpenSans-Bold-60-72 {
		font: 700 50px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.Banner-masked-photo {
		height: 378px;
	}

	.OpenSans-Bold-50-60 {
		font: 700 42px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.info_round_img {
		height: 372px;
	}

	.padding_left_56 {
		padding-left: 16px;
	}

	.padding_right_56 {
		padding-right: 16px;
	}

	.about-section {
		background-size: 44% !important;
	}

	.width_80 {
		width: 100% !important;
	}

	.home-video-section .video_div iframe {
		width: 96% !important;
		height: 482px !important;
		margin-top: 36px;
	}

	.fund-offerings-section {
		background-size: 92.8%;
	}

	.flex_wrap_row {
		flex-wrap: wrap;
	}

	.col_50 {
		width: 50% !important;
	}

	.col_33 {
		width: 33% !important;
	}

	.latest-news-section .post_col img {
		height: 342px;
	}

	.post_col .blog_title {
		font: 700 36px / 1.2 "OpenSans-Bold", sans-serif;
		margin-bottom: 22px;
	}

	header .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		background: #00548D;
		color: #fff;
		border-radius: 50px;
		padding: 2px 20px;
	}


	.margin_bottom_42_heading {
		margin-bottom: 28px;
	}

	.margin_bottom_42_description {
		margin-bottom: 32px;
	}

	footer .footer_links p {
		display: flex;
		align-items: center;
		row-gap: 8px;
	}

	footer .footer_links p {
		gap: 16px;
	}

	.single_offter_page_left_right {
		background-size: 96%;
	}

	.annual-reports-section {
		background-size: contain;
	}

	.annual-reports-section .Reports_div {
		gap: 26px;
	}

	.events-section {
		background-size: 92%;
		background-position: center;
	}

	.blog_post_row .news_div .blog_img {
		height: 280px;
	}

	.Section_82_padding {
		padding: 62px 0;
	}

	.blog_post_row .news_div {
		padding: 18px 6px 28px;
	}

	.blog_post_row .news_div .OpenSans-Bold-30-32 {
		font: 700 22px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.blog_post_row .news_div {
		gap: 22px;
	}

	.blog_post_row .news_div .blog_img {
		height: 266px;
	}

	.news-video {
		padding: 50px 0px;
	}

	.left_col_form form .gfield_label,
	.left_col_form form label {
		padding-right: 0px;
	}

	.form_div {
		padding-top: 42px;
	}

	.portfolio_results_row {
		row-gap: 40px;
	}

	.mega-menu-horizontal {
		padding: 26px 12px !important;
	}

	.mega-menu-horizontal a[aria-current="page"] {
		color: #fff !important;
		margin-bottom: 2px !important;
	}

	header.site-header ul.nav-menu li a[aria-current="page"],
	header.site-header ul.nav-menu li a {
		color: #fff !important;
	}

	.mega-menu-horizontal {
		gap: 16px !important;
	}

	.mega-menu-horizontal .mega-sub-menu {
		margin-top: 8px !important;
	}

	.mega-menu-horizontal .mega-sub-menu li {
		padding: 6px 0px !important;
	}

	.margin_bottom_28_heading {
		margin-bottom: 22px;
	}

	.Fund_Offerings_tab .item_tab {
		padding: 32px 12px 32px 18px;
	}

	.counter_row {
		padding-top: 20px;
	}

	.counter_row .col-lg-3 {
		padding: 0px 8px;
	}

	.track-card .track-number {
		font: 700 42px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.track-card .track-label {
		font: 700 16px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.Fund_Offerings_tab .tab_description_div {
		padding: 42px 28px;
	}

	.Fund_Offerings_tab .tab_description_div #fundTabsContent {
		padding-left: 16px;
	}

	.Fund_Offerings_tab .tab_description_div #fundTabsContent .tab_title_text {
		font: 700 35px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.Fund_Offerings_tab #fundTabs {
		gap: 10px;
	}

	.Team_row .profile_img {
		height: 216px;
	}

	.member-details h3.title_same_height {
		font: 700 20px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.OpenSans-Bold-30-40 {
		font: 700 25px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.vision-mission .side-img-wrapper img {
		width: 92%;
	}

	.our-values .value_div {
		padding-right: 22px;
	}

	#portfolio-filter-form {
		padding: 0px 0px;
		margin-bottom: 40px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {
		align-items: center;
	}

	.modal-content-container {
		max-width: 76%;
	}

	.modal-member-bio {
		padding-right: 16px;
	}

	.modal-image-container img {
		width: 100%;
		height: 218px;
	}

	.modal-right-side {
		padding-left: 32px;
	}

	.blog_post_row .news_div .title_same_height {
		font: 700 20px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.border_radius_58 {
		border-radius: 22px;
	}

	.annual-reports-section .Reports_div {
		padding: 0px;
	}

	.annual-reports-section .Reports_div .reports_img {
		height: 220px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
		background: transparent !important;
		padding: 6px 0px 0px !important;
		margin-top: 0px !important;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		height: 100% !important;
		max-height: 100% !important;
	}
}

@media(max-width:1024px) {

	.cta_masked-photo,
	.Banner-masked-photo {
		height: 460px;
	}

	.contact-us-section {
		padding: 72px 0px;
	}

	.portfolio-section .slider_row li img {
		height: 82px;
	}

	.Banner-masked-photo {
		height: 412px;
	}

	.padding_left_56 {
		padding-left: 12px;
	}

	.padding_right_56 {
		padding-right: 12px;
	}

	.value_div .title {
		font: 700 25px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.single_team .team-card-wrapper .col_33 {
		width: 50% !important;
	}

	.single_team .team-card-wrapper .team-card {
		height: 372px;
	}

	.single-news .news-image img {
		height: 500px;
		object-fit: cover;
		margin-bottom: 52px;
	}

	.news-video {
		padding: 42px 0px;
	}

	.news-downloads {
		padding-top: 22px;
	}

	#portfolio-filter-form {
		margin-top: 22px;
		padding: 0px 20px;
		margin-bottom: 42px;
	}

	.counter_row .col-lg-3 {
		padding: 0px 12px;
	}

	.counter_row {
		row-gap: 26px;
	}

	.track-card .track-label {
		font: 700 18px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.about_description_div {
		padding: 50px 26px 50px 18px;
	}

	.our-values .value_div {
		padding-right: 26px;
	}

	.even .about_description_div {
		padding: 50px 42px 50px 50px;
	}

	.modal-content-container {
		max-width: 90%;
	}


	.news_slider_row .post_img {
		height: 322px;
	}
}


@media(max-width:991px) {
	.cta_description {
		margin: 26px 0px;
	}

	.cta_masked-photo {
		height: 366px;
	}

	.contact-us-section {
		padding: 58px 0px;
	}

	.row_gap_32 {
		row-gap: 40px;
	}

	.margin_bottom_42_description {
		margin-bottom: 26px;
	}

	.flex_column_reverse {
		flex-direction: column-reverse;
	}

	.Banner-masked-photo {
		width: 100%;
	}

	.Banner-masked-photo {
		height: 496px;
	}

	.padding_left_56 {
		padding-left: 6px;
	}

	.info_round_img {
		height: 392px;
	}

	.home-video-section .video_div iframe {
		height: 436px !important;
	}

	.Fund_Offerings_tab .item_tab {
		padding: 32px 8px 32px 18px;
	}

	.OpenSans-Bold-50-60 {
		font: 700 38px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.Tab_content_center {
		text-align: center !important;
	}

	.portfolio-section .slider_row li img {
		height: 72px;
	}

	.team-card-wrapper {
		padding: 0px !important;
	}

	.latest-news-section .post_col {
		padding: 0;
	}

	.latest-news-section .post_col img {
		height: 262px;
	}

	.border_radius_58 {
		border-radius: 38px;
	}

	.Fund_Offerings_tab .tab_description_div {
		padding: 22px 26px;
	}

	.post_col .blog_title {
		font: 700 28px / 1.2 "OpenSans-Bold", sans-serif;
		margin-bottom: 16px;
	}

	.latest-news-section .post_col .blog_para {
		padding-right: 0;
	}

	.Section_82_padding_bottom {
		padding-top: 32px;
	}

	footer .footer_links p {
		justify-content: center;
		padding-bottom: 12px;
		flex-wrap: wrap;
	}

	.padding_right_0 {
		padding-right: 0px !important;
	}

	.annual-reports-section .Reports_div .reports_img {
		height: 312px;
	}

	.left_list_icon li {
		text-align: center !important;
	}

	.white_ul_point li::before {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin-right: 6px;
		margin-bottom: 4px;
	}

	.left_list_icon li {
		padding-left: 0;
	}

	.col_33 {
		width: 48% !important;
	}

	.single_team .team-card-wrapper .team-card {
		height: 356px;
	}

	.blog_post_row .col_33 {
		width: 50% !important;
	}

	.single-news .news-image img {
		border-radius: 36px;
		height: 362px;
	}

	.social_details {
		padding: 22px 0px;
	}

	.contact-map iframe {
		width: 100% !important;
		height: 366px;
		margin-bottom: 22px;
	}

	.form_div .right_col .social {
		justify-content: center;
	}

	.portfolio_details .card-text {
		padding: 0px 6px 22px;
	}

	.portfolio_results_row {
		row-gap: 26px;
	}

	.portfolio_results_row .card-img-top img {
		height: 156px;
		margin-top: 16px;
		margin-bottom: 0px;
	}

	.search-filter-form {
		padding: 0;
		gap: 10px;
		margin-top: 40px !important;
		margin-bottom: 52px;
	}

	.serch_main_section {
		background-position: bottom center;
		background-size: 96% !important;
	}

	.mobile_j_center {
		justify-content: center;
	}

	.about_description_div {
		padding: 52px;
	}

	.left_full_img {
		height: 532px;
		width: 100%;
		object-position: center;
		min-height: auto;
	}

	.Fund_Offerings_tab .tab_description_div {
		flex-wrap: wrap;
	}

	.Fund_Offerings_tab .item_tab {
		border-top-left-radius: 38px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 38px;
		padding: 32px;
	}

	.Fund_Offerings_tab .tab_description_div #fundTabsContent .tab_title_text {
		font: 700 28px / 1.2 "OpenSans-Bold", sans-serif;
		margin-bottom: 16px;
	}

	.Fund_Offerings_tab .tab_description_div {
		padding: 42px 26px 32px;
	}

	.tab_description_div .title_img {
		width: 100%;
	}

	.Fund_Offerings_tab .tab_description_div #fundTabsContent {
		padding-left: 0;
		padding-top: 32px;
	}

	.portfolio-grid {
		gap: 0px;
	}

	.portfolio-images {
		justify-content: center !important;
	}

	.portfolio-item img {
		max-width: 156px;
		width: 100%;
		height: 120px;
	}

	.portfolio-images {
		margin-bottom: 26px;
	}

	.news_slider_row .post_img {
		height: 338px;
		width: 100%;
		margin-bottom: 32px;
	}

	.our-values .value_div {
		padding: 0px 16px;
		text-align: center;
	}

	.modal-content-container {
		max-width: 68%;
	}

	.modal-body {
		flex-wrap: wrap;
	}

	.modal-right-side {
		padding-left: 4.2px;
		padding-top: 22px;
	}

	.modal-content-container {
		padding: 32px !important;
	}

	.modal-right-header {
		margin-bottom: 12px !important;
	}

	.modal-body {
		margin-top: 0px !important;
	}

	.modal-member-bio {
		padding-right: 0px;
	}

	.margin_bottom_20 {
		margin-bottom: 10px;
	}

	.sub_tilte_banner {
		justify-content: center;
	}
}

@media(max-width:884px) {
	.modal-image-container img {
		height: 188px;
		border-radius: 18px;
	}
}

@media(max-width:768px) {
	.Section_82_padding_bottom {
		padding-bottom: 62px;
	}

	.track-card .track-label {
		font: 700 16px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.left_full_img {
		height: 492px;
	}

	.Fund_Offerings_tab #fundTabs {
		gap: 8px;
	}

	.Fund_Offerings_tab .tab_description_div #fundTabsContent {
		padding-left: 0;
		padding-top: 0;
	}

	.left_full_img {
		height: 492px;
	}

	.Section_82_padding {
		padding: 62px 0;
	}

	.news-filter {
		gap: 16px;
	}

	.blog_post_row {
		margin-bottom: 32px;
	}



	#load-more-port,
	#load-more-search {
		margin-top: 52px;
	}

	.portfolio-section {
		background-position: bottom 98px center;
		background-size: 95%;
	}

	.modal-content-container {
		max-width: 86%;
	}

	.modal-image-container img {
		height: 216px;
	}
}

@media(max-width:767px) {
	.Banner-masked-photo {
		height: 376px;
	}

	.info_round_img {
		height: 362px;
	}

	.home-video-section .video_div iframe {
		height: 362px !important;
		width: 100% !important;
	}

	.Fund_Offerings_tab .item_tab {
		border-top-left-radius: 38px;
		border-top-right-radius: 38px;
		border-bottom-left-radius: 0px;
		padding: 32px 22px 32px 28px;
	}

	.Fund_Offerings_tab .tab_description_div {
		padding: 40px 26px;
	}

	.portfolio-images {
		justify-content: space-between !important;
	}

	.col_50 {
		width: 100% !important;
	}

	.latest-news-section .post_col img {
		height: 362px;
	}

	.mobile_content_center {
		text-align: center !important;
	}

	button.menu-toggle {
		display: none !important;
	}

	.team-card-wrapper .team-card,
	.team-card-wrapper .team-card-content {
		border-radius: 36px;
	}

	.team-card-wrapper .team-card-content {
		padding: 16px 22px;
	}

	.margin_top_80 {
		margin-top: 62px;
	}

	.margin_bottom_80 {
		margin-bottom: 62px;
	}

	.cta_masked-photo {
		height: 452px;
	}

	.contact-us-section {
		padding: 58px 6px;
	}

	.title_same_height {
		height: auto !important;
	}

	.col_33 {
		width: 100% !important;
	}

	.bg_brand_blue .OpenSans-Regular_description a {

		padding-top: 12px;
	}

	.annual-reports-section .Reports_div {
		gap: 22px;
	}

	.white_btn .load-more-btn,
	.blue_btn .load-more-btn {
		margin-top: 42px;
	}

	.single-news .news-image img {
		border-radius: 32px;
		height: 328px;
		margin-bottom: 42px;
	}

	.form_div {
		padding-top: 32px;
	}

	.right_col h4.title {
		font: 700 26px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.left_col_form form .input_fill_field input {
		padding: 6px 10px !important;
		height: 40px !important;
	}

	#portfolio-filter-form {
		margin-top: 38px;
		padding: 0px;
		margin-bottom: 42px;
	}

	.portfolio_results_row .card-img-top img {
		height: unset;
		margin-top: 26px;
		margin-bottom: 0px;
	}

	.portfolio_details .card-title {
		padding: 42px 0px 22px;
	}

	.select_tab_filed select option {
		font: 400 15px / 1.2 "OpenSans-Regular", sans-serif !important;
	}

	.portfolio_details .card-text {
		padding: 0px 0px 22px;
	}

	.Team_row .profile_img {
		height: 420px;
	}

	.splide__arrow svg {
		display: none !important;
	}

	.news_slider_row .splide {
		padding: 0px;
	}

	.news_slider_row .post_img {
		height: 272px;
		width: 100%;
		margin-bottom: 20px;
	}

	ul.splide__pagination {
		display: block !important;
		text-align: center;
	}

	.Team_row {
		margin-bottom: 42px;
		text-align: center;
	}

	.splide__pagination {
		position: relative !important;
		top: 22px !important;
	}

	.splide__pagination__page {
		width: 12px !important;
		height: 12px !important;
		background-color: #00548d85 !important;
	}

	.splide__pagination__page.is-active {
		background-color: #00548D !important;
	}

	.mobile_hide {
		display: none;
	}

	.side-img-wrapper {
		flex-wrap: wrap;
	}

	.vision-mission .side-img-wrapper img {
		height: 368px;
	}

	.contnet_wrapper {
		padding: 50px 18px;
		height: auto !important;
	}

	.even .about_description_div {
		padding: 52px 19px;
	}

	.Approach_row .approach-card-title {
		justify-content: center;
	}

	.Investment-Approach-section .approach-card {
		height: auto !important;
		padding: 32px 22px;
	}

	.Approach_row .approach-card-title span {
		display: none;
	}

	.modal-right-side {
		text-align: left;
	}

	/* .modal-image-container img {
		width: 68%;
	} */

	.modal-content-container {
		max-width: 65%;
	}

	.modal-image-container {
		text-align: left;
	}

	.modal-image-container img {
		width: 62%;
		height: 232px;
	}

	.blog_post_row .news_div .blog_img {
		height: 222px;
	}

	.sub_tilte_banner {
		font-size: 20px;
	}

	.sub_tilte_banner span {
		width: 12px;
		height: 12px;
		margin-right: 6px;
	}

	.section_spacer {
		height: 232px;
	}
}

@media(max-width:684px) {
	.OpenSans-Bold-60-72 {
		font: 700 40px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.Section_82_padding_bottom {
		padding: 26px 10px 52px;
	}

	.margin_bottom_32 {
		margin-bottom: 26px;
	}

	.Banner-masked-photo {
		height: 266px;
	}

	.counter_row .counter_title {
		padding: 0;
		font: 400 16px / 1.2 "OpenSans-Regular", sans-serif;
	}

	.OpenSans-Bold-50-60 {
		font: 700 35px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.margin_bottom_42_heading {
		margin-bottom: 26px;
	}

	.info_round_img {
		height: 262px;
	}

	.Section_82_padding {
		padding: 52px 8px;
	}

	.home-video-section .video_div iframe {
		margin-top: 22px;
	}

	.home-video-section .video_div iframe {
		height: 296px !important;
	}

	.margin_bottom_32 {
		margin-bottom: 16px;
	}

	.Fund_Offerings_tab .tab-content .title {
		font: 700 28px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.portfolio-section .slider_row {
		margin-top: 26px;
	}

	.cta_masked-photo {
		height: 382px;
	}

	.latest-news-section .post_col img {
		height: 332px;
		border-radius: 26px;
	}

	/* .contact-us-section {
		margin-top: 32px;
	} */

	.latest-news-section .post_col .OpenSans-Regular_description {
		margin-bottom: 10px;
	}

	.portfolio-section .slider_row li img {
		height: 52px;
		width: 72%;
	}

	footer .footer_links p a {
		padding-right: 0px;
	}

	.focus-area-approach-section .row_gap_32 {
		row-gap: 32px;
	}

	.row_gap_66 {
		row-gap: 42px;
	}

	.blog_post_row .col_33 {
		width: 100% !important;
	}

	.blog_post_row {
		padding-top: 28px;
	}



	.news-filter {
		gap: 12px;
	}

	.blog_post_row .news_div .blog_img {
		height: 336px;
	}

	.desc_same_height {
		height: auto !important;
	}

	.Section_82_padding {
		padding: 56px 6px;
	}

	.news-video {
		padding: 32px 0px;
	}

	#portfolio-filter-form {
		gap: 0px;
	}

	.portfolio_results_row .portfolio-items .item-card {
		padding: 20px 20px 32px;
	}

	.portfolio_results_row .card-img-top img {
		height: unset;
		margin-top: 18px;
		margin-bottom: 0px;
		width: 72%;
	}

	#portfolio-filter-form {
		margin-top: 0px;
		padding: 0px 12px;
		margin-bottom: 32px;
	}

	.search-filter-form {
		margin-top: 26px !important;
		margin-bottom: 32px;
	}

	.blog_post_row .news_div:hover .blog_img {
		height: 312px;
		width: 95%;
	}

	.gap_18 {
		gap: 12px;
		flex-wrap: wrap;
	}

	.Banner-section .banner-content {
		padding: 52px 6px 0px;
	}

	.Banner-section {
		min-height: 92vh;
	}

	.counter_row .col-lg-3 {
		padding: 0px 6px;
	}

	.counter_row {
		row-gap: 12px;
	}

	.track-card {
		border-radius: 22px;
	}

	.track-card .track-number {
		font: 700 32px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.about_description_div {
		padding: 52px 16px;
	}

	.left_full_img {
		height: 292px;
	}

	.Fund_Offerings_tab .tab_description_div {
		padding: 40px 20px;
	}

	.tab_description_div .title_img {
		height: 252px;
	}

	.portfolio-item {
		flex: 0 0 calc(50% - 12px);
	}

	.portfolio-item:nth-child(5n + 4),
	.portfolio-item:nth-child(5n + 5) {
		flex: 0 0 calc(50% - 12px);
	}

	.Team_row .profile_img {
		height: 316px;
	}

	.news_slider_row .splide {
		padding: 0px 10px;
	}

	.vision-mission .side-img-wrapper img {
		height: 240px;
	}

	.modal-content-container {
		max-width: 92%;
	}

	.modal-content-container {
		padding: 26px 16px !important;
	}

	.modal-member-name {
		font: 700 26px / 1.2 "OpenSans-Bold", sans-serif;
	}

	.modal-member-position {
		font: 400 20px / 1.2 "OpenSans-Regular", sans-serif;
	}

	.modal-member-bio {
		font: 400 16px / 1.2 "OpenSans-Regular", sans-serif;
	}

	.member-details {
		margin-top: 6px !important;
	}

	.portfolio-group-row .portfolio-item img {
		max-width: 162px;
	}


	.portfolio-group-row {

		/* gap: 42px; */
		row-gap: 40px;

	}

	.portfolio-group-row.col-lg-6>.portfolio-item:nth-child(2) {
		top: calc(50% - 42px);
	}

}

/*.para_last_child.member_info {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #333333 transparent;
}*/

.para_last_child.member_info {
	overflow-y: scroll;
}

/* Safari / iOS / Chrome */
.para_last_child.member_info::-webkit-scrollbar {
	width: 6px;
	/* Thin scrollbar */
}

.para_last_child.member_info::-webkit-scrollbar-track {
	background: transparent;
	/* Scrollbar track color */
}

.para_last_child.member_info::-webkit-scrollbar-thumb {
	background-color: #333333;
	/* Scrollbar thumb */
	border-radius: 10px;
}



.custom-select {
	position: relative;
	width: 100%;
}

.select-trigger {
	background-color: transparent !important;
	color: #000 !important;
	border: 3px solid #A4CF3C !important;
	border-radius: 50px !important;
	padding: 10px 16px !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.options {
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	background: #cfcfcf;
	border-radius: 18px;
	padding: 0;
	list-style: none;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
	display: none;
	z-index: 999;
	margin: 0px;
}

.options li {
	padding: 10px 20px;
	cursor: pointer;
	font: 400 18px / 1.2 "OpenSans-Regular", sans-serif;
}

.options li:hover {
	background: rgba(0, 0, 0, 0.1);
}

.js-custom-select {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.select-arrow {
	/* display: inline-flex; */
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease;
}

.custom-select.open .select-arrow {
	transform: rotate(180deg);
}

.portfolio-group-row.col-lg-6>.portfolio-item:nth-child(2) {
	position: relative;
	top: calc(50% - 72px)
}

.marquee {
	animation: marquee 40s linear infinite;
}

.marquee:hover {
	animation-play-state: paused;
}

@keyframes marquee {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-240%);
	}

}

@media (min-width: 768px) {

	/* Tailwind CSS md: breakpoint */
	@keyframes marquee {
		0% {
			transform: translateX(0%);
		}

		100% {
			transform: translateX(-180%);
		}

		/* img width (60%) * no. unique images */
	}
}

@media (min-width: 1024px) {

	/* Tailwind CSS lg: breakpoint */
	@keyframes marquee {
		0% {
			transform: translateX(0%);
		}

		100% {
			transform: translateX(-120%);
		}

		/* img width (40%) * no. unique images */
	}
}

/* hide by default */
.event-location,
.event-btn_booking {
	display: none;
}

/* show only when Events tab active */
.show-event .event-location,
.show-event .event-btn_booking {
	display: block;
}

.show-event .event-btn_booking {
	background-color: #fff !important;
	color: #000!important;
}