/*!
Theme Name: exavalu
Theme URI: 
Author: 
Author URI:
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: exavalu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

/*--------------------------------------------------------------
>>> 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;
    outline: none;
} */

/* a:visited {
    color: #121212;
} */

/* 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"] {
    background: #2E2AAD;
    color: #fff;
    padding: 12px 30px;
    display: inline-flex;
    margin: 0;
    border: none;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #9876e7;
}

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 {
    height: 48px;
    width: 100%;
    color: #666;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 3px 0;
    background-color: transparent;
}

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%;
    min-height: 90px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    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;
    display: none;
}

.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: 240px;
}

.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;
}


.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 --*/
body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #0D0D0D;
    letter-spacing: 0.5px;
    ;
}

ul {
  /*  margin: 0;
    padding: 0;*/
/*    list-style: none;*/
}

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;

}

a {
    text-decoration: none;
    color: #0a044b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*#menuNavDropdown li a.nav-link.dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0D0D0D;
}
#menuNavDropdown li a.nav-link.dropdown-toggle::after {
	content: "";
	background: url('./images/menu_angle.svg') no-repeat center center;
	background-size: 12px;
	height: 7px;
	background-size: cover;
	border: none;
	width: 12px;
}*/
.main-navigation {
    display: flex;
    justify-content: flex-end;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.main-navigation ul.menu>li {
    margin: 0 5px;
}

.main-navigation li {
    position: relative;
}

.main-navigation li a {
    color: #0D0D0D;
    font-size: 16px;
    display: block;
    padding: 20px 10px;
}

.main-navigation li.menu-item-has-children>a {
    padding: 20px 17px 20px 10px;
}

.main-navigation li .menu-button {
    background: url('images/menu_angle.svg') no-repeat center center;
    background-size: cover;
    height: 7px;
    width: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
}

/*.main-navigation ul li:hover>ul {
    display: block;
}*/

.main-navigation ul ul li a {
    padding: 5px 10px;
}

.menu-icon {
    width: 35px;
    height: 40px;
    background-color: transparent !important;
    position: relative;
    display: none;
    padding: 0;
}
.menu-icon span {
    width: 100%;
    height: 2px;
    background: #666;
    display: block;
    margin: 7px 0;
    margin-left: auto;
    transition: all 0.5s ease;
}

.main-navigation.is-tapped .menu-icon span:nth-child(1) {
    transform: rotate(-45deg);
}
.main-navigation.is-tapped .menu-icon span:nth-child(3) {
    transform: rotate(48deg);
    position: absolute;
    top: 13px;
}
.main-navigation.is-tapped .menu-icon span:nth-child(2)
{
    display: none;
}


.our_perspective_sec {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.our_perspective_inner {
    display: flex;
    gap: 30px;
}

.our_perspective_inner_box {
    flex: 1;
    padding: 30px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 40px;
}

.banner_down_box {
    display: flex;
    gap: 15px;
}

.banner_down_box p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #2E2AAD;
}

.banner_down_box span {
    font-size: 15px;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
    color: #bdbdbd;
}

.our_perspective_inner_box h3 {
    font-size: 25px;
    padding: 15px 0;
    color: #0D0D0D;
}

.banner_slider_item_content {
    position: absolute
}

.banner_slider_item_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner_slider_item_content h1 {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    line-height: 1.1;
}

.banner_slider_item_content p {
    color: #fff;
    max-width: 310px;
    margin-left: auto;
    margin-top: 60%;
    font-size: 14px;
    line-height: 1.4;
}

.banner_slider_item_content a {
    margin: 35px 0 0 0;
}

.button_a {
    background: #2E2AAD;
    color: #fff;
    padding: 12px 30px;
    display: inline-flex;
    margin: 0;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
}

.button_a img {
    margin-left: 5px;
}

.button_a:hover {
    background-color: #9876e7;
}

.slider_nav_banner .swiper-button-prev {
    margin: 0 5px;
    position: unset;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_nav_banner .swiper-button-next {
    margin: 0 5px;
    position: unset;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_nav_banner {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 160px;
    width: 100%;
    margin: 0;
    padding: 0 8%;
}

.slider_nav_banner .swiper-button-prev::after,
.slider_nav_banner .swiper-button-next::after {
    display: none;
}

.slider_nav_banner img {
    width: 20px;
}

.title_h3 {
    font-size: 33px;
}

.transformations_partners_sec p {
    margin: 0;
}

.transformations_partners_sec p span {
    color: #2E2AAD;
}

.single_watch_video_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.single_watch_video_content span {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.single_watch_video_content img {
    margin-left: 15px;
}

.single_watch_video_play {
    background: url('images/video_play_vector.svg') no-repeat center center;
    height: 83px;
    background-size: cover;
    border: none;
    width: 562px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sticky_video_vector_a {
    position: absolute;
    right: 0;
    top: 0;
}

.sticky_video_vector_a img {
    height: 250px;
}

.single_watch_video::after {
    content: "";
    position: absolute;
    background: url('images/video_img_gradient.svg') no-repeat;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
}

.innovative_sec {
    background-image: url(images/innovative_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.innovative_sec ul li {
    margin: 12px 0;
}
.innovative_sec ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.title_h2 {
    font-size: 40px;
}

.insurance_foucsed_inner {

    display: flex;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.insurance_foucsed_box {
    position: relative;
}

.insurance_foucsed_box figure img {
    height: 50px;
}

.insurance_foucsed_box figcaption h6 {
    font-size: 17px;
    margin: 25px 0 15px 0;
}

.insurance_foucsed_box figcaption p {
    margin: 0;
}

.insurance_foucsed_inner .insurance_foucsed_box:nth-child(2),
.insurance_foucsed_inner .insurance_foucsed_box:nth-child(3),
.insurance_foucsed_inner .insurance_foucsed_box:nth-child(4) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.exvalu_advantage_left,
.exvalu_advantage_right {
    flex: 1;
}

.exvalu_advantage_left .title_h2 {
    padding-left: 118px;
}

.advantage_box {
    padding-left: 120px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    margin: 35px 0 0 0;
    padding-bottom: 35px;
    padding-right: 20px;
}

.advantage_box h3 {
    font-size: 26px;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.advantage_box p {
    margin: 0;
}

.advantage_box_inr {
    padding-top: 35px;
    border-top: 1px solid rgba(217, 217, 217, 1);
    margin: 35px 0 0 0;
}

.advantage_box_inr .advantage_box:nth-child(1) {
    margin: 0;
}

.insight_small_box .insight_small_gradient {
    border-radius: 4px;
    background: linear-gradient(103deg, #2E2AAD 4.34%, #8067F3 111.08%);
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
}

.insight_slider_item_content {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.insight_slider_item_content h2 {
    color: #fff;
    font-size: 40px;
}

.insight_small_box {
    margin: 48% 0 0 0;
    background: rgba(0, 0, 0, 0.36);
    fill: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(4px);
    padding: 37px;
    position: relative
}

.insight_small_box::before {
    content: "";
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.36);
    fill: rgba(0, 0, 0, 0.36);
    width: 150px;
    height: 100%;
    position: absolute;
    left: -150px;
    top: 0;
}

.insight_small_box::after {
    content: "";
    background: rgba(0, 0, 0, 0.36);
    fill: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}

.insight_small_box h6 {
    color: #fff;
    font-size: 21px;
    margin: 20px 0;
}

.date_btn span {
    color: rgba(217, 217, 217, 1);
    font-size: 14px;
}

.date_btn {
    display: flex;
    align-items: center;
    gap: 50px;
}

.date_btn a {
    padding: 7px 19px;
    border: 1px solid #efefef;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.date_btn a img {
    margin-left: 5px;
}

.date_btn a:hover {
    background: linear-gradient(103deg, #2E2AAD 4.34%, #8067F3 111.08%);
}

.insight_slider .slider_nav_banner {
    bottom: 275px;
}

.honor_box {
    padding: 40px;
    text-align: center;
}

.honor_box h5 {
    font-size: 15px;
    margin: 30px 0 0 0;
}

.insurance_foucsed_box.honor_box figure img {
    height: 65px;
}

/* ------------------- */
.trusted_partner {
    position: relative;
    background-color: #2E2AAD;
}

.logo_right {
    width: 100%;
    max-width: 50%;
    margin-left: auto;
    background-color: #181577;
    position: relative;
    z-index: 2;
}

.logo_right .table,
.logo_right .table td {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.17);
}

.logo_right .table td {
    vertical-align: middle;
    align-content: center;
    text-align: center;
    height: 197px;
    border-color: rgba(255, 255, 255, 0.17);
}

.tp_left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}

.tp_left .button_a {
    border: 1px solid #fff;
}

.client_success {
    position: relative;
    overflow: hidden;
}

.cs_shape {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 65%;
}

.cs_box p {
    margin-bottom: 40px;
}

.author_img {
    width: 76px;
    min-width: 76px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.auth_info span {
    display: block;
    font-size: 15px;
}

.auth_info h4 {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.cs_slider {
    max-width: 462px;
}

.arrow_cont {
    position: relative;
}

.arrow_cont {
    position: relative;
    min-height: 60px;
    margin-top: 30px;
    max-width: 144px;
    z-index: 4;
}

.arrow_cont .swiper-button-next,
.arrow_cont .swiper-button-prev {
    border: 1px solid #000;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    margin: 0;
    top: 0;
}

.arrow_cont .swiper-button-next:after,
.arrow_cont .swiper-button-prev:after {
    display: none;
}

.arrow_cont .swiper-button-next img,
.arrow_cont .swiper-button-prev img {
    filter: invert(100%) brightness(0%) saturate(1000%);
    -webkit-filter: invert(100%) brightness(9000%) saturate(1000%);
}

.gray_bg {
    background-color: #F2F2F2;
}

.b_box {
    position: relative;
}

.b_box img {
    width: 100%;
}

.b_heading {
/*    background: url(images/video_play_vector.svg) no-repeat center center;*/
    background: url(images/video_play_vector_2.svg) no-repeat center center;
    height: 43px;
    background-size: 100%;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
}

.b_slider_sec .arrow_cont {
    min-height: 60px;
    margin: 0 auto;
    margin-top: 15px;
}
.b_slider_sec .b_slider .arrow_cont {
    min-height: auto;
}

.cont_container {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.cont_container h2 {
    color: #fff;
}

.contrib_left {
    padding-left: 100px;
    padding-top: 50px;
}

.f_block h3 {
    color: #242C35;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.f_menu_list li {}

.f_menu_list li a {
    display: inline-block;
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.f_menu_list li a:hover {
    color: #2E2AAD;
}

.f_form {
    display: flex;
    margin-bottom: 30px;
}

.f_text_box,
.wpcf7 .footer-form-input input[type="email"] {
    display: block;
    height: 48px;
    width: 100%;
    max-width: 290px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    outline: none;
    box-shadow: none;
}

.f_btn {
    border: 0;
}

/*.social_list {
    display: flex;
*/}

.social_list li a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E0DFF7;
    border-radius: 50%;
}

.social_list li+li {
    margin-left: 11px;
}

.social_list li a:hover {
    background-color: #2E2AAD;
}

.social_list li a:hover img {
    filter: invert(100%) brightness(0%) saturate(1000%);
    -webkit-filter: invert(100%) brightness(9000%) saturate(1000%);
}

.f_bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.f_bottom p {
    margin: 0;
}



.custom_heading h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px !important;
    color: #05028b !important;
    line-height: 1.1em;
    margin-bottom: 15px !important;
    text-align: center;
}

.f_top_heading h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.2;
}

.f_top_heading h3 strong {
    font-weight: bold;
}

.f_top_heading h3 span {
    font-size: 28px;
}

.custom_tab {
    padding: 22px 10px 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.insurance_foucsed_box {
    width: 25%;
    overflow: hidden;
}

.i_bg_img {
    background-color: transparent;
    transition: all 500ms;
}

.i_bg_img img {
    width: 100%;
    opacity: 0;
    transition: all 500ms;
}

.i_shape {
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 500ms;
}

.i_info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 30px;
}

.i_info figure {
    display: block;
    margin-bottom: 50px;
}

.i_info figure img {
    transition: all 500ms;
}

.insurance_foucsed_box:hover .i_info {
    color: #fff;
}

.insurance_foucsed_box:hover .i_bg_img {
    background-color: #0A0A19;
}

.insurance_foucsed_box:hover .i_bg_img img {
    opacity: 0.2;
}

.insurance_foucsed_box:hover .i_shape {
    left: 0;
}

.insurance_foucsed_box:hover .i_info figure img {
    filter: invert(100%) brightness(0%) saturate(1000%);
    -webkit-filter: invert(100%) brightness(9000%) saturate(1000%);
}



.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    border-radius: 0 0 0 4px;
    z-index: 2;
}

#videoModal .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#videoModal .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
    border-radius: 0;
}

#videoModal .modal-body {
    padding: 4px;
}

/*-- contact section --*/
.contact-section {
    background-image: url(images/innovative_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
}

.contacy-img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacy-text {
    width: 60%;
    padding: 2em 160px 2em 40px;
    position: relative;
}

.contacy-text-inner {
    max-width: 45vw;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

#exitModal .modal-body {
    padding: 0;
    position: relative;
}

.exit-popup-content {
    display: flex;
    flex-wrap: wrap;
}

.exit-popup-left {
    width: 55%;
    padding: 20px;
}

.exit-popup-right {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exit-popup-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exit-popup-left h2 {
    font-size: 24px;
}

.exit-popup-left input[type="submit"] {
    width: 100%;
    padding: 7px 30px;
}

.feedback-form p,
.feedback-form input,
.feedback-form input:focus,
textarea,
textarea:focus {
    color: #fff;
}

.feedback-form .cont_container {
    padding: 30px 0;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}


.site-footer {
    padding-top: 3em;
}

/*-- mulesoft page --*/
p {
    margin-bottom: 2em;
}

p:last-child {
    margin-bottom: 0;
}

.section-title h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 0.5em;
}

.section-title h2 strong {
    font-weight: 700;
}

.gap {
    padding: 3em 0;
}
.gap_2 {
    padding: 5em 0;
}
.innerpage_banner_sec {
    position: relative;
}

.innerpage_banner_sec h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.innerpage_banner_sec p {
    font-size: 18px;
    font-weight: 600;
}

.innerpage_banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.innerpage_banner_content h1,
.innerpage_banner_content p {
    color: #fff;
}


.mulesoft_capabilities_sec {
    background-color: #F2F2F2;
    background-image: url('images/pattern-02.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 166px 149px;
    position: relative;
    padding: 0;
}

.mulesoft_capabilities_sec .section-title {
    padding-top: 2.5em;
}

.mulesoft_capabilities_img {
    width: 50vw;
    position: absolute;
    top: 7em;
}

.mulesoft_capabilities_img::before {
    content: "";
    width: 104px;
    height: 120%;
    background-color: #F2F2F2;
    position: absolute;
    top: 50%;
    right: -49px;
    z-index: 1;
    transform: translateY(-50%) skew(-16deg);
    border-left: #4876FA solid 3px;
}

.capabilities-scroller .slick-slide {
    opacity: .4;
    transition: all .3s ease-in-out;
}

.capabilities-scroller .slick-slide.slick-current {
    opacity: 1;
}

.mulesoft_capabilities_box {
    padding: 2em 0;
}

.mulesoft_capabilities_box h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.mulesoft_capabilities_box ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.mulesoft_capabilities_box ul li {
    position: relative;
    font-size: 15px;
    padding-left: 25px;
    margin-bottom: 5px;
}

.mulesoft_capabilities_box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #2E2AAD;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.mulesoft_choose_sec {
    background-image: url(images/insight-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mulesoft_choose_sec .section-title h2 {
    color: #fff;
}

.mulesoft_choose_slider_item {
    background-color: #fff;
    padding: 30px;
    border: rgba(50, 50, 50, .1) solid 1px;
}

.mulesoft_choose_slider_item_icon {
    height: 60px;
    margin-bottom: 20px;
}

.mulesoft_choose_slider_item_icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.swiper-button-prev.swiper-button-choose,
.swiper-button-next.swiper-button-choose {
    position: relative;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.swiper-button-prev.swiper-button-choose::after,
.swiper-button-next.swiper-button-choose::after {
    display: none;
}

.mulesoft_solution_sec {
    position: relative;
    z-index: 2;
}

.mulesoft_solution_sec-inner {
    position: relative;
}

.mulesoft_solution_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mulesoft_solution_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mulesoft_solution_sec ul {
    padding-right: 7vw;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.mulesoft_solution_sec li {
/*    border-top: #E3E3E3 solid 1px;*/
    border-top: #BFBCBC solid 1px;
    padding: 20px 20px;
    position: relative;
    color: #0D0D0D;
    font-size: 17px;
    line-height: 27px;
}

.mulesoft_solution_sec li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #2E2AAD;
    display: block;
    position: absolute;
    left: 0;
    top: 27px;
}

.mulesoft_unlock_sec {
    position: relative;
    padding: 7em 0 10em;
    z-index: 1;
}

.unlock_content {
    position: relative;
    z-index: 2;
}

.unlock_inner {
    width: 490px;
    background-color: #2E2AAD;
    padding: 2em 3em 3em;
    color: #fff;
    position: relative;
}

.unlock_inner::before {
    content: "";
    width: 247px;
    height: 221px;
    background: url('images/pattern-01.svg') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -52%;
    left: 75%;
    z-index: -1;
}

.mulesoft_unlock_sec_casestudy .unlock_inner::before {
    display: none;
}
.unlock_inner .button_a {
    border: #fff solid 1px;
}
.mulesoft_unlock_sec.mulesoft_unlock_sec_casestudy {
    margin: 80px 0 0 0;
}
.mulesoft_unlock_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}


.partner_box {
    border: rgba(0, 0, 0, 0.1) solid 1px;
    padding: 46px 20px;
    text-align: center;
    height: 100%;
    position: relative;
}

.partner_logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.partner_logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.partner_content h6 {
    font-size: 20px;
    font-weight: 600;
}

.partner_overlay .button_a {
    border: #fff solid 1px;
    padding: 5px 20px;
    font-size: 14px;
}

.partner_overlay {
/*    background-color: #2E2AAD;*/
    background:url(./images/partner_overlay_bg.jpg) 0 0 no-repeat;
    color: #fff;
    text-align: left;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 120%;
    min-height: 110%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    background-size: cover;
    background-position: center center;
}

.partner_box:hover .partner_overlay {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


.google_map {
    height: 500px;
    width: 100%;
}

.google_map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact_form_content {
    background-color: #2E2AAD;
    padding: 2.5em 3em;
    color: #fff;
}

.contact_form_content input[type="text"],
.contact_form_content input[type="email"],
.contact_form_content input[type="tel"],
.contact_form_content textarea,
.contact_form_content input[type="text"]:focus-visible,
.contact_form_content input[type="email"]:focus-visible,
.contact_form_content input[type="tel"]:focus-visible,
.contact_form_content textarea:focus-visible {
    color: #fff;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}

.contact_form_content input[type="submit"] {
    border: #fff solid 1px;
}

.contact_form_content ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(255, 255, 255);
}

.contact_form_content ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(255, 255, 255);
}

.contact_form_content :-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(255, 255, 255);
}

.contact_form_content :-moz-placeholder {
    /* Firefox 18- */
    color: rgb(255, 255, 255);
}

.contact_info_sec {
    background-color: #F2F2F2;
}

.country-list {
     margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.country-list li {
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

.country-list li.active {
    color: #2E2AAD;
}

.country-list li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #2E2AAD;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.country-list li.active::after {
    display: block;
}

.contact_info_tabs {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.tab-content {
    display: flex;
}

.office-img {
    width: 100%;
    height: 100%;
    display: flex;
}

.office-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hq-office-content {
    padding: 30px 110px 30px 30px;
    background-image: url(images/video_right_vector.svg);
    background-repeat: no-repeat;
    background-size: 100px 156px;
    background-position: right top;
}

.hq-office-content h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.hq-info {
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

.office_address,
.office_phone {
    width: 50%;
}

.other-office-address {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.other-office-item {
    width: 30.33%;
}

.office_address,
.other-office-item {
    background-image: url(images/location-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: left 4px;
    padding-left: 30px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


p a {
    color: #2E2AAD;
}

.help-content {
    max-width: 615px;
}
.insurance_core_intro p {
    color: #0D0D0D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.we_help_bg {
    background-image: url('images/video_right_vector.svg');
    background-repeat: no-repeat;
    background-size: 70px;
    overflow: hidden;
    background-position: right bottom;
}
.we_deliver_sec {
    background-image: url(images/insight-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.we_deliver_sec .section-title h2 {
    color: #fff;
}

.we_deliver_slider_item {
    background-color: #fff;
    padding: 30px;
    border: rgba(50, 50, 50, .1) solid 1px;
}

.we_deliver_slider_item_icon {
    height: 60px;
    margin-bottom: 20px;
}

.we_deliver_slider_item_icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.we_deliver_slider_item h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #0D0D0D;
    margin-bottom: 10px;
}

.we-partner .section-intro {
    text-align: center;
}

.partner-accordion {
    width: 100%;
    max-width: 640px;
}

.accordion-block {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.accordion-block:first-child {
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
}

.accordion-title {
    padding: 15px 30px 15px 0;
    position: relative;
    cursor: pointer;
}

.accordion-title h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.answer {
    padding: 5px 0 15px;
    display: none;
}
.answer ul{
     margin: 0;
    padding: 0;
    list-style: none;
}
.accordion-block:first-child .answer {
    display: block;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 21px;
    transition: all 0.3s ease-in-out;
}

.accordion-icon span {
    position: absolute;
    background-color: #000;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion-icon span:nth-child(1) {
    width: 17px;
    height: 2px;
}

.accordion-icon span:nth-child(2) {
    width: 2px;
    height: 17px;
}

.accordion-title.active .accordion-icon span {
    transform: rotate(45deg);
}

.solutions-offerings {
    background-color: #0D0D0D;
    background-image: url('images/offerings-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.solutions-offerings,
.solutions-offerings h2 {
    color: #fff;
}

.offer-box {
    padding: 30px;
    border: rgba(255, 255, 255, 0.1) solid 1px;
}

.offerings-slider .slick-slide {
    margin: 0 15px;
}

.offerings-slider .slick-list {
    margin: 0 -15px;
}

.how-we-deliver {
    background-image: url(images/bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.deliver-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.deliver-tab li {
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

.deliver-tab li.active {
    color: #2E2AAD;
}

.deliver-tab li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #2E2AAD;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.deliver-tab li.active::after {
    display: block;
}

.deliver-tab-wrapper {
    background-color: #fff;
    background-image: url(images/video_right_vector.svg);
    background-repeat: no-repeat;
    background-size: 100px 156px;
    background-position: right top;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.tab-content-we {
    padding: 20px;
    max-width: 350px;
}

.deliver-tab-content {
    display: none;
    overflow: hidden;
}

.deliver-tab-content.active {
    display: block;
}

.tab-img-we {
    height: 100%;
}

.tab-img-we img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tab-icon-we {
    height: 60px;
    margin-bottom: 20px;
}

.tab-icon-we img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.consult-our-experts {
    overflow: hidden;
}

.expert-inner {
    position: relative;
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.expert-inner::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.expert-inner .container {
    position: relative;
    z-index: 2;
}

.consult-our-experts .section-title {
    position: relative;
    z-index: 3;
}

.expert-left-wrapper {
    background-color: #2E2AAD;
    color: #fff;
    padding: 50px 10px 30px;
    position: relative;
}

.expert-left-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #2E2AAD;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 99%;
    z-index: 1;
}

.expert-left-wrapper::after {
    content: "";
    width: 193px;
    height: 100%;
    background-color: #2E2AAD;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    margin: auto;
    display: block;
    transform: skew(-15deg);
    z-index: 1;
    pointer-events: none;
}

.expert-left-slider {
    z-index: 4;
}

.expert-left {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 4;
}

.expert-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.expert-about {
    width: calc(100% - 201px);
    padding: 10px 10px 10px 20px;
}

.expert-about h4 {
    font-size: 26px;
}

.expert-info {
    padding: 30px 20px 40px;
}

.expert-right {
    padding-top: 60px;
}

.expert-right-slider-wrapper {
    width: 100%;
}

.contact_a {
    display: inline-block;
    background-color: #2E2AAD;
    color: #fff;
    padding: 12px 46px;
    position: absolute;
    bottom: -20px;
    left: 45%;
    transform: translateX(-45%) skew(-20deg);
}

.contact_a span {
    display: block;
    transform: skew(20deg);
    white-space: nowrap;
}

.contact_a:hover {
    color: #fff;
    text-decoration: none;
}

.exp-arrow {
    display: flex;
    position: relative;
    z-index: 3;
    padding-left: 220px;
}

.slick-arrow {
    margin: 0 5px;
    position: unset;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position: center;
    padding: 0;
}

.slick-prev,
.prev-exp,
.pre-arrow {
    background-image: url('images/slider-white-left.svg');
}

.slick-next,
.next-exp,
.nxt-arrow {
    background-image: url('images/slider-white-right.svg');
}

.resource-content {
    max-width: 450px;
}

.res-type,
.ins-type {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    background: linear-gradient(to right, rgba(46, 42, 173, 1) 0%, rgba(161, 219, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 10px;
}

.resource-content h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

.resource-content h5 a {
    color: #0D0D0D;
}

.res-date {
    color: #7F7F7F;
    display: inline-block;
    margin-right: 15px;
}

.button_a.res-link {
    background-color: #fff;
    color: #2E2AAD;
    border: #2E2AAD solid 1px;
    padding: 8px 15px;
}

.prev-res.slick-arrow,
.next-res.slick-arrow {
    border: #000 solid 1px;
    background-color: transparent;
    background-size: 10px 12px;
}

.prev-res {
    background-image: url('images/slider-black-left.svg');
}

.next-res {
    background-image: url('images/slider-black-right.svg');
}

.prev-off.slick-arrow,
.next-off.slick-arrow {
    border: #fff solid 1px;
    background-color: transparent;
    background-size: 10px 12px;
}

.article-box {
    border: #D1D1D1 solid 1px;
    height: 100%;
}

.article-box div.row {
    height: 100%;
}

.insights-img {
    height: 100%;
}

.insights-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insights-content {
    max-width: 300px;
    padding: 30px;
}

.insights-content h6 {
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 68px;
}

.insights-content h6 a {
    color: #0D0D0D;
}
.swiper.b_slider .swiper-wrapper {
    justify-content: center;
}



/* company-verview */
.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}

.breadcrumb-item {
    color: #949494;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb-item a {
    color: #949494;
}

.breadcrumb-item.active {
    color: #0D0D0D;
}

.expertise_company_box {
    gap: 15px;
    align-items: center;
}

.company_overview_intro p {
    color: #0D0D0D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.expertise_company_box_title,
.expertise_company_box_image {
    flex: 1;
}
.expertise_company_box_image img{
    width: 72% !important;
}

/*.expertise_company_box_content {
    display: flex;
    align-items: flex-end;
}*/

.company_overview_intro .expertise_company_box_title p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 30px 0 0 0;
}

.expertise_company_box_title h2 {
    color: #0D0D0D;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

/*.expertise_company_box_image::after {
    content: "";
    background: url(./images/experise_roted_img_bg.png) 0 0 no-repeat;
    width: 239px;
    height: 214px;
    display: block;
    position: absolute;
    right: -121px;
    bottom: 0;
    z-index: -1;
    background-size: cover;
}*/
.company_our_responsi::before {
    content: "";
    background: #fff;
    height: 150px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.company_our_responsi::after {
    content: "";
    background: #fff;
    height: 150px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.company_our_responsi .container {
    position: relative;
    z-index: 1;
}
.company_our_responsi .section-title {
    position: absolute;
    top: 52px;
    padding: 0;
}
.company_our_responsi {
    background-image: url(./images/our-responsibilitie_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.company_our_responsi_box_item {
    display: flex;
    align-items: center;
    gap: 150px;
    width: 100%;
}

.company_our_responsi_box_item figcaption {
/*    padding: 40px;*/
    /*min-width: 50%;
    width: 50%;
    max-width: 50%;*/
    flex: 1;
}

.company_our_responsi_box_item figcaption h3 {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
    margin: 0 0 15px 0;
}

.company_our_responsi_box_item figcaption p {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
}

.company_our_responsi_box_item figure {
    margin: 0;
    /*min-width: 50%;
    width: 50%;
    max-width: 50%;*/
    flex: 1;
    position: relative;
}
.company_our_responsi_box_item figure img {
    width: 100%;
}

.company_our_responsi_box {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
}

 .company_our_responsi_box .company_our_responsi_box_item:nth-child(odd) {
  align-items: flex-end;
} 
 .company_our_responsi_box .company_our_responsi_box_item:nth-child(even) {
  align-items: flex-start;
} 

.company_our_responsi_box .company_our_responsi_box_item:nth-child(odd) figure::after {
      content: "";
      background: url(./images/respon_v_a.svg) 0 0 no-repeat;
      background-size: auto;
      width: 88px;
      height: 80px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      background-size: 100%;
}
.company_our_responsi_box .company_our_responsi_box_item:nth-child(even) figure::before {
      content: "";
      background: url(./images/respon_v_b.svg) 0 0 no-repeat;
      background-size: auto;
      width: 88px;
      height: 80px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background-size: 100%;
}
.company_overview_about::after {
    content: '';
    background: url(./images/data-analytics-vector-a.png) 0 0 no-repeat;
    background-size: 100%;
    background-position: 100% 6%;
    width: 188px;
    height: 290px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -102px;
}

.company_our_responsi_box .company_our_responsi_box_item:nth-child(even) figure {
    order: 1;
}

.company_our_responsi_box .company_our_responsi_box_item:nth-child(even) figcaption {
    order: 2;
    padding-top: 70px;
}
.company_our_responsi_box_item a.button_a {
    background: #3531b0;
    border: 1px solid #fff;
}
.company_how_we_do {
    background-image: url(./images/company_what_we_do_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.company_how_we_do_box {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.company_how_we_do_box h2 {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    flex: 1;
}

.company_how_we_do_box ul {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}


.company_how_we_do_box ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0;
    position: relative;
    padding-left: 35px;
}

.company_how_we_do_box ul li::before {
    content: "";
    background: url(./images/what_we_do_bullet.svg) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.company_mbe_box h2 {
    color: #0D0D0D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
}

.company_mbe_box p {
    color: #0D0D0D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}


.company_award_recogn {
    background: #F2F2F2 url(./images/innovative_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.company_our_awrd_items {
    display: flex;
    padding: 37.211px 24px 40.789px 23px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    flex-shrink: 0;
    background: #fff;
}

.company_our_awrd_items figure {
    height: 140px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_our_awrd_items p {
    color: #404040;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.company_our_awrd {
    min-width: 1600px;
}

.company_award_recogn_overview {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.company_mbe_sec {
    position: relative;
    top: 3em;
}

.company_mbe_sec::after {
    content: '';
    background: url(./images/com_mbe_vector.png) 0 0 no-repeat;
    display: block;
    width: 243px;
    height: 236px;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -77px;
    z-index: -1;
}

.company_award_recogn.gap {
    padding-top: 6em;
}

.company_awrd_nav {
    display: flex;
    justify-content: center;
    margin: 2;
}

.company_awrd_nav .company_awrd_nav_btn {
    position: unset;
    margin: 40px 5px auto;
    width: 50px;
    height: 50px;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
}

.company_awrd_nav .company_awrd_nav_btn img {
    filter: invert(100%) brightness(0%) saturate(1000%);
    -webkit-filter: invert(100%) brightness(9000%) saturate(1000%);
}

.company_awrd_nav .company_awrd_nav_btn::after {
    display: none;
}

/* company-verview */

/* Leadership */
.leader_sticky_btn {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    margin: 0 !important;
  list-style: none !important;
}

.leader_sticky_btn li a {
    color: #0D0D0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.leader_sticky_btn li a {
    color: #0D0D0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    padding: 14px 31px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid transparent;
    background: #fff;
}

.leader_sticky_btn li a.active,
.leader_sticky_btn li a:hover {
    border-bottom: 1px solid #2E2AAD;
    background: #F6F6FF;
}

.leadership_box {
    max-width: 1260px;
    margin: 0 auto;
}

.leadership_box_item {
    flex: 1;
    text-align: center;
    border: 1px solid rgba(228, 228, 228, 1);
/*    padding: 45px 35px;*/
    position: relative;
    border-top: 0;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    background: #fff;
/*    overflow: hidden;*/
}
.leadership_box_item_inside {
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}
.leadership_box_item::before {
    content: '';
    background: url(./images/leadership_box_item_border_icon.png) 0 0 no-repeat;
    position: absolute;
    width: 25px;
    height: 24px;
    display: block;
    background-size: cover;
    top: -16px;
    left: -17px;
}

.leadership_box .leadership_box_item:nth-child(4)::after {
    content: '';
    background: url(./images/after_leadership_box_item_border_icon.png) 0 0 no-repeat;
    position: absolute;
    width: 25px;
    height: 24px;
    display: block;
    background-size: cover;
    top: -16px;
    right: -18px;
}

.leadership_box_item figure {
    width: 195px;
    height: 195px;
    margin: 0 auto;
}
.leadership_box_item figure img {
    width: 100%;
    height: 100%;
}
.leadership_box_item figcaption h4 {
    color: #0D0D0D;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    margin: 30px 0 5px 0;
}

.leadership_box_item figcaption p {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
}
.leadership_box_item .flip-card figcaption p {
    color: #fff;
    margin: 0;
    /* 133.333% */
}

.leadership_box .leadership_box_item:nth-child(2),
.leadership_box .leadership_box_item:nth-child(3),
.leadership_box .leadership_box_item:nth-child(4) {
    border-left: 0;
}

/* .leadership_box_main .leadership_box:nth-child(even) .leadership_box_item {
   border-top: 0;
}
.leadership_box_main .leadership_box:nth-child(odd) .leadership_box_item {
   border-top: 0;
} */
.flip_card_ftr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0 0 0;
    gap: 15px;
}
.flip_card_ftr figcaption {
    text-align: left;
}
.leadership_box_main {
    border-top: 1px solid #e4e4e4;
}
.flip_card_ftr a img {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
}
.flip_card_ftr h4 {
    margin: 0 0 5px 0 !important;
    font-size: 21px !important;
}
.prctice_leader_item_box a {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}
/*flip*/
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.leadership_box_item:hover .flip-card .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
    background-color: #ECF1F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-front figure {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.flip-card-back {
    background-color: #2E2AAD;
    color: #fff;
    transform: rotateY(180deg);
    overflow: hidden;
    padding: 20px;
}
/*flip*/

.seniorleader_sec::after {
    content: '';
    background: url(./images/com_mbe_vector.png) 0 0 no-repeat;
    display: block;
    width: 200px;
    height: 191px;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: -1;
}

.practice_leader_sec {
    background: rgba(236, 241, 245, 1);
}

.practice_leader_sec .company_awrd_nav .company_awrd_nav_btn {
    margin-top: 0;
    margin-bottom: 0;
}

.prctice_leader_item_box {
    text-align: center;
    background: #fff;
    padding: 40px 25px;
}
.prctice_leader_item_box figure img {
    width: 100%;
    height: 100%;
}
.prctice_leader_item_box figure {
    margin: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.prctice_leader_item_box h6 {
    color: #0D0D0D;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.prctice_leader_item_box p {
    color: #0D0D0D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 8px 0 0 0;
    min-height: 43px;
}

.contribute_leader::before {
    content: '';
    background: rgba(236, 241, 245, 1);
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
}

/* Leadership */

/* consulting */
.mulesoft_unlock_consulting .unlock_inner::before {
   display: none;
}
.consult_our_strenth_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: space-between;
}

.consult_our_strenth_box_item {
    display: inline-flex;
    padding: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
/*    border: 1px solid #DCDCDC;*/
     height: 177px;
     background: #EDEBFB;
    width: 48%;
}

.consult_our_strenth_box .consult_our_strenth_box_item:nth-child(1){
margin: 0 !important;
}
.consult_our_strenth_box .consult_our_strenth_box_item:nth-child(2){
margin-top: 40px !important;
}
.consult_our_strenth_box .consult_our_strenth_box_item:nth-child(3){
margin-top: -10px !important;
}
.consult_our_strenth_box .consult_our_strenth_box_item:nth-child(4){
margin-top: 20px !important;
}

.consult_our_strenth_box_item p {
    color: #0D0D0D;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.consult_our_capabilities {
/*    background: rgba(242, 242, 242, 1);*/
    background: url(./images/consult_our_capabilities_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}

.consult_our_capabilities .company_awrd_nav .company_awrd_nav_btn {
    border: 1px solid #d2d1d1;
}
.consult_our_capabilities .company_awrd_nav .company_awrd_nav_btn img {
    filter: unset;
    -webkit-filter: unset;
}
.our_capabilities_slider_box {
    background: #FFF;
    box-shadow: 0 4px 33.6px -2px rgba(0, 0, 0, 0.06);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our_capabilities_slider_box ul{
     margin: 0;
    padding: 0;
    list-style: none;
}
.our_capabilities_slider_box h6 {
    color: #0D0D0D;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.44px;
}

.our_capabilities_slider_box ul li {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin: 12px 0;
    padding-left: 25px;
}

.our_capabilities_slider_box ul li::before {
    content: "";
    background: url(./images/what_we_do_bullet.svg) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}
.company_why_partner_tabs_menu h6 {
    font-size: 20px;
}
.answer ul li {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin: 12px 0;
    padding-left: 25px;
}
.answer h6 {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
}
.answer ul li::before {
    content: "";
    background: url(./images/what_we_do_bullet.svg) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

.our_capabilities_slider {
    min-width: 2070px;
}

.our_capabilities_slider_box figure {
    margin: 0;
    width: 45%;
    min-width: 45%;
    max-width: 545%;
}

.our_capabilities_slider_box figcaption {
    flex: 1;
    padding: 0 25px 0 20px;
}

#partnerTabContent {
    display: block;
}

.company_why_partner_tabs {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.company_why_partner_tabs_menu {
    width: 38%;
    min-width: 38%;
    max-width: 38%;
}

.company_why_partner_tabs_items {
    width: 59%;
    min-width: 59%;
    max-width: 59%;
}

#partnerTab {
    border: none;
}

#partnerTab li {
    width: 100%;
}

#partnerTab li button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    padding: 20px 20px;
    color: #0D0D0D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

#partnerTab li button.active {
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: #2E2AAD;
    color: #FFF;
}

#partnerTab li button span {
    background: url(./images/consult-tab-arrow-black.svg) 0 0 no-repeat;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    display: block;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    background-size: 100%;
}

#partnerTab li button.active span {
    background: url(./images/consult-tab-arrow-white.svg) 0 0 no-repeat;
}

.partnerTabContent_inner {
    position: relative;
}

.partnerTabContent_inner figure {
    margin: 0;
    width: 54%;
    margin-left: auto;
    display: block;
}

.partnerTabContent_inner figcaption {
    background: #FFF;
    box-shadow: 0 4px 30.7px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    left: 95px;
    width: 50%;
    padding: 40px;
}

.partnerTabContent_inner figcaption h6 {
    color: #0D0D0D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin: 0 0 15px 0;
}

.partnerTabContent_inner figcaption p {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}

/* consulting */

/* Insurance  */
.insurance_driving_box_overlay {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.59);
    backdrop-filter: blur(4.449999809265137px);
    padding: 42px;
}

.insurance_driving_box_overlay h4 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 107.692% */
    letter-spacing: -0.52px;
    margin: 0 0 15px 0;
}

.insurance_driving_box_overlay p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
}

.insurance_driving_slider {
    min-width: 1700px;
}

.insurance_trusted_leader_box {
    display: flex;
    justify-content: space-between;
}

.insurance_trusted_leader_box_item {
    flex: 1;
    display: inline-flex;
    padding: 32px 22px 39.5px 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
}

.insurance_trusted_leader_box_item h6 {
    color: #0D0D0D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: -0.36px;
}

.insurance_trusted_leader_box_item p {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
}

.insurance_collaborating_leaders {
    background: #F2F2F2;
}

.collaborating_leaders_slider_box {
    height: 177px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collaborating_leaders_slider {
    min-width: 1600px;
}

.ai_powered_slider_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15%;
}

.ai_powered_slider_box_image {
    min-width: 40%;
    width: 40%;
    max-width: 40%;
}

.ai_powered_slider_box_image figure {
    margin: 0;
    background-size: cover !important;
    background-position: right !important;
    display: flex;
    justify-content: flex-start !important;
    padding: 30px 30px 30px 0;
}

.ai_powered_slider_box_image figure img {
    position: relative;
    left: -11px;
}

.ai_powered_slider_box_content h3 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
    margin: 0 0 18px 0;
}

.ai_powered_slider_box_content p {
    color: rgba(255, 255, 255, 0.73);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.ai_powered_slider_box_content {
    flex: 1;
}

.ai_key_solution {
    position: absolute;
    top: 50px;
    left: 15px;
}

.ai_key_solution h6 {
    color: #4876FA;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 25px 0 0 0;
}

.insurance_ai_powered .company_awrd_nav {
    position: absolute;
    bottom: 50px;
    left: 15px;
}

.insurance_ai_powered .company_awrd_nav .company_awrd_nav_btn img {
    filter: invert(0%) brightness(0%) saturate(1000%);
    -webkit-filter: invert(0%) brightness(9000%) saturate(1000%);
}
.insurance_overview_intro::after {
	content: '';
	background: url(./images/ínsurence_overview_bg.png) 0 0 no-repeat;
	width: 573px;
	height: 380px;
	display: block;
	position: absolute;
	right: 0;
	top: -36px;
	background-size: 100%;
	z-index: -1;
}

/* Insurance  */

/* carrer */
.carrer_people_trusted h2 {
    color: #0D0D0D;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
    text-align: center;
}
.carrer_people_trusted_item p {
    color: #0D0D0D;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0 0 0;
}
.carrer_people_trusted_item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0 0 0;
}
.carrer_people_trusted_item h6 {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.carrer_people_trusted_item figure {
    margin: 0;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}
.carrer_people_trusted_item figure img {
    width: 100%;
}
.carrer_people_trusted_item h6 img {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    display: block;
}
.carrer_join_us hr {
    background: #000;
}
.carrer_join_us {
    background: url(./images/data-analytics-vector-a.png) 0 0 no-repeat;
    background-size: 125px;
    background-position: 100% 0;
}
.carrer_join_us h3 {
    color: #0D0D0D;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
    margin: 0 0 17px 0;
}

.carrer_join_us_box figure {
    margin: 0;
    flex: 1;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
}

.carrer_join_us_box .carrer_join_us_box_item {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    flex: 1;
    padding: 50px;
    display: flex;
    align-items: center;
}

.carrer_join_us_box_item h4 {
    color: #0D0D0D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin: 15px 0;
}

.carrer_join_us_box_item p {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#careerTabContent {
    display: block;
    position: relative;
}

.careerTab_inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: flex-start;
    padding: 150px 0;
}

.careerTab_menu {
    position: absolute;
    bottom: 0;
}

.careerTab_menu {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 222;
}

#careerTab {
    gap: 35px;
    border: none;
}

#careerTab li {
    flex: 1;
}

#careerTab li button {
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: left;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

#careerTab li button.active {
    color: #FFF;
    border-color: #fff;
}

.careerTab_inner h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.careerTab_inner p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 15px 0 0 0;
}

.careerTab_inner_border {
    position: relative;
    padding-left: 30px;
}

.careerTab_inner_border::before {
    content: '';
    width: 2px;
    height: 100%;
    background: rgba(46, 42, 173, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.carrer_embracing_diversity {
    background: rgba(242, 242, 242, 1);
}

.carrer_embracing_diversity_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-right: 150px;
}

.carrer_embracing_diversity_left h2 {
    color: #0D0D0D;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
}

.carrer_embracing_diversity_left p {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
}

.carrer_embracing_diversity_item {
    display: inline-flex;
    padding: 28px 31px;
    align-items: flex-start;
    gap: 37px;
    background: #FFF;
    box-shadow: 0 4px 13.2px 0 rgba(0, 0, 0, 0.06);
    margin: 2px 0;
}

.carrer_embracing_diversity_item h6 {
    color: #0D0D0D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: -0.36px;
    margin: 0 0 10px 0;
}

.carrer_embracing_diversity_item ph6 {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
}

.carrer_embracing_diversity_item figure {
    margin: 0;
    width: 58px;
    min-width: 58px;
    max-width: 58px;
}

/* carrer */


/* resources */
.all_topic_sort {
	border-bottom: 1px solid #CECECE;
}
.resources_all_topic {
	display: flex;
	align-items: center;
}
.resources_all_topic select {
	border: 1px solid rgba(10, 10, 11, 0.2);
	background: #fff url(./images/resources-chevron-right.svg) 0 0 no-repeat;
	padding: 13px 15px;
	width: 256px;
    min-width: 256px;
    max-width: 256px;
	color: #0A0A0B;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-bottom: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-size: 16px;
	background-position: 97% 50%;
}
#filter-form {
    width: 100%;
    justify-content: space-between;
}
/*.resources_all_topic select:first-child {
    border-right: 0;
}*/
.resources_all_sort select {
	border: none;
	background: #fff url(./images/resources-sort-arrow-down-up.svg) 0 0 no-repeat;
	padding: 13px 15px 13px 25px;
	width: 160px;
    min-width: 160px;
    max-width: 160px;
	color: #0A0A0B;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-bottom: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-size: 16px;
	background-position: 0% 50%;
	text-align: center;
}
.resources_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}
.resources_list_item {
	width: 32%;
    min-width: 32%;
    max-width: 32%;
}
.resources_list_item figure {
	margin: 0;
	position: relative;
    overflow: hidden;
    max-height: 170px;
}
.resources_list_item figure img{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.resources_list_item figure span {
    position: absolute;
    top: 0;
    left: 23px;
    background: #fff;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
    padding: 0 16px;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 1.5;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.resources_list_item:hover figure span {
 transform: translateY(0%);
 -webkit-transform: translateY(0%);
 -moz-transform: translateY(0%);
 -ms-transform: translateY(0%);
 -o-transform: translateY(0%);
}
.resources_list_item:hover figure img {
 transform: scale(1.2);
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
}

.resources_list_item figcaption{
    padding: 20px 0;
}
.resources_list_item figcaption h6 {
	color: #0D0D0D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.36px;
	margin: 0 0 10px 0;
}
.resources_list_item figcaption p {
	color: #404040;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 146.667% */
}


.pagination .page-link {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50% !important;
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-color: #BCBCBC;
	margin: 0 7px;
    color: #0D0D0D;
    font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #2E2AAD;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.pagination .page-link img {
    width: 14px;
    height: 14px;
}

/* resources */
/* resources details */
.recources_details_banner {
	margin: 80px 0;
}
.recources_details_banner_content_overlay {
	background: rgba(46, 42, 173, 0.85);
	padding: 175px 45px;
	position: relative;
}
.recources_details_banner_content_overlay h2 {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}
.recources_details_banner_content_overlay h2 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 35px 0;
}
.recources_details_banner_content_overlay::after {
	content: '';
	background: rgba(46, 42, 173, 1);
	width: 100%;
	height: 70px;
	display: block;
	position: absolute;
	top: -70px;
	left: 0;
}
.recources_details_banner_content_overlay::before {
	content: '';
	background: url(./images/resource_details_vector.png) 0 0 no-repeat;
	width: 100%;
	height: 70px;
	display: block;
	position: absolute;
	bottom: -70px;
	left: 0;
	background-size: cover;
	background-position: center center;
}
.resources_details_intro p {
	color: #0D0D0D;
	font-family: "Nunito Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}


.resources_challenge_box_item_list p {
	color: #0D0D0D;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 23px; 
}
.resources_challenge_box_item_list h6 {
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 23px; 
min-width: 9%;
  width: 9%;
  max-width: 9%;
}
.resources_challenge_box_item_list div {
    min-width: 70%;
    width: 70%;
    max-width: 70%;
}
.resources_challenge_box_item_list {
	display: flex;
	align-items: center;
	gap: 50px;
	margin: 15px 0;
	padding: 40px 0;
	border-bottom: 1px solid #DBDBDB;
}
.resources_challenge_box {
	padding: 50px 0;
}
.resources_challenge_box_item {
	padding: 55px 0;
}
.resources_challenge_box_item.position-relative::before {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	background: #DBDBDB;
	left: 48px;
	top: 0;
}
.resources_challenge_box_item .resources_challenge_box_item_list:first-child{
    padding-top: 0;
}
.resources_benifits_sec .prctice_leader_slider .swiper-slide{
    margin: 0 !important;
}
.resource_benifits_item_box {
	display: flex;
	padding: 39px 22px 39px 22px;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #FFF;
	color: #0D0D0D;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	margin: 10px 0;
	min-height: 225px;
	width: 100%;
    flex-wrap: wrap;
}
.single.single-case-study .resource_benifits_item_box {
    display: block;
}
.resource_benifits_item_box h5{
    width: 100%;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    opacity: 0.18;
    margin: 0 0 10px 0;
}
.diffrence_resource_ul li {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
    margin: 20px 0 0 0;
    padding-left: 20px;
    position: relative;
}
.diffrence_resource_ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 3px;
}
.resource_tech_stack {
	background: rgba(18, 22, 28, 1);
}
.resource_tech_stack_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.resource_tech_stack_inner h2 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}
.resource_tech_stack_inner ul {
	display: flex;
	align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.resource_tech_stack_inner ul li {
	display: flex;
	padding: 10px 31px;
	justify-content: center;
	align-items: center;
	border-radius: 41px;
	background: rgba(245, 245, 245, 0.10);
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.resource_key_highlight {
	background: rgba(245, 245, 245, 1);
}
.resource_key_highlight .resources_challenge_box_item .resources_challenge_box_item_list:first-child {
	padding-top: 40px;
	border-top: 1px solid #DBDBDB;
}
.resource_key_highlight .resources_challenge_box_item .resources_challenge_box_item_list h3{
    color: #2E2AAD;
font-size: 39px;
font-style: normal;
font-weight: 700;
line-height: 37px;
margin: 0 0 5px 0;
}
.resource_key_highlight .resources_challenge_box_item.position-relative::after {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	background: #DBDBDB;
	right:48px;
	top: 0;
}


/* resources details */
/* article details */
.article_details_banner .innerpage_banner_content {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	top: 0;
}
.article_details_banner .innerpage_banner_content h1 {
	color: #0D0D0D;
	font-family: "Nunito Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 47px;
/*	margin: 50px 0 0 35px !important;*/
    position: relative;
   margin: 0;
}
.article_details_banner::before {
	content: "";
	background: url(./images/article_details_bg_overlay.png) 0 0 no-repeat;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 362px;
    background-size: cover;
}
.article_top_heading{
    position: relative;
    margin: 50px 0 0 0;
     padding-left: 35px;
}
.article_top_heading p {
    margin: 0 0px 12px 0;
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 500;
}
.article_top_heading::before {
	content: '';
	width: 8px;
	height: 356px;
	background: #2E2AAD;
	display: block;
	position: absolute;
	left: 0;
}
.aricle_details_date ul li {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #555;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.aricle_details_date ul li  #shareDropdown {
	background: transparent;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #555;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.aricle_details_date ul li  #shareDropdown::after{
    display: none;
}
.aricle_details_content p {
	color: #404040;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	margin: 15px 0;
}
.aricle_details_content h6 {
	color: #0D0D0D;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.36px;
	margin: 15px 0;
}
.article_related_sec {
	background: #F2F2F2;
}
.related_article_box figure{
    margin: 0 0 10px 0;
}
.related_article_box h4 {
	color: #0D0D0D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.36px;
    margin: 0 0 10px 0;
}
.related_article_box p {
	color: #404040;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 146.667% */
}
/* article details */
/* white paper details */
.white_paper_details h1 {
	font-size: 32px;
    margin: 0;
}
.white_paper_details p {
	margin: 0 0 15px 0;
}
.white_paper_baner_form {
	max-width: 480px;
	margin-left: auto;
	background: #FFF;
	box-shadow: 0 6px 58px 0 rgba(0, 0, 0, 0.07);
	padding: 35px 45px;
	border-top: 5px solid #2E2AAD;
}
.white_paper_baner_form h6 {
	color: #0D0D0D;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.52px;
}
.white_paper_baner_form .form-control {
	color: #0D0D0D;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	padding: 13px 10px 13px 0;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.21);
	outline: none;
	box-shadow: none;
}
.white_paper_baner_form .form-group {
	margin: 15px 0;
}
.form-check.custom-checkbox label {
	color: #404040;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.custom-checkbox .form-check-input {
    border-radius: 0;
    outline: none;
	box-shadow: none;
    width: 15px;
    height: 15px;
    border: 2px solid #000 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.custom-checkbox .form-check-input:checked {
    background-color: #000 !important; /* Black Background */
    border-color: #000 !important; /* Border Black */
}

.custom-checkbox .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.white_paper_btn {
	display: flex;
	height: 54px;
	padding: 17px 35px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 84px;
	border: 1px solid #2E2AAD;
	color: #2E2AAD;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: transparent !important;
font-family: "Nunito Sans";
}
.white_paper_details  .innerpage_banner_content {
	top: 60%;
}

.white_paper_details::after {
	content: '';
	background: url(./images/white_p_vector.png) 0 0 no-repeat;
	width: 171px;
	height: 163px;
	display: block;
	position: absolute;
	bottom: -80px;
	left: 0;
	background-size: cover;
	z-index: -1;
}
.our_whitepaper_cover.gap {
	padding-top: 85px;
}
.white_cover_box_overview {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 40px 0 !important;
}
.white_cover_box_item {
	background: rgba(46, 42, 173, 1);
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 30px 30px 30px 80px;
	margin: 3px 0;
	position: relative;
}
.white_cover_box_item::after{
    content: '';
}
.white_cover_box_item::before {
	content: '';
	clip-path: polygon(0 0, 0% 100%, 50% 0);
	background: white;
	display: block;
	position: absolute;
	left: 0;
	width: 150px;
	height: 100%;
	top: 0;
}
.white_cover_box_item h3 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: 0.13;
}
.white_cover_box_item p {
	color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 166.667% */
}
.white_cover_box_item::after {
	content: '';
	background: #2e2aad;
	position: absolute;
	right: -100%;
	width:100%;
	height: 100%;
}
.white_cover_box_item_two {
	width: 91%;
	margin-left: auto;
}
.white_cover_box_item_one {
	width: 82%;
	margin-left: auto;
}
/* white paper details */


/* Data-analytics */
.data_ana_ai_partner p {
	color: #404040;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}
.data_ana_ai_partner_2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.data_ana_ai_partner_2 ul li {
	display: flex;
	padding: 32px 0;
	align-items: center;
	gap: 22px;
	align-self: stretch;
	border-bottom: 1px solid #DCDCDC;
	color: #0D0D0D;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.data_ana_ai_partner_2 ul li span {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
}
.data_ana_ai_partner_2 h3 {
    font-size: 23px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.data_ana_ai_partner_2 .button_a {
    margin: 30px 0 0 0;
}
.data_ana_ai_partner_2 ul li:first-child  {
    border-top: 1px solid #DCDCDC;
}
.data_ana_ai_partner_2_box {
	max-width: 530px;
	width: 100%;
	overflow: hidden;
    position: relative;
}
.data_ana_ai_partner_2_box.sticky-top {
    position: sticky;
}
.data_ana_ai_partner_2_box_float {
	position: absolute;
	bottom: 24px;
	border-radius: 10px;
	border: 1px solid rgba(72, 118, 250, 0.84);
	background: #FFF;
	box-shadow: 0 4px 10.4px 0 rgba(72, 118, 250, 0.12);
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}
.data_ana_ai_partner_2_box_float p {
	color: #0D0D0D;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.data_ana_ai_partner_2_box_float p img{
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}
.data_ana_overview_intro {
	background: url(./images/data-analytics-vector-a.png) 0 0 no-repeat;
	background-size: 163px;
	background-position: 100% 6%;
}
.why_exa_data_ana{
    background: #2E2AAD;
}
.why_exa_data_ana #partnerTab li button {
	color: rgba(255, 255, 255, 0.48);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.why_exa_data_ana #partnerTab li button.active {
	border: 0 solid rgba(0, 0, 0, 0.14);
	background: rgba(23, 22, 57, 0.35);
	color: #FFF;
}

.why_exa_data_ana #partnerTab li button span {
      filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
      -webkit-filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
}
.why_exa_data_ana #partnerTab li button.active span {
	background: url(./images/consult-tab-arrow-white.svg) 0 0 no-repeat;
    filter: invert(0%) sepia(100%) saturate(0%) brightness(200%);
      -webkit-filter: invert(0%) sepia(100%) saturate(0%) brightness(200%);
}
.data_ana_problem_wesolve_overlay {
	background: linear-gradient(262deg, rgba(13, 13, 13, 0.00) -1.71%, rgba(0, 0, 0, 0.84) 109.33%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.data_ana_problem_we_box {
	display: flex;
    align-items: flex-end;
}
.data_ana_problem_we_box_item {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(4.949999809265137px);
    padding: 25px;
    overflow: hidden;
    height: 72px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.data_ana_problem_wesolve_overlay::after {
	content: '';
	background: rgba(255, 255, 255, 0.13);
	height: 1px;
	position: absolute;
	width: 100%;
	bottom: 72px;
}
.data_ana_problem_we_box_item h3 {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.data_ana_problem_we_box_item p {
	color: #B5B5B5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
    margin-top: 10px;
    display: none;
}
.data_ana_problem_we_box_item p strong{
    color: #fff;
}
.data_ana_problem_we_box_item:hover {
	height: 289px;
	z-index: 3;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
	border-left: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(4.949999809265137px);
	border-top: 4px solid #2E2AAD;
}
.data_ana_problem_we_box_item:hover p{
    display: block;
}
.data_ana_problem_wesolve .section-title {
	position: absolute;
	top: 70px;
}





.data_ana_our_capa_box {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.data_ana_our_capa_box_item {
	width: 10%;
	background: rgba(255, 255, 255, 1);
	cursor: pointer;
	transition: 0.7s ease;
	font-weight: bold;
	height: 417px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.7s ease;
	-moz-transition: 0.7s ease;
	-ms-transition: 0.7s ease;
	-o-transition: 0.7s ease;
}
/* Default small */

/* Active big */
.data_ana_our_capa_box_item.active {
    background: rgba(255, 255, 255, 1);
    width: 70%;
}

.data_ana_our_capa_box_item_left p {
	transform: rotate(-90deg);
	width: 256px;
	margin: 0;
    color: #0D0D0D;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
letter-spacing: -0.36px;
}
.data_ana_our_capa_box_item_left {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 18px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
}
.data_ana_our_capa_box_item_left span{
color: #090825;
text-align: center;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: normal;
opacity: 0.1;
}
.data_ana_our_capa_box_item_left span.data_ana_our_capa_box_item_left_icon{
    opacity: 1;
}

.data_ana_our_capa_box_item_right {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	display: none;
	padding: 50px;
	gap: 25px;
}
.data_ana_our_capa_box_item_right h3{
color: #0D0D0D;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
letter-spacing: -0.36px;
}
.data_ana_our_capa_box_item_right p{
color: #404040;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}


.data_ana_our_capa_box_item_right figure {
	margin: 0;
	flex: 1;
    position: relative;
z-index: 3;
}
.data_ana_our_capa_box_item_right figcaption {
	flex: 1;
}

.data_ana_our_capa_box_item.active .data_ana_our_capa_box_item_left {
    width: 15%;
	min-width: 15%;
	max-width: 15%;
}
.data_ana_our_capa_box_item.active .data_ana_our_capa_box_item_left_icon {
display: none;
}
.data_ana_our_capa_box_item.active .data_ana_our_capa_box_item_left p {
display: none;
}
.data_ana_our_capa_box_item.active .data_ana_our_capa_box_item_right {
display: flex;
position: relative;
}
.data_ana_our_capa_box_item.active .data_ana_our_capa_box_item_right::after {
	content: '';
	background: #2E2AAD;
	width: 68px;
	height: 82px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

/* Data-analytics */
.mulesoft_capabilities_sec.insurence_capabilities_sec {
    background: #fff;
}
.mulesoft_capabilities_sec .mulesoft_capabilities_img {
    top: 18em;
}


.mulesoft_capabilities_sec .mulesoft_capabilities_img::before {
    background-color: #fff;
}


.mulesoft_capabilities_s_ad .mulesoft_capabilities_img::before {
    background-color: #f2f2f2;
}

.mulesoft_capabilities_s_ad .mulesoft_capabilities_img::before {
    content: "";
    width: 105px;
    height: 113%;
    background-color: #F2F2F2;
    right: -52px;
    transform: translateY(-50%) skew(-16deg);
}
.mulesoft_capabilities_s_ad .mulesoft_capabilities_img {
    top: 8em;
}


/* Exasure */
.exasure_over_intro ul li {
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    margin: 20px 0;
    padding-left: 25px;
    
}
.exasure_over_intro ul li::before {
    content: "";
    background: url(./images/what_we_do_bullet.svg) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}
.exasure_over_small_box {
    border-radius: 10px;
    border: 1px solid rgba(72, 118, 250, 0.84);
    background: #FFF;
    box-shadow: 0 4px 13.2px 0 rgba(72, 118, 250, 0.15);
    display: flex;
    justify-content: center;
    padding: 12px;
    gap: 10px;
}
.exasure_over_small_box p {
    color: #0D0D0D;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.exasure_over_small_box {
    border-radius: 10px;
    border: 1px solid rgba(72, 118, 250, 0.84);
    background: #FFF;
    box-shadow: 0 4px 13.2px 0 rgba(72, 118, 250, 0.15);
    display: flex;
    justify-content: center;
    padding: 20px 12px;
    gap: 10px;
    margin: 30px 0 0 0;
}
.exasure_over_intro {
    background: url(./images/exa_overview_bg.png) 0 0 no-repeat;
    background-position: 100% 100%;
    background-size: 606px;
}

.our_comprehensive_sec #partnerTab li button {
    color: #fff;
    border-bottom: 1px solid #FFF;
opacity: 0.18;
background: transparent !important;
padding: 25px 0;
}
.our_comprehensive_sec #partnerTab li button.active {
    border-bottom: 1px solid #FFF;
    background: transparent;
    opacity: 1;
}
.our_comprehensive_sec .company_why_partner_tabs_menu {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
}
.our_comprehensive_sec #partnerTab li button span {
    background: url(./images/compregensive_tab_icon.svg) 0 0 no-repeat;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    display: block;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    background-size: 100%;
}
.comprehensive_tab_inner {
    position: relative;
}
.comprehensive_tab_inner figure {
    margin: 0;
}
.comprehensive_tab_inner figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    width: 70%;
}
.comprehensive_tab_inner figcaption h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.32px;
    margin: 0 0 12px 0;
}
.comprehensive_tab_inner figcaption p {
color: #FFF;
font-size: 15px;
font-weight: 400;
line-height: 22px; 
}
.why_exsure_sec{
    background: url(./images/why_ex_vector.png) 0 0 no-repeat;
    background-size: 110px;
}
.why_exa_box {
    display: flex;
    justify-content: center;
}
.why_exa_box_item {
    flex: 1;
    text-align: center;
    border-radius: 393px;
    border: 1px solid rgba(46, 42, 173, 0.21);
    background: #FAF8FF;
    width: 390px;
    min-width: 390px;
    max-width: 390px;
    height: 390px;
    min-height: 390px;
    max-height: 390px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_exa_box_item_inr h5 {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    margin: 25px 0 8px 0;
}
.why_exa_box_item_inr p {
    color: #404040;
font-size: 15px;
font-weight: 400;
line-height: 22px; /* 146.667% */
}
.why_exa_box_item_inr figure {
margin: 0 0 15px 0;
}
.why_exa_box .why_exa_box_item:nth-child(2)::after {
  content: '';
  background: #D3D2ED;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 15px;
  height: 15px;
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 1;
}
.why_exa_box .why_exa_box_item:nth-child(2)::before {
content: '';
  background: #D3D2ED;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -8px;
  top: 50%;
  z-index: 1;
}

.mulesoft_unlock_exasure .unlock_inner::before {
   display: none;
}
/* Exasure */
.f_bottom_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.call_and_email_ftr {
    margin: 35px 0 0 0;
}
.call_and_email_ftr li a {
    font-size: 14px;
    color: #242c35;
}
.call_and_email_ftr li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    margin: 10px 0;
}
.f_bottom_box p {
    font-size: 14px;
    font-weight: 400;
    flex: 1;
    text-align: left;
}
.call_and_email_ftr span img {
    width: 17px;
    vertical-align: middle;
}
.social_list {
    display: flex;
    flex: 1;
    justify-content: center;
}
.privacy_ftr_box {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.key_challange_slider .swiper-wrapper {
    align-items: flex-end;
}
.key_slider_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* z-index: 1; */
    height: 59px;
}
.key_slider_btn .key_btn {
   position: unset;
   margin: 0;
}
.key_slider_btn .key_btn::after {
    color: #fff;
    font-size: 21px;
}
.key_slider_btn .key_btn.swiper-button-prev.key-challange-prev {
    margin: 0 0 0 -40px;
}

.key_slider_btn .key_btn.swiper-button-next.key-challange-next {
    margin: 0 -40px 0 0;
}


.list_item_ li {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin: 12px 0;
    padding-left: 25px;
}
.list_item_ li::before {
    content: "";
    background: url(./images/what_we_do_bullet.svg) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}
.why_gt_ul li {
    font-size: 22px;
    line-height: 1.5;
    margin: 15px 0;
    position: relative;
    padding: 15px 27px;
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: rgba(23, 22, 57, 0.16);
    color: #FFF;
    border-bottom: 1px solid #e9e9e91c;
    border-top: 1px solid #e9e9e91c;
}
.why_gt_ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 10px;
    background: #fff;
    border-radius: 50%;
    top: 27px;
}
.home_customer_slider .insights-content {
    max-width: 100%;
}
/*JOB*/
.embed_jobs_head.embed_jobs_with_style_1 {
    background: transparent;
}
.embed_jobs_head2 {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
}
.rec-job-title a {
    font-family: "Nunito Sans", sans-serif;
    display: block;
    margin: 7px 0;
    color: #231f75 !important;
    font-size: 17px;
}
.zrsite_Job_Type {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400 !important;
    color: #000;
    font-size: 14px;
}
.zrsite_Location {
    font-family: "Nunito Sans", sans-serif;
}
.rec-job-info {
    min-height: 137px;
    border-radius: 0 !important;
    background: #ECF1F5A6;
}
/*JOB*/


.innerpage_banner_content.Eventsdetails_banner  {
    top: 82px;
    height: 100%;
}


.page.page-id-12 .company_our_responsi_box .company_our_responsi_box_item:nth-child(odd) figcaption {
  padding-bottom: 40px;
} 
.page.page-id-12 .company_our_responsi_box .company_our_responsi_box_item:nth-child(even) figcaption {
    padding-top: 30px;
}

.page.page-id-13 .company_our_responsi::before {
    height: 120px;
}
.page.page-id-13 .company_our_responsi::after {
    height: 120px;
}

.page.page-id-7852 .mulesoft_capabilities_s_ad .mulesoft_capabilities_img {
    top: 12em;
}


.insurance_ai_mule .ai_powered_slider_box_content h3,
.insurance_ai_mule .ai_powered_slider_box_content p {
    color: var(--bs-heading-color);
}
.insurance_ai_mule .ai_powered_slider_box_content ul {
    list-style: disc !important;
    padding-left: 15px;
    margin: 0;
}
.insurance_ai_mule .ai_powered_slider_box_content ul li {
    margin: 14px 0;
}
.insurance_ai_powered.insurance_ai_mule .company_awrd_nav{
    position: unset;
}

.insurance_ai_powered.insurance_ai_mule .company_awrd_nav .company_awrd_nav_btn img {
    filter: invert(100%) brightness(9000%) saturate(1000%);
    -webkit-filter: invert(100%) brightness(9000%) saturate(1000%);
}
footer ul,
.exasure_over_intro ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mulesoft_intro_sec ul {
    margin: 0;
    padding-left: 15px;
}
.multi_industry_sec ul {
    padding: 15px 0 15px 15px;
    margin: 0;
}
.multi_industry_sec ul li {
    margin: 6px 0;
    list-style: none;
    list-style: disc;
}

.sale_solution .tab-content-we {
    padding: 20px;
    max-width: 100%;
    width: 100%;
}
.sale_solution .tab-content-we ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.sale_solution .tab-content-we p {
    margin: 15px 0;
}
.sale_solution .tab-content-we img {
    margin: 0 0 15px 0;
}
.sale_solution .button_a {
    margin: 40px auto 0;
    display: block;
    width: fit-content;
}
.sales_inro_top {
    margin: 25px 0 0 0;
}
.sales_inro_top ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.sales_inro_top p {
    margin: 13px 0;
}
.diffrence_resource_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.insurence_unlock_inner::before{
    display: none;
}
.why_gt_ul, .list_item_ {
    padding: 0;
    margin: 0;
    list-style: none;
}
#partnerTab {
    margin: 0;
    padding: 0;
}

/*
.single.single-news-room .article_details_banner .innerpage_banner_content {
    transform: translateY(45%);
    -webkit-transform: translateY(45%);
    -moz-transform: translateY(45%);
    -ms-transform: translateY(45%);
    -o-transform: translateY(45%);
}*/

.single.single-news-room .article_top_heading::before,
.single.single-article .article_top_heading::before {
      height: 285px;
}

.b_slider .b_box p {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding: 17px;
    background: rgba(0, 0, 0, 0.67);
    height: 100%;
    width: 100%;
    color: #fff;
    align-items: center;
    transform: translateY(100%);
    margin: 0;
    transition: all 0.4s ease;
}
.b_slider .b_box {
    overflow: hidden;
}
.b_slider .b_box:hover p{
 transform: translateY(0%);
}
.b_slider .b_box:hover .b_heading{
  transform: translateY(100%);  
}
.company_our_awrd_items figure img {
    height: 160px;
}
.capabilities-scroller .slick-list.draggable {
    min-height: 700px !important;
}