/*!
Theme Name: AAdi
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: aadi
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.

AAdi 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.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
	font-family: 'bentonmoddispsemibolditalic';
	src: url('fonts/bentonmoddisp-semibolditalic-webfont.eot');
	src: url('fonts/bentonmoddisp-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/bentonmoddisp-semibolditalic-webfont.woff2') format('woff2'),
		url('fonts/bentonmoddisp-semibolditalic-webfont.woff') format('woff'),
		url('fonts/bentonmoddisp-semibolditalic-webfont.ttf') format('truetype'),
		url('fonts/bentonmoddisp-semibolditalic-webfont.svg#bentonmoddispsemibolditalic') format('svg');
	font-weight: 400;
	font-style: normal;

}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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
--------------------------------------------- */

html {
	overflow-x: hidden;
}

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: none;
}

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




/*========= 30-10-2024 ===========*/

.header-icon-box h3 {
	margin: 0;
}

.header-icon-box p a {
	font-weight: 700;
}

.header-icon-box a:hover {
	color: #2A64AF;
}

/*.green-btn .elementor-button-icon,*/
/*.pink-btn .elementor-button-icon {*/
/*	position: absolute;*/
/*	right: 28px;*/
/*}*/

.pb-0 {
	line-height: 43px;
}

.rating-box ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.rating-box ul li {
	list-style: none;
}

.rating-box ul li:nth-of-type(2),
.rating-box ul li:nth-of-type(3),
.rating-box ul li:nth-of-type(4),
.rating-box ul li:nth-of-type(5) {
	margin-left: -10px;
}

body .main-menu-row .elementor-widget-container {
	flex-direction: row;
}

body .main-menu-row .elementor-widget-container ul li a {
	padding: 22px 20px;
}

body .main-menu-row .elementor-widget-container ul li a:hover {
	background-color: #4d9d57;
}

.main-menu-row .elementor-widget-container ul li.search-icon a {
	font-size: 0px !important;
}

.main-menu-row .elementor-widget-container ul li.search-icon a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background-image: url(https://dev-box.me/aadi/wp-content/uploads/2024/11/search-icon.png);
	background-repeat: no-repeat;
	background-size: 22px;
	width: 22px;
	height: 22px;
	opacity: 1 !important;
}

body .main-menu-row .elementor-widget-container ul li.search-icon a:hover {
	background-color: transparent;
}

.about-info h2 span {
	/*color: #2a64af;
	text-transform: capitalize;
	font-family: 'bentonmoddispsemibolditalic';*/
	font-weight: 300!important;
}

.tabbing-section .e-n-tabs-content {
	position: absolute;
	right: -710px;
	background: #d48624;
	border-radius: 5px;
	max-width: 650px;
	min-height: 650px;
	top: -110px;
}

.tabbing-section .e-n-tabs-content .e-con-inner {
	margin-top: -350px !important;
}

/* .tabbing-section .e-n-tabs-content::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background: rgb(212 134 36 / 80%);
    border-radius: 5px;
	max-width: 650px;
    bottom: 0;
    min-height: 650px;

} */
.tabbing-section .e-n-tabs-content img {
	max-width: 600px;
}

.tabbing-section .e-n-tabs-content p {
	margin-bottom: 10px;
	margin-top: 0 !important;
}

.tabbing-section .e-n-tabs-content h6 {
	background: linear-gradient(90deg, rgba(209, 72, 86, 1) 0%, transparent) !important;
	padding: 11px 0 11px 15px;
	border-left: 4px solid #ec1489;
}

.tabbing-section h2 {
	padding-bottom:22px;
}

body .tabbing-section .e-n-tabs {
	display: block;
}

body .tabbing-section .e-n-tab-title {
	max-width: 509px;
	padding-block: 21px;
	border-radius: 3px;
	cursor: pointer;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, transparent) !important;
	margin-bottom: 60px;
	padding-left: 130px;
}

body .tabbing-section .e-n-tab-title[aria-selected=true],
body .tabbing-section .e-n-tab-title:hover {
	background: linear-gradient(90deg, rgba(95, 26, 84, 1) 0%, transparent) !important;
}

body .tabbing-section h2 span,
.contact-us-info-box h2 span {
	/*color: #f2951f;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	font-family: 'bentonmoddispsemibolditalic';
	text-underline-offset: 12px;*/
	font-weight:300!important;
}

.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(1)::before,
.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(2)::before,
.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(3)::before,
.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(4)::before {
	position: absolute;
	content: "";
	left: -10px;
	background-image: url(https://aadi.bestfriscomarketing.com/wp-content/uploads/2024/12/blue-border-icon-1.png);
	background-repeat: no-repeat;
	background-size: 111px;
	width: 111px;
	height: 111px;
	border-radius: 100px;
	border: 0;
}

.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(2)::before {
	background-image: url(https://aadi.bestfriscomarketing.com/wp-content/uploads/2024/12/pink-border-icon-1.png);
}

.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(3)::before {
	background-image: url(https://aadi.bestfriscomarketing.com/wp-content/uploads/2024/12/yellow-border-icon.png);
}

.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(4)::before {
	background-image: url(https://aadi.bestfriscomarketing.com/wp-content/uploads/2024/12/green-border-icon-1.png);
}



/* body .tabbing-section .e-n-tab-title[aria-selected=true]:nth-of-type(1):before,body .tabbing-section .e-n-tab-title[aria-selected=true]:nth-of-type(2):before,body .tabbing-section .e-n-tab-title[aria-selected=true]:nth-of-type(3):before,body .tabbing-section .e-n-tab-title[aria-selected=true]:nth-of-type(4):before{
	border: 5px solid #ec1489;
	position: absolute;
	content: "";
} */
body .tabbing-section .e-n-tab-title[aria-selected=true]:after {
	position: absolute;
	content: "";
	right: -221px;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 35px solid #d48624;
	border-bottom: 30px solid transparent;
}

.pointer-event {
	pointer-events: none;
}

.footer-section ul li a {
	padding-left: 0 !important;
	font-size: 15px !important;
}

.contact-box ul {
	margin: 0;
	padding: 0;
}

.contact-box ul li {
	list-style: none;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}

.contact-box ul li h5 {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}

.contact-box ul li a {
	color: #fff;
	transition: 0.5s all;
}

.contact-box ul li h5.home-health-title {
	color: #f29218;
}

.contact-box ul li h5.hospice-title {
	color: #4d9d57;
}

.contact-box li img {
	position: absolute;
	left: 0;
	top: 7px;
}

.copy-right-section {
	position: relative;
	padding-top: 40px;
}

.copy-right-section .e-con-inner::before {
	position: absolute;
	content: "";
	max-width: 1400px;
	width: 100%;
	height: 1px;
	background-color: #394159;
	top: 0;
	left: 0;
	right: 0;
	margin: 40px auto 0;
}

.copy-right-section p {
	margin-block: 0;
}

body .copy-right-section .e-con-inner {
	padding-block: 23px;
}

.copy-right-section ul li:first-child {
	list-style: none;
}

.copy-right-section ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	gap: 0px 28px;
	justify-content: flex-end;

}

.copy-right-section ul li a {
	color: #fff;
	font-size: 15px;
	transition: 0.5s all;
}

.copy-right-section ul li a:hover,
.contact-box ul li a:hover {
	color: #ec1489;
	transition: 0.5s all;
}

.blog-section h2 span {
	/*color: #2A64AF;
	text-decoration: underline;*/
	font-weight:600!important;
	/*text-decoration-thickness: 2px;
	font-family: 'bentonmoddispsemibolditalic';
	text-underline-offset: 12px;*/
}

.heart-overal-text h2 {
	max-width: 620px;
	margin: auto;
}

body .heart-overal-text span {
	color: #fff;
	text-decoration-color: #f2951f;
	text-decoration-thickness: 2px;
	text-underline-offset: 12px;
	display: block;
}
body .team-slider-section .heart-overal-text span{
  text-decoration: none;
}
body .heart-main-box {
	max-width: 760px;
	position: absolute;
	height: 721px;
	top: -40px;
	margin-left: 25px;
}

.heart-main-box .pink-btn {
	left: -65px;
}

/* .team-slider-section {
	margin-left: 235px;
} */
.team-slider-section .swiper {
	padding-top: 40px;
	padding-right: 250px;
	margin-left: 240px;
}

.team-slider-section .swiper-slide .e-con-inner,
.team-slider-section .swiper-slide .e-con-inner img {
	max-width: 100% !important;
	width: 100% !important;
}

.team-slider-section .swiper-slide .e-con-inner img {
	height: 640px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}

.swiper-pagination-bullet {
	border: 2px solid #2145e6 !important;
	width: 23px !important;
	height: 23px !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2a64af !important;
}

.team-slider-section .swiper-pagination {
	margin-top: 30px;
}

.team-slider-section .swiper-slide>.e-con-inner {
	max-width: 100% !important;
}

.why-choose-section>.e-con-inner:before {
	position: absolute;
	content: "";
	left: 0px;
	right: 0;
	background-image: url(https://aadi.bestfriscomarketing.com/wp-content/uploads/2024/12/dashe-line-1.png);
	background-repeat: no-repeat;
	background-size: 95vw;
	width: 95vw;
	margin: auto;
	height: 850px;
}

.why-choose-section h2 span {
	font-weight: 300;
	/*color: #4d9d57;
	text-decoration: underline;
	
	text-decoration-thickness: 2px;
	text-underline-offset: 12px;
	font-family: 'bentonmoddispsemibolditalic';*/
}

.why-choose-section .service-box ul {
	padding: 0;
	margin: 0;
}

.why-choose-section .service-box ul li {
	list-style: none;
}

.why-choose-section .service-box ul li a {
	color: #fff;
	text-decoration: underline;
	
}
.why-choose-section .service-box ul li a:hover{
	text-decoration-color: #abbcd9;
}
.why-choose-section .service-box h3 {
	margin-block: 0 15px;
}

.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper{
    border: 3px solid #2a64af;
	background-color: #fff;
	width: 410px;
	height: 410px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0.5s all;
}
.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper ul li a{
	color: #000;
}
.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper:hover ul li a{
	color: #fff;
}
.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper ul li a,.why-choose-section .service-box.box-1.box-2.box-3 .elementor-icon-box-wrapper ul li a{
	color: #fff;
}
.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper:hover,.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover,.why-choose-section .service-box.box-1.box-2.box-3 .elementor-icon-box-wrapper:hover {
	background: #2a64af;
	box-shadow: 0 0 0 20px rgba(42, 100, 175, 0.5);
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/white-cursor-1.png'), auto;
	transition: 0.5s all;
}

.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover,.why-choose-section .service-box.box-1.box-2.box-3 .elementor-icon-box-wrapper:hover {
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/white-cursor-1.png'), auto;
}

.blue-sec:hover,.footer-section:hover,.contact-form .submit-btn:hover{
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/white-cursor-1.png'), auto;
}

.white-sec:hover,
.map-tabbing-section .e-n-tabs-heading .e-n-tab-title:hover {
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/Folder-5.png'), auto;
}

.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper .elementor-icon-box-content {
	flex-grow: 0;
}

.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper .elementor-icon-box-content ul+p {
	display: none;
}

body .why-choose-section .service-box .elementor-icon-box-icon {
	margin-bottom: 5px;
}

.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper {
	background-color: #fff;
	box-shadow: none;
	border: 3px solid #EC1489;
	width: 410px;
	height: 410px;
	cursor: auto;
}
/* .why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover{
	background-color: #EC1489;
	box-shadow: 0 0 0 20px rgb(236 20 137 / 50%);
} */
.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover svg,.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper:hover svg{
	fill: #fff;
}
.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover h3,.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper:hover h3{
	color: #fff;
}
.why-choose-section .service-box.box-1.box-2.box-3 .elementor-icon-box-wrapper {
	border: 3px solid #f2951f;
}
.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover .pink-button {
    color: #EC1489 !important;
    border: 1px solid #EC1489 !important;
    background-color: #fff !important;
}
.why-choose-section .service-box.box-1.box-2.box-3 .elementor-icon-box-wrapper:hover,.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover{
	border: 1px solid #2a64af !important;
}
.why-choose-section .service-box.box-1.box-2.box-3 .elementor-icon-box-wrapper:hover .pink-button {
    color: #f2951f !important;
    border: 1px solid #f2951f !important;
    background-color: #fff !important;
}
.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover .pink-button .white-arrow-transparent,.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover .pink-button .white-arrow-transparent{
    display: none;
}
.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover .pink-button .pink-arrow-transparent,.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper:hover .pink-button .yellow-arrow-transparent{
    display: inline-block;
}
.pink-button.yellow-button {
	background-color: #f2951f;
}

.pink-button.yellow-button:hover {
	color: #f2951f !important;
	border: 1px solid #f2951f !important;
	background-color: #fff !important;
}

.pink-button {
	background-color: #EC1489;
	font-size: 19px !important;
	font-weight: 600 !important;
	padding: 9px 22px 9px 21px;
	text-decoration-color: transparent !important;
	color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	display: inline-block;
	border: 1px solid transparent;
}

.pink-button:hover {
	color: #EC1489 !important;
	border: 1px solid #EC1489 !important;
	background-color: #fff !important;
}

.pink-arrow-transparent,
.pink-button:hover .white-arrow-transparent,
.yellow-button .yellow-arrow-transparent {
	display: none;
}

.pink-button:hover .pink-arrow-transparent,
.pink-button:hover .yellow-arrow-transparent {
	display: inline-block;
}

.pink-button img {
	position: relative;
	top: 5px;
	left: 4px;
}

.why-choose-section .service-box.box-1.box-2 h3 {
	min-height: 76px;
}

.client-slider-section h2 span {
	font-weight:300;
	/*color: #2a64af;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 12px;
	font-family: 'bentonmoddispsemibolditalic';*/
}

.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
	width: 61px;
	height: 61px;
	background: #ec1489;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 335px;
	left: auto;
	top: -58px;
}

.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
	width: 61px;
	height: 61px;
	background: #2a64af;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 265px;
	left: auto;
	top: -58px;
}

.contact-icon-box .elementor-icon-box-icon {
	width: 84px;
	height: 84px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ec1489;
	margin-right: 25px !important;
}

.contact-icon-box.email-box .elementor-icon-box-icon {
	border: 2px solid #f2941d;
}

.contact-icon-box.phone-box .elementor-icon-box-icon {
	border: 2px solid #4d9d57;
}

.contact-icon-box h3 {
	margin-block: 13px 5px;
}

body .contact-icon-box a {
	color: #fff;
}

body .contact-icon-box a:hover {
	color: #ec1489;
}

body .contact-icon-box a.email-address {
	text-decoration: underline;
}

body .contact-icon-box {
	padding-bottom: 5px;
}

body .contact-icon-box.phone-box .elementor-icon-box-content {
	border-bottom: 0;
}

.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
	padding-bottom: 30px;
	border-bottom: 1px solid #26364b;
}

.contact-us-section .contact-form-box {
	box-shadow: 0 -5px 0px 0px #f2951f;
}

.contact-form-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #d28522;
	border-radius: 12px;
	width: 100%;
	height: 100%;
}

body .contact-form-box p {
	margin-block: 5px 15px !important;
}
.footer-section
h3 {
    margin-top: 0!important;
}
.contact-form-box h2 span {
	font-weight:300;
	/*color: #2a64af;
	text-decoration: none;
	font-family: 'bentonmoddispsemibolditalic';*/
}

.contact-us-text-margin p {
	margin-block: 5px 30px;
}

.contact-form .row {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-form .row input,
.contact-form .row textarea {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #b2b2b2;
	padding: 17px 15px;
}

.contact-form .row textarea {
	width: 100%;
	max-height: 160px;
}

.contact-form .row.textarea-row {
	display: block;
}

.contact-form .submit-btn {
	width: 204px;
	height: 68px;
	background-color: #2a64af !important;
	cursor: pointer;
	font-size: 18px !important;
	margin-top: 30px;
	border: 0;
	background-image: url(https://dev-box.me/aadi/wp-content/uploads/2024/11/telegram-icon-1.png);
	background-repeat: no-repeat;
	background-size: 21px;
	text-align: left;
	padding-left: 30px !important;
	background-position: calc(100% - 30px);

}

.contact-form .submit-btn:hover {
	background-color: #ec1489 !important;
}

.footer-section::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background-color: #ec1489;
	height: 12px;
	width: 100%;
	top: 0;
}

.footer-divider-space .elementor-divider {
	padding-block: 0 7px !important;
}

.service-small-title-space p {
	margin-block: 10px -5px !important;
}

.service-text-space p {
	margin-top: 0 !important;
}

.sticky-social-icon-box .elementor-grid .elementor-grid-item a {
	transform: rotate(-90deg);
}
.sticky-social-icon-box .elementor-grid .elementor-grid-item a.elementor-social-icon-envelope{
	transform: rotate(0deg);
	border-bottom: 1px solid #fff;
    margin-block: 5px 0;
}
.sticky-social-icon-box .elementor-grid .elementor-grid-item:first-child a {
	border-right: 0px;
}

.sticky-social-icon-box {
	height: 428px;
}

.sticky-social-icon-box .elementor-grid .elementor-grid-item:last-child a {
	pointer-events: none;
}

.sticky-social-icon-box .elementor-grid .elementor-grid-item:last-child a::before {
	position: absolute;
	content: "Social contact";
	font-size: 18px;
	width: 165px;
	color: #fff;
	font-weight: 600;
	right: 23px;
	text-transform: uppercase;
}

.sticky-social-icon-box.right-sticky-social-icon .elementor-grid .elementor-grid-item:last-child a::before {
	position: absolute;
	content: "Contact Us";
	right: 0;
}

.sticky-social-icon-box.right-sticky-social-icon {
	height: 272px;
}

.sticky-social-icon-box.right-sticky-social-icon .elementor-grid .elementor-grid-item a.elementor-social-icon-telegram-plane,
.sticky-social-icon-box.right-sticky-social-icon .elementor-grid .elementor-grid-item a.elementor-social-icon-phone-alt {
	transform: none;
	border-right: 0;
	border-bottom: 1px solid #fff;
}

.sticky-social-icon-box.right-sticky-social-icon .elementor-grid .elementor-grid-item a.elementor-social-icon-phone-alt {
	border-bottom: 0;
}

.sticky-social-icon-box.right-sticky-social-icon .elementor-grid .elementor-grid-item:last-child a {
	pointer-events: auto;
}

.main-menu-row ul li a {
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/white-cursor.png'), auto;
}

body .tabbing-section .e-n-tab-title[aria-selected=true],
body .tabbing-section .e-n-tab-title:hover {
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/pink-cursor.png'), auto;
}

.top-social-icon-box a:hover svg {
	fill: #EC1489;
}

.right-divider:after {
	position: absolute;
	content: "";
	background-color: #565656;
	width: 1px;
	height: 30px;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
}

.map-tabbing-section .e-n-tabs {
	display: block !important;
}

.map-tabbing-section .e-n-tabs-heading {
	max-width: 485px;
	width: 100%;
	float: left;
	border-radius: 12px;
	background-color: #f3f4f4;
	padding: 40px 30px;
}

.map-tabbing-section .e-n-tabs-heading .e-n-tab-title-text {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	font-family: "Inter", serif;
}

.map-tabbing-section .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text,
.map-tabbing-section .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-title-text {
	color: #fff;
}

.map-tabbing-section .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
.map-tabbing-section .e-n-tabs-heading .e-n-tab-title:hover {
	background: linear-gradient(90deg, rgba(239, 103, 176, 1) 0%, transparent) !important;
}

.map-tabbing-section .e-n-tabs-heading .e-n-tab-title {
	padding-left: 65px;
	padding-block: 24px;
	border-radius: 3px;
	cursor: pointer;
	border-bottom: 1px solid #e7e8e8;
}

.map-tabbing-section .e-n-tabs-heading .e-n-tab-title:last-child {
	border-bottom: 0;
}

.map-tabbing-section .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon {
	left: 15px;
	width:26px;
	position: absolute;
}


.wpcf7-form  .wpcf7-form-control-wrap{
    width: 47%;
    display: inline-block;
    margin: 0px 16px 16px 0px;
    float: left;
}
.wpcf7-form  .wpcf7-form-control-wrap:nth-child(5){
	width:97%;
	float:none;
}

.wpcf7-form  .wpcf7-form-control-wrap input{
	width:100%;
	border-radius: 10px;
    border: 1px solid #b2b2b2;
    padding: 17px 15px;
}
.wpcf7-form  .wpcf7-form-control-wrap textarea{
	width:100%;
	border-radius: 10px;
    border: 1px solid #b2b2b2;
    padding: 17px 15px;
	height:180px;
}

.wpcf7-submit{
    width: 204px;
    height: 68px;
    background-color: #2a64af !important;
    cursor: pointer;
    font-size: 18px !important;
    margin-top: 30px;
    border: 0;
    background-image: url(https://aadi.bestfriscomarketing.com/wp-content/uploads/2024/12/telegram-icon-1-1.png)!important;
    background-repeat: no-repeat!important;
    background-size: 21px!important;
    text-align: left;
    padding-left: 30px !important;
    background-position: calc(100% - 30px)!important;
}


.expert-team-section .elementor-swiper-button-prev,
.expert-team-section .elementor-swiper-button-next {
	width: 93px;
	height: 93px;
	border-radius: 47px;
	background-color: #ffffff;
	border: 2px solid #2145e6;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 180px !important;
}

.expert-team-section .elementor-swiper-button-next {
	left: auto !important;
	right: 180px !important;
}

.google-review-photo-box {
	display: flex;
	align-items: center;
	gap: 15px;
}

.google-review-photo-box {
	position: relative;
}

.google-review-photo-box::before {
	position: absolute;
	content: "";
	right: 73px;
	background: url(https://dev-box.me/aadi/wp-content/uploads/2024/11/google-icon-1.png);
	background-repeat: no-repeat;
	background-size: 44px;
	height: 47px;
	width: 44px;

}

.google-review-photo-box .review-main-title-box h2 {
	font-size: 20px;
	line-height: 47px;
	color: #1a1a1a;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 25px;
}

.review-text-box {
	font-size: 16px;
	line-height: 31px;
	color: #1a1a1a;
}

.google-review-photo-box .review-main-title-box .rating {
	color: #f1c40f;
}

.blog-post-wrapper .swiper-slide-inner {
	padding: 0 !important;
	top: -40px !important;
}

.blog-post-wrapper .swiper-slide-inner .swiper-slide-contents {
	max-width: 100% !important;
}

body #google-map {
	height: 400px;
	width: 100%;
}

body .gm-style img {
	width: 40%;
}

body .tooltip-box {
	width: 407px;
	height: 100%;
	filter: drop-shadow(0px 3px 29.5px rgba(14, 10, 80, 0.08));
	background-color: #ffffff;
	border-radius: 14px;
	padding-block: 20px;
	padding-inline: 15px 20px;
	box-shadow: 0 2px 0px 0px #f2951f;
}

body .tooltip-inner-box {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-inline: 0px;
}

body .tooltip-inner-box .image-box img {
	width: 215px;
	height: 157px;
	border-radius: 14px;
	object-fit: cover;
}

body .tooltip-info h3 {
	font-size: 28px;
	line-height: 29px;
	color: #000000;
	font-weight: 600;
	font-family: "Inter";
	text-transform: capitalize;
	margin: 0;
}

body .tooltip-info p {
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	font-weight: 400;
	font-family: "Poppins";
	padding-block: 11px 15px;
	margin: 0;
	position: relative;
	padding-left: 25px;
}
body .tooltip-info p::before,body .tooltip-info a::before {
	position: absolute;
	content: "";
	left: 0;
	background: url("https://dev-box.me/aadi/wp-content/uploads/2024/11/location-icon-1.png");
	background-repeat: no-repeat;
	background-size: 12px;
	width: 12px;
	height: 16px;
	top: 14px;
}

body .tooltip-info a::after {
	position: absolute;
	content: "";
	right: -33px;
	background: url("https://dev-box.me/aadi/wp-content/uploads/2024/11/pluse-circle-icon.png");
	background-repeat: no-repeat;
	background-size: 25px;
	width: 25px;
	height: 24px;
	top: -2px;
	pointer-events: none;
}

body .tooltip-info a {
	font-size: 18px;
	line-height: 31px;
	color: #000000;
	font-weight: 600;
	font-family: "Inter";
	text-decoration: none;
	padding-left: 25px;
	position: relative;
}
body .tooltip-info a::before{
	background: url("https://dev-box.me/aadi/wp-content/uploads/2024/11/call-icon-1.png");
	background-repeat: no-repeat;
	background-size: 19px;
	width: 19px;
	height: 19px;
	top: 0;
}
body .tooltip-box:before {
	width: 0;
	height: 0;
	border-left: 1px solid transparent;
	border-right: 22px solid transparent;
	border-top: 23px solid #fff;
	position: absolute;
	content: "";
	bottom: -23px;
	left: 85px;
	z-index: 11;
}

body .tooltip-box:after {
	width: 2px;
	height: 0px;
	border-left: 0px solid transparent;
	border-right: 21px solid transparent;
	border-top: 21px solid #f1951f;
	bottom: -22.5px;
	left: 84.6px;
	z-index: -1;
	content: "";
	position: absolute;
}

body .gm-style-iw-chr {
	position: absolute;
	right: 0px;
	z-index: 1;
	top: -3px;
}

body .gm-style .gm-style-iw-c {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

body .gm-style .gm-style-iw-tc::after {
	display: none;
}

body .gm-style-iw-d {
	overflow-y: hidden !important;
	padding-bottom: 0;
	height: 230px;
	overflow-x: hidden !important;
}

#gmm-map {
	height: 715px !important;
}

.map-tabbing-section #gmm-map .dismissButton {
	padding: 8px 15px 15px 15px !important;
}

.map-tabbing-section #gmm-map .dismissButton:hover {
	background-color: #000 !important;
}

.backtotop-btn .elementor-icon-wrapper a{
    background: #2a64af;
    padding: 15px 12px 15px 13px;
    border-radius: 3px;
    display: inline-block;
}

/* #button{
	padding: 20px 0px 9px 0px;
    background-image: linear-gradient(180deg, #2A64AF 0%, #243B6D 100%);
    border-radius: 3px 3px 3px 3px;

	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button:after{
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	position: absolute;
}
#button.show{
	opacity: 1;
	visibility: visible;
} */







.elementor-23 .elementor-element.elementor-element-738b4dca .elementor-button{
	line-height: 1;
}
.elementor-23 .elementor-element.elementor-element-36259582 .elementor-button{
	line-height: 1;
}
.elementor-element-a8e5bdf:after{
	width:30%;
	background:#fff;
	content:"";
	height:80px;
	position:absolute;
	left:0;
	top:-48px;
}

.elementor-widget-n-tabs .e-n-tab-title-text img{
	margin-right:15px;
	width:45px;
	border-radius:20px;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    position: absolute;
    right: 33px;
}




/*============ Media query ============= */

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

	/*.green-btn .elementor-button,*/
	/*.pink-btn .elementor-button {*/
	/*	font-size: 16px !important;*/
	/*	padding:22px 48px 22px 18px !important;*/
	/*}*/
	 

	.main-banner-photo-box img {
		width: 100%;
	}

	.rating-box {
		margin-top: 40px !important;
	}

	.contact-us-section>.e-con-inner {
		padding-top: 320px !important;
	}

	.why-choose-section>.e-con-inner:before {
		background-size: 97vw;
		width: 97vw;
		height: 760px;
		top: 50%;
		transform: translateY(-310px);
	}

	.team-slider-section .swiper {
		margin-left: 130px;
	}

	.expert-team-section .elementor-swiper-button-prev {
		left: 70px !important;
	}

	.google-review-photo-box::before {
		right: 0;
	}
}

@media screen and (max-width:1599px) {
	.team-slider-section .swiper {
		margin-left: 20px;
	}

	.expert-team-section .elementor-swiper-button-prev {
		left: 10px !important;
	}

	.expert-team-section .elementor-swiper-button-next {
		right: 10px !important;
	}
}

@media screen and (max-width:1499px) {
	.top-social-icon-right-padding {
		width: 24% !important;
	}

	.header-sec-right-box .call-hospice {
		width: 20%;
	}

	/*.header-sec-right-box .referral-form-btn {*/
	/*	width: 18%;*/
	/*}*/

	.homae-banner-yellow-shape {
		bottom: -30px !important;
	}

	.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper {
		width: 410px;
		height: 410px;
	}

	.team-slider-section .swiper {
		margin-left: 15px;
	}

	.expert-team-section {
		padding-top: 70px !important;
	}

	.why-choose-section>.e-con-inner {
		padding-top: 280px !important;
	}

	.contact-us-section>.e-con-inner {
		padding-top: 280px !important;
	}

	.footer-section>.e-con-inner {
		padding-top: 60px !important;
	}

	.sticky-social-icon-box .elementor-grid .elementor-grid-item:last-child a::before {
		right: 15px;
	}
}

@media screen and (max-width:1399px) {
	.top-social-icon-right-padding {
		width: 25% !important;
	}

	.rating-box {
		margin-top: 30px !important;
	}

	.tabbing-section .e-n-tabs-content img {
		max-width: 550px;
	}

	.tabbing-section .e-n-tabs-content {
		right: -675px;
		max-width: 610px;
		min-height: 570px;
	}

	.tabbing-section .e-n-tabs-content .e-con-inner {
		margin-top: -290px !important;
	}

	body .tabbing-section .e-n-tab-title[aria-selected=true]:after {
		right: -199px;
	}

	body .heart-main-box {
		top: -40px;
		background-size: 97%;
	}

	.why-choose-section>.e-con-inner:before {
		transform: translateY(-280px);
	}

	.map-tabbing-section .e-n-tabs-heading {
		padding: 22px 30px;
	}

	.map-tabbing-section .e-n-tabs-content img {
		min-height: 674px;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
		right: 130px;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
		right: 60px;
	}

	.map-tabbing-section .e-n-tabs-content .map-box-section img {
		min-height: inherit;
	}

	#gmm-map {
		height: 679px !important;
	}
}


@media screen and (max-width:1200px) {
	body .main-menu-style {
		position: absolute;
		top: 27px;
		background: #000000 !important;
		right: 18px;
		width: auto;
		border-radius: 3px;
	}

	.homae-banner-yellow-shape {
		bottom: -10px !important;
	}

	.main-menu-row .elementor-widget-container ul li.search-icon a::before {
		filter: brightness(0);
		left: 20px;
	}

	.contact-box ul li {
		padding-left: 30px;
	}

	.contact-us-section>.e-con-inner {
		padding-top: 260px !important;
	}

	.tabbing-section h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.tabbing-section .e-n-tabs-content {
		right: -590px;
	}

	.tabbing-section .e-n-tabs-content img {
		max-width: 450px;
	}

	body .heart-main-box {
		top: -40px;
		background-size: 86%;
		background-position: center top;
	}

	.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper,
	.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper {
		width: 360px;
		height: 360px;
	}
	.elementskit-megamenu-panel{
	    width: 100% !important;
	    max-width: 100% !important;
	    margin: 0 auto;
	}
	.e-n-tabs-content h2 a {
        padding: 0 !important;
    }
}
@media screen and (max-width:1024px){
    .elementor-element-a8e5bdf:after{
        display: none;
    }
    div#ekit-megamenu-menu-1 {
        background-color: #2A64AF;
    }   
    div#ekit-megamenu-menu-1 ul#menu-menu-1 {
        padding: 30px 0 0 30px;
    }
    div#ekit-megamenu-menu-1 ul#menu-menu-1 li{
        padding-bottom: 30px;
    }
    div#ekit-megamenu-menu-1 ul#menu-menu-1 li ul li{
        padding-bottom: 0px;
    }
    .elementor-23 .elementor-element.elementor-element-539629f .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
        padding: 0 0 0 15px !important;
    }
    .elementor-23 .elementor-element.elementor-element-539629f .elementskit-navbar-nav > li.current-menu-ancestor > a{
        color: #F2951F !important;
    }
    .elementor-23 .elementor-element.elementor-element-539629f .elementskit-navbar-nav > li.current-menu-item > a, .elementor-23 .elementor-element.elementor-element-539629f .elementskit-navbar-nav > li.current-menu-ancestor > a {
        background-color: unset !important;
    }
    .elementor-23 .elementor-element.elementor-element-539629f .elementskit-submenu-panel {
        padding: 0 !important;
    }
    .elementor-23 .elementor-element.elementor-element-539629f .elementskit-navbar-nav > li > a:active{
        background-color: none !important;
    }
    .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
        color: #000;
        font-size: 12px;
        -webkit-transition: none;
        transition: none;
    }
}
@media screen and (max-width:1199px) {
	.tabbing-section .e-n-tabs-content {
		right: -506px;
		max-width: 470px;
	}

	.tabbing-section .e-n-tabs-content img {
		max-width: 430px;
	}

	body .heart-main-box {
		background-size: 75%;
		background-position: left top;
	}

	.heart-overal-text h2 {
		margin-left: 10px;
		font-size: 28px;
		line-height: 40px;
		padding-inline: 15px 100px;
	}

	.why-choose-section .service-box.box-1.box-2 .elementor-icon-box-wrapper,
	.why-choose-section .service-box.box-1 .elementor-icon-box-wrapper {
		width: 300px;
		height: 300px;
	}

	.why-choose-section .service-box.box-1.box-2 h3 {
		min-height: 60px;
	}

	.contact-us-section>.e-con-inner {
		padding-top: 150px !important;
	}

	.map-tabbing-section .e-n-tabs-heading {
		max-width: 370px;
	}

	.team-slider-section .swiper-slide .e-con-inner img {
		height: 470px;
	}

	.expert-team-section .elementor-swiper-button-prev,
	.expert-team-section .elementor-swiper-button-next {
		width: 73px;
		height: 73px;
	}

	.heart-main-box .pink-btn {
		left: -80px;
	}

	body .tabbing-section .e-n-tab-title[aria-selected=true]:after {
		right: -36px;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev,
	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
		top: -55px;
	}

	.why-choose-section>.e-con-inner {
		padding-top: 200px !important;
	}

	.why-choose-section>.e-con-inner:before {
		transform: translateY(-150px);
	}

	.why-choose-section .service-box ul li a {
		padding: 6px 21px 6px 21px !important;
		font-size: 16px !important;
	}

	.pink-button img {
		top: 4px;
		width: 17px;
	}
}
@media screen and (max-width:1000px) {
    body .tabbing-section .e-n-tabs {
        display: flex;
        position: relative;
        right: 0;
        top: 0;
    }
    .tabbing-section .e-n-tabs-content .e-con-inner {
        margin-top: 0 !important;
    }
    body .tabbing-section .e-n-tab-title[aria-selected=true]:after {
        display: none;
    }
    
}
@media screen and (max-width:991px) {
	.footer-section ul li a {
		font-size: 13px !important;
		padding-right: 10px !important;
	}

	.copy-right-section ul li a {
		font-size: 11px;
	}

	.tabbing-section .e-n-tabs-content {
		max-width: 720px;
		position: relative;
		top: 270px;
		right: 0;
		margin: auto;
		min-height: 540px;
	}

	body .tabbing-section .e-n-tab-title[aria-selected=true]:after {
		display: none;
	}

	/*body .tabbing-section .e-n-tabs-heading {*/
	/*	display: block;*/
	/*}*/

	.tabbing-section .e-n-tabs-heading span {
		font-size: 18px;
	}

	body .tabbing-section .e-n-tab-title {
		padding-left: 95px;
		width: 50%;
		float: left;
		max-width: 100%;
	}

	body .tabbing-section .e-n-tabs {
		display: flex;
		flex-direction: column;
	}

	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(1)::before,
	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(2)::before,
	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(3)::before,
	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(4)::before {
		background-size: 90px;
		width: 90px;
		height: 90px;
	}

	.tabbing-section .e-n-tabs-content img {
		max-width: 480px;
	}

	.heart-overal-text h2 {
		padding-inline: 15px 230px;
		max-width: 590px;
	}

	body .heart-main-box {
		background-size: 63%;
	}

	.why-choose-section .service-box.box-1.box-2 h3 {
		min-height: inherit;
	}

	.contact-icon-box .elementor-icon-box-icon {
		margin-right: 0px !important;
		margin-bottom: 5px !important;
	}

	.map-tabbing-section .e-n-tabs-heading {
		max-width: 100%;
	}

	.map-tabbing-section .e-n-tabs-content {
		float: left;
		margin-top: 15px;
	}

	.map-tabbing-section .e-n-tabs-content img {
		min-height: auto;
	}

	.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
		padding-bottom: 20px;
	}

	.contact-form .bkn-frm-btn {
		text-align: center;
		position: relative;
	}

	.pink-button img {
		top: 3px;
		width: 17px;
	}

	.service-box .pink-button,
	.service-box .yellow-button {
		font-size: 16px !important;
	}

	.team-slider-section .swiper-slide .e-con-inner img {
		height: 310px;
	}

	.team-slider-section .green-btn .elementor-button,
	.team-slider-section .pink-btn .elementor-button {
		font-size: 16px !important;
		padding: 16px 55px 16px 18px !important;
	}

	.team-slider-section .swiper {
		padding-right: 130px;
	}

	.contact-form .bkn-frm-btn .wpcf7-spinner {
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.contact-form .submit-btn {
		margin-top: 10px;
	}

	.heart-main-box .pink-btn {
		left: -100px;
	}

	.team-slider-section .swiper-slide .e-con-inner .heart-main-box img {
		height: 100px !important;
		width: 100px !important;
	}

	body .heart-overal-text span,
	.why-choose-section h2 span,
	.client-slider-section h2 span,
	.blog-section h2 span,
	body .tabbing-section h2 span,
	.contact-us-info-box h2 span {
		text-underline-offset: 6px;
		text-decoration-thickness: 1px;
	}

	.tabbing-section>.e-con-inner {
		padding-top: 160px !important;
	}

	.why-choose-section>.e-con-inner {
		padding-top: 160px !important;
	}

	.expert-team-section {
		padding-top: 40px !important;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev,
	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
		width: 51px;
		height: 51px;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
		right: 118px;
	}

	.blog-post-wrapper .swiper-wrapper .swiper-slide {
		height: 100% !important;
	}

	.blog-post-wrapper .swiper-wrapper .swiper-slide-inner {
		position: relative !important;
		top: 0px !important;
	}

	.blog-post-section .blog-main-wrapper {
		gap: 15px;
	}

	.map-tabbing-section .e-n-tabs {
		display: flex !important;
		flex-direction: column !important;
	}
	.main-menu-row .elementor-nav-menu--dropdown{
		padding-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	.footer-section ul li a {
		font-size: 14px !important;
		padding-right: 0px !important;
		text-align: center;
		display: block;
	}

	.contact-box ul li {
		padding-left: 0;
		padding-top: 30px;
	}

	body .copy-right-section .e-con-inner {
		padding-block: 10px;
	}

	.contact-box li img {
		right: 0;
		margin: auto;
	}

	.copy-right-section ul li a {
		font-size: 10px;
	}

	.tabbing-section .e-n-tabs-content .e-con-inner {
		margin-top: 0 !important;
	}

	.tabbing-section .e-n-tabs-content img {
		max-width: 100%;
	}

	body .tabbing-section .e-n-tabs-heading {
		column-count: 1;
	}

	body .tabbing-section .e-n-tab-title {
		margin-bottom: 30px !important;
		padding-left: 75px;
		width: 100% !important;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(1)::before,
	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(2)::before,
	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(3)::before,
	.tabbing-section .e-n-tabs-heading .e-n-tab-title:nth-of-type(4)::before {
		background-size: 70px;
		width: 70px;
		height: 70px;
	}

	.tabbing-section h2 {
		padding-bottom: 30px;
	}

	/*.tabbing-section .e-n-tabs-content {*/
	/*	display: block !important;*/
	/*	top: 190px;*/
	/*}*/

	.tabbing-section .e-n-tabs-content p {
		margin-bottom: 0;
		font-size: 16px;
	}

	body .heart-main-box {
		background-size: 60%;
		top: -20px;
	}
	.elementor-element-97b5513{
		display:none;
	}
	.why-choose-section>.e-con-inner:before {
        opacity:0!important;
    }
	.s{
		display:none;
	}

	/*.heart-overal-text h2 {*/
	/*	padding-inline: 15px 130px;*/
	/*	max-width: 320px;*/
	/*	margin-left: 0;*/
	/*}*/

	.heart-spacing-box .pink-btn .elementor-button {
		font-size: 13px !important;
        padding: 12px 34px 10px 16px !important;
        margin-left: 157px !important;
        border-radius: 5px;
        line-height: 13px !important;
	}

	.heart-spacing-box .pink-btn .elementor-button-icon {
		right: 15px;
	}

	.why-choose-section h2 br {
		display: none;
	}

	.team-slider-section .swiper-slide .e-con-inner img {
		height: 141px;
	}

	.team-slider-section .swiper {
		padding-top: 20px;
	}

	.team-slider-section .swiper-pagination {
		margin-top: 10px;
	}

	.contact-icon-box .elementor-icon-box-icon {
		margin-right: 0px !important;
		margin-bottom: 5px !important;
		margin-left: 0px !important;
	}

	.contact-us-info-box .contact-icon-box .elementor-widget-container .elementor-icon-box-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.contact-us-info-box .contact-icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon {
		display: flex;
	}

	.contact-form .submit-btn {
		margin-top: 5px;
	}

	.map-tabbing-section .e-n-tabs-heading .e-n-tab-title {
		width: 100% !important;
		margin: 0 !important;
	}

	.map-tabbing-section {
		padding-inline: 15px;
	}

	.map-tabbing-section .e-n-tabs-content {
		display: block !important;
	}

	.map-tabbing-section .e-n-tabs-heading .e-n-tab-title-text {
		font-size: 18px;
	}

	.remove-br br {
		display: none;
	}

	.contact-form .submit-btn {
		height: 60px;
		font-size: 16px !important;
	}

	.contact-form .row {
		gap: 0;
		flex-direction: column;
	}

	body .contact-form-box p {
		margin-block: 5px 5px !important;
	}

	.copy-right-section .e-con-inner::before {
		margin: 15px auto 0;
	}

	.copy-right-section {
		padding-top: 10px;
	}

	.contact-us-section .pink-btn .elementor-button {
		min-width: 219px;
	}

	.why-choose-section .service-box ul li a {
		font-size: 16px;
	}

	.team-slider-section .swiper {
		padding-right: 40px;
	}

	.team-slider-section .swiper-slide .e-con-inner img {
		height: 145px;
	}

	.swiper-pagination-bullet {
		width: 16px !important;
		height: 16px !important;
		margin-inline: 3px !important;
	}

	.expert-team-section .elementor-swiper-button-prev,
	.expert-team-section .elementor-swiper-button-next {
		width: 43px;
		height: 43px;
	}

	.sticky-social-icon-box .elementor-grid .elementor-grid-item:last-child a::before {
		font-size: 14px;
		width: 135px;
	}

	.sticky-social-icon-box .elementor-widget-container {
		height: 74% !important;
	}

	.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
		width: 100%;
	}

	.team-slider-section .swiper-slide .e-con-inner .heart-main-box img {
		height: 50px !important;
		width: 50px !important;
	}

	body .heart-overal-text span,
	.why-choose-section h2 span,
	.client-slider-section h2 span,
	.blog-section h2 span,
	body .tabbing-section h2 span,
	.contact-us-info-box h2 span {
		text-decoration-thickness: 1px;
		text-underline-offset: 3px;
	}

	.heart-main-box .pink-btn {
		top: -8px;
	}

	/*.tabbing-section>.e-con-inner,*/
	.why-choose-section>.e-con-inner {
		padding-top: 80px !important;
	}

	.expert-team-section {
		padding-top: 20px !important;
	}

	.footer-section>.e-con-inner {
		padding-top: 50px !important;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev,
	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
		width: 41px;
		height: 41px;
		top: 5px;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
		right: 90px;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev svg,
	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next svg {
		width: 16px;
	}

	.client-slider-section .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
		right: 45px;
	}

	.blog-post-wrapper .swiper-wrapper .swiper-slide-inner {
		justify-content: center !important;
	}

	.map-tabbing-section .e-n-tabs {
		display: flex !important;
		flex-direction: column-reverse !important;
	}

	body .gm-style .gm-style-iw-c {
		max-width: 100% !important;
	}

	body .tooltip-box {
		width: 325px;
		margin-left: 0px;
	}

	body .tooltip-info h3 {
		font-size: 18px;
	}

	body .tooltip-info a {
		font-size: 15px;
	}
	.why-choose-section .service-box.box-1 h3{
		margin-bottom: 0;
	}
	.why-choose-section .service-box.box-1 ul li a{
		font-size: 12px !important;
	}
	.why-choose-section .service-box.box-2 h3,.why-choose-section .service-box.box-2.box-3 h3{
		margin-bottom: 15px !important;
	}
	.why-choose-section .service-box.box-2 ul li a,.why-choose-section .service-box.box-2.box-3 ul li a{
		font-size: 16px !important;
	}
	.backtotop-btn .elementor-icon-wrapper a{
		padding: 12px 7px 12px 8px;
	}
	body .main-menu-style {
        top: 15px;
    }
    .mt_gr .elementor-icon-box-icon {
        margin-top: 0 !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1362px) {
	body .main-menu-row .elementor-widget-container ul li a {
		font-size: 17px !important;
		padding: 13px 10px;
	}

	/*.header-sec-right-box .referral-form-btn {*/
	/*	width: 21%;*/
	/*}*/

	.header-sec-right-box .call-hospice {
		width: 22%;
	}

	.header-sec-right-box .contact-us-today-btn {
		width: 25%;
	}

	.homae-banner-yellow-shape {
		bottom: -20px !important;
	}
}

@media screen and (min-width:414px) and (max-width:450px) {
	/*.heart-overal-text h2 {*/
	/*	padding-inline: 15px 160px;*/
	/*	max-width: 350px;*/
	/*	margin-left: 0;*/
	/*}*/

	body .heart-main-box {
		background-size: 55%;
	}

	.heart-spacing-box .pink-btn .elementor-button {
		margin-left: 40px;
	}

	.heart-main-box .pink-btn {
		left: -83px;
		top: -8px;
	}
}

@media screen and (min-width:1921px) {
	.why-choose-section>.e-con-inner:before {
		background-size: 75vw;
		width: 100%;
		margin: auto;
		height: 950px;
		max-width: 2000px;
	}
}



.blog-post-section .blog-main-wrapper {
	display: flex;
	gap: 30px;
}

.blog-post-section .blog-main-wrapper img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-post-section .blog-post-box {
	position: relative;
	height: 630px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.blog-post-section .blog-post-box:hover,.pink-btn a:hover,.service-box .pink-button:hover{
 cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/pink-cursor.png'), auto;
}
.pink-btn.blue-btn a:hover{
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/Folder-5.png'), auto;
}
.green-btn a:hover{
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/green-arrow.png'), auto;
}
.yellow-button a:hover,.service-box .yellow-button:hover{
	cursor: url('https://dev-box.me/aadi/wp-content/uploads/2024/11/yellow-arrow.png'), auto;
}
.blog-post-section .blog-post-box::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 24, 47, 0.8);
	border-radius: 20px;
	opacity: 0;
	transition: 0.5s all;
}

.blog-post-section .blog-post-box::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55%;
	background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(7, 24, 47, 0.700717787114846) 67%);
	transition: 0.5s all;
}

.blog-post-section .blog-post-box:hover::after {
	opacity: 0;
	transition: 0.5s all;
}

.blog-post-section .blog-post-box:hover::before {
	opacity: 1;
	transition: 0.5s all;
}

.blog-post-section .blog-post-info {
	position: absolute;
	bottom: 0px;
	left: 45px;
	transition: 0.5s all;
	z-index: 1;
}

.blog-post-section .blog-post-info h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 23px;
	border-radius: 6px;
	background-color: #ec1489;
	display: inline-block;
	margin: 0;
	transition: 0.5s all;
}

.blog-post-section .blog-post-info h5 a {
	color: #fff;
	text-decoration: none;
}

.blog-post-section .blog-post-info h3 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	padding-right: 50px;
	margin-top: 20px;
	line-height: 40px;
	transition: 0.5s all;
}

.blog-post-section .blog-post-info a.learn-more {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	transition: 0.5s all;
	visibility: hidden;
	opacity: 0;
	transform: translateY(50px);
	position: relative;
	display: inline-block;
}

.blog-post-box:hover .blog-post-info a.learn-more {

	transition: 0.5s all;
	visibility: visible;
	opacity: 1;
	position: relative;
	display: block;
	transform: translateY(-60px);
}

.blog-post-box:hover .blog-post-info h3,
.blog-post-box:hover .blog-post-info h5 {
	transform: translateY(-70px);
	transition: 0.5s all;
}

.blog-right-sub-box {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 15px;
}

.blog-right-sub-box .blog-post-box {
	width: 50%;
}

.blog-right-box .blog-post-info h3 {
	font-size: 30px;
	line-height: 34px;
}

.blog-right-box .blog-post-box {
	height: 305px;
	width: 100%;
}

.blog-left-box,
.blog-right-box {
	width: 50%;
}

.blog-right-sub-box .blog-post-box {
	height: 310px;
}

.blog-right-sub-box .blog-post-box h3 {
	font-size: 24px;
	line-height: 30px;
}

.blog-right-box .blog-post-box .blog-post-info h5 {
	background-color: #2a64af;
}

.blog-right-sub-box .blog-post-box:first-child .blog-post-info h5 {
	background-color: #f2951f;
}

.blog-right-sub-box .blog-post-box:last-child .blog-post-info h5 {
	background-color: #4d9d57;
}

@media screen and (max-width:1199px) {
	.blog-post-section .blog-post-info h3 {
		font-size: 28px;
		line-height: 34px;
	}

	.blog-post-section .blog-right-sub-box .blog-post-box h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.blog-post-section .blog-post-info {
		left: 25px;
	}

	.blog-right-box .blog-post-info h3 {
		font-size: 26px;
		line-height: 34px;
	}

	.blog-post-section .blog-post-info a {
		font-size: 16px;
	}

}

@media screen and (max-width:991px) {
	.blog-post-section .blog-main-wrapper {
		flex-direction: column;
	}

	.blog-left-box,
	.blog-right-box {
		width: 100%;
	}

	.blog-right-box .blog-post-info h3 {
		font-size: 22px;
		line-height: 31px;
	}
}
@media screen and (max-width:767px) {
	.blog-post-section .blog-post-info h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.blog-right-box .blog-post-info h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.blog-right-sub-box {
		flex-direction: column;
	}

	.blog-post-section .blog-right-sub-box .blog-post-box h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.blog-post-section .blog-post-box {
		height: 300px;
	}

	.blog-post-section .blog-main-wrapper {
		gap: 15px;
	}

	.blog-post-section .blog-post-info a {
		font-size: 14px;
	}

	.blog-post-wrapper .elementor-slides-wrapper.swiper {
		padding-bottom: 0 !important;
	}
	.heart-overal-text h2 {
    	max-width: 100%;
    	margin: 0 auto;
    }
    .elementor-203 .elementor-element.elementor-element-3c78813a img, .elementor-203 .elementor-element.elementor-element-6b77b6a img {
        width: 10% !important;
    }
}
@media screen and (max-width: 580px) {
    .contact-us-section>.e-con-inner {
        padding-top: 100px !important;
    }
    .tabbing-section>.e-con-inner {
        padding-top: 120px !important;
    }
    .elementor-203 .elementor-element.elementor-element-3c78813a img, .elementor-203 .elementor-element.elementor-element-6b77b6a img {
        width: 13% !important;
    }
}
@media screen and (max-width: 480px) {
    .elementor-203 .elementor-element.elementor-element-3c78813a img, .elementor-203 .elementor-element.elementor-element-6b77b6a img {
        width: 16% !important;
    }
}


html {
    margin-top:0px!important;
}
.entry-content, .entry-summary {
    margin: 0em 0 0!important;
}
.elementor-sticky--active{
	background: linear-gradient(179.9deg, rgba(0, 0, 0, 0.8) 0.08%, rgba(0, 0, 0, 0) 99.92%)!important; 
    backdrop-filter: blur(8px)!important;
    -webkit-backdrop-filter: blur(8px)!important;
}

.blue-sec
.elementor-background-video-embed{
	width:155vw!important;
}

.elementor-element-10a25206{
	display:none;
}
.elementor-element-1cf7ea1e{
	top:40%!important;
}

.pinkhover{
	overflow: hidden !important;
    height: 683px !important;
}
.pinkhover .elementor-image-box-title{
	margin-top:10px;
}
.pinkhover .elementor-image-box-description{
	display:none;
}
.pinkhover .elementor-image-box-wrapper{
	transition:0.5s ease;
	height:510px;
}
.pinkhover .elementor-image-box-img{
	transition:0.5s ease;
}
.pinkhover:hover h3{
	font-size:17px!important;
}
.pinkhover:hover .elementor-image-box-img{
	width:18%!important;
}
.pinkhover:hover .elementor-image-box-wrapper{
	margin-top:-29.3em;
	background: rgb(236,20,137);
background: linear-gradient(175deg, rgba(236,20,137,0.02302170868347342) 5%, rgba(236,20,137,0.8465511204481793) 43%);
	padding:30px 20px;
	border-radius:8px;
}
.pinkhover:hover .elementor-image-box-description{
	display:block;
}

.elementor-74 .elementor-element.elementor-element-0cdd066.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] img{
	filter:brightness(10);
}

.post, .page {
    margin: 0 0 0em;
}
.elementor-26 .elementor-element.elementor-element-7b5cc863{
	display:none;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    object-fit: contain!important;
    width: 100%;
    height: 100%;
}



/*.elementor-23 .elementor-element.elementor-element-36259582 .elementor-button{*/
/*	    padding: 21px 53px 21px 21px !important;*/
/*}*/
/*.elementor-23 .elementor-element.elementor-element-36259582 .elementor-button .elementor-button-icon{*/
/*    position: absolute;*/
/*    right:26px;*/
/*}*/
.elementor-203 .elementor-element.elementor-element-99007a2{
  overflow:hidden!important;	
}

.ekit-gmap-overlay{
	min-height:220px;
	position:relative;
}
.ekit-gmap-overlay .imgs {
	height:180px;
	width:150px;
	border-radius:6px;
	overflow:hidden;
	float:left;
}
.ekit-gmap-overlay .imgs img{
	    width: 100%;
    object-fit: cover;
    height: 100% !important;
}
.ekit-gmap-overlay .inf {
	width: 59%;
    display: inline-block;
    float: left;
    padding: 15px 15px 15px 47px;
    line-height: 26px;
	position:relative;
}
.ekit-gmap-overlay .inf:before{
	width: 30px;
    height: 30px;
    background: url(https://static.vecteezy.com/system/resources/thumbnails/016/314/482/small/map-pointer-art-icons-and-graphics-free-png.png) no-repeat;
    content: "";
    left: 12px;
    top: 15px;
    position: absolute;
    background-size: 100%;
	
}	
.ekit-gmap-overlay .inf strong{
	display:block;
	font-size:20px;
	margin-bottom:10px;
}

.ekit-gmap-overlay:after {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    content: "";
    bottom: -11px;
    left: 38px;
    transform: rotate(45deg);
}

 
 /* Custom Media Query Start */

 @media only screen and (min-width:1201px) and (max-width:1366px){
.pinkhover:hover .elementor-image-box-wrapper {margin-top: -28.9em;}
.pinkhover .elementor-image-box-wrapper{height: 500px;}
 }
