/*!
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
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*******************
SEQUENCE ADVISOR CSS
*******************/
:root {
	--primary-color: #000000;
	--secondary-color: #FFFFFF;
	--accent-color: #373c42;
	--light: #FFFFFF;
	--dark: #000000;
}

@font-face {
	font-family: "Poppins-Regular";
	font-display: swap;
	src: url("./fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-Medium";
	font-display: swap;
	src: url("./fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-SemiBold";
	font-display: swap;
	src: url("./fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-Bold";
	font-display: swap;
	src: url("./fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "Century-Gothic";
	font-display: swap;
	src: url("./fonts/Century-Gothic.ttf") format("truetype");
}

body {
	overflow-x: hidden;
	background-color: var(--primary-color) !important;
	color: var(--dark) !important;
}
.post, .page {
    margin: 0;
}
header {
	position: relative;
	z-index: 99;
}
.poppins-regular-18-21 {
	font: 400 18px / 1.2 "Poppins-Regular", sans-serif;
}
.poppins-bold-18-21 {
	font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
}
.poppins-regular-11-13 {
	font: 400 11px / 1.2 "Poppins-Regular", sans-serif;
}
.poppins-bold-80-96 {
	font: 700 80px / 1.2 "Poppins-Bold", sans-serif;
}
.poppins-bold-55-66 {
	font: 700 55px / 1.2 "Poppins-Bold", sans-serif;
}
.poppins-bold-30-36 {
	font: 700 30px / 1.2 "Poppins-Bold", sans-serif;
}
.poppins-regular-35-42 {
	font: 400 35px / 1.2 "Poppins-Regular", sans-serif;
}
.poppins-bold-35-42 {
	font: 700 35px / 1.2 "Poppins-Bold", sans-serif;
}
.century-gothic-24-28 {
	font: 400 24px/1.2 "Century-Gothic", sans-serif;
}
p{
	font: 300 18px / 1.2 "Poppins-Regular", sans-serif;
	color: #000000;
}
strong {
	font-family: "Poppins-Bold", sans-serif;
	font-weight: 700 !important;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
}
a:visited {
    color: #000000;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	justify-content: space-between;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:first-of-type {
	padding-left: 24px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font: 400 18px / 1.2 "Poppins-Regular", sans-serif;
	height: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	font: 700 18px / 21.6px "Poppins-Bold", sans-serif;
	color: var(--light);
	position: relative;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after {
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	width: 75%;
	top: 100%;
	background-color: var(--light);
	left: 0;
	right: 0;
	margin: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus::after {
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	width: 75%;
	top: 100%;
	background-color: var(--light);
	left: 0;
	right: 0;
	margin: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item .mega-indicator::after {
	transition: all 0.3s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on .mega-indicator::after {
	transform: rotate(180deg);
	transition: all 0.3s;
}
/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
	transform: translate(-35px, 0px) !important;
} */
/* li.mega-current-menu-item a.mega-menu-link[aria-current="page"]:not([href*="#"]) {
    font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
    color: var(--light) !important;
} */
li.mega-current-menu-item a.mega-menu-link[aria-current="page"]:not([href*="#"]) {
    font: 700 18px / 1.2 "Poppins-Bold", sans-serif !important;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
.logo-area {
	background: var(--light);
    border-bottom-right-radius: 90px;
}
.site-logo-wrapper {
	padding: 16px 0;
}
.site-logo-wrapper a {
	display: inline-flex;
}
.site-logo-wrapper a img {
	width: 75%;
}
.accent-color{
	color: var(--accent-color);	
} 
.header-wrapper {
	background-image: linear-gradient(to right, #ffffff 20%, transparent 15%);
}
.social-links-wrapper {
	text-align: end;
}
.social-links-wrapper .header-top-icon-wrapper {
    padding-right: 0;
}
.header-top {
    text-align: end;
	padding-bottom: 16px;
}
.header-top-icon-wrapper span {
    color: var(--light);
    background-color: var(--accent-color);
    padding: 4px;
    font-size: 14px;
}
.header-top-icon-wrapper {
	margin-right: 12px;
}
.site-footer {
	background-color: var(--light);
	padding-top: 120px;
	padding-bottom: 10px;
}
.footer-inner {
    justify-content: space-between;
}
.footer-logo-wrapper a img {
	width: 60%;
}
.footer-social-links-section {
	width: 11% !important;
}
.footer-social-links-section .header-top-icon-wrapper {
	margin-right: 6px;
}
.footer-contact-section {
    padding-left: 90px !important;
}
.footer-contact-section a {
	color: var(--primary-color);
}
.footer-contact-section a:hover {
	color: var(--primary-color);
}
.footer-contact-section h4,
.footer-social-links-section h4 {
	padding-bottom: 20px;
}
.footer-contact-inner {
	display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.footer-map-section {
	width: 30% !important;
}
.footer-map-section iframe {
	height: 240px;
}
.footer-copyright-section {
    padding-top: 60px;
	font: 400 11px / 1.2 "Poppins-Regular", sans-serif;
}
.footer-copyright-section .col-12 {
	column-gap: 64px;
}
.footer-copyright-section {
	margin-bottom: 1rem;
}
.footer-copyright-section a,
.footer-copyright-section a:hover {
	color: var(--primary-color);
}
.footer-copyright {
	display: flex;
	justify-content: space-between;
}
.footer-copyright-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 4px;
}
.footer-copyright-inner p {
	margin-bottom: 0;
}
.footer-bottom-links,
.footer-bottom-data {
	display: flex;
	column-gap: 64px;
}
.footer-bottom-links p, 
.footer-bottom-links a,
.footer-copyright a,
.footer-bottom-data p {
	color: var(--primary-color);
	font: 400 11px / 1.2 "Poppins-Regular", sans-serif;
}
.footer-bottom-links a:hover {
	color: var(--primary-color);
}

/* HOMEPAGE CSS */
.banner-section {
	position: relative;
    /* min-height: 100vh; */
    margin-top: -180px;
    /* padding-top: 180px; */
	padding-top: 55vh;
	padding-bottom: 25vh;
    display: flex;
    align-items: end;
	overflow-x: hidden;
}
.banner-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
    right: -2%;
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 1;
}
.text-white p,
.text-white a,
.text-white a:hover {
	color: var(--secondary-color);
}
.text-black p,
.text-black a,
.text-black a:hover {
	color: var(--primary-color);
}
.primary-button {
	display: inline-block;
	background-color: var(--secondary-color);
	color: var(--primary-color) !important;
	font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
	border-radius: 22.157px;
	padding: 10px 28px;
}
.secondary-button {
	display: inline-block;
	background-color: var(--primary-color);
	color: var(--secondary-color) !important;
	font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
	border-radius: 22.157px;
	padding: 10px 28px;
}
.primary-button:hover,
.primary-button:focus,
.primary-button:visited {
	color: var(--primary-color) !important;
}
.secondary-button:hover,
.secondary-button:focus,
.secondary-button:visited {
	color: var(--secondary-color) !important;
}
.banner-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	z-index: 2;
}
.banner-title {
    padding-right: 60px;
}
.banner-description {
    padding-right: 38vw;
}
.about-section {
	/* padding-top: 25vh; */
	position: relative;
	 display: flex;
    /* align-items: end; */
	overflow: hidden;
	z-index: 1;
}
.banner-bg-left {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
    left: -2%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
}
.about-section .banner-inner {
	padding-top: 15vh;
}
.text-description {
    padding-right: 8vw;
}
.text-description p {
	font: 400 18px / 1.2 "Poppins-Regular", sans-serif;
}
.image-desc-section {
	padding-top: 25vh;
	padding-bottom: 25vh;
    row-gap: 72px;
}
.box-inner-desc {
    /* padding-right: 142px !important; */
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.box-inner-image {
	text-align: center;
}
.box-inner-image img {
    width: auto;
    height: 300px;
    object-fit: contain;
}
.our-clients-section {
	position: relative;
	background-color: var(--light);
	padding-top: 20vh;
	padding-bottom: 20vh;
	overflow: hidden;
	z-index: 1;
}
.our-clients-section .banner-bg {
	background-size: contain;
	z-index: -1;
	height: 100%;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
	row-gap: 20px;
	padding: 0 80px;
}
.clients-slider-wrapper .slick-list {
	width: 90%;
	margin: auto;
}
.client-logo-wrapper {
    display: flex;
    /* justify-content: center; */
	justify-content: space-evenly;
}
.client-logo-wrapper a {
	display: flex;
}
.client-logo-wrapper img, 
.client-logo-wrapper a img{
    height: 90px;
	width: 80%;
	object-fit: contain;
}
.carousel-control-next, 
.carousel-control-prev {
    opacity: 1 !important;
}
.carousel-item {
	padding: 0 10%;
}
#clients-slider {
    padding-top: 9vh;
}
.services-section {
	position: relative;
	padding-top: 20vh;
	padding-bottom: 20vh;
	overflow: hidden;
	z-index: 1;
}
.service-inner-right,
.service-inner-left {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.service-inner-right {
	padding-right: 142px !important;
}
.service-single {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-right: 190px;
}
.service-single a, .service-single a:hover, 
.service-single a:focus, .service-single a:visited {
    color: var(--light);
}
.our-sector-section,
.testimonial-section {
	position: relative;
	background-color: var(--light);
	padding-top: 20vh;
	padding-bottom: 20vh;
	overflow: hidden;
	z-index: 1;
}
.our-sector-section-dark,
.testimonial-section-dark {
	position: relative;
	background-color: var(--dark);
	padding-top: 20vh;
	padding-bottom: 20vh;
	overflow: hidden;
	z-index: 1;
}
.our-sector-section-dark {
	padding-bottom: 0;	
}
.our-sector-section .banner-bg {
	background-size: 50%;
	z-index: -1;
}
.sector-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 50px;
	padding-top: 10vh;
}
.sector-single {
    background: #373c42;
	border: 2px solid #cccccc;
	padding: 64px;
	width: 100%;
}
.sector-single-inner {
    align-items: center;
	row-gap: 20px;
}
.sector-image img {
    height: 200px;
    object-fit: contain;
    width: auto;
}
.sector-description {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.our-founders-section {
	position: relative;
	padding-top: 15vh;
	padding-bottom: 15vh;
	overflow: hidden;
	z-index: 1;
}
.banner-bg-bottom-left {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
    left: -2%;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

.team-section {
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.team-member {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.team-member-desc {
    padding: 0 60px;
}
.testimonial-section .banner-bg,
.testimonial-section-dark .banner-bg {
	position: absolute;
	display: block;
	width: 80%;
	height: 80%;
	top: 15%;
	left: 15%;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: right 30% top 50%;
	z-index: -1;
}
.testimonial-section .carousel-item,
.testimonial-section-dark .carousel-item {
    padding: 0 15%;
}
.testimonial-section .carousel-control-next {
    right: 30px;
}
.author-review {
    padding-bottom: 20px;
}
.author-review p {
	/* font: 400 28px / 1.2 "Poppins-Regular",sans-serif; */
	font: 400 22px / 1.2 "Poppins-Regular",sans-serif;
}
.company-name {
	/* font: 400 24px / 1.2 "Poppins-Regular",sans-serif; */
	font: 400 18px / 1.2 "Poppins-Regular",sans-serif;
}
.author-name {
	/* font: 700 28px / 1.2 "Poppins-Bold",sans-serif; */
	font: 700 22px / 1.2 "Poppins-Bold",sans-serif;
}

.latest-news-section {
	position: relative;
	padding-top: 20vh;
	padding-bottom: 5vh;
	overflow: hidden;
	z-index: 1;
}
.latest-news-section .banner-bg {
	position: absolute;
	display: block;
	width: 70%;
	height: 70%;
	top: 0;
    right: 0;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center right;
	z-index: -1;
}
.latest-post-section-wrapper {
    padding-top: 20vh;
    padding-bottom: 10vh;
	row-gap: 50px;
}

.post-image-wrapper {
    margin-right: -50px;
    margin-left: 50px;
}
.post-content-wrapper {
	display: flex;
    flex-direction: column;
    row-gap: 25px;
	margin-right: 50px;
	margin-left: -50px;
}
.latest-post-inner .even-post {
	flex-direction: row-reverse;
}
.even-post .post-image-wrapper {
	margin-right: 50px;
	margin-left: -50px;
}
.even-post .post-content-wrapper {
	position: relative;
	display: flex;
    flex-direction: column;
    row-gap: 25px;
	margin-right: -50px;
    margin-left: 50px;
	padding-left: 120px;
	z-index: 1;
}
.contact-section {
	position: relative;
	padding-top: 25vh;
	padding-bottom: 25vh;
	overflow: hidden;
	z-index: 1;
}
.contact-section .banner-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
    right: 0;
	background-size: 42%;
	background-repeat: no-repeat;
	background-position: left 0 top 50px;
	z-index: -1;
}
.banner-title.banner-about {
    padding-right: 27vw;
}
.about-inner {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 24px;
	padding-bottom: 120px;
}
.team-section {
    row-gap: 40px;
}
.team-page.banner-section .banner-bg {
    background-size: 29%;
}
.team-page.contact-section .banner-bg {
    width: 85%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: center left;
}
.team-page.our-founders-section {
	padding-top: 7vh;
	padding-bottom: 7vh;
}
.job-vacancy-section {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.job-listing-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.job-single-list-wrapper {
    background-color: var(--secondary-color);
	padding: 64px 100px;
}
.job-single-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.load-more-wrapper button {
    padding: 10vh 0;
}
.load-more-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-career-page .banner-bg {
	background-size: 27%;
}
.about-section.single-career {
    padding-top: 12vh;
	padding-bottom: 7vh;
}
.about-section.single-career .banner-bg-left {
	background-size: 35%;
	top: 12vh;
}
.single-career.single-career-desc ul {
	padding-left: 1rem;
	margin: 0 0 1em 1em;
}
.single-career.single-career-desc p {
    font: 400 18px / 1.2 "Poppins-Regular", sans-serif;
    padding-right: 32px;
}
.how-to-apply-wrapper {
	display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding-right: 80px;
    padding-top: 16px;
}
.social-links-dark a{
	margin-right: 6px;
}
.contact-details-section {
	padding-top: 7vh;
	padding-bottom: 14vh;
}
.contact-details-desc {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contact-desc {
    padding-right: 280px;
	padding-bottom: 16px;
}
.contact-details-inner {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.contact-form-section {
	position: relative;
	padding-top: 7vh;
	padding-bottom: 21vh;
	overflow: hidden;
	z-index: 2;
}
.contact-form-section .banner-bg-left {
	z-index: 0;
	background-position: bottom left;
}
/* .contact-image-wrapper {
    margin-left: 50px;
    margin-right: -50px;
}
.contact-form-wrapper {
    margin-left: -50px;
    margin-right: 50px;
} */
#gform_wrapper_1 .gform_title {
	font: 700 30px/1.2 "Poppins-Bold", sans-serif;
}
#gform_wrapper_1 legend,
#gform_wrapper_1 label {
	font: 400 18px/1.2 "Poppins-Regular", sans-serif;
	color: var(--secondary-color);
}
.gform_submission_error.hide_summary,
.gfield_description.validation_message.gfield_validation_message {
	font: 400 14px/1.2 "Poppins-Regular", sans-serif;
}
.gform_confirmation_message_2.gform_confirmation_message {
	font: 400 18px/1.2 "Poppins-Bold", sans-serif;
}
#gform_wrapper_2 legend,
#gform_wrapper_2 label {
	padding-bottom: 8px;
}
.gform-theme--foundation .gform_fields {
	row-gap: 10px !important;
}
.gform_required_legend {
    display: none;
}
.ginput_container.ginput_container_consent {
    display: flex;
    column-gap: 12px;
}
.ginput_container.ginput_container_consent label {
	font: 400 16px/1.2 "Poppins-Regular", sans-serif !important;
}
#gform_fields_1 input:not([type="checkbox"]) {
    background: var(--secondary-color);
    border-radius: 0;
    height: 42px;
}
#gform_fields_1 input[type="checkbox"] {
	border: 2.5px solid #fff !important;
    border-radius: 6px !important;
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    display: inline-block;
    margin-top: 2px !important;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    font-family: var(--gf-icon-font-family) !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--light);
    content: var(--gf-icon-ctrl-checkbox);
    font-size: var(--gf-ctrl-checkbox-check-size);
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    opacity: 1;
}
#gfom_fields_1 input[type="checkbox"]:checked::after {
	content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#input_1_4 {
    background-color: var(--secondary-color);
	color: var(--primary-color);
	height: 100px;
	padding: 3px;
}
.gfield.gfield--type-captcha.gfield--input-type-captcha label{
	display: none;
}
#gform_submit_button_1 {
	display: inline-block;
	background-color: var(--secondary-color);
	color: var(--primary-color);
	font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
	border-radius: 22.157px;
	padding: 10px 28px;
}
.services-about-section {
	position: relative;
	display: flex;
	overflow: hidden;
	padding-top: 7vh;
	padding-bottom: 14vh;
	z-index: 1;
}
.services-about-section .banner-bg-left {
    background-size: 40%;
    top: 24%;
}
.service-row {
    text-align: center;
}
.service-card .service-front,
.service-card .service-back {
	transition: opacity .3s ease;
}
.service-card .service-front,
.service-card .service-back[hidden] {
	display: none;
	opacity: 0;
}
.service-card .service-front.is-visible,
.service-card .service-back.is-visible {
	display: block;
	opacity: 1;
}
.service-front, .service-back {
	display: flex !important;
	flex-direction: column;
	row-gap: 25px;
    padding: 48px 24px;
}
.service-card .card {
	border: 0;
}
/* .service-card-desc ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
} */
 .service-card-desc ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    list-style-type: none;
    margin: 0 0 1rem 1rem;
    padding-left: 1rem;
}
.service-card-desc ul li {
	position: relative;
	font: 400 16px/1.2 "Poppins-Regular", sans-serif;
	text-align: left;
}
.service-card-desc ul li::before {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translate(-24px, -50%);
    font-size: 42px;
}
.service-card-desc ul li::marker {
	font-size: 16px;
	line-height: 1.2;
}
.card-buttons {
    display: flex;
    padding-top: 24px;
    padding-bottom: 16px;
    column-gap: 20px;
    justify-content: center;
}
.title_same_height {
  transition: height 0.35s ease; /* animate height change */
}
.capital-section {
    background-color: #422066;
    padding: 21vh 0;
}
.capital-image-wrapper img {
    width: 90%;
}
.capital-details-wrapper {
	display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.blog-listing-wrapper ul,
.transaction-tabs-wrapper ul {
    margin: 0;
    padding: 0;
}
.blog-listing-wrapper .nav-tabs,
.transaction-tabs-wrapper .nav-tabs {
    flex-wrap: wrap;
	border-bottom: 0 !important;
	justify-content: center;
	gap: 20px;
}
.nav-link.primary-button {
    display: inline-block;
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
	border: 0 !important;
    font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
    border-radius: 22.157px !important;
    padding: 8px 40px !important;
	margin-bottom: 0;
}
.nav-link.primary-button.active {
    display: inline-block;
    background-color: var(--accent-color) !important;
    color: var(--secondary-color) !important;
	border: 0;
    font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
    border-radius: 22.157px;
    padding: 8px 40px;
	margin-bottom: 0;
}
.post-container {
	padding-top: 72px;
	padding-bottom: 72px;
	row-gap: 60px;
}
.blog-list-single {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.blog-list-data	{
	display: flex;
	color: var(--secondary-color);
	flex-direction: column;
	justify-content: center;
	row-gap: 20px;
}
.blog-title, .blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-excerpt {
    padding: 0 16px;
}
.transactions-section.about-section.single-career {
	padding-top: 14vh;
    padding-bottom: 21vh;
}
.content-box {
	display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.sequence-advice-section-sb h2 {
	font: 700 30px/1.2 "Poppins-Bold", sans-serif;
}
.single-blog-content {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
	padding-bottom: 14vh;
}
.single-blog-content p{
	font: 400 18px/1.2 "Poppins-Regular", sans-serif;
}
.single-blog-content a{
	font: 700 18px/1.2 "Poppins-Bold", sans-serif;
}
.single-blog.contact-section .banner-bg {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 14%;
    right: 0;
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    z-index: -1;
}
.transaction-page .banner-inner .banner-description {
	padding-right: 24vw;
}
.our_main-section {
    padding-top: 7vh;
    padding-bottom: 7vh;
}
.transactions-tabs-section {
	position: relative;
	padding-top: 14vh;
	padding-bottom: 14vh;
	overflow: hidden;
	z-index: 1;
}
.transactions-tabs-section .banner-bg-left {
	top: 15%;
    background-size: 42%;
}
.transactions-tabs-section .nav-link.primary-button {
    display: inline-block;
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    border: 0 !important;
    font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
    border-radius: 22.157px !important;
    padding: 8px 12px !important;
    margin-bottom: 0;
}
.transactions-tabs-section .nav-link.primary-button.active {
    display: inline-block;
    background-color: var(--accent-color) !important;
    color: var(--secondary-color) !important;
	border: 0;
    font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
    border-radius: 22.157px;
    padding: 8px 12px;
	margin-bottom: 0;
}
.transaction-tabs-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
	padding-top: 30px;
}
.tab-pane .transaction-item {
    width: calc(32% - 5px);
	padding: 16px 48px 36px;
}
.transactions-row {
	row-gap: 36px;
	column-gap: 30px;
	justify-content: left;
}
.transactions-row .card {
    border-radius: 0;
    display: flex;
    flex-direction: row;
	justify-content: center;
}
ul.transaction-items img {
    width: 80%;
    height: 75px;
    object-fit: contain;
	object-position: center;
}
.transaction-items p {
    padding: 16px 0;
}
.transaction-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.value-link {
	padding-top: 12px;
}
.transaction-page.our-founders-section {
	padding-top: 0;
}
.transaction-page.our-founders-section .banner-bg {
    background-size: contain;
    background-position: right;
    z-index: -1;
}
.transaction-page.contact-form-section {
	padding-top: 14vh;
}
.transaction-page .contact-form-row {
    padding-top: 10vh;
}
.transaction-page.contact-form-section .banner-bg {
    z-index: -1;
    top: 2%;
    background-size: 50%;
    background-position: right;
}
.transaction-page.contact-section .banner-bg {
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: left -30px top 100px;
	z-index: -1;
}
.slick-prev, .slick-next {
  background: none;
  border: none;
  color: #000; /* change to your theme */
  font-size: 24px;
}
.slick-prev:before,
.slick-next:before {
  content: none !important; /* hides '<' and '>' */
}
/* Base arrow button styles */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  font-size: 2rem; /* size of Bootstrap icon */
  color: #000; /* icon color */
  cursor: pointer;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}
.slick-dots {
	bottom: -50px !important;
}
.slick-dots li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 2px !important;
}

/* Base dots style */
.slick-dots li button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  border: 1px solid #000 !important;
  background: transparent;  /* transparent when inactive */
  padding: 0;
  cursor: pointer;
}

/* Remove Slick's default dot text */
.slick-dots li button:before {
  content: none !important;
}

/* Active dot */
.slick-dots li.slick-active button {
  background: #000; /* black fill when active */
}
.error-404.not-found {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20vh;
	padding-bottom: 14vh;
	text-align: center;
}
.buttons-group {
    padding-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
/* Common animation setup */
#newsPosts .col-lg-4,
#newsPosts .col-md-6,
#newsPosts .col-sm-6 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

/* Stagger effect for the 6 posts */
#newsPosts .col-lg-4:nth-child(1),
#newsPosts .col-md-6:nth-child(1),
#newsPosts .col-sm-6:nth-child(1) {
  animation-delay: 0.1s;
}
#newsPosts .col-lg-4:nth-child(2),
#newsPosts .col-md-6:nth-child(2),
#newsPosts .col-sm-6:nth-child(2) {
  animation-delay: 0.2s;
}
#newsPosts .col-lg-4:nth-child(3),
#newsPosts .col-md-6:nth-child(3),
#newsPosts .col-sm-6:nth-child(3) {
  animation-delay: 0.3s;
}
#newsPosts .col-lg-4:nth-child(4),
#newsPosts .col-md-6:nth-child(4),
#newsPosts .col-sm-6:nth-child(4) {
  animation-delay: 0.4s;
}
#newsPosts .col-lg-4:nth-child(5),
#newsPosts .col-md-6:nth-child(5),
#newsPosts .col-sm-6:nth-child(5) {
  animation-delay: 0.5s;
}
#newsPosts .col-lg-4:nth-child(6),
#newsPosts .col-md-6:nth-child(6),
#newsPosts .col-sm-6:nth-child(6) {
  animation-delay: 0.6s;
}

/* Keyframes for entry */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional exit animation */
.fade-out {
  animation: fadeOutDown 0.4s ease forwards;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

.page-single *{
	font-family: "Poppins-Regular", sans-serif;
	line-height: 1.2;
}
.page-single h1, .page-single h2, .page-single h3, .page-single h4,
.page-single h5, .page-single h6, .page-single a, .page-single strong {
	font-family: "Poppins-Bold", sans-serif;
	line-height: 1.2;
}
.page-single ul li {
	font-family: "Poppins-Regular", sans-serif;
	line-height: 1.2;
	font-size: 18px;
}
.page-single a,
.page-single a:hover{
	color: var(--light);
}
.page-single a:visited {
	color: var(--light);
}
.page-single .banner-title {
	padding-bottom: 64px;
}
.page-single ul {
    margin-left: 0;
    padding-left: 2em;
}
.page-single .entry-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.testimonial-section .carousel-inner,
.testimonial-section-dark .carousel-inner {
	min-height: 300px;
	/* overflow-y: scroll; */
}
#service-1-front .service-card-heading,
#service-1-back .service-card-heading {
	padding: 0 30px;
}
.single-career.single-career-desc {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.gform_heading p {
    font-size: 16px;
}
.contact-image-wrapper.text-center img {
    height: 460px;
    width: 100%;
    object-fit: cover;
}
/* .page-single {
	text-align: center;
} */
.page-single header {
	z-index: 1;
}
/* .page-single ul {
    margin-left: 0;
    list-style-position: inside;
    padding-left: 0.5rem;
} */
.page-single ul {
    margin: 0 0 1rem 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.gform-theme--foundation .gform_fields {
	font: 400 18px/1.2 "Poppins-Regular", sans-serif;
}
#gform_confirmation_message_1, 
#gform_confirmation_message_2 {
	color: var(--primary-color);
	background: var(--secondary-color);
	padding: 24px;
	font: 400 18px/1.2 "Poppins-Regular", sans-serif;
}

.page-template-services .banner-section {
	padding-bottom: 25vh;
}
/* .page-template-services ,.banner-section .banner-bg {
	height: 80%;
} */
.page-template-home .image-desc-section {
	padding-bottom: 14vh;
}
.page-template-home .our_main-section {
    padding-bottom: 14vh;
} 

/* Updated CSS */
.newsletter-section {
	position: relative;
	padding-block: 21vh;
	overflow: hidden;
	z-index: 1;
}
.newsletter-section .banner-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 27%;
    background-repeat: no-repeat;
    background-position: top 50px left 0px;
    z-index: -1;
}
#gform_wrapper_2 .gform_title {
	font: 700 55px/1.2 "Poppins-Bold", sans-serif;
}
#gform_wrapper_2 legend,
#gform_wrapper_2 label {
	font: 400 18px/1.2 "Poppins-Regular", sans-serif;
}
#gform_wrapper_2 legend,
#gform_wrapper_2 label {
	padding-bottom: 8px;
}
#gform_wrapper_2 label a:hover {
	color: var(--accent-color);
}
#gform_fields_2 input:not([type="checkbox"]) {
    background: #dddddd;
    border-color: #dddddd;
    border-radius: 0;
    height: 42px;
}
#gform_fields_2 span.gfield_required {
    display: none;
}
#gform_fields_2 input[type="checkbox"] {
	border: 2.5px solid #000 !important;
    border-radius: 6px !important;
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    display: inline-block;
    margin-top: 2px !important;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#gfom_fields_2 input[type="checkbox"]:checked::after {
	content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#input_2_4_1::before {
	color: var(--primary-color);
}

#gform_submit_button_2 {
	display: inline-block;
	background-color: var(--primary-color);
	color: var(--secondary-color);
	font: 700 18px / 1.2 "Poppins-Bold", sans-serif;
	border-radius: 22.157px;
	padding: 10px 28px;
}
#gform_fields_2 input:not([type="checkbox"]) {
	width: 88%;
}
.latest-news.contact-section {
	position: relative;
    padding-top: 14vh;
    padding-bottom: 14vh;
    overflow: hidden;
    z-index: 1;
}
.latest-news.contact-section .banner-bg {
	position: absolute;
	width: 90%;
	height: 100%;
	top: 10%;
	left: 0;
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: top left;
}
.newsletter-wrapper {
    padding-top: 7vh;
}

@media only screen and (min-width: 1699px) {
	.banner-bg {
		background-size: 35%;
        height: 90%;
        width: 85%;
	}
	.banner-section {
		padding-bottom: 30vh;
	}
	.our-sector-section,
	.our-sector-section-dark {
		padding-bottom: 28vh;
	}
	.single-career-page .banner-bg {
		background-size: 27%;
	}
	.box-inner-desc {
		padding-right: 79px !important;
	}
	.banner-bg-bottom-left {
		width: 80%;
		background-size: 70%;
	}
	.latest-news-section .banner-bg {
		width: 60%;
		height: 55%;
		top: 10%;
		background-size: 65%;
	}
	.transaction-page.banner-section {
        padding-bottom: 14vh;
    }
	.our-sector-section-dark {
		padding-top: 14vh;
	}
	.team-section {
		padding-bottom: 5vh;
	}
	.banner-bg-left {
		width: 75%;
		height: 70%;
		background-size: 45%;
	}
	.post-container {
		row-gap: 120px;
	}
	.job-vacancy-section {
		padding-bottom: 14vh;
	}
	#input_1_4 {
		color: var(--primary-color);
	}
	.our-sector-section-dark {
		padding-bottom: 28vh;
	}
	#service-1-front .service-card-heading, #service-1-back .service-card-heading,
	#service-6-front .service-card-heading, #service-1-back .service-card-heading {
    	padding: 0 80px;
	} 
}

@media only screen and (min-width: 1399px) and (max-width: 1698px){
	.our-sector-section,
	.our-sector-section-dark {
		padding-bottom: 28vh;
	}
	.page-template-services .banner-section {
		padding-bottom: 14vh;
	}
}

@media only screen and (max-width: 1799px) {
	.header-wrapper {
		background-image: linear-gradient(to right, #ffffff 18%, transparent 15%);
	}
}

@media only screen and (max-width: 1699px) {
	.header-wrapper {
		background-image: linear-gradient(to right, #ffffff 15%, transparent 15%);
	}
	.footer-copyright-section .col-12 {
		column-gap: 42px;
	}
	.footer-bottom-links,
	.footer-bottom-data {
		display: flex;
		column-gap: 42px;
	}
}

@media only screen and (max-width: 1599px) {
	.header-wrapper {
		background-image: linear-gradient(to right, #ffffff 10%, transparent 15%);
	}
	.banner-description {
		padding-right: 55%;
	}
}

@media only screen and (max-width: 1399px) {
	.footer-contact-section {
		padding-left: 0px !important;
	}
	.poppins-bold-80-96 {
		font-size: 72px;
	}
	.banner-section {
		padding-top: 65vh;
	}
	.banner-description {
		padding-right: 40vw;
	}
	.content-wrapper {
		padding: 0;
	}
	.text-description {
    	padding-right: 0;
	}
	.service-single {
		padding-right: 100px;
	}
	/* .box-inner-desc {
		padding-right: 40px !important;
	} */
	.team-member-desc {
		padding: 0 27px;
	}
	.service-inner-right {
		padding-right: 42px !important;
	}
	.testimonial-section .carousel-item,
	.testimonial-section-dark .carousel-item {
		padding: 0 10%;
	}
	.testimonial-section .banner-bg,
	.testimonial-section-dark .banner-bg {
		background-size: 45%;
	}
	.team-page.contact-section .banner-bg {
		width: 90%;
		height: 100%;
		top: 5%;
		left: 0;
		background-size: 30%;
		background-repeat: no-repeat;
		background-position: center left;
	}
	.job-vacancy-section {
		padding-top: 5vh;
		padding-bottom: 14vh;
	}
	.single-career.single-career-desc p {
		padding-right: 0;
	}
	.how-to-apply-wrapper {
		padding-right: 40px;
	}
	.single-blog.contact-section .banner-bg {
		background-size: 34%;
	}
	.our-sector-section-dark {
		padding-bottom: 28vh;
	}
	.transaction-page.contact-section .banner-bg {
		background-position: left -30px top 50px;
	}
	#gform_wrapper_2 .gform_title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 1366px) {
	/* .our-sector-section, .our-sector-section-dark {
        padding-bottom: 40vh;
    } */
}

@media only screen and (max-width: 1200px) {
	.poppins-bold-80-96 {
        font-size: 60px;
    }
	.main-navigation {
		text-align: end;
	}
	#mega-menu-wrap-menu-1 {
		display: inline-block;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		justify-content: flex-start;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:first-of-type {
		padding-left: 0;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		padding-top: 36px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
		display: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover::after, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus::after {
		display: none;
	}
	.footer-social-links-section {
		width: 16.66666667% !important;
	}
	.footer-map-section {
		width: 25% !important;
	}
	.footer-contact-inner .poppins-regular-18-21 {
		font-size: 16px;
	}
	.footer-copyright-inner {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding-top: 8px;
		flex-direction: column;
		row-gap: 20px;
	}
	.banner-section {
		/* min-height: 60vh; */
        padding-top: 30vh;
		padding-bottom: 10vh;
    }
	.banner-description {
        padding-right: 35vw;
    }
	.about-section .banner-inner {
		padding-top: 5vh;
	}
	.box-inner-image img {
		height: 240px;
	}
	.box-inner-desc {
        padding-right: 0 !important;
    }
	.image-desc-section {
		padding-top: 12vh;
		padding-bottom: 10vh;
	}
	.our-clients-section {
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	#clients-slider {
		padding-top: 5vh;
	}
	.services-section {
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	.service-single {
        padding-right: 0;
    }
	.service-inner-right {
        padding-right: 0 !important;
    }
	.our-sector-section, .our-sector-section-dark, 
	.testimonial-section, .testimonial-section-dark,
	.our-founders-section, .contact-section {
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	.sector-inner {
		padding-top: 5vh;
	}
	.team-section {
		padding-bottom: 5vh;
	}
	.latest-news-section {
		padding-top: 10vh;
	}
	.latest-post-section-wrapper {
		padding-top: 10vh;
		padding-bottom: 5vh;
	}
	.post-image-wrapper,
	.post-content-wrapper {
		margin-right: 0;
		margin-left: 0;
	}
	.even-post .post-image-wrapper,
	.even-post .post-content-wrapper {
		margin-right: 0;
		margin-left: 0;
	}
	.even-post .post-content-wrapper {
		padding-left: 0;
	}
	.contact-section .banner-bg {
		background-position: left 0 top 100px;
	}
	.team-page .banner-bg {
		height: 70%;
	}
	#gform_fields_2 input:not([type="checkbox"]) {
		width: 100%;
	}
}

@media screen and (max-width: 1199px) and (orientation: landscape) {
	.banner-bg {
		background-size: 26%;
	}
	.our-sector-section {
		padding-bottom: 18vh;
	}
	.our-clients-section, .our-sector-section, .our-sector-section-dark, 
	.services-section, .testimonial-section, .testimonial-section-dark, 
	.our-founders-section, .latest-news-section, .contact-section {
        padding-top: 12vh;
        padding-bottom: 12vh;
    }
}

@media only screen and (max-width: 1025px) {
	.header-wrapper {
		background-image: linear-gradient(to right, #ffffff 10%, transparent 5%);
	}
	.footer-social-links-section {
		padding-left: 54px !important;
	}
	.banner-section {
        /* min-height: 50vh; */
        padding-top: 35vh;
        padding-bottom: 10vh;
    }
	.banner-bg {
		top: 20%;
		background-size: 28%;
		height: 70%;
	}
	.poppins-bold-55-66 {
		font-size: 45px;
	}
	.our-clients-section, .our-sector-section, .our-sector-section-dark, .services-section, .testimonial-section,
	.testimonial-section-dark, .our-founders-section, .latest-news-section, .contact-section {
		padding-top: 7vh;
		padding-bottom: 7vh;
	}
	.our-clients-section .banner-bg {
		top: 0;
	}
	.author-review p, .author-name, .company-name {
		font-size: 24px;
	}
	.testimonial-section .banner-bg,
	.testimonial-section-dark .banner-bg {
		background-size: 45%;
		background-position: right 30% top 0%;
	}
	.latest-post-section-wrapper {
		padding-top: 7vh;
        padding-bottom: 0;
	}
	.image-desc-section {
        padding-top: 7vh;
        padding-bottom: 7vh;
    }
	.contact-section .banner-bg {
		background-position: left 0 top 30px;
	}
	.about-inner {
		padding-bottom: 7vh;
	}
	.banner-title.banner-about {
		padding-right: 60px;
	}
	.team-section {
        padding-bottom: 0;
    }
	.job-single-list-wrapper {
		padding: 48px;
	}
	.single-career-page .banner-bg {
		background-size: 30%;
	}
	.about-section.single-career {
		padding-top: 7vh;
	}
	.about-section.single-career .banner-bg-left {
		top: 7vh;
	}
	.single-career.single-career-desc p {
		padding-right: 0;
	}
	.how-to-apply-wrapper {
		padding-right: 0;
	}
	.contact-desc {
		padding-right: 16px;
	}
	.contact-image-wrapper,
	.contact-form-wrapper {
		margin: 0;
	}
	.contact-details-section {
		padding-bottom: 7vh;
	}
	.contact-form-section {
		padding-bottom: 14vh;
	}
	.contact-form-section .banner-bg-left {
		background-size: 65%;
	}
	.col-form-wrapper {
		width: 50% !important;
	}
	.contact-form-section {
		padding-top: 0;
	}
	.tablet-none {
		display: none;
	}
	.transactions-section.about-section.single-career {
		padding-top: 7vh;
		padding-bottom: 7vh;
	}
	.transactions-tabs-section {
		padding-bottom: 7vh;
	}
	.transactions-row .load-more-wrapper {
		padding: 2vh 0;
	}
	.banner-bg {
		background-size: 35%;
	}
	.transaction-page .banner-inner .banner-description {
		padding-right: 0;
	}
	.banner-title, .banner-title.banner-about {
		padding-right: 0;
	}
	.newsletter-section {
		padding-block: 14vh;
	}
	.newsletter-section .banner-bg {
        background-size: 40%;
    }
	#gform_wrapper_2 .gform_title {
        font-size: 42px;
    }
	.latest-news.contact-section {
		padding-bottom: 7vh;
	}
	.latest-news.contact-section .banner-bg {
		background-size: 35%;
	}
	.single-post .banner-section {
		padding-top: 25vh;
		padding-bottom: 7vh;
	}
	.single-blog-content {
		padding-bottom: 7vh;
	}
}

@media only screen and (max-width: 1025px) and (orientation: landscape) {
	.banner-section {
        padding-top: 45vh;
        padding-bottom: 25vh;
    }
	.our-clients-section, .our-sector-section, .our-sector-section-dark, 
	.services-section, .testimonial-section, .testimonial-section-dark, 
	.our-founders-section, .latest-news-section, .contact-section {
        padding-top: 12vh;
        padding-bottom: 12vh;
    }
	.banner-title, .banner-title.banner-about {
		padding-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.header-wrapper {
        background-image: linear-gradient(to right, #ffffff 15%, transparent 5%);
    }
	.footer-inner {
		row-gap: 40px;
	}
	.footer-contact-section h4, .footer-social-links-section h4 {
		padding-bottom: 6px;
	}
	.footer-logo-wrapper a img {
		width: 55%;
	}
	.footer-social-links-section {
		width: 50% !important;
		padding-left: 12px !important;
	}
	.footer-map-section {
		width: 50% !important;
	}
	.banner-description {
        padding-right: 0;
    }
	.content-wrapper {
        padding: 0;
    }
	.team-section {
		padding-top: 5vh;
	}
	.latest-post-section-wrapper {
		row-gap: 100px;
	}
	.testimonial-section .content-wrapper,
	.testimonial-section-dark .content-wrapper {
		text-align: center;
	}
	.team-member-desc {
        padding: 0;
    }
	.contact-section .banner-bg {
        background-position: left 0 top 80px;
    }
	.contact-form-section .banner-bg-left {
		background-size: 90%;
	}
	.col-form-wrapper {
        width: 100% !important;
    }
	.contact-form-row {
		row-gap: 40px;
	}
	.contact-details-section .row {
		row-gap: 40px;
		flex-direction: column-reverse;
	}
	.map-container iframe {
		width: 100%;
	}
	.service-front, .service-back {
		padding: 48px 16px;
	}
	.service-card-heading h2 {
		font-size: 36px !important;
	}
	.card-buttons {
		flex-direction: column;
		row-gap: 20px;
	}
	.service-row {
		row-gap: 50px;
	}
	.capital-section {
		padding: 14vh 0;
	}
	.capital-section .row {
		row-gap: 40px;
	}
	.capital-image-wrapper img {
		width: 70%;
	}
	.tab-pane .transaction-item {
		width: calc(48% - 5px);
		padding: 16px 48px 36px;
	}
	.tab-pane .transaction-item {
        width: calc(48% - 5px);
        padding: 16px 48px 36px;
    }
	.main-section-row {
		row-gap: 30px;
	}
	.newsletter-section .banner-bg {
		background-size: 67%;
	}
	.latest-news.contact-section .banner-bg {
		background-size: 43%;
	}
}

@media only screen and (max-width: 884px) {
	.banner-bg {
		height: 65%;
	}
	.carousel-item {
		padding: 0;
	}
	.our-clients-section .banner-bg {
		top: 0;
        height: 100%;
    }
	.banner-bg-left {
		height: 50%;
	}
	.testimonial-section .banner-bg,
	.testimonial-section-dark .banner-bg {
        background-size: 45%;
        background-position: right 50% top 30%;
    }
}

@media only screen and (max-width: 768px) {
	.blog-listing-page {
		padding-bottom: 20vh !important;
	}
}

@media only screen and (max-width: 767px) {
	.poppins-bold-80-96 {
        font-size: 40px;
    }
	.poppins-bold-55-66 {
        font-size: 35px;
    }
	.poppins-bold-30-36 {
		font-size: 24px;
	}
	.services-section .row {
		row-gap: 100px;
		flex-direction: column-reverse;
	}
	.sector-image img {
		height: 100px;
	}
	.team-section {
		row-gap: 80px;
	}
	.testimonial-section .banner-bg,
	.testimonial-section-dark .banner-bg {
        background-size: 55%;
        background-position: center top 100px;
    }
	.row>* {
        padding-right: calc(var(--bs-gutter-x) * .625) !important;
        padding-left: calc(var(--bs-gutter-x) * .625) !important;
    }
	.author-review p, .author-name, .company-name {
        font-size: 20px;
    }
	.about-section .banner-bg-left {
		top: 3%;
		background-size: 45%;
	}
	.about-section .banner-inner {
		padding-top: 14vh;
	}
	.image-desc-section {
		row-gap: 30px;
	}
	.box-inner-image {
		text-align: left;
		padding-bottom: 12px;
	}
	.box-inner-image img {
        height: 120px;
    }
	.box-inner-desc {
		display: flex;
		flex-direction: column;
		row-gap: 15px;
	}
	.services-section .row {
        row-gap: 70px;
    }
	.sector-single {
		padding: 32px;
	}
	.contact-section .banner-bg {
		background-size: 70%;
		background-position: left 0 top 50px;
	}
	.site-footer {
		padding-top: 80px;
	}
	.team-page.contact-section .banner-bg {
        width: 65%;
        background-size: 95%;
    }
}

@media only screen and (max-width: 684px) {
	.banner-section {
		align-items: center;
	}
	.footer-logo-wrapper a img {
        width: 70%;
    }
	.footer-copyright-section .col-12 {
        column-gap: 12px;
        flex-direction: column;
        row-gap: 24px;
    }
	.footer-bottom-links, .footer-bottom-data {
        display: flex;
        column-gap: 12px;
    }
	.poppins-bold-80-96 {
		font-size: 35px;
	}
	.banner-section {
        padding-top: 30vh;
        /* min-height: 70vh; */
        padding-bottom: 0;
    }
	.banner-bg {
		width: 70%;
		height: 65%;
		top: 25%;
		right: -5%;
		background-size: 55%;
	}
	.banner-description {
		padding-right: 0;
	}
	.poppins-bold-55-66 {
		font-size: 32px;
	}
	.team-section {
        row-gap: 40px;
    }
	.team-page.contact-section .banner-bg {
        background-size: 65%;
    }
	.job-single-list-wrapper {
        padding: 48px 24px;
    }
	.banner-section.single-career-page {
		padding-bottom: 7vh;
	}
	#gform_wrapper_2 .gform_title {
        font-size: 32px;
    }
	.newsletter-section .banner-bg {
		background-size: 65%;
	}
	.newsletter-wrapper {
		text-align: left;
	}
	.latest-news.contact-section .banner-bg {
		background-size: 70%;
	}
}

@media only screen and (max-width: 610px) {
	.banner-bg {
        background-size: 40%;
		height: 70%;
    }
	.single-career-page .banner-bg {
        background-size: 40%;
    }
	.footer-social-links-section,
	.footer-map-section {
		width: 100% !important;
	}
	.single-transaction-page.banner-section {
		padding-bottom: 7vh;
	}
	.sequence-advice-section-sb {
		padding-top: 7vh;
		padding-bottom: 7vh;
	}
	.tab-pane .transaction-item {
        width: calc(48% - 5px);
        padding: 16px 48px 36px;
    }
	.transactions-row {
		justify-content: center;
	}
	.tab-pane .transaction-item {
        width: calc(96% - 5px);
		justify-content: center;
    }
	.page-single {
		padding-bottom: 7vh;
	}
	.team-page.banner-section .banner-bg {
		background-size: 55%;
	}
	.about-section .banner-bg-left {
		top: 5%;
		background-size: 60%;
    }
	.our-clients-section .banner-bg {
		width: 100%;
	}
	.m-center {
		text-align: center;
	}
	.box-inner-image {
		text-align: center;
	}
	.team-page.contact-section .banner-bg {
        background-size: 85%;
    }
	.services-page {
		padding-bottom: 10vh;
	}
	.services-about-section {
        padding-top: 0;
    }
	.blog-listing-wrapper {
        padding-top: 0;
    }
	.blog-listing-page {
        padding-bottom: 10vh !important;
    }
	.contact-page {
		padding-bottom: 10vh;
	}
	.content-wrapper {
		align-items: center;
		justify-content: center;
	}
	.footer-logo-section.col-6 {
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}
	.footer-logo-wrapper a img {
        width: 45%;
    }
	.footer-contact-section {
		text-align: center;
	}
	.footer-contact-inner {
		justify-content: center;
		align-items: center;
	}
	.footer-social-links-section {
		text-align: center;
	}
	.footer-copyright-section {
		text-align: center;
	}
	.footer-copyright-section .col-12 {
		justify-content: center;
		align-items: center;
	}
	.footer-copyright-inner {
		justify-content: center;
		align-items: center;
	}
	.contact-desc {
        padding-right: 0;
    }
	.contact-details-section {
		text-align: center;
	}
	.contact-details-desc,
	.contact-details-inner {
		justify-content: center;
		align-items: center;
	} 
	.blog-listing-wrapper .load-more-wrapper {
		padding: 2vh 0;
	}
	.carousel-control-next {
		right: 30px !important;
	}
	.contact-form-section {
        padding-bottom: 7vh;
    }
	.newsletter-section {
		padding-block: 7vh;
	}

}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 564px) {
	.banner-bg {
        background-size: 75%;
		height: 75%;
    }
	.services-about-section {
		padding-bottom: 10vh;
	}
	.capital-section {
		background-color: #422066;
		padding: 14vh 10px;
	}
	.capital-section .row {
		row-gap: 50px;
	}
	.service-front, .service-back {
		row-gap: 25px;
	}
	.service-row {
        row-gap: 30px;
    }
	.services-about-section .banner-bg-left {
		background-size: 55%;
		top: 10%;
	}
	.capital-section {
        background-color: #422066;
        padding: 10vh 10px;
    }
    .blog-listing-wrapper {
        padding-top: 7vh;
    }
	.sector-inner {
		row-gap: 30px;
	}
	.testimonial-section .banner-bg, .testimonial-section-dark .banner-bg {
        background-size: 90%;
        background-position: center top 128px;
    }
	.banner-title {
		padding-right: 0;
	}
	.single-career-page .banner-bg {
        background-size: 70%;
        height: 70%;
    }
	.about-section.single-career .banner-bg-left {
		background-size: 55%;
	}
	.transaction-page.contact-section .banner-bg {
		background-size: 85%;
	} 
	.contact-section .banner-bg {
		background-size: 85%;
	}
	.page-single ul {
		margin: 0 0 1.5rem 0;
		padding-left: 0;
		list-style-position: inside;
	}
	.testimonial-section .carousel-item, 
	.testimonial-section-dark .carousel-item {
        padding: 0 5%;
    }
	.testimonial-section .carousel-item .col-12 .position-relative, 
	.testimonial-section-dark .carousel-item .col-12 .position-relative {
		padding: 0 12px !important;
	}
	.author-review p, .author-name, .company-name {
        font-size: 18px;
    }
	.footer-copyright-section .col-12 {
		row-gap: 12px;
	}
	.footer-bottom-links, .footer-bottom-data {
        flex-direction: column;
        row-gap: 12px;
    }
	.footer-bottom-links p, .footer-bottom-links a, .footer-copyright a, .footer-bottom-data p {
		color: var(--primary-color);
		font: 400 11px / 1.2 "Poppins-Regular", sans-serif;
		margin-bottom: 2px;
	}
	.single-post .banner-section {
        padding-top: 28vh;
        padding-bottom: 0vh;
    }
}

@media only screen and (max-width: 430px) {
	.header-wrapper {
		background-image: linear-gradient(to right, #ffffff 0%, transparent 0%);
    }
	.services-section .banner-bg-left {
		background-size: 85%;
	}
}

@media only screen and (max-width: 399px) {
	.banner-section {
        padding-top: 40vh;
    }
}