/*!
Theme Name: account-system
Theme URI: https://appxcellency.io/
Author: Appxcellency
Author URI: https://appxcellency.io/
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: account-system
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.

account-system 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 !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;
}

/* 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;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin: 0 0 20px;
	margin-block-start: 0 !important;
}

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


/* theme styling starts from here */
body {
	overflow-x: hidden;
}

body.menu-open {
	overflow: hidden;
}

/* 
:root {
	--text-color: #1B355E;
	--primary-color: #1B355E;
	--secondary-color: #D9E8FF;
	--blue-color: #64D0FF;
	--orange-color: #F0332A;
	--gray-border-color: #DFDFDF;
	--dark-blue-color: #294F8A;
	--gray-color: #D9D9D9;
	--light-blue-color: #1C396626;
	--white-color: #fff;
	--black-color: #000;
	--red-color: red;
} */


/* For Chrome, Edge, and Safari */
::-webkit-scrollbar {
	width: 8px;
	/* scrollbar width */
}

::-webkit-scrollbar-track {
	background: var(--white-color);
	/* background of the track */
}

::-webkit-scrollbar-thumb {
	background: var(--orange-color);
	/* scrollbar handle color */
	border-radius: 5px;
	/* rounded corners */
}

.site-header.header-menu-open,
.site-header.header-menu-open .elementor,
.site-header.header-menu-open .elementor-header {
	height: 100%;
}
.site-header .elementskit-megamenu-panel {
	top: 60px !important;
}
.site-header+.site-main {
	margin-top: 125px;
}

@media (max-width: 768px) {
	.site-header+.site-main {
		margin-top: 77px;
	}
}

.site-header:has(+ .site-main) .elementor-header {
	background-color: var(--primary-color) !important;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.site-header.hide {
	z-index: 0;
}

header.site-header {
	transition: transform 300ms ease, background 300ms ease;
}

header.site-header.hide .elementor-header {
	transform: translateY(-100%);
	position: sticky;
	top: 0;
	left: 0;
}

header.site-header.show .elementor-header {
	transform: translateY(0);
	background: var(--primary-color) !important;
	/* position: sticky; */
	top: 0;
	left: 0;
}


@media (min-width: 1024px) {

	header .header-logo svg {
		height: 85px !important;
	}

	header .header-logo .elementor-icon-wrapper {
		height: 85px !important;
	}

	header .elementskit-menu-container .elementskit-navbar-nav {
		padding: 0 36px;
	}

	header .elementskit-menu-container {
		width: fit-content !important;
		margin: 0 auto !important;
	}

	header .burger-menu-icon {
		height: 49px;
	}

	header .header--menus {
		margin: 0 auto;
	}

	/* .elementor section.elementor-element:first-of-type {
		margin-top: -125px !important;
	} */
}

body:has(.nojq) .site-main {
	margin-top: 93px;
}

@media (max-width: 768px) {
	body:has(.nojq) .site-main {
		margin-top: 50px;
	}
}

/* dark bg button style */



body a {
	outline: none !important;
	text-decoration: none !important;
}

.dark-btn a {
	position: relative;
	display: inline-block;
	padding: 15px 24px !important;
	color: var(--white-color);
	border-radius: 8px;
	background: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
	cursor: pointer;
	overflow: hidden;
	z-index: 0;
	transition-duration: 600ms;
	transition-property: all;
}

@media (max-width: 768px) {
	.dark-btn a {
		padding: 12px 20px !important;
	}
}

.dark-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: var(--orange-color);
	transform: scaleX(0.2);
	transform-origin: center;
	/* transition: transform 0.8s ease; */
	transition-duration: 600ms;
	transition-property: all;
	opacity: 0;
	z-index: -1;
	/* behind text */
}

.dark-btn a:hover::before {
	transform: scaleX(1);
	opacity: 1;
	border-radius: 0;
	transition-duration: 600ms;
	transition-property: all;
}

.dark-btn a:hover {
	border: 1px solid var(--orange-color) !important;
	color: var(--white-color);
	transition-duration: 600ms;
	transition-property: all;
}

/* outline button style */

.outline-btn a {
	position: relative;
	display: inline-block;
	padding: 17px 50px !important;
	color: var(--white-color);
	border-radius: 8px;
	background: transparent !important;
	border: 1px solid var(--white-color) !important;
	cursor: pointer;
	overflow: hidden;
	z-index: 0;
	transition-duration: 600ms;
	transition-property: all;
}

.outline-btn.header-btn a {
	padding: 15px 30px !important;
}

@media (max-width: 768px) {
	.outline-btn a {
		padding: 12px 25px !important;
	}
}

.outline-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: var(--orange-color);
	transform: scaleX(0.2);
	transform-origin: center;
	/* transition: transform 0.8s ease; */
	transition-duration: 600ms;
	transition-property: all;
	opacity: 0;
	z-index: -1;
	/* behind text */
}

.outline-btn a:hover::before {
	transform: scaleX(1);
	opacity: 1;
	border-radius: 0;
	transition-duration: 600ms;
	transition-property: all;
}

.outline-btn a:hover {
	border: 1px solid var(--orange-color) !important;
	color: var(--white-color);
	transition-duration: 600ms;
	transition-property: all;
}

/* elementor bottom shape devider style */
.elementor-shape-bottom {
	top: 100%;
	transform: scaleX(-1) !important;
	bottom: unset !important;
}

/* input tag style */

section input[type="text"],
section input[type="tel"],
section input[type="email"],
section input[type="number"],
section textarea {
	border: 0.8px solid var(--gray-border-color);
	padding: 10px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 24px;
	color: var(--primary-color) !important;
	width: 100%;
	font-family: Nunito Sans;
}

section input[type="text"]::placeholder,
section input[type="tel"]::placeholder,
section input[type="email"]::placeholder,
section input[type="number"]::placeholder,
section textarea::placeholder {
	color: rgba(27, 53, 94, 0.6);
	font-family: Nunito Sans;
}

@media (min-width: 768px) {

	section input[type="text"],
	section input[type="tel"],
	section input[type="email"],
	section input[type="number"],
	section textarea {
		border: 0.8px solid var(--gray-border-color);
		padding: 12px;
		border-radius: 8px;
		font-size: 16px;
		line-height: 26px;
		color: var(--primary-color);
		width: 100%;
	}
}

.elementor-element *:last-child {
	margin: 0;
}


/* masthead css startes from here */

section.elementor-element.masthead {
	position: relative;
}

section.elementor-element.masthead::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: calc(100% + 100px);
	background: url("./assets/images/masthead-bg-img.svg");
}

@media (min-width: 768px) {
	section.elementor-element.masthead::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: calc(100% + 80px);
		background: url("./assets/images/masthead-bg-img.svg");
	}
}

/* css for the transparent color heading */
.transparent-text * {
	font-weight: bold;
	/* -webkit-text-stroke: 2px var(--white-color); */
	text-shadow:
		2px 0 var(--white-color),
		-2px 0 var(--white-color),
		0 2px var(--white-color),
		0 -2px var(--white-color),
		1px 1px var(--white-color),
		-1px -1px var(--white-color),
		1px -1px var(--white-color),
		-1px 1px var(--white-color);
	word-break: break-word;
}

.my-animated {
	min-height: 170px;
}

.my-animated h1 {
	display: none;
	word-break: break-word;
}

/* .my-animated h1:nth-child(1) {
	display: block;
} */

/* tabing block css starts here */
section.tabing ul {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 768px) {
	section.tabing ul {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}

section.tabing ul li {
	margin-block-start: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	margin-block-end: 0 !important;
}

section.tabing ul li {
	padding: 16px 12px !important;
	border: 0.8px solid var(--gray-border-color);
	background: transparent;
	border-radius: 16px;
	transition-duration: 300ms;
	transition-property: all;
	cursor: pointer;
}

@media (max-width: 768px) {
	section.tabing ul li {
		padding: 12px !important;
	}
}

section.tabing ul li.active {
	border: 0.8px solid var(--primary-color);
	background: var(--primary-color);
}

section.tabing ul li.active span {
	color: var(--white-color) !important;
}

section.tabing ul li:hover {
	border: 0.8px solid var(--primary-color);
	background: var(--primary-color);
	transition-duration: 300ms;
	transition-property: all;
}

section.tabing ul li:hover span {
	color: var(--white-color) !important;
}

section.tabing .elementor-image-gallery .gallery {
	margin-bottom: 0;
}

section.tabing .elementor-image-gallery,
section.tabing .elementor-image-gallery .gallery,
section.tabing .elementor-image-gallery .gallery .gallery-icon {
	height: 100%;
}

section.tabing .elementor-image-gallery .gallery .gallery-icon img {
	width: 100%;
	max-width: 840px;
	height: 100%;
	max-height: 480px;
	object-fit: cover;
	border-radius: 16px;
}

section.tabing .elementor-image-gallery .gallery .gallery-item {
	display: none;
}

section.tabing .elementor-image-gallery .gallery .gallery-item:first-child {
	display: block;
}

/* css for the 3rd section icon box */
section.icon-box .e-flex .elementor-widget-icon-box {
	border: 1px solid var(--light-blue-color);
	border-radius: 16px;
	transition-duration: 300ms;
	transition-property: all;
}

section.icon-box .e-flex .elementor-widget-icon-box:nth-child(even) {
	transform: translateY(50px);
}

section.icon-box .e-flex .elementor-widget-icon-box:hover {
	border: 1px solid var(--white-color);
	border-radius: 16px;
	background: var(--white-color);
	transition-duration: 300ms;
	transition-property: all;
	box-shadow: -14px -14px 40px 0px #0000001A;
	box-shadow: 14px 14px 40px 0px #0000001A;
}


/* our client section style starts here */
section.our-client .swiper-wrapper {
	cursor: grab;
}

section.our-client .ekit-wid-con .elementskit-clients-slider .single-client {
	min-height: auto;
	box-shadow: none;
	min-width: auto;
}


/* our services section style starts here */
section.our-services .our-services--icon-bg {
	position: relative;
}

section.our-services .our-services--icon {
	position: absolute;
	left: 50%;
	top: 42%;
	width: 72px;
	height: 72px;
	transform: translate(-50%, -50%);

}

@media (min-width: 768px) {
	section.our-services .our-services--icon {
		position: absolute;
		left: 50%;
		top: 40%;
		width: 72px;
		height: 72px;
		transform: translate(-50%, -50%);

	}
}

@media (min-width: 1024px) {
	section.our-services .our-services--icon {
		position: absolute;
		left: 50%;
		top: 31%;
		width: 72px;
		height: 72px;
		transform: translate(-50%, -50%);

	}
}

/* testimonial section style starts here */
section.testimonial .testimonial-image-frame {
	position: relative;
}

section.testimonial .testimonial-video .elementor-open-inline {
	width: 100%;
}

section.testimonial .testimonial-video {
	position: absolute;
	left: 50%;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	transform: translateX(-52%);
	top: 6px;
	width: 81%;
	height: 88%;
}

@media (min-width: 660px) {
	section.testimonial .testimonial-video {
		position: absolute;
		width: 75%;
		height: 88%;
	}
}

@media (min-width: 768px) {
	section.testimonial .testimonial-video {
		position: absolute;
		width: 83%;
		height: 88.4%;
	}
}

@media (min-width: 1024px) {
	section.testimonial .testimonial-video {
		position: absolute;
		width: 83%;
		height: 89%;
	}
}

section.testimonial .testimonial-video .elementor-custom-embed-image-overlay {
	width: 100%;
}

section.testimonial .elementor-wrapper.elementor-open-inline {
	height: 100%;
}

section.testimonial .elementor-custom-embed-play svg {
	background: var(--white-color);
	border-radius: 50%;
	opacity: 1;
}

/* latest blog section */
section.latest-blogs .latest-blogs-wrp {
	position: relative;
}

section.latest-blogs .swiper {
	overflow: visible;
	cursor: grab;
}

section.latest-blogs .swiper::-webkit-scrollbar {
	display: none;
}

section.latest-blogs .elementor-heading-title {
	padding-right: 100px;
}

section.latest-blogs .swiper-slide {
	height: auto;
}

section.latest-blogs .blog-slide-thumb,
section.latest-blogs .blog-slide-thumb img {
	max-height: 224px;
	min-height: 224px;
	height: 100%;
}

section.latest-blogs .blog-slide-thumb img {
	object-fit: cover;
}

section.latest-blogs .blog-slide-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--bold-font);
	margin: 0 0 10px;
}

section.latest-blogs .blog-slide-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

section.latest-blogs .blog-slide-card .blog-slide-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

section.latest-blogs .latest-blogs-wrp .swiper-button-prev {
	opacity: 1 !important;
	position: absolute;
	right: 50px !important;
	top: -90px !important;
	width: 40px !important;
	height: 40px !important;
	left: unset !important;
	background: var(--primary-color);
	border-radius: 50%;
}
section.latest-blogs .latest-blogs-wrp .swiper-button-prev svg{
	width: 14px !important;
	height: 14px !important;
}

section.latest-blogs .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev,
section.latest-blogs .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next {
	display: block !important;
}

section.latest-blogs .latest-blogs-wrp .swiper-button-prev svg path {
	fill: var(--white-color) !important;
}

section.latest-blogs .latest-blogs-wrp .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
	background: var(--gray-color);
}

section.latest-blogs .latest-blogs-wrp .swiper-button-prev.swiper-button-disabled svg path {
	fill: var(--white-color) !important;
}

section.latest-blogs .latest-blogs-wrp .swiper-button-next {
	opacity: 1 !important;
	position: absolute;
	right: 0 !important;
	top: -90px !important;
	width: 40px !important;
	height: 40px !important;
	background: var(--primary-color);
	border-radius: 50%;
}
section.latest-blogs .latest-blogs-wrp .swiper-button-next svg{
	width: 14px !important;
	height: 14px !important;
}

section.latest-blogs .latest-blogs-wrp .swiper-button-next::after,
section.latest-blogs .latest-blogs-wrp .swiper-button-prev::after {
	display: none;
}

@media (max-width: 1024px) {

	section.latest-blogs .latest-blogs-wrp .swiper-button-prev {
		position: absolute;
		top: -75px !important;
	}

	section.latest-blogs .latest-blogs-wrp .swiper-button-next {
		position: absolute;
		top: -75px !important;
	}
}

@media (max-width: 768px) {

	section.latest-blogs .latest-blogs-wrp .swiper-button-prev {
		position: absolute;
		right: 50px !important;
		left: unset !important;
		bottom: unset !important;
		top: -20px !important;
		width: 30px !important;
		height: 30px !important;
	}

	section.latest-blogs .latest-blogs-wrp .swiper-button-next {
		position: absolute;
		right: 5px !important;
		left: unset !important;
		bottom: unset !important;
		top: -20px !important;
		width: 30px !important;
		height: 30px !important;
	}

	section.latest-blogs .elementskit-client_logo {
		width: 100%;
	}

	section.latest-blogs .elementskit-client_logo img {
		width: 100%;
	}
}

section.latest-blogs .latest-blogs-wrp .swiper-button-next svg path {
	fill: var(--white-color) !important;
}

section.latest-blogs .latest-blogs-wrp .swiper-button-next.swiper-button-disabled {
	opacity: 1 !important;
	background: var(--gray-color);
}

section.latest-blogs .latest-blogs-wrp .swiper-button-next.swiper-button-disabled svg path {
	fill: var(--white-color) !important;
}

section .latest-blogs-wrp .elementskit-single-testimonial-slider {
	border-bottom: none !important;
	box-shadow: none !important;
}

section .latest-blogs-wrp .elementskit-single-testimonial-slider:hover {
	border-bottom: none !important;
}

section .latest-blogs-wrp .elementskit-testimonial-inner .elementskit-commentor-content p {
	padding: 0 16px;
}

section .latest-blogs-wrp .elementskit-testimonial-inner .elementskit-commentor-content .elementskit-profile-info {
	padding: 0 16px 16px;
}

section .latest-blogs-wrp .elementskit-testimonial-inner .elementskit-commentor-content .elementskit-profile-info .elementskit-author-name {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* new */

.latest-blogs-slider .swiper {
	overflow: visible;
}

.latest-blogs-slider .swiper-slide {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.latest-blogs-slider .blog-slide-thumb img {
	width: 100%;
	display: block;
	border-radius: 10px 10px 0 0;
}

.latest-blogs-slider .blog-slide-content {
	padding: 15px;
}

.latest-blogs-slider .blog-slide-title {
	font-size: 1rem;
	margin: 0 0 5px;
}
.latest-blogs-slider .blog-slide-title a{
	color: var(--text-color);
}

.latest-blogs-slider .blog-slide-excerpt {
	font-size: 16px;
	font-weight: var(--semibold-font);
	color: var(--dark-blue-color);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* clamp to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.latest-blogs-slider .blog-slide-readmore {
	color: var(--primary-color);
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	font-weight: var(--bold-font);
}


/* conatct us section style starts here */
section.contact-us .elementor-icon svg {
	max-height: 115px;
	height: 100%;
}

section .contact-us--form {
	box-shadow: -10px -10px 30px 0px #00000014,
		10px 10px 30px 0px #00000014;
}

section .contact-us--form form p {
	margin: 0 0 20px;
}

section .contact-us--form form p:last-of-type {
	margin: 0;
}

/* error message */
section .contact-us--form form .wpcf7-response-output {
	padding: 0;
	border: none;
	color: var(--red-color);
	margin: 20px 0 0;
}

/* spinner style */
section .contact-us--form form .wpcf7-spinner {
	position: absolute;
	left: 40%;
	top: 40%;
}

section .contact-us--form input,
section .contact-us--form textarea {
	width: 100%;
}

@media (min-width: 768px) {

	section .contact-us--form input,
	section .contact-us--form textarea {
		width: 100%;
	}
}

section .contact-us--form textarea {
	max-height: 68px;
	height: 100%;

}

/* newslatter style */
section.newsletter {
	position: relative;
}

section.newsletter h2 {
	margin: 0 0 12px !important;
}

section.newsletter form .wpcf7-spinner {
	position: absolute;
	left: 40%;
	top: 30%;
}

section.newsletter form .wpcf7-response-output {
	padding: 0;
	border: none;
	color: var(--red-color);
	margin: 15px 0 0;
}

section.newsletter .newsletter-bg-img .elementor-icon-wrapper {
	width: 100%;
	height: 100%;
}

section.newsletter .newsletter-bg-img .elementor-icon {
	width: 100%;
	height: 100%;
}

section.newsletter .newsletter-bg-img .elementor-icon svg {
	width: 100%;
	height: 100%;
}

section.newsletter .newsletter-bg-img {
	position: absolute;
	left: 0;
	top: 85px;
	width: 100%;
	height: calc(100% - 130px);
	z-index: 1;
	opacity: 1;
	display: block;
}

@media (min-width: 768px) {
	section.newsletter .newsletter-bg-img {
		position: absolute;
		left: 60px;
		top: 85px;
		width: 90%;
		height: calc(100% - 130px);
		z-index: 1;
		opacity: 1;
		display: block;
	}

	section.newsletter input {
		padding: 12px 25% 12px 12px;
	}

	section.newsletter input[type="submit"].subscribe-btn {
		position: absolute;
		top: 0;
		right: 0;
		padding: 13px 40px;
	}
}

/* footer style */

footer.site-footer ul.elementor-icon-list-items {
	list-style: none !important;
	padding-left: 0 !important;
}

footer.site-footer ul.elementor-icon-list-items a {
	display: flex !important;
	align-items: center;
}

footer .footer--links p {
	margin: 0 0 12px !important;
}

/* inner masthead style starts from here */
.innermasthead .elementor-widget.elementor-widget-image {
	height: 100%;
	width: 100%;
}

/* what we offer section style for the services page */
.what-we-offer .offers-number {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color);
	border-radius: 50%;
}

.what-we-offer .offers-number * {
	color: var(--white-color);
}

/* service page testimonial block style */
.service-testimonial .swiper-slide .elementskit-client_logo {
	display: none !important;
}

.service-testimonial .swiper-slide .elementskit-watermark-icon {
	top: -10px !important;
}

.service-testimonial .swiper {
	overflow: visible;
}

section.service-testimonial .elementor-heading-title {
	padding-right: 20%;
}

section.service-testimonial .elementskit-commentor-content {
	margin: 0;
}

section.service-testimonial .swiper-button-prev {
	opacity: 1 !important;
	position: absolute;
	right: 50px !important;
	top: -90px !important;
	width: 40px !important;
	height: 40px !important;
	left: unset !important;
}

section.service-testimonial .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev,
section.service-testimonial .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next {
	display: block !important;
}

section.service-testimonial .swiper-button-prev svg circle {
	fill: var(--primary-color) !important;
}

section.service-testimonial .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

section.service-testimonial .swiper-button-prev.swiper-button-disabled svg circle {
	fill: var(--gray-color) !important;
}

section.service-testimonial .swiper-button-next.swiper-button-disabled svg circle {
	fill: var(--gray-color) !important;
}

section.service-testimonial .swiper-button-next {
	opacity: 1 !important;
	position: absolute;
	right: 0 !important;
	top: -90px !important;
	width: 40px !important;
	height: 40px !important;
}

@media (max-width: 1024px) {

	section.service-testimonial .swiper-button-prev {
		position: absolute;
		top: -75px !important;
	}

	section.service-testimonial .swiper-button-next {
		position: absolute;
		top: -75px !important;
	}
}

@media (max-width: 768px) {

	section.service-testimonial .swiper-button-prev {
		position: absolute;
		right: 70px !important;
		left: unset !important;
		bottom: -20px !important;
		top: unset !important;
		width: 30px !important;
		height: 30px !important;
	}

	section.service-testimonial .swiper-button-next {
		position: absolute;
		right: 30px !important;
		left: unset !important;
		bottom: -20px !important;
		top: unset !important;
		width: 30px !important;
		height: 30px !important;
	}
}


section.contactus-block .elementor-widget-google_maps {
	height: 100%;
}

section.contactus-block .elementor-widget-google_maps .elementor-custom-embed {
	height: 100%;
}

section.contactus-block .elementor-widget-google_maps .elementor-custom-embed iframe {
	height: 100%;
}

section.contactus-block .contectus-block-form form {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

section.contactus-block .contectus-block-form form p:has(input) {
	width: 48%;
}

section.contactus-block .contectus-block-form form p:has(input[type="submit"], textarea) {
	width: 100%;
}

section.contactus-block .contectus-block-form form input[type="submit"] {
	cursor: pointer;
}

section.contactus-block .contectus-block-form form textarea {
	max-height: 120px;
}

section.contactus-block .contectus-block-form form .wpcf7-response-output {
	padding: 0;
	margin: 0;
	color: var(--red-color);
	border: none;
}

section.contactus-block .contactus-block-detail h3,
section.contactus-block .contactus-block-detail h6 {
	line-height: 40px;
	margin-bottom: 10px;
}

/* body.page-template-elementor_header_footer.wp-theme-account-system .client-selection--option-block{
	display: none ;
} */

.industries-single-wrapper .elementor-widget-icon-box{
	box-shadow: 0 4px 8px rgba(27, 53, 94, 0.1), 0 6px 20px rgba(27, 53, 94, 0.08);
}
.industries-single-wrapper .elementor-widget-icon-box:hover{
	box-shadow: none;
}