/*!
Theme Name: Role Stack [A Search Stack Theme]
Theme URI: https://searchstack.co.uk/
Author: Search Stack
Author URI: https://searchstack.co.uk/
Description: The main theme for Search Stack websites
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: rolestack-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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


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

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


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


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


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


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


/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

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


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


/**
* Remove the margin in all browsers.
*/

    body {
        margin: 0;
    }


/**
* Render the `main` element consistently in IE.
*/

    main {
        display: block;
    }


/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }


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


/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

    pre {
        font-family: monospace, monospace;
        font-size: 1em;
    }


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


/**
* Remove the gray background on active links in IE 10.
*/

    a {
        background-color: transparent;
    }


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
    }


/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

    b,
    strong {
        font-weight: bolder;
    }


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }


/**
* Add the correct font size in all browsers.
*/

    small {
        font-size: 80%;
    }


/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }


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


/**
* Remove the border on images inside links in IE 10.
*/

    img {
        border-style: none;
    }


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


/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }


/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

    button,
    input {
        overflow: visible;
    }


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

    button,
    select {
        text-transform: none;
    }


/**
* Correct the inability to style clickable types in iOS and Safari.
*/

    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }


/**
* Remove the inner border and padding in Firefox.
*/

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }


/**
* Restore the focus styles unset by the previous rule.
*/

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }


/**
* Correct the padding in Firefox.
*/

    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }


/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*      `fieldset` elements in all browsers.
*/

    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
    }


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

    progress {
        vertical-align: baseline;
    }


/**
* Remove the default vertical scrollbar in IE 10+.
*/

    textarea {
        overflow: auto;
    }


/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }


/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }


/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }


/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }


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


/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

    details {
        display: block;
    }


/*
* Add the correct display in all browsers.
*/

    summary {
        display: list-item;
    }


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


/**
* Add the correct display in IE 10+.
*/

    template {
        display: none;
    }


/**
* Add the correct display in IE 10.
*/

    [hidden] {
        display: none;
    }


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


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

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


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


/* Typography
--------------------------------------------- */

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

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

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


/* Links
--------------------------------------------- */

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

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

a:focus {
    outline: none;
}

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


/* Forms
--------------------------------------------- */

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


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


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


/* Navigation
--------------------------------------------- */

header#masthead {
    position: fixed;
    width: 100%;
    display: flex;
    background: transparent;
    align-items: center;
    padding: 1% 4% 1% 3%;
    z-index: 99;
    transition: all .4s ease;
}

#primary-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

#primary-menu .current-menu-item a {
    color: #fff;
}

#primary-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 0 1.5rem;
    font-family: Montserrat Medium;
    font-size: 14px;
}

#myNav::after {
    content: " ";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: -1.1%;
    top: -1px;
    z-index: -1 !important;
    width: 395px;
    height: 100%;
    right: -3%;
    top: 0px;
    z-index: 1;
    opacity: 0.05;
}

.overlay {
    height: 0;
    width: 25%;
    position: fixed;
    z-index: 96;
    left: auto;
    top: 0;
    background-color: #282828;
    overflow-x: hidden;
    transition: 0.5s;
    right: 0;
}

.page-template-redirect-landing-page .review_banner {
    background-color: #282828;
    text-align: center;
    padding: 7rem 10% 4rem;
    height: 80vh;
}

.content-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: #282828;
    overflow-x: hidden;
    transition: 0.5s;
    right: 0;
    opacity: 0.7;
    display: none;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10rem;
    text-align: left;
}

.overlay-content #primary-menu {
    display: block;
}

.overlay-content #primary-menu li {
    padding: 8px 0;
}

img.main_search_wave {
    display: none;
}

img.wave_inter {
    display: none;
}

img.circle_box {
    display: none;
}

.menu li.menu-item-has-children>a::after {
    color: #951cff;
    content: '►';
    font-size: 10px;
    vertical-align: 1px;
    position: relative;
    left: 10px;
}

.menu li.menu-item-has-children:hover>a::after {
    content: '▼';
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    padding-top: 5px;
    list-style: none;
    margin: 0;
    position: absolute;
    width: 230px;
    background: #333;
    padding-bottom: 10px;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
}

.menu li.menu-item-has-children:hover>a::after {
    content: '▼';
    font-size: 16px !important;
}

.sub-menu li a {
    font-size: 13px !important;
    padding: 0 !important;
}

.sub-menu li {
    padding: 0 1rem;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 32px !important;
    background-color: #951cff !important;
}

#primary-menu li a:hover {
    color: #951cff;
}

.main-banner {
    background: #282828;
    padding: 15rem 10% 0rem 0;
    overflow: hidden;
}

.left_banner {
    width: 710px;
    background-repeat: no-repeat;
    background-position: center;
    height: 710px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    left: -20%;
    top: 220px;
}

.video-tab-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #151515;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    border-radius: 50%;
}

.play_btn_video {
    position: relative;
    z-index: 9;
}

.home_bamer_left-row {
    width: 45%;
    justify-content: center;
    display: flex;
    height: 520px;
    align-items: end;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position-x: 60%;
}

.inner_main_banner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
}

.text_right_homjebanner {
    color: #F4F4F4;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 15px;
    font-family: Montserrat Medium;
    text-transform: uppercase;
}

.bannr_btn_url a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat Medium;
}

.bannr_btn_url {
    padding-top: 1rem;
}

.right_banner {
    width: 45%;
    padding-bottom: 15rem;
    position: relative;
    z-index: 9;
}

.home_under_banner {
    padding: 7rem 10%;
    position: relative;
    overflow: hidden;
    background-color: #F4F4F4;
}

.circle_graphic {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}

.inner_under_banner {
    display: flex;
    justify-content: space-between;
}

.under_baner_left {
    color: #010113;
    font-size: 40px;
    line-height: 50px;
    font-family: Montserrat Medium;
    width: 50%;
}

.under_baner_right {
    width: 40%;
}

.innerunder_right {
    color: #636363;
    font-size: 18px;
    font-family: Montserrat Regular;
    line-height: 30px;
    text-align: justify;
}

.under_baner_right a {
    text-decoration: none;
    color: #010113;
    width: 100%;
    display: block;
    text-align: right;
    font-family: Montserrat Medium;
    padding-top: 1rem;
}

.under_baner_right img {
    margin-left: 10px;
}

.repeater_counters {
    padding-top: 10rem;
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.counter_boxes {
    padding-right: 2rem;
}

.counter_boxes p {
    color: #636363;
    font-family: 'Montserrat Regular';
}

.counter_boxes h3 {
    color: #010113;
    font-size: 70px;
    font-family: Montserrat Medium;
}

.home {
    background: #F4F4F4;
}

.title_talent_row p {
    color: #584A37;
    font-size: 18px;
}

.title_talent_row h2 {
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #010113;
}

.find_talent {
    background: #951cff;
    width: 95%;
    margin-right: 0% !important;
    display: block;
    margin: 0 auto;
    margin-right: auto;
    margin-right: auto;
    padding: 4rem 5% 25rem;
    margin-top: 5rem;
}

.talent_inner_row {
    position: relative;
}

.data_talent {
    display: flex;
    position: absolute;
    width: 100%;
}

.main_search_row {
    background-color: #282828;
    padding: 2rem;
    height: 550px;
}

.excutive_Search {
    display: flex;
}

.excutive_Search .col-md-2 {
    text-align: right;
}

.excutive_Search h2 {
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #fff;
}

.arrow_right {
    text-align: right;
}

.excutive_Search p {
    color: #951cff;
    font-family: 'Montserrat Regular';
    padding-top: 1rem;
    line-height: 30px;
}

.market_mapping {
    background-color: #282828;
    padding: 2rem;
    height: 550px;
}

.title_market_mapping h2 {
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #fff;
}

.title_market_mapping {
    display: flex;
}

.title_market_mapping p {
    color: #951cff;
    line-height: 30px;
    padding-top: 1rem;
    font-family: 'Montserrat Regular';
}

.data_talent .market_mapping,
.data_talent .main_search_row {
    margin-right: 1%;
    position: relative;
}

.data_talent {
    display: flex;
    position: absolute;
    width: 100%;
    margin-top: -22.5rem;
    padding: 0 10%;
    justify-content: center;
}

.lity-opened {
    z-index: 999999;
}

.title_helpimg {
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #010113;
}

.leading_companies_sector {
    padding: 12rem 10% 0rem;
}

.leading_companies_sector a {
    color: #010113;
    font-family: 'Montserrat Medium';
}

.inner_helping_componies {
    display: flex;
}

.leading_companies {
    padding: 2rem 0;
}

.leading_companies:first-child {
    padding-top: 0;
}

.inner_case_study {
    display: flex;
}

.stairs_first {
    background: #282828;
    padding-bottom: 7rem;
}

.stairs_second {
    background: #282828;
    padding: 4rem 0;
    margin-top: 6rem;
}

.stairs_third {
    background: #282828;
    margin-top: 12rem;
}

.stories_transform_main {
    padding: 0rem 10%;
    display: flex;
    align-items: center;
}

.view_casestudy {
    text-align: right;
}

.view_casestudy a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    text-align: right;
    font-family: Montserrat Medium;
    padding-top: 1rem;
}

.view_casestudy img {
    margin-left: 10px;
}

.inneR_title_stories {
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #fff;
}

.stories_desc {
    color: #951cff;
    font-family: 'Montserrat Regular';
    padding-top: 1rem;
    line-height: 30px;
}

.all_case_study {
    padding: 5rem 0 7rem 10%;
    position: relative;
    z-index: 9;
}

.case_study_title {
    font-size: 18px;
    font-family: Montserrat Medium;
    color: #F4F4F4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1rem 0 0;
    height: 70px;
}

.casestudy_allinfo .logo_case_img {
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    object-position: left;
    width: 200px;
}

.case_study_logo {
    display: flex;
}

.case_study_logo img:last-child {
    width: auto;
    object-fit: contain;
    height: 70px;
}

.casestudy_data {
    background: #0B111C;
    margin-right: 1rem;
    border-radius: 5px;
}

.inner_caseallinfo {
    padding: 2rem 1rem;
}

.case_study_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.case_Study_sec .slick-next {
    right: 3rem;
    bottom: 0rem;
    z-index: 99;
}

.case_Study_sec .slick-prev {
    right: 8rem;
    bottom: 0rem;
    z-index: 99;
}

.case_Study_sec .slick-arrow {
    position: absolute;
    font-size: 0;
    border: 0;
    padding: 0;
}

.case_Study_sec .slick-prev::before {
    content: url(/wp-content/uploads/2023/10/Group-85.png);
}

.case_Study_sec .slick-next::before {
    content: url(/wp-content/uploads/2023/10/Group-63.png);
}

.insight_title {
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #010113;
    line-height: 40px;
}

.all_insight {
    padding: 7rem 10% 2rem;
    max-width: 1400px;
    margin: auto;
}

.inner_all_insight {
    display: flex;
    align-items: end;
    padding-bottom: 4rem;
}

.all_insight .view_casestudy a {
    color: #010113;
}

.casestudy_category {
    background: #E5E5E5;
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 1rem;
    color: #020202;
    font-family: 'Montserrat Medium';
}

.date_post_insight {
    color: #303030;
    text-align: right;
}

.cat_date {
    display: flex;
    font-family: 'Montserrat Regular';
    padding-bottom: 3rem;
}

.inner_right_link1 {
    color: #020202;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Montserrat Medium';
}

.inner_left_block {
    padding: 5rem 2rem;
    background: #fff;
}

.inner_left {
    padding-right: 0;
    background: #fff;
}

.post_insight_title {
    display: flex;
    align-items: center;
}

.inner_left_des {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Montserrat Medium';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button_read_more {
    text-align: right;
}

.inner_left_img {
    height: 310px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.inner_right_link,
.side_right_link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.inner_left {
    position: relative;
}

.blogs-inner-wrapper {
    display: flex;
}


.inner_right {
    padding-left: 0.5rem;
}

.inner_left_block {
    position: relative;
}

.inner_right .inner_left_block:first-child {
    margin-bottom: 1rem;
}

.Download_Whitepapermain {
    position: relative;
}

.Download_Whitepapermain .gform_required_legend {
    display: none;
}

.inner_Download_Whitepapermain {
    background: #951cff;
    padding: 5rem 5% 3rem;
    display: flex;
    width: 90%;
    margin-right: 0 !important;
    margin: auto;
    margin-left: auto;
    position: relative;
    z-index: 99;
}

.title_download {
    line-height: 40px;
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #010113;
}

.desc_whote_downoad {
    color: #614d3d;
    padding-top: 0.3rem;
    line-height: 30px;
    font-family: Montserrat Medium;
}

.download_form #input_1_1::placeholder {
    font-family: Montserrat Medium;
    opacity: 1;
    color: #010113;
}

.download_form #input_1_1 {
    background: transparent;
    border: none;
    border-bottom: 1px solid #010113;
    border-radius: 0;
    font-family: Montserrat Medium;
    color: #000;
}

.early_access_insight input::placeholder {
    font-family: Montserrat Medium;
    opacity: 1;
    color: #010113;
}

.early_access_insight input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #010113;
    border-radius: 0;
    font-family: Montserrat Medium;
    color: #000;
}

.download_form .ginput_container_consent {
    display: flex;
    align-items: baseline;
}

.download_form .gfield_consent_label {
    padding-left: 0.5rem;
    color: #030214;
    font-family: Montserrat Regular;
    font-size: 15px;
}

.download_form .gfield_consent_label a {
    color: #030214;
}

.download_form #gform_1 {
    display: flex;
}

.download_form #gform_submit_button_1 {
    align-self: initial !important;
}

.download_form #gform_submit_button_1 {
    align-self: initial !important;
    margin-bottom: 0 !important;
    border-radius: 50px;
    padding: 0;
    width: 100px;
    background: #CDAB7F;
    border: none;
    color: #01010E;
    font-family: Montserrat Medium;
    height: 100px;
}

.download_form .gform_button {
    border-radius: 100px !important;
    width: 120px !important;
    height: 120px !important;
    margin-right: -20px;
    margin-bottom: -20px !important;
}

.download_form .gform_title {
    display: none;
}

.download_form .gform_button {
    align-self: initial !important;
}

.download_form .gform_button {
    align-self: initial !important;
    margin-bottom: 0 !important;
    border-radius: 50px;
    padding: 0;
    width: 100px;
    background: #CDAB7F;
    border: none;
    color: #01010E;
    font-family: Montserrat Medium;
    height: 140px;
    border-radius: 100px !important;
    width: 140px !important;
    height: 140px !important;
    margin-right: -20px;
    margin-bottom: -20px !important;
}

.download_form .gform_footer.top_label {
    padding: 0 !important;
    margin: 0 !important;
}

.download_form #input_1_1:focus-visible {
    outline: none;
}

.download_form .gfield_required {
    display: none !important;
}

.download_form #gform_1 {
    display: flex;
    justify-content: space-around;
}

.executive_wealth {
    padding: 10rem 10% 2rem;
    position: relative;
    width: 100%;
    top: -7rem;
    z-index: 9;
    background-image: url(/wp-content/uploads/2023/10/podcast-banner-signia-pod-page.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #282828;
}

.title_executive_wealth h2 {
    color: #951cff;
    font-family: 'Montserrat Medium';
    font-size: 35px;
}

.title_executive_wealth p {
    color: #F4F4F4;
    font-family: 'Montserrat Regular';
    padding-top: 1rem;
}

.inner_Listen_platform {
    color: #888888;
    font-family: 'Montserrat Regular';
}

.inner_Listen_platform img {
    padding: 0 1rem;
}

.Listen_platform {
    padding-bottom: 3rem;
}

.inner_latest_ep {
    color: #951cff;
    font-family: 'Montserrat Medium';
}

.latest_episodes_main {
    display: flex;
    padding-bottom: 1rem;
}

.all_episodes {
    text-align: right;
}

.all_episodes a {
    color: #888888;
    font-family: 'Montserrat Medium';
    text-decoration: none;
}

.podcast_data {
    border-top: 2px solid #636363;
    padding-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.podcast_allinfo {
    display: flex;
}

.episod_number {
    color: #951cff;
    font-family: 'Montserrat Medium';
}

.title_podcast a {
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat Medium';
}

.listen_to_episide a {
    color: #888;
}

.listen_to_episide {
    padding-top: 1rem;
}

.listen_to_episide img {
    margin-right: 1rem;
}

.page-template-contact-page-template .contact_Desc {
    color: #fff;
}

.contact_Desc {
    color: #000;
    font-size: 25px;
    font-family: 'Montserrat Regular';
    line-height: 32px;
    padding-top: 2rem;
}

.leadership_dis {
    color: #212121;
    font-family: Montserrat Medium;
    padding-bottom: 2rem;
}

.onyact_ttkle {
    font-family: 'Montserrat Medium';
    color: #A1A1A1;
    font-size: 25px;
}

.contact_bottom {
    padding: 0 10% 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conatct_form_bottom {
    padding-top: 3rem;
}

.conatct_form_bottom input {
    font-family: 'Montserrat Medium';
    background: transparent;
    border: none;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
}

.conatct_form_bottom::placeholder {
    color: #a1a1a1 !important;
    font-family: 'Montserrat Medium';
}

.conatct_form_bottom select {
    font-family: 'Montserrat Medium';
    cursor: pointer;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
}

.conatct_form_bottom textarea {
    font-family: 'Montserrat Medium';
    height: 100px !important;
    background: transparent;
    border-bottom: 1px solid #E9E9E9 !important;
    border-radius: 0;
    border: none;
}

.conatct_form_bottom textarea::focus-visible,
.conatct_form_bottom select::focus-visible,
.conatct_form_bottom input::focus-visible {
    outline: none;
}

.conatct_form_bottom #gform_submit_button_2 {
    background: #BE9A6B;
    color: #fff;
    border: none !important;
    font-family: 'Montserrat Medium';
    padding: 18px 3rem;
}

.wherE_title_only {
    color: #01010E;
    font-size: 25px;
    font-family: 'Montserrat Medium';
    line-height: 32px;
    padding-bottom: 1rem;
}

.shadow_where_next {
    background: linear-gradient(57.84deg, #010113 29.87%, rgba(1, 1, 19, 0) 86.95%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.where_nextrow {
    position: relative;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
}

.where_next_title {
    color: #fff;
    position: absolute;
    z-index: 9;
    padding: 0rem 0 2rem 3rem;
    bottom: 0;
    font-size: 25px;
    font-family: 'Montserrat Regular';
    line-height: 32px;
}

.where_nextrow {
    position: relative;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
}

.image_where_next {
    position: relative;
    text-align: right;
    padding: 10px;
}

.where_next_title a {
    color: #fff;
    text-decoration: none;
}

#colophon {
    background: #282828;
    padding: 7rem 10% 2rem;
}

.col-md-8.footer_left {
    display: flex;
}

.inner_footer {
    display: flex;
    padding-bottom: 3rem;
    justify-content: space-between;
}

.navigarion_num {
    color: #BE9A6B;
    font-family: 'Montserrat Regular';
}

.naviagtion_link a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat Medium';
}

.naviagtion_link {
    padding-bottom: 3rem;
}

.footer-copyright {
    display: flex;
    align-items: center;
}

.footer_right,
.branding_row {
    font-family: 'Montserrat Medium';
    text-align: right;
    color: #fff;
}

.copyright_tet {
    font-family: 'Montserrat Medium';
    color: #fff;
    font-size: 13px;
}

.footer_right_inner a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 1rem;
}

.footer_right_inner {
    padding-bottom: 1rem;
}

.branding_row a {
    text-decoration: none;
}

.banner_shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(255.76deg, #282828 49.08%, rgba(16, 28, 50, 0) 82.05%);
}

.banner_sub_heading {
    color: #fff;
    font-family: Montserrat Medium;
    font-size: 20px;
    padding-top: 1rem;
    letter-spacing: 5px;
}

.about_banner {
    background-color: #282828;
    padding: 15rem 5% 0rem 0;
}

.about_banner_title {
    color: #F4F4F4;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 15px;
    font-family: Montserrat Medium;
    text-transform: uppercase;
}

.inner_abnput_banner {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 9;
}

.how_do_it_banenr a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat Medium;
}

.how_do_it_banenr {
    padding-bottom: 2rem;
    padding-top: 12rem;
}

.about_stairs {
    display: flex;
    z-index: 9;
    position: relative;
}

.about_thidstairs {
    background: #F4F4F4;
}

.about_secondstairs {
    padding-bottom: 5rem;
    background: #F4F4F4;
    margin-top: 5rem;
}

.left_about_text h2 {
    color: #010113;
    font-size: 40px;
    font-family: Montserrat Medium;
    padding-bottom: 2rem;
}

.left_about_text p {
    color: #636363;
    font-family: Montserrat Regular;
    line-height: 32px;
}

.inner_about_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_section {
    padding: 7rem 10%;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.values_stories_repeater {
    padding: 7rem 10%;
    background: #282828;
}

.title_value_search {
    color: #fff;
    font-size: 40px;
    font-family: Montserrat Medium;
    line-height: 40px;
}

.values_stories_desc {
    color: #951cff;
    font-family: 'Montserrat Regular';
    padding-top: 1rem;
    line-height: 30px;
}

.repatewr_div_sector {
    padding-top: 3rem;
    display: flex;
    justify-content: start;
    padding-bottom: 2rem;
    flex-wrap: wrap;
}

.repatewr_div_sector .signia_search_repeater {
    background: #282828;
    padding: 2rem;
    width: 31%;
    margin-bottom: 2rem;
    margin-right: 2%;
}

.signia_title {
    color: #fff;
    font-size: 22px;
    font-family: Montserrat Medium;
    line-height: 40px;
    padding: 1rem 0 0.5rem;
}

.signia_desc {
    color: #fff;
    font-family: 'Montserrat Regular';
}

.reasonable_value {
    text-align: right;
    color: #fff;
}

.inner_reason_value {
    color: #fff;
    font-size: 30px;
    font-family: Montserrat Medium;
    line-height: 40px;
}

.inner_Let_talk {
    padding-bottom: 2rem;
    color: #951cff;
    font-size: 30px;
    font-family: Montserrat Medium;
    line-height: 40px;
}

.Convalue_us {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat Medium;
}

.our_team_sec {
    padding: 7rem 10%;
    background-color: #F4F4F4;
    color: #010113;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.inner_our_team {
    font-size: 40px;
    font-family: Montserrat Medium;
    line-height: 40px;
    padding-bottom: 3rem;
}

.team_mem_title {
    background: #172134;
    padding: 2rem;
    color: #fff;
}

.member_name {
    font-size: 20px;
    font-family: Montserrat Medium;
    line-height: 40px;
}

.search_consultant {
    font-family: 'Montserrat Regular';
    padding-bottom: 1rem;
}

.social_media_team img {
    margin-right: 1rem;
}

.team_member_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-card .team_mem_image>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.services_banner {
    background-color: #282828;
    padding: 15rem 0rem 0rem 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.discovery_section {
    background: #f4f4f4;
    padding: 7rem 10%;
}

.icon_services h2 {
    color: #010113;
    font-size: 40px;
    font-family: Montserrat Medium;
    padding: 1rem 0;
    margin-bottom: 0;
}

.icon_services h5 {
    font-family: Montserrat Medium;
    padding-bottom: 2rem;
}

.icon_services p {
    color: #636363;
}

.inner_discovery_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.icon_services p {
    color: #636363;
    font-family: Montserrat Regular;
    line-height: 32px;
}

#candiate_roe {
    background: #fff;
}

.discovery_section:nth-child(3) {
    background: #fff;
}

.discovery_section:nth-child(3) .inner_discovery_sec {
    flex-direction: row-reverse;
}

.discovery_section:nth-child(4) {
    background-image: url(/wp-content/uploads/2023/10/Layer_1-2-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.statiics_section {
    padding: 7rem 10%;
    background: #282828;
}

.title_statuic {
    color: #fff;
    font-size: 35px;
    font-family: Montserrat Medium;
    text-align: center;
    width: 50%;
    margin: auto;
    line-height: 40px;
}

.number_repeater {
    display: flex;
    justify-content: center;
    border: 1px solid #951cff;
    padding: 5rem 2rem 5rem;
    margin-top: 4rem;
}

.main_mumber_static {
    width: 50%;
    text-align: center;
    padding: 0 10%;
}

.mumber_static {
    color: #fff;
    font-size: 35px;
    font-family: Montserrat Bold;
    text-align: center;
}

.main_mumber_static:first-child {
    border-right: 4px solid #951cff;
}

.number_desc_row {
    font-family: Montserrat Regular;
    line-height: 22px;
    color: #fff;
}

.statistics_desc {
    padding: 3rem 0;
    text-align: center;
    color: #F3F3F3;
    font-family: Montserrat Regular;
}

.logo_slider_bottom {
    text-align: center;
}

.logo_slider_bottom img {
    margin: 0 2rem;
}

.faq li.q {
    font-weight: bold;
    font-size: 100%;
    cursor: pointer;
    display: flex;
    position: relative;
}

.faq,
.faq li {
    list-style: none !important;
}

.title_faq {
    color: #be9a6b;
    font-family: Montserrat Medium;
    padding-bottom: 1rem;
}

.Our_Approach {
    padding: 7rem 10%;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.big_title_faq {
    color: #010113;
    font-size: 40px;
    font-family: Montserrat Medium;
    margin-bottom: 0;
    line-height: 50px;
}

.faq {
    padding: 0;
    margin: 0;
}

.faq_aboutpage {
    padding-top: 3rem;
}

.faqquestion_answers .q p {
    margin-bottom: 0;
    font-size: 22px;
    font-family: Montserrat Regular;
}

.faqquestion_answers {
    position: relative;
}

.faqquestion_answers {
    border-bottom: 1px solid #D1CACA;
    padding: 3rem 0;
}

.sign {
    position: absolute;
    right: 0;
    font-size: 35px;
    font-family: Montserrat Regular;
}

.faqquestion_answers .a p {
    color: #636363;
    margin-bottom: 0;
}

.faqquestion_answers .a {
    padding-top: 1rem;
}

.page-template-services-template .all_case_study {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.discovery_section:nth-child(5) {
    background: #fff;
}

.discovery_section:nth-child(5) .inner_discovery_sec {
    flex-direction: row-reverse;
}

.right_candidate_image a {
    position: relative;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.hp-shadow-candidate {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: 0.7;
    border-radius: 50%;
}

.right_candidate_image {
    position: relative;
}

.right_candidate_image a>img {
    z-index: 9;
}

.right_candidate_image {
    position: relative;
    height: 30rem;
    border-radius: 50%;
    width: 30rem;
}

.main_first_about {
    position: relative;
    overflow: hidden;
}

.text_full_row h4 {
    font-family: Montserrat Regular;
    padding-bottom: 2rem;
}

.text_full_row h2 {
    color: #fff;
    font-family: Montserrat Medium;
    line-height: 45px;
}

.icon_discover {
    background: #010113;
    padding: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
    width: 48%;
}

.inner_dscover_future {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.discover_future {
    padding: 0rem 10% 7rem;
    background-color: #f4f4f4;
    position: relative;
}

.discover_title {
    font-family: Montserrat Medium;
    font-size: 16px;
    padding: 2rem 0;
}

.discover_desc {
    font-family: Montserrat Regular;
    color: #A1A1A1;
}

.discover_future_repeater {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonials_slider_main {
    padding: 7rem 10%;
    background-color: #282828;
    position: relative;
    overflow: hidden;
}

.inner_testimonial_slider {
    color: #be9a6b;
    font-family: Montserrat Medium;
    padding-bottom: 1rem;
    font-size: 35px;
}

.customer_quote {
    color: #E8E8E8;
    font-family: Montserrat Medium;
    line-height: 30px;
    font-size: 15px;
}

.our_reply {
    width: 400px;
    border-top: 3px solid #E9E9E9;
    margin-top: 2rem;
    padding-top: 1rem;
    color: #A1A1A1;
}

.image_text_team {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.testimonial_image img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.testmonial_name {
    color: #E8E8E8;
    font-family: Montserrat Medium;
    font-size: 20px;
}

.testmonial_position {
    color: #A1A1A1;
}

.tetsimonials_quote .slick-arrow {
    position: absolute;
    font-size: 0;
    border: 0;
    padding: 0;
    z-index: 99;
}

.tetsimonials_quote .slick-prev::before {
    content: url(/wp-content/uploads/2023/10/Right.png);
    width: 20px;
    height: 20px;
    position: absolute;
}

.tetsimonials_quote .slick-next::before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: url(/wp-content/uploads/2023/10/Left.png);
}

.tetsimonials_quote .slick-next {
    left: 35%;
    bottom: 17%;
    background: transparent;
}

.tetsimonials_quote .slick-prev {
    bottom: 17%;
    left: 30%;
}

#candidate_download .inner_Download_Whitepapermain {
    width: 100%;
}

#exetuive_candidate {
    top: 0;
    padding-top: 5rem;
}

.case_stufy_page_row .key-widget-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_stufy_page_row .key-widget-row .casestudy_data {
    width: 48%;
    margin-bottom: 3rem;
}

.case_stufy_page_row {
    background-color: #F4F4F4 !important;
    padding: 7rem 10% !important;
    background-image: url(/wp-content/uploads/2023/10/Layer_1-2-5.png) !important;
    background-repeat: no-repeat;
}

.case_stufy_page_row .all_case_study {
    padding: 0 !important;
    background-color: #F4F4F4 !important;
}

.case_stufy_page_row .case_study_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.page-casestudy-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-casestudy-row .casestudy_data {
    width: 48%;
    margin-bottom: 2rem;
    position: relative;
}

.page-casestudy-row .blog-o-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.key-widget-row .casestudy_data {
    width: 48%;
    margin-bottom: 2rem;
    position: relative;
}

.key-widget-row .blog-o-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.single_casestudy {
    padding: 10rem 10% 5rem;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case_stitle {
    color: #951cff;
    font-family: Montserrat Bold;
    font-size: 35px;
    font-weight: bold;
}

.case_stufy_posttitle {
    font-family: Montserrat Medium;
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    padding: 1rem 0;
}

.all_features a {
    color: white;
    text-decoration-color: #BA9462;
}

.inner_single_case {
    text-align: center;
}

.case_study_row {
    padding: 7rem 10%;
}

.inner_case_study_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.big_case_title {
    font-size: 18px;
    font-family: Montserrat Bold;
    letter-spacing: 0;
    color: #282828;
    padding-bottom: 1rem;
}

.the_business p {
    color: #333;
    font-family: 'Montserrat Regular';
    line-height: 28px;
}

.candidate_feedback_section {
    font-family: 'Montserrat Medium';
    color: #242424;
    padding: 2rem;
    margin-bottom: 2rem;
    background-image: url("/wp-content/uploads/2023/10/testimonial.png");
}

.canidate_title_top {
    font-size: 25px;
    font-family: Montserrat Bold;
    padding-bottom: 10px;
}

.case_repeatertitle {
    font-size: 20px;
    width: 100%;
    color: #000;
    font-family: 'Montserrat Medium';
    text-align: center;
}

.case_study_number {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    font-family: Montserrat Bold;
    color: #000;
}

.inner_number_repeater_case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.case_study_repeater {
    background-image: url("/wp-content/uploads/2023/10/circle.png");
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 4rem 1rem 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.branding_row a:hover {
    color: #7400FC;
}

.branding_row a {
    color: #fff;
}

.all_insight_posts {
    background: #f4f4f4;
}

.row_posts_blogs {
    width: 48.5%;
    margin-bottom: 2rem;
    position: relative;
}

.col-md-12.inner_posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0rem 10% 0;
    background: #f4f4f4;
}

.row_posts_blogs .inner_left_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.row_posts_blogs .inner_left_block {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.row_posts_blogs:hover .casestudy_category {
    background: #951cff;
    color: #fff;
}

#insiught_cbanner .insight_bannertitle {
    color: #fff;
    font-size: 50px;
    z-index: 9;
    position: relative;
}

#insiught_cbanner {
    padding: 15rem 0% 7rem 10%;
}

.single_post_banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    background-position: top;
}

.insight_single_breadcrumb {
    position: absolute;
    font-family: 'Montserrat Medium';
    bottom: 0;
    padding: 0 10% 1rem;
    color: #fff;
    z-index: 9;
}

.insight_single_breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.single-post .single_post_banner .banner_shadow {
    background: linear-gradient(255.76deg, #282828 29.08%, rgba(16, 28, 50, 0) 99.05%) !important;
}

.single-post {
    background: #F4F4F4;
}

.social-share-block a {
    color: #951cff;
    text-decoration: none;
    padding: 0 6px;
}

.single_blog_content {
    padding: 0 10%;
}

.share_article-row h4 {
    font-size: 16px;
    color: #951cff;
    font-family: Montserrat Medium;
    font-weight: bold;
}

.social-share-block {
    background: #111D33;
    padding: 12px 10px;
    text-align: center;
}

.social-share-block a {
    color: #951cff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 25px;
}

.single_blog_content {
    padding: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F4F4F4;
}

.single_post_left {
    padding-top: 3rem;
    padding-bottom: 7rem;
}

.single_post_left {
    position: sticky;
    top: 5rem;
}

.single_post_left::-webkit-scrollbar {
    display: none;
}

.gform_required_legend {
    display: none;
}

.early_access_insight {
    background: #951cff;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.early_access_titlr {
    color: #fff;
    font-size: 25px;
    font-family: Montserrat Medium;
    padding-bottom: 0.5rem;
    line-height: 40px;
}

.early_access_list .li_points {
    font-family: Montserrat Medium;
    color: #282828;
    font-weight: bold;
    padding: 0.4rem 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: baseline;
}

.early_access_list {
    padding-top: 1rem;
}

.early_access_insight .gform_footer.top_label {
    position: absolute;
    right: 0;
    bottom: 0;
}

.early_access_insight .download_form #gform_submit_button_1 {
    border-radius: 100px !important;
    width: 140px !important;
    height: 140px !important;
    margin-right: -20px;
    margin-bottom: -20px !important;
}

.inner_executive_wealth .inner_Listen_platform img {
    padding: 0 0.5rem;
}

.single-post .inner_executive_wealth {
    background: #282828;
    padding: 30px;
}

.inner_executive_wealth .Listen_platform {
    padding-bottom: 1rem !important;
}

.podcast_event {
    color: #F4F4F4;
    padding-bottom: 1rem;
    font-family: Montserrat Regular;
}

.View_episodes a {
    color: #951cff;
    text-decoration: none;
    font-family: Montserrat Medium;
}

.single_post_right {
    position: relative;
    top: -10rem;
    height: 100% !important;
    background: #F4F4F4;
    padding: 4rem;
}

.single_post_title {
    color: #1b2436;
    font-size: 35px;
    font-family: Montserrat Medium;
    line-height: 45px;
    border-bottom: 2px solid #E6E7E8;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.author_section {
    display: flex;
    border-bottom: 2px solid #E6E7E8;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    align-items: center;
}

.authori_img img {
    border-radius: 50px;
}

.author_label {
    color: #951cff;
    font-size: 16px;
    font-family: Montserrat Medium;
}

.author_name_post {
    color: #1b2436;
    font-size: 20px;
    font-family: Montserrat Medium;
    font-weight: bold;
}

.connect_authpr a {
    color: #1b2436;
    font-size: 16px;
    font-family: Montserrat Medium;
    font-weight: bold;
    text-decoration: none;
}

.post_content p,
.post_content .wp-element-caption {
    color: #242424;
    line-height: 35px;
    font-family: Montserrat Medium;
}
.single-post .all_insight {
    padding: 5rem 10% 2rem!important;
}

.small_executive img {
    width: 100%;
}

.inner_contact_map {
    background: #111D33;
    padding: 1.5rem;
    border-radius: 5px;
    font-family: Montserrat Regular;
    color: #fff;
    display: flex;
}

.address_contact {
    color: #B5B5B5;
    line-height: 25px;
}

.address_on_label {
    font-weight: bold;
    padding-bottom: 0.5rem;
}

.email_label {
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.email_data_con a {
    color: #951cff;
    text-decoration: none;
}

.phone_contact_site {
    padding-top: 2rem;
}

.contact_map_info {
    background-image: url(/wp-content/uploads/2023/10/Group-901.png);
    padding: 18rem 20% 4rem;
    background-size: cover;
    background-repeat: no-repeat;
}

#contact_page_form {
    background: #f4f4f4;
    padding: 7rem 10%;
    justify-content: space-between;
}

#contact_page_form .early_access_insight {
    margin-top: 0 !important;
}

#contact_page_form .Where_next>img {
    width: 100% !important;
}

#contact_page_form .Where_next {
    position: relative;
}

.start_now_btn button {
    border-radius: 100px !important;
    width: 140px !important;
    height: 140px !important;
    margin-right: -20px;
    margin-bottom: -20px !important;
    align-self: initial !important;
    border-radius: 50px;
    padding: 0;
    width: 100px;
    background: #CDAB7F;
    border: none;
    color: #01010E;
    font-family: Montserrat Medium;
    height: 100px;
}

.start_now_btn button a {
    color: #01010E;
    text-decoration: none;
}

.start_now_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

#contact_page_form .early_access_insight {
    padding: 2rem !important;
}

.leadership_dis {
    color: #212121;
    font-family: Montserrat Medium;
    padding-bottom: 2rem;
}

#contact_page_form .start_now_btn button {
    border-radius: 100px !important;
    width: 200px !important;
    height: 200px !important;
    margin-right: -20px;
    margin-bottom: -40px !important;
    font-size: 20px;
}

.ops-club-banner {
    background-color: #282828;
    text-align: center;
}

.inner_ops_club {
    padding: 12rem 10% 0rem;
}

.ops_clubtitle {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 5px;
    font-family: Montserrat medium;
}

.ops_banner_desc {
    padding-top: 2rem;
    color: #fff;
    font-family: Montserrat Regular;
}

.ops-club_video {
    padding: 4rem 0 7rem;
}

.page-template-services-template {
    background: #f4f4f4;
}

.inner_our_journey {
    font-family: Montserrat medium;
}

.inner_our_journey p {
    padding-top: 1rem;
    font-family: Montserrat Regular;
    line-height: 32px;
    color: #F0F2F6;
}

.club_img_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Benefits_Joining {
    padding: 7rem 10%;
    border-bottom: 2px solid #40495B;
    background-color: #282828;
    color: #fff;
}

.Benefits_Joining h3 {
    font-size: 35px;
    font-family: Montserrat medium;
}

.benefits_repeater {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image_benfots_joining {
    padding: 2rem 0;
}

.joining_image {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.joining_titile {
    padding: 1rem 0;
    color: #BE9A6B;
    font-family: Montserrat Medium;
}

.joining._desc {
    font-family: Montserrat Regular;
    color: #F0F2F6;
}

#ops_club_testimonials {
    padding: 7rem 10% !important;
    background-color: transparent !important;
    background-image: none !important;
}

.join_us_ops {
    font-family: 'Montserrat Medium';
    color: #951cff;
    font-size: 16px;
}

.join_ops_bottom {
    color: #fff;
    padding: 5rem 0 0 0;
}

.join_us_ops_desc {
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat Regular';
    line-height: 32px;
}

.join_ops_bottom .conatct_form_bottom input::placeholder,
.join_ops_bottom .conatct_form_bottom textarea::placeholder,
.join_ops_bottom #input_2_4 {
    color: #fff !important;
    opacity: 1 !important;
}

.about_oyr_journey input::placeholder,
.about_oyr_journey textarea::placeholder,
.about_oyr_journey #input_2_6,
.about_oyr_journey select {
    color: #fff;
    opacity: 1;
}

.join_ops_bottom {
    color: #fff;
    padding: 5rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.page-template-ops-club-template {
    background: #f4f4f4;
}

.insight_desc_page {
    color: #fff;
    font-family: 'Montserrat Medium';
    position: relative;
    z-index: 9;
    padding-top: 1rem;
}

.podcast_main_banner {
    height: 750px;
    display: flex;
    align-items: end;
    padding-left: 10%;
    padding-bottom: 4rem;
    position: relative;
    background-image: url(/wp-content/uploads/2023/10/podcast-banner-signia-pod-page.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #282828;
}

.podcast_title_banner {
    color: #F4F4F4;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 15px;
    font-family: Montserrat Medium;
    text-transform: uppercase;
}

.podcast_desc_banner {
    color: #F4F4F4;
    padding: 2rem 0;
    font-family: Montserrat Medium;
    line-height: 32px;
}

.page-template-podcast-page {
    background: #f4f4f4;
}

.podcast_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.podcast_inner_data {
    padding: 7rem 10%;
    background-color: #f4f4f4;
    background-image: url("/wp-content/uploads/2023/10/Layer_1-23.png");
    background-repeat: no-repeat;
    background-position: right;
}

.podcast_data .blog-o-link {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
}

.podcast_data .insight_title {
    font-size: 25px !important;
    font-family: Montserrat Regular !important;
    padding: 1rem 0 2rem;
}

.podcast_acf-top,
.date_podcast {
    color: #951cff;
    font-family: Montserrat Medium;
}

.read_article {
    font-family: Montserrat Medium;
    color: #3C3C3C !important;
    text-decoration: none;
}

.podcast_data.insight_data {
    border-bottom: 1px solid #D1CACA !important;
    border-top: 0 !important;
    padding-bottom: 4rem;
}

.custom_navigation_search button {
    background: #951cff;
    color: #fff;
    border: none;
    padding: 15px 2rem;
}

.custom_navigation_search button .fa.fa-chevron-left {
    padding-right: 10px;
}

.custom_navigation_search .fa.fa-chevron-right {
    padding-left: 10px;
}

.page-template-podcast-page-template .contact_bottom {
    background: #f4f4f4;
    padding: 0;
}

.stories_leading {
    color: #fff;
    font-family: Montserrat Medium;
}

.all-insight-row {
    align-items: center;
    display: flex;
    background: #0d172a;
    color: #fff;
    padding: 2rem;
    position: relative;
    top: -9rem;
}

#cat_title {
    width: 100%;
}

.view_all_case-btn {
    display: flex;
}

.search_cat_telent {
    background: transparent;
    border: none !important;
}

#cat_title::placeholder {
    opacity: 1;
    color: #fff;
}

#cat_title {
    border-bottom: 1px solid #D1CACA !important;
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 0;
}

.podcast_data.insight_data:first-child {
    padding-top: 0;
}

#cat_title:focus-visible {
    outline: none;
}

.single-podcast .single_post_banner {
    padding: 10rem 10%;
}

.single-podcast .insight_single_breadcrumb {
    padding: 0;
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.single-podcast .single_post_banner {
    height: 610px;
}

.single-podcast .single_post_banner {
    padding: 10rem 10% 5rem;
    background: #282828;
}

.single-podcast .single_post_banner {
    height: 660px;
}

.job_filters_posts {
    align-items: center;
    display: flex;
    color: #fff;
    padding: 0rem;
    position: relative;
    top: 0rem;
    margin: auto;
}

.job_filters_posts #cat_title {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #951cff5C !important;
    border: none;
    color: #fff;
    border-radius: 0;
    height: 40px;
}

.search_keywords {
    padding-right: 1rem;
}

.search_cat {
    background: transparent;
    border: none !important;
}

.search_jobs {
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    background: #282828;
    padding: 2rem;
    top: -4rem;
    align-items: center;
}

.filter_insight_label {
    color: #fff;
    font-family: Montserrat Medium;
}

.search_categories #search_categories {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #951cff5C !important;
    color: #fff;
    border-radius: 0;
    height: 40px;
}

.search_jobs {
	margin-left: 10%;
	position: relative;
	z-index: 9;
}

.search_categories #search_categories option {
    background: #000;
}

.insight_next_prev button {
    background: #951cff;
    color: #fff;
    border: none;
    padding: 15px 2rem;
}

.insight_next_prev {
    padding: 0rem 10% 0;
    background: #f4f4f4;
}

.insight_next_prev .fa.fa-chevron-left {
    padding-right: 10px;
}

.insight_next_prev .fa.fa-chevron-right {
    padding-left: 10px;
}

.job_filters_posts #cat_title,
#search_categories {
    cursor: pointer;
}

.insight_next_prev {
    padding: 0rem 10% 5rem;
    background: #f4f4f4;
    text-align: right;
}

.overlay {
    width: 100% !important;
}

.Convalue_us {
    color: #fff !important;
}

.page-template-aboutpage-template .all_insight {
    background-color: #F4F4F4;
    padding-top: 0;
}

input[type="file"],
.gform_button {
    border: none !important;
}

.bannr_btn_url img,
.how_do_it_banenr img,
.Convalue_us img {
    padding-left: 10px;
}

.bannr_btn_url a:hover,
.innerunder_right a:hover,
.view_casestudy a:hover,
.under_baner_right a:hover,
.how_do_it_banenr a:hover,
.Convalue_us:hover,
.all_episodes a:hover {
    color: #951cff !important;
}

.bannr_btn_url img,
.innerunder_right img,
.view_casestudy img,
.under_baner_left img,
.how_do_it_banenr img,
.Convalue_us img,
.all_episodes img {
    transition: all .7s ease;
    position: relative;
    left: 0;
}

.bannr_btn_url:hover img,
.under_baner_left img,
.view_casestudy:hover img,
.under_baner_left:hover img,
.Convalue_us:hover img,
.how_do_it_banenr:hover img,
.all_episodes:hover img {
    transition: all .7s ease;
    position: relative;
    left: 8px;
}

.data_talent a {
    text-decoration: none;
}

.single_post_left .team-card {
    width: 100%;
}

.single-case_study .inner_executive_wealth {
    background: #282828;
    padding: 25px;
}

.client_feedback_section {
    font-family: 'Montserrat Medium';
    color: #951cff;
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: #282828;
}

.single-case_study .stories_transform_main {
    padding-top: 5rem;
}

.title_podcast a:hover {
    color: #951cff !important;
}

.single-case_study .contact_bottom {
    background: #f4f4f4;
    padding-top: 5rem;
}

.single-case_study .case_Study_sec {
    position: relative;
    overflow: hidden;
    background: #0B111C;
}

.banner_topshadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #121E33 0%, rgba(19, 29, 52, 0) 43.29%);
}

.page-template-aboutpage-template {
    background-color: #F4F4F4;
}

.right_discovery_image {
    text-align: right;
}

.discovery_section:nth-child(3) .right_discovery_image {
    text-align: left;
}

.testimonials_slider_main .case_Study_sec,
.testimonials_slider_main .all_case_study {
    padding: 0;
    background: transparent !important;
}

.page-template-contact-page-template #masthead {
    background: #111D33 !important;
}

.early_access_insight a {
    color: #fff;
    text-decoration: none;
}

.page-template-case-studies .case_stufy_page_row,
.page-template-case-studies .all_case_study {
    background-image: none !important;
}

.page-template-insights-page-template .how_do_it_banenr {
    padding-bottom: 6rem;
}

.naviagtion_link:hover a {
    color: #951cff;
}

.circle_box {
    position: absolute;
    bottom: 0;
    top: 4rem;
}

.wave_inter {
    position: absolute;
    bottom: auto;
    top: 13rem;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.case_Study_sec {
    position: relative;
    overflow: hidden;
}

.main_stories_sec {
    background: #282828;
}

.banner_wave {
    position: absolute;
    top: 0;
}

.circle_graphic_about {
    position: absolute;
    right: 0;
    top: 0;
}

.team_wave {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.member_list_flex {
    position: relative;
    z-index: 9;
}

.page-template-services-template .stories_transform_main {
    padding-bottom: 3rem;
}

.testimonial_waves {
    position: absolute;
    right: 0;
    top: 0;
}

.ops_waves {
    position: absolute;
    bottom: -30rem;
    left: auto;
    right: 0;
    width: 100%;
    top: auto;
}

.inner_ops_club {
    position: relative;
    z-index: 9;
}

.ops_second_wave {
    position: absolute;
    right: 0;
    bottom: auto;
    width: auto;
    top: 0;
}

.our_journet_image {
    position: relative;
    z-index: 9;
}

.main_search_wave {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.executive_pod {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.branding_row {
    font-size: 13px;
}

.footer_right {
    font-size: 13px;
}

.copyright_tet a {
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

.right_image_about {
    position: relative;
    z-index: 9;
}

.podcast_banner_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.left_doscovery_row a:hover {
    color: #951cff !important;
}

.left_doscovery_row a {
    color: #1a1a1a;
    text-decoration: none;
    font-family: Montserrat Medium;
}

.left_doscovery_row img {
    padding-left: 10px;
}

.left_doscovery_row a:hover img {
    transition: all .7s ease;
    position: relative;
    left: 8px;
}

.left_doscovery_row img {
    transition: all .7s ease;
    position: relative;
    left: 0;
}

.home .statiics_section .inner_static_Section {
    padding-bottom: 3rem !important;
}

.embedded_artwork {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}

.embedded_code {
    position: relative;
    z-index: 9;
}

.single_links_social {
    color: #fff;
    padding: 1rem 0;
}

.singke_podcast_artwork .single_img_artwork {
    border: 1px solid #951cff;
}

.contact_title_main {
    font-size: 30px;
    padding-bottom: 2rem;
    line-height: 35px;
    font-family: Montserrat Medium;
}

.review_banner {
    background-color: #282828;
    text-align: center;
    padding: 7rem 10% 4rem;
}

.submit_review_btn button {
    margin-top: 3rem;
    background: #be9a6b;
    width: 350px;
    border-radius: 3px;
    color: #282828;
    border: none;
    padding: 14px 20px;
    font-family: 'Montserrat Medium';
}

.submit_review_btn button:hover {
    color: #be9a6b !important;
    background: #fff !important;
}

.page-template-download-template {
    background: #F4F4F4;
}

.download_main_row {
    background: #f4f4f4;
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.download_main_row .post_insight_title {
    display: block !important;
}

.download_main_row .insight_title {
    padding-bottom: 1rem;
}

.submit_review_btn button,
#gform_submit_button_4 {
    background: #be9a6b;
    border: 1px solid #be9a6b;
    padding: 14px 20px;
    font-family: 'Montserrat Medium';
}

.submit_review_btn button:hover {
    color: #be9a6b;
    background: #fff;
}

.download_main_row .row_posts_blogs {
    width: 32%;
}

#download_ebook {
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 5px !important;
}

#download_ebook {
    height: 100%;
    max-height: 100% !important;
}

.lity {
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0.9) !important;
}

.pop-form-title {
    font-size: 30px;
    font-family: Montserrat Medium;
    color: #010113;
}

#gform_fields_4 input {
    background: transparent;
    border: 1px solid #c7c9c9;
    height: 52px;
    border-radius: 5px;
    color: #333;
    padding-left: 20px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.faq_all_main {
    padding: 0 10% 5rem;
}

.privacy-policy_row {
    padding: 5rem 10%;
    background: #F4F4F4;
    font-family: 'Montserrat Medium';
}

.copyright_tet a:hover {
    color: #951cff;
}

.footer_left {
    display: flex;
}

.footer-copyright .fa-linkedin {
    font-size: 22px;
    color: #BE9A6B;
    position: relative;
    top: 6px;
}

.case_study_logo img {
    padding-right: 1rem;
}

.page-template-contact-page-template .services_banner {
    padding: 15rem 0rem 4rem 0 !important;
}

.home_under_banner .number_repeater {
    display: flex;
    justify-content: center;
    border: 1px solid #951cff;
    padding: 5rem 2rem 5rem;
    margin-top: 4rem;
    background: #282828;
}

.tab-flex {
    display: flex;
    justify-content: space-between;
    padding: 4rem 2rem;
    border-radius: 0;
    align-items: center;
}

.tab-left {
    width: 50%;
}

.tab-right {
    width: 45%;
}

.tab-content h2 {
    color: #010113;
    font-size: 40px;
    font-family: Montserrat Medium;
    margin-bottom: 0;
    line-height: 50px;
    padding-bottom: 1rem;
}

.tab-content p {
    font-family: Montserrat Medium;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 0;
}

#homepage_tabs .tablinks.active {
    background: transparent;
    color: #951cff;
    border-bottom: 2px solid #951cff !important;
}

.tablinks {
    border-right: 1px solid #e2e2e2;
    width: 16.66%;
}

.tab {
    text-align: center;
}

#faq_services_sec li.a a {
    text-decoration: none;
}

.blue_testimonial {
    padding: 7rem 10%;
    background: #282828;
    border-bottom: 1px solid #fff;
}

.text_full_row p {
    font-family: Montserrat Regular;
    padding-bottom: 2rem;
    color: #fff;
}

.text_full_row p::before {
    content: url("/wp-content/uploads/2023/11/quote-left.png");
    margin-right: 10px;
}

.quote_before::before {
    content: url("/wp-content/uploads/2023/11/quote-left.png");
    margin-right: 10px;
}

.quote_before,
.quote_after {
    font-style: italic;
    font-weight: bold;
}

.quote_before::after {
    content: url("/wp-content/uploads/2023/11/quote.png");
    position: relative;
    top: 13px;
    margin-left: 7px;
}

.page-template-candidate-page-template .stories_transform_main {
    padding: 0 10% 3rem 0;
}

.page-template-candidate-page-template .main_first_about {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.page-template-candidate-page-template .faq_aboutpage {
    padding-top: 0rem;
    position: relative;
    z-index: 999;
}

.page-template-candidate-page-template .faqquestion_answers:first-child {
    padding-top: 0;
}

.page-template-candidate-page-template .inneR_title_stories {
    font-size: 35px;
    color: #1a1a1a;
    font-family: Montserrat Medium;
}

.page-template-candidate-page-template {
    background: #f4f4f4;
}

.single_links_social a {
    padding: 0 10px;
}

.leadership_dis .fab.fa-linkedin {
    font-size: 25px;
}

.three_design_box {
    padding: 5rem 10%;
}

.three_title_sec {
    font-size: 35px;
    font-family: Montserrat Medium;
    color: #951cff;
    text-align: center;
    padding-bottom: 1rem;
}

.three_desc_sec {
    font-family: Montserrat Medium;
    line-height: 30px;
    text-align: center;
    color: #010113;
}

.bottom_design_skill {
    display: flex;
    padding-top: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.skill_title {
    font-size: 35px;
    font-family: Montserrat Bold;
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
}

.skill_talent_exec:nth-child(2) {
    border-top: #951cff solid 0.875rem !important;
}

.link_skill_talent button:hover {
    background: transparent !important;
    color: #fff !important;
}

.link_skill_talent button {
    background: #951cff;
    color: #fff;
    border: 1px solid #951cff !important;
    border: none;
    font-family: Montserrat Medium;
    padding: 1rem 25px;
}

.bottom_design_skill .skill_talent_exec {
    width: 31%;
    text-align: center;
    border: 1px solid;
    padding: 2rem;
    position: relative;
}

.signia_process_desc {
    color: #fff;
    font-family: Montserrat Medium;
    padding: 1rem 0 2rem;
    font-size: 14px;
}

.tab {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

.tab_content_title {
    font-size: 35px;
    font-family: Montserrat Medium;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 2rem;
}

#homepage_tabs .tablinks {
    width: 100% !important;
    text-align: center !important;
}

#homepage_tabs {
    padding: 5rem 10% 0;
}

.our_secors_tabs {
    color: #010113;
    font-size: 40px;
    line-height: 50px;
    font-family: Montserrat Medium;
    padding-bottom: 2rem;
}

#homepage_tabs .tab-content .tab-box-title {
    line-height: 20px;
}

#homepage_tabs .tab-content p {
    line-height: 30px;
    font-size: 16px !important;
    color: #636363;
}

.tab-content ul {
    margin-left: 0;
    padding-left: 10px;
    padding-top: 5px;
    line-height: 30px;
    font-size: 16px !important;
    font-family: Montserrat Medium;
}

.tab-right img {
    width: 100%;
}

#case_serv_row .view_casestudy a {
    color: #010303;
}

#services_page_cinsight {
    padding: 0rem 10% 2rem;
}

#case_serv_row {
    padding: 5rem 0;
}

.discover_future h2 {
    color: #010113;
}

.case_Study_sec.all_case_study .view_casestudy a {
    color: #1a1a1a;
}

.about_oyr_journey {
    padding: 2rem 10% 7rem;
    color: #1a1a1a;
    position: relative;
    overflow: hidden;
    background: #F4F4F4;
}

.inner_our_journey p {
    padding-top: 1rem;
    font-family: Montserrat Regular;
    line-height: 32px;
    color: #1a1a1a;
}

#ops_club_testimonials .customer_quote,
#ops_club_testimonials .testmonial_position,
#ops_club_testimonials .testmonial_name {
    color: #1a1a1a !important;
}

.page-template-ops-club-template .faq_all_main {
    padding: 7rem 10% !important;
    background: #282828;
    color: #fff;
}

.page-template-ops-club-template .faq_aboutpage {
    padding-top: 0;
}

.page-template-ops-club-template .faqquestion_answers .a p {
    color: #fff;
    margin-bottom: 0;
}

#ops_club_testimonials .slick-arrow {
    display: none;
}

.single-podcast .single_post_title {
    color: #fff;
}

.single_post_right .post_content iframe {
    margin-bottom: 3rem;
}

.cyber_logo {
    margin-bottom: 1rem;
}

.new_faq {
    background: #282828;
    padding: 5rem 10%;
    color: #fff;
}

.signia_promise_desc {
    font-family: Montserrat Medium;
    line-height: 45px;
    font-size: 35px;
    padding-bottom: 3rem;
}

.faq_aboutpage h3 {
    font-family: Montserrat Medium;
    line-height: 45px;
    font-size: 35px;
    margin-bottom: 0;
}

.single-case_study .single_blog_content {
    padding-bottom: 5rem;
}

.new_faq .a p {
    color: #fff;
    font-size: 16px;
    font-family: Montserrat Medium;
}

.page-template-candidate-page-template .case_Study_sec.all_case_study {
    padding-bottom: 0;
}

.custom_navigation_search {
    text-align: right;
}

.all_podcast {
    padding-bottom: 5rem;
}

.early_access_list .li_points::before {
    content: url(/wp-content/uploads/2023/10/icons8-checkmark-1-3.png);
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.team-card {
    width: 24%;
    margin-bottom: 2rem;
    margin-right: 1%;
}

.inner_helping_componies {
    display: none;
}

.bothooter_logos {
    display: flex;
    justify-content: space-between;
}

.cyber_logo {
    width: 130px;
}

.cyber_logo img {
    margin-bottom: 1rem;
}

.inner_single_sidebar {
    position: relative;
}

.executive_sodevar_text {
    font-size: 30px;
    font-family: Montserrat Medium;
    color: #951cff;
    position: absolute;
    top: 0;
    padding: 1.5rem;
    height: 100%;
    width: 100%;
    line-height: 35px;
    top: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -35%);
    left: 50%;
    top: 60%;
}

.platfirm_sidebar {
    background: #282828;
    padding: 1.5rem;
    color: #F4F4F4;
    font-family: Montserrat Medium;
    position: relative;
    z-index: 9;
}

.listen_text {
    color: #888;
}

.inner_platfirm_sidebar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.social_sidebar img {
    padding: 0 5px;
}

.episodes_sidebar {
    padding-top: 1rem;
    color: #951cff;
}

.episodes_sidebar img {
    margin-left: 10px;
}

.page-template-ops-club-template .executive_wealth {
    top: 0 !important;
    padding: 5rem 10% 1px !important;
}

.under_home_banner_right {
    color: #636363;
    font-family: Montserrat Regular;
    line-height: 32px;
    font-size: 16px;
    padding: 2rem 0 1rem;
}

.under_baner_left a {
    color: #010113;
    font-size: 16px;
    text-decoration: none;
}

.under_baner_left a img {
    margin-left: 10px;
}

.digit_field {
    color: #951cff;
    font-size: 60px;
    font-family: Montserrat Medium;
    line-height: 60px;
}

.number_desc_new {
    color: #464646;
    padding: 1rem 0;
}

.main_digit_counter:last-child {
    text-align: center;
    padding-top: 2rem;
}

#homepage_tabs .tablinks {
    width: 100% !important;
    text-align: center !important;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid #E0E0E2 !important;
    border-radius: 0;
    padding-bottom: 10px;
}

.tablinks.active {
    border-bottom: 2px solid #951cff !important;
}

.tablinks.active p {
    color: #951cff !important;
}

.tablinks p {
    font-family: Montserrat Medium;
    color: #8B8896 !important;
}

.tab-content {
    padding-bottom: 2rem;
}

.tab-left a {
    font-family: Montserrat Medium;
    color: #010113;
    font-size: 16px;
    text-decoration: none;
}

.tab-left img {
    transition: all .7s ease;
    position: relative;
    left: 5px;
}

.tab-left a:hover {
    color: #951cff !important;
}

.tab-left a:hover img {
    transition: all .7s ease;
    position: relative;
    left: 10px;
}

.Proven_Methodology {
    padding: 5rem 5%;
    background: #282828;
    position: relative;
    overflow: hidden;
}

.inner_Proven_Methodology {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.left_provan_img {
    width: 45%;
    position: relative;
    z-index: 9;
}

.right_provan_tabs {
    width: 45%;
    position: relative;
    z-index: 9;
}

.inner_provan_title {
    font-size: 35px;
    color: #fff;
    font-family: Montserrat Medium;
    line-height: 45px;
}

.home .find_talent {
    margin-top: 0;
}

.icon_meth {
    margin-right: 1rem;
    z-index: 9;
}

.provan_step_title {
    position: relative;
    z-index: 9;
}

.icon_meth img {
    width: 40px;
    height: 40px;
}

.step_title {
    font-size: 18px;
}

.step_name {
    color: #951cff;
    font-weight: 500;
}

.main_provan_meth {
    display: flex;
    padding: 1rem;
    border: 1px solid #B4B4B4;
    margin-bottom: 1rem;
    position: relative;
    color: #fff;
    align-items: center;
    font-family: Montserrat Medium;
    background-repeat: no-repeat;
    background-size: cover;
}

.full_provan_linkbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main_provan_meth:hover {
    border: 1px solid #951cff;
}

.row_proven_wave {
    position: absolute;
    right: 0;
    top: 0;
}

.popup_textaa {
    display: none;
}

#popup_text {
    position: fixed;
}

.main_provan_meth a {
    color: #fff;
    text-decoration: none;
}

.page-template-services-template .lity-close,
.page-template-services-template .lity-close:hover {
    position: absolute !important;
    font-size: 60px !important;
    margin: 10px !important;
    color: #951cff !important;
    text-shadow: none !important;
}

.page-template-services-template #popup_text {
    padding: 3rem;
    box-sizing: border-box;
    border-radius: 5px !important;
    color: #fff;
    height: 100%;
    max-height: 100% !important;
    background-image: url(/wp-content/uploads/2023/11/Mask-group-1.png) !important;
    border-radius: 0 !important;
    border: 2px solid #951cff;
    background-size: cover;
    line-height: 30px;
    margin: 10px;
    font-size: 17px;
}

.page-template-services-template .lity {
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0) !important;
}

.page-template-services-template .lity.lity-opened .lity-container {
    width: 35%;
}

.page-template-services-template .lity.lity-opened.lity-inline #popup_text {
    position: initial;
    width: 100%;
    margin: auto !important;
}

.popup_icon_titleflex {
    display: flex;
    align-items: center;
    font-family: Montserrat Medium;
}

.page-template-services-template #faq_services_sec {
    padding: 7rem 10%;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.page-template-candidate-page-template .text_full_row p {
    font-family: Montserrat Regular;
    padding-bottom: 2rem;
    color: #333;
    line-height: 32px;
    padding-bottom: 0;
}

#onboarding {
    height: 95px;
    width: 63%;
    transform: rotate(73deg);
    cursor: pointer;
    position: absolute;
    top: 19%;
    right: 5%;
}

#appointment {
    height: 100px;
    width: 77%;
    transform: rotate(52deg);
    position: absolute;
    top: 27%;
    right: 5%;
    overflow: hidden;
    cursor: pointer;
}

#shortlist {
    height: 100px;
    width: 77%;
    transform: rotate(32deg);
    position: absolute;
    top: 32%;
    right: 12%;
    overflow: hidden;
    cursor: pointer;
}

#longlist {
    height: 100px;
    width: 77%;
    transform: rotate(12deg);
    position: absolute;
    top: 37%;
    right: 15%;
    overflow: hidden;
    cursor: pointer;
}

#engagement {
    height: 100px;
    width: 77%;
    transform: rotate(-7deg);
    position: absolute;
    top: 44%;
    right: 15%;
    overflow: hidden;
    cursor: pointer;
}

#research {
    height: 100px;
    width: 77%;
    transform: rotate(-28deg);
    position: absolute;
    top: 50%;
    right: 13%;
    overflow: hidden;
    cursor: pointer;
}

#culture {
    height: 100px;
    width: 77%;
    transform: rotate(-48deg);
    position: absolute;
    top: 55%;
    right: 7%;
    overflow: hidden;
    cursor: pointer;
}

#discovery {
    height: 100px;
    width: 77%;
    transform: rotate(-67deg);
    position: absolute;
    top: 58%;
    right: -3%;
    overflow: hidden;
    cursor: pointer;
}

.provan_readmore {
    text-align: right;
    padding-right: 1rem;
    z-index: 9;
}

.home .statiics_section {
    padding-top: 3rem;
    padding-bottom: 0;
}

#home_case_stufy .main_stories_sec {
    border-top: 8px solid #F4F4F4 !important;
    padding-top: 7rem;
}

.candidate_feedback_section p::before,
.client_feedback_section p::before {
    content: url("/wp-content/uploads/2023/11/quotation-mark.png");
    margin-right: 8px;
}

.candidate_feedback_section p::after,
.client_feedback_section p::after {
    content: url("/wp-content/uploads/2023/11/quotation-right-mark.png");
    margin-right: 0;
    position: relative;
    right: -8px;
    top: 10px;
}

.our_solutions {
    padding: 5rem 10%;
    background: #282828;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.titl_our_Spolution {
    color: #951cff;
    font-size: 45px;
    font-family: Montserrat Bold;
    font-weight: bold;
    line-height: 40px;
}

.inner_slution {
    font-size: 35px;
    font-family: Montserrat Medium;
}

.new_design_skill {
    width: 30%;
    border: 2px solid #951cff;
    padding: 1rem 1rem 3rem;
    background: #282828;
    position: relative;
}

.skill_titledesc {
    color: #fff;
    font-family: Montserrat Regular;
    padding-bottom: 2rem;
    font-size: 13px;
    height: 116px;
}

.new_design_skill:nth-child(2) {
    width: 37%;
    border-top: 10px solid #951cff;
    margin-top: -2rem;
}

.new_design_skill:nth-child(2) .all_features ul {
    padding-bottom: 6.5rem;
}

.all_features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 5rem;
}

.link_skill_talent {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
}

.title_key_features {
    color: #951cff;
    font-family: Montserrat Medium;
    padding-bottom: 10px;
}

.all_features li::before {
    content: url(/wp-content/uploads/2023/11/tick-signia.svg);
    position: relative;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}

.all_features li {
    display: flex;
    font-size: 13px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-left: 31px;
    padding-bottom: 5px;
}

.table_bottom_desc {
    color: #951cff;
    font-family: Montserrat Medium;
    line-height: 20px;
    font-size: 13px;
    padding-bottom: 1rem;
}

.link_skill_talent button {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    color: #000;
}

.page-template-services-template .about_thidstairs,
.page-template-services-template .about_secondstairs {
    background: #282828;
}

.logo_signia {
    text-align: right;
}

.inner_our_solutions {
    display: flex;
    align-items: flex-start;
}

.text_full_row p::after {
    content: url("/wp-content/uploads/2023/11/quote.png");
    position: relative;
    top: 13px;
    margin-left: 7px;
}

.quote_after::after {
    content: url("/wp-content/uploads/2023/11/quote.png");
    position: relative;
    top: 13px;
    margin-left: 7px;
}

.quote_after::before {
    content: url("/wp-content/uploads/2023/11/quote-left.png");
    margin-right: 10px;
}

.text_full_row p {
    padding-top: 2rem;
}

.inner_single_sidebar img {
    width: 100%;
}

.single-case_study .case_Study_sec .inner_caseallinfo {
    border: 1px solid #951cff;
}

#service_statics_new {
    background: #f4f4f4;
}

#service_statics_new .number_desc_row,
#service_statics_new .mumber_static,
#service_statics_new .title_statuic {
    color: #010113;
}

.services_wave_list {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.provan_bg_shadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(57.84deg, #282828 29.87%, rgba(1, 1, 19, 0) 86.95%);
}

.single-case_study .team-card .team_mem_image>img {
    height: auto !important;
}

.read_more {
    display: flex;
    width: 100%;
    align-items: center;
}

.page-template-ops-club-template .Download_Whitepapermain {
    background: #282828;
}

.page-template-ops-club-template #colophon {
    border-top: 1px solid #fff;
}

.episodes_sidebar a {
    text-decoration: none;
    color: #951cff !important;
}

.page-template-insights-page-template .contact_bottom {
    padding-top: 5rem;
}

.footer_right a:hover {
    color: #951cff;
}

.single-case_study .team-card .team_mem_image>img {
    height: 480px !important;
}
.conatct_form_bottom textarea {
    color: #666 !important;
}
input:focus-visible {
    outline: none;
}
.wp-block-embed {
    overflow-wrap: initial !important;
}
.single-post .single_post_banner {
    background-position: center;
}





@media screen and (max-width:1250px) {
    .contact-popup {
        width: 80%;
    }
}

@media screen and (max-width:992px) {
    .provan_readmore,
    .step_name,
    .step_title {
        font-size: 14px !important;
    }
    .all_features ul {
        padding-bottom: 2rem !important;
    }
    #case_serv_row .all_case_study,
    #case_serv_row .stories_transform_main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .menu li.menu-item-has-children:hover>a::after {
        font-size: 24px !important;
    }
    .desktop_navigation {
        display: none;
    }
    .overlay-content #primary-menu li {
        position: relative;
    }
    header#masthead {
        padding: 0px 2% 0 0;
        justify-content: space-between;
    }
    .mobile-menu {
        text-align: right;
    }
    #primary-menu li a {
        padding: 0.9rem !important;
    }
}

@media screen and (max-width: 460px) {
    .single_post_left {
    width: 100% !important;
}
}
@media screen and (max-width: 435px) {
    .casestudy_category {
        font-size: 13px !important;
    }
    .date_post_insight {
        text-align: left !important;
        padding-top: 1rem;
    }
}

section#linked-boxes {
    BACKGROUND: #0B0B0B;
    padding: 1px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 50vh;
    padding-top: 3rem;
}

.overlay-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 96;
}

.contact-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 102;
    border: 2px solid #951cff;
    padding: 3rem;
    background: #282828;
    color: white !important;
    border-radius: 0;
}

.contact-popup input {
    font-family: 'Montserrat Medium';
    background: transparent;
    border: none;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
    color: white !important;
}


/* Change the placeholder text color */

.contact-popup input::placeholder {
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 128px !important;
    font-family: 'Montserrat Medium';
    background: transparent;
    border: none;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
    color: white;
}

fieldset#field_5_10 {
    text-align: left;
}

.gform_wrapper .gfield_required {
    color: #951cff !important;
}


/* Change the placeholder text color */

.contact-popup textarea::placeholder {
    color: #fff;
}

.contact-popup .gform_title {
    display: none;
}

.contact-popup .close-button {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 60px;
    cursor: pointer;
    font-family: Montserrat Bold;
    color: #951cff;
    line-height: 60px;
}

.gfield_description {
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
    width: 75% !important;
    opacity: 0.4 !important;
    position: relative !important;
    top: -10px !important;
}

.contact-popup .gform_button {
    background: #951cff;
    color: #fff;
    border: 1px solid #951cff !important;
    border: none;
    font-family: Montserrat Medium;
    padding: 1rem 25px;
    width: 100%;
}

p.pop-sub {
    color: #fff;
    font-family: Montserrat Regular;
    padding-bottom: 2rem;
    font-size: 17px;
    text-align: left;
    margin: 0;
}

p.pop-title {
    margin: 0;
    font-size: 30px;
    font-family: Montserrat Bold;
    color: #fff;
    text-align: center;
    padding-bottom: 0rem;
    text-align: left;
    padding-right: 35px;
}

.popup-content {
    text-align: center;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.our_expertise_covers strong {
    font-family: Montserrat Medium;
    margin-bottom: 0;
    color: #404040;
    font-size: 17px;
}

.our_expertise_covers li {
    line-height: 26px;
    font-size: 15px !important;
    color: #636363;
    font-family: Montserrat Medium;
}

@media screen and (max-width:1000px) {
    .blogs-inner-wrapper .col-md-5 {
        width: 100%;
    }
    .blogs-inner-wrapper .col-md-7 {
        width: 100%;
    }
    .blogs-inner-wrapper {
        display: flex !important;
        flex-direction: column;
    }
    .all_insight {
        max-width: 700px;
    }
    .inner_right {
        padding-left: 0;
    }
    .blogs-inner-wrapper .col-md-7 {
        width: 100%;
        margin-bottom: 14px;
    }
}

@media screen and (max-width:1250px) {
    .single_post_left {
        width: auto !important;
    }
}


@media screen and (max-width:1050px) {
    .all_features li {
        font-size: 12px !important;
    }
    .skill_titledesc {
        font-size: 12px !important;
        height: auto !important;
    }
    .skill_title {
        font-size: 30px !important;
    }
}

@media screen and (min-width:992px) {
    .mobile-menu.col-md-2 {
        display: none;
    }
}

@media screen and (min-width:1025px) and (max-width:1125px) {
    .download_form .gform_button {
        width: 100px !important;
        font-size: 13px !important;
        height: 100px !important;
    }
}
@media screen and (min-width:992px) and (max-width:1214px) {
    #primary-menu li a {
        padding: 0 12px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .download_main_row .row_posts_blogs {
        width: 47% !important;
    }
}
@media screen and (min-width:768px) and (max-width:1250px) {
    .download_main_row .insight_title{
    font-size: 25px !important;
    line-height: 35px !important;
    }
    .page-template-download-template .submit_review_btn button {
    width: auto !important;
    margin: 0;
    }
    .page-template-download-template .col-md-12.inner_posts {
    padding: 0 !important;
    }
    .executive_sodevar_text {
    top: 35% !important;
    }
    .candidate_feedback_section,
    .client_feedback_section {
    padding: 1rem !important;
    }
    .single-case_study .team-card .team_mem_image>img {
    height: auto !important;
    }
    .page-template .Download_Whitepapermain .executive_wealth {
    padding-top: 10rem !important;
    }
    .executive_sodevar_text {
    font-size: 22px !important;
    padding: 0.5rem !important;
    width: 100% !important;
    line-height: 27px !important;
    }
    .early_access_insight {
    padding: 1rem !important;
    }
    .early_access_titlr {
    font-size: 18px !important;
    line-height: 25px !important;
    }
    .early_access_insight .download_form #gform_submit_button_1 {
    width: 80px !important;
    height: 80px !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important;
    font-size: 15px !important;
    }
    .how_do_it_banenr {
    padding-top: 5rem !important;
    }
    .page-template-services-template .lity.lity-opened .lity-container {
    width: 60% !important;
    }
    .about_stairs {
    display: none !important;
    }
    .link_skill_talent button {
    font-size: 16px !important;
    }
    .cat_date {
    display: block !important;
    }
    .cat_date .col-md-6 {
    width: 100% !important;
    }
    .team-card {
    width: 24% !important;
    }
    .about_section,
    .values_stories_repeater,
    .our_team_sec,
    #service_statics_new,
    .page-template-services-template #faq_services_sec,
    .blue_testimonial,
    #case_serv_row,
    .discover_future,
    .testimonials_slider_main,
    .Our_Approach,
    .new_faq,
    .page-template-candidate-page-template .case_Study_sec.all_case_study,
    .ops-club_video,
    .page-template .about_oyr_journey,
    .Benefits_Joining,
    #ops_club_testimonials,
    .faq_all_main,
    .page-template .executive_wealth,
    .podcast_inner_data,
    .all_insight,
    .download_main_row,
    #contact_page_form {
    padding: 3rem 5% !important;
    }
    section.our_solutions {
    padding: 3rem 5% !important;
    }
    .single-case_study .team-card {
    width: 100% !important;
    }
    .member_name {
    font-size: 17px !important;
    line-height: 20px !important;
    padding-bottom: 12px;
    height: 35px;
    }
    .all-insight-row {
    top: -1rem !important;
    }
    .executive_wealth {
    background-image: none !important;
    }
    .all_insight {
    padding: 6rem 5% 5rem !important;
    }
    .inner_Download_Whitepapermain {
    width: 95% !important;
    }
    .all_case_study {
    padding: 5rem 0 4rem 5% !important;
    }
    .stories_transform_main {
    padding: 0 5%;
    }
    .page-template-services-template .stories_transform_main {
    padding: 0 0%;
    }
    .page-template-ops-club-template .faq_all_main {
    padding: 7rem 5% !important;
    background: #282828;
    color: #fff;
    }
    .page-template-services-template .all_case_study {
    padding: 5rem 0 4rem 0% !important;
    }
    .leading_companies_sector {
    padding: 5rem 5% 0rem !important;
    }
    #contact_page_form {
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
    }
    .sub-menu {
    position: relative !important;
    }
    #dom {
    padding-top: 0 !important;
    }
    .testimonial_image {
    width: 70px;
    height: 70px;
    }
    .mae_position_testim {
    padding-left: 1rem;
    }
    .ops_clubtitle {
    font-size: 50px !important;
    line-height: 55px !important;
    }
    .right_candidate_image {
    height: 18rem !important;
    width: 18rem !important;
    }
    .inner_left_block {
    padding: 1rem !important;
    }
    .about_oyr_journey {
    padding-top: 5rem!important;
    padding-bottom: 3rem!important;
    }
    .start_now_btn {
    position: relative !important;
    }
    .single_post_right {
    padding: 2rem !important;
    }
    .podcast_title_banner {
    font-size: 35px !important;
    line-height: 45px !important;
    letter-spacing: 1px !important;
    }
    .single_post_title {
    font-size: 25px !important;
    line-height: 35px !important;
    }
    .page-casestudy-row .casestudy_data {
    width: 47% !important;
    }
    .about_banner_title {
    font-size: 40px !important;
    line-height: 50px !important;
    letter-spacing: 5px !important;
    }
    .banner_sub_heading {
    letter-spacing: 1px !important;
    }
    .text_right_homjebanner {
    font-size: 40px !important;
    line-height: 45px !important;
    letter-spacing: 2px !important;
    }
    .home_under_banner {
    padding: 3rem 5% !important;
    }
    .under_baner_left {
    font-size: 30px !important;
    line-height: 40px !important;
    }
    .repeater_counters {
    padding-top: 5rem !important;
    width: 100% !important;
    }
    .data_talent .market_mapping,
    .data_talent .main_search_row {
    margin-bottom: 2rem !important;
    }
    .inner_executive_wealth {
    width: 100% !important;
    }
    #homepage_tabs {
    padding: 3rem 5% !important;
    }
    .tab-content {
    padding-bottom: 0 !important;
    }
    .find_talent {
    margin-top: 0rem !important;
    }
    .market_mapping,
    .main_search_row {
    height: 400px !important;
    }
    .team-card .team_mem_image>img {
    height: 250px !important;
    }
    .our_secors_tabs {
    font-size: 40px;
    text-align: center;
    padding-bottom: 4rem;
    }
    #homepage_tabs .tab-content p {
    line-height: 26px;
    font-size: 15px !important;
    color: #636363;
    padding-bottom: 20px;
    }
    .tab-flex {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0rem !important;
    border-radius: 0;
    align-items: center;
    }
    .find_talent {
    width: 99%;
    padding: 4rem 4% 25rem;
    }
    .data_talent {
    padding: 0 5%;
    }
    .statiics_section {
    padding: 7rem 5%;
    background: #282828;
    }
    .tab-right img {
    width: 80%;
    }
    .application-block {
    text-align: right;
    }
    .contact_bottom {
    padding: 1rem 5% 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .banner_wave {
    position: absolute;
    top: 0;
    left: -350px;
    opacity: 0.2;
    }
    .team_wave {
    position: absolute;
    bottom: auto;
    top: 309px;
    left: -427px;
    overflow: hidden;
    z-index: 1;
    width: 4000px;
    transform: rotate(193deg);
    }
    #colophon {
    background: #282828;
    padding: 7rem 5% 2rem;
    }
    .podcast_main_banner {
    height: 630px;
    display: flex;
    align-items: end;
    padding-left: 5%;
    padding-bottom: 4rem;
    position: relative;
    background-image: url(/wp-content/uploads/2023/10/podcast-banner-signia-pod-page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: #282828;
    }
    .single-podcast .single_post_banner {
    padding: 10rem 5% 5rem;
    background: #282828;
    }
    .single_blog_content {
    padding: 0 5%;
    }
    .early_access_insight {
    padding: 2rem !important;
    }
    .early_access_list .li_points {
    font-family: Montserrat Medium;
    color: #282828;
    font-weight: bold;
    padding: 0.4rem 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: baseline;
    position: relative;
    z-index: 7;
    padding-right: 91px;
    }
    .all_insight {
    padding: 7rem 5% 2rem;
    }
    .single_post_right {
    position: relative;
    top: -10rem;
    height: 100% !important;
    background: #F4F4F4;
    padding: 4rem;
    padding-bottom: 0;
    }
    .search_jobs {
    margin-left: 5%;
    }
    .col-md-12.inner_posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0rem 10% 0;
    background: #f4f4f4;
    }
    .cat_date {
    display: block!important;
    width: fit-content;
    }
    .date_post_insight {
    text-align: left;
    padding-top: 1rem;
    }
    .inner_left_block {
    padding: 2rem !important;
    }
    .case_stufy_page_row {
    padding: 6rem 5% !important;
    }
}

@media screen and (min-width:1100px) and (max-width:1420px) {
    .new_design_skill:nth-child(2) .all_features ul {
        padding-bottom: 5.5rem !important;
    }
}

@media screen and (min-width:993px) and (max-width:1098px) {
    .new_design_skill:nth-child(2) .all_features ul {
        padding-bottom: 4.6rem !important;
    }
}

@media screen and (min-width:768px) and (max-width:900px) {
.podcast_main_banner {
    height: auto !important;
    background-size: cover !important;
    padding-top: 10rem !important;
    background-position: 90% 100% !important;
}
}
@media screen and (min-width:992px) and (max-width:1250px) {
    .sub-menu {
        position: absolute !important;
    }
}

@media screen and (max-width: 1140px) {
    .podcast_main_banner br {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .podcast_main_banner br {
        display: block;
    }
    .all_insight {
        max-width: 100%;
    }
    .download_main_row .insight_title{
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .page-template-download-template .submit_review_btn button {    
        margin-top: 0;
    }
    .single-case_study .team-card .team_mem_image>img {
        height: auto !important;
    }
    .client_feedback_section,
    .candidate_feedback_section {
        padding: 1rem !important;
    }
    .page-template-ops-club-template .Download_Whitepapermain .executive_wealth {
        padding-top: 3rem !important;
    }
    .single_blog_content {
        flex-direction: column-reverse;
    }
    .submit_review_btn button {
        width: auto !important;
    }
    .download_main_row {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .single-case_study .single_blog_content .single_post_right {
        padding-top: 2rem !important;
    }
    .client_feedback_section,
    .candidate_feedback_section {
        padding: 1rem !important;
    }
    .single-case_study .single_post_banner {
        height: 300px !important;
    }
    .executive_sodevar_text {
        width: 70%;
        padding: 1rem !important;
    }
    .executive_sodevar_text {
        transform: translate(0, -35%) !important;
        left: 0 !important;
    }
    .single-podcast .inner_all_insight {
        padding-bottom: 2rem !important;
    }
    .single-podcast .single_blog_content {
        padding: 0 5% 3rem !important;
    }
    .single_post_right .post_content iframe {
        margin-bottom: 1rem !important;
    }
    .podcast_data.insight_data {
        padding-bottom: 3rem !important;
    }
    .insight_image {
        padding-bottom: 2rem !important;
    }
    .Listen_platform {
        padding-bottom: 0 !important;
    }
    .under_baner_right img {
        margin-left: 0 !important;
    }
    .home .statiics_section .inner_static_Section {
        padding-bottom: 0 !important;
    }
    .inner_all_case-row .key-widget-row {
        padding: 0 5% !important;
    }
    .page-template-candidate-page-template .case_Study_sec.all_case_study {
        padding: 0 !important;
        padding-bottom: 3rem !important;
    }
    .new_faq {
        padding: 3rem 5% !important;
    }
    .page-template-services-template #faq_services_sec {
        padding: 3rem 5% !important;
    }
    #popup_text p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .circle_graphic_about {
        top: auto !important;
        bottom: 0 !important;
    }
    .where_next_title {
        padding: 0rem 0 2rem 1rem !important;
    }
    #home_case_stufy .main_stories_sec {
        padding-top: 0 !important;
    }
    .about_banner_title br {
        display: block !important;
    }
    .page-template-services-template .blue_testimonial {
        padding: 3rem 5% 2rem !important;
    }
    .Proven_Methodology {
        padding: 3rem 5% !important;
    }
    .bottom_design_skill {
        padding-top: 0 !important;
    }
    .all_features ul,
    .new_design_skill:nth-child(2) .all_features ul {
        padding-bottom: 2rem !important;
    }
    .skill_title {
        font-size: 25px !important;
    }
    .new_design_skill {
        margin-top: 2rem !important;
    }
    .new_design_skill {
        width: 100% !important;
    }
    .inner_slution,
    .titl_our_Spolution {
        font-size: 25px !important;
    }
    .our_solutions {
        padding: 3rem 5% !important;
    }
    .single_post_left {
        padding-bottom: 3rem !important;
    }
    .lity-container .icon_meth {
        width: auto !important;
    }
    .provan_step_title,
    .provan_readmore {
        width: 100% !important;
    }
    .icon_meth {
        width: auto !important;
    }
    .provan_readmore {
        padding-right: 0 !important;
    }
    .main_provan_meth {
        justify-content: space-between;
    }
    .step_title,
    .provan_readmore {
        font-size: 15px;
    }
    .page-template-services-template .lity.lity-opened .lity-container {
        width: 95% !important;
    }
    .row_proven_wave {
        top: auto !important;
        bottom: 0;
    }
    .page-template-services-template .lity.lity-opened.lity-inline #popup_text {
        width: 100% !important;
    }
    .page-template-services-template #popup_text {
        padding: 1rem !important;
    }
    .inner_Proven_Methodology {
        display: block !important;
    }
    .right_provan_tabs,
    .left_provan_img {
        width: 100% !important;
    }
    .main_digit_counter:last-child {
        text-align: left !important;
    }
    .inner_platfirm_sidebar {
        display: block !important;
    }
    .single-post .single_post_right {
        top: 3rem !important;
    }
    .executive_sodevar_text {
        font-size: 23px !important;
    }
    br {
        display: none;
    }
    .ops-club_video {
        padding: 3rem 0 4rem !important;
    }
    .ops_clubtitle br {
        display: none;
    }
    .page-template-contact-page-template .services_banner {
        padding: 15rem 5% 4rem 5% !important;
    }
    .single-case_study .insight_single_breadcrumb {
        position: absolute !important;
    }
    .single-case_study .single_post_banner {
        height: 300px;
    }
    .authori_img img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .author_section {
        display: block!important;
    }
    #contact_page_form .early_access_insight {
        padding: 1rem !important;
    }
    .early_access_insight {
        padding: 1rem !important;
    }
    .embedded_artwork {
        display: block !important;
    }
    .page-template-ops-club-template .about_oyr_journey,
    .page-template-ops-club-template .Benefits_Joining {
        padding: 3rem 5% !important;
    }
    .inner_ops_club {
        padding: 0rem 5% 0rem !important;
    }
    .footer_left {
        justify-content: space-between;
    }
    .case_study_image img,
    .inner_left_img {
        height: auto !important;
    }
    .blue_testimonial {
        padding: 7rem 10% 2rem !important;
    }
    .statiics_section .inner_static_Section {
        padding-bottom: 0rem;
    }
    .team_mem_title {
        padding: 1rem !important;
    }
    .search_consultant {
        padding-bottom: 1rem !important;
    }
    .team-card .team_mem_image>img {
        height: auto !important;
    }
    .copyright_tet {
        padding-bottom: 1rem;
    }
    .copyright_tet a {
        padding: 0 5px !important;
    }
    #homepage_tabs {
        padding: 3rem 5% !important;
    }
    .home .tab-right {
        padding-bottom: 0 !important;
    }
    .main_mumber_static:first-child {
        border-right: none !important;
    }
    .tab-right {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #faq_services_sec {
        padding-top: 3rem !important;
    }
    .tab-flex {
        padding: 2rem 0rem !important;
    }
    .tab_content_title {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .tablinks {
        height: 75px !important;
        width: 100% !important;
    }
    .tab {
        display: block !important;
    }
    .tab-flex {
        display: block !important;
    }
    .tab-right,
    .tab-left {
        width: 100% !important;
    }
    .bottom_design_skill {
        display: block !important;
    }
    .bottom_design_skill .skill_talent_exec {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .three_title_sec {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .three_design_box {
        padding: 3rem 5% !important;
    }
    .executive_wealth {
        background: #282828 !important;
    }
    .executive_pod {
        display: none;
    }
    .page-template-services-template .all_case_study {
        padding-top: 2rem !important;
    }
    #case_serv_row {
        padding-bottom: 3rem !important;
        padding-top: 0 !important;
    }
    .right_discovery_image {
        padding-top: 2rem;
    }
    .banner_topshadow {
        background: linear-gradient(57.84deg, #282828 29.87%, rgba(1, 1, 19, 0) 86.95%);
    }
    .banner_shadow {
        background: none;
    }
    .reasonable_value {
        text-align: left !important;
    }
    .view_casestudy a {
        text-align: left !important;
    }
    .innerunder_right {
        text-align: left !important;
    }
    .circle_box,
    .left_banner {
        display: none;
    }
    .insight_single_breadcrumb {
        position: relative !important;
    }
    .single-post .all_insight {
        padding: 0rem 5% 2rem !important;
    }
    .single_blog_content .single_post_right {
        padding: 0rem !important;
    }
    .single-post .insight_single_breadcrumb {
        padding: 13rem 10% 1rem !important;
    }
    .single_post_banner {
        height: auto !important;
    }
    #contact_page_form .start_now_btn button {
        width: 150px !important;
        height: 150px !important;
    }
    .inner_contact_map {
        display: block !important;
    }
    .contact_map_info {
        padding: 12rem 5% 4rem !important;
    }
    .single-podcast .all_insight {
        padding: 3rem 5% 2rem !important;
    }
    .single_post_title {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .single_post_right {
        padding: 2rem !important;
    }
    .single_post_right {
        top: 0 !important;
    }
    .single_blog_content {
        padding: 0 5% !important;
    }
    .col-md-3.singke_podcast_artwork {
        position: relative;
        z-index: 9;
    }
    .single-podcast .single_post_banner {
        height: auto !important;
        padding: 10rem 5% 3rem !important;
    }
    .read_article {
        color: #3c3c3c !important;
    }
    .all_podcast {
        padding-top: 3rem;
    }
    .podcast_inner_data {
        padding: 3rem 5% !important;
    }
    .all-insight-row {
        display: block !important;
        padding: 1rem !important;
        top: 0 !important;
    }
    .podcast_title_banner {
        line-height: 40px !important;
        letter-spacing: 1px !important;
        font-size: 35px !important;
    }
    .podcast_main_banner {
        height: auto !important;
        display: block !important;
        background-image: none;
        padding-left: 5% !important;
        padding-top: 10rem !important;
    }
    .big_case_title {
        line-height: 40px;
        letter-spacing: 1px !important;
    }
    .inner_number_repeater_case {
        justify-content: center !important;
    }
    .case_study_row {
        padding: 3rem 5% !important;
    }
    .case_stufy_posttitle {
        text-align: center !important;
        padding-bottom: 0 !important;
    }
    .single_casestudy {
        padding: 10rem 5% 3rem !important;
        display: block !important;
    }
    .case_stufy_posttitle {
        font-size: 35px !important;
        padding: 0 !important;
    }
    .page-casestudy-row .casestudy_data {
        width: 100% !important;
    }
    .page-casestudy-row {
        display: block !important;
    }
    .case_stufy_page_row {
        padding: 3rem 5% !important;
    }
    #insiht_contact form input::placeholder,
    #insiht_contact form textarea::placeholder,
    #insiht_contact form input::placeholder,
    #insiht_contact form select,
    form input,
    .page-template-contact-page-template .conatct_form_bottom form input::placeholder,
    .page-template-contact-page-template .conatct_form_bottom form textarea::placeholder,
    .page-template-contact-page-template .conatct_form_bottom form input::placeholder,
    .page-template-contact-page-template .conatct_form_bottom form select,
    form input {
        opacity: 1 !important;
        color: #000 !important;
    }
    #insiht_contact form input:focus-visible,
    #insiht_contact form textarea:focus-visible {
        outline: none;
    }
    input[type="file"],
    .gform_button {
        border: none !important;
    }
    .insight_next_prev {
        padding: 0rem 5% 3rem !important;
    }
    .col-md-12.inner_posts {
        padding: 0rem 10% 0 !important;
    }
    .row_posts_blogs {
        width: 100% !important;
        margin-bottom: 1rem !important;
        margin-top: 1rem;
    }
    .job_filters_posts {
        display: block !important;
    }
    .search_jobs {
        margin-left: 0!important;
        top: 0 !important;
        display: block !important;
    }
    #insiught_cbanner .insight_bannertitle {
        font-size: 35px !important;
    }
    .Benefits_Joining {
        padding-top: 3rem !important;
    }
    .join_us_ops_desc {
        line-height: 35px !important;
    }
    .about_oyr_journey {
        padding: 0rem 5% !important;
    }
    .ops-club-banner {
        padding: 12rem 5% 0 !important;
    }
    .ops_clubtitle {
        font-size: 35px !important;
        line-height: 40px !important;
        letter-spacing: 1px !important;
    }
    .testimonials_slider_main,
    #ops_club_testimonials,
    .page-template-ops-club-template .faq_all_main {
        padding: 3rem 5% 1rem !important;
    }
    .our_reply {
        width: auto !important;
    }
    .discover_future_repeater {
        display: flex !important;
        padding-top: 3rem;
    }
    .text_full_row h2 {
        line-height: 35px !important;
    }
    .icon_discover {
        padding: 10px !important;
    }
    .text_full_row h4 {
        line-height: 30px !important;
    }
    .inner_dscover_future {
        display: block !important;
    }
    .discover_future {
        padding: 3rem 5% !important;
    }
    .right_candidate_image {
        height: 288px !important;
        width: 300px !important;
    }
    .faqquestion_answers .q p {
        font-size: 15px !important;
    }
    .faq li.q {
        align-items: center;
    }
    .logo_slider_bottom img {
        margin: 0 10px !important;
    }
    .big_title_faq {
        font-size: 35px !important;
    }
    .faq_aboutpage {
        padding-top: 0 !important;
    }
    .Our_Approach {
        padding: 3rem 5% !important;
    }
    .logo_slider_bottom {
        line-height: 40px !important;
    }
    .page-template-services-template .stories_transform_main {
        padding: 3rem 5% 0 !important;
    }
    .number_repeater {
        display: block !important;
        padding: 2rem 1rem 2rem !important;
    }
    .main_mumber_static:nth-child(2) {
        border-right: 0 !important;
        padding-bottom: 1rem;
    }
    .statistics_desc {
        padding: 2rem 0 !important;
    }
    .main_mumber_static {
        width: 100% !important;
    }
    .title_statuic {
        width: 100% !important;
    }
    .statiics_section {
        padding: 3rem 5% !important;
    }
    .icon_services h2 {
        font-size: 35px !important;
    }
    .discovery_section {
        padding: 3rem 5% !important;
    }
    .services_banner {
        padding: 10rem 5% 2rem !important;
        background-size: cover;
    }
    .inner_abnput_banner {
        width: 100% !important;
    }
    .team-card {
        width: 100% !important;
    }
    .insight_title {
        line-height: 40px;
    }
    .team_member_cards {
        display: block !important;
    }
    .inner_our_team {
        font-size: 35px !important;
        padding-bottom: 2rem !important;
    }
    .our_team_sec {
        padding: 3rem 5% 1px !important;
    }
    .repatewr_div_sector .signia_search_repeater {
        padding: 1rem !important;
        width: 100% !important;
    }
    .repatewr_div_sector {
        padding-top: 3rem;
        display: block !important;
    }
    .values_stories_repeater {
        padding: 3rem 5% !important;
    }
    .inner_about_banner {
        display: block !important;
    }
    .about_section {
        padding: 3rem 5% !important;
    }
    .left_about_text h2 {
        font-size: 35px !important;
        padding-bottom: 0rem !important;
    }
    .about_banner_title {
        font-size: 35px !important;
        line-height: 40px !important;
        letter-spacing: 5px !important;
    }
    .how_do_it_banenr {
        padding-top: 2rem !important;
    }
    .about_stairs {
        display: none !important;
    }
    .about_banner {
        padding: 10rem 5% 0rem 5% !important;
    }
    .footer-copyright {
        display: block !important;
    }
    #colophon {
        padding: 5rem 5% 2rem !important;
    }
    .footer_right,
    .branding_row {
        text-align: left !important;
    }
    .col-md-8.footer_left {
        justify-content: space-between;
    }
    .inner_footer {
        display: block !important;
        padding-bottom: 1rem !important;
    }
    .contact_bottom {
        padding: 3rem 5% !important;
        display: block !important;
    }
    .episod_number {
        padding-right: 1rem;
    }
    .executive_wealth {
        top: 0 !important;
        padding: 3rem 5% 2rem !important;
    }
    .latest_episodes_main {
        justify-content: space-between;
    }
    .inner_Download_Whitepapermain {
        padding: 3rem 5% 3rem !important;
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    .title_download {
        line-height: 40px;
    }
    .post_insight_title {
        display: block !important;
    }
    .cat_date {
        justify-content: space-between;
        padding-bottom: 2rem !important;
    }
    .inner_left_block {
        padding: 4rem 2rem !important;
    }
    .blogs-inner-wrapper {
        display: block !important;
    }
    .inner_left {
        padding-right: 0 !important;
        margin-bottom: 1rem !important;
    }
    .inner_right {
        padding-left: 0 !important;
    }
    .all_insight {
        padding: 3rem 5% !important;
    }
    .inner_all_insight {
        display: block !important;
    }
    .casestudy_data {
        margin-right: 0 !important;
    }
    .leading_companies {
        padding: 1rem 0 !important;
    }
    .inner_main_banner {
        display: block !important;
    }
    .all_case_study {
        padding: 1rem 5% !important;
    }
    .inneR_title_stories {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .stories_transform_main {
        padding: 3rem 5% !important;
        display: block !important;
    }
    .leading_companies:first-child {
        padding-top: 2rem !important;
    }
    .stairs_third,
    .stairs_second,
    .stairs_first {
        display: none;
    }
    .leading_companies_sector {
        padding: 3rem 5% 3rem !important;
    }
    .data_talent {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 !important;
        background: #951cff;
    }
    .data_talent .market_mapping,
    .data_talent .main_search_row {
        width: auto !important;
        margin-right: 0% !important;
        margin-bottom: 2rem;
    }
    .find_talent {
        width: 100% !important;
        display: block !important;
        padding: 3rem 5% !important;
    }
    .counter_boxes h3 {
        font-size: 35px !important;
    }
    .inner_under_banner {
        display: block !important;
    }
    .under_baner_right {
        width: 100% !important;
    }
    .repeater_counters {
        padding-top: 4rem !important;
        display: block !important;
        width: 100% !important;
    }
    .under_baner_left {
        line-height: 40px !important;
        padding-bottom: 1rem;
        font-size: 35px !important;
        width: 100% !important;
    }
    .home_under_banner {
        padding: 3rem 5% !important;
    }
    .main-banner {
        padding: 10rem 5% 0rem 5% !important;
    }
    .text_right_homjebanner {
        font-size: 35px !important;
        line-height: 45px !important;
        letter-spacing: 1px !important;
    }
    .right_banner {
        width: 100% !important;
        padding-bottom: 5rem !important;
        padding-top: 3rem;
    }
    .left_banner {
        left: 0 !important;
        top: 0 !important;
    }
    .home_bamer_left-row {
        width: auto !important;
        border-radius: 100%;
        display: block !important;
        height: auto !important;
    }
    .sub-menu {
        position: relative !important;
    }
    .menu li.menu-item-has-children>a::after {
        left: auto !important;
        width: auto !important;
        display: block !important;
        text-align: right !important;
        position: absolute !important;
        top: 10px !important;
        right: 30px !important;
        cursor: none !important;
        font-size: 16px;
        padding-left: 100% !important;
        z-index: -1;
    }
    .sub-menu {
        padding-left: 20px;
    }
    .sub-menu li {
        padding: 0 !important;
    }
    .mobile-menu .hamburger {
        padding: 5px;
    }
    .mobile-menu {
        display: block !important;
        text-align: right;
        width: auto;
    }
    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        background-color: #fff !important;
    }
    .contact-popup {
        width: 97%;
        padding: 20px !important;
        top: 53% !important;
    }
    p.pop-title {
        line-height: 30px;
        font-size: 25px;
        padding-right: 51px;
        padding-bottom: 10px;
    }
    .contact-popup input {
        font-size: 12px !important;
    }
    .contact-popup textarea {
        font-size: 12px !important;
    }
    p.pop-sub {
        color: #fff;
        font-family: Montserrat Regular;
        padding-bottom: 1rem;
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
    .contact-popup input::placeholder {
        color: #fff;
        font-size: 12px;
    }
    .gfield_description {
        padding: 0 !important;
        border: none !important;
        overflow: hidden !important;
        width: 100% !important;
        opacity: 0.4 !important;
        position: relative !important;
        top: -10px !important;
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 100px !important;
        font-size: 12px !important;
    }
    label.gfield_consent_label {
        font-size: 12px;
    }
    input#input_5_10_1 {
        position: relative;
        bottom: -3px;
    }
    .contact-popup .gform_button {
        padding: 9px 1rem;
        font-size: 13px;
    }
    .main_mumber_static:first-child {
        border-bottom: solid 1px #951cff;
        padding-bottom: 20px;
        margin-bottom: 11px;
    }
    .our_secors_tabs {
        text-align: center;
        font-size: 30px;
    }
    .main_search_row {
        background-color: #282828;
        padding: 2rem;
        height: 290px;
    }
    .main_search_wave {
        position: absolute;
        top: -150px;
        bottom: auto;
        right: 0;
        left: 0;
        width: 100%;
        height: 500px;
        opacity: 0.3;
    }
    .market_mapping {
        background-color: #282828;
        padding: 2rem;
        height: 290px;
    }
    .talent_inner_row {
        position: relative;
        padding: 5%;
        background: #951cff;
        padding-top: 0;
    }
    .excutive_Search h2 {
        font-size: 30px;
        font-family: Montserrat Medium;
        color: #fff;
        line-height: 31px;
    }
    .inner_all_case-row .key-widget-row {
        padding: 0 !important;
        margin-right: 20px;
    }
    .button_read_more {
        text-align: right;
        position: relative;
        bottom: -20px;
    }
    .date_post_insight {
        text-align: left !important;
        padding-top: 0;
    }
    .download_form .gform_button {
        position: relative;
        bottom: -72px;
        right: -13px;
    }
    .page-template-homepage-template .inner_Download_Whitepapermain {
        overflow: hidden;
    }
    .leading_companies_sector {
        padding: 0;
        display: none;
    }
    #home_case_stufy .main_stories_sec {
        border-top: 0px solid #F4F4F4 !important;
    }
    .services_wave_list {
        position: absolute;
        top: 11px;
        z-index: -1;
        left: 0;
        width: 571px;
        height: auto;
        max-width: none;
        opacity: 0.6;
    }
    .inner_slution,
    .titl_our_Spolution {
        font-size: 25px !important;
        line-height: 26px;
    }
    .banner_shadow {
        background: #282828;
        opacity: 0.9;
    }
    .banner_topshadow {
        background: linear-gradient(57.84deg, #282828 29.87%, rgba(1, 1, 19, 0) 86.95%);
        opacity: 0.4;
    }
    .page-template-services-template #case_serv_row {
        padding: 5rem 5%;
    }
    .download_form #gform_1 {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .download_form .gform_button {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .ginput_container.ginput_container_consent {
        padding-bottom: 30px;
    }
    .single_post_left {
        width: 100%;
    }
}

@media screen and (min-width:1500px){
    .page-template-insights-page-template .row_posts_blogs {
        width: 32.5% !important;
        margin-bottom: 2rem !important;
        position: relative !important;
    }
}