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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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


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


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

.footer_icon_box .elementor-icon-box-title {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 5px !important;
}
.core_values_slider .swiper-button-next, .core_values_slider .swiper-button-prev {
    top: -38px !important;
}
.core_values_slider .swiper-button-prev {
    left: calc(100% - 90px) !important;
}
.core_values_slider .ekit-wid-con .elementskit-testimonial_card .xs-overlay {
    background: linear-gradient(0deg,#000,transparent) !important;
}
.service_card .ekit-image-box {
    position: relative;
}

.service_card .ekit-image-box .elementskit-box-header {
    height: 330px;
	border-radius:10px;
}

.service_card .ekit-image-box .elementskit-box-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position:left;
}

.service_card .ekit-image-box .ekit-image-box-body {
    position: absolute;
    top: 0;
    left: 0;
	z-index:1;
}
.service_card .ekit-image-box:after {
    content: '';
    width: 100%;
    background: linear-gradient(180deg,#000,transparent)!important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.position_fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.service_card .elementskit-testimonial_card {
    justify-content: space-between;
    height: 350px;
    display: flex;
    flex-direction: column;
    padding: 30px !important;
    text-align: left;
    overflow: hidden;
}

.service_card .elementskit-testimonial_card p.elementskit-commentor-coment {
    padding: 0 !important;
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    order: 3;
    display: inline-block !important;
    width: auto !important;
}

.service_card .elementskit-testimonial_card p.elementskit-commentor-coment a {
    color: #fff;
}
.service_card .elementskit-testimonial_card span.elementskit-profile-info span.elementskit-author-des {
    transform: translateX(247px) !important;
    display: block;
    transition: 0.5s;
}
.service_card .elementskit-testimonial_card:hover span.elementskit-profile-info span.elementskit-author-des {
    transform: translateX(0px) !important;
}

.service_card .elementskit-testimonial_card span.elementskit-profile-info strong.elementskit-author-name {
    margin-bottom: 20px !important;
}

.service_card .elementskit-testimonial_card p.elementskit-commentor-coment {
    transform: translateY(60px);
    transition: 0.5s;
}
.service_card .elementskit-testimonial_card:hover p.elementskit-commentor-coment{
     transform: translateY(0px);
    transition-delay:0.5s;
}
.service_card .elementskit-testimonial_card {
    justify-content: space-between;
    height: 350px;
    display: flex !important;
    flex-direction: column;
    padding: 30px !important;
    text-align: left !important;
}
.service_card .elementskit-testimonial_card .elementskit-profile-info{
	overflow:hidden;
}
.service_card .swiper-slide-inner:before{
    border-width: 2px 0 0 2px;
    background: #FE54BB !important;
    background: linear-gradient(45deg, #ea3b4a, #41ff7efa) !important;
    left: 6px;
    top: -3px;
    position: absolute;
}
.service_card .swiper-slide-inner:after {
    border-width: 0 2px 2px 0;
    background: #11E9C7;
    background: linear-gradient(45deg, #11e9a2, transparent);
    bottom: -2px;
    right: 6px;
}
.service_card .swiper-slide-inner {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.service_card .swiper-slide-inner:before,
.service_card .swiper-slide-inner:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 16px;
    display: block;
    z-index: -1;
}

.service_card .elementskit-testimonial_card p.elementskit-commentor-coment {
    padding: 0 !important;
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    order: 3;
    display: inline-block !important;
    width: auto !important;
}

.service_card .elementskit-testimonial_card p.elementskit-commentor-coment a {
    color: #fff;
}
.service_card .elementskit-testimonial_card span.elementskit-profile-info span.elementskit-author-des {
    transform: translateX(247px) !important;
    display: block;
    transition: 0.5s;
}
.service_card .elementskit-testimonial_card:hover span.elementskit-profile-info span.elementskit-author-des {
    transform: translateX(0px) !important;
}

.service_card .elementskit-testimonial_card span.elementskit-profile-info strong.elementskit-author-name {
    margin-bottom: 20px !important;
}

.service_card .elementskit-testimonial_card p.elementskit-commentor-coment {
    transform: translateY(60px);
    transition: 0.5s;
}
.service_card .elementskit-testimonial_card:hover p.elementskit-commentor-coment{
     transform: translateY(0px);
    transition-delay:0.2s;
}

.service_card.core_values_slider .ekit-wid-con .elementskit-testimonial_card .xs-overlay {
    background: #000 !important;
    opacity: 0.8;
}

.code_of_conduct_card figure.elementor-image-box-img {
    width: 100px !important;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 1px 11px 18px 0px rgba(4.000000000000007, 32.99999999999998, 63, 0.050980392156862744);
    margin: 0 auto !important;
    margin-bottom: 38px !important;
    position: relative;
    z-index: 1;
}

.code_of_conduct_card figure.elementor-image-box-img:before {
    content: '1';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ae3b4a;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}
.code_of_conduct_card:nth-child(2) figure.elementor-image-box-img:before{
	content:'2'
}
.code_of_conduct_card:nth-child(3) figure.elementor-image-box-img:before{
	content:'3'
}
.code_of_conduct_card:nth-child(4) figure.elementor-image-box-img:before{
	content:'4'
}
.code_of_conduct_card figure.elementor-image-box-img:after {
    content: '';
    width: 130%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
   background: rgb(252,179,179);
background: -moz-linear-gradient(90deg, rgba(252, 179, 179, 1) 0%, rgba(251, 184, 111, 1) 23%, rgba(129, 246, 64, 1) 49%, #ae3b4a 87%, #ea3b4a 100%);
background: -webkit-linear-gradient(90deg, rgba(252, 179, 179, 1) 0%, rgba(251, 184, 111, 1) 23%, rgba(129, 246, 64, 1) 49%, #ae3b4a 87%, #ea3b4a 100%);
background: linear-gradient(90deg, rgba(252, 179, 179, 1) 0%, rgba(251, 184, 111, 1) 23%, rgba(129, 246, 64, 1) 49%, #ae3b4a 87%, #ea3b4a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb3b3",endColorstr="#29aae2",GradientType=1);
    z-index: -1;
}

.code_of_conduct_card figure.elementor-image-box-img img {
    background: #fff;
}
.code_of_conduct_card .elementor-image-box-content {
    position: relative;
	padding:8px;
}

.code_of_conduct_card .elementor-image-box-content:before {
    content: '';
    position: absolute;
    top: -97px;
    right: 60px;
    width: 40px;
    height: 40px;
   background: rgb(41,170,226);
background: -moz-linear-gradient(45deg, #ea3b4a, #41ff7efa) !important;
background: -webkit-linear-gradient(45deg, #ea3b4a, #41ff7efa) !important;
background: linear-gradient(45deg, #ea3b4a, #41ff7efa) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29aae2",endColorstr="#2557a7",GradientType=1);
    border-radius: 50%;
}
.condo_of_coduct_Wrapper {
    position: relative;
    z-index: 1;
}

.condo_of_coduct_Wrapper:after {
    content: '';
    border-top: 1px dashed #ea3b4a;
    width: 84%;
    position: absolute;
    left: 50%;
    top: 51px;
    transform: translateX(-50%);
    z-index: -1;
}

.Contact_form .form_control label.wpforms-field-label {
    font-size: 14px;
    margin-bottom: 7px;
	font-weight:500;
}

.Contact_form .form_control input {
    width: 100% !important;
    max-width: 100%;
}
.Contact_form .form_control{
    padding-bottom:0px
}

div#wpforms-636 {
    margin: 0;
}
button#wpforms-submit-636 {
    background: linear-gradient(45deg, #EA3B4A 0%, #2A3F4B 100%);
    padding: 13px 29px;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
}
button#wpforms-submit-636:hover{
	background: linear-gradient(180deg, #2A3F4B 0%, #EA3B4A 100%);
}
.animation_image {
    overflow: hidden;
}

.animation_image img {
    transform: translateY(406px);
    transition: 1.2s ease-in;
}

.section_observe.active .animation_image img {
    transform: translateY(0px);
}
.over_value_section {
    position: relative;
}

.over_value_section:after {
    content: '';
    width: 400px;
    height: 400px;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: -600px;
    left: 50%;
    background: #ea3b4a;
    z-index: -1 !important;
    opacity: 0.1;
    transition: 1.2s ease-in;
}

.over_value_section.active:after {
    width: 800px;
    height: 800px;
    transform: rotate(45deg) translateX(-50%) scale(3);
    bottom: -256px;
}
.over_value_section{
    overflow:hidden;
}
/* sevice section css */
.service_card.service_category  .ekit-image-box{
    padding: 6px;
}
.service_card.service_category .ekit-image-box:before, .service_card.service_category .ekit-image-box:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 16px;
    display: block;
    z-index: -1;
}
.service_card.service_category .ekit-image-box:before {
    border-width: 2px 0 0 2px;
    background: #FE54BB !important;
    background: linear-gradient(180deg, #AB3737 0%, #2A3F4B 100%) !important;
    left: 3px;
    top: 3px;
    position: absolute;
}
.service_card.service_category .ekit-image-box:after {
    border-width: 0 2px 2px 0;
    background: #11E9C7;
    background: linear-gradient(180deg, #AB3737 0%, #2A3F4B 100%) !important;
    bottom: 3px !important;
    right: 3px !important;
    left: inherit;
    top: inherit;
}
.service_card.service_category .ekit-image-box .ekit-image-box-body{
	top:inherit !important;
	bottom:20px;
	transition:0.5s;
}
.service_card.service_category .ekit-image-box>a {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.service_card.service_category .ekit-image-box>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#0000 41.67%,#000 91.42%);
    width: 100%;
    height: 100%;
}

.service_card.service_category .ekit-image-box:hover .ekit-image-box-body {
    bottom:30px;
}
.image-box h3{
	margin-top:0px;
}
.project_card figure.elementor-image-box-img {
    position: absolute;
    top: -36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0 0 0 / 10%);
    margin-bottom: 0 !important;
    width: 60px !important;
    height: 60px !important;
    padding: 7px;
}

.project_card figure.elementor-image-box-img img {
    border: none !important;
}

.footer_icon_box .elementor-icon-box-wrapper {
    display: flex;
}

.footer_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 30px;
	margin-right:0px !important;  
}

.footer_icon_box .elementor-icon-box-wrapper .elementor-icon-box-content {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.footer_icon_box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title a {
    color: #fff;
}

.footer_icon_box .elementor-icon-box-wrapper .elementor-icon-box-content p.elementor-icon-box-description {
    margin: 0px;
}
/* sevice section css */


/* ========================= page 3 design css ========================= */
.animation_icon_box_wrapper .elementor-icon-box-content {
    position: relative;
}
.animation_icon_box_wrapper .Icon_box .elementor-icon-box-title{
	margin:0px;
}
.animation_icon_box_wrapper .elementor-icon-box-content {
    position: relative;
}

.animation_icon_box_wrapper .Icon_box .elementor-icon-box-wrapper {
    display: inline-flex !important;
    padding: 4px;
    background: linear-gradient(45deg, #EA3B4A 0%, #2A3F4B 100%);
    border-radius: 25px;
    padding-right: 16px;
}
.animation_icon_box_wrapper .Icon_box .elementor-icon-box-wrapper .elementor-icon-box-description {
    position: absolute;
    max-width: 280px;
    left: 119%;
    top: -30px;
    box-shadow: 0 0 25px 10px rgba(0 0 0 / 0.05);
    width: 280px;
    padding: 14px;
    border-radius: 10px;
    z-index: 9;
    background: #fff;
	transition:0.5s;
	visibility: hidden;
	opacity: 0;
}
.animation_icon_box_wrapper .Icon_box.animated .elementor-icon-box-wrapper .elementor-icon-box-description{
	visibility: visible;
	top:-23px;
	opacity: 1;
}
.animation_icon_box_wrapper .Icon_box .elementor-icon-box-wrapper .elementor-icon-box-description:after {
    content: '';
    position: absolute;
    left: -17px;
    top: 23px;
    border-right: 24px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.animation_icon_box_wrapper .Icon_box .elementor-icon-box-wrapper span.elementor-icon {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter_container .elementor-widget-icon {
    width: 64px;
}

.counter_container .elementor-widget-counter {
    width: calc(100% - 64px);
}


/* .service_image img {
    -webkit-mask-image: url( https://www.valuerity.com/wp-content/uploads/2025/02/wwd-slider2.2806b381162ed8012bb5.webp);
    -webkit-mask-size: cover;
    -webkit-mask-position: top center;
    width: 100%;
    height: 220px;
    object-fit: cover;
} */
.service_card {
    position: relative;
}

.service_card .service_content {
    position: absolute;
    bottom: 0px;
    top:0;
    left: 0px;
    right: 0px;
    padding-left: 25px;
    padding-right: 25px;
	padding-bottom:35px;
    font-family: "Montserrat", Sans-serif;
    background:linear-gradient(180deg,#0000 41.67%,#000 91.42%);
    display: flex;
	flex-direction:column;
	justify-content:end;
}
.service_card .service_content >*{
	font-family: "Montserrat", Sans-serif;
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-active .service_card .service_content{
	padding-left: 25px;
	padding-right:25px;
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-active{
    transform:scale(1.2);
    z-index:1;
}
.service_card .service_image {
    width: 100%;
    height: 100%;
}

.service_card .service_image img {
    width: 100%;
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-active .service_card .service_content .s_content{
	display: block;
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-prev .service_card .service_content{
	text-align: left;
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-next .service_card .service_content{
	text-align: right;
}
.service_card .service_content h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	line-height: 22px;
}
.myServiceCarousel {
    padding: 13px 0 !important;
}

.service_card .service_content .s_content p {
    color: #fff !important;
    font-size: 12px !important;
    margin: 0;
    line-height: 14px;
}

.service_card .service_content .s_content {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:12px;
    overflow: hidden;
	display: none;
}
/* .whom_do_we_serve {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

.whom_do_we_serve::-webkit-scrollbar {
    display: none;
} */
/* ========================= page 3 design css ========================= */

.how_we_are figure.elementor-image-box-img {
    background: #ea5668;
    border-radius: 11px;
	padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how_we_tab_wrapper>.elementor-widget-container {
    overflow: hidden;
    background: #fff;
}

.how_we_tab_wrapper button#e-n-tab-title-1705633963 {
    border-bottom: transparent;
}

.how_we_tab_wrapper div#e-n-tab-content-1705633961 {
    border-bottom: transparent;
}
.tab_content_wrapper{
    overflow: hidden;
}

.why_choose .elementskit-single-pricing {
    display: flex;
    flex-direction: column;
}

.why_choose .elementskit-pricing-btn-wraper {
    display: none;
}

.why_choose .elementskit-pricing-price-wraper.has-tag {
    order: 3;
    margin-bottom: 0px !important;
}
.why_choose .elementskit-single-pricing .elementskit-pricing-price {
    display: flex !important;
    flex-direction: column;
    text-align: left;
    padding-left: 30px;
}
.why_choose .elementskit-single-pricing sup.currency {
    display: none;
}
.why_choose .elementskit-pricing-tag {
    height: 105px !important;
}

.why_choose .elementskit-pricing-price span {
    display: block !important;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
}
.insights_tab .e-n-tabs-heading {
    border-bottom: 1px solid #909090;
}

.why_choose .elementskit-pricing-price sub.period {
    line-height: 17px;
}
.why_choose .elementskit-single-pricing h3.elementskit-pricing-title {
    height: 50px;
}
.why_choose .elementskit-single-pricing .elementskit-pricing-content {
    height: 129px;
}
.we_pertner_icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: -10px;
    margin-bottom: 10px !important;
}
.border_left {
    position: relative;
}

.border_left:after {
    content: '';
    width: 5px;
    height: 80%;
    left: -4px;
    position: absolute;
    background: linear-gradient(45deg, #ea3b4a, #2a4861);
    transform: translateY(-50%);
    top: 50%;
}
.border_col_right {
    position: relative;
}

/* .border_col_right:after {
    content: '';
    position: absolute;
    right: -10px;
    width: 10px;
    background: #f2f2f2;
    height: 100%;
} */
.we_partner_hover{
    transition: 0.5s;
}
.we_partner_hover:hover{
    transform: translateY(-10px);
}
.we_partner_hover:hover{
    background: linear-gradient(45deg, #ea3b4a, #2a4861);
}

.testmonials .elementskit-profile-info {
    width: 100%;
    padding-left: 10px;
}

.testmonials .swiper-slide-inner {
    position: relative;
    padding: 10px;
}
.testmonials .swiper-slide-inner .elementskit-single-testimonial-slider {
    box-shadow: 0 0 10px 2px rgba(0 0 0 / 5%) !important;
    height: 100%;
}

.testmonials .swiper-slide-inner .elementskit-watermark-icon {
    position: absolute;
    top: 14px !important;
    bottom: inherit !important;
    background: linear-gradient(-130deg, #2A3F4B 0%, #EA3B4A 100%);
    color: #fff;
    padding: 10px;
    right: 14px !important;
}

.testmonials .swiper-slide-inner .elementskit-watermark-icon .icon.icon-quote {
    font-size: 28px;
	 color: #fff !important;
}

.testmonials .swiper-slide-inner .elementskit-commentor-content {
    height: 184px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}

.testmonials .swiper-slide-inner .elementskit-commentor-content::-webkit-scrollbar {
    width: 6px;
    background:linear-gradient(180deg, #AB3737 0%, #2A3F4B 100%);
}
.testmonials .swiper-slide-inner .elementskit-commentor-content::-webkit-scrollbar-thumb{
    background:#5f89a1;
}
.testmonials .swiper-slide-inner .elementskit-commentor-header {
    margin-bottom: 24px;
}
.section_heading h2.elementskit-section-title {
    color: transparent !important;
    background: linear-gradient(-155deg, #fff 0%, #6e8ea1 100%);
    background-clip: text;
}
.section_heading .elementskit-border-divider{
	 background: linear-gradient(-155deg, #fff 0%, #6e8ea1 100%) !important;
}

.section_heading h2{
    color: transparent !important;
    background: linear-gradient(-130deg, #00CED1 0%, #d79ba0 100%);
    background-clip: text;
}

.newsection_heading  h2 {
    color: transparent !important;
    background: linear-gradient(-130deg, #464646 0%, #d35f68 100%);
    background-clip: text;
}


.banner_header {
    animation: zoomEffect 15s ease-out forwards;
}


@keyframes zoomEffect {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}

.why_choose:hover sub.period {
    color: #333 !important;
}
.section_heading2 h2.elementskit-section-title {
    color: transparent !important;
    background: linear-gradient(-130deg, #EA3B4A 38%, #2A3F4B 100%);
    background-clip: text;
}
.section_heading2 .elementskit-border-divider {
    background: linear-gradient(-130deg, #EA3B4A 38%, #2A3F4B 100%)!important;
    width: 15%!important;
}


/*  whom we serce section  */
.who_we_serve_circle {
    width: 690px;
    position: relative;
}

.who_we_images_wrapper .who_we_image_box .who_we_content h3 {
    font-size: 24px;
    font-weight: 600;
}
.who_we_serve_circle .svg_area {
    width: 780px;
    margin-left: -45px;
}

.who_we_serve_circle .svg_area svg {
    height: 100%;
    width: 100%;
    margin-top:-57px;
}

.who_we_images_wrapper {
    width: 232px;
    height: 230px;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding:10px;
    box-sizing: border-box;
}

.who_we_images_wrapper .who_we_image_box {
        height: 230px;
        width: 232px;
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition:0.5s ease-in-out;
        top:10px;
        border: 2px solid #EF6B77;
        padding: 10px;
        left: 0;
    }
    .who_we_images_wrapper .who_we_image_box.active{
        opacity: 1;
        visibility: visible;
        top:0;
    }

.who_we_images_wrapper .who_we_image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
path.click_path {
    cursor: pointer;
}
.who_we_serve_tab.active path.click_path {
    fill: #bb3a46;
}
path.bottom_designsa {
    display: none;
}
.who_we_serve_tab.active path.bottom_designsa{
    display: block;
}
.who_we_images_wrapper .who_we_image_box .who_we_content {
    position: absolute;
    top:20%;
    left: 30px;
    right: 30px;
    text-align: center;
    color: #fff;
    transition:0.5s;
    transition-delay: 0.3s;
    transform:translateY(-50%);

}
.who_we_images_wrapper .who_we_image_box.active .who_we_content{
    top:50%;
}
.who_we_images_wrapper .who_we_image_box .who_we_image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.who_we_images_wrapper .who_we_image_box .who_we_image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
}

.who_we_images_wrapper .who_we_image_box.active .who_we_content h2{
    font-family:"Montserrat", Sans-serif;
}

input#wpforms-636-field_6 {
    border: 1px solid #bfbfbf !important;
    padding: 6px;
    width: 100%;
}

label.wpforms-field-label {
    font-size: 14px!important;
    margin-bottom: 7px!important;
    font-weight: 500!important;
}
button#wpforms-submit-3370 {
    background: linear-gradient(45deg, #EA3B4A 0%, #2A3F4B 100%);
    padding: 13px 29px;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 50px;
}



button#wpforms-submit-3370:hover{
     background: linear-gradient(180deg, #2A3F4B 0%, #EA3B4A 100%)!important;
}
div#wpforms-3370-field_4-container {
    padding-top: 0px;
}
.elementskit-single-pricing img {
    width: 86px;
}

.advisory img.attachment-full.size-full {
    height: 65px!important;
    width: 100%!important;
    margin-top: -8px!important;
}
.advisory img.attachment-full.size-full.wp-image-3384 {
    width: 100%!important;
    max-width: 100%!important;
    height: 400px!important;
    object-fit: cover!important;
    object-position: center center!important;
    border-radius: 4px 4px 4px 4px!important;
}
.advisory img.attachment-full.size-full.wp-image-3070 {
    height: 100%!important;
}
.advisory img.attachment-full.size-full.wp-image-4555 {
    height: 100%!important;
}
.counter_card .elementor-shape-rounded{
    width: 63px !important;!
    max-width: 63px !important;!
	line-height:1;
}
.counter_card .elementor-widget-counter{
    width:calc(100% - 63px);
    max-width:calc(100% - 63px);
}
.exprience_of_50 span.elementor-counter-number-suffix {
    padding-left: 8px;
}
h3.elementskit-info-box-title {
    display: flex!important;
}

.valuerity_piller_tab button.e-n-tab-title {
    height: 320px;
    max-width: 130px !important;
    flex: 1;
    position: relative;
    background: url(https://www.valuerity.com/wp-content/uploads/2025/04/piller.png) !important;
    background-size: 130px 320px !important;
	cursor:pointer;
}
.valuerity_piller_tab button.e-n-tab-title span.e-n-tab-title-text {
    position: absolute;
    transform: rotate(-90deg);
    height: 65px;
    width: 242px;
}
/* .piller_panel {
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
} */
.valuerity_piller_tab button.e-n-tab-title[aria-selected="true"]:after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    background: #243f4a;
    transform: translateX(-50%) rotate(45deg);
    z-index: 1;
}
.valuerity_piller_tab button.e-n-tab-title[aria-selected="true"]{
	background: url(https://www.valuerity.com/wp-content/uploads/2025/04/piller-active.png) !important;
	background-size: 130px 320px !important;
}
.valuerity_piller_tab button.e-n-tab-title:hover{
	background: url(https://www.valuerity.com/wp-content/uploads/2025/04/piller-active.png) !important;
	background-size: 130px 320px !important;
}

.piller_panel2 {
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
}
.counter_card .elementor-counter-title {
    text-align: center;
}
.counter_card{
    transition:0.5s;
}
.counter_card:hover{
    background:#a34042 !important;
    transform:translateY(-10px);
}
.collective_75years span.elementor-counter-number-suffix {
    margin-left: 6px;
}
.global_coverage .elementor-counter-number-wrapper {
    display: none !important;
}

.ser img.attachment-full.size-full.wp-image-5932 {
    height: 500px!important;
}

.avtar__image img.attachment-full.size-full {
    height: 500px !important;
}

.our__client-icon span.elementor-icon-list-icon {
    background-color: #3b6778;
    fill: #FFFFFF;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	margin-right: 8px;
}

.our__client-icon svg.e-font-icon-svg.e-fas-check {
    margin: 0 !important;
}

.type_products-image img.attachment-full {
    height: 430px !important;
    object-fit: cover;
}

.type_products-image .elementskit-box-body.ekit-image-box-body {
	box-shadow: none !important;
}

.type_image-effect {
    position: relative;
    z-index: 1;
}
.type_image-effect .elementskit-info-image-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 0;
    opacity: 0.4;
}
.type_image-effect .elementskit-info-image-box.ekit-image-box {
    overflow: hidden;
}

.type_image-effect .elementskit-box-body {
    position: absolute;
    z-index: 1;
}

.type_image-effect .elementskit-box-body::before,
.type_image-effect .elementskit-box-body::after {
	background-color: transparent !important;
	box-shadow: none !important;
}

.type_image-effect .elementskit-box-content {
	 position: absolute;
} 
.type_image-effect ul {
    padding: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.type_image-effect ul li {
	font-size: 14px !important; 
	line-height: 25px !important;
}

.type_image-effect h3.elementskit-info-box-title {
    padding: 16px;
    padding-bottom: 0px;
}

.type_image-effect:hover h3.elementskit-info-box-title{
	color: transparent !important;
    background: linear-gradient(-155deg, #fff 0%, #6e8ea1 100%);
    background-clip: text;
}
.type_image-effect:hover .elementskit-info-image-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	bottom: 0;
    background: #000;
    z-index: 0;
    opacity: 0.7;
}

.type_image-effect:hover .elementskit-box-content {
    bottom: 10px;
    height: auto !important;
}


.capability_slider .single-client {
    background: #2a3f4b !important;
    border-bottom: 3px solid #3b6778 !important;
    position: relative;
}

.capability_slider .single-client:after{
    content:attr(title);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color: #fff;
    text-align:center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    padding: 0 20px;
}
.our__client-icon li.elementor-icon-list-item ul{
    padding:0;
    margin: 0;
    margin-left: 30px;
    margin-top: 7px;
}
.our__client-icon li.elementor-icon-list-item ul li{
    padding:0px;
}

/* ========================= career page testimonial ================ */
.testmonials_1 .elementskit-single-testimonial-slider .row {
    flex-direction: column-reverse;
}

.testmonials_1 .elementskit-single-testimonial-slider .row .elementkit-testimonial-col {
    width: 100%;
    max-width: 100%;
}

.testmonials_1 .elementskit-commentor-content {
    margin-top:25px;
}
.testmonials_1 .elementskit-commentor-content p {
    height: 112px;
    overflow: hidden;
    overflow-y: auto;
}
::-webkit-scrollbar {
    width: 6px;
    background:linear-gradient(180deg, #AB3737 0%, #2A3F4B 100%);
}
::-webkit-scrollbar-thumb{
    background:#5f89a1;
}
.max-height .elementor-widget-text-editor {
    max-height: 107px;
    overflow: hidden;
    overflow-y: auto;
}
.testmonials_1 .elementskit-profile-image-card:before{
    display:none;
}
/* ========================= career page testimonial ================ */

/* =============== about core value ============== */
.about_core_value_card .elementor-icon-box-content {
    width: 60%;
}

.about_core_value_card .elementor-icon-box-icon {
    width: 200px;
    height: 200px;
    background: #2f4451;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_core_value_card.border_1 .elementor-icon-box-icon{
    border-radius: 50% 50% 0 50%;
}
.about_core_value_card.border_2 .elementor-icon-box-icon{
    border-radius: 50% 0 50% 50%;
}
.about_core_value_card.border_3 .elementor-icon-box-icon{
    border-radius: 50% 50% 50% 0;
}
.about_core_value_card.border_4 .elementor-icon-box-icon{
    border-radius: 0 50% 50% 50%;
}
/* =============== about core value ============== */

.position_sticky {
    position: sticky;
    top: 0;
}
.year_of span.elementor-counter-number {
    counter-reset: none !important;
}

.testimionials_test .elementskit-single-testimonial-slider {
    background: #243f4a !important;
    padding: 20px;
    margin-top: 180px;
    position: relative;
    height: 235px;
    border-radius: 10px;
	overflow: visible !important;
}

.testimionials_test .elementskit-commentor-image.ekit-testimonial--avatar {
    position: absolute;
    top: -135px;
    left: 50%;
    transform: translateX(-50%);
}

.testimionials_test .elementskit-commentor-image.ekit-testimonial--avatar::after {
    content: '';
    position: absolute;
    top: -15px;
    right: -14px;
    width: 110px;
    height: 110px;
    background: linear-gradient(-155deg, #fff 0%, #6e8ea1 100%);
    border-radius: 50%;
    padding: 3px; /* border thickness */
    z-index: -1;
    -webkit-mask:
        radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 100%);
    mask:
        radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 100%);
}

.testimionials_test .elementskit-single-testimonial-slider:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 25px solid #243f4a;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

/* .testimonial__border:after {
    content: '';
    width: 77%;
    height: 1px;
    border-top: 3px dashed #ffffff;
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
} */

.testimionials_test .swiper-slide:hover .elementskit-single-testimonial-slider {
	background: linear-gradient(-35deg, #EA3B4A 0%, #2A3F4B 100%) !important;
}
.current_page_item a.ekit-menu-nav-link {
    border-bottom: 1px solid #fff !important;
}
.current_page_parent a.ekit-menu-nav-link {
    border-bottom: 1px solid #fff !important;
}
.how_we_tab_wrapper span.e-n-tab-icon {
    display: none !important;
}
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Oxanium", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}
.error-bottom {
    margin-top: -50px;
}
a.default-btn-error {
    background-color: transparent;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(-90deg, #AB3737 0%, #2A3F4B 100%);
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 25px 14px 25px;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-color: transparent;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #AB3737 0%, #2A3F4B 100%);
    border-color: #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .year_of .elementor-counter-number-wrapper {
    margin-left: -32px;
   }
	.service_card .service_content {
    left: 15px;
    right: 15px;
  }
	.about_last {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
	.about_core_value_card .elementor-icon-box-icon {
    width: 61px;
    height: 65px;
  }
	.about_core_value_card svg {
    left: 16px;
    top: 17px;
  }
	.valuerity_piller_tab button.e-n-tab-title[aria-selected="true"] {
    background: #324b5a !important;
    background-size: none !important;
}
.valuerity_piller_tab button.e-n-tab-title:hover {
    background: #324b5a !important;
    background-size: none!important; 
}
.valuerity_piller_tab button.e-n-tab-title {
    height: auto !important;
    max-width: 100% !important;
    background: #324b5a !important;
}
.valuerity_piller_tab button.e-n-tab-title span.e-n-tab-title-text {
    position: relative;
    transform: rotate(0deg);
    height: auto;
    width: 100%;
}
.how_we_tab_wrapper span.e-n-tab-icon {
    display: block !important;
}
	.how_we_tab_wrapper .e-n-tab-title {
    justify-content:space-around !important;
}
	.about_core_value_card  .elementor-icon-box-title{
    line-height: 0 !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px){
	.about_core_value_card .elementor-icon-box-icon {
    width: 111px;
    height: 135px;
  }
	#about_core_value_last .elementor-icon-box-icon {
    margin-top: -25px;
    }
	.valuerity_piller_tab button.e-n-tab-title {
    height: 320px;
    max-width: 107px !important;
    background-size: 100px 319px !important;
  }
	.valuerity_piller_tab button.e-n-tab-title[aria-selected="true"] {
    background-size: 100px 320px !important;
  }
	.piller_panel2 {
    clip-path: polygon(18% 2%, 82% 0%, 88% 77%, 12% 80%);
   }
}