/*!
Theme Name: crebos
Theme URI: https://crebos.online/
Author: Crebos
Author URI: https://crebos.online/
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: crebos
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.

crebos is based on Crebos https://crebos.online/, (C) 2012-2020 Automattic, Inc.
Crebos 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-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Pro-Display';
	src: url('./assets/fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
}


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

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

/**
 * 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: 'SF-Pro-Display', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

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

p {
	margin-bottom: 1.5em;
	font-weight: 300;
	color: #667085;
	line-height: 24px;
	font-size: 16px;
}

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

:focus-visible {
	outline-width: 0px !important;
}

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

.container {
	max-width: 1216px;
	width: 100%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	width: calc(100% + 30px);
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.row>*,
.row>.col-12 {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.row>.col-6 {
	max-width: 50%;
}

.row>.col-3 {
	max-width: 25%;
}

.row>.col-1 {
	max-width: 8.33333333%;
}

.row>.col-2 {
	max-width: 16.66666667%;
}

.row>.col-4 {
	max-width: 33.333%;
}

.row>.col-8 {
	max-width: 66.6667%;
}

.row>.col-9 {
	max-width: 75%;
}

.row>.col-7 {
	max-width: 58.33333333%;
}

.row>.col-5 {
	max-width: 41.666666%;
}

.row>.col-10 {
	max-width: 83.33333333%;
}

.row>.col-11 {
	max-width: 91.66666667%;
}


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

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

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

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

.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;
}
.current-menu-item > a {
    color: #EC6D06 !important;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.site-logo {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 9999;
	position: relative;
}

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

.main-navigation {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-left: 50px;

}

.main-navigation a:not(.glink, .header-btn a) {
	color: #667085;
}

.main-navigation a:not(.glink) {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 16px;
	position: relative;
	padding: 15px 0px;
}

.gtranslate_wrapper {
	flex-direction: row-reverse;
	display: flex;
	gap: 20px;
	position: relative;
	align-items: center;
	margin: 0px 16px;
}

.gtranslate_wrapper a {
	/* color: #98A2B3; */
	color: #3E4C59;
}

.gtranslate_wrapper a.glink.gt-current-lang {
	color: #101828;
	font-weight: 600 !important;
	/* text-decoration: underline !important;
    text-decoration-thickness: 2px !important; */
	padding: 15px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gtranslate_wrapper a:nth-child(2):after {
	content: "|";
	color: #98A2B3;
	font-size: 20px;
	font-weight: 400 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gtranslate_wrapper,
.custom-header {
	display: flex;
}

.common-btn {
	background-color: #EC6D06;
	color: white;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
	padding: 10px 22px !important;
	border-radius: 100px;
	display: inline-block !important;
	margin-top: 18px !important;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.global-cta .common-btn {
	font-size: 18px !important;
}

.header-btn a {
	margin-left: 20px !important;
	margin-right: 0px !important;
}

.color-white {
	color: #fff;
}
a.common-btn.with-icon{
	padding-right: 45px !important;
}
a.common-btn.white {
	background-color: #fff;
	border: 1px solid #C65300;
	color: #C65300;
	text-decoration: none;
	
}

a.common-btn.white svg path {
	transition: all 0.3s ease-in-out;
}

a.common-btn.white svg {
	position: absolute;
	margin-left: 7px;
}

/** knowledge hub css **/

section.knowledge-banner {
	background: linear-gradient(91deg, #222834 0%, black 52%, #EC6D06 100%), url("assets/images/globe-image.svg");
	background-blend-mode: overlay;
	background-position: top right; 
	background-repeat: no-repeat;
	position: relative;
	padding: 72px 0;
	text-align: center;
	z-index: 0;
}


img.globe-overlay {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

section.knowledge-banner h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
}

.breadcrumb-bar * {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.breadcrumb-bar *:not(:last-child) {
	color: #EC6D06;
	text-decoration: none;
}

.breadcrumb-bar span {
	color: #D0D5DD;
}

.breadcrumb-bar *.seprator {
	margin: 0px 5px;
}

.glosarry-inner .read-more {
	display: flex;
}

.glosarry-inner .read-more {
	display: flex;
	justify-content: space-between;
	position: relative;
	font-weight: 500;
	line-height: 20px;
	color: #1D2939;
	text-decoration: none;
	font-size: 14px;
	align-items: center;
}

.glosarry-inner .read-more span {
	border: 1px solid #98A2B3;
	width: 30px;
	height: 30px;
	display: flex;
	text-align: center;
	line-height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	position: absolute;
	right: 0;
	bottom: -100px;
	transition: all 0.3s ease-in-out;
}

.glosarry-inner .read-more span path {
	stroke: #98A2B3;
}

.glosarry-inner a {
	padding: 16px;
	background: white;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #EDF1FF;
	text-decoration: none;
	display: block;
	height: 100%;
}

.glosarry-inner a:hover .read-more {
	color: #EC6D06;
}

.glosarry-inner a:hover .read-more span {
	bottom: 0px;
}

.glosarry-inner h3 {
	color: #1D2939;
	margin-bottom: 10px;
	margin-top: 0;
}

section.glosarry-section .row .col-3 {
	margin-bottom: 30px;
	min-height: 100%;
}
.glosarry-inner {
    height: 100%;
}

.see-more {
	text-align: center;
	position: relative;
}

.see-more a {
	font-size: 16px !important;
}

section.glosarry-section {
	padding: 124px 0px;
}

.section-title {
	text-align: center;
}

.section-title h2 {
	color: black;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
}

.section-title p {
	color: #667085;
}

.section-title {
	text-align: center;
	max-width: 60%;
	margin: auto;
	margin-bottom: 40px;
}

/** tabs css **/

/* Tabs */
section.newest-articles {
	padding-bottom: 110px;
}

ul#tabs-nav {
	list-style: none;
	margin: 0;
	padding: 5px;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul#tabs-nav li a {
	float: left;
	/* font-weight: bold; */
	margin-right: 2px;
	padding: 8px 10px;
	border-radius: 5px 5px 5px 5px;
	/*border: 1px solid #d5d5de;
	border-bottom: none;*/
	cursor: pointer;
	margin-bottom: 25px;
	margin-right: 20px;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
	background-color: #EC6D06;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
	color: #fff;
}

ul#tabs-nav li:hover a .count,
ul#tabs-nav li.active a .count {
	color: #EC6D06;
	background-color: #fff;
}

#tabs-nav li a {
	text-decoration: none;
	font-weight: 400;
	line-height: 24px;
	color: #667085;
	font-size: 16px;
}

.tab-content {
	padding: 10px;
	background-color: #FFF;
}

.tab-content .row .col-4 {
	margin-bottom: 30px;
	min-height: 100%;
}

span.count {
	font-weight: 700;
	font-size: 12px;
	color: #1D2939;
	background: #EAECF0;
	border-radius: 100px;
	width: 28px;
	height: 22px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
}

.categories span {
	color: #EC6D06;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
}

section.global-cta {
	background-color: #0A1018;
	padding: 90px 0px;
	text-align: center;
}

.cta-inner {
	max-width: 55%;
	display: block;
	margin: auto;
}

.cta-inner h2 {
	color: white;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 10px;
}

.cta-inner p {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	color: #D0D5DD;
	margin-bottom: 20px;
}
.site-footer {
	background: linear-gradient(65deg, #222834 0%, black 70%, #EC6D06 100%);
    padding: 124px 0px 64px 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.site-footer-top-left h2 {
    color: white;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    margin-top: 0px;
	margin-bottom: 20px;
}
.footer-site-top-logo {
    text-align: right;
}
#footer-menu ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
#footer-menu ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
#footer-menu ul li a
, .social-links h3 {
	color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}
.social-links h3{
	margin-top: 0px;
}
div#footer-menu {
	padding: 54px 0px;
    margin-top: 54px;
    border-top: 1px solid #475467;
    border-bottom: 1px solid #475467;
    margin-bottom: 54px;
}
.social-links a{
	color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.social-links a img{
	margin-right: 14px;
}
.iso-certified {
    display: flex;
    justify-content:start;
    align-items: center;
	flex-wrap: wrap;
}
.iso-certified  img:not(:last-child){
	margin-right: 10px;
}
.download-app p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #D0D5DD;
	margin-top: 0px;
}
.copyright-text p {
    margin: 0;
    font-size: 20px;
    color: #D0D5DD;
    font-weight: 300;
    line-height: 28px;
}
div#footer-copyright ul li a {
    color: #D0D5DD;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
    display: block;
    padding-right: 16px;
}
div#footer-copyright ul {
    padding: 0px;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
div#footer-copyright ul li:last-child a{
	padding-right: 0px;
}

/*** single glosarry page **/

section.common-single {
    padding-top: 52px;
    padding-bottom: 80px;
}
.back-icon a {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.post-share {
	margin-top: 36px;
}
.detail-content h1 {
	margin-top: 24px;
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}
.detail-content h2{
	color: black;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
	margin-bottom: 0px;
}
.detail-content h3{
	color: black;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
	margin-bottom: 0px;
}

.recent-glosarry h2 {
    margin-top: 5px;
    margin-bottom: 24px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.recent-glosarry ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.share-icons {
    display: flex;
    justify-content: space-between;
}
.share-icons {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
    margin-right: 20px;
}
.copy-link a {
    margin-top: 0px !important;
}
.share-icons img {
    width: 25px;
}
.center-content {
    padding-left: 20px;
    padding-right: 20px;
}
.center-content p
, .center-content li{
	color: #667085;
	font-size: 16px;
font-weight: 300;
line-height: 24px;
word-wrap: break-word
}
.center-content ul
, .center-content ol{
	padding-left: 15px;
	margin-left: 0;
}
.center-content li:not(:last-child){
	margin-bottom: 5px;
}
.center-content img{
	width: 100%;
}
.recent-glosarry ul li a {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}
.post-share p {
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
section.join-our-team {
    background: #F9FAFB;
    padding: 68px 0px;
}
.join-team-inner h2 {
    color: black;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}
.join-team-content p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.join-team-content {
    margin-top: 15px;
}
.detail-content ol {
    padding-top: 20px;
    padding-bottom: 20px;
}
.detail-content ol * {
	color: #667085;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.detail-content > .wp-block-list > li:not(:last-child){
	margin-bottom: 15px;
}
.detail-content > .wp-block-list > li > .wp-block-list{
	margin-top: 6px;
}
.articles-single h1{
	color: black;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
	margin-top: 20px;
}
.categories-detail {
    padding-top: 40px;
}
.categories {
    display: flex;
	flex-wrap: wrap;
}
.copy-link p {
	color: #EC6D06;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-left: 15px;
}
.related-articles-inner .glosarry-inner {
    margin-left: 12px;
    margin-right: 12px;
}
.related-articles-inner .slick-list{
	overflow: visible !important;
}
.section-title.left-align{
	max-width: 100%;
    text-align: left;
}
.related-articles-inner {
    margin-left: -12px;
    margin-right: -12px;
}
section.related-articles {
    padding-bottom: 100px;
    padding-top: 40px;
	overflow: hidden;
}
.mobile-show{
	display: none;
}
div#ez-toc-container {
    background-color: transparent;
    border-width: 0px;
	padding: 0px;
}
.ez-toc-title-container{
	display: none !important;
}
.ez-toc-counter nav ul li a::before{
	display: none !important;
}
.share-icons a {
    width: 42px;
    height: 42px;
    border: 1px solid #EAECF0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 9px;
}
.common-single .row > .col-2{
	position: sticky;
	position: -webkit-sticky;
	top: 90px;
	align-self: flex-start;
}

.ajax_spinner {
	background: rgb(255 255 255 / 78%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding-left: 250px;
	padding-top: 20px;
  }
  
  .lds-dual-ring:after {
	content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #EC6D06;
    border-color: #EC6D06 transparent #EC6D06 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  .right-detail .copy-link{
	display: none;
  }

  .glossary-search-form .search-field {
	width: 100%;
	border-radius: 8px !important;
	border: 1px solid #EDF1FF !important;
	background:#FFF;
	padding: 11px 35px 11px 15px !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	caret-color: #EC6D06;
	color: #101828;
  }

  .glossary-search-form .search-field::placeholder {
	color: #98A2B3;
  }

  .glossary-search-form .search-field::-webkit-search-cancel-button {
	display: none;
  }

  .glossary-search-form{
	position: relative;
  }

  .glossary-search-form button {
	position: absolute;
	right: 15px;
    top: 15px;
	background-color: transparent;
	padding: 0px;
	border: none;
  }

  .Keywords-list {
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .Keywords-list-ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
    
  }

  .Keywords-list-ul a{
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
  }

  .Keywords-list-ul li:not(:last-child) a:after{
	content:",";
	display: inline-block;
  }

  .knowledge-search-form {
	width: 592px;
	position: relative;
    border-radius: 8px !important;
  }
  
  .knowledge-search-form .search-field {
	width: 100%;
	border-radius: 8px !important;
	border: 2px solid #D0D5DD !important;
	background:#FFF;
	padding: 11px 44px 11px 99px !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-overflow: ellipsis;
	caret-color: #ec6d07;
	color: #101828;
	
  }
  .knowledge-search-form .ajax_spinner
  , .glossary-search-form .ajax_spinner{
	padding-top: 0px !important;
	padding-left: 0px !important;
  }
  .knowledge-search-form .search-field:focus {
	border: 2px solid #EC6D06 !important;
  }

  .knowledge-search-form .search-field::placeholder {
	color: #98A2B3;
  }

  .knowledge-search-form .search-field::-webkit-search-cancel-button {
	display: none;
  }

  .knowledge-search-form{
	position: relative;
  }

  .knowledge-search-form button {
	position: absolute;
	right: 15px;
    top: 16px;
	background-color: transparent;
	padding: 0px;
	border: none;
  }

  .search-results {
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 592px;
	border-radius: 8px;border: 1px solid #D0D5DD;
	background: #FFF;
	margin-top: 10px;
	display: none;
  }

  .search-results ul{
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 200px;
    overflow-y: auto;
  }

  .search-results ul a{
	padding: 12px 16px;
	text-decoration: none;
  }

  .search-results ul .title{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #101828;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
			line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: left;
  }

  .search-results ul .category{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #667085;
	display: inline-block;
	width: 45px;
	flex-shrink: 0;
	text-align: right;
  }

  .search-results .item-link {
	gap: 8px;
  }


  /* Style the dropdown button */
  .selector-dropdown {
	position: absolute;
	left: 16px;
	top: 0px;
  }

  .select-box {
	position: relative;
	display: flex;
	width: 71px;
	flex-direction: column;
  }
  
  .select-box .options-container {
	background: #1c2028;
	color: #fff;
	max-height: 0;
	width: 100%;
	opacity: 0;
	border-radius: 15px;
	overflow: auto;
	
	order: 1;
	left: -16px;
	position: absolute;
	z-index: 100;
  }
  
  .selected {
	/* background: #1c2028; */
	/* border-radius: 15px; */
	color: #667085;
	position: relative;
	height: 48px !important;
	padding: 12px 0px 12px 0px;
	/* order: 0; */
	/* width: 483px; */
  }
  
  .selected::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	height: 100%;
	width: 32px;
	right: 10px;
	top: 5px;
	top: 120%;
	transition: all 0.4s;
  }
  
  .select-box .options-container.active {
	max-height: 240px;
    opacity: 1;
    overflow-y: hidden;
    margin-top: 50px;
    background-color: #fff;
    width: 115px;
    box-shadow: 0px 2px 8px 2px #00000029;
  }
  
  .selector-wrapper > .arrow {
	transition: 0.2s;
  }
  
  .selector-wrapper > .arrow {
	cursor: pointer;
	float: right !important;
	display: block;
	flex-direction: row;
	position: absolute;
	align-items: center;
	background-color: transparent;
	border-radius: 15px;
	top: 15px;
    height: 20px;
    right: -8px;
	z-index: 99;
  }
  
  /* .rotated {
	transform: rotate(180deg) !important;
  } */
  
  .select-box .options-container::-webkit-scrollbar {
	width: 8px;
	border-radius: 15px;
	scrollbar-width: 5px;
	width: 5px;
	margin-top: -10px;
	overflow: hidden;
	background: transparent;
	display: none;
  }
  
  .select-box .options-container::-webkit-scrollbar-thumb {
	background: #525861;
	border-radius: 15px;
	scrollbar-width: 5px;
	height: 5px;
	margin-top: -10px;
  }
  
  .select-box .options-container::-webkit-scrollbar-track {
	background: transparent;
	display: none;
  }
  
  .options-container {
	overflow: overlay !important;
  }
  
  .select-box .option,
  .selected {
	cursor: pointer;
    transition-duration: 0.4s;
  }
  
  .select-box .option:hover {
	background-color: #EC6D06;
  }

  .select-box .option:hover label{
	color: #fff;
  }

  .select-box .option input:checked + label {
	background-color: #EC6D06;
	color:#fff;
  }
  
  .select-box label {
	cursor: pointer;
	display: block;
	padding: 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	color: #101828;
	text-align: left;
	transition-duration: 0.4s;
  }
  
  .select-box .option .radio {
	display: none;
  }
  
  /* Searchbox */
  
  .search-box input {
	width: 100%;
	padding: 12px 16px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	position: absolute;
	border-radius: 8px 8px 0 0;
	z-index: 100;
	border: 8px solid #2f3640;
  
	opacity: 0;
	pointer-events: none;
  }
  
  .options-container.active {
	pointer-events: auto;
  }
  
  .options-container {
	border-radius: 15px !important;
  }
  
  .option:first-child {
	border-radius: 8px 8px 0px 0px;
  }

  .option:last-child {
	border-radius: 0px 0px 8px 8px;
  }
  
  .selector-wrapper {
	position: relative;
	display: flex;
  }




  /* common classes */

  .d-flex {
	display: flex;
  }

  .justify-content-center {
	justify-content: center;
  }

  .justify-content-between {
	justify-content: space-between;
  }

  .align-items-center {
	align-items: center;
  }

  .position-relative {
	position: relative;
  }

  .custom-mb-24 {
	margin-bottom: 24px;
  }
  .glosaary-search{
	position: relative;
  }
  .glosaary-search .search-results{
	width: 100%;
    margin-top: -15px;
  }
  .glosaary-search .search-results ul a{
	padding: 5px 14px;
  }
  .glosaary-search .search-results {
    padding-top: 10px;
}