/*!
Theme Name: better-days
Theme URI: http://underscores.me/
Author: Underscores.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: better-days
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.

better-days 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%;
        font-family: 'Suwannaphum', serif;
    }


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

    html {
        background: #1D2124;
    }


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

    button,
    select {
        text-transform: none;
    }


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

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


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

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


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

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


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

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


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

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


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

    progress {
        vertical-align: baseline;
    }


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

    textarea {
        overflow: auto;
    }


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

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


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

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


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

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


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

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


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

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


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


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

     details {
        display: block;
    }


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

    summary {
        display: list-item;
    }


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


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

     template {
        display: none;
    }


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

    [hidden] {
        display: none;
    }


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


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

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

html {
    box-sizing: border-box;
}


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


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

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

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}


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

body {
    background: #fff;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


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

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

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

figure {
    margin: 1em 0;
}

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


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

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

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

a:focus {
    outline: thin dotted;
}

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


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

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


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


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


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

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

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.page-template-testimonial-page-template .google_reviews { 
 display: none; 
}
.google_reviews {
    padding-bottom: 2rem;
}
#primary-menu li a:hover {
    color: #FD8146 !important;
}
.slider_buttons {
    padding-top: 2rem;
    position: relative;
    z-index: 99;
    display: flex !important;
    justify-content: center !important;
}
.slider_buttons a {
    text-decoration: none;
}
.slider_buttons button {
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgba(47, 43, 67, 0.1), inset 0px -1px 0px rgba(47, 43, 67, 0.1);
    width: 270px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px;
}
.slider_buttons button .slider_arrow {
    margin-left: 1rem;
}
.category_filter-main {
	padding-top: 3rem;
}
.search_field_data {
	display: flex;
	position: relative;
	z-index: 9;
}
.search_field_data .cat_select,.search_field_data #cat_title{
	width: 100%;
}
#cat_title {
	padding: 12px;
	border-radius: 9px;
	cursor: pointer;
}
.cat_select {
	padding: 12px;
	border-radius: 9px;
	cursor: pointer;
	background: #fff;
	margin: 0 1rem;
}
.submit_title {
	width: 300px;
	background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
	box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
	font-family: 'Inter';
	border: none;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #1D2124;
	padding: 12px;
	border-radius: 9px;
	cursor: pointer;
}
#insight_hub {
	padding: 5rem 10%;
}
#dom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#dom .casestudy_category {
	display: none;
}
.services_category span {
	background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
	box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
	font-family: 'Inter';
	border: none;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #1D2124;
	padding: 5px 10px;
	border-radius: 9px;
	cursor: pointer;
}
.insight-card img {
	height: 280px;
	border-radius: 10px;
	object-position: top;
	object-fit: cover;
}
.sc-name {
	font-family: 'Suwannaphum';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	padding: 1rem 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sc-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 2rem;
}
#insight_hub .view_casestudy {
	background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
	box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
	font-family: 'Inter';
	border: none;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #1D2124;
	padding: 12px 25px !important;
	border-radius: 9px;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	cursor: pointer;
}
.view_role_btn a {
	text-decoration: none;
}
.insight-card {
	width: 31%;
    position: relative;
    margin-bottom: 5rem;
}
.insight-card .hph-link.cs-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.singlepost_img_shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #060714 26.97%, rgba(0, 0, 0, 0) 100%);
}
.innersinglr_post_banner {
    padding: 12rem 0% 6rem 10%;
    width: 60%;
}
.singlr_post_banner {
    height: 500px;
    background-size: cover !important;
    position: relative;
}
.share_article_single {
    padding: 0 10%;
    position: relative;
    top: -2rem;
}
.share_article_single .share_article-row {
    padding: 1.3rem 3rem !important;
    width: fit-content;
}
.share_article-row {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #FD8146 !important;
    border-radius: 6px;
    color: #1a1a1a;
    font-family: 'Suwannaphum';
    padding: 1.5rem 0;
}
.share_article-row h4 {
    margin: 0;
    font-size: 22px;
    padding-right: 1rem;
}
.social-share-block a {
    color: #000;
    text-decoration: none;
    padding: 0 0.5rem;
}
.single-post .inner_single_top {
    max-width: 100%;
    width: 100% !important;
    padding: 0 10% 5rem;
}
.inner_single_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner_single_top{
    padding-right: 2em;
    width: 60%;
}
.breadcrumb_custom {
    padding-bottom: 1rem;
    display: block;
    width: 100%;
}
.breadcrumb_custom a:first-child {
  padding-left: 0;
}
.breadcrumb_custom a {
    color: #FD8146;
    text-decoration: none;
    font-weight: 600;
}
.breadcrumb_custom a {
    padding: 0 10px;
    padding-left: 10px;
}
.breadcrumb_custom span {
    color: #716b6b;
    padding: 0 10px;
}
.the_contentpost {
    padding-top: 2rem;
}
.the_contentpost p {
    color: #6B6B6B;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 35px;
    font-size: 16px;
}
.pcr-sidebar {
    width: 30%;
}
.related_posts_single .insight_data {
    border-radius: 20px 20px 20px 0;
    margin-bottom: 5rem;
}
.pcr-sidebar .insight-card {    
    width: 100%;    
    position: relative;
    margin-bottom: 2rem !important; 
}
.single-post .inner_single_top .col-md-8 {
    width: 60%;
}
.col-md-4.pcr-sidebar .view_casestudy {  
   background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
   box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
   font-family: 'Inter';
   border: none;
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 20px; 
   color: #1D2124;   
   padding: 12px 25px !important; 
   border-radius: 9px;  
   display: flex !important; 
   align-items: center !important; 
   justify-content: center; 
   cursor: pointer; 
}
.related_posts_single .casestudy_category {
   display: none;
}
.category_all {
    position: relative;
    z-index: 9;
}
.post_title {
    font-size: 45px;
    font-family: 'Inter';
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    padding-top: 2rem;
}


@media screen and (max-width:550px){
	.upload-cv-icon {
     display: none;
 }
}
@media screen and (min-width: 1100px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

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

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

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

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


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


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


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


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

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


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

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


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


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


/* Text meant only for screen readers. */

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

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


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

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


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

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

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

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


/* Customize slider styles as needed */

.slider {
    width: 80%;
    margin: 0 auto;
}

.slider .testimonial {
    text-align: center;
}

.slider .testimonial .quote {
    font-size: 18px;
    margin-bottom: 10px;
}

.slider .testimonial .name {
    font-weight: bold;
}

.slider .testimonial .title {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    color: #FD8146 !important;
    margin: 0;
    position: relative;
    top: -11px;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "<";
}

.slick-next:before {
    content: ">";
}

img.custom-logo {
    width: 200px;
    position: relative;
    bottom: -3px;
}

.hp-head-job-container {
    display: none;
}

.hp-head-row {
    padding: 21rem 10% 13rem;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hp-head-text h1 {
    font-family: 'Suwannaphum', serif;
    color: white;
    font-weight: bold;
    font-size: 65px;
    margin: 0;
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.hp-head-text h1 span {
    color: #FFBE3E;
}

.hp-head-text h2 {
    color: #fff9ef;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding-bottom: 0px;
}

input#input_3_8 {
    border: none;
    box-shadow: none;
    padding: 8px;
    font-size: 13px;
    padding-left: 0;
}

.hp-head-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(18, 33, 38);
    background: linear-gradient(346deg, rgba(18, 33, 38, 1) -18%, rgba(18, 33, 38, 1) 19%, rgba(18, 33, 38, 0) 59%);
    top: 0;
    left: 0;
    z-index: 1;
}

.hp-head-text {
    position: relative;
    z-index: 2;
}

.custom-shape-divider-bottom-1684580536 {
    position: absolute;
    top: -112px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 4;
}

.custom-shape-divider-bottom-1684580536 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 126px;
}

.custom-shape-divider-bottom-1684580536 .shape-fill {
    fill: #F9F2F0;
}

.hp-sector-link-row {
    position: relative;
    background: #F9F2F0;
    padding: 5rem 10% 3rem;
}

.hp-head-h1-container {
    overflow: hidden;
}

.hp-head-h1-container h1 {
    margin: 0;
}

.animation-wrapper {
    overflow: hidden;
}

.fade-in,
.slide-in {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    display: inline-block;
}

.visible {
    opacity: 1;
    transform: translateY(0px);
}

ul.nav-menu li a {
    font-family: 'Inter', sans-serif;
    color: #1D2124;
    font-size: 14px;
}

ul.nav-menu li {
    padding: 0 20px;
}

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

.hp-head-job-container {
    position: relative;
    z-index: 5;
    max-width: 690px;
    border-radius: 12px;
    margin: auto;
    margin-top: 3rem;
    text-align: right;
    padding: 12px 30px;
}

.hp-sb-tag-container a {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    color: #FFBE3E;
    font-size: 14px;
    padding-left: 20px;
    opacity: 0.8;
}

.hp-sb-tag-container {
    position: relative;
    height: 25px;
    display: flex;
    bottom: -5px;
    right: -481px;
}

.hpsl-head-block h3 {
    font-family: 'Suwannaphum', serif;
    color: #213840;
    font-weight: 500;
    font-size: 34px;
    width: 70%;
}

.highlight {
    color: #FD8146 !important;
}

.hpsl-head-block {
    border-bottom: solid 1px rgba(29, 33, 36, 0.13);
}

.hpslh3 {
    font-family: 'Suwannaphum', serif;
    color: #213840;
    font-weight: 500;
    font-size: 34px;
    width: 70%;
}

.base-level-fade {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.base-level-visible {
    opacity: 1;
}

.hpsl-sector-block-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.hpsl-sector-block {
    width: 30%;
}

.hpsl-sector-block {
    width: 27%;
    padding-top: 2rem;
}

.hpsl-circle {
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #FFBE3E 0%, #FC564E 100%);
    border-radius: 50%;
}

h4.hpsl-title {
    margin: 15px 0;
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #1D2124;
}

p.hpsl-para {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

a.hpsl-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    color: #455257;
    text-decoration: none;
}

.hpsl-link-child img {
    width: 24px;
    position: relative;
    bottom: -9px;
    left: 10px;
}

.hpsl-link-child:hover img {
    transform: translateX(3px);
    transition: transform 0.3s ease-in-out;
}

.hpsl-link-child:hover a {
    text-decoration: underline;
    text-decoration-color: rgba(253, 129, 70, 1);
}

.latest-role-row {
    background: #1D2124;
    color: #F9F2F0;
    padding: 5rem 10%;
}

.wpslh3 {
    font-family: 'Suwannaphum', serif;
    color: #F9F2F0;
    font-weight: 500;
    font-size: 34px;
    width: 70%;
}

.hp-cc-row {
    padding: 5rem 10%;
    background: #F9F2F0;
}

.hp-cc-row .fixed-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hp-sector-link-row .fixed-width {
    position: relative;
    top: -70px;
}

h3 {
    font-family: 'Suwannaphum', serif;
    color: inherit;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

h3 span {
    color: #FD8146;
}

.hp-cc-flex-left {
    width: 45%;
    padding-right: 5%;
}
.hp-cc-row .hp-cc-flex-right { 
   width: 50%;
   text-align: right;
}
.hp-cc-cta-block {
    width: 48%;
    position: relative;
    height: 460px;
    border-radius: 15px;
    overflow: hidden;
}

img.cc-cta-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 15px;
    transition: all .4s ease;
}

img.cc-cta-arrow {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
}

.cc-cta-title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 25px;
    color: white;
    font-family: 'Suwannaphum', serif;
    font-weight: 400;
    font-size: 18px;
}

.hp-cc-left-line {
    width: 150px;
    height: 1px;
    background: rgba(29, 33, 36, 0.13);
}

.hp-cc-cta-block {
    width: 48%;
    position: relative;
    height: 460px;
}

.cc-cta-title h4 {
    font-weight: 400;
    line-height: 28px;
    font-size: 23px;
}

.cc-cta-title h4 span {
    color: #FD8146;
}

.cc-cta-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(314.81deg, #1E252B 31.41%, rgba(30, 37, 43, 0) 94.06%);
    z-index: 2;
    transition: all .4s ease;
}

a.hp-cta-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.hp-cta-link:hover .cc-cta-gradient {
    background: linear-gradient(314.81deg, #1E252B 5.41%, rgba(30, 37, 43, 0) 94.06%);
}

.hp-cc-cta-block:hover .cc-cta-gradient {
    background: linear-gradient(314.81deg, #1E252B 5.41%, rgba(30, 37, 43, 0) 94.06%);
}

.testi-row {
    background: #1D2124;
    color: white;
    padding: 10rem 10%;
    position: relative;
    overflow: hidden;
}

.contact-row {
    padding: 5rem 10%;
    background: #F9F2F0;
}

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

.contact-flex-left {
    width: 45%;
}

.contact-flex-right {
    width: 45%;
}

.contact-flex-right {
    width: 49%;
    background: white;
    padding: 3rem 4rem;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0px 4px 26px rgba(29, 33, 36, 0.04);
}

.contact-flex-left {
    width: 49%;
    border-radius: 15px;
    background: #1D2124;
    color: #F0F0F0;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 26px rgba(29, 33, 36, 0.04);
}

.contact-flex-left h3 {
    color: white;
}

.gform-body.gform_body input {
    box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset;
    box-shadow: 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
    border: 1px solid rgba(47, 43, 67, 0.1);
    box-shadow: 0px 1px 3px rgba(47, 43, 67, 0.1), inset 0px -1px 0px rgba(47, 43, 67, 0.1);
    border-radius: 12px;
    padding: 20px;
    height: 47px;
}

input#gform_submit_button_2 {
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgba(47, 43, 67, 0.1), inset 0px -1px 0px rgba(47, 43, 67, 0.1);
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    margin: 0;
}

footer#colophon {
    padding: 5rem 10% 0;
    background: #1D2124;
    color: #9B9B9B;
    position: relative;
}

.sub-page-hero-row {
    background-color: #1D2124;
    padding: 12rem 10% 7rem;
    color: #F9F2F0;
}

button.sub-hero-button {
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
    font-family: 'Inter';
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

a.sphr-link {
    text-decoration: none;
}

img.button-arrow {
    right: -10px;
    transition: all .5s ease-in-out;
    position: relative;
}

.sphr-button {
    width: fit-content;
    cursor: pointer;
}

.sphr-button:hover .button-arrow {
    right: -15px;
}

.sbhr-text h2 {
    color: #d7dee0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
}

.sbhr-text h1 {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.sbhr-text h1 span {
    color: #FFBE3E;
}

.about-first-row {
    padding: 5rem 10%;
    background: #F9F2F0;
}

.about-first-row {
    padding: 5rem 10%;
    background: #F9F2F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.afr-left {
    width: 44%;
}

.abfr-right {
    width: 49%;
    text-align: right;
}

.hp-cc-left-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #455257;
    padding-top: 25px;
}

.values-row {
    padding: 7rem 10% 8rem;
    background: #1D2124;
    color: #F9F2F0;
}

.vr-head h3 {
    color: #F9F2F0;
    margin: 0;
    padding-bottom: 2rem;
}

.meet-team-row {
    padding: 5rem 10%;
    background: #F9F2F0;
}

.vr-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #273033;
}

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

.value-block {
    width: 23%;
    padding-top: 60px;
}

.value-block h4 {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    height: 60px;
}

p.value-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #d7dee0;
    margin: 0;
}

.mt-head {
    border-bottom: 1px solid rgba(29, 33, 36, 0.13);
}

.meet-team-flex {
    display: flex;
    justify-content: start;
    padding-top: 5rem;
}

.meet-team-block {
    width: 33.3%;
    margin-right: 0;
    padding-right: 8%;
}

.team-profile-img-wrap {
    position: relative;
    width: fit-content;
}

.team-linkedin-wrap {
    width: fit-content;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.candidate-row-cards {
    padding: 1px 10% 5rem;
    background: #F9F2F0;
    display: flex;
    justify-content: space-between;
}

.candidate-row-cards .fixed-width {
    display: flex;
    justify-content: space-between;
}

.cr-card {
    background: #FFFFFF;
    box-shadow: 0px 19px 15px rgba(37, 35, 32, 0.02);
    border-radius: 16px;
    width: 49%;
    padding: 4rem;
}

h4.cr-card-title {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #213840;
    margin: 0;
}

.cr-card-title span {
    color: #FD8146;
}

p.cr-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #455257;
    margin: 0;
    padding-top: 2rem;
}

.process-row {
    padding: 7rem 10% 8rem;
    background: #1D2124;
    color: #F9F2F0;
}

.process-row h3 {
    color: #F9F2F0;
    margin: 0;
    padding-bottom: 2rem;
    width: 30%;
}

.process-row span {
    color: #FD8146;
}

.about-first-row .fixed-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fixed-width {
    margin: auto;
    max-width: 1200px;
}

.sbhr-text {
    margin: auto;
    max-width: 1200px;
}

.about-first-row .fixed-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #273033;
    padding-bottom: 30px;
    margin-bottom: 2rem;
}

p.process-head-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #d7dee0;
    width: 30%;
}

.process-step-container {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

.process-step-block {
    width: 14%;
}

p.process-step-title {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #F9F2F0;
}

.process-step-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #d7dee0;
    margin: 0;
}

p.process-step-title {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #F9F2F0;
    margin: 0;
    padding: 20px 0 20px;
}

.animation-wrapper {
    overflow: hidden;
}

.hpslh3 {
    font-family: 'Suwannaphum', serif;
    color: #213840;
    font-weight: 500;
    font-size: 30px;
    width: 65%;
    line-height: 40px;
}

.footer-row-1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #273033;
    padding-bottom: 3rem;
    margin-bottom: 1rem;
}

.footer-row-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 11rem;
}

.fr-2-left a {
    font-size: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #9B9B9B;
    text-decoration: none;
    margin-right: 30px;
}

.footer-row-3 {
    background: #1E252B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-meta-link-list {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.footer-meta-row-3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1E252B;
    padding: 5px 10%;
}

.footer-meta-link-list a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #9B9B9B;
    margin-right: 20px;
    text-decoration: none;
}

p.meta-info-tag {
    margin: 0;
    margin-right: 20px;
}

.meta-divider-circle {
    width: 5px;
    height: 5px;
    background: linear-gradient(180deg, #FFBE3E 0%, #FC564E 100%);
    border-radius: 50%;
    margin-right: 20px;
}

.fr3-right {
    font-size: 13px;
}

.fr3-right a {
    color: #9B9B9B;
    text-decoration-color: #7400FC;
}

.footer-meta-row-3 .fixed-width {
    display: flex;
    justify-content: space-between;
}

img.linked-footer-icon {
    height: 25px;
}

button.orange-button {
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgba(47, 43, 67, 0.1), inset 0px -1px 0px rgba(47, 43, 67, 0.1);
    width: 250px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fr1-right a {
    text-decoration: none;
}

img.ogb-arrow {
    height: 20px;
    margin-left: 7px;
    position: relative;
    bottom: -1px;
    left: 1px;
}

.fr1-right {
    display: flex;
}

.fr1-right button {
    margin-left: 15px;
}

img.footer-logo {
    width: 150px;
}

.current-menu-item a {
    color: #FD8146 !important;
}

img.testi-bg-icon {
    position: absolute;
    width: 500px;
    top: 51px;
    z-index: 1;
}

.slick-prev::before {
    content: url(/wp-content/uploads/2023/05/testimonial-slider-arrow.svg);
    display: inline-block;
    transform: rotate(180deg) scale(1.2);
    opacity: 1;
    position: relative;
    right: 30px;
}

.slick-next::before {
    content: url(/wp-content/uploads/2023/05/testimonial-slider-arrow.svg);
    display: inline-block;
    transform: rotate(360deg) scale(1.2);
    opacity: 1;
    position: relative;
    left: 30px;
}

.slick-dots li.slick-active button:before {
    opacity: .95;
    color: #FD8146;
}

.slick-dots li button:before {
    color: #FD8146;
}

.slider .testimonial {
    text-align: left;
    padding: 3rem;
}

.slider .testimonial .quote {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}

p.name {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #FD8146;
    margin: 0;
    padding-top: 15px;
}

p.title {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    color: #FD8146 !important;
    margin: 0;
    position: relative;
    top: -11px;
}

.slider.slick-initialized.slick-slider.slick-dotted {
    position: relative;
    z-index: 9;
}

.cfr-line {
    width: 200px;
    height: 1px;
    border-bottom: 1px solid #273033;
}

h2.gform_title {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #2F2B43 !important;
    margin: 0 !important;
}

label.gform-field-label.gform-field-label--type-sub {
    font-size: 12px !important;
    color: rgba(47, 43, 67, 0.6) !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #FD8146 !important;
    display: inline-block !important;
    font-size: 13.008px !important;
    padding-left: .125em !important;
}

input#input_2_7_1 {
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #FD8146 !important;
    margin: 0 !important;
    position: relative !important;
    top: -2px !important;
}

.gform_wrapper.gravity-theme .gfield_consent_description {
    border: none !important;
    font-size: 12px !important;
    margin-top: 8px !important;
    max-height: 240px !important;
    overflow-y: hidden !important;
    padding: 0 !important;
    color: rgba(47, 43, 67, 0.6) !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0 !important;
    padding: 0 !important;
    padding-top: 11px !important;
}

.contact-block-cv-cont button {
    width: 100%;
}

.contact-block-cv-cont a {
    text-decoration: none;
}

.contact-link-block {
    display: flex;
    align-items: center;
    position: relative;
}

a.clb-link {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}

p.clb-tag {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #FFBE3E;
    margin: 0;
}

p.clb-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #F9F2F0;
    margin: 0;
}

.clb-text {
    padding-left: 25px;
}

.hp-head-text h1 span:nth-child(1) {
    color: white;
}

.hp-head-text h1 span:nth-child(2) {
    color: white;
}

p.team-name {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1D2124;
    margin: 0;
    padding-top: 40px;
}

p.team-title {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #FD8146;
    margin: 0;
}

.team-title-area {
    border-bottom: 1px solid rgba(29, 33, 36, 0.13);
    padding-bottom: 18px;
}

p.team-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #455257;
}

.team-link-cont {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #455257;
    margin-top: 20px;
    position: relative;
}

img.team-icon {
    width: 25px;
    margin-right: 10px;
}

a.tp-link {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}

.cp-sector-link .fixed-width {
    top: 0;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
}

.animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out 0.4s, transform 0.8s ease-in-out;
}


/* For each data-delay value, create a rule that sets the transition delay based on the value */

.animate-on-scroll[data-delay="0"].in-view {
    transition-delay: 0s, 0s;
}

.animate-on-scroll[data-delay="1"].in-view {
    transition-delay: 0.05s, 0.05s;
}

.animate-on-scroll[data-delay="2"].in-view {
    transition-delay: 0.07s, 0.07s;
}

.animate-on-scroll[data-delay="3"].in-view {
    transition-delay: 0.09s, 0.09s;
}

.animate-on-scroll[data-delay="4"].in-view {
    transition-delay: 0.11s, 0.11s;
}

.animate-on-scroll[data-delay="5"].in-view {
    transition-delay: 0.13s, 0.13s;
    z-index: -1;
}
.distinctive-approach-row {
    padding: 2rem 10%;
    background: #F9F2F0;
}

.fixed-width-alt {
    max-width: 1500px;
    margin: auto;
    background: white;
    padding: 40px 127px;
    border-radius: 20px;
    box-shadow: 0px 4px 26px rgba(29, 33, 36, 0.04);
}

.dar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(29, 33, 36, 0.13);
    padding-bottom: 1rem;
}

.dar-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
}

.approach-block {
    width: 40%;
    padding-top: 2rem;
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
}

p.approch-title {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1D2124;
    margin: 0;
}

p.approach-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #455257;
    margin: 0;
}

img.approach-icon {
    height: 60px;
    margin-right: 35px;
    position: relative;
    top: -10px;
}

.dar-head a {
    text-decoration: none;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-header {
    cursor: pointer;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    /* You might want to adjust this */
}

.search_form .search_location {
    display: none;
}

.search_form .row.wdm_row {
    display: flex;
}

.search_form #search_keywords,
.wdm_search_keywords {
    width: 100%;
}

.search_form #search_keywords {
    background: rgba(250, 250, 250, 0.04);
    border-radius: 12px;
    margin: auto;
    color: #fff;
    padding: 12px 20px;
    border: none;
}

.search_form #search_keywords::placeholder {
    opacity: 1;
    padding-left: ;
}

.search_form #submit_jobify_form {
    height: 48px;
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgba(47, 43, 67, 0.1), inset 0px -1px 0px rgba(47, 43, 67, 0.1);
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search_form #search_keywords:focus-visible {
    outline: none;
}

.latest-role-row .job_filters {
    display: none;
}

.job-widget-card {
    background: #1E252B;
    border-radius: 12px;
    padding: 2rem;
    width: 28rem;
    margin-right: 2rem;
}

.job_listings::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background: #2A3336;
}

.job_listings::-webkit-scrollbar-thumb {
    background: rgba(252, 86, 78, 1);
}

.job_listings {
    width: 100% !important;
    background: transparent !important;
    padding: 0;
    display: flex;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 500px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    overflow: auto;
    cursor: grab;
    border: none !important;
    padding-top: 3rem;
}

.latest_opening-wrapper {
    border-bottom: 1px solid rgba(39, 48, 51, 1) !important;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.job-card-title {
    margin: 0;
    height: 80px;
    font-size: 25px;
    line-height: 30px;
}

.page-template-job-page-template-php .job-card-title {
    margin: 0;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
}

.page-template-job-page-template-php .more_info_link,
.more_info_link:hover {
    color: rgb(249, 242, 240) !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-family: Inter;
    position: absolute;
    bottom: 0;
}

.page-template-job-page-template-php .job-card-salary {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 14px;
    padding-bottom: 3rem;
}

.job-excerpt p {
    color: rgba(215, 222, 224);
    font-family: Inter;
    border-bottom: 1px solid rgba(42, 51, 54, 1);
    padding-bottom: 2rem;
    font-size: 14px;
    margin: 0;
}

.location-type {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 30px;
    flex-wrap: wrap;
}

.job-card-salary {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 14px;
}

.job-card-location,
.job-card-type {
    display: flex;
    align-items: center;
}

.location-type .hpsl-circle,
.job-card-salary .hpsl-circle {
    margin-right: 10px;
}

.label_jons {
    color: rgba(215, 222, 224);
    margin-right: 8px;
}

.job-card-location a {
    color: rgba(249, 242, 240, 1);
    text-decoration: none;
}

.more_info_link,
.more_info_link:hover {
    color: rgb(249, 242, 240) !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-family: Inter;
}

.right_arrow-btn {
    margin-left: 2rem;
}

.view_casestudy {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.job_page_form .wdm_row {
    display: flex;
}

.job_page_form input {
    width: 95%;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(47, 43, 67, 0.1);
    box-shadow: 0px 1px 3px rgba(47, 43, 67, 0.1), inset 0px -1px 0px rgba(47, 43, 67, 0.1);
    border-radius: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.91);
    padding: 0 2rem;
}

.job_page_form .col-md-12.wdm_form_div.wdm_submit_div,
.job_page_form .search_location.wdm_form_div {
    width: 100%;
}

.job_page_form .wdm_submit_div #submit_jobify_form {
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
    font-family: 'Inter';
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.all_jobs_section .job_filters {
    display: none;
}

.all_jobs_section .job_listings {
    display: flex !important;
    width: 100% !important;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between !important;
    flex-direction: unset !important;
    overflow: unset !important;
    padding-top: 0;
    cursor: auto !important;
}

.all_jobs_section {
    padding: 5rem 10%;
    background: #f9f2f0;
}

.all_jobs_section .job_listings {
    color: #F9F2F0;
}

.all_jobs_section .job-widget-card {
    width: 32% !important;
    margin-bottom: 1rem;
    margin-right: 0 !important;
    cursor: pointer !important;
}

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

.job-widget-card {
    position: relative;
}

.single-job_listing {
    background: #f9f2f0;
}

.single-job_listing .entry-title {
    display: none;
}

.single-job_listing .SubsectorMain_Banner {
    background: #1d2124;
    padding: 10rem 10% 5rem;
    text-align: center;
}

.banner_right_description .job-card-title {
    color: rgba(249, 242, 240, 1);
    font-size: 35px;
    font-weight: bold;
    height: auto;
}

.banner_right_description {
    width: 50%;
    margin: auto;
}

.banner_right_description .job-excerpt p {
    border-bottom: none !important;
    padding-bottom: 0rem !important;
    padding-top: 1rem;
}

.banner_right_description .location-type {
    color: rgba(249, 242, 240, 1);
}

.single-job_listing .job-listing-meta.meta {
    display: none;
}

.single-job_listing .post-content-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 5%;
}

.single-job_listing .post-content-row .fixed-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-job_listing .job_description {
    color: rgba(69, 82, 87, 1) !important;
}

.single-job_listing .pcr-main {
    width: 60%;
}

.single-job_listing .pcr-sidebar {
    width: 35%;
}

.single-job_listing .job_description ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.single-job_listing .application_button,
.single-job_listing .wp_job_manager_send_application_button {
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
    font-family: 'Inter';
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.single-job_listing #apply {
    padding-top: 3rem;
}

.single-job_listing .application_details {
    background: #fff;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 12px;
}

.single-job_listing .job-manager-application-form input {
    height: 45px;
    border-radius: 12px;
    padding: 15px;
}

.single-job_listing #application_message {
    border-radius: 12px;
    padding: 0px 15px;
}

.sidebar_apply button {
    color: rgb(253, 129, 70);
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgb(67 63 90 / 10%), inset 0px -1px 0px rgb(3 1 12 / 10%);
    font-family: 'Inter';
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

.sidebar_apply img {
    margin-left: 1rem;
}

.sidebar_apply a {
    text-decoration: none;
}

.sidebar-row h3 {
    color: #FD8146 !important;
    font-weight: bold;
    font-size: 25px;
}

.sidebar_apply {
    margin-top: 1rem;
}

.all_sharing_btns a:first-child {
    margin-left: 0;
}

.all_sharing_btns a {
    margin: 0 1.5rem;
}

.all_sharing_btns {
    padding-top: 1rem;
}

.share_itle_role {
    margin-bottom: 0 !important;
}

.center_jobs_slider .job-card-title {
    margin: 0;
    height: auto !important;
    padding-bottom: 0 !important;
    color: rgb(249, 242, 240) !important;
}

.center_jobs_slider .job-widget-card {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
}

.center_jobs_slider .job-widget-card {
    color: rgba(249, 242, 240, 1);
}

.job_page_form input:focus-visible {
    outline: none;
    color: #fff;
}

.page-template-job-page-template-php .sbhr-text {
    text-align: center;
}

.col-md-6.wdm_form_div.wdm_submit_div {
    width: 40%;
}

.page-template-job-page-template-php .sub-page-hero-row {
    background-color: #1D2124;
    padding: 13rem 10% 2rem;
    color: #F9F2F0;
}

.hp-head-text {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

.hamburger {
    display: none;
}

@keyframes slideDownFadeIn {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(1%);
        opacity: 1;
    }
}

header#masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: fixed;
    background: white;
    padding: 20px;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 1%;
    z-index: 99;
    box-shadow: 0px 4px 26px rgba(29, 33, 36, 0.04);
    animation: slideDownFadeIn 1.2s ease-out;
}

#search_keywords::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(249, 242, 240, 0.5);
    opacity: 0.2;
    /* Firefox */
}

.testimonial-container {
    column-count: 2;
    column-gap: 20px;
    padding-top: 2rem;
}

.testimonial-card {
    flex: 1 0 calc(50% - 20px);
    margin-bottom: 20px;
}

.testimonial-card {
    background: white;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 26px rgba(29, 33, 36, 0.04);
    padding: 40px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #000;
}
.page-template-testimonial-page-template .testi-row {
    color: #404040 !important;
}
.page-template-testimonial-page-template .testimonial-content-roe {
    background: #f9f2f0;
    padding: 5rem 0;
}
.star-rating {
    /* You can customize the star-rating appearance here */
}
.star-rating {
  display: flex;
}

.star-rating svg {
  width: 18px;
  height: 18px;
  color: #ff9900;
}

.star-rating svg:not(:last-child) {
  margin-right: 3px;
}
.star-icon {
    /* Here you can set the icon for your star, I recommend a SVG or a font-icon */
}

.quote,
.name,
.company {
    margin-top: 10px;
}

.quote {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

.name {
    font-family: 'Suwannaphum';
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    color: #FD8146;
    margin: 0;
    padding-top: 10px;
}

.company {
    font-family: 'Suwannaphum';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    color: #FD8146 !important;
    margin: 0;
    position: relative;
    top: -11px;
}

.benefits-row {
    display: flex;
    padding: 0 !important;
}

.benefits-row .fixed-width {
    display: flex;
    padding: 2rem 0%;
    justify-content: space-between;
}

.benefit-block {
    width: 49.5%;
    padding: 6rem 4rem 1rem 4rem;
    color: white;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-color: #1D2124;
}

.benefit-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(30, 37, 43);
    background: linear-gradient(52deg, rgba(30, 37, 43, 1) 0%, rgba(30, 37, 43, 0) 100%);
    z-index: 1;
}

.benefit-text-block {
    position: relative;
    z-index: 2;
}

p.br-para {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

h4.br-title {
    color: #FD8146;
    font-family: Suwannaphum;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

img.benefit-icon {
    height: 50px;
}

.hp-sb-tag-container {
    display: none;
}

.hp-sector-link-row.cp-sector-link .benefits-row .fixed-width {
    padding: 0 !important;
    margin: 0;
}

.hp-sector-link-row.cp-sector-link {
    padding-top: 2rem;
}

.hp-sector-link-row.cp-sector-link .benefits-row {
    padding-bottom: 2rem !important;
}

#gform_submit_button_3 {
    background: linear-gradient(158.26deg, #FFBE3E -66.63%, #FC564E 221.55%);
    box-shadow: 0px 1px 3px rgba(47, 43, 67, 0.1), inset 0px -1px 0px rgba(47, 43, 67, 0.1);
    width: 250px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2124;
    padding: 12px;
    border-radius: 9px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.upload-cv-button {
    position: fixed;
    right: -58px;
    top: 10rem;
    background: linear-gradient(158.26deg, rgb(255, 190, 62) -66.63%, rgb(252, 86, 78) 221.55%);
    box-shadow: rgba(47, 43, 67, 0.1) 0px 1px 3px, rgba(47, 43, 67, 0.1) 0px -1px 0px inset;
    width: 160px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgb(29, 33, 36);
    padding: 12px;
    border-radius: 9px 9px 0px 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(270deg);
}

.upload-role-button {
    position: fixed;
    right: -58px;
    top: 21rem;
    background: linear-gradient(158.26deg, rgb(255, 190, 62) -66.63%, rgb(252, 86, 78) 221.55%);
    box-shadow: rgba(47, 43, 67, 0.1) 0px 1px 3px, rgba(47, 43, 67, 0.1) 0px -1px 0px inset;
    width: 160px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgb(29, 33, 36);
    padding: 12px;
    border-radius: 9px 9px 0px 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(270deg);
}

.upload-cv-button a {
    color: #1D2124;
    text-decoration: none;
}

.upload-cv-icon {
    position: relative;
    z-index: 9;
}

.page-template-testimonial-page-template .testi-row {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-client-page-template-php .benefits-row {
    display: flex;
    padding: 0 !important;
    background: #F9F2F0;
}
.latest_opening {
    text-transform: capitalize;
}
.latest-role-row .job-card-salary {
    padding: 1rem 0;
}
.person_name_row {
	color: #FD8146;
	font-family: 'Suwannaphum', serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
}




@media only screen and (max-width: 1500px) {
    .fixed-width {
        margin: auto;
        max-width: 900px;
    }
    .sbhr-text {
        margin: auto;
        max-width: 900px;
    }
    header#masthead {
        max-width: 1000px;
    }
    img.custom-logo {
        width: 120px;
    }
    ul.nav-menu li a {
        font-size: 13px;
    }
    ul.nav-menu li {
        padding: 0 15px;
    }
    .contact-flex-left {
        padding: 2rem;
    }
    .contact-flex-right {
        padding: 2rem;
    }
    .cfl-title h3 {
        margin-top: 0;
    }
    .fixed-width-alt {
        max-width: 1200px;
        padding: 40px 70px;
    }
    .cr-card {
        padding: 3rem;
    }
    .all_jobs_section .job-widget-card {
        width: 49% !important;
    }
}

@media screen and (max-width:768px){
	.post_title {
	font-size: 30px !important;
	line-height: 40px !important;
}
	.the_contentpost ul {
	margin-left: 0;
	padding-left: 1rem;
}
    .innersinglr_post_banner {
    width: 100% !important;
}
.share_article_single .share_article-row {
    padding: 1.3rem 5px !important;
}
.pcr-sidebar,.single-post .inner_single_top .col-md-8{
    width: 100% !important;
}
.single-post .inner_single_top {
    width: 100% !important;
    padding: 0 5% 5rem !important;
    display: block !important;
}
	#insight_hub {
     padding: 3rem 5% !important;
 }
 .search_field_data {
     display: block !important;
 }
 .insight-card img {
     height: auto !important;
 }
 .insight-card {
     width: 100% !important;
     margin-bottom: 3rem !important;
 }
 .cat_select {
     margin: 1rem 0rem !important;
 }
}

@media only screen and (max-width: 1100px) {
    .latest_opening br {
        display: none;
    }
    .hp-cc-row .hp-cc-flex-right {
        width: 100% !important;
        text-align: center !important;
        padding-top: 2rem;
    }
    .slider_buttons {
        display: block !important;
    }
    .slider_buttons a:last-child button {
        margin-top: 1rem;
    }
    .candidate-row-cards {
        padding: 1px 5% 3rem !important;
    }
    .about-first-row {
        padding: 3rem 5% 2rem !important;
    }
    .about-first-row {
        padding: 3rem 5% 1rem !important;
    }
    .meet-team-row {
        padding: 4rem 5% 0 !important;
    }
    .meet-team-flex .meet-team-block:last-child {
        padding-bottom: 0 !important;
    }
    .meet-team-row h3 {
        margin: 0 !important;
    }
    .page-template-testimonial-page-template .fixed-width {    
        max-width: 100% !important; 
    }
    .testimonial-container {
        column-count: 1 !important;
    }
    .latest_opening-wrapper h3 {
        margin: 0;
    }
    .page-template-testimonial-page-template .testimonial-content-roe {
        padding: 2rem 5% !important;
    }
    .sub-page-hero-row {
        background-color: #1D2124;
        padding: 12rem 5% 7rem;
        color: #F9F2F0;
    }
    .hamburger {
        display: block !important;
    }
    .menu-primary-navigation-container {
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
    }
    .menu-primary-navigation-container ul li {
        padding: 10px 1rem;
    }
    header#masthead {
        width: 100% !important;
    }
    .fixed-width {
        margin: auto;
        max-width: 500px;
    }
    .sbhr-text {
        max-width: 500px;
        text-align: center;
    }
    header#masthead {
        max-width: 800px;
    }
    ul.nav-menu li a {
        font-size: 12px;
    }
    img.custom-logo {
        width: 110px;
    }
    .sphr-button {
        margin: auto;
    }
    .about-first-row .fixed-width {
        flex-direction: column;
    }
    .afr-left {
        width: 100%;
    }
    .abfr-right {
        width: 100%;
    }
    .value-container {
        flex-direction: column;
    }
    .value-block {
        width: 100%;
    }
    .meet-team-flex {
        flex-direction: column;
    }
    .meet-team-block {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 4rem;
    }
    .contact-row-flex {
        flex-direction: column;
    }
    .contact-flex-left {
        width: 100%;
    }
    .contact-flex-right {
        width: 100%;
        margin-top: 2rem;
    }
    .footer-row-1 {
        flex-direction: column;
        align-items: center;
    }
    .fr1-left {
        padding-bottom: 2rem;
    }
    .footer-row-2 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fr-2-left {
        text-align: center;
        padding-bottom: 2rem;
    }
    .fixed-width {
        flex-direction: column;
    }
    .footer-meta-link-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fr1-right {
        display: flex;
        flex-direction: column;
    }
    .fr1-right a button {
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .fr3-right {
        text-align: center;
        font-size: 11px;
        padding-top: 10px;
    }
    .hp-head-row {
        padding: 12rem 5% 9rem;
    }
    .hp-head-text h1 {
        line-height: 65px;
        padding-bottom: 20px;
    }
    .hp-head-job-container {
        position: relative;
        z-index: 5;
        max-width: 100%;
        border-radius: 12px;
        margin: auto;
        margin-top: 3rem;
        text-align: right;
        padding: 0;
    }
    .hpslh3 {
        width: 100%;
    }
    .hpsl-sector-block-container {
        flex-direction: column;
    }
    .hpsl-sector-block {
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .job-widget-card {
        background: #1E252B;
        border-radius: 12px;
        padding: 2rem;
        width: 19rem;
        margin-right: 2rem;
    }
    .job_listings {
        height: 29rem;
    }
    .custom-shape-divider-bottom-1684580536 {
        display: none;
    }
    .hp-cc-row {
        padding: 5rem 5%;
        background: #F9F2F0;
    }
    .hp-cc-flex-left {
        width: 100%;
        padding-right: 0%;
    }
    .hp-cc-flex-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .hp-cc-cta-block {
        width: 100%;
        position: relative;
        height: 250px;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    .latest-role-row {
        padding: 5rem 5%;
    }
    .hp-sector-link-row {
        position: relative;
        background: #F9F2F0;
        padding: 7rem 5% 1rem;
    }
    .slider .testimonial .quote {
        font-size: 18px;
        margin-bottom: 10px;
        font-family: 'Suwannaphum';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
    }
    .slider .testimonial {
        text-align: left;
        padding: 0rem;
    }
    p.name {
        font-size: 15px;
        line-height: 18px;
    }
    p.title {
        font-family: 'Suwannaphum';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #FD8146 !important;
        margin: 0;
        position: relative;
        top: 0px;
    }
    .slick-next::before {
        content: url(/wp-content/uploads/2023/05/testimonial-slider-arrow.svg);
        display: inline-block;
        transform: rotate(360deg) scale(1);
        opacity: 1;
        position: relative;
        left: 20px;
    }
    .slick-prev::before {
        content: url(/wp-content/uploads/2023/05/testimonial-slider-arrow.svg);
        display: inline-block;
        transform: rotate(180deg) scale(1);
        opacity: 1;
        position: relative;
        right: 20px;
    }
    .testi-row {
        background: #1D2124;
        color: white;
        padding: 5rem 5%;
        position: relative;
        overflow: hidden;
    }
    .contact-row {
        padding: 2rem 5%;
        background: #F9F2F0;
    }
    .contact-link-block {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    img.clb-icon {
        width: 30px;
    }
    p.clb-title {
        font-size: 14px;
    }
    .hp-sb-tag-container {
        display: none;
    }
    .fixed-width-alt {
        max-width: 100%;
        padding: 2rem;
    }
    .dar-head {
        flex-direction: column;
    }
    .dar-container {
        flex-direction: column;
    }
    .approach-block {
        flex-direction: column;
        width: 100%;
    }
    .distinctive-approach-row {
        padding: 2rem 5% 1px;
        background: #F9F2F0;
    }
    .page-template-client-page-template-php .hp-sector-link-row {
        position: relative;
        background: #F9F2F0;
        padding: 2rem 5% 1rem;
    }
    .cr-card {
        padding: 2rem;
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .process-row {
        padding: 6rem 5% 5rem;
    }
    .process-head {
        flex-direction: column;
    }
    .process-row h3 {
        padding-bottom: 2rem;
        width: 100%;
    }
    p.process-head-content {
        width: 100%;
    }
    .process-step-container {
        flex-direction: column;
    }
    .process-step-block {
        width: 100%;
        padding-bottom: 2rem;
    }
    .process-step-content {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }
    .row.wdm_row {
        flex-direction: column;
    }
    .col-md-6.wdm_form_div.wdm_submit_div {
        width: 100%;
        margin-top: 10px;
    }
    .job_page_form input {
        width: 100%;
    }
    .col-md-6.search_location.wdm_form_div {
        margin-top: 10px;
    }
    .all_jobs_section .job-widget-card {
        width: 100% !important;
    }
    .all_jobs_section {
        padding: 2rem 5%;
        background: #f9f2f0;
    }
    .page-template-job-page-template-php .sub-page-hero-row {
        background-color: #1D2124;
        padding: 9rem 5% 2rem;
        color: #F9F2F0;
    }
    .benefit-block {
        width: 100%;
        padding: 7rem 2rem 2rem 2rem;
        color: white;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        margin-bottom: 2rem;
    }
    .hpsl-circle {
        display: none;
    }
    .slider_buttons button {
        margin: auto;
    }
    .hp-head-text h1 {
        line-height: 45px;
        padding-bottom: 20px;
        font-size: 43px;
    }
}
