/*
Theme Name: kge-corp.com
Author: KazWeb
Author URI: https://kazweb.pro
Version: 1.0
*/

/**
* @section bootstrap reboot
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}
@-ms-viewport {
	width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: .5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
/**
* @section bootstrap grid
*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 98%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 98%;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
	margin-left: 0;
	}
	.offset-md-1 {
	margin-left: 8.333333%;
	}
	.offset-md-2 {
	margin-left: 16.666667%;
	}
	.offset-md-3 {
	margin-left: 25%;
	}
	.offset-md-4 {
	margin-left: 33.333333%;
	}
	.offset-md-5 {
	margin-left: 41.666667%;
	}
	.offset-md-6 {
	margin-left: 50%;
	}
	.offset-md-7 {
	margin-left: 58.333333%;
	}
	.offset-md-8 {
	margin-left: 66.666667%;
	}
	.offset-md-9 {
	margin-left: 75%;
	}
	.offset-md-10 {
	margin-left: 83.333333%;
	}
	.offset-md-11 {
	margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.pl-xl-0 {
		padding-left: 0 !important;
	}
	.pr-xl-0 {
		padding-right: 0 !important;
	}
	.pl-xl-20 {
		padding-left: 20px !important;
	}
	.ml-xl-0 {
		margin-left: 0 !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-30 {
		margin-left: 30px !important;
	}
	.mt-xl-100 {
		margin-top: 100px !important;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}
.table-sm th,
.table-sm td {
	padding: 0.3rem;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
@media (max-width:575px){
	.hidden {
		display:none !important;
	}
}
@media (min-width:576px) and (max-width:767px){
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-md {
		display: none !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-lg {
		display: none !important;
	}
}
@media (min-width:1200px){
	.hidden-xl {
		display: none !important;
	}
}
/**
* @section general
*/
body {
	background-color: #fff;
	color: #212121;
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-display: swap;
	line-height: 1.5;
}
.title {
	color: #17171d;
	font-size: 45px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 40px;
	text-align: left;
}
.sub-title {
	background-color: #f2f4f8;
	border-radius: 4px;
	color: #73818c;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 15px;
	margin-bottom: 10px;
}
.special-text {
	font-size: 60px;
	font-weight: 700;
	line-height: 0.8em;
	opacity: 1;
	white-space: nowrap;
	line-height: 1.2em;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #e66445;
	text-align: left;
}
.col-title h1 {
	margin-bottom: 30px;
}
.bold {
	font-weight: 500;
}
.block {
	display: block;
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.flex {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}
/**
* @section header
*/
header {
	border-top: 7px solid #2393b9;
	padding: 10px 0;
	position: relative;
	z-index: 9;
}
header:before {
	content: '';
	background-color: #988780;
	position: absolute;
	top: -7px;
	left: 0;
	width: 33%;
	height: 7px;
}
header:after {
	content: '';
	background-color: #8ac15b;
	position: absolute;
	top: -7px;
	right: 0;
	width: 33%;
	height: 7px;
}
/**
* @section logo
*/
.logo {
	position: relative;
	z-index: 9999;
}
.logo img {
	height: auto;
	max-width: 100%;
}
/**
* @section nav
*/
#nav-list {
	position: relative;
}
#nav-list ul {
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
}
#nav-list ul li {
	display: inline-block;
	list-style: none;
}
#nav-list ul li a {
	border-bottom: 1px solid #fff;
	color: #212121;
	padding-bottom: 2px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav-list ul li a:hover {
	border-bottom: 1px solid #21212160;
	color: #212121;
	text-decoration: none;
}
.current-menu-item a {
	border-bottom: 1px solid #21212160 !important;
	color: #888 !important;
}
/**
* @section menu button
*/
@media (min-width: 821px) {
	.menu-button {
		display: none;
	}
}
.menu-button {
	position: absolute;
	right: 15px;
	top: -9px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	z-index: 99999;
}
.menu-button:focus {
	outline: 0;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-button .icon-bar {
	background: #2C3A47;
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 1px;
}
.menu-button .icon-bar + .icon-bar {
	margin-top: 5px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
#nav button.active {
	position: fixed !important;
	top: 25px !important;
	right: 20px;
}
#nav button.active > .icon-bar {
	background: #2C3A47 !important;
}
#nav button.active > .icon-bar:nth-child(2) {
	position: absolute;
	top: 15px;
	left: 10px;
	transform: rotatez(-135deg);
	transition: all 0.5s;
}
#nav button.active > .icon-bar:nth-child(3) {
	background: transparent !important;
}
#nav button.active > .icon-bar:nth-child(4) {
	position: absolute;
	top: 10px;
	left: 9px;
	transform: rotatez(-45deg);
	transition: all 0.5s;
}
/**
* @section mobile navigation
*/
#nav.active {
	background: rgba(55, 61, 62, 0.35);
	content: "";
	display: block !important;
	opacity: 1;
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#nav.active ul {
	padding: 0;
	position: relative;
	margin: 0;
}
#nav.active #nav-list {
	display: block !important;
	background: #fff;
	color: #fff;
	padding: 100px 20px 0 20px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
}
#nav.active #nav-list ul li {
	display: flex;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 25px 0;
	text-align: left;
}
#nav.active #nav-list ul li a {
	color: #212121;
	font-size: 16px;
}
/**
* @section language
*/
.wpm-language-switcher {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
}
.wpm-language-switcher li {
	color: #888 !important;
	display: inline-block;
	list-style: none;
	margin-left: 15px;
}
.wpm-language-switcher li:first-child {
	margin-left: 0;
}
.wpm-language-switcher li a {
	color: #888 !important;
	font-size: 15px;
	text-transform: uppercase;
}
/**
* @section cta
*/
.cta {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/cta.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex !important;
	align-items: center !important;
	align-content: center !important;
	flex-wrap: nowrap !important;
	padding: 0 !important;
	position: relative;
	margin-bottom: 0;
	height: 600px;
	z-index: 1;
}
/**
* @section about us
*/
.about-us {
	background-color: #fff;
	padding-top: 60px;
	margin-bottom: 80px;
}
.about-us-item {
	border-bottom: 2px solid #17262f;
	display: flex;
	align-items: center;
	padding: 20px 0 30px 0;
	min-height: 128px;
	text-align: left;
	text-decoration: none;
}
.language-ru .about-us-item {
	min-height: 154px;
}
.about-us-icon {
	display: inline-block;
	margin-right: 20px;
}
.about-us-icon img {
	height: 34px;
	max-width: 34px;
}
.about-us-title {
	font-weight: 500;
	font-size: 17px;
	color: #17171d;
}
.small-title {
	font-weight: 500;
	font-size: 17px;
	color: #17171d;
	padding: 20px 0;
}
.what-we-do-page {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex !important;
	align-items: center !important;
	align-content: center !important;
	flex-wrap: nowrap !important;
	padding: 0 !important;
	position: relative;
	margin-bottom: 80px;
	height: 500px;
	z-index: 1;
}
.what-we-do-desc {
	color: #190558;
	font-size: 27px;
}
.what-we-do-project {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	margin-bottom: 65px;
	text-align: center;
}
.what-we-do-advantage {
	margin-bottom: 80px;
}
.what-we-do-advantage_desc p:nth-child(1) {
	color: #17171d;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	margin: 0;
	text-align: left;
}
.what-we-do-advantage_desc p:last-child {
	margin-bottom: 0;
}
.what-we-do-advantage_desc ul {
	padding: 0;
	margin: 20px 0 20px 40px;
}
.what-we-do-advantage_desc ul li {
	display: block;
	list-style: none;
	padding-left: 12px;
	position: relative;
	margin-bottom: 15px;
}
.what-we-do-advantage_desc ul li::before {
	background-color: #0094ec;
	border-radius: 50%;
	border: 4px solid #d9ecfc;
	content: '';
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	position: absolute;
	--size: 14px;
	left: calc(-0.6 * var(--size) - 10px);
	padding-top: 3px;
	width: var(--size);
	height: var(--size);
	top: 5px;
	text-align: center;
}
.what-we-do-advantage img {
	border-radius: 5px;
}
.what-we-do-complex {
	margin-bottom: 80px;
}
.what-we-do-complex .title {
	color: #190558;
	font-size: 27px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 40px;
	text-align: center;
}
.complex-item {
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
}
.complex-item img {
	height: 60px;
	margin: 0 auto 20px auto;
}
.complex-desc {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	margin-top: 40px;
	text-align: center;
}
/**
* @section CCS
*/
.ccs {
	background-color: #e1e6e9;
	padding: 100px 0;
	margin-bottom: 0;
}
.ccs-text {
	color: #4a5257;
	font-size: 17px;
	font-weight: 300;
}
.ccs-text p:nth-child(1) {
	color: #17171d;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 90px;
}
.language-ru .ccs-text p:nth-child(1) {
	font-size: 30px;
	line-height: 40px;
}
.language-kz .ccs-text p:nth-child(1) {
	font-size: 38px;
	line-height: 48px;
}
.ccs-text p:last-child {
	margin-bottom: 0;
}
.ccs-text ul {
	padding: 0;
}
.ccs-text ul li {
	margin-bottom: 8px;
}
.ccs-desc {
	color: #17171d;
	font-size: 17px;
	font-weight: 300;
}
.ccs-desc p:nth-child(1) {
	font-weight: 500;
	margin-top: 15px;
}
.ccs-desc p:last-child {
	margin-bottom: 0;
}
.how-ccs {
	color: #e66445;
	display: inline;
	font-size: 15px;
	font-weight: 300;
	margin-top: 80px;
	position: relative;
	text-transform: uppercase;
}
.how-ccs:before {
	background-repeat: no-repeat;
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/down-arrow.png);
	background-position: center;
	background-size: contain;
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: -3px;
	right: -24px;
	transform: rotate(-45deg);
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-100 {
	margin-top: 100px;
}
.mb-50 {
	margin-bottom: 50px;
}
.ccs-count {
	position: relative;
}
.ccs-cover {
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	height: 500px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
.ccs-cover::after {
	background: #16171c none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.ccs-one {
	background-position: top center;
}
.ccs-two {
	background-position: top center;
}
.ccs-three {
	background-position: 0 -122px;
}
.ccs-count:hover .ccs-cover::after {
	opacity: 0;
	transition: all 0.3s;
}
.css-number {
	color: #e66445;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 30px;
	font-size: 100px;
	letter-spacing: -0.03em;
	font-weight: 700;
	margin-top: -0.8em;
	white-space: normal;
	visibility: inherit;
	transition: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.269595, 0, 1);
	transform-origin: 50% 50% 0px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #e66445;
}
.ccs-count:hover .css-number {
	color: #fb876b;
	transition: all 0.3s;
}
.css-title-count {
	background-color: #121c22;
	color: #fff;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	padding: 20px 15px;
	position: relative;
	min-height: 152px;
}
/**
* @section gas processing
*/
.gas-processing {
	background-color: #121c22;
	padding: 100px 0 0 0;
	margin-bottom: 60px;
}
.gas-processing .flex {
	align-items: stretch;
}
.gas-processing .title {
	color: #fff;
	margin-bottom: 5px;
}
.gas-processing .small-title {
	color: #fff;
	font-size: 20px;
}
.gas-processing-box {
	border-top: 2px solid #2b363d;
	margin-top: 30px;
}
.gas-processing-item {
	border-left: 2px solid #2b363d;
	color: #e66445;
	font-size: 25px;
	font-weight: 500;
	padding: 80px 48px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.gas-count {
	color: #fff;
	font-size: 20px;
}
.gas-count .special-text {
	font-size: 45px;
}
/**
* @section project
*/
.project {
	position: relative;
	margin-bottom: 0;
}
.project-item {
	margin-bottom: 60px;
}
.project-item a {
	text-decoration: none;
}
.project-item a:hover {
	text-decoration: none;
	transition: all 0.3s;
}
.project-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 4px;
	position: relative;
	height: 300px;
}
.post-65 .project-cover {
	background-position: left;
}
.project-desc {
	position: relative;
	margin-top: 20px;
	text-align: left;
}
.project-desc p:nth-child(1) {
	color: #17171d;
	display: inline;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.project-item a:hover .project-desc p:nth-child(1) {
	border-bottom: 1px solid #17171d50;
	padding-bottom: 2px;
}
/**
* @section we support
*/
.we-support {
	margin-bottom: 60px;
}
.we-support_text {
	font-size: 20px;
}
/**
* @section membership
*/
.membership {
	position: relative;
	margin-bottom: 60px;
}
.membership .flex {
	align-items: center;
}
.membership-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	text-align: center;
}
.membership-logo img {
	display: block;
	height: auto;
	max-height: 120px;
	max-width: 100%;
	margin: 0 auto;
}
/**
* @section single content
*/
.single-content {
	border-top: 1px solid #e9e9ee;
	font-size: 17px;
	padding: 45px 0 30px 0;
}
.page-id-10 .single-content {
	padding-bottom: 0;
}
.single-content img {
	display: block;
	height: auto;
	max-width: 100%;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
.wp-caption {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}
.wp-caption-text {
	color: #888;
	font-style: italic;
	margin: 15px 0 0 0;
}
.postid-63 .entry-title,
.postid-65 .entry-title,
.postid-67 .entry-title,
.postid-74 .entry-title,
.postid-77 .entry-title {
	display: none !important;
}
/**
* @section The hydrogen-ammonia nexus and the use of ammonia to reduce CO2 emissions when combusted together with coal
*/
.random-entry {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/background-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.random-title {
	color: #fff;
	padding: 50px 30px 30px 30px;
	text-align: center;
}
.random-title p:nth-child(1) {
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
}
.random-title p:last-child {
	margin-bottom: 0;
}
.random-item {
	color: #fff;
	font-size: 18px;
	padding: 0 15px;
	position: relative;
	margin-bottom: 50px;
}
.random-b-r:before {
	content: '';
	background-color: #39489d;
	height: 67px;
	width: 1px;
	position: absolute;
	top: 7px;
	right: -15px;
}
/**
* @section Kazakhstan’s Energy Transition
*/
.random-entry-67 {
	background-image: url(/wp-content/uploads/2022/10/project-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	position: relative;
}
.random-entry-67:before {
	background: #121c22;
	border-radius: 5px;
	content: '';
	position: absolute;
	opacity: 0.5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.random-header-title {
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.random-header-title p:nth-child(1) {
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
}
.random-header-title p:nth-child(2) {
	font-size: 18px;
	margin-bottom: 0;
}
.random-header-title p:last-child {
	margin-bottom: 0;
}
.prezident {
	align-content: center;
	justify-content: space-between;
	align-items: center;
}
.prezident-photo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
	position: relative;
	margin: 15px 0 20px 0;
}
.prezident-photo img {
	border-radius: 50%;
	display: block;
	height: 150px;
	width: 150px;
}
.prezident-talk {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 84%;
	flex: 0 0 84%;
	max-width: 84%;
	font-style: italic;
}
.prezident-talk span {
	display: block;
	font-size: 15px;
	line-height: 3;
	font-style: normal;
}
/**
* @section Development of a gas processing industry for Kazakhstan
*/
.random-entry-65 {
	background-image: url(/wp-content/uploads/2022/11/1538475075_13-2.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	position: relative;
	margin-bottom: 80px;
}
.random-entry-65:before {
	background: #121c22;
	border-radius: 5px;
	content: '';
	position: absolute;
	opacity: 0.5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.col-gas p:last-child {
	margin-bottom: 0;
}
/**
* @section Carbon capture technology
*/
.carbon {
	margin-bottom: 80px;
}
.carbon-desc {
	text-align: center;
}
.carbon-desc p:nth-child(1) {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
}
.carbon-desc p:nth-child(2) {
	color: #677387;
	font-size: 18px;
	margin-bottom: 0;
}
.carbon-desc p:last-child,
.carbon-image p:last-child,
.carbon-image-desc p:last-child,
.carbon-image-desc p:nth-child(2) {
	margin-bottom: 0;
}
.carbon-image {
	margin-bottom: 50px;
}
.carbon-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	height: 380px;
	position: relative;
}
/**
* @section Our project
*/
.objectives {
	margin-bottom: 50px;
}
.objectives_item {
	position: relative;
	padding: 30px 20px 20px 75px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	min-height: 242px;
}
.objective_count_1:before,
.objective_count_2:before,
.objective_count_3:before,
.objective_count_4:before,
.objective_count_5:before,
.objective_count_6:before,
.objective_count_7:before {
	content: '';
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	position: absolute;
	top: 35px;
	left: 30px;
	height: 32px;
	width: 32px;
	z-index: 1;
}
.objective_count_1:before {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/one.png);
}
.objective_count_2:before {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/two.png);
}
.objective_count_3:before {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/three.png);
}
.objective_count_4:before {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/four.png);
}
.objective_count_5:before {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/five.png);
}
.objective_count_6:before {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/six.png);
}
.objective_count_7:before {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/seven.png);
}
.structure {
	border-top: 1px solid #e0e0e0;
	padding-top: 80px;
	margin: 120px 0 20px 0;
}
.structure_title {
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
}
.structure_box {
	flex-wrap: wrap;
}
.structure_item {
	background-color: #cac7ff47;
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	min-height: 264px;
}
.structure_item p {
	font-size: 16px;
	font-weight: 500;
}
.structure_item ul {
	padding: 0 0 0 20px;
}
.structure_item ul li {
	font-size: 15px;
	font-weight: 400;
}
.structure_item .flex {
	flex-wrap: wrap;
}
.structure_item .flex li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 49%;
}
.factory {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/eco-factory.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	margin-bottom: 15px;
	height: 64px;
	width: 64px;
	z-index: 1;
}
.factory_2 {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/eco-factory-2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	margin-bottom: 15px;
	height: 64px;
	width: 64px;
	z-index: 1;
}
.factory_3 {
	background-image: url(/web/20230830101630im_/https://kge-corp.com/wp-content/themes/kge/assets/img/icons/eco-factory-3.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	margin-bottom: 15px;
	height: 64px;
	width: 64px;
	z-index: 1;
}
/**
* @section team
*/
.team {
	position: relative;
}
.row-team .flex {
	align-items: stretch;
}
.team-item {
	background-color: #fcfcfc;
	position: relative;
	margin-bottom: 60px;
}
.team-desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
	padding: 30px 40px;
}
.team-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	margin-bottom: 20px;
}
.team-title p:nth-child(1) {
	color: #17171d;
	display: inline;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}
.team-title p:nth-child(2) {
	font-size: 18px;
	margin-bottom: 0;
}
.team-summary {
	margin-top: 15px;
}
/**
* @section price table
*/
.single-content table {
	border-collapse: collapse;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
	-o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
	overflow: hidden;
	width: 100%;
	margin: 0 auto 50px auto;
	position: relative;
}
.single-content table td,
.single-content table th {
	width: 16.666667%;
	padding: 10px;
	text-align: center;
}
.single-content table th {
	font-size: 15px;
}
.single-content table thead tr {
	height: 60px;
	background: #7bba27;
	color: #fff;
	font-size: 15px;
	font-weight: 400;

}
.single-content table tbody tr {
	height: 50px;
	font-size: 15px;
	color: #5c5858;
	line-height: 1.2;
	font-weight: 400;
}
.single-content table tbody tr td:nth-child(1) {
	width: 350px;
}
.single-content table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}
.single-content table tbody tr:last-child{
	
}
.single-content table td, .single-content table th {
	
}
/**
* @section slick
*/
.slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;

position: absolute;
top: 50%;

display: none !important;

width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);

cursor: pointer;

color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;

opacity: .75;
color: white;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}

.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
margin-bottom: 30px;
}

.slick-dots
{
position: absolute;
bottom: -50px;

display: block;

width: 100%;
padding: 0;
margin: 0;

list-style: none;

text-align: center;
}
.slick-dots li
{
position: relative;

display: inline-block;

width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;

display: block;

width: 20px;
height: 20px;
padding: 5px;

cursor: pointer;

color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{

font-size: 40px;
line-height: 20px;

position: absolute;
top: 0;
left: 0;

width: 20px;
height: 20px;

content: '•';
text-align: center;

opacity: .25;
color: black;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
/**
* @section footer
*/
footer {
	background-color: #121c22;
	color: #e0e1e4;
	padding: 40px 0;
	position: relative;
}
.widget {
	position: relative;
}
.widget h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
}
.widget ul {
	padding: 0;
	margin: 0;
}
.widget ul li {
	display: block;
	list-style: none;
	line-height: 1.7;
}
.widget a,
.widget ul li a {
	color: #e0e1e4;
}
.copyright {
	color: #abafb5;
	font-size: 14px;
	margin-top: 20px;
}
.copyright a {
	color: #abafb5;
}
.copyright p {
	margin-bottom: 5px;
}
.copyright p:last-child {
	margin-bottom: 0;
}
/**
* @section button up
*/
#button-up {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
	z-index: 99;
}
#button-up img {
	height: 40px;
	width: auto;
}
@media screen and (max-width: 1199px){
	.about-us-title {
		font-size: 14px;
	}
	.complex-item {
		font-size: 16px;
	}	
}
@media screen and (max-width: 1023px){
	.title {
		font-size: 38px;
	}
	#nav-list ul {
		justify-content: space-between;
	}
	.ccs-text p:nth-child(1) {
		margin-bottom: 0;
	}
	.special-text {
		font-size: 45px;
	}
	.gas-count .special-text {
		font-size: 38px;
	}
	.gas-processing-item {
		padding: 80px 25px;
	}
	.what-we-do-complex {
		margin-bottom: 40px;
	}
	.what-we-do-complex .flex {
		flex-wrap: wrap;
	}
	.complex-item {
		font-size: 18px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
		margin-bottom: 40px;
	}
	.wp-caption {
		width: 100% !important;
	}
	.prezident-photo {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.prezident-talk {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media screen and (max-width: 820px){
	.logo img {
		height: 50px;
	}
	#nav-list {
		display: none !important;
	}
	#nav-list ul {
		display: block;
	}
	.cta {
		height: 325px;
	}
}
@media screen and (max-width: 767px){
	.page-id-102 .project-item {
		margin-bottom: 0;
	}
	.row-project .slick-dots {
		bottom: 0;
	}
	.row-team .flex {
		flex-wrap: wrap;
	}
	.team-desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team-cover {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 550px;
		margin-bottom: 20px;
	}
	.gas-processing-item {
		border-bottom: 2px solid #2b363d;
		padding: 40px 25px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gas-processing .flex {
		flex-wrap: wrap;
	}
	.what-we-do-desc {
		font-size: 24px;
	}
	.what-we-do-advantage img {
		max-height: 500px;
		margin: 0 auto 30px auto;
	}
	.prezident {
		align-items: flex-start;
		margin-bottom: 15px;
	}
	.prezident-photo {
		margin: 10px 0 0 0;
	}
	.prezident-photo img {
		height: 100px;
		width: 100px;
	}
	.prezident-photo {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.prezident-talk {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
	.prezident-talk span {
		line-height: 20px;
	}
	.col-gas {
		margin-top: 30px;
	}
	.carbon-cover {
		margin-bottom: 30px;
	}
	.structure_item {
		min-height: auto;
	}
	.structure_item .flex li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 520px){
	.cta {
		height: 235px;
	}
	.ccs .mt-100 {
		margin-top: 50px;
	}
	.ccs-count {
		padding-top: 40px;
	}
	.special-text {
		font-size: 22px;
	}
	.row-ccs {
		margin-bottom: 100px !important;
	}
	.project {
		padding-bottom: 80px;
	}
	.category .project-item {
		margin-bottom: 0;
	}
	.about-us-icon img {
		height: 64px;
		max-width: 64px;
	}
	.team-cover {
		height: 350px;
	}
	.what-we-do-page {
		background-position: right;
	}
	.complex-desc {
		margin-top: 80px;
	}
	.objectives_item {
		min-height: auto;
	}
	.structure_item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/*
     FILE ARCHIVED ON 10:16:30 Aug 30, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:54:13 Mar 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.645
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.058
  esindex: 0.01
  cdx.remote: 5.83
  LoadShardBlock: 62.011 (3)
  PetaboxLoader3.datanode: 50.419 (4)
  PetaboxLoader3.resolve: 236.539 (2)
  load_resource: 239.495
*/