/*!
Theme Name: AM Investments
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: catel-cub
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.

scott-owens 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

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



/* ibm-plex-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ibm-plex-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ibm-plex-sans-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/ibm-plex-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ibm-plex-sans-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

@-moz-keyframes rotation { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotation { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotation { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    overflow-x: hidden;
    transition: 0.5s;
}
#loading .loading-wrapper {
	display: inline-block;
    background-color: #37474f;
    border-radius: 3px;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    top: 50%;
    left: 50%;
}
#loading .loading-indicator {
    position: relative;
    width: 44px;
    height: 44px;
}
.loading-indicator .pace_activity {
	position: relative;
	border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
	width: 44px;
    height: 44px;
    -webkit-animation: rotation 1.5s ease-in-out infinite;
    -o-animation: rotation 1.5s ease-in-out infinite;
    animation: rotation 1.5s ease-in-out infinite;
}
.loading-indicator .pace_activity:before {
	content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
	-webkit-animation: rotation 2s ease-in-out infinite;
    -o-animation: rotation 2s ease-in-out infinite;
    animation: rotation 2s ease-in-out infinite;
}
.loading-indicator .pace_activity:after {
	content: "";
	position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -o-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
}
#loading .loading-wrapper {
	border-radius: 50%;
	background-color: #fff;

}

#loading {
    background-color: rgb(14 17 95 / 50%);
}
.loading-indicator .pace_activity {
	border-top-color: #0E115F !important;
}

.loading-indicator .pace_activity:before {
	border-top-color: #0E115F !important;
}

.loading-indicator .pace_activity:after {
	border-top-color: #0E115F !important;
}

html {
    background: #8D90DF;
}

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	opacity:0;
	    transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-duration: 1.2s;
    transition-property: opacity,transform;
}

body.aos-animate {
    opacity: 1;
}

/**
 * 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: #131313;
	font-family: 'IBM Plex Sans';
	font-size: 16px;
	line-height: 24px;
}

a {
	color: #695797;
	text-decoration: none;
}

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

p {
    margin-bottom: 1.7em;
}

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

html {
	overflow-x: hidden;
}

body {
	background: #fff;
    overflow-x: hidden;
}

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

img {
    max-width: 100%;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#site-navigation .menu-toggle {
    text-indent: -99999px;
    padding: 0;
    width: 34px;
    border: 0;
    border-top: 4px solid #0E115F;
    height: 0;
    padding: 0;
    position: absolute;
    right: 45px;
    top: 33px;
}


#site-navigation .menu-toggle:after {
    content: "";
    position: absolute;
    width: 34px;
    border: 0;
    border-top: 4px solid #0E115F;
    background: transparent;
    top: -15px;
    left: 0;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;

}
#site-navigation .menu-toggle:before {
    content: "";
    position: absolute;
    width: 34px;
    border: 0;
    border-top: 4px solid #0E115F;
    top: 6px;
    left: 0;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;

}

#site-navigation.toggled .menu-toggle {
    border-color: transparent;
    background: transparent;
    z-index: 1111;
}

#site-navigation.toggled .menu-toggle:after {
	transform: rotate(-45deg);
}
#site-navigation.toggled .menu-toggle:before {
	transform: rotate(45deg);
}

.mobile-toggled #site-navigation .menu-toggle:after, 
.mobile-toggled #site-navigation .menu-toggle:before {
    top: -6px;
    border-color: #fff;
}
html.mobile-toggled, body.mobile-toggled {
    overflow: hidden;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
    padding-left: 35px;
    padding-right: 20px;
}

.logo-mobile {
    display: none !important;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.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;
	visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.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;
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.main-navigation ul .wpml-ls-menu-item ul {
    background: #F7F8F2;
    box-shadow: inherit;
    width: 100%;
}

.main-navigation li li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 12px;
    margin-right: 12px;
}

.main-navigation .wpml-ls-menu-item li > a {
    width: 100%;
}

.main-navigation li {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-navigation li a {
    display: block;
    text-decoration: none;
    color: #0E115F;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.main-navigation li a::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 0px;
    top: 100%;
    height: 1px;
    opacity: 0;
    margin: 2px auto 0px;
    background: #0E115F;
    transition: width 0.5s ease 0s, opacity 0.3s ease 0s;
}

.main-navigation li a:hover::before {
    opacity: 1;
    width: 100%;
}

.main-navigation li a:hover {
	
}

.main-navigation .current-menu-item > a:before {
    opacity: 1;
    width: 100%;
}


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

@media screen and (min-width: 1100px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation > div > ul {
		display: flex;
		align-items: center;
		width: 100%;
		position: relative;
	}
}

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

.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 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: left;
    border-left: 8px solid #8D90DF;
    padding-left: 8px;
}

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

.btn {
    background: #0E115F;
    border-radius: 0px;
    display: inline-block;
    color: #fff;
    padding: 6px 17px;
    font-weight: bold;
    font-size: 16px;
	font-weight: 600;
    line-height: 24px;
    align-items: center;
    text-align: center;
}

.btn.btn-large {
	padding: 10px 20px;
}

.btn:hover {
    background: #8D90DF;
}

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

.clear {
	clear: both;
}
.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;
}

/* Main Code */
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}

h3 {
	font-size: 32px;
}

button,
input,
a {
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

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

.container.no-padding {
	padding: 0;
}

#masthead {
    position: relative;
    z-index: 999999;
}

#masthead .container {
    padding-left: 80px;
    padding-right: 80px;
}

#page {
    overflow-x: hidden;
}

.site-branding {
    width: 288px;
    min-width: 288px;
    position: relative;
    background: #0E115F;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.site-branding:before {
    background: #0E115F;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000000px;
}

.header-content {
    display: flex;
}

#primary-menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-networks {
    display: flex;
    padding-right: 15px;
}

.social-networks a {
    margin-left: 17px;
}

#colophon {
    padding-top: 29px;
    padding-bottom: 24px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: #0E115F;
    color: #fff;
}

.site-branding img {
    width: 216px;
}

#colophon .footer-top .menu a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

#colophon .current-menu-item > a {
    font-weight: 700;
    color: #fff;
}

#colophon a:hover {
    color: #fff;
}

#colophon ul, #colophon li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#colophon ul li a {
    position: relative;
    color: #fff;
}

#colophon ul li a::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 0px;
    top: 100%;
    height: 1px;
    opacity: 0;
    margin: 2px auto 0px;
    background: rgb(255, 255, 255);
    transition: width 0.5s ease 0s, opacity 0.3s ease 0s;
}

#colophon ul li a:hover::before {
    opacity: 1;
    width: 100%;
}

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

.footer-content .footer-left {
    display: flex;
    padding-top: 30px;
}

.footer-content .footer-right {
    padding-top: 30px;
}
.footer-content .footer-right p b {
    color: #fff;
}

.footer-content .footer-left .widget:nth-child(1) {
    margin-right: 100px;
}

.footer-content .footer-right p {
    margin-top: 0;
}

#colophon .social-networks a {
    margin-left: 9px;
    margin-right: 9px;
}

#colophon .social-networks {
    margin-top: 25px;
    margin-bottom: 25px;
}

.wpcf7-form .field {
	margin-bottom: 23px;
}


.wpcf7-form textarea, .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="text"] {
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    height: 36px;
    border: 1px solid #BEBEBE;
    border-radius: 0px;
    margin-top: 7px;
}


.wpcf7-form textarea {
    height: 115px;
    min-width: 100%;
    max-width: 100%;
}

.wpcf7-form .field.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.wpcf7-form .field.two-columns > span {
    margin-right: 15px;
}

.wpcf7-form .field.two-columns > span:last-child {
    margin: 0;
}


.wpcf7-form input[type="submit"] {
    height: 36px;
    cursor: pointer;
    background: #0E115F;
    border-radius: 0;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 5px 24px;
}

.cf7sr-g-recaptcha {
    float: left;
    margin-right: 15px;
}

.wpcf7-form input[type="submit"]:hover {
	background: #8D90DF;
}


.home-banner-inner {
    display: flex;
    position: relative;
}

.home-banner-inner .left {
    width: 42%;
    position: relative;
}

.home-banner-inner .right {
    width: 58%;
	min-height: 600px;
}

.home-banner .container {
    padding: 0;
}

.home-banner .title {
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    color: #432D7D;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 82px;
    margin-bottom: 180px;
    padding: 0 100px;
    position: relative;
    z-index: 9;
}

.home-banner .title strong {
	color: #b1922e;
	font-weight: 500;
}

.home-banner .nums {
    display: grid;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-banner .num {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 22px;
    padding-bottom: 16px;
}

.home-banner .num div {
    font-weight: 500;
	font-size: 48px;
	line-height: 64px;
	display: block;
}

.home-banner .nums .num {
    background: #b1922e;
}

.home-banner .nums .num:nth-child(2n + 1) {
    background: #432D7D;
}


.home-banner {
    overflow: hidden;
    position: relative;
}

.home-banner .left .num {
    position: absolute;
    bottom: 0;
    background: #0E115F;
    right: 0;
    width: 291px;
}

.home-banner .left img {
    position: absolute;
    width: 900px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    object-fit: cover;
    max-width: inherit;
}

.team-banner {
    width: 100%;
    padding-right: 100px;
}

.about-section {
    background: rgba(236, 234, 242, 0.5);
	padding: 80px 0;
}

.strategy-section-inner,
.about-section-inner {
    display: flex;
}

.strategy-section-inner .left,
.about-section-inner .left {
    width: 17%;
}

.strategy-section-inner .right {
	width: 83%;
    border-left: 1px solid #C5BED7;
    padding-left: 61px;
}
.about-section-inner .right {
    width: 83%;
    border-left: 1px solid #C5BED7;
    padding-left: 61px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #131313;
}

.strategy_top_content {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #695797;
    margin: 0;
}

.strategy {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 24px;
    margin-top: 25px;
}

.about-section-inner strong {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #695797;
}

.about-section-inner .right p {
    margin-top: 0;
    margin-bottom: 15px;
}

.about-section-inner .right p:last-child {
    margin-bottom: 0px;
}

.section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #0E115F;
    margin: 0;
}

.team-section-inner,
.strategy-section {
	padding: 80px 0;
}

.strategy .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #131313;
    margin: 0;
    padding: 0;
}

.strategy .description {
    margin-top: 7px;
}

.strategy img {
    max-width: 40px;
}

.strategy_bottom_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #131313;
    border-left: 8px solid #b1922e;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 600px;
    margin-bottom: 0;
}

.team-section-inner {
    display: flex;
    gap: 45px;
}


.team_content strong {
    color: #695797;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.slider-team .photo {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.slider-team .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #131313;
    margin: 17px 0 0 0;
}

.inner-popup .position,
.slider-team .position {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    margin: 0 0 5px 0;
}

.slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 12px 0 0;
}

.slick-dots {
    width: auto;
    left: 9px;
    bottom: -48px;
}

.slick-dots li button:before {
    border: 1px solid #432D7D;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    content: "";
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #432D7D;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slider-team .item {
    margin: 0 12px;
}

.slider-team .readmore {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #432D7D;
}

.team-popup.fancybox-content {
    max-width: 844px;
    padding: 48px 56px 48px 48px;
    background: #FFFFFF;
}

.inner-popup {
    gap: 48px;
	display: flex;
}

.inner-popup .left {
    width: 40%;
}

.inner-popup .right {
    width: 60%;
    color: #000;
}

.inner-popup .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #131313;
    margin: 10px 0 0 0;
}

.inner-popup .photo {
	width: 100%;
	height: auto;
}

.fancybox-bg,
.fancybox-is-open .fancybox-bg {
    background: #0E115F;
    opacity: 0.7;
}

.footer-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A99EC3;
    padding-bottom: 25px;
}

.footer-top .logo {
    width: 25%;
}

.footer-top .footer-menu {
    width: 55%;
}

.footer-top .footer-social {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.footer-top .footer-menu .menu {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0;
    align-items: center;
}

.footer-bottom .menu {
    display: flex;
    gap: 24px;
}

#colophon .footer-bottom ul li a {
    text-decoration: underline;
}

#colophon .footer-bottom ul li a:before {
    display: none;
}

.top-banner {
    display: flex;
    background: #0E115F;
    color: #fff;
}

.top-banner .left {
    width: 53%;
    height: 281px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.top-banner .right {
    width: 47%;
    display: flex;
    align-items: center;
    padding-left: 86px;
    position: relative;
}

.top-banner .right:before {
    content: "";
    position: absolute;
    background: url('data:image/svg+xml,<svg width="657" height="281" viewBox="0 0 657 281" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_143_3608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="657" height="281"><rect width="657" height="281" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_143_3608)"><path opacity="0.1" fill-rule="evenodd" clip-rule="evenodd" d="M581.706 37.1768L604.728 47.9266L458.823 261.016L458.906 109.327H418.819L304.277 298.426L304.23 135.427L250.164 135.236L23 448.589H101.28L185.696 301.226H258.303V348.814H304.361L425.147 152.314V287.402L464.376 287.306L629.3 63.2766L648.605 86.3375L656.923 0.327148L581.706 37.1649V37.1768ZM258.28 291.239H193.382L258.28 184.528V291.239Z" fill="white"/></g></svg>');
    width: 657px;
    height: 281px;
    left: 0;
    bottom: 0;
}

.top-banner .right h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    display: flex;
    align-items: center;
}

.main-content {
    position: relative;
    z-index: 3;
}

.join-us {
    display: flex;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.job-item {
    padding: 20px 0 20px 50px;
    border-left: 8px solid #8D90DF;
    margin-bottom: 60px;
}

.job-item:last-child {
    margin-bottom: 0px;
}

.job-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #131313;
    margin: 0 0 24px 0;
}

.job-meta {
    display: flex;
    gap: 24px;
    align-items: center;
}

.job-meta .item {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8D90DF;
    gap: 12px;
}

.job-desc {
    color: #000;
}

.job-buttons {
    display: flex;
    gap: 24px;
}

.job-buttons .btn {
    padding: 6px 26px;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #0E115F;
    color: #0E115F;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-box {
    background: #8D90DF;
    padding: 25px 35px;
}

.contact-wrap {
    display: flex;
    gap: 80px;
    padding-top: 60px;
    padding-bottom: 110px;
}

.contact-wrap .left {
    width: 37%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-wrap .right {
	width: 63%;
}

.contact-box .item:last-child {
    margin: 0;
}
.contact-box .item {
    display: flex;
    color: #fff;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
}

.contact-box .item a {
	color: #fff;
}

.apply-box {
    background: #0E115F;
    display: flex;
    flex-direction: column;
    padding: 35px 50px;
    text-align: center;
    color: #fff;
    align-items: center;
}

.apply-box a {
    color: #fff;
    text-decoration: underline;
}

.two-columns {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.wpcf7 label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0E115F;
}

.wpcf7 p {
    margin-top: 0;
    margin-bottom: 24px;
}

.wpcf7-list-item {
	margin: 0;
}

.banner-page {
    position: relative;
    padding: 153px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
}

.banner-page:before {
    content: "";
    background: #0E115FCC;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-page .container {
    position: relative;
    z-index: 1;
}

.title-banner h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    margin: 0 0 24px 0;
}

.title-banner .categories {
    font-weight: 500;
    margin-bottom: 24px;
}

.author-info {
    display: flex;
    gap: 20px;
    text-align: left;
    align-items: center;
}

.post-meta-box {
    display: flex;
    justify-content: center;
}

.author-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.author-name .post-meta {
    display: flex;
    font-size: 14px;
    gap: 8px;
}

.author-avatar img {
    border-radius: 50%;
    vertical-align: top;
}

.single-content {
    max-width: 768px;
    margin: 0 auto;
    font-weight: 400;
    color: #000000;
}

.single-content h3 {
    margin: 24px 0px 24px;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #0E115F;
    margin: 0;
}

#breadcrumbs a {
    font-size: 16px;
    color: #0E115F;
}

#breadcrumbs > span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.breadcrumb_last {
    font-weight: 600;
    color: #0E115F;
}

.breadcrumb-share-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-share {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.single-content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0E115F;
}

.single-content blockquote {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #8D90DF;
    margin: 0;
    padding-left: 24px;
    border-left: 8px solid #8D90DF;
}

.author-share-container {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-share-container .social-share {
    justify-content: center;
    margin-top: 16px;
}
.post-tags {
    padding: 0;
    margin: 48px 0;
    list-style: none;
    display: flex;
    gap: 8px;
}

.post-tags a {
    padding: 4px 12px;
    background: #8D90DF;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.author-share-container hr {
    background: #A99EC3;
    width: 100%;
}

.author-share-container .author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-share-container .author-name {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.author-share-container .post-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0E115F;
}

.related-posts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 80px;
}

.blog-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 32px;
}

.blog-wrap .post-item {
    background: #F5F5F9;
}

.blog-wrap .post-details {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.post-item .post-categories,
.post-item .post-categories a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8D90DF;
}


.blog-title {
	margin: 0;
}

.blog-title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #0E115F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .post-meta-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 14px;
}

.captcha p {
    display: flex;
    align-items: center;
}

.wpcf7-captchar {
    max-width: 100px;
}

.view-more {
    margin-top: 40px;
}

.news-wrap {
    padding-top: 40px;
    padding-bottom: 80px;
}

.tab-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 32px 0;
    padding: 0;
}

.tab-menu a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0E115F;
    padding: 8px 16px;
}

.tab-menu .btn {
    color: #fff;
}

.tab-content .tab-item {
	display: none;
}

.tab-content .tab-item.active {
	display: block;
}

.paginate {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.paginate .prev {
    position: absolute;
    left: 0;
}

.paginate .next {
    position: absolute;
    right: 0;
}

.paginate a,
.paginate span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.featured-blog .post-item {
    display: flex;
}

.featured-blog .post-item .thumbnail {
    width: 50%;
    display: flex;
}

.featured-blog .post-item .post-details {
    width: 50%;
    gap: 24px;
    display: flex;
    flex-direction: column;
    padding: 90px;
    background: #F5F5F9;
    justify-content: center;
}

.featured-blog .blog-title a {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-blog {
    margin-bottom: 32px;
}

.featured-blog .post-item .thumbnail img {
    height: 481px;
    object-fit: cover;
}

.featured-blog .post-item .post-meta-box {
	margin: 0;
}

.blog-wrap .thumbnail img {
    height: 265px;
    width: 100%;
    object-fit: cover;
}

.slider-team {
    margin: 0 -12px;
}

.mobile-toggled #masthead {
    background: #0E115F;
}

.two-boxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title-banner .post-categories a {
    color: #fff;
}

.wpml-ls-menu-item .wpml-ls-flag {
    width: 22px;
    height: 22px;
}

.main-navigation .menu > .wpml-ls-menu-item > a {
    display: flex;
    align-items: center;
    background: #F7F8F2;
    height: 36px;
    padding: 0 12px;
}

.main-navigation .wpml-ls-menu-item > a {
    display: flex;
    align-items: center;
}

.main-navigation .wpml-ls-menu-item.menu-item-has-children > a .wpml-ls-native:after {
    content: "";
    background: url('data:image/svg+xml,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.852051 11.9858L5.00085 16.9644L9.14964 11.9858" stroke="%233A3937" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M0.852051 6.0142L5.00085 1.03564L9.14964 6.0142" stroke="%233A3937" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 18px;
}

.main-navigation .wpml-ls-menu-item a:before {
	display: none
}

.main-navigation .wpml-ls-menu-item > a .wpml-ls-native {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3A3937;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 6px;
    padding-left: 5px;
}

.main-navigation .menu > .wpml-ls-menu-item {
    padding: 0;
    position: absolute;
    right: 0;
}


.menu-item ._svg {
    width: 26px;
}

.main-navigation li.social-desktop {
	position: absolute;
	right: 120px;
}

.main-navigation li.social-mobile > a:before,
.main-navigation li.social-desktop > a:before {
	display: none;
}

.main-navigation li.social-mobile,
.main-navigation li.social-mobile > a span,
.main-navigation li.social-desktop > a span {
	display: none;
}

.banner-video {
	height: 600px;
    position: relative;
}

.banner-video-container {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
}

.banner-video-container .right {
    width: 58%;
    min-height: 600px;
    background: #fff;
    position: relative;
}
.banner-video-container .right:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 1000000px;
    height: 100%;
    left: 0;
    top: 0;
}

@media screen and (min-width: 1300px) {
    .hide-desktop {
        display: none;
    }

}


@media screen and (max-width: 1440px) {
	.home-banner .left img {
		width: 100%;
	}
}

@media screen and (max-width: 1300px) {

	.home-banner .title {
	    padding: 0 25px 0 35px;
	}

	.container,
	#masthead .container {
	    padding-left: 25px;
	    padding-right: 25px;
	}

	.main-navigation {
	    padding-right: 0;
	}

    .home-banner .left .num {
	    display: none;
	}

	.home-banner-inner {
		position: relative;
		max-height: 100%;
	}

	.home-banner .nums {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    grid-template-columns: repeat(5, minmax(0px, 1fr));
	}

	.home-banner-inner .right {
	    padding-bottom: 140px;
	}

	.team-banner {
	    padding-right: 0px;
	}

}



@media screen and (max-width: 1099px) {


	#primary-menu-wrap {
	    display: none;
	}

	.mobile-toggled #primary-menu-wrap {
	    display: block;
	    position: absolute;
	    background: #0E115F;
	    left: 0;
	    width: 100%;
	    top: 100%;
	    height: 100vh;
	}

	.mobile-toggled .main-navigation li a {
	    color: #fff;
	    font-weight: 400;
	    text-align: center;
	}

	.main-navigation.toggled .menu {
	    padding-top: 100px;
	    margin-bottom: 32px;
	}

	.main-navigation.toggled {
	    text-align: center;
	}

	.main-navigation.toggled .btn {
	    background: #fff;
	    color: #0E115F;
	}

	.mobile-toggled .main-navigation li {
	    padding-top: 16px;
	    padding-bottom: 16px;
	}

	.top-banner,
	.inner-investments,
	.strategy-section-inner, .about-section-inner {
	    flex-direction: column;
	    gap: 24px;
	}

	.top-banner {
		gap: 0;
	}

	.contact-wrap .left,
	.contact-wrap .right,
	.top-banner .left,
	.top-banner .right,
	.left-investments,
	.right-investments,
	.inner-popup .left,
	.inner-popup .right,
	.team-section-inner .left,
	.team-section-inner .right,
	.strategy-section-inner .left, 
	.about-section-inner .left {
	    width: 100%;
	}

	.strategy-section-inner .right,
	.about-section-inner .right {
	    border: 0;
	    padding: 0;
	    width: 100%;
	}

	.contact-wrap,
	.join-us,
	.team-section-inner {
	    flex-direction: column;
	}

	.inner-popup {
	    flex-direction: column;
	}

	.inner-popup .left {
	    text-align: center;
	    max-width: 292px;
	    margin: 0 auto;
	}

	.inner-button {
		padding-left: 50px;
		padding-right: 50px;
	}

	.footer-top {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    gap: 36px;
	}

	.footer-top .footer-menu,
	.footer-top .footer-social {
	    width: 100%;
	    justify-content: center;
	}

	.footer-top .footer-menu .menu {
	    justify-content: center;
	}

	.footer-top .logo {
    	width: 100%;
	    text-align: center;
	}

	.footer-bottom {
	    display: flex;
	    flex-direction: column;
	    gap: 24px;
	}

	.top-banner .left {
	    height: 213px;
	}

	.top-banner .right h1 {
	    margin: 25px 0;
	}

	.top-banner .right {
	    justify-content: center;
	    padding-left: 0;
	}

	.top-banner .right:before {
	    width: 160px;
	    height: 114px;
	    left: 70%;
	    background: url('data:image/svg+xml,<svg width="160" height="114" viewBox="0 0 160 114" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" fill-rule="evenodd" clip-rule="evenodd" d="M141.015 9.37144L146.826 12.1053L110 66.2972L110.021 27.7203H99.9034L70.9935 75.8111L70.9814 34.3579L57.3356 34.3094L0 114H19.7575L41.064 76.5233H59.3898V88.6256H71.0145L101.5 38.6526V73.0075L111.402 72.9833L153.028 16.009L157.901 21.8738L160 0L141.015 9.36841V9.37144ZM59.3838 73.9835H43.0039L59.3838 46.8451V73.9835Z" fill="white"/></svg>');
	}

	.two-boxes {
	    flex-direction: row;
	}

	.two-boxes > div {
	    width: 50%;
	}

	.contact-box .item {
	    display: flex;
	    flex-direction: column;
    	margin-bottom: 16px;
	    gap: 5px;
	}

	.apply-box {
	    display: flex;
	    justify-content: center;
	}

	.apply-box p {
	    margin-bottom: 0;
	}

	.featured-blog .post-item .post-details {
	    padding-left: 40px;
	    padding-right: 25px;
	}

	.featured-blog .post-item .thumbnail {
	    width: 45%;
	}

	.featured-blog .post-item .post-details {
		width: 55%;
	}

	.blog-wrap {
	    grid-template-columns: repeat(2, minmax(0px, 1fr));
	    gap: 32px;
	}

	.single-content {
	    max-width: inherit;
	}

	.main-navigation li.social-desktop,
	.related-posts .blog-wrap .post-item:nth-child(3) {
	    display: none;
	}
	
	.main-navigation li.social-mobile,
	.main-navigation .menu > .wpml-ls-menu-item {
		max-width: 103px;
		margin: 15px auto;
		position: static;
        display: block;
	}
	
	.home-banner .title {
	    font-size: 40px;
	    line-height: 50px;
	}


}



@media screen and (max-width: 980px) {
	
	.inner-button {
	    padding-left: 0;
	    padding-right: 0;
	}
}


@media screen and (max-width: 767px) {
	.home-banner .title {
	    font-size: 32px;
	    line-height: 40px;
	    margin: 0;
	    padding: 40px 25px;
	}

	.home-banner-inner {
	    flex-direction: column;
	}

	.home-banner-inner .left {
	    height: 354px;
	}
	
	.banner-video-container .home-banner-inner .left {
		height: 0
	}

	.featured-blog .post-item .thumbnail,
	.featured-blog .post-item .post-details,
	.two-boxes > div,
	.home-banner-inner .right,
	.home-banner-inner .left {
		width: 100%;
	}

	.contact-box .item {
	    flex-direction: row;
	}

	.two-columns {
	    grid-template-columns: repeat(1, minmax(0px, 1fr));
	    gap: 0;
	}

	.home-banner .nums {
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    gap: 10px;
	    padding-right: 25px;
	    padding-left: 25px;
	}

	.home-banner-inner .right {
	    padding-bottom: 50px;
	}
	
	.banner-video-container .right {
		min-height: inherit;
	}

	.strategy,
	.about-section-inner .right {
	    grid-template-columns: repeat(1, minmax(0px, 1fr));
	}

	.team-section-inner,
	.strategy-section,
	.about-section {
	    padding: 60px 0;
	}

	.footer-top .footer-menu .menu {
	    display: flex;
	    flex-direction: column;
	    gap: 32px;
	    align-items: center;
	}

	.team-popup.fancybox-content {
	    padding: 48px 25px;
	}

	.inner-popup .left {
	    max-width: inherit;
	    text-align: left;
	}

	.breadcrumb-share-container {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    margin-top: 30px;
	    margin-bottom: 30px;
	    flex-direction: column;
	}

	.blog-wrap {
	    grid-template-columns: repeat(1, minmax(0px, 1fr));
	    gap: 32px;
	}

	.related-posts .blog-wrap .post-item:nth-child(3) {
	    display: block;
	}

	.title-banner h1 {
	    font-size: 49px;
	    line-height: 52px;
	}

	.top-banner .right h1 {
	    font-weight: 500;
	    font-size: 40px;
	    line-height: 52px;
	}

	.top-banner .left {
		height: 281px;
		background-position: center;
	}

	.top-banner .right h1 {
	    margin: 75px 0;
	}

	.join-us {
		gap: 40px;
	}

	.top-banner .right:before {
	    width: 277px;
	    height: 198px;
	    left: 10%;
	    background: url('data:image/svg+xml,<svg width="277" height="198" viewBox="0 0 277 198" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" fill-rule="evenodd" clip-rule="evenodd" d="M244.133 16.2767L254.193 21.025L190.438 115.148L190.474 48.1458H172.958L122.907 131.672L122.887 59.6743L99.2622 59.59L0 198H34.2052L71.092 132.909H102.819V153.929H122.944L175.723 67.1335V126.803L192.864 126.76L264.93 27.8052L273.365 37.9913L277 0L244.133 16.2714V16.2767ZM102.808 128.498H74.4505L102.808 81.3625V128.498Z" fill="white"/></svg>');
	}

	.job-meta {
	    display: flex;
	    gap: 8px;
	    align-items: flex-start;
	    flex-direction: column;
	}

	.inner-button {
	    display: flex;
	    flex-direction: column;
	    gap: 30px;
	}

	.button-investments .left-btn {
	    width: 100%;
	    padding: 0;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
    	text-align: center;
	}

	.button-investments .left-btn .icon-contact {
	    position: static;
	    transform: none;
	    -webkit-transform: none;
    	max-width: 75px;
	}

	.inner-button {
	    position: relative;
	    z-index: 1;
	}

	.button-investments .right-btn {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}

	.button-investments {
	    margin-left: -25px;
	    margin-right: -25px;
	}

	.button-investments .left-btn h2 {
	    font-size: 35px;
	}

	.button-investments:before {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    content: "";
	    width: 413px;
	    height: 298px;
	    background: url('data:image/svg+xml,<svg width="413" height="298" viewBox="0 0 413 298" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.45" fill-rule="evenodd" clip-rule="evenodd" d="M363.996 24.4973L378.995 31.6436L283.938 173.303L283.992 72.4619H257.876L183.252 198.173L183.221 89.8128L147.997 89.686L0 298H50.9991L105.996 200.035H153.3V231.67H183.306L261.998 101.039V190.844L287.556 190.781L395.004 41.8482L407.581 57.1788L413 0L363.996 24.4894V24.4973ZM153.284 193.395H111.004L153.284 122.455V193.395Z" fill="white"/></svg>');
	    opacity: 0.45;
	}
	.two-boxes {
	    flex-direction: column;
	}
	
	.featured-blog .post-item {
		display: flex;
		flex-direction: column;
	}
	
	.featured-blog .post-item .thumbnail img {
		height: 265px;
		width: 100%;
		vertical-align: top;
	}
	.featured-blog .post-item .thumbnail {
		display: block;
	}
	
	.featured-blog .post-item .post-details {
		padding: 24px;
        gap: 8px;
	}
	
	.featured-blog .post-item .post-meta-box {
		margin-top: 12px;
	}
	
	.tab-menu {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0 0 32px 0;
		padding: 0;
		width: auto;
		max-width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	
	#site-navigation .menu-toggle {
		right: 30px;
	}
	
	.site-branding {
		width: 198px;
		min-width: 198px;
		padding: 5px 0;
	}
	
	.site-branding img {
		width: 160px;
	}
	.job-item {
		padding-left: 20px;
	}
	
	.contact-box {
		padding: 25px 15px;
	}
	
	.contact-box .item {
		font-size: 14px;
	}
	.job-meta .item {
		font-size: 14px;
	}
	
	.job-buttons .btn {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		justify-content: center;
	}
	
	.banner-video-container {
		position: static;
		transform: none;
		height: auto;
		-webkit-transform: none;
	}
	
}


@media screen and (max-width: 600px) {
	.banner-video {
		height: 250px;
	}
	.view-more {
	    width: 100%;
	}
	.btn {
	    width: 100%;
	}

	.main-navigation.toggled .btn {
	    width: auto;
	}
}