/*!
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%;
    }

    #guest_name {
        width: 100%;
        border: 1px solid #63D9C7;
        border-radius: 50px;
        padding: 9px 30px;
    }

    #guest_name::placeholder {
        color: #63D9C7;
        opacity: 1;
    }

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

    @font-face {
        src: url('/wp-content/themes/rolestack-theme/fonts/Aeonik-Regular.otf');
    }

    @font-face {
        font-family: 'Signature';
        src: url('/wp-content/themes/rolestack-theme/fonts/amithen-webfont.woff2');
    }


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


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

     body {
        margin: 0;
    }


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

    main {
        display: block;
    }


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

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


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


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

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


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

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


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


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

     a {
        background-color: transparent;
    }


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

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


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

    b,
    strong {
        font-weight: bolder;
    }


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

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


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

    small {
        font-size: 80%;
    }


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

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

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }


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


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

     img {
        border-style: none;
    }


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


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

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


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

    button,
    input {
        overflow: visible;
    }


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

    button,
    select {
        text-transform: none;
    }


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

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


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

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


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

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


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

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


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

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


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

    progress {
        vertical-align: baseline;
    }


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

    textarea {
        overflow: auto;
    }


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

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


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

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


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

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


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

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


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

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


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


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

     details {
        display: block;
    }


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

    summary {
        display: list-item;
    }


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


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

     template {
        display: none;
    }


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

    [hidden] {
        display: none;
    }


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


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

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

html {
    box-sizing: border-box;
}


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


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

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

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}


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

body {
    background: #fff;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


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

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

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

figure {
    margin: 1em 0;
}

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


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

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

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

a:focus {
    outline: thin dotted;
}

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


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

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


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


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


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

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

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

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

.sub-menu .sub-menu {
    top: 102%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

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

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

.sub-menu .sub-menu li {
    background: #013448;
}

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

.main-navigation li {
    position: relative;
}

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


/* Small menu. */

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

----- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Mobile menu
--------------------------------------------- */


/* The Overlay (background) */

.overlay {
    height: 0;
    width: 25%;
    position: fixed;
    z-index: 9999;
    left: auto;
    top: 0;
    background-color: #161f28;
    overflow-x: hidden;
    transition: 0.5s;
    right: 0;
}
#primary-menu li {
    list-style: none;
}

#primary-menu {
    padding: 0;
    margin: 0;
}


/* Position the content inside the overlay */

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

/* The navigation links inside the overlay */

.overlay a {
    padding: 10px 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: left;
    padding: 10px 100px;
}


/* When you mouse over the navigation links, change their color */

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}


/* Position the close button (top right corner) */

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

button.mobile-nav-button {
    background: transparent;
    border: none;
}

button.mobile-nav-button img {
    height: 23px;
    cursor: pointer;
}

.mobile-nav-button {
    display: block;
}

button.header-button:hover a {
    color: #FC2740;
}

#primary-menu a {
    font-size: 13px;
}

header#masthead {
    position: fixed;
    width: 100%;
    padding: 15px 0 !important;
    display: flex;
    align-items: center;
    z-index: 999999;
    transition: all .4s ease;
    box-sizing: border-box;
}

#primary-menu li {
    padding: 0 1rem;
    position: relative;
    z-index: 999;
}

#primary-menu li a {
    color: #fff;
    font-size: 20px;
    transition: all .4s ease;
}

#primary-menu li a:hover {
    text-decoration: underline;
}

.input_field_serachheader {
    width: 90%;
    background: transparent;
    border: none !important;
    padding-left: 20px !important;
    color: #fff !important;
}

.input_field_serachheader:focus-visible {
    outline: none;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #FF40B4;
}
@keyframes block-reveal {
    0% {
        transform: translate(0, 110%);
    }
    45%,
    55% {
        transform: translate(0, 0);
    }
    100% {}
}

.main-navigation {
    display: block;
    width: auto;
}

#site-navigation ul li a {
    color: #fff;
    padding: 0px 25px;
    font-size: 15px;
    transition: all .4s ease;
}

.navigation-right {
    display: flex;
    align-items: center;
}

.nav-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 50% 50%;
    height: 100%;
}

.nav-grid-01 {
    grid-column: 1/4;
    background: #013448;
    grid-row: 1 / 4;
    animation: block-reveal 2s both;
    text-align: center;
}

.nav-grid-02 {
    background: #ffcd31;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    animation: block-reveal 3s both;
}

.nav-grid-03 {
    background: #F9F8F8;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    animation: block-reveal 4s both;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.navigation-right {
    display: flex;
    align-items: center;
    padding-right: 100px;
}

.navigation-right a {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin: 0 12px;
    text-decoration: none;
}

.hamburger.hamburger--emphatic {
    padding: 0;
}

.hamburger.hamburger--emphatic {
    background-image: url(/wp-content/uploads/2022/07/menu-yellow.svg);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}

.hp-tab-shadow {
    transition: all .4s ease;
}
.custom-logo {
    width: auto;
}
.site-branding {
    text-align: center;
}
.hamburger.hamburger--slider.js-hamburger {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    font-weight: 600;
}
.mobile-menu {
    text-align: right;
    display: flex;
    justify-content: end;
    padding-right: 7%;
}
.hamburger-box {
    width: 30px !important;
    height: 21px !important;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px !important;
}
#myNav::after {
    content: " ";
    display: block;
    background-image: url(/wp-content/uploads/2023/03/Combined-Shape-Copy.svg);
    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;
    width: 395px;
    height: 100%;
    right: -3%;
    top: 0px;
    z-index: 1;
    opacity: 0.05;
}
.insightful_section {
    background: #20515f;
    border-radius: 500px 0 0 500px;
    padding: 0;
    width: 95%;
    margin: -100px 0 0 auto;
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-fill-mode: both;
    position: relative;
    overflow: hidden;
    display: flex;
}
.image_right {
    width: 40%;
    position: relative;
    margin: 0;
    z-index: 1;
}
.image_right::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background-image: url(/wp-content/uploads/2023/03/line-shape.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}
.image-wrapper {
    transform: rotate(45deg);
    border-radius: 150px 0 0 150px;
    transform-origin: 30% 80%;
    overflow: hidden;
    margin: 0;
    height: 100%;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    z-index: 1;
    transform-origin: 30% 80%;
    transform: rotate(-45deg);
    object-position: left;
}
.inner_insightful {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 5%;
}
.soltuion_text {
    letter-spacing: 5.5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: rgb(229, 202, 0);
}
.inner_insightful h2 {
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
    font-size: 40px;
    font-family: ;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.inner_insightful p {
    font-family: "Hind",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.618;
    color: #fff;
}
.mayo-button a {
    display: inline-block;
    cursor: pointer;
    color: #161f28;
    background: #ffe41a;
    border: 1px solid #ffe41a;
    border-top-color: rgb(255, 228, 26);
    border-right-color: rgb(255, 228, 26);
    border-bottom-color: rgb(255, 228, 26);
    border-left-color: rgb(255, 228, 26);
    font-weight: 600;
    margin: 0;
    padding: 15px 30px;
    border-radius: 50px;
    line-height: 1;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
}
.mayo-button {
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
}
.mayo-button a:hover, .mayo-button a:active {
    background: #2b7fa6;
    border-color: #2b7fa6;
    text-decoration: none;
    color: #fff;
}
.client_partners {
    padding: 80px 10%;
    text-align: center;
}
.client_partners h2 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
    font-size: 35px;
}
.counter_boxes {
    width: 20%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter_boxes img {
    width: 120px;
}
@keyframes slideInRight{
    from{
        transform:translate3d(100%, 0, 0);
        visibility:visible;
    }
    to{
        transform:translate3d(0, 0, 0);
    }
}

.testimonials_section {
    overflow: hidden;
    position: relative;
    width: 98%;
    border-radius: 0 500px 500px 0;
    background: #161f28;
}
.inner_testimonials_section {
    position: relative;
    padding: 0;
}
.testimonial_leftimages {
    width: 40%;
    position: absolute;
    left: -110px;
    top: 0;
}
.testimonial_leftimages img{
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
}
.testimonials-wrapper {
   width: 60%;
   padding: 5rem 8rem 5rem 0;
   margin: 0 0 0 auto;
}
.testimonial_leftimages::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background-image: url(/wp-content/uploads/2023/03/line-down-1.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    width: 100%;
    height: 100%;
    margin: 0;
    background-position: bottom 12px right 0;
}
.tetsimopnials_title {
    letter-spacing: 5.5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.dont_justmake_text {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
    font-size: 35px;
    color: #fff;
}
.quote-box::before {
    content: " '' ";
    display: inline-block;
    color: #ffe41a;
    font-size: 45px;
    height: 30px;
    left: 0px;
    top: 8px;
    position: relative;
}
.quote-box::after {
    content: " '' ";
    display: inline-block;
    color: #ffe41a;
    font-size: 45px;
    height: 30px;
    position: relative;
    left: 0px;
}
.quote-box p {
    margin-bottom: 10px;
    display: inline;
    margin: 0;
    line-height: 1.618 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quote-box {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.position-box {
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    color: #ffe41a;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.company_name-box {
    color: #fff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.testimonials_desc .slick-prev {
    position: absolute;
    top: auto;
    bottom: 0;
}
.testimonials_desc .slick-next {
    left: 5%;
    position: relative;
}
.testimonials_desc  .slick-prev::before {
    content: "\f104";
    font-family: Fontawesome;
}
.testimonials_desc  .slick-next::before {
    content: "\f105";
    font-family: Fontawesome;
}
.testimonials_desc .slick-arrow {
    background: transparent;
    color: #4a4e52;
    font-size: 0;
    border: none;
}
.testimonials_desc .slick-arrow::before {
    font-size: 20px;
}
.testimonials_desc .slick-list {
    padding-bottom: 2rem;
}
.testimonials_desc .slick-arrow:hover {
    background: #ffe41a;
    border-color: #ffe41a;
}
.testimonials_desc .slick-arrow {
    border: 1px solid #4a4e52 !important;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials_section svg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 101%;
}
.blog_section {
    background: #ececf1;
}
.blog_section .testimonials-wrapper {
    width: 92%;
}
.insight_blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_button_insight{
    text-align: right;
}
.blog_button_insight a:hover {
    color: #fff;
    background: #20515f;
    border-color: #20515f;
}
.blog_button_insight a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #2B7FA6;
    border: 1px solid #2B7FA6;
    font-weight: 600;
    margin: 0;
    padding: 15px 30px;
    border-radius: 50px;
    line-height: 1;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    margin-left: 2rem;
}
.insight_blog h2 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.4;
    padding-top: 6px;
}
#cta-general-100.spacer-right {
  padding: 70px 0 0 0;
  margin-top: -130px;
}
#cta-general-100 {
  position: relative;
  overflow: hidden;
}
.success_CTA {
    background: #20515F;
    padding: 70px 0 0 0;
    margin-top: -130px;
}
body {
    overflow-x: hidden;
}
.heading_footer {
    letter-spacing: 5.5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin-bottom: 1rem;
}
.inner_footer {
    color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.location_footer span {
    color: rgb(255, 228, 26);
}
.location_footer,.phone_icon,.email_icon {
    margin-bottom: 1rem;
    font-family: "Hind",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.inner_footer .fa, .inner_footer .fas {
    color: #3a8eb5;
    padding-right: 15px;
}
.linkedin_footer .fab {
    font-size: 30px;
    color: #fff;
}
.linkedin_footer .fab:hover {
   color: #3a8eb5;
}
.bottom_footer {
    display: flex;
    justify-content: space-between;
}
.bottom_footer .navigation_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.bottom_footer .navigation_list a,.bottom_footer .navigation_list a:hover{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding-right: 19px;
}
.bottom_footer {
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
}
.bottom_footer .col-md-4 a {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}
.titlw_information-top {
    position: absolute;
    left: 8% !important;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 100%;
    padding-top: 0;
    top: auto;
    height: auto;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.breadcrumbs-item a {
    color: #ffe41a;
    text-decoration: none;
}
.breadcrumb_child::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
}
body {
   font-family: 'Sofia Sans Semi Cond';
   font-size: 16px;
   font-weight: 400;
   line-height: 1.618;
   color: #4a4e52;
}
.page-title.white-text {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin: 18px 0 30px;
}
.sub-heading {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}
.inner_top_breadcrumb img {
    height: 450px;
    position: relative;
    display: block;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
}
body h2, body h3, body h4, body h5, body h6 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.mayon-subheading {
    letter-spacing: 5.5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.left_aboutus h2 {
    font-size: 40px;
    color: #4a4e52;
    font-weight: 800;
    margin: 3px 0 30px;
}
.about_us {
    padding: 5rem 8%;
    display: flex;
    justify-content: space-between;
}
.left_aboutus {
    width: 48%;
}
.right_about-img {
    width: 48%;
}
.left_aboutus p {
    color: rgb(74, 78, 82);
}

.inner_left_img{
   border-radius: 80px;
   transition: all 1.7s;
}
.inner_left_img:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.testimonials-inner-wrapper{
    display: flex;
}
.inner_left{
    position: relative;
    overflow: hidden;
    border-radius: 80px;
}
.inner_left,.inner_right{
    width: 46%;

}
.inner_right{
    /*padding-left: 3rem; */
    margin: auto;

    width: 46%;
}
.inner_left_des,.inner_right_des1 ,.inner_right_des2{
   font-weight: 900;
   display: -webkit-box;
   overflow: hidden;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.inner_right_block1, .inner_right_block2 {
    padding: 1rem 0px;
}
.inner_left_block{
   position: absolute;
   top: 80%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   width: 80%;
}
a.inner_left_link{
    color: #fff;
}
.testimonials_section{
    display: inline-block;
}
.inner_right_link1 {
    text-decoration: none;
}

.inner_left .inner_left_link.right-link {
    color: #fff !important;
}
.inner_right .inner_right_link1 {
    line-height: 1.25 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4a4e52;
}
.right-link {
    color: #2b7fa6 !important;
    transition: all 0.3s ease !important;
    text-decoration: underline;
    font-weight: 600;
    font-family: "Hind",Helvetica,Arial,sans-serif;
}
.insight_blog {
    padding: 0 0 20px;
}
.success_CTA .inner_insightful h2 {
    padding-top: 3rem;
}
.inner_left_block .inner_right_link1 {
    color: #fff;
}
.repeater_numbers_wntd {
    background: rgba(22, 31, 40, 1);
    padding: 0;
    width: 95%;
    margin: 0 0 0 auto;
    animation-name: slideInRight;
    position: relative;
    overflow: hidden;
    animation-delay: 3s;
    animation-duration: 2s;
    animation-fill-mode: both;
    border-radius: 500px 0 0 500px;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 85%;
}
.content-wrapper.full-width {
    padding: 60px 0 60px 5%;
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.repeater_numbers_wntd .dont_justmake_text {    
    font-family: "Open Sans",Helvetica,Arial,sans-serif;    
    font-weight: 800;   
    line-height: 1.4;
    font-size: 45px;    
    color: #fff;    
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}
.repeater_counters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    color: #fff;
}
.repeater_wntd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    color: #fff;
}
.wntd_boxes h3 {
    color: rgb(255, 228, 26);
    font-weight: 800;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 40px;
}
.wntd_boxes:nth-child(4) h3::after{
    content: "k";
}
.wntd_boxes:nth-child(4) h3::before{
    content: "+";
}
.wntd_boxes:nth-child(1) h3::after,
.wntd_boxes:nth-child(2) h3::after,
.wntd_boxes:nth-child(3) h3::after{
    content: "%";
}
.wntd_boxes {
    padding-right: 2rem;
}
.inner_choose_wntd {
    text-align: center;
}
.inner_choose_wntd h2 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
    font-size: 35px;
    padding-bottom: 2rem;
}
.whywntd_repater {
    width: 100%;
    position: relative;
    list-style: none;
    margin: 1rem 0 0 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.all_choosedata {
    border: 1px solid #20515f;
    border-radius: 32px;
    background: #20515f;
    box-shadow: 0px 4px 4px 5px rgba(0,0,0,0.12);
    width: calc(100% / 4 - 25px);
    display: inline-block;
    padding: 40px 30px;
    margin-bottom: 25px;
}
.wntd_title {
    color: #ffe41a;
    font-weight: 800;
    line-height: 1.4;
    font-size: 18px;
    font-family: "Hind Sans",Helvetica,Arial,sans-serif;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.all_choosedata p {
    margin-bottom: 0;
    color: #fff;
}
.why_choose_wntd, .mission_statement {
    padding: 80px 8% 100px;
}
.mission_statement {
    background: rgba(236, 236, 241, 1);
}
.inner_statement img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.inner_statement {
  text-align: center;
}
.ission_ttile {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 800;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin-bottom: 1.5rem !important;
}
.mission_statement_desc {
    color: rgb(43, 127, 166);
    font-weight: 800;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 25px;
    line-height: 1.4;
}
.wntd_support_desc {
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 1rem;
}
.both_logos {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    text-align: center;
}
.team_member {
    color: #fff;
    background: rgba(33, 81, 95, 1);
    padding: 80px 8%;
}
.tema_title {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
    font-size: 40px;
    padding-bottom: 2rem;
}
.sc-name {
    font-size: 25px;
    color: #ffe41a;
    font-weight: 800;
    margin-bottom: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.sc-title {
    margin-bottom: 20px;
}
.inner_solicitor-card {
    display: flex;
    flex-wrap: wrap;
}
.inner_solicitor-card img {
    width: 90%;
    height: 100%;
    border-radius: 11px;
    overflow: hidden;
}
.sc-text-block {
    width: 100%;
    padding: 20px;
}
.sc-text-block {
    font-size: 18px;
}
.team_member_email {
    margin-bottom: 10px;
}
.team_member_email a{
    color: #fff;
    text-decoration: none;
}
.sc-mail,.sc-mail:hover {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.sc-mail .fab,.sc-mail .fas{
    margin-right: 10px;
}
.inner_solicitor-card img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
}
.team_member_img{
    width: 45%;
}
.sc-text-block{
    width: 55%;
}
.inner_solicitor-card img {
    width: 324px;
    height: 320px;
    object-fit: cover;
    object-position: 0 top;
}
.sc-mail:active {
    color: #fff;
}
.team_member_linkedin {
    margin-bottom: 10px !important;
}
.team_slider ul {
    list-style: none;
}
.team_slider .slick-dots li button {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    border: 1px solid #ffe41a;
    font-size: 0;
}
.team_slider .slick-dots li.slick-active button {
    border-color: #fff;
    background: #2b7fa6;
}
.team_slider .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 5px !important;
}
.team_slider .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
#solution-row h2 {
    line-height: 50px !important;
    font-size: 40px !important;
}
.solution_data-driven {
    width: 70%;
    margin: auto;
}
#solution_main{
    padding-bottom: 55px !important;
}
.partnership_programme {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
    font-size: 30px;
    padding-top: 3rem;
    text-align: center;
    margin-bottom: 4rem;
}
.service_text {
    display: flex;
    justify-content: space-between;
}
.inner_service_text {
    width: 47%;
}
.imagewntd_service {
    width: 47%;
}
.inner_service_text h2 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
    font-size: 30px;
}
.service_text:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 3rem;
}
.solutions_testimonial {
    margin-bottom: 80px;
}
.contact_information h2 {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 35px;
}
.contact_information {
  text-align: center;
  padding: 4rem;
}
.contact_information h2 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
    font-size: 35px;
    padding-bottom: 10px;
}
.form-full {
    margin: auto;
}
.form-full .gform_title {   
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;   
    line-height: 1.4;
    font-size: 30px;
    padding-bottom: 0;
}
.form-full input {
    padding: 0 15px !important;
    height: 45px;
    font-size: 14px !important;
    border: none !important;
    background: #ececf1 !important;
    border-radius: 5px !important;
    box-shadow: none;
}
.form-full input::placeholder,
.form-full textarea::placeholder {
    color: #8585A5;
    opacity: 1;
}
.form-full input:focus,
.form-full textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.form-full textarea {
    border: none;
    background: #ececf1;
    border-radius: 5px;
    box-shadow: none;
    padding: 20px 15px !important;
    height: 100px !important;
}
.form-full #gform_submit_button_1 {
    height: auto;
    cursor: pointer;
    color: #161f28;
    background: #ffe41a !important;
    border: 1px solid #ffe41a !important;
    font-weight: 600;
    margin: 0;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    line-height: 1;
    transition: all 0.3s ease;
    font-size: 16px !important;
}
.form-full .gform_footer.top_label {
    justify-content: end;
}
.contact_usform {
    padding-bottom: 3rem;
}
.contact_usform #gform_submit_button_1:hover {
    background: #2b7fa6 !important;
    border-color: #2b7fa6 !important;
    text-decoration: none;
    color: #fff;
}
.map-data-all:nth-child(1) {
    background-image: url('/wp-content/uploads/2023/03/wearewntd-scaled.jpg');
}
.map-data-all:nth-child(2) {
    background-image: url('/wp-content/uploads/2023/03/wearewntd1.png');
}
.map-data-all {
    position: relative;
    margin: 0 1em 2em 0;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    flex-grow: 1;
    width: 30%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.inner_map-box {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 70%;
}
.inner_map-data-row {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 40px;
    color: #fff;
    background: #20515fd9;
}
.map-box {
    padding: 0 0 50px 0;
    background: linear-gradient(to bottom, #fff 15%, #20515f 15%);
}
.country_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.innr_country_name {
    margin: 0 0 10px;
    font-size: 25px;
    padding: 0;
    color: #ffe41a;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 800;
}
.country_name .fa.fa-map-marker-alt {     
    right: 40px;    
    background: #ffe41a;    
    width: 40px;    
    height: 40px;   
    display: flex;
    align-items: center;
    justify-content: center;    
    border-radius: 50%;
}
.country_name  i.fa.fa-map-marker-alt::before {
  color: #2b7fa6;
}
.map-data-all .address_phone_number a,
.map-data-all .address_email a {
    color: #fff;
    text-decoration: none;
}
.map-data-all .fa-phone {
    transform: rotate(270deg);
}
.map-data-all .fa {
    margin-right: 10px;
    color: #ffe41a;
}
.address_map {
    width: 70%;
    padding: 0 0 5px;
    line-height: 1.618;
    margin: 0 0 0.5em;
}
.address_phone_number {
    margin: 0 0 0.5em;
}
.map-button a:hover {
    color: #161f28 !important;
    background: #ffe41a !important;
    border-color: #ffe41a !important;
}
.map-button a {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    padding: 15px 30px;
    border-radius: 50px;
    line-height: 1;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    margin-top: 1rem;
}
.diversity_context {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    font-family: "Hind",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.618;
    color: #4a4e52;
    padding: 3rem 20% 5%;
}
#net_zero ul {
    margin: 0;
    padding-left: 30px;
    line-height: 33px;
}
#net_zero {
    color: #4a4e52;
}
.diversity_context strong{
    color: rgb(22, 31, 40);
}
#terms-and-condtion{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.diversity_context p a {
    color: rgb(43, 127, 166);
    text-decoration: none;
}
.breadcrumbs-item a:hover {
    color: #267092;
}
.stories_market {
    padding: 2rem 0% 4rem;
}
.insight_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insight_row .insight_data {
    width: calc(100% / 4 - 2em);
    margin: 0 1em 2em;
    position: relative;
}
.insight_row .insight_data img {
    height: 380px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}   
.insight_allinfo {
    padding: 1em 1.25em;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1),opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: translateY(0);
    bottom: 0;
    transition: all 0.3s ease;
}
.insight_data .inner_right_des1 {
    font-size: 25px;
    line-height: 33px;
}
.read_article:hover {
    color: #fff !important;
    background: #20515f !important;
    border-color: #20515f !important;
}
.read_article {
    cursor: pointer;
    color: #161f28;
    background: #ffe41a;
    font-weight: 600;
    margin: 0;
    padding: 15px 30px;
    border-radius: 50px;
    line-height: 1;
    transition: all 0.8s ease;
    background: #2b7fa6;
    border-color: #2b7fa6;
    color: #fff;
    text-decoration: none;
}
.blog-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0.7));
    transition: all 0.3s ease;
}
.insight_image {
    position: relative;
    transition: all 0.3s ease;
}
.blog-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0.7));
    transition: all 0.3s ease;
    opacity: 0.5;
}
.all_tags_post ul {
  padding: 0;
  margin: 0;
}
.all_tags_post {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
  padding: 0;
}
.all_tags_post .tag {
    display: inline-block;
    margin: 0 10px 10px 0;
    background: #fff;
    font-size: 75%;
    border-radius: 4px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all_tags_post .tag a {
  color: #4a4e52;
  display: block;
  text-decoration: none;
}
.all_tags_post .tag:hover {
    background: #2b7fa6;
}
.all_tags_post .tag:hover a{
    color: #fff;
}
.insight_image:hover {
    box-shadow: 1px 0 10px 1px rgba(0,0,0,0.5);
}
.insight_image,.blog-shadow {
    border-radius: 8px;
}
.insight_row .insight_data .read_article {
    color: #fff;
}
.insight_row .insight_data .inner_right_des1 {
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
}
.insight_allinfo {
    opacity: 1;
    transform: translateY(-1rem);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1),opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.full_box_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.view_all_case-btn {
    display: flex;
    align-items: center;
}
.view_all_case-btn span {
  margin: 0 1em 0 0;
}
#cat_title {
    border: 1px solid rgba(0,0,0,0.15);
    height: 45px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
}
.view_all_case-btn .cat_select {
    width: 200px;
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    background: var(--bg-color);
    outline: none;
    appearance: none;
    font-size: 1em;
    color: var(--font-color);
    padding: 10px 15px;
    line-height: 1.618;
    border-radius: 5px;
}
.search_cat_insight {
    background: #20515F;
    color: #fff;
    border: none;
    height: 45px;
    padding: 0;
    width: 150px;
}
.view_all_case-btn #cat_title,.view_all_case-btn .cat_select{
    margin: 0 1.5em 0 0;
}
.all-insight-row {
    padding-bottom: 4rem;
    padding-left: 1rem;
}
#cat_title:focus {
    outline: none;
}
.single_post_top {
    padding: 8rem 0 5rem;
}
.go-back::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    padding-right: 10px;
}
.go-back:hover {
    color: #ffe41a !important;
}
.go-back {
    display: block;
    text-decoration: none;
    color: #4a4e52 !important;
    margin: 2em 1em;
}
.inner_single_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.share_article h4 {
    font-size: 20px;
    margin: 0;
    color: #4a4e52;
    font-weight: 800;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.4;
    display: flex;
    flex-grow: 1;
    padding: 0 10px;
}
.social-share-block a {
    margin: 10px 6px;
    text-align: center;
    color: #4a4e52;
    font-size: 110%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-table;
}
.image_share_article {
    position: relative;
}
.share_article {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    padding: 0 1% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    background: #ececf1;
    height: 60px;
}
.banner_text_heading h2 {
    font-size: 50px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    padding-top: 1rem;
    color: #4a4e52;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.4;
}
.the_contentpost {
    padding-top: 2rem;
}
.the_contentpost a {
    color: #2b7fa6;
    text-decoration: none;
}
.related_tags {
    border-top: 1px solid #e3e3eb;
    position: relative;
    padding: 10px 15px 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.related_tags .all_tags_post .tag {
    border: 1px solid rgba(0,0,0,0.25) !important;
}
.inner_single_top .col-md-8 {
    padding-right: 2em;
}
.innerpcr-sidebar {
    background: #ECECF1;
    padding: 0.5em 2em;
    margin: 1em auto;
}
.Continue_reading {
    font-size: 25px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #4a4e52;
    font-weight: 800;
}
.Continue_reading {
    font-size: 25px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #4a4e52;
    font-weight: 800;
    border-bottom: 1px solid;
    padding: 1em 0 0;
    margin-bottom: 1.5em;
}
.related_all_ingo::after {
  content: "";
  background: rgba(0,0,0,0.15);
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related_all_ingo {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 0 0 1.5em;
}
.insight_the_title:hover {
    color: #2b7fa6;
}
.insight_the_title {
    line-height: 1.618 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.right_siderelated{
    padding-left: 1rem;
}
.related_all_ingo .attachment-post-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottom_related_products {
    padding: 5rem 0 4em;
    background: #ECECF1;
}
.bottom_related_products .insight_row {
    padding: 0;
}
.social-share-block i {
    font-size: 20px;
}
.Menu_burger {
    padding-left: 10px;
}
#main-banner-100 .banner__vid-img.img__mobile {
    display: none;
}
.mobile_onlywrapper{
    display: none;
}
.banner_top_breadcrumb {
    position: relative;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.inner_top_breadcrumb {
    width: 100%;
}
.entry-title {
    display: none;
}
#primary-menu {
    display: flex;
    justify-content: end;
}
#primary-menu li a {
    font-size: 15px;
    font-family: 'Sofia Sans Semi Cond';
    padding: 0px 8px;
    color: #ffffffdb;
    text-decoration: none;
}
#primary-menu .current-menu-item a, #primary-menu li a:hover {
    color: #FF40B4;
    text-decoration: none;
}
.main-banner {
    background-repeat: no-repeat;
    background-position: center;
    height: 770px;
    width: 100%;
    background-size: cover;
}
.left_bannerheading {
    width: 50%;
    padding: 13rem 0% 0 10%;
}
.left_bannerheading strong {
    font-family: sofia_sans_condextrablack;
}
.left_bannerheading h2 {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 65px;
    color: #fff;
    line-height: 65px;
}
.left_bannerheading p {
    font-family: 'Sofia Sans Semi Cond';
    color: #fff;
    font-size: 20px;
}
#search_keywords, #search_keywords::focus-visible {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 15px;
}
#jobify_search_jobs .wdm_search_keywords {
    padding-right: 0;
}
#jobify_search_jobs .col-md-3.wdm_form_div.wdm_submit_div {
    padding-left: 0;
}
#search_keywords {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #000;
}
#search_keywords::focus-visible {
    outline: none;
}
#submit_jobify_form {
    background: #FF40B4;
    border: none;
    height: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    padding: 0;
    font-family: 'Sofia Sans Semi Cond';
    color: #fff;
    font-size: 20px;
}
.inner_wererecruit {
    text-align: center;
}
.were_tw_recruit {
    background-color: #efefef;
    padding: 7rem 10%;
    background-image: url(/wp-content/uploads/2023/03/Frame.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}
.inner_wererecruit h2 {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #0E1721;
    line-height: 55px;
}
.inner_wererecruit p {
    line-height: 35px;
    color: #73808F;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.cta-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta-title {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #fff;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
    padding-top: 1rem;
}
.cta-block:hover {
  top: -15px;
}
.cta-block {
  transition: 0.4s ease-in-out;
  position: relative;
  top: 0;
}
.cta-block {
    width: 49%;
    padding: 2rem;
    text-align: center;
    background-size: cover;
    height: 38rem;
    background-position: center;
}
.cta-link button {
    background: #FF40B4;
    border: none;
    color: #2E0249;
    font-family: 'Sofia Sans Semi Cond';
    border-radius:25px;
    padding: 12px;
    width: 220px;
    font-size: 17px;
}
.candidate-link button {
    color: #FF40B4;
    border: none;
    background: #2E0249;
    font-family: 'Sofia Sans Semi Cond';
    border-radius:25px;
    padding: 12px;
    width: 220px;
    font-size: 17px;
}
.mission_to_do {
    background-color: #efefef;
    padding: 0 10% 6rem;
    background-attachment: fixed;
    background-image: url(/wp-content/uploads/2023/03/Polygon-14.png);
    background-repeat: no-repeat;
}
.mission_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.left_mission {
    width: 47%;
}
.right_mission {
    width: 47%;
    text-align: center;
    position: relative;
}
.mission_title {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #0E1721;
    line-height: 55px;
    padding-bottom: 2rem;
}
.mission_description {
    line-height: 35px;
    color: #73808F;
}
.find_about_us_link button {
    background: #FF40B4;
    border: none;
    color: #2E0249;
    font-family: 'Sofia Sans Semi Cond';
    border-radius: 12px;
    padding: 12px 50px;
    width: auto;
    font-size: 17px;
}
.find_about_us_link button {
    margin-top: 2rem;
}
.director_quote {
    position: absolute;
    bottom: 3rem;
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    color: #0E1721;
    font-family: 'Sofia Sans Semi Cond';
    font-style: italic;
    font-size: 20px;
    width: 65%;
    left: auto;
}
.director_name {
    color: #FF40B4;
    font-style: normal;
}
.title_opp {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #0E1721;
    line-height: 55px;
    font-weight: bold;
}
.inner_latest_opportunities {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 3rem;
}
.inner_latest_opportunities .find_about_us_link button{
    margin: 0 !important;
}
.latest_opportunities {
    background: #e4e4e5;
    padding: 7rem 10%;
}
.podcast_Section {
    background-image: url(/wp-content/uploads/2023/03/Group-303.png);
    padding: 7rem 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.storing_leading p{
    color: #fff;
    font-family: 'Sofia Sans Semi Cond';
    font-size  16px;
}
.heading_story {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    font-weight: bold;
    padding: 2rem 0;
}
.storing_leading {
    width: 45%;
}
.social_podcast img {
    margin-right: 2rem;
}
.CX_Healthcheck {
    background: #E4E4E5;
}
.c_health_tag {
    background: #2E0249;
    color: #FF40B4;
    border-radius: 10px;
    padding: 2px 30px;
    width: fit-content;
}
.does_shoot {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #0E1721;
    line-height: 55px;
    font-weight: bold;
    padding: 2rem 0;
}
.Healthcheck_cta {
    width: 70%;
}
.latest_blogposts {
    background: #e4e4e5;
    padding: 7rem 10%;
}
.post-categories a {
    background: #FF40B4;
    color: #0E1721;
    text-decoration: none;
    border-radius: 14px;
    padding: 3px 15px;
    font-family: 'Sofia Sans Semi Cond';
    position: absolute;
    top: 10px;
    left: 10px;
}
.post-categories {
    margin: 0;
    list-style: none;
    padding: 0;
}
.all_log_info {
    position: relative;
}
.blog-page-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all_log_info {
    width: 32%;
}
.all_log_info {
    width: 32%;
    background: #fff;
    border-radius: 20PX;
}
.services_image img{
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 300px !important;
}
.services_title {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 28px;
    color: #0E1721;
    line-height: 35px;
    font-weight: bold;
    border-bottom: 1px solid #D4DCE4;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.all_information {
    padding: 2rem;
}
.services_texcerpt p {
    color: #73808F;
    font-family: 'Sofia Sans Semi Cond';
}
.read_more {
    text-align: center;
    background: #FF40B4;
    color: #fff;
    padding: 8px;
    border-radius: 50px;
}
.read_more a {
    color: #2E0249;
    text-decoration: none;
    font-family: 'Sofia Sans Semi Cond';
    width: 100%;
    display: inline-block;
}
.main_check_cta {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 3rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 3rem;
    z-index: 9;
}
.image_healthcheck {
    position: relative;
    width: 100%;
    height: 100%;
}
.image_healthcheck img {
    position: absolute;
    width: 500px;
    height: auto;
    top: -20rem;
    bottom: auto;
    right: 0;
    z-index: 99;
}
.tw_logo {
    width: 35%;
}
.footer_desc {
    padding-top: 2rem;
}
.tw_logo #gform_1 {
    display: flex;
    align-items: center;
}
.tw_logo #gform_submit_button_1 {
    background: #FF40B4;
    border: none;
    color: #fff;
    height: 50px;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Sofia Sans Semi Cond';
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}
.tw_logo .gform-body.gform_body {
    width: 100%;
}
.tw_logo  .gform_footer.top_label {
    margin: 0 !important;
}
.tw_logo  #input_1_1 {
    width: 100%;
    height: 50px;
}
.tw_logo #input_1_1::focus-visible {
    outline: none;
}
.tw_logo #input_1_1::placeholder {
    opacity: 1;
    font-family: 'Sofia Sans Semi Cond';
}
.tw_logo #input_1_1 {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 0 20px;
    font-family: 'Sofia Sans Semi Cond';
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
#colophon {
    background: #37054C;
    padding: 7rem 10% 6rem;
    position: relative;
    background-image: url("/wp-content/uploads/2023/03/Frame1.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.pages_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ges_footer_title {
    color: #FF40B4;
    font-weight: bold;
    padding: 12px 0;
}
.pages_footer ul li {
    padding: 12px 0;
}
.pages_footer li a {
    color: #fff;
    text-decoration: none;
}
.right_bottom_footer {
    width: 65%;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
}
.bc-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.latest_opportunities .hp-cta-button {
    font-size: 17px;
    align-items: center;
}
.client_banner_top {
    background-image: url(/wp-content/uploads/2023/03/Group-34.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 15rem 0 8rem;
}
.clent_heaidng {
    font-size: 76px;
    line-height: 75px;
    font-family: sofia_sans_condextrablack;
    font-style: italic;
    letter-spacing: 1px;
}
.client_desc-banner {
    font-family: 'Sofia Sans Semi Cond';
    color: #fff;
    font-size: 20px;
    padding-top: 2rem;
    line-height: 26px;
    width: 60%;
    margin: auto;
}
#talent_challnge {
    background-image: url(/wp-content/uploads/2023/03/Frame2.png);
    background-position: top left;
    background-size: contain;
}
.that_wyission {
    padding: 0rem 10% 6rem;
    background-color: #efefef;
}
.inner_wyission {
    background: #fff;
    padding: 3rem;
    border-radius: 20px;
}
.cta_cient_temp {
    width: 55%;
}
.missin_title_bottom {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #0E1721;
    line-height: 50px;
    padding-bottom: 1rem;
    font-weight: 900;
}
.mission_desc {
    color: #73808F;
}
.inner_wyission {
    background: #fff;
    padding: 3rem 3rem 5rem;
    border-radius: 20px;
    background-image: url(/wp-content/uploads/2023/03/Group-321.png);
    background-position: right;
    background-repeat: no-repeat;
}
.packages_Section {
    padding: 4rem 5rem;
    background: #2E0249;
    color: #fff;
}
.md-header h2 {
    text-align: center;
    font-family: 'Sofia Sans Semi Cond';
    font-size: 40px;
}
.tablinks {
    color: #FFD02C;
    background: #3F1558;
    padding: 0;
}
.tablinks .tab-box-title {
    margin-bottom: 0;
}
.tablinks {
    color: #FFD02C;
    background: #3F1558;
    border: none;
    padding: 12px 10px;
    width: 250px;
    font-size: 14px;
    font-family: 'Sofia Sans Semi Cond';
    border-radius: 10px;
    margin: 0px 2px;
}
.content-tab-row.row {
    padding-top: 3rem;
}
.tab {
    text-align: center;
}
.tablinks:hover,.tablinks.active.intro {
    background: #FFD02C;
    color: #2E0249;
}
.tab_package_img {
    width: 40%;
    text-align: center;
}
.right_atbs-title {
    width: 48%;
}
.tab-content ul {
    padding: 0;
    margin: 0;
    line-height:40px;
    list-style: none;
}
.tab-content ul li::before {
    content: url(/wp-content/uploads/2023/03/Vector.png);
    padding-right: 1rem;
}
.tab-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    animation: fadeIn 2s;
    justify-content: space-between;
}
.tab-title {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 35px;
    font-weight: 800;
}
.add_text {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 23px;
    color: #0E1721;
    line-height: 30px;
    font-weight: bold;
}
.sectors_text {
    display: flex;
    width: 26%;
    border-bottom: 1px solid #D4DCE4;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin: 0 2rem;
}
.sectors_text img {
    width: 26px;
    height: 26px;
    margin-right: 1rem;
}
.page-template-client-page-template .title_opp {
    font-size: 46px !important;    
    line-height: 45px !important;
}
.sectors_they_recruit {
    background: #fff;
    padding: 2rem 2rem 3rem;
    border-radius: 20px;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.process_working {
    background: #F9EDF4;
    padding: 7rem 10%;
}
.inner_process {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 40px;
    color: #0E1721;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
}
.inner_proess_desc {
    color: #73808F;
    text-align: center;
    padding-top: 1rem;
    font-family: 'Sofia Sans Semi Cond';
    padding-bottom: 1rem;
}
.process_working_images {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}
.latest_opportunities .job_filters {    
    display: none;
}
.latest_opportunities .job-widget-card {
    width: 32%;
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    margin-right: 1rem;
}
.latest_opportunities .job_listings {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    height: 30rem;
    border: none !important;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    overflow: auto;
    cursor: grab;
    scrollbar-color: #FF40B4 #d9d9d8;
}
.job-type.full-time {
    color: #FF40B4;
    font-size: 20px;
    font-weight: bold;
}
.job-card-title {
    font-size: 30px;
    color: #0E1721;
    font-weight: bold;
}
.job-card-location {
    padding-right: 1rem;
}
.salary-location {
    display: flex;
    align-items: center;
    height: 52px;
}
.job-card-location a, .job-card-salary {
    color: #73808F;
    font-size: 16px;
    text-decoration: none;
}
.job-excerpt {
    line-height: 30px;
    color: #73808F;
    font-size: 16px;
    padding-top: 1.5rem;
}
.job-card-type .view_casestudy {
    background: #FF40B4;
    color: #2E0249;
    text-align: center;
    border-radius: 50px;
    padding: 15px 20px;
    font-weight: 600;
}
.job-card-type a {
    text-decoration: none;
}
.job-card-type .view_casestudy a{
    text-decoration: none;
}
.salary-location img {
    width: 32px;
    height: 32px;
}
.job-card-salary, .job-card-location {
    display: flex;
}
.Typical_roles  .job-widget-card{
    margin: 0rem !important;
}
.Typical_roles .job_listings {
    overflow: hidden !important;
}
.jobs_page_row .job-page-search {
    background: #efefef;
    padding: 3rem 2rem;
}
.jobs_page_row .job_types { 
    display: none; 
}
.jobs_page_row  .job_filters .search_jobs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jobs_page_row  .job_filters {
    width: 100%;
}
.jobs_page_row label{
    display: none;
}
.jobs_page_row.job-page-search {
    padding: 3rem 2rem;
    background: #efefef;
}
.jobs_page_row .job_filters .search_jobs input::focus-visible {
    outline: none;
}
.jobs_page_row .job_filters .search_jobs input ,.jobs_page_row #search_categories{
    border-radius: 50px !important;
    height: 50px !important;
    background: #fff;
    border: none !important;
    width: 100%;
    padding: 0px 20px !important;
}
.jobs_page_row .search_submit,
.jobs_page_row .search_categories,
.jobs_page_row .search_salary,
.jobs_page_row .search_keywords,
.jobs_page_row .search_location {
    width: 100% !important;
    margin: 0px 6px;
}
.jobs_page_row .job_listings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.showing_jobs.wp-job-manager-showing-all {
    padding-top: 1rem;
}
.jobs_page_row .job_listings .job-widget-card {
    padding: 2rem;
    width: 32%;
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 1.5rem;
}
.search_submit input {
    font-family: 'Sofia Sans Semi Cond';
    background: #FF40B4 !important;
    color: #fff;
}
.Typical_roles {
    padding-bottom: 0;
}
.main_banner-singlejob {
    background: #2E0249;
    color: #fff;
    padding: 15rem 10% 5rem;
}
.inner-singlejob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display_title_job {
    font-size: 70px;
    color: #fff;
    line-height: 75px;
    font-weight: 900;
    font-family: sofia_sans_condextrablack;
    font-style: italic;
}
.jobrelated_data {
    padding-top: 2rem;
}
.jobrelated_data a{
    color: #fff !important;
    text-decoration: none;
}
.jobrelated_data img {
    padding-right: 5px;
}
.left_job_banner {
    width: 48%;
}
.main_banner-singlejob {
    background-image: url(/wp-content/uploads/2023/03/Group-34.png);
    color: #fff;
    padding: 15rem 10% 5rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-video-container {
    width: 35rem;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}
.about-video-container img {
    position: relative;
    z-index: 2;
    transition: all .4s ease;
}
.about-video-container img:hover {
    transform: scale(1.1);
}
.single-job_listing .post-content-row .job-listing-meta.meta {
    display: none;
}
.post-content-row {
    background: #efefef;
    padding: 7rem 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-content-row {
    background-image: url("/wp-content/uploads/2023/03/Polygon-21.svg");
    background-position: top center;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.post-content-row .pcr-main {
    width: 65%;
    background: #fff;
    border-radius: 12px;
    padding: 4rem 3rem;
    color: #73808f;
}
.pcr-sidebar {
    width: 30%;
}
.share_title {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 35px;
    color: #0E1721;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 1rem;
}
.social-share-block {
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    padding: 9px;
    margin-bottom: 2rem;
}
.application_button, .wp_job_manager_send_application_button {
    background: #FF40B4 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 40px !important;
    border-radius: 19px !important;
    font-family: 'Sofia Sans Semi Cond';
    font-size: 16px;
    font-weight: 400;
}
.application_details {
    padding-top: 2rem;
}
#candidate_email, #candidate_name {
    height: 50px;
    padding: 10px 20px;
    border-radius: 12px;
}
#application_message{
    padding: 10px 20px;
    border-radius: 12px;
}
.job_description ul {
    margin: 0;
    padding-bottom: 1rem;
}
.single-job_listing .latest_opportunities {
    background: #EFEFEF;
    padding: 0 10% 5rem;
}
.single-job_listing .CX_Healthcheck {
    background: #EFEFEF;
}
.page-template-aboutpage-template .mission_to_do {
    background-color: #fff;
    padding: 2rem 10% 6rem;
}
.title_guide {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #0E1721;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
}
.Ourguiding_values {
   padding: 7rem 10%;
   background: #F9EDF4;
}
.repeater_guiding_row {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    height: 32rem;
    border: none !important;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    overflow: auto;
    cursor: grab;
    scrollbar-color: #FF40B4 #d9d9d8;
    padding-top: 3rem;
}
.text_values h3 {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 34px;
    color: #0E1721;
    line-height: 38px;
    font-weight: bold;
}
.text_values {
    padding-top: 3rem;
}
.text_values p {
    padding-top: 1rem;
    color: #73808F;
    line-height: 30px;
}
.our_guiding_values {
    width: 24%;
    margin-right: 2%;
}
.meet_team {
   padding: 7rem 10%;
}
.meet-team-card-row h2 {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 50px;
    color: #0E1721;
    line-height: 55px;
    font-weight: bold;
    padding-left: 0rem;
    padding-bottom: 3rem;
}
.team-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team-flex .job-consultant-card {
    width: 32%;
    text-align: center;
    position: relative;
}
.meet_teamtitle button {
    background: #fff;
    color: #0E1721;
    font-family: 'Sofia Sans Semi Cond';
    font-size: 25px;
    border-radius: 20px;
    font-style: italic;
    height: 65px;
}
.job-consultant-card img {
    width: 100%;
}
.meet_teamtitle {
    position: absolute;
    bottom: 30px;
    display: block;
    text-align: center;
    left: auto;
    right: auto;
    width: 100%;
}
.coprate_text h3 {
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    font-weight: bold;
    padding-bottom: 2rem;
}
.coprate_text p {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}
.coprate_text {
    width: 50%;
}
.about_bottomcta {
    background: #430954;
    font-family: 'Sofia Sans Semi Cond';
    color: #fff;
    padding: 7rem 10%;
    background-image: url("/wp-content/uploads/2023/03/Group-431.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.candidate_mission .right_candisate-img {
    width: 40%;
}
.right_candisate-img img {
    position: absolute;
    bottom: 0;
}
.candidate_mission .inner_wyission {
    background: #fff;
    padding: 3rem 3rem 3rem;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#input_1_1:focus-visible {
    outline: none;
}
.tetsimonials_sec {
    background: #2E0249;
    padding: 7rem 10%;
}
.tetsimonials_sec .title_opp {
    color: #fff !important;
    padding-bottom: 2rem;
}
.all_tetsimonial_data {
    background: #fff;
    width: 32%;
    padding: 2rem;
    border-radius: 20px;
    margin-right: 1rem;
}
.testimonial_repeater {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    height: 20rem;
    border: none !important;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    overflow: auto;
    cursor: grab;
    scrollbar-color: #FF40B4 #d9d9d8;
}
.tetsimonial_ritle {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 26px;
    color: #0E1721;
    line-height: 25px;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D4DCE4;
}
.tetsimonial_quote {
    color: #73808F;
    padding-top: 1rem;
}
.author-img-name {
    display: flex;
    align-content: center;
    padding-top: 2rem;
}
.author_name {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 20px;
    color: #000;
    font-style: italic;
}
.join-network {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10%;
}
.join_talent .inner_proess_desc {
    padding-bottom: 3rem;
}
.join-network .col-md-6 {
    position: relative;
}
.join-network .digital_job_title {
    position: absolute;
    top: 0;
    width: 90%;
    padding: 2rem;
}
.inner_job_title {
    color: #fff;
    font-size: 49px;
    line-height: 47px;
}
.join_talent  {
    background-image: url(/wp-content/uploads/2023/03/Frame1-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}
.join-network .col-md-6 img {
    width: 100%;
}
.first_left_join img {
    padding-right: 1rem;
}
.right_left_join img {
    padding-left: 1rem;
}
.rightr-btn button {
    background: #2E0249;
    color: #FFD02C;
}
.all_podact_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.candidate_bottom_podcast {
    width: 32%;
    margin-bottom: 2rem;
    position: relative;
}
.candidate_bottom_podcast .blog-o-link {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
}
.candidate_bottom_podcast img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.candidate_bottom_podcast img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.insight_title {
    padding: 2rem;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.inner_insight_title {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 30px;
    color: #0E1721;
    line-height: 39px;
    font-weight: bold;
}
.service_description {
    line-height: 30px;
    color: #73808F;
    padding: 1rem 0;
}
.podcast_listen,.podcast_listen:hover {
    color: #FF40B4 !important;
    text-decoration: none;
}
.podcast_listen .fa{
    margin-right: 0.5rem;
}
.podcast_banner {
    background-image: url(/wp-content/uploads/2023/03/Group-461.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 15rem 10% 8rem;
    display: flex;
    justify-content: space-between;
}
.just_uploaded {
    background: #FFD02C;
    color: #2E0249;
    border-radius: 13px;
    padding: 8px 20px;
}
.banner_text_podcastr {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 86px;
    color: #fff;
    line-height: 80px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.cx_revolution {
    color: #FF40B4;
    font-weight: bold;
    font-family: sofia_sans_condextrablack;
    font-style: italic;
}
.inner_podcast_banner {
    width: 70%;
}
#all_podcast {
    background-image: url(/wp-content/uploads/2023/03/Frame1-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.right_singlepodcast {
    width: 35%;
}
.single-podcast .post-content-row {
    background-position: top left !important;
    padding: 7rem 10%;
}
.right_singlepodcast img {
    border-radius: 20px;
}
.single-podcast .pcr-main {
    background: transparent;
}
.podcast_audio_link iframe {
    height: 100%;
    width: 100%;
}
.podcast_audio_link {
    padding-bottom: 1rem;
}
.single-podcast .post-content-block {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
}
.single-podcast .post-content-row .pcr-main {
    width: 65%;
    padding: 0rem;
}
.single-podcast .CX_Healthcheck {
    background: #efefef;
}
.page-template-client-page-template .load_more_jobs {
    display: none;
}
.single-podcast .candidate_bottom_podcast {
    width: 100% !important;
    border-radius: 20px;
}
.single-podcast .insight_title {
    border-radius: 20px;
}
.job_listings::-webkit-scrollbar-thumb,
.repeater_guiding_row::-webkit-scrollbar-thumb,
.testimonial_repeater::-webkit-scrollbar-thumb {
    background: #FF40B4;
    border-radius: 10px;
}
.job_listings::-webkit-scrollbar,
.repeater_guiding_row::-webkit-scrollbar,
.testimonial_repeater::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
.right_mission .img-rep-container-01 img {
    left: 10%;
    position: relative;
    bottom: 25rem;
}
.right_mission .img-rep-container-02.rellax {
    position: relative;
    left: 6rem;
    top: 2rem;
}
.top_second-accent {
    position: absolute;
    top: 10rem;
}
.img-rep-container-03.rellax {
    text-align: left;
    top: 15rem;
    position: relative;
    left: 1rem;
}
.img-rep-container-04.rellax {
    position: absolute;
    right: 2rem;
    top: 4rem;
}
.img-rep-container-05.rellax {
    position: absolute;
    bottom: 8rem;
    left: 3rem;
}
.img-rep-container-06.rellax {
    position: absolute;
    right: 8rem;
    bottom: 0rem;
}
.img-rep-container-07 img {
    position: relative;
}
.img-rep-container-07 {
    position: absolute;
    right: 0rem;
    bottom: 8rem;
}
.single-podcast .podcast_banner {
    background-image: none;
    background: #2E0249;
}
.inner_podcast_banner {
    padding-right: 10%;
}
.listen_today {
    padding-bottom: 2rem;
    color: #fff;
    font-size: 17px;
    font-family: 'Sofia Sans Semi Cond';
    font-weight: 600;
    line-height: 29px;
    padding-top: 2rem;
}
.listen_today span {
    display: block;
    padding-bottom: 1rem;
}
.sporidy_apple_podcast img {
    padding-right: 10px;
    position: relative;
    top: -4px;
}
.sporidy_apple_podcast {
    color: #fff !important;
    text-decoration: none;
}
.inner_wererecruit p {
    width: 60%;
    margin: auto;
}
.process_card-working {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_process_working {
    width: 19%;
    position: relative;
}
.text_process {
    font-family: 'Sofia Sans Semi Cond';
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 0;
    padding: 2rem;
}
.value_desc {
    text-align: center;
    line-height: 35px;
    color: #73808F;
}
.contact_info-row {
    padding: 5rem 10%;
    background: #f5f5f5;
}
.left_contact_info p {
    font-size: 35px;
    margin: 0;
}
.contact_info-row .gform_required_legend {
    display: none;
}
.contact_info-row legend,.contact_info-row label{
    display: none;
}
.hpfr-title {
    font-size: 25px;
    font-weight: bold;
    color: #FF40B4;
}
.hpfr-cbc {
    width: 49%;
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
}
.right_contact_info {
    width: 49%;
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
}
.row-cbc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem;
}
.right_contact_info input {
    height: 45px;
    border-radius: 10px;
    padding-left: 15px !important;
}
.right_contact_info textarea {
    border-radius: 10px;
    padding-left: 15px !important;
}
.right_contact_info #gform_submit_button_2 {
    background: #FF40B4;
    color: #fff;
    border: none;
    padding: 10px 30px !important;
    text-align: center;
}
.single-post .podcast_banner {
    background: #2E0249;
}
.single-post .candidate_bottom_podcast {
    width: 100% !important;
    border-radius: 20px;
}
.single-post .insight_title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blog-page-row .all_log_info {
    margin-bottom: 2rem;
}
#all_blogs_page .all_log_info {
    margin-bottom: 2rem;
}
#all_blogs_page .services_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 112px;
}
#all_blogs_page .services_texcerpt p {
  margin: 0;
}
#all_blogs_page .services_texcerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 6px;
}
.single-post .banner_text_podcastr {
    font-size: 56px !important;
    line-height: 60px !important;
}







/*Mobile responsive*/

@media screen and (max-width: 1170px){
    .innr_country_name {
        font-size: 19px !important;
    }
    .inner_map-box {
        width: 85% !important;
    }
    .right_siderelated {
        padding-left: 0 !important;
        padding-top: 1rem;
    }
    .related_all_ingo .col-md-6 {
        width: 100% !important;
    }
    .insight_row .insight_data {
        width: calc(33.33% - 2em) !important;
    }
}
@media screen and (min-width:992px) and (max-width: 1155px){
    .left_bannerheading h2 {
        font-size: 65px !important;
        line-height: 70px !important;
    }
}

@media screen and (min-width:992px) and (max-width: 1286px){
    header#masthead {
        padding: 15px 0 15px 15px !important;
    }
    .latest_opportunities .job_listings {
        height: 33rem !important;
    }
    .job-card-title {
        font-size: 20px !important;
    }
}
@media screen and (min-width:768px) and (max-width: 1218px){
    .inner_job_title {
        font-size: 29px !important;
        line-height: 32px !important;
    }
    .join-network {
        padding: 0 0% !important;
    }
    .Ourguiding_values {
        padding: 5rem 2rem !important;
    }
    .text_values h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .repeater_guiding_row {
        height: 36rem !important;
    }
}
@media screen and (min-width:768px) and (max-width: 991px){
    .meet_teamtitle button {
        font-size: 15px !important;
        height: 40px !important;
    }
    #masthead .col-md-1 {
        display: none;
    }
    .mobile-menu {
        padding-right: 17% !important;
    }
    .latest_opportunities .job-widget-card {
        width: 80% !important;
    }
    .cta-title br {
        display: none;
    }
    .inner_wererecruit h2 {
        font-size: 46px !important;
    }
    .cta-title {
        font-size: 40px !important;
        line-height: 46px !important;
    }
    .were_tw_recruit {
        padding: 5rem 2rem !important;
    }
}
@media screen and (max-width: 768px){
    .hpfr-cbc,.right_contact_info {
        width: 100% !important;
    }
    .right_contact_info {
        margin-top: 2rem;
    }
    .row-cbc {
        display: block !important;
        padding-top: 3rem;
    }
    .left_contact_info p {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .contact_info-row {
        padding: 3rem 10% !important;
    }
    .rellax{
        display: none;
    }
    .process_working_images img {
        margin-bottom: 1rem;
    }
    .process_working_images {
        display: block !important;
    }
    .sectors_text {
        width: 100% !important;
        margin: 0 !important;
    }
    .Typical_roles {
        padding-bottom: 0 !important;
    }
    .page-template-client-page-template .latest_opportunities .job_listings {
        height: auto !important;
        width: 100% !important;
        display: block !important;
    }
    .page-template-client-page-template .latest_opportunities .job-widget-card {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .right_atbs-title,.tab_package_img {
        width: 100% !important;
    }
    .inner_wyission {
        background-position: center !important;
    }
    .packages_Section {
        padding: 4rem 2rem !important;
    }
    .content-tab-row.row .tab button {
        margin-bottom: 1rem;
    }
    .tab-left {
        display: block !important;
    }
    .md-header h2 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .aingle-podcast .post-content-row .pcr-main {
        padding: 0rem !important;
    }
    .right_singlepodcast {
        width: 100% !important;
    }
    .banner_text_podcastr {
        font-size: 35px !important;
        line-height: 40px !important;
        padding-bottom: 1rem !important;
    }
    .inner_podcast_banner {
        width: 100% !important;
        display: block !important;
    }
    .podcast_banner {
        display: block !important;
        padding: 15rem 5% 3rem !important;
    }
    .single-podcast .all_podact_row {
        display: block !important;
    }
    .all_podact_row .candidate_bottom_podcast {
        width: 100% !important;
    }

    .join-network .digital_job_title {
        width: 100% !important;
    }
    .first_left_join img {
        padding-right: 0;
    }
    .join-network .col-md-6 img {
        width: 100% !important;
        height: 20rem;
        object-fit: cover;
    }
    .right_left_join img {
        padding-left: 0 !important;
    }
    .find_about_us_link button {
        width: auto !important;
    }
    .inner_job_title {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .join-network {
        padding: 0 0% !important;
    }
    .process_working {
        padding: 3rem 2rem !important;
    }
    .testimonial_repeater {
        height: 25rem !important;
    }
    .all_tetsimonial_data {
        width: 100% !important;
    }
    .tetsimonials_sec {
        padding: 3rem 2rem !important;
    }
    .inner_latest_opportunities {
        padding-bottom: 1rem !important;
    }
    .candidate_mission .inner_wyission {
        display: block !important;
    }
    .cta_cient_temp {
        width: 100% !important;
    }
    .candidate_mission .right_candisate-img {
        width: 100% !important;
    }
    .right_candisate-img img {
        position: relative !important;
    }
    .missin_title_bottom {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .that_wyission {
        padding: 0rem 5% 4rem !important;
    }
    #talent_challnge .right_mission {
       padding-top: 2rem;
   }
   #talent_challnge {
    padding-top: 3rem !important;
}
.Ourlatest_roles .latest_opportunities {    
    padding: 0rem 1rem !important;
}
.pcr-sidebar {
    width: 100% !important;
}
.post-content-row .pcr-main {
    width: 100% !important;
}
.post-content-row {
    padding: 2rem 1rem !important;
    display: block !important;
}
.post-content-row .pcr-main {
    padding: 4rem 2rem 2rem !important;
}
.inner-singlejob {
    display: block !important;
}
.display_title_job {
    font-size: 35px !important;
    line-height: 40px !important;
}
.left_job_banner {
    width: 100% !important;
}
.main_banner-singlejob {
    padding: 15rem 2rem 5rem !important;
}
.about-video-container {
    width: 16rem !important;
    height: 16rem !important;
}
.jobs_page_row .job_listings .job-widget-card {
    width: 100% !important;
}
.jobs_page_row .job_listings {
    display: block !important;
}
.jobs_page_row .job_filters .search_jobs {
    display: block !important;
}
.jobs_page_row .search_submit,
.jobs_page_row .search_categories,
.jobs_page_row .search_salary,
.jobs_page_row .search_keywords,
.jobs_page_row .search_location {
    width: 100% !important;
    margin: 0 0 10px;
}
.coprate_text h3 {
    font-size: 35px !important;
    line-height: 40px !important;
}
.coprate_text {
    width: 100% !important;
}
.about_bottomcta .coprate_text p {
    margin-bottom: 0;
}
.about_bottomcta {
    padding: 3rem 2rem !important;
    background-image: none;
}
.meet-team-card-row h2 {
    font-size: 35px !important;
    line-height: 40px !important;
    padding-left: 0 !important;
    padding-bottom: 1rem;
}
.meet_team {
    padding: 2rem !important;
}
.our_guiding_values {
    width: 100% !important;
}
.Ourguiding_values {
    padding: 2rem !important;
}
.title_guide {
    font-size: 35px !important;
    line-height: 40px !important;
}
.page-template-aboutpage-template .right_mission {
    padding-top: 2rem;
}
.page-template-aboutpage-template .mission_to_do {
    padding: 2rem 2rem 3rem !important;
}
.client_desc-banner {
    padding-left: 5%;
    padding-right: 5%;
}
.client_desc-banner br {
    display: none;
}
.clent_heaidng {
    font-size: 35px !important;
    line-height: 40px !important;
}
.mobile-menu {
    padding-right: 0 !important;
}
.inner_footer {
    display: block !important;
}
.tw_logo {
    width: 100% !important;
}
#colophon {
    padding: 7rem 10% 1rem !important;
}
.right_bottom_footer {
    width: 100% !important;
    padding-top: 1rem;
}
.does_shoot {
    font-size: 35px !important;
    line-height: 40px !important;
}
.image_healthcheck img {
    position: relative !important;
    top: auto !important;
}
.Healthcheck_cta {
    width: 100% !important;
}
.all_log_info {
    margin-bottom: 1rem;
    width: 100% !important;
}
.blog-page-row {
    display: block !important;
}
.latest_blogposts {
    padding: 3rem 2rem 1px !important;
}
.main_check_cta {
    width: 80% !important;
    padding: 2rem !important;
    display: block !important;
}
.storing_leading {
    width: 100% !important;
}
.heading_story {
    font-size: 35px !important;
    line-height: 40px !important;
}
.podcast_Section {
    padding: 3rem !important;
}
.latest_opportunities .job-widget-card {
    width: 80% !important; 
}
.director_quote {
    bottom: 0rem !important;
    width: 100% !important;
    position: relative !important;
}
.mission_title {
    font-size: 35px !important;
    line-height: 40px !important;
}
.mission_inner {
    display: block !important;
}
.left_mission,.right_mission {
    width: 100% !important;
}
.mission_to_do {
    padding: 0 2rem 3rem !important;
}
.inner_wererecruit p {
    padding-bottom: 1rem !important ;
}
.cta-title br {
    display: none;
}
.cta-block {
    width: 100% !important;
    height: 28rem !important;
    margin-bottom: 1.5rem;
}
.cta-title {
    font-size: 35px !important;
    line-height: 40px !important;
}
.cta-row {
    display: block !important;
}
.inner_wererecruit p br {
    display: none;
}
.were_tw_recruit {
    padding: 3rem 2rem!important;
}
.inner_wererecruit h2 {
    font-size: 35px !important;
    line-height: 40px !important;
}
#search_keywords,#submit_jobify_form {
    border-radius: 50px !important;
}
#jobify_search_jobs .wdm_search_keywords,
#jobify_search_jobs .col-md-3.wdm_form_div.wdm_submit_div {
    padding: 0 !important;
}
#jobify_search_jobs .wdm_search_keywords {
    margin-bottom: 10px;
}
.pcr-sidebar {
    padding-top: 3rem;
}
.inner_single_top {
    padding: 0px 8% !important;
}
.Continue_reading {
    font-size: 21px !important;
}
.inner_single_top .col-md-8 {
    padding-right: 0 !important;
}
.insight_row .insight_data {
    width: calc(50% - 2em) !important;
}
.team_member_img {
    width: 100% !important;
}
.sc-text-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.both_logos .col-md-2 {
    padding-bottom: 1rem;
    text-align: left;
}
.all_choosedata {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    min-height: 260px !important;
}
.both_logos {
    display: block !important;
}
}

@media screen and (min-width: 569px) and (max-width: 768px){
    .team-flex .job-consultant-card {
        width: 48%;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 568px){
    .team-flex {
        display: block !important;
    }
    .team-flex .job-consultant-card {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .latest_opportunities .job_listings {
        height: 36rem !important;
        width: 100% !important;
    }
    .latest_opportunities .job-widget-card {
        width: 95% !important;
        padding: 1rem 1rem 3rem;
    }
    .job-card-title {
        font-size: 28px !important;
    }
    .salary-location {
        display: block !important;
        height: auto !important;
    }
    .cta-link button,.candidate-link button {
        width: 100% !important;
    }
    .insight_row .insight_data {
        width: 85% !important;
        margin: 1em auto !important;
    }
}
@media screen and (max-width: 991px){
    .hamburger.hamburger--slider.js-hamburger {
        padding: 0 !important; 
    }
    .title_opp {
        font-size: 35px !important;
        line-height: 40px !important;
        padding-bottom: 1rem;
    }
    .inner_latest_opportunities {
        display: block !important;
    }
    .latest_opportunities {
        padding: 3rem 2rem !important;
    }
    .left_bannerheading {
        width: 100% !important;
        padding: 12rem 2rem 6rem !important;
    }
    .main-banner {
        height: auto !important;
    }
    .left_bannerheading h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    } 
    #primary-menu {
        display: block;
    }
    .overlay-content {
        margin-top: 12rem;
    }
    .navigation-menu {
        display: none;
    }
    .mobile-menu {
        display: block !important;
    }
    .diversity_context {
        padding: 3rem 10% 5% !important;
    }
    .breadcrumbs-item{
        margin: 0 !important;
        padding: 0 0.5em 0 0;
    }
    .titlw_information-top {
        padding: 0 5%;
        left: 0 !important;
    }
    .contact_usform {
        padding: 0 1.5rem;
    }
    .form-full .gform_title {
        font-size: 23px !important;
    }
    .contact_information h2 {
        font-size: 23px !important;
    }
    .contact_information {
        padding: 50px 1.5rem !important;
    }
    .banner_text_heading h2 {
        font-size: 28px !important;
    }
    .social-share-block a {
        margin: 0px 4px !important;
    }
    .share_article h4 {
        display: none;
    }
    .share_article {
        width: 100% !important;
    }
    .view_all_case-btn span {
        margin: 0 1em 0 0 !important;
    }
    .search_cat_insight {
        margin-top: 1rem;
    }
    .view_all_case-btn #cat_title, .view_all_case-btn .cat_select {
        margin: 0 !important;
        width: 100% !important;
    }
    .breadcrumbs-item {
        margin: 10px 1em 0.8em 0 !important;
    }
    .all-insight-row {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
    .view_all_case-btn {
        display: block !important;
    }
    .imagewntd_service {
        width: 100%;
        padding-top: 1rem;
    }
    .inner_service_text h2 {
        margin-bottom: 1.5rem !important;
    }
    .inner_service_text {
        width: 100% !important;
    }
    .service_text {
        display: block !important;
    }
    .inner_service_text h2 {
        font-size: 23px !important;
    }
    .partnership_programme {
        font-size: 23px !important;
    }
    .inner_choose_wntd h2 {
        padding-bottom: 1rem !important;
    }
    #solution-row h2 {
        line-height: initial !important;
        font-size: 26px !important;
    }
    .solution_data-driven {
        width: 100% !important;
    }
    .sub-heading {
        font-size: 16px !important;
    }
    .inner_solicitor-card img {
        width: auto;
        height: auto;
        object-fit: cover;
        object-position: 0 top;
    }
    .sc-name {
        font-size: 21px !important;
    }
    .tema_title {
        font-size: 26px !important;
    }
    .mission_statement_desc {
        font-size: 21px !important;
    }
    .ission_ttile {
        font-size: 26px !important;
    }
    .why_choose_wntd, .mission_statement {
        padding: 80px 8% 80px !important;
    }
    .inner_choose_wntd h2 {
        font-size: 26px !important;
    }
    .about_us {
        padding: 5rem 8% 0 !important;
    }
    .repeater_numbers_wntd {
        border-radius: 0 !important;
        width: 100% !important;
    }
    .repeater_numbers_wntd .content-wrapper.full-width {
        padding: 60px 0 60px 0% !important;
    }
    .repeater_wntd {
        flex-wrap: wrap;
        align-items: baseline !important;
    }
    .wntd_boxes {
        padding-right: 1rem !important;
        width: 50% !important;
    }
    .wntd_boxes h3 {
        font-size: 26px !important;
    }
    .left_aboutus {
        width: 100% !important;
    }
    .about_us {
        display: block !important;
    }
    .right_about-img {
        width: 100% !important;
    }

    .left_aboutus h2 {
        font-size: 26px !important;
    }
    .page-title.white-text {
        font-size: 29px !important;
    }
    .banner__vid-img.img__mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Menu_burger {
        display: none !important;
    }
    header#masthead {
        justify-content: space-between;
        padding: 15px 8% !important;
    }
    .first_blank_header{
        display: none;
    }
    .overlay {
        width: 100%;
    }
    figure {
        margin: 0;
    }
    .overlay a {
        font-size: 17px !important;
        padding: 10px 20px 10px 5px !important;
        font-weight: 600;
    }
    #main-banner-100 video {
        display: none;
    }
    #main-banner-100 .banner__vid-img.img__mobile {
        display: block;
        width: 100%;
        height: 100%;
    }
    .mobile_onlywrapper{
        display: block !important;
    }
    #main-banner-100 {
        position: relative;
        min-height: 100vh;
        height: 100vh !important;
    }
    .mobile_onlywrapper .content-wrapper h3{
      color: #fff;
      font-weight: 800;
      font-size: 23px;
  }
  .mobile_onlywrapper .content-wrapper {
    position: absolute;
    bottom: 6%;
    padding: 0px 5%;
}
.insightful_section {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.image_right {
    display: none;
}
.inner_insightful {
    width: 100% !important;
}
.inner_insightful h2 {
    font-size: 26px !important;
}
.client_partners {
    padding: 50px 5% !important;
}
.client_partners h2 {
    font-size: 26px;
    padding-top: 5px;
}
.repeater_counters .counter_boxes {
    display: flex;
    margin: 0px 8px;
}
.testimonials_section {
    border-radius: 0 !important;
    width: 100% !important;
    padding-bottom: 50px !important;
}
.blog_section {
    margin-top: -10px;
}
.testimonial_leftimages {
    position: relative !important;
    width: 100% !important;
    left: unset !important;
}
.testimonials_section svg {
    top: -15% !important;
    left: -20% !important;
    height: 120% !important;
}
.testimonial_leftimages::before {
    background-size: 100% !important;
}
.testimonials-wrapper {
    width: 92% !important;
    padding: 10px !important;
    margin: 0 auto !important;
}
.dont_justmake_text {
    font-size: 26px !important;
}
.testimonials_desc .slick-next {
    left: 15% !important;
}
.blog_section {
    padding: 50px 0 80px 0;
    border-radius: 0 !important;
}
.insight_blog h2 {
    font-size: 26px !important;
}
.insight_blog {
    display: block !important;
}
.blog_button_insight {
    text-align: left !important;
}
.blog_button_insight a {
    margin-left: 0 !important;
}
.testimonials-inner-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
.inner_left_img {
    border-radius: 50px !important;
}
.inner_left_block {
    padding: 40px 40px 40px 0 !important;
    top: 50% !important;
    height: 100% !important;
    bottom: 0 !important;
}
.inner_left, .inner_right {
    width: 100% !important;
}
.inner_left {
    border-radius: 50px !important;
}
.success_CTA .image_right {
    display: block !important;
    width: 100%;
}
.success_CTA {
    padding: 50px 0 0 0 !important;
    margin-top: -8px !important;
}
.success_CTA .inner_insightful h2 {
    padding-top: 0rem !important;
}
.bottom_footer .navigation_list,.bottom_footer {
    display: block !important;
}
.navigation_list li {
    margin-bottom: 1rem !important;
}
.bottom_footer {
    padding-top: 3rem !important;
}
.bottom_footer .col-md-4 {
    text-align: left !important;
}
}