@charset "UTF-8";
/*!
Theme Name: globalvalue
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: globalvalue
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.

globalvalue 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Jost:wght@400;500;600;700&display=swap");
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	font-family: "Jost", sans-serif;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/* Header
--------------------------------------------- */
body {
	margin: 0;
}

.home-hero-wrap {
	background-color: #171717;
	padding: 44px 68px;
}

@media (max-width: 1024px) {
	.home-hero-wrap {
		padding: 45px;
	}
}

@media (max-width: 768px) {
	.home-hero-wrap {
		padding: 30px;
	}
}

.site-header {
	display: flex;
	justify-content: space-between;
	position: relative;
}

@media (max-width: 768px) {
	.site-header {
		padding-right: 40px;
	}
}

.site-header .menu-toggle {
	position: absolute;
	right: 0;
	top: 14px;
	transform: translate(0, -50%);
	height: 26px;
	width: 29px;
}

.site-header .menu-toggle, .site-header .menu-toggle:hover {
	color: #fff;
}

.site-header .menu-toggle-bar {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 0;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background-color: #fff;
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	.site-header .menu-toggle-bar {
		display: block;
	}
}

.site-header .menu-toggle-bar.menu-toggle-bar--top {
	transform: translate(0, -8px);
}

.site-header .menu-toggle-bar.menu-toggle-bar--bottom {
	transform: translate(0, 8px);
}

.nav-open .site-header .menu-toggle-bar.menu-toggle-bar--top {
	transform: translate(0, 0) rotate(45deg);
}

.nav-open .site-header .menu-toggle-bar.menu-toggle-bar--middle {
	opacity: 0;
}

.nav-open .site-header .menu-toggle-bar.menu-toggle-bar--bottom {
	transform: translate(0, 0) rotate(-45deg);
}

.site-header .logo {
	display: flex;
	align-items: center;
}

.site-header .logo img {
	max-width: 154px;
	height: 29px;
}

@media (max-width: 1024px) {
	.site-header .logo img {
		max-width: 120px;
		height: auto;
	}
}

.site-header .menu_wrap {
	display: flex;
	align-items: center;
}

.site-header .main-navigation {
	margin-right: 32px;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.site-header .main-navigation {
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%) translateY(0);
		margin-right: 0;
		z-index: 3;
		background-color: #222;
		border-radius: 0.5rem;
		padding: 20px;
		visibility: hidden;
		opacity: 0;
		transition: all ease .4s;
	}
	.site-header .main-navigation.nav-open {
		visibility: visible;
		opacity: 1;
		transform: translateX(-50%) translateY(-20px);
	}
}

.site-header .main-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-content: center;
}

@media (max-width: 768px) {
	.site-header .main-navigation .menu {
		flex-direction: column;
		width: 600px;
	}
}

@media (max-width: 680px) {
	.site-header .main-navigation .menu {
		width: 400px;
	}
}

.site-header .main-navigation .menu li {
	margin-right: 32px;
	position: relative;
}

@media (max-width: 1024px) {
	.site-header .main-navigation .menu li {
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.site-header .main-navigation .menu li {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.site-header .main-navigation .menu li a {
	font-size: 16px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	text-decoration: none;
	transition: all linear .4s;
}

@media (max-width: 1024px) {
	.site-header .main-navigation .menu li a {
		font-size: 14px;
	}
}

.site-header .main-navigation .menu li:after {
	opacity: 0;
	visibility: hidden;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 2px;
	background-color: #4B976B;
	transition: all linear .4s;
}

.site-header .main-navigation .menu li:last-child {
	margin-right: 0;
}

.site-header .main-navigation .menu li:hover:after {
	visibility: visible;
	opacity: 1;
}

.site-header .main-navigation .menu li:hover a {
	color: #4B976B;
}

.contact_btn {
	width: 89px;
	height: 37px;
	background-color: #232323;
	border: 1px solid #444444;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Jost', sans-serif;
	transition: all ease .4s;
}

@media (max-width: 1024px) {
	.contact_btn {
		font-size: 14px;
		width: 70px;
		height: 30px;
	}
}

.contact_btn:hover {
	background-color: #4B976B;
}

/* Home
--------------------------------------------- */
* {
	box-sizing: border-box;
}

.global_container {
	padding: 120px 68px;
}

@media (max-width: 1024px) {
	.global_container {
		padding: 80px 48px;
	}
}

@media (max-width: 768px) {
	.global_container {
		padding: 40px;
	}
}

.global_row_inner {
	max-width: 1304px;
	margin: 0 auto;
}

.home-hero-inner {
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width: 768px) {
	.home-hero-inner {
		position: relative;
	}
}

.home-hero-inner .home-hero-content {
	max-width: 642px;
}

@media (max-width: 768px) {
	.home-hero-inner .home-hero-content {
		max-width: 100%;
		position: relative;
		z-index: 2;
	}
}

.home-hero-inner .home-hero-content .home-hero-heading {
	font-size: 48px;
	font-weight: 700;
	line-height: 69.36px;
	color: #fff;
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	.home-hero-inner .home-hero-content .home-hero-heading {
		font-size: 36px;
	}
}

.home-hero-inner .home-hero-content .home-hero-heading p {
	margin: 0;
}

.home-hero-inner .home-hero-content .home-hero-description {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #86898B;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.home-hero-inner .home-hero-content .home-hero-description {
		font-size: 16px;
	}
}

.home-hero-inner .home-hero-content .home-hero-btn {
	cursor: pointer;
	width: 144px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4B976B;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.home-hero-inner .home-hero-image {
		position: absolute;
		left: 0;
		right: 0;
	}
}

@media (max-width: 768px) {
	.home-hero-inner .home-hero-image img {
		opacity: .2;
	}
}

.partners_logo_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 70px;
}

@media (max-width: 768px) {
	.partners_logo_wrap {
		flex-wrap: wrap;
	}
}

.partners_logo_wrap:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	max-width: 71px;
	width: 100%;
	height: 50px;
	background: linear-gradient(90deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
}

.partners_logo_wrap:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	max-width: 71px;
	width: 100%;
	height: 50px;
	background: linear-gradient(90deg, rgba(23, 23, 23, 0) 0%, #171717 100%);
}

@media (max-width: 1024px) {
	.partners_logo_wrap:before, .partners_logo_wrap:after {
		max-width: 40px;
	}
}

.partners_logo_wrap .partner_logo {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.partners_logo_wrap .partner_logo {
		margin-right: 15px;
		margin-top: 10px;
	}
	.partners_logo_wrap .partner_logo:last-child {
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.partners_logo_wrap .partner_logo img {
		max-width: 100px;
	}
}

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

@media (max-width: 768px) {
	.company_overview_wrap {
		display: block;
	}
}

.company_overview_wrap .title {
	color: #1D1E1F;
	font-size: 42px;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.company_overview_wrap .title {
		font-size: 33px;
	}
}

@media (max-width: 768px) {
	.company_overview_wrap .title {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		font-size: 25px;
	}
}

.company_overview_wrap .description {
	max-width: 644px;
	color: #86898B;
	font-size: 24px;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.company_overview_wrap .description {
		font-size: 18px;
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.company_overview_wrap .description {
		max-width: 100%;
		text-align: center;
		font-size: 16px;
	}
}

.company_overview_grid_wrap {
	display: flex;
	justify-content: center;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #F7F7F7;
}

@media (max-width: 1024px) {
	.company_overview_grid_wrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 768px) {
	.company_overview_grid_wrap {
		padding: 40px;
	}
}

.company_overview_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 16px;
}

@media (max-width: 768px) {
	.company_overview_grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
}

@media (max-width: 540px) {
	.company_overview_grid {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.company_overview_grid .overview_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 424px;
	width: 100%;
	height: 273px;
	background-color: #fff;
	border-radius: 8px;
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
}

@media (max-width: 1024px) {
	.company_overview_grid .overview_item {
		height: auto;
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

.company_overview_grid .overview_item:before {
	content: '';
	position: absolute;
	top: 32px;
	width: 20px;
	height: 20px;
	background-image: url("assets/images/oveview.png");
	background-size: contain;
	display: none;
}

.company_overview_grid .overview_item .icon {
	position: absolute;
	top: 32px;
	width: 20px;
	height: 20px;
}

.company_overview_grid .overview_item .title {
	color: #1D1E1F;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 24px;
}

@media (max-width: 1024px) {
	.company_overview_grid .overview_item .title {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.company_overview_grid .overview_item .description {
	color: #86898B;
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.company_overview_grid .overview_item .description {
		font-size: 16px;
	}
}

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

@media (max-width: 768px) {
	.our_mission_wrap {
		display: block;
	}
}

.our_mission_wrap .our_mission_inner {
	max-width: 534px;
}

@media (max-width: 1024px) {
	.our_mission_wrap .our_mission_inner {
		max-width: 45%;
	}
}

@media (max-width: 768px) {
	.our_mission_wrap .our_mission_inner {
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
}

.our_mission_wrap .our_mission_inner .title {
	font-size: 42px;
	color: #1D1E1F;
	margin-bottom: 16px;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.our_mission_wrap .our_mission_inner .title {
		font-size: 33px;
	}
}

@media (max-width: 768px) {
	.our_mission_wrap .our_mission_inner .title {
		font-size: 25px;
	}
}

.our_mission_wrap .our_mission_inner .description {
	font-size: 18px;
	color: #86898B;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.our_mission_wrap .our_mission_inner .description {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.our_mission_wrap .our_mission_inner .description {
		font-size: 16px;
	}
}

.our_mission_wrap .our_mission_inner .image {
	margin-top: 15px;
}

.our_mission_wrap .our_mission_items {
	max-width: 644px;
	width: 100%;
}

@media (max-width: 1024px) {
	.our_mission_wrap .our_mission_items {
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.our_mission_wrap .our_mission_items {
		max-width: 100%;
	}
}

.our_mission_wrap .our_mission_items .item {
	width: 100%;
	padding: 40px;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	.our_mission_wrap .our_mission_items .item {
		padding: 30px;
	}
}

.our_mission_wrap .our_mission_items .item .title {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	.our_mission_wrap .our_mission_items .item .title {
		font-size: 20px;
	}
}

.our_mission_wrap .our_mission_items .item .description {
	font-weight: 400;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.our_mission_wrap .our_mission_items .item .description {
		font-size: 14px;
	}
}

.why_choose_wrap {
	background-color: #171717;
	padding: 100px 0;
}

@media (max-width: 1024px) {
	.why_choose_wrap {
		padding: 80px 40px;
	}
}

.why_choose_wrap .title {
	font-weight: 400;
	font-size: 32px;
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
}

@media (max-width: 1024px) {
	.why_choose_wrap .title {
		font-size: 24px;
	}
}

.why_choose_wrap .choose_items {
	max-width: 1084px;
	width: 100%;
	margin: 0 auto 60px;
}

@media (max-width: 1024px) {
	.why_choose_wrap .choose_items {
		margin-bottom: 40px;
	}
}

.why_choose_wrap .choose_items .item {
	width: 100%;
	padding-top: 24px;
	margin-bottom: 24px;
	color: #86898B;
	font-size: 18px;
	font-weight: 400;
	border-top: 1px solid #3C3C3E;
}

.why_choose_wrap .choose_items .item:last-child {
	border-bottom: 1px solid #3C3C3E;
	padding-bottom: 24px;
}

@media (max-width: 1024px) {
	.why_choose_wrap .choose_items .item {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.why_choose_wrap .choose_summary {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

.why_choose_wrap .choose_summary p {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin: 0;
	text-align: center;
}

@media (max-width: 1024px) {
	.why_choose_wrap .choose_summary p {
		font-size: 20px;
	}
}

.why_choose_wrap .choose_summary p span.green {
	color: #4B976B;
}

.why_choose_wrap .talk_btn {
	width: 89px;
	height: 37px;
	border: 1px solid #444;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	background-color: #232323;
	margin: 24px auto 0;
}

@media (max-width: 1024px) {
	.why_choose_wrap .talk_btn {
		font-size: 14px;
	}
}

.reviews_inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

@media (max-width: 768px) {
	.reviews_inner {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
}

.reviews_inner .title {
	font-size: 42px;
	font-weight: 400;
	color: #1D1E1F;
}

@media (max-width: 1024px) {
	.reviews_inner .title {
		font-size: 33px;
		max-width: 45%;
	}
}

@media (max-width: 768px) {
	.reviews_inner .title {
		max-width: 100%;
		margin-bottom: 20px;
		font-size: 25px;
	}
}

.reviews_inner .description {
	font-size: 24px;
	font-weight: 400;
	color: #86898B;
	max-width: 644px;
}

@media (max-width: 1024px) {
	.reviews_inner .description {
		font-size: 18px;
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.reviews_inner .description {
		max-width: 100%;
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.reviews_slider {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
}

.reviews_slider .item {
	width: 644px;
	height: 392px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 46px;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.reviews_slider .item {
		width: 100%;
	}
}

.reviews_slider .item .review_logo img {
	width: auto;
	display: inline-block;
	max-height: 32px;
}

.reviews_slider .item .review {
	font-weight: 400;
	font-size: 18px;
	color: #86898B;
}

@media (max-width: 1024px) {
	.reviews_slider .item .review {
		font-size: 16px;
	}
}

.reviews_slider .item .reviewer {
	display: flex;
	align-items: center;
}

.reviews_slider .item .reviewer .avatar {
	margin-right: 30px;
}

.reviews_slider .item .reviewer .avatar img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.reviews_slider .item .reviewer .info .name {
	font-size: 16px;
	color: #1D1E1F;
	font-weight: 500;
	margin-bottom: 8px;
}

.reviews_slider .item .reviewer .info .position {
	color: #86898B;
	font-size: 14px;
	font-weight: 500;
}

.reviews_slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #444444;
	border-radius: 50%;
	background-color: #232323;
	color: #fff;
	padding: 0;
	transition: all linear .2s;
}

.reviews_slider .owl-nav button.hidden {
	opacity: 0;
	visibility: hidden;
}

.reviews_slider .owl-nav button span {
	background-image: url("assets/images/slider/arrow-right.png");
	background-size: contain;
	width: 16px;
	height: 16px;
}

.reviews_slider .owl-nav button.global-owl-prev {
	left: -17px;
	transform: scale(-1, 1) translateY(-50%);
}

.reviews_slider .owl-nav button.global-owl-next {
	right: -17px;
}

.reviews_slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}

.reviews_slider .owl-dots button.owl-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #E8E8E8;
	margin-right: 8px;
	transition: all linear .4s;
}

.reviews_slider .owl-dots button.owl-dot.active {
	width: 20px;
	background-color: #4B976B;
	border-radius: 27px;
}

.reviews_slider .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

.challenges_wrap {
	padding: 100px 30px;
	background-color: #171717;
}

@media (max-width: 1024px) {
	.challenges_wrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.challenges_wrap .challenges_inner .title {
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	.challenges_wrap .challenges_inner .title {
		font-size: 28px;
	}
}

.challenges_wrap .challenges_inner .description {
	max-width: 705px;
	margin: 0 auto 60px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #86898B;
}

@media (max-width: 1024px) {
	.challenges_wrap .challenges_inner .description {
		font-size: 16px;
	}
}

.challenges_faq {
	max-width: 1084px;
	width: 100%;
	margin: 0 auto;
}

.challenges_faq .faq_item {
	width: 100%;
	background-color: #222323;
	margin-bottom: 8px;
	cursor: pointer;
}

.challenges_faq .faq_item:last-child {
	margin-bottom: 0;
}

.challenges_faq .faq_item .label {
	height: 91px;
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 32px;
	position: relative;
}

.challenges_faq .faq_item .label:after {
	content: '+';
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #444444;
	font-size: 25px;
	display: flex;
	justify-content: center;
	line-height: 1;
	right: 32px;
	padding-top: 2px;
	box-sizing: border-box;
}

.challenges_faq .faq_item.open .label {
	color: #4B976B;
}

.challenges_faq .faq_item.open .label:after {
	content: '—';
	color: #fff;
}

.challenges_faq .faq_item .answer {
	cursor: default;
	display: none;
	padding: 32px;
	border-top: 1px solid #171717;
	font-size: 18px;
	font-weight: 400;
	color: #86898B;
}

.challenges_faq .faq_item .answer ul {
	margin: 16px 0 0;
	padding-left: 25px;
}

.challenges_faq .faq_item .answer ul li {
	color: #86898B;
}

.challenges_faq .faq_item .answer ul li::marker {
	color: #4B976B;
}

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

@media (max-width: 768px) {
	.consultations_inner {
		display: block;
		text-align: center;
	}
}

.consultations_inner .title {
	font-size: 42px;
	font-weight: 400;
	color: #1D1E1F;
}

@media (max-width: 1024px) {
	.consultations_inner .title {
		font-size: 33px;
		max-width: 45%;
	}
}

@media (max-width: 768px) {
	.consultations_inner .title {
		max-width: 100%;
		margin-bottom: 20px;
		font-size: 25px;
	}
}

.consultations_inner .description {
	max-width: 644px;
	font-size: 24px;
	color: #86898B;
	margin-bottom: 140px;
}

@media (max-width: 1024px) {
	.consultations_inner .description {
		max-width: 50%;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.consultations_inner .description {
		max-width: 100%;
		margin-bottom: 20px;
		font-size: 16px;
	}
}

.consultations_items {
	display: flex;
	height: 465px;
	align-items: flex-end;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.consultations_items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 16px;
		height: auto;
		margin-top: 25px;
	}
}

@media (max-width: 540px) {
	.consultations_items {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.consultations_items .item {
	max-width: 314px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

@media (max-width: 1024px) {
	.consultations_items .item {
		max-width: 23.3333%;
	}
}

@media (max-width: 768px) {
	.consultations_items .item {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.consultations_items .item .image {
	position: relative;
	z-index: 2;
}

.consultations_items .item img {
	display: block;
	width: 100%;
	height: 268px;
	filter: grayscale(100%);
	object-fit: cover;
	transition: all linear .4s;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.consultations_items .item img {
		filter: grayscale(0%);
	}
}

.consultations_items .item .info {
	display: none;
	max-width: 298px;
	width: 100%;
	position: absolute;
	top: 0;
	right: -320px;
}

@media (max-width: 1024px) {
	.consultations_items .item .info {
		right: -110%;
	}
}

@media (max-width: 768px) {
	.consultations_items .item .info {
		position: relative;
		top: unset !important;
		right: unset !important;
		left: unset !important;
		max-width: 100%;
		display: block;
		margin-top: 10px;
	}
}

.consultations_items .item .info .name {
	font-size: 24px;
	color: #1D1E1F;
	font-weight: 500;
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	.consultations_items .item .info .name {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.consultations_items .item .info .name {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1;
	}
}

.consultations_items .item .info .position {
	font-size: 24px;
	color: #A8A9AA;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.consultations_items .item .info .position {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.consultations_items .item .info .position {
		font-size: 14px;
	}
}

.consultations_items .item:nth-child(3) .info, .consultations_items .item:nth-child(4) .info {
	right: auto;
	left: -320px;
}

@media (max-width: 1024px) {
	.consultations_items .item:nth-child(3) .info, .consultations_items .item:nth-child(4) .info {
		left: -110%;
	}
}

.consultations_items .item:hover .info {
	display: block;
}

.consultations_items .item:hover img {
	height: 465px;
	filter: grayscale(0%);
}

@media (max-width: 768px) {
	.consultations_items .item:hover img {
		height: 268px;
	}
}

.form {
	background-color: #171717;
}

.form-title {
	color: #fff;
	font-size: 48px;
	text-align: center;
	margin: 0 0 16px;
	line-height: 58px;
}

@media (max-width: 1024px) {
	.form-title {
		font-size: 38px;
	}
}

@media (max-width: 761px) {
	.form-title {
		font-size: 30px;
	}
}

.form-description {
	font-size: 16px;
	color: #86898B;
	text-align: center;
	line-height: 24px;
}

.form-wrapper {
	max-width: 538px;
	padding: 90px 15px 120px;
	margin: 0 auto;
}

.form-main .wpcf7-form-control-wrap .wpcf7-form-control {
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	border-radius: 0;
	font-size: 16px;
	line-height: 60px;
	color: #FFFFFF;
}

.form-main .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill, .form-main .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:hover, .form-main .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:focus, .form-main .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #FFFFFF !important;
}

.form-main .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
	color: #FFFFFF;
}

.form-main .wpcf7-form-control-wrap .wpcf7-form-control:hover, .form-main .wpcf7-form-control-wrap .wpcf7-form-control:focus {
	outline: none;
}

.form-main .wpcf7-submit {
	font-size: 16px;
	color: #1D1E1F;
	line-height: 37px;
	padding: 0 18px;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.form-main .wpcf7-spinner {
	display: none;
}

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

.form-main .wpcf7 form.invalid .wpcf7-response-output, .form-main .wpcf7 form.unaccepted .wpcf7-response-output, .form-main .wpcf7 form.payment-required .wpcf7-response-output, .form-main .wpcf7-response-output {
	border: none !important;
	color: #fff;
	text-align: center;
}

.footer {
	max-width: 1304px;
	padding: 44px 110px;
	background-color: #1D1D1D;
}

@media (max-width: 1024px) {
	.footer {
		padding-left: 45px;
		padding-right: 45px;
	}
}

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

.footer .footer_inner .logo img {
	width: 154px;
	height: 29px;
}

@media (max-width: 768px) {
	.footer .footer_inner .footer-navigation {
		display: none;
	}
}

.footer .footer_inner .footer-navigation ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.footer .footer_inner .footer-navigation ul.menu li {
	margin-right: 32px;
	position: relative;
}

@media (max-width: 1024px) {
	.footer .footer_inner .footer-navigation ul.menu li {
		margin-right: 20px;
	}
}

.footer .footer_inner .footer-navigation ul.menu li:after {
	opacity: 0;
	visibility: hidden;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 2px;
	background-color: #4B976B;
	transition: all linear .4s;
}

.footer .footer_inner .footer-navigation ul.menu li:last-child {
	margin-right: 0;
}

.footer .footer_inner .footer-navigation ul.menu li:hover:after {
	visibility: visible;
	opacity: 1;
}

.footer .footer_inner .footer-navigation ul.menu li:hover a {
	color: #4B976B;
}

.footer .footer_inner .footer-navigation ul.menu li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}

@media (max-width: 1024px) {
	.footer .footer_inner .footer-navigation ul.menu li a {
		font-size: 14px;
	}
}

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

.footer .footer_inner .socials a {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #444444;
	background-color: #232323;
	margin-right: 16px;
	transition: all ease .4s;
}

.footer .footer_inner .socials a:hover {
	background-color: #4B976B;
}

.footer .footer_inner .socials a:last-child {
	margin-right: 0;
}

.footer .footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
}

.footer .footer_bottom .copyright {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

.footer .footer_bottom .to_top_btn {
	cursor: pointer;
	width: 70px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	position: relative;
	transition: all linear .4s;
}

.footer .footer_bottom .to_top_btn:after {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background-image: url("assets/images/top-arrow.png");
	background-size: contain;
}

.footer .footer_bottom .to_top_btn:hover:after {
	top: 0;
}

/*# sourceMappingURL=style.css.map */