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

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

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


/* ***************************************************************** My CSS ******************************************************************* */
.container {
	width: 100%;
	max-width: 1350px;
	margin: auto;
}

:root {
	--primary-font-family: "Poppins", sans-serif;
	--secondary-font-family: "Marcellus SC", serif;
	--black-color: #000000;
	--white-color: #FFFFFF;
	--para-color: #2A332F;
	--primary-color: #23A8A8;
}

/* ----- top header ----- */

.top-bar {
	background: var(--white-color);
	color: var(--black-color);
	padding: 8px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--primary-font-family);
	font-size: 13px;
	font-weight: 500;
}

.left,
.right {
	display: flex;
	align-items: center;
	gap: 5px;
}

.left i,
.right i {
	margin-right: 5px;
}

.right a {
	text-decoration: none;
	color: var(--black-color);
	font-family: var(--primary-font-family);
}

/* -------- bottom header--------------- */
.hdr-logo {
	display: flex;
	align-items: center;
}

.hdr-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
}

/* Logo icon */
.logo-icon {
	width: 60px;
	height: 60px;
	margin-right: 14px;
	flex-shrink: 0;
}

.logo-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* Text */
.logo-content {
	position: relative;
	padding: 0 0;
}

.logo-title {
	color: var(--white-color);
	font-family: var(--primary-font-family);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
}

.logo-subtitle {
	position: relative;
	color: var(--white-color);
	font-family: var(--primary-font-family);
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .3px;
	line-height: 1.4;
	margin-top: 7px;
	text-align: center;
}

/* Decorative lines */
.logo-subtitle::before,
.logo-subtitle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 12px;
	height: 1px;
	background: rgba(255, 255, 255, 0.85);
}

.logo-subtitle::before {
	right: calc(94% + 14px);
}

.logo-subtitle::after {
	left: calc(94% + 14px);
}

.logo-text {
	padding: 0 0 0 18px;
}

.bottom-hdr {
	background: var(--primary-color);
	padding: 12px 25px 15px;
}

.hdr-navigation {
	width: 61%;
}

.hdr-logo {
	width: 19%;
}

.hdr-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px 5px;
}

.hdr-navigation ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hdr-navigation ul li {
	margin: 0;
	padding: 0;
}

.hdr-navigation ul li a {
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--primary-font-family);
	font-size: 15px;
	font-weight: 400;
	transition: .7s ease;
}

.hdr-navigation ul li a:hover {
	color: var(--black-color);
}

.hdr-btn {
	width: 15%;
}

.hdr-btn a {
	height: 42px;
	padding: 0 32px;
	background: var(--white-color);
	color: var(--black-color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	text-decoration: none;
	font-family: var(--primary-font-family);
	font-size: 13px;
	font-weight: 600;
	transition: 0.7s ease;
	border: 1px solid #ffffff;
}

.hdr-btn a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
	border: 1px solid #000000;
}


.hdr-btn a span {
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

/* .hdr-btn a:hover {
	background: #f4f4f4;
} */

.site-branding {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}



/* ********** Footer *************** */

.site-footer {
	background: var(--primary-color);
	color: #fff;
	padding: 85px 75px 25px;
}


.footer-top {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	padding-bottom: 30px;
}

.footer-col.about {
	width: 32%;
}

.ftr-subtitle {
	color: var(--white-color);
	font-family: var(--primary-font-family);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 6px 0 10px;
}

.footer-col.about img {
	width: 90px;
	margin-bottom: 10px;
}

.footer-col.about p {
	font-size: 14px;
	font-family: var(--primary-font-family);
	line-height: 1.7;
	color: #F8F5F0;
}

.footer-col h4 {
	font-size: 18px;
	font-family: var(--primary-font-family);
	margin-bottom: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-col ul li {
	margin-bottom: 8px;
}

.footer-col li span {
	font-weight: 600;
}

.footer-col ul li a {
	color: #F8F5F0;
	font-size: 15px;
	text-decoration: none;
	font-family: var(--primary-font-family);
	transition: 0.7s ease;
}

.footer-col ul li a:hover {
	opacity: 0.8;
	color: var(--black-color);
}

/* Bullet for links */

/* Bottom Section */
.footer-bottom {
	padding: 12px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom p {
	font-size: 14px;
	font-family: var(--primary-font-family);
	margin: 0;
	color: #F8F5F0;
}

.footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-col p {
	margin: 0 0 12px;
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.social-icons a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s ease;
}

.social-icons a:hover {
	background: #ffffff;
	color: var(--primary-color);
}

/* ************** Home Page ********************** */
.hero-banner {
	position: relative;
	overflow: hidden;
	min-height: 650px;
	display: flex;
	align-items: center;
	margin: 94px 0 70px;
}

.hero-image {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bnr-overlay {
	position: absolute;
	inset: 0;

	background: linear-gradient(90deg,
			#FFFFFFB5 0%,
			#FFFFFFB5 30%,
			rgba(255, 255, 255, 0.65) 50%,
			rgba(255, 255, 255, 0) 80%);

	z-index: 2;
}

.bnr-cnt {
	position: relative;
	z-index: 3;
	width: 90%;
	margin: 0px 0px 0px 40px;
}

.hero-content {
	width: 48%;
}

.hero-content h1 {
	color: var(--black-color);
	font-size: 42px;
	line-height: 50px;
	font-family: var(--secondary-font-family);
	margin: 0 0 25px;
	font-weight: 500;
	text-transform: capitalize;
}

.hero-content h1 span {
	color: var(--primary-color);
}

.banner-tag {
	font-size: 16px;
	line-height: 26px;
	font-family: var(--secondary-font-family);
	color: var(--black-color);
	margin: 0 0 25px;
	text-transform: capitalize;
}

.hero-content p {
	color: var(--para-color);
	font-size: 16px;
	line-height: 1.7;
	font-family: var(--primary-font-family);
	margin-bottom: 35px;
}

.hero-btns {
	display: flex;
	gap: 15px;
	margin: 50px 0 0;
}

.hero-btns a.btn.btn-outline {
	color: var(--white-color);
	background-color: var(--primary-color);
}

.hero-btns span {
	padding: 0 0 0 10px;
}

.hero-btns a.btn.btn-cons {
	color: var(--black-color);
}

.hero-btns a {
	font-size: 15px;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 4px;
	font-weight: 500;
	font-family: var(--primary-font-family);
	transition: 0.7s ease;
}

.btn-cons {
	background: #FFFFFFB5;
	color: var(--black-color);
	border: 1px solid #000000;
}


.hero-btns a.btn.btn-cons:hover {
	background: var(--primary-color);
	color: var(--white-color);
	border: 1px solid #23A8A8;
}

.hero-btns a.btn-outline:hover {
	color: var(--white-color);
	background-color: var(--black-color);
	border: 1px solid #000000;
}

/* ********* Services************* */
.services {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 0px 0;
	margin: 0 0 80px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	padding: 35px 16px;
}

.services-box {
	flex: 1;
	text-align: center;
}

.services-box p {
	font-size: 14px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	line-height: 1.5;
	margin: 0px 0 0;
	font-weight: 500;
}

.services-box img {
	max-width: 60px;
	padding: 0 0 5px;
}

.services-box {
	border-left: 1px solid #d9d9d9;
	padding-left: 25px;
}

.services-box {
	padding-left: 25px;
	border-left: 1px solid #d9d9d9;
}

.services-box:first-child {
	border-left: none;
}

.serv-hdg h3 {
	color: var(--black-color);
	font-size: 26px;
	line-height: 40px;
	font-family: var(--secondary-font-family);
	margin: 0 0 25px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	padding: 0 21% 0;
}

/* ********* Who we are ********** */
.about-section {
	margin: 0 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 70px;
}

.about-left {
	width: 48%;
	position: relative;
}

.main-img img {
	width: 100%;
	display: block;
	border-radius: 12px;
}

.small-img {
	position: absolute;
	right: -8px;
	bottom: -65px;
	width: 42%;
}


.small-img img {
	width: 100%;
	display: block;
	border-radius: 12px;
}

.about-right {
	width: 48%;
}

.sub-title {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 18px;
	color: var(--black-color);
	font-family: var(--primary-font-family);
	background: #33C59226;
	border-radius: 50px;
	padding: 5px 35px;
}

.rpt-cnt h2 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	text-transform: capitalize;
	font-weight: 500;
}

.rpt-cnt h2 span {
	color: var(--primary-color);
}

.rpt-cnt p {
	font-size: 16px;
	line-height: 1.6;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	margin-bottom: 20px;
}

.about-waves {
	position: absolute;
	width: 550px;
	height: 550px;
	top: -80px;
	right: -12px;
	z-index: -1;
	background-image: url(https://insightpsy.site4demo.com/wp-content/uploads/2026/08/wh-bg-1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.main-img {
	width: 78%;
}

.abt-row {
	display: flex;
	gap: 25px;
}

.abt-row h6 {
	font-size: 20px;
	line-height: 30px;
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	text-transform: capitalize;
	font-weight: 500;
}

.about-right .abt-row p {
	margin: 0 0 0;
}

/* ********************************* */
.explore-sect {
	background: #33C59226;
	padding: 85px 0;
}

.explore-sect .rpt-cnt {
	width: 100%;
	text-align: center;
}

.explore-sect .hero-btns {
	justify-content: center;
	margin: 35px 0 0;
}

/* ************ Our Services ********************* */
.our-services {
	position: relative;
	overflow: hidden;
	padding: 85px 0 100px;
	background: #33C59226;
	margin: 0 0 70px;
}

.our-services::after {
	content: "";
	position: absolute;
	width: 430px;
	/* width: 100%; */
	height: 449px;
	height: 100%;
	/* width: 100%; */
	right: 1px;
	top: -43px;
	/* border: 5px solid rgba(190, 220, 218, 0.45); */
	/* border-radius: 50%; */
	background-image: url(https://insightpsy.site4demo.com/wp-content/uploads/2026/08/service-bg.png);
	/* background-size: 230px; */
	/* background-position: center; */
	background-repeat: no-repeat;
	/* opacity: 0.55; */
	pointer-events: none;
	/* border: none; */
	z-index: -1;
}

.our-services .sub-title {
	background: var(--white-color);
	margin: 0 0 15px;
}

.our-services .rpt-cnt h2 {
	margin: 0 0 12px;
	text-align: left;
}

.our-services .rpt-cnt {
	padding: 0 0% 0 0;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.service-card {
	padding: 18px 22px 28px;
	background: var(--white-color);
	border-radius: 6px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	position: relative;
}

.service-icon {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.service-icon img {
	width: 71px;
	height: 65px;
	object-fit: contain;
}

.service-card h3 {
	margin: 0 0 6px;
	color: var(--black-color);
	font-family: var(--primary-font-family);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.service-card p {
	margin: 12px 0 10px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	font-size: 15px;
	line-height: 1.45;
}

.service-card a {
	display: inline-flex;
	align-items: center;
	color: var(--black-color);
	text-decoration: none;
	font-family: var(--primary-font-family)s;
	font-size: 14px;
	font-weight: 600;
}

.service-card a span {
	margin-left: 5px;
	font-size: 18px;
	line-height: 1;
}

.service-card a:hover {
	color: var(--primary-color);
}

/* ************ Innovations ***************** */
.invt-sect .about-section {
	margin: 0 0 140px;
}

.invt-sect .sub-title {
	padding: 0;
	background: transparent;
	font-size: 20px;
}

.invt-sect .small-img {
	position: absolute;
	bottom: -57px;
	width: 40%;
	left: -50px;
}

.invt-sect .about-left {
	width: 52%;
	position: relative;
}

section.invt-sect .main-img {
	width: 100%;
}

/* ************ Our Team ***************** */
.our-team-sect {
	margin: 0 0 70px;
	background: #33C59226;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.our-team-sect .sub-title {
	background: var(--white-color);
}

.our-team-sect::after {
	content: "";
	position: absolute;
	width: 475px;
	height: 390px;
	right: 175px;
	bottom: 100px;
	background-image: url(https://insightpsy.site4demo.com/wp-content/uploads/2026/08/brain.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 48px 35px;
	position: relative;
	z-index: 3;
}

.team-card {
	padding: 25px 20px 22px;
	background: var(--white-color);
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 8px 25px rgba(34, 87, 84, 0.05);
	transition: transform 0.3s ease,
		box-shadow 0.3s ease;
}

.team-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(34, 87, 84, 0.12);
}

.team-img {
	width: 92px;
	height: 92px;
	margin: 0 auto 16px;
	padding: 4px;
	border: 1.5px solid #C4983B;
	border-radius: 50%;
	background: var(--white-color);
}

.team-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 50%;
}

.team-card h3 {
	margin: 0 0 10px;
	color: var(--black-color);
	font-family: var(--primary-font-family);
	font-size: 16px;
	font-weight: 500;
}

.team-credential {
	display: block;
	margin-bottom: 15px;
	color: #C4983B;
	font-family: var(--primary-font-family);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.team-card h4 {
	margin: 0 auto 16px;
	color: var(--black-color);
	font-family: var(--primary-font-family);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.team-card p {
	margin: 0;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	font-size: 14px;
	line-height: 1.55;
}

.our-team-sect .hero-btns a.btn.btn-outline {
	padding: 10px 18px;
	font-size: 13px;
}

.our-team-sect .hero-btns {
	margin: 25px 0 0;
}

.team-card {
	display: flex;
	flex-direction: column;
}

.team-card .hero-btns {
	margin-top: auto;
	padding-top: 20px;
	justify-content: center;
}

/* ************ Our Locations ************** */
.our-locations {
	margin: 0 0 70px;
}

.locations-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px 15px;
}

.location-item span {
	text-align: center;
	display: block;
	margin: 10px 0 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	font-family: var(--primary-font-family);
	color: var(--black-color);
}

.location-item img {
	border-radius: 12px;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

/* ****************** Our Team Page ***************************** */
.rpt-banner {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	display: flex;
	align-items: center;
	margin: 94px 0 70px;
}

.rpt-banner .bnr-cnt {
	text-align: center;
	width: 100%;
	margin: 0 0 0;
}

.rpt-banner .hero-content {
	width: 100%;
}

.rpt-banner .heading-line {
	justify-content: center;
}

.rpt-banner .hero-btns {
	justify-content: center;
	margin: 42px 0 0;
}

.happy-sect {
	margin: 0 0 70px;
}

.happy-sect .rpt-cnt {
	text-align: center;
	padding: 0 18% 0;
}

.story-sect {
	margin: 0 0 70px;
}

.story-sect .rpt-cnt {
	text-align: center;
	padding: 0 10% 0;
}

.rpt-cnt a {
	text-decoration: none;
	color: var(--para-color);
	transition: 0.7s ease;
}

/* ************* Contact Us ********************* */
.cnt_sect {
	margin: 0 0 70px;
}

.cnt_row {
	display: flex;
	justify-content: space-between;
	margin: 0 5% 0;
}

.cnt_details {
	color: #ffffff;
	width: 80%;
}

.cnt_right {
	width: 63%;
}

.cnt_left {
	width: 38%;
	background: #477272;
	padding: 60px 35px 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.cnt_left h3 {
	font-size: 22px;
	font-family: var(--white-color);
	line-height: 1.1;
	font-weight: 600;
	color: #ffffff;
	padding: 0 0 10px;
}

.cnt_left .cnt_icon {
	color: #ffffff;
	font-size: 20px;
}

.cnt_left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cnt_left li {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin: 0 0 28px;
}

.cnt_left a,
.cnt_left p {
	font-size: 15px;
	font-family: var(--body-font-family);
	line-height: 1.1;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0px;
	padding: 0 0 3px;
}

.cnt_right p {
	margin: 0 0 10px;
	display: contents;
}

.cnt_right .submit-btn-wrap input {
	background: var(--para-color);
	color: var(--white-color);
	font-family: var(--body-font-family);
	padding: 18px 0px;
	border-radius: 50px;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
	font-weight: 500;
}

.cnt_right .submit-btn-wrap span.wpcf7-spinner {
	display: none;
}

.cnt_right .submit-btn-wrap {
	margin: 20px 0 0;
	width: 28%;
}

span.wpcf7-not-valid-tip {
	color: var(--primary-color);
}

.cnt_right form {
	background: #7eb1a680;
	padding: 70px 30px 75px;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 60px 65px 66px;
	position: relative;
}

.cnt_right input,
.cnt_right textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 14px;
	padding: 12px 20px;
	font-size: 14px;
	color: #333;
}

.cnt_right textarea {
	height: 140px;
	resize: none;
	margin: 18px 0 0;
}

.form-row {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}

.drct-sect {
	margin: 0 0 70px;
}

.lct iframe {
	width: 100%;
	padding: 0 5% 0;
}

/* ********** Blog Page ********** */
.blog-section {
	margin: 0 0 70px;
}

section.blog-section span.sub-title {
	justify-content: center;
}

section.blog-section .rpt-hdg h2 {
	text-align: center;
	margin: 0 0 30px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.blog-card {
	background: var(--white-color);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	transition: .3s;
}

.blog-card:hover {
	transform: translateY(-8px);
}

.blog-img {
	overflow: hidden;
}

.blog-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
	transition: .4s;
}

.blog-card:hover img {
	transform: scale(1.08);
}

.blog-content {
	padding: 22px;
}

.blog-date {
	color: var(--black-color);
	font-size: 14px;
	font-weight: 500;
	font-family: var(--primary-font-family);
}

.blog-content h3 {
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin: 15px 0;
}

.blog-content p {
	font-size: 15px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	line-height: 26px;
	margin: 0 0 20px;
}

.blog-content a {
	color: var(--black-color);
	font-weight: 600;
	text-decoration: none;
	transition: .3s;
}

.blog-content a:hover {
	color: var(--primary-color);
}

.blog-btn {
	text-align: center;
	margin-top: 50px;
}

.blog-btn a {
	display: inline-block;
	background: var(--primary-color);
	color: var(--white-color);
	padding: 16px 34px;
	text-decoration: none;
	border-radius: 4px;
	transition: .3s;
}

.blog-btn a:hover {
	background: var(--secondary-color);
}

.post-thumbnail img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/* ************* About Us Page **************** */
section.abt {
	margin: 0 0 140px;
}

section.abt .main-img {
	width: 100%;
}

section.abt .small-img {
	left: -42px;
}

/* ************* Testimonials slider **************** */
.testimonial-sec {
	padding: 65px 0;
	background: #f7f9fc;
	text-align: center;
	margin: 0 0 70px;
}

.testimonial-sec .rpt-hdg h2 {
	margin: 0 0 35px;
	font-family: var(--secondary-font-family);
}

.testimonial-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.testimonial-sec .nav {
	width: 50px;
	height: 50px;
	border: none;
	background: var(--primary-color);
	color: var(--white-color);
	font-size: 22px;
	cursor: pointer;
	border-radius: 50%;
	transition: .3s;
	padding: 15px;
}

.testimonial-sec .nav:hover {
	background: var(--black-color);
}

.testimonial-wrapper {
	width: 100%;
	max-width: 850px;
	position: relative;
	overflow: hidden;
}

.testimonial {
	display: none;
	background: var(--white-color);
	padding: 45px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.testimonial.active {
	display: block;
}

.testimonial-sec .quote {
	font-size: 55px;
	color: var(--secondary-color);
	line-height: 1;
}

.testimonial p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	margin: 20px 0;
}

.testimonial h4 {
	color: var(--black-color);
	font-weight: 600;
	font-size: 17px;
	font-family: var(--primary-font-family);
}

.testimonial-sec .dots {
	margin-top: 35px;
}

.testimonial-sec .dot {
	width: 12px;
	height: 12px;
	background: #ccc;
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.testimonial-sec .dot.active {
	background: var(--black-color);
}

.testimonial-sec span.sub-title {
	justify-content: center;
}



/* ************* Testimonials Page **************** */
.testimonial-section {
	margin: 0 0 70px;
}

.section-title {
	text-align: center;
	font-size: 56px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 60px;
}

.testimonial-box {
	display: flex;
	align-items: flex-start;
	gap: 35px;
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
	margin: 0 8% 30px;
}

/* .testimonial-image {
    width: 30%;
}

.testimonial-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.testimonial-content {
    width: 66%;
} */

section.vitae-sect .testimonial-content .rpt-hdg h2 {
	font-size: 22px;
}

section.vitae-sect .testimonial-box {
	align-items: center;
}

.testimonial-content p {
	font-size: 16px;
	font-family: var(--primary-font-family);
	line-height: 1.8;
	color: var(--para-color);
}

.testimonial-content h4 {
	margin-top: 29px;
	text-align: center;
	font-size: 18px;
	font-family: var(--primary-font-family);
	color: var(--black-color);
	font-weight: 500;
}

section.avl.testimonial-section .testimonial-content {
	width: 100%;
	padding: 20px 8% 0;
	text-align: center;
}

section.avl.testimonial-section .testimonial-box {
	margin: 0 15% 30px;
}


/* **************** Faqs ******************** */

.faq-section {
	margin: 180px 14% 70px;
}

.faq-question h6 {
	font-size: 18px;
	line-height: 30px;
	font-family: var(--primary-font-family);
	color: var(--black-color);
	font-weight: 500;
	margin: 0 0 0;
}

.faq-item {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #69895d;
	background: #ffffff;
}

.faq-question {
	width: 100%;
	min-height: 100px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0;
	background: transparent;
	color: #183653;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	cursor: pointer;
}

.faq-question span:first-child {
	padding-right: 30px;
}


.faq-icon {
	position: relative;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.faq-icon::before,
.faq-icon::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 1.5px;
	top: 7px;
	background: #333;
	transition: transform 0.3s ease;
}

.faq-icon::before {
	left: 0;
	transform: rotate(45deg);
}

.faq-icon::after {
	right: 0;
	transform: rotate(-45deg);
}

.faq-item.active .faq-icon::before {
	transform: rotate(-45deg);
}

.faq-item.active .faq-icon::after {
	transform: rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.faq-answer p {
	margin: 0;
	padding: 0 30px 45px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	font-size: 16px;
	line-height: 1.7;
}

.faq-item.active .faq-answer {
	max-height: 500px;
}

.faq-question:hover {
	background: #fafcfc;
}

/* *************** Summer Sievert ************************** */
section.vitae-sect {
	margin: 160px 0 70px;
}

.service_area .services-title {
	margin: 0;
}

.service_area .services-header {
	text-align: left;
}

section.vitae-sect .left-content {
	width: 100%;
}

.testimonial-section {
	margin: 0 0 70px;
}

.section-title {
	text-align: center;
	font-size: 56px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 60px;
}

.testimonial-box {
	display: flex;
	align-items: flex-start;
	gap: 35px;
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
	margin: 0 5% 30px;
}

.testimonial-image {
	width: 30%;
}

.testimonial-image img {
	width: 100%;
	/* height: 240px; */
	object-fit: cover;
	display: block;
}

/*.testimonial-content {
	width: 66%;
}*/

section.vitae-sect .testimonial-content .rpt-hdg h2 {
	font-size: 22px;
}

section.vitae-sect .testimonial-box {
	align-items: center;
}

.testimonial-content p {
	font-size: 16px;
	font-family: var(--primary-font-family);
	line-height: 1.8;
	color: var(--para-color);
}

/* .testimonial-content h4 {
    margin-top: 29px;
    text-align: center;
    font-size: 18px;
    font-family: var(--body-font-family);
    color: var(--primary-color);
    font-weight: 500;
} */

section.avl.testimonial-section .testimonial-content {
	width: 100%;
	padding: 20px 8% 0;
	text-align: center;
}

section.avl.testimonial-section .testimonial-box {
	margin: 0 15% 30px;
}

.accepts .rpt-cnt h6 {
	font-size: 20px;
	line-height: 30px;
	color: var(--black-color);
	font-family: var(--primary-font-family);
	text-transform: capitalize;
	font-weight: 500;
}

.accepts .rpt-cnt a {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	text-decoration: underline;
	transition: 0.7s ease;
}

.accepts .rpt-cnt a:hover {
	color: var(--primary-color);
}

.accepts {
	text-align: center;
	border: 2px solid #23A8A8;
	padding: 30px 12%;
	margin: 0 0 30px;
}

section.vitae-sect .testimonial-content .lft-hdg h2 {
	font-size: 22px;
	margin: 0 0 5px;
}

.left-content ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.left-content ul li {
	font-size: 16px;
	line-height: 25px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	padding: 0 0 5px;
}




.psychology-badge {
	display: inline-block;
	width: 232px;
	height: 58px;
}

.psychology-badge>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 14px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 35px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	transition: all 0.3s ease;
}

.psychology-badge>a:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}

.psychology-badge .badge-check {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #d7d7d7;
	border-radius: 50%;
	color: #ff5252;
	font-family: var(--primary-font-family);
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
}

.psychology-badge .badge-text {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.psychology-badge .badge-text small {
	margin-bottom: 3px;
	color: #777;
	font-family: var(--primary-font-family);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.psychology-badge .badge-text strong {
	color: #4285e8;
	font-family: var(--primary-font-family);
	font-size: 17px;
	font-weight: 700;
	white-space: nowrap;
}

section.avl.testimonial-section {
	background: transparent;
	padding: 0 0 0;
}

/* ************** Bowling Green ********************** */
section.invest-sect .main-img {
	width: 100%;
}

section.invest-sect .about-section {
	margin: 0 0 70px;
}

.ins-sect .rpt-cnt h2 {
	text-align: center;
}

.ins-sect .services-box img {
	max-width: 80px;
}

.testimonial-section {
	width: 100%;
	padding: 70px 0;
	background: #33C59226;
	overflow: hidden;
}

.testimonial-container {
	position: relative;
	width: 100%;
	max-width: 1280px;
	/* min-height: 685px; */
	min-height: 500px;
	margin: 0 auto;
}

.testimonial-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 490px;
	height: 448px;
	overflow: hidden;
}

section.vitae-sect .testimonial-box .testimonial-image {
	position: relative;
}

.testimonial-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.testimonial-card {
	position: absolute;
	left: 7%;
	top: 45px;
	width: 700px;
	min-height: 315px;
	background: #ffffff;
	z-index: 2;
	box-sizing: border-box;
}

/*.testimonial-content {
	padding: 60px 52px 50px;
}*/

.testimonial-line {
	width: 48px;
	height: 1px;
	margin: 25px 0 20px;
	background: #999999;
}

.testimonial-content h3 {
	margin: 0;
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	font-size: 22px;
	font-weight: 400;
}

.testimonial-container {
	position: relative;
}

.testimonial-container:nth-child(even) .testimonial-image {
	right: auto;
	left: 0;
}

.testimonial-container:nth-child(even) .testimonial-card {
	left: auto;
	right: 7%;
}

.testimonial-container .testimonial-content {
	width: 100%;
}

.testimonial-container .testimonial-content {
	padding: 35px 37px 38px;
}

.remind-sect {
	margin: 0 0 70px;
}

.remind-sect .blog-img img {
	height: 380px;
}

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

.flr-sect {
	margin: 0 0 70px;
}

/* ************** SMS Term Use ***************** */
.sms-term-sect .rpt-cnt h2 {
	text-align: center;
	font-size: 25px;
}

section.sms-term-sect {
	margin: 70px 0;
	text-align: center;
}

section.sms-term-sect .rpt-cnt {
	padding: 0 8% 0;
}

/* *********** Inner Blogs ******************** */
.entry-header h1 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	text-transform: capitalize;
	font-weight: 500;
}

.entry-header span,
.entry-header a {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	color: var(--black-color);
	font-family: var(--primary-font-family);
}

.entry-header a:hover {
	color: var(--primary-color);
}

.entry-meta {
	margin: 0 0 15px;
}

.entry-content h2,
.comments-area h3 {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 12px;
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	text-transform: capitalize;
	font-weight: 300;
}

.entry-content p,
.entry-content a,
.comments-area p,
.comments-area a {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
}

.entry-content a {
	font-weight: 300;
}

.entry-content a:hover,
.entry-footer a:hover,
.nav-next a:hover,
.comments-area a:hover {
	color: var(--primary-color);
}

.page-header h1 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	text-transform: capitalize;
	font-weight: 500;
}

.entry-footer span,
.entry-footer a,
.nav-next span,
.nav-next a {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	padding: 0 2px 0;
}

.form-submit input {
	font-size: 15px;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 4px;
	font-weight: 500;
	color: var(--white-color);
	background-color: var(--primary-color);
	font-family: var(--primary-font-family);
	transition: 0.7s ease;
}

.form-submit input:hover {
	background-color: var(--black-color);
}

.entry-content ul {
	padding: 0 0 0 18px;
	margin: 0;
}

.inner-blog {
	margin: 170px 0 65px;
}

/* .admin-blog{
	margin: 170px 0 65px;
} */
.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
	width: 100%;
}

/* *************** Thank You Page ***************** */
.thank-you-section {
	min-height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 20px;
	background: #f5f7fa;
}

.thank-you-content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.thank-you-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #23a8a8;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
}

/* .thank-you-subtitle {
	display: block;
	margin-bottom: 15px;
	color: #7f94ad;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
} */

.thank-you-content h1 {
	margin: 0 0 20px;
	color: var(--black-color);
	font-family: var(--secondary-font-family);
	font-size: 46px;
	line-height: 1.2;
}

.thank-you-content p {
	max-width: 600px;
	margin: 0 auto 35px;
	color: var(--para-color);
	font-family: var(--primary-font-family);
	font-size: 18px;
	line-height: 1.7;
}

.thank-you-btn .btn {
	font-size: 15px;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 4px;
	font-weight: 500;
	font-family: var(--primary-font-family);
	transition: 0.7s ease;
	color: var(--white-color);
	background-color: var(--primary-color);
}

.thank-you-btn .btn:hover {
	background: var(--black-color);
}

section.panic-faqs {
	margin: 0 0 70px;
	padding: 0 12% 0;
}

/* .panic .about-section :nth-child(even) {
    flex-direction: row-reverse;
}

.panic .about-section {
    display: flex;
    align-items: center;
} */

.invt-sect .panic .about-section:nth-child(even) {
	flex-direction: row-reverse;
}

.invt-sect .panic .about-section:nth-child(even) .small-img {
	left: auto;
	right: -50px;
}

section.vitae-sect .testimonial-image {
	width: 50%;
	/* height: 100%; */
}

section.vitae-sect .testimonial-content {
	padding: 0px 0px 0px;
	width: 50%;
}

.privacy-policy {
	margin-top: 150px;
	margin-bottom: 50px;
}


/* ************************************************* Responsive CSS ********************************************************* */

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

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

	.hdr-btn {
		display: none;
	}

	.hdr-navigation ul li a {
		font-weight: 500 !important;
		font-family: var(--primary-font-family);
	}

	/* .hdr-navigation ul li a {
		padding: 0 12px 0 !important;
	} */

	/* .site-branding {
		display: none;
	} */

	.top-bar {
		display: none;
	}

	.hdr-logo {
		width: 68%;
		padding: 0 0 0 10px;
		position: relative;
		z-index: 9999;
	}

	.hdr-navigation {
		width: 100%;
		margin: -52px 0 0;
	}

	.bottom-hdr {
		padding: 0px 0px 0px;
	}

	.hdr-row {
		padding: 5px 5px 5px;
		display: inline;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		margin: 24px 0 0;
	}

	.hdr-navigation ul li {
		width: 100% !important;
		border-bottom: 1px solid #d5cfcf !important;
	}



	.bnr-cnt {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.hero-content {
		width: 100%;
	}

	.hero-content h1 {
		font-size: 26px;
		line-height: 35px;
		margin: 0 0 15px;
	}

	.hero-btns a {
		font-size: 13px;
	}

	.hero-btns {
		margin: 25px 0 0;
	}

	.hero-banner {
		min-height: 520px;
		margin: 90px 0 60px;
	}


	.serv-hdg h3 {
		font-size: 20px;
		line-height: 32px;
		margin: 0 0 25px;
		padding: 0 0% 0;
	}

	.services {
		margin: 0 0 60px;
		flex-direction: column;
	}

	.services-box {
		padding-left: 0px;
		border-left: none;
	}

	.about-section {
		margin: 0 0 80px;
		gap: 30px;
		flex-direction: column;
	}

	.about-left {
		width: 100%;
	}

	.about-right {
		width: 100%;
	}

	.about-waves {
		display: none;
	}

	.main-img {
		width: 100%;
	}

	.rpt-cnt h2 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 15px;
	}

	.abt-row {
		gap: 15px;
		flex-direction: column;
	}

	.rpt-cnt p {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.our-services .rpt-cnt {
		padding: 0 0% 0 0;
	}

	.services-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.our-services {
		padding: 60px 0 70px;
		margin: 0 0 70px;
	}

	.service-icon {
		margin-bottom: 20px;
		justify-content: center;
	}

	.service-card {
		text-align: center;
	}

	.invt-sect .about-left {
		width: 100%;
	}

	.invt-sect .about-section {
		margin: 0 0 60px;
		flex-direction: column-reverse;
	}

	.invt-sect .small-img {
		display: none;
	}

	.small-img {
		display: none;
	}

	.team-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px 35px;
	}

	.our-team-sect {
		padding: 55px 0;
	}

	.sub-title {
		font-size: 12px;
	}

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

	.explore-sect {
		padding: 55px 0;
	}

	.footer-top {
		gap: 30px;
		padding-bottom: 30px;
		flex-direction: column;
	}

	.footer-col.about {
		width: 100%;
	}

	.site-footer {
		padding: 60px 0px 5px;
	}

	.social-icons {
		gap: 5px;
	}

	.footer-col ul li {
		margin-bottom: 5px;
	}

	.footer-col h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.location-item span {
		font-size: 15px;
	}

	.footer-bottom {
		padding: 5px 12px;
	}

	.rpt-banner {
		min-height: 300px;
		margin: 90px 0 70px;
	}

	.cnt_row {
		margin: 0 0% 0;
		flex-direction: column;
		gap: 20px;
	}

	.cnt_left {
		width: 100%;
		padding: 40px 25px 0;
		border-radius: 20px;
	}

	.cnt_right {
		width: 100%;
	}

	.cnt_right form {
		border-radius: 30px;
		padding: 50px 16px 45px;
		border-radius: 20px;
	}

	.form-row {
		gap: 14px;
		margin-bottom: 14px;
		flex-direction: column;
	}

	.cnt_right .submit-btn-wrap {
		margin: 20px 0 0;
		width: 40%;
	}

	.lct iframe {
		height: 400px;
	}

	section.abt {
		margin: 0 0 70px;
	}

	.abt .about-section {
		flex-direction: column-reverse;
	}

	.testimonial-sec .nav {
		padding: 12px;
		display: none;
	}

	.testimonial {
		padding: 15px;
	}

	.happy-sect .rpt-cnt {
		padding: 0 0% 0;
	}

	.story-sect .rpt-cnt {
		padding: 0 0% 0;
	}

	/* **************** Blog Page ************* */

	.blog-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.entry-header h1 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.inner-blog {
		margin: 130px 0 65px;
	}

	.entry-content h2,
	.comments-area h3 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 12px;
	}

	.post-thumbnail img {
		height: 275px;
	}

	.entry-header span,
	.entry-header a {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.page-header h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	section.avl.testimonial-section .testimonial-box {
		margin: 0 0% 16px;
	}

	section.avl.testimonial-section .testimonial-content {
		padding: 0px 0% 0;
	}

	section.vitae-sect .testimonial-box {
		flex-direction: column;
	}

	section.vitae-sect .testimonial-image {
		width: 100%;
		height: 300px;
	}

	section.vitae-sect .testimonial-content {
		width: 100%;
	}

	.accepts .rpt-cnt h6 {
		font-size: 16px;
		line-height: 26px;
	}

	.accepts {
		padding: 20px 5%;
		margin: 0 0 30px;
	}

	section.vitae-sect .testimonial-content .lft-hdg h2 {
		font-size: 18px;
	}

	.left-content ul li {
		font-size: 15px;
	}

	.faq-section {
		margin: 140px 0% 70px;
	}

	.faq-question h6 {
		font-size: 15px;
		line-height: 25px;
	}

	.faq-question {
		min-height: 80px;
		padding: 0 16px;
		font-size: 24px;
	}

	.faq-answer p {
		padding: 0 15px 20px;
		font-size: 15px;
	}

	.sms-term-sect .rpt-cnt h2 {
		text-align: center;
		font-size: 20px;
	}

	.invt-sect .panic .about-section:nth-child(even) {
		flex-direction: column-reverse;
		margin: 0 0 40px;
	}

	section.panic-faqs {
		padding: 0 0% 0;
	}

	.invest-sect .about-section {
		flex-direction: column-reverse;
	}

	/* *********************************** */
	/* .bwg.testimonial-section .testimonial-image {
		height: 320px;
		width: 100%;
	}

	.testimonial-card {
		left: 0%;
		top: 64%;
		width: 376px;
		min-height: 230px;
	} */


	.bwg.testimonial-section {
		padding: 40px 15px;
		overflow: hidden;
	}

	.bwg .testimonial-container {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		min-height: auto;
		margin: 0 0 50px;
		position: relative;
	}

	.bwg .testimonial-image {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		height: 300px;
		order: 1;
	}

	.bwg .testimonial-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.bwg .testimonial-card {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: calc(100% - 30px);
		min-height: auto;
		margin: -40px auto 0;
		z-index: 2;
		order: 2;
	}

	.bwg .testimonial-content {
		width: 100%;
		padding: 30px 25px;
		box-sizing: border-box;
	}

	.bwg .testimonial-content h3 {
		font-size: 20px;
		line-height: 1.4;
		margin: 0;
	}

	.bwg .testimonial-content p {
		font-size: 15px;
		line-height: 1.7;
		margin: 0;
	}

	.bwg .testimonial-line {
		width: 40px;
		margin: 18px 0 15px;
	}

	/* Even rows */
	.bwg .testimonial-container:nth-child(even) .testimonial-image {
		left: auto;
		right: auto;
	}

	.bwg .testimonial-container:nth-child(even) .testimonial-card {
		left: auto;
		right: auto;
	}

	.thank-you-icon {
		width: 55px;
		height: 55px;
		margin: 25px auto 8px;
		font-size: 25px;
	}

	.thank-you-content h1 {
		margin: 0 0 20px;
		font-size: 35px;
	}





}







@media (min-width: 1200px) and (max-width: 1440px) {

	.container {
		max-width: 90%;
	}

	.bottom-hdr {
		padding: 12px 8px 15px;
	}

	.hdr-logo {
		width: 23%;
	}

	.hdr-navigation li a {
		padding: 0 4px !important;
	}

	.hdr-navigation {
		width: 63%;
	}

	.hdr-btn a {
		height: 38px;
		padding: 0 20px;
		gap: 7px;
		font-size: 10px;
	}

	.site-footer {
		padding: 75px 10px 10px;
	}

	.footer-col h4 {
		font-size: 17px;
		margin-bottom: 18px;
	}

	.footer-bottom {
		padding: 9px 68px;
	}

	.top-bar {
		padding: 8px 20px;
	}

	.team-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 20px;
	}

	.services-box {
		padding-left: 10px;
	}

	.hero-content h1 {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 25px;
	}

	.hero-content {
		width: 62%;
	}

	.bnr-cnt {
		margin: 0px 0px 0px 0px;
	}

	.abt-row {
		gap: 10px;
		flex-direction: column;
	}

	.about-section {
		margin: 0 0 100px;
		gap: 40px;
	}

	.our-services .rpt-cnt {
        padding: 0 0% 0 0;
	}

	.rpt-cnt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 12px;
	}

	.happy-sect .rpt-cnt {
		padding: 0 8% 0;
	}

	.cnt_right form {
		padding: 60px 45px 66px;
	}

	.entry-header h1 {
		font-size: 30px;
		line-height: 40px;
	}

	section.avl.testimonial-section .testimonial-box {
		margin: 0 0% 30px;
	}

	section.invt-sect .panic {
		margin: 0 0 100px;
	}

	section.invt-sect .panic .about-section {
		margin: 0 0 80px;
	}


	/* .invt-sect .panic .about-section:nth-child(even) {
		margin: 0 0 100px;
	}
	 */

	/* ****************************** */
	.bwg .testimonial-container {
		max-width: 1150px;
	}

	.bwg .testimonial-image {
		width: 420px;
		height: 400px;
	}

	.bwg .testimonial-card {
		width: 650px;
		left: 5%;
	}

	.bwg .testimonial-container:nth-child(even) .testimonial-card {
		left: auto;
		right: 5%;
	}

	.explore-sect {
		padding: 60px 0;
	}

	.footer-top {
		gap: 14px;
	}

}



@media (min-width: 992px) and (max-width: 1199px) {

	.site-footer {
		padding: 60px 10px 5px;
	}

	.footer-top {
		gap: 32px;
		padding-bottom: 20px;
	}

	.footer-col h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.footer-col ul li {
		margin-bottom: 5px;
	}

	.team-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 20px;
	}

	.our-services .rpt-cnt {
		padding: 0 0% 0 0;
	}

	.services-box {
		padding-left: 4px;
	}

	.hero-content {
		width: 75%;
	}

	.hero-content h1 {
		font-size: 32px;
		line-height: 42px;
		margin: 0 0 15px;
	}

	.cnt_right form {
		padding: 38px 30px 42px;
	}

	.testimonial-card {
		left: 0%;
		width: 530px;
	}

	.testimonial-container:nth-child(even) .testimonial-card {
		right: 0%;
	}

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

	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	section.vitae-sect .testimonial-box {
		flex-direction: column;
	}

	section.vitae-sect .testimonial-image {
		width: 100%;
	}

	section.vitae-sect .testimonial-content {
		width: 100%;
	}

	.faq-section {
		margin: 180px 5% 70px;
	}

	.rpt-cnt h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	section.avl.testimonial-section .testimonial-box {
		margin: 0 5% 30px;
	}





}