/*!
Theme Name: ctrlf5
Theme URI: http://underscores.me/
Author: ctrlf5
Author URI: http://ctrlf5.ro
Description: ctrlf5.ro custom wordpress theme
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: ctrlf5
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.

ctrlf5 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
	--accent-color: #8dbf41;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: var(--bs-gray-dark);
}

.site-header:before {
	height: 100%;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	opacity: 0;
	left: 0;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 100%);
}

.fade-in.site-header:before {
	opacity: 1;
}

.admin-bar body:before {
	top: 32px;
}

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

.text-area span {
	line-height: 1.1;
}

p {
	line-height: 1.5;
}
/* 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;
}

.btn.btn-primary,
input.wpcf7-form-control.wpcf7-submit,
.form-submit input[type="submit"] {
	background-color: var(--bs-green);
	border: 1px solid var(--bs-green);
	font-weight: 600;
	font-size: 1.13rem;
	padding: 14px 35px;
	border-radius: 10px;
	line-height: 1.4rem;
	color: #fff;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn.btn-secondary {
	background-color: transparent;
	border: 1px solid var(--bs-green);
	font-weight: 600;
	font-size: 1.13rem;
	padding: 14px 35px;
	border-radius: 10px;
	line-height: 1.4rem;
	color: var(--bs-green);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
	background-color: var(--bs-green);
	border-color: var(--bs-green);
	transform: translate3d(0px, -3px, 0);
	color: #fff;
	outline: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-submit:active,
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:active {
	background-color: transparent;
	border-color: var(--bs-green);
	color: var(--bs-green);
	transform: translate3d(0px, -3px, 0);
	outline: none;
}

input.wpcf7-form-control.wpcf7-submit:focus {
	border-color: var(--bs-green);
	transform: translate3d(0px, -3px, 0);
	outline: none;
}

.btn-container-submit {
	margin-top: 30px;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
}

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

.checkbox-usage {
	display: block;
	margin-bottom: 15px;
}

.checkbox-usage span.wpcf7-list-item-label {
	color: #fff;
	font-weight: normal;
	margin-left: 0;
	padding-left: 37px;
	position: relative;
}

.checkbox-usage input:checked ~ span.wpcf7-list-item-label:before {
	color: var(--bs-green);
	opacity: 1;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkbox-usage input:checked ~ span.wpcf7-list-item-label:before {
	content: "\e924";
	border-color: var(--bs-green);
}

.checkbox-usage.acceptance-div span.wpcf7-list-item-label:before {
	top: 0px;
}

.checkbox-usage .wpcf7-list-item label input {
	margin: 0;
	position: absolute;
	left: 0;
	opacity: 0;
}
.checkbox-usage .wpcf7-list-item label, .checkbox-usage .wpcf7-list-item label input {
	margin: 0;
}

.checkbox-usage span.wpcf7-list-item-label:before {
	font-family: 'ctrlf5-webfont';
	content: "";
	position: absolute;
	font-size: 12px;
	left: 0;
	top: -2px;
	width: 23px;
	height: 23px;
	background: transparent;
	cursor: pointer;
	opacity: 1;
	font-weight: 900;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
}
/**
 * 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
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

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
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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: var(--bs-green);
	text-decoration: none;
}

a:visited {
	color: var(--bs-green);
}

a:hover,
a:focus,
a:active {
	color: var(--bs-green);
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-navigation .cta a {
	font-weight: 600;
	font-size: 1.13rem;
	padding: 14px 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	line-height: 1.4rem;
}
.main-navigation a:hover,
.main-navigation li.current-menu-item a {
	color: var(--bs-green);
}
.main-navigation .cta.current-menu-item a {
	border-color: var(--bs-green);
}
.main-navigation .cta a:hover {
	background: var(--bs-green);
	color: #fff;
	border-color: var(--bs-green);
	transform: translate3d(0px, -3px, 0);
}

.admin-bar .button-menu {
	top: 41px;
}

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

.button-menu {
	position: absolute;
	right: 25px;
	top: 42px;
	padding: 0;
}

.button-menu {
	color: #fff;
	float: right;
	cursor: pointer;
	background: 0 0;
	border: none;
	z-index: 1004;
}

.button-menu i,
.button-menu i:after,
.button-menu i:before {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 27px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.button-menu i:before {
	top: -7px;
}
.button-menu i:after {
	bottom: -7px;
}
.button-menu:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid var(--bs-green);
	top: -19.2px;
	right: -6px;
	border-radius: 50%;
	opacity: 0;
}

.toggled .button-menu:after {
	opacity: 1;
}

.button-menu i {
	top: 50%;
	right: 0;
	margin-top: -1px;
}

.toggled .button-menu i:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: var(--bs-green);
}

.toggled .button-menu i:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: var(--bs-green);
}

.toggled .button-menu i {
	background-color: transparent!important;
}
.toggled .button-menu i:after, .toggled .button-menu i:before {
	top: 0;
}

.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-links {
	clear: both;
	margin: 0 0 1.5em;
}

span.edit-link a {
	position: fixed;
	bottom: 0;
	left: 50%;
	background: var(--bs-green);
	padding: 4px 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
}

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}
.bd-r1 {
	border-right: 1px solid #666666;
}

/* 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;
	max-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.btn.btn-inline {
	display: flex;
	font-size: 1.13rem;
	padding: 0;
	color: var(--bs-green);
	font-weight: 600;
}

.btn:focus,
.btn:active {
	outline: none;
}

.btn.btn-inline span {
	color: #fff;
	background: var(--bs-green);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: relative;
	margin-left: 10px;
	top: 1px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Carousel general */
.swiper-nxt, .swiper-prv {
	color: var(--bs-green);
	font-size: 2rem;
}
.light .swiper-nxt, .light .swiper-prv {
	color: var(--bs-gray-dark);
}

.light .swiper-nxt.swiper-button-disabled, .light .swiper-prv.swiper-button-disabled {
	opacity: 0.2;
}

.main-nav-carousel {
	display: flex;
	justify-content: space-around;
	max-width: 93px;
	gap: 18px;
}
.relative {
	position: relative;
}

.light .swiper-nxt:hover, .light .swiper-prv:hover {
	color:var(--bs-green);
}

.swiperc-button-next.swiper-button-disabled, .swiperc-button-prev.swiper-button-disabled {
	opacity: 0.2;
}

.component.has-bg.bg-position-center {
	background-position: center;
}

.component.has-bg.bg-position-top {
	background-position: top;
}

.component.has-bg.bg-position-bottom {
	background-position: bottom;
}

.cta-btn-container {
	gap: 25px;
}
.component.component-generic.remove-top-margin {
	padding-top: 0;
}
.component.component-generic.remove-bottom-margin {
	padding-bottom: 0;
}

/* Header */
.admin-bar .site-header {
	top: 32px;
}
.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 21;
	padding: 15px 0;
	transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

div#ez-toc-container ul.ez-toc-list li.active {
	font-weight: 600;
}

div#ez-toc-container ul.ez-toc-list li.active a {
	color: #000;
}

.site-header ul.sub-menu {
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 27px;
	border-radius: 10px;
}

.site-header ul.sub-menu a {
	color: inherit;
	font-weight: 400;
}

.site-header ul.sub-menu a:hover {
	color: var(--bs-green);
}

.main-navigation ul.menu > li {
	padding: 5px 0 15px 0;
}
nav.rank-math-breadcrumb {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	max-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
nav.rank-math-breadcrumb p {
	text-wrap: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	color: #8EBF42;
	margin-bottom: 0;
}
.hide-breadcrumbs nav.rank-math-breadcrumb {
	display: none;
}

/**
Generic page header
 */

.entry-header .entry-title {
	font-size: 5.89rem;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--bs-green);
	margin-top: 0;
	margin-bottom: 35px;
	text-align: center;
}

.single .entry-header .entry-title {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--bs-green);
	margin-top: 0;
	margin-bottom: 35px;
}

.entry-header {
	min-height: 600px;
	background: var(--bs-gray-dark);
	padding: 0 25px;
}
.component--intro {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

nav.rank-math-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

nav.rank-math-breadcrumb span {
	color: var(--bs-green);
}

nav.rank-math-breadcrumb span.separator {
	color: #fff;
	margin: 0 8px;
}

.blog-main {
	background: #fff;
}

.blog-main .row figure, .blog-main .row figure img {
	margin: 0;
}

.blog-main .post-title a {
	color: inherit;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	margin-top: 15px;
}

.pagination ul a {
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	font-weight: 600;
}
.pagination ul li.active a {
	color: var(--bs-green);
	font-size: 28px;
	position: relative;
	top: -8px;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 13px;
}

.blog-main .listing-item {
	background: #EFEFEF;
	min-height: 520px;
	position: relative;
}

.blog-main .post-title a:hover {
	color: var(--bs-green);
}

.btn.btn-inline span,
.transition {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn.btn-inline:hover > span,
.listing-item:hover .btn.btn-inline > span {
	transform: translate3d(-6px, 0px, 0px);
}

.blog-main.background-gray .listing-item {
	background: #fff;
}

.blog-main .listing-item footer.entry-footer.p-area {
	position: absolute;
	bottom: 0;
}

.blog-main .listing-item .entry-content {
	max-height: 74px;
	overflow: hidden;
}

.p-area {
	padding: 0 15px;
}

.blog-main figure {
	max-height: 240px;
	overflow: hidden;
	min-height: 240px;
	background: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.blog-main figure img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
}

.background-gray .tag-list.big-items a.active {
	border-color: var(--bs-green);
	color: var(--bs-green);
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
ul.tag-inset {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: flex-end;
}
ul.tag-inset span {
	background: #fff;
	height: 30px;
	padding: 5px 20px;
	border-radius: 30px;
	display: table;
	color: var(--bs-green);
}

.fade-in.site-header {
	background: #1f1f25;
}
.component.component-generic .intro a {
	color: inherit;
}

@media (max-width: 1199px) {
	.component--intro.entry-header .entry-title {
		font-size: 82px;
		font-size: 5.1rem;
	}
}

@media(max-width: 992px) {
	.component--intro.entry-header .entry-title {
		font-size: 52px;
		font-size: 4.1rem;
	}
}

@media(max-width: 767px) {
	.component--intro.entry-header .entry-title {
		font-size: 42px;
		font-size: 2.6rem;
		text-align: center;
	}
	.component--intro {
		background-position: right;
	}
	.entry-header .entry-title-post {
		margin-bottom: 15px;
	}
	.case_studies .component--intro {
		padding: 0 25px;
	}
	.case_studies .entry-title-post.fs-50 {
		font-size: 38px !important;
		font-size: 2.4rem;
	}
	.blog-main .listing-item {
		min-height: auto;
	}
	.blog-main .listing-item footer.entry-footer.p-area {
		position: relative;
		bottom: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1026px){
	.custom-logo-link {
		max-width: 156px;
	}
	.menu-toggle {
		display: block;
	}
	.site-header ul.sub-menu {
		background: transparent;
		padding: 15px 0px 0px 20px;
		border-radius: 0;
		width: 100%;
		position: relative;
		gap: 15px;
	}
	.main-navigation .cta a {
		display: table;
		margin-top: 10px;
	}
	.site-header ul.sub-menu a {
		color: #fff;
		font-weight: 500;
		width: 100%;
	}
	.main-navigation ul ul {
		box-shadow: none;
		float: none;
		top: auto;
		left: auto;
		z-index: auto;
	}
	.menu-meniu-principal-container {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		max-width: 350px;
		background: #1B1B1B;
		padding: 75px 45px 45px 45px;
		height: 100%;
		overflow: auto;
	}
	.toggled .menu-meniu-principal-container {
		display: block;
	}
}

@media screen and (min-width: 1026px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 25px;
	}

	.fade-in .main-navigation ul {
		margin-bottom: -12px;
	}
}

@media(max-width: 480px) {
	ul.counter-ul li {
		flex: 100% !important;
		padding: 5px 25px !important;
	}
}


.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-900 {
	font-weight: 900;
}
.fs-18 {
	font-size: 18px;
	font-size: 1.15rem;
}
.fs-20 {
	font-size: 20px;
	font-size: 1.25rem;
}
.fs-24 {
	font-size: 24px;
	font-size: 1.5rem;
}
.fs-28 {
	font-size: 28px;
	font-size: 1.75rem;
}
.fs-50 {
	font-size: 50px;
	font-size: 3.1rem;
}
.fs-44 {
	font-size: 44px;
	font-size: 2.75rem;
}
.color-green {
	color: var(--bs-green);
}
hr {
	opacity: 1;
	background-color: #EFEFEF;
}
.grey hr {
	background-color: #fff;
}
.page-intro {
	color: #fff;
	max-width: 850px;
	text-align: center;
	line-height: 1.5;
}

/* Generic components */
.component.component-generic {
	padding-top: 120px;
	padding-bottom: 120px;
}

.component.component-generic.component-no-pb {
	padding-bottom: 1px;
}

.component.component-generic .title {
	font-size: 50px;
	font-size: 3.15rem;
	color: #fff;
	position: relative;
	padding-left: 60px;
	margin-bottom: 25px;
	line-height: 3.5rem;
}
.component.component-generic .title:before {
	content: "";
	height: 2px;
	width: 40px;
	background: var(--bs-green);
	position: absolute;
	top: 50%;
	left: 0;
}
.component.has-bg {
	background-size: cover;
	background-position: top;
}
.component.component-generic .tagline {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 30px;
	color: var(--bs-green);
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.component.component-generic .intro {
	font-size: 18px;
	color: #fff;
	margin-bottom: 50px;
	max-width: 800px;
}
.component.component-generic.light .title, .component.component-generic.light .intro {
	color: var(--bs-body-color);
}

.dark .text-area,
.color-white {
	color: #fff;
}

/* Case studies */
.entry-header .entry-title-post {
	line-height: 1.1;
	text-transform: none;
	color: var(--bs-green);
	margin-top: 0;
	margin-bottom: 35px;
	text-align: center;
}
.single_post .entry-title-post {
	max-width: 800px;
}
.component--intro > * {
	z-index: 1;
}
.case_studies .component--intro:before,
.single_post.component--intro:before,
.error404 .component--intro:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('img/hero_elements.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.case_studies .bg-image,
.single_post .bg-image,
.error404 .bg-image {
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	filter: grayscale(0);
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 0;
}
.case_studies .bg-image:before,
.single_post .bg-image:before,
.error404 .bg-image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
}
.case-study--details .col {
	padding: 35px;
	border-right: 1px solid #fff;
}
.background-gray {
	background: #EFEFEF;
}
.case-study--details .col.bd-bottom {
	border-bottom: 1px solid #fff;
}
div#ez-toc-container ul li {
	margin-bottom: 15px;
}
#ez-toc-container li:last-child {
	margin-bottom: 0;
}
div#comments {
	background: #efefef;
	padding: 60px 15px;
}
@media(max-width: 991px){
	.tax-label {
		margin-bottom: 8px;
	}
	.case-study--details .col {
		padding: 27px;
		border-right: 0;
	}
	.case-study--details .col.bd-bottom {
		border-bottom: 0 none;
	}
}

/* Single post */
.single .entry-content {
	background: #fff;
}
.tag-list {
	display: flex;
	gap: 15px;
}
.tag-list a {
	color: #fff;
	background: var(--bs-green);
	text-decoration: none;
	padding: 10px 20px;
	height: 24px;
	border-radius: 50px;
	font-weight: 400;
	display: table;
}
.background-gray .tag-list a {
	background: #fff;
	color: #666666;
}
.tag-list.big-items {
	margin-bottom: 20px;
	max-width: 100%;
}
.tag-list.big-items a {
	padding: 15px 25px;
	min-width: 125px;
	text-align: center;
	border: 1px solid #fff;
}
.tag-list.big-items a:hover {
	border-color: #fff;
	background: #fff;
	opacity: 0.7;
}
div#ez-toc-container {
	background: rgba(255,255,255,0.9);
	border: 0px none;
	width: 100%;
	padding: 0;
	box-shadow: none;
}
div#ez-toc-container ul li {
	position: relative;
}
ul.ez-toc-list, ul.ez-toc-list li {
	overflow: visible !important;
}
div#ez-toc-container ul li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background: var(--bs-green);
	left: -22px;
	overflow: visible !important;
	opacity: 0;
}
.ez-toc-list ul {
	overflow: visible !important;
}
div#ez-toc-container ul li.active:before {
	opacity: 1;
}
.ez-toc-title-container {
	margin-bottom: 10px;
}
.ez-toc-custom > nav {
	border-left: 1px solid #666666;
	padding-left: 20px;
}
body.single .entry-content {
	word-break: break-word;
}
.search-area .search-field {
	height: 56px;
	padding: 5px 20px;
	max-width: 400px;
	width: 100%;
	border-radius: 10px 0 0 10px;
}
.hidden {
	display: none !important;
}
.search-area {
	max-width: 460px;
	width: 100%;
}
.search-area form.search-form {
	display: flex;
}
.search-area button.search-submit {
	background: var(--bs-green);
	border: 1px solid var(--bs-green);
	border-radius: 0 10px 10px 0;
	height: 56px;
	color: #fff;
	font-size: 19px;
	transition: 0.3s ease-in-out;
}
.search-area button.search-submit:hover {
	background: #f0f0f0;
	border-color: #f0f0f0;
	color: #000;
}
.tag-list {
	display: flex;
	gap: 15px;
	max-width: 900px;
}
.tag-list ul {
	gap: 13px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.tag-list a {
	transition: 0.3s ease;
}
.tag-list a:hover {
	background: #f0f0f0;
	color: #000;
	border-color: var(--bs-green);
}

.hidden-desktop {
	display: none;
}
.hidden-mobile.copy {
	max-width: 300px;
}

@media(min-width: 992px){
	.component.component-generic .title {
		margin-left: -60px;
		max-width: 900px;
	}
}

@media(max-width: 991px) {
	.component.component-generic .tagline {
		text-align: center;
	}
	.component.component-generic .title {
		padding-left: 0;
		padding-bottom: 40px;
		text-align: center;
		line-height: 2.5rem;
		font-size: 38px;
		font-size: 2.37rem;
	}
	.component.component-generic .title:before {
		margin-left: -20px;
		top: auto;
		bottom: 10%;
		left: 50%;
	}
	.component.component-generic .intro {
		text-align: center;
	}
}

@media(max-width: 767px) {
	body .service-inner {
		min-height: auto;
		grid-template: 66px auto 23px/1fr;
	}
	.site-footer .menu {
		grid-template-columns: 1fr !important;
	}
	.component.component-generic {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.bd-r1 {
		border: 0 none;
	}
	ul.contact-list {
		text-align: center;
	}
	.site-footer ul.contact-list {
		max-width: 277px;
	}
	 .site-footer ul.contact-list li a span {
		position: relative;
		top: 5px;
	}
	body ul.contact-list li {
		padding-left: 0px;
	}
	.site-footer ul.contact-list li a span {
		left: -10px;
	}
	body ul.contact-list li span,
	body ul.contact-list li a span {
		left: -10px;
	}
	.bd-bottom-mobil .widget {
		width: 100%;
		padding-bottom: 45px;
		border-bottom: 1px solid #666;
	}
	.hidden-desktop.text-center {
		display: block;
		padding-top: 37px;
		border-top: 1px solid #666;
		margin-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.hidden-mobile {
		display: none;
	}
	.site-footer {
		padding-bottom: 10px;
	}
	nav.rank-math-breadcrumb {
		margin-top: 90px;
	}
}

@media(max-width: 1199px) {
	.site-header > .container {
		max-width: 100%;
	}
}

@media(min-width: 1026px){
	aside#secondary {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	section#block-8 {
		position: sticky;
		z-index: 1;
		top: 140px;
	}
}

/* Footer */
.site-footer {
	color: #fff;
	background: var(--bs-gray-dark);
	padding-top: 50px;
	padding-bottom: 70px;
}
.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.contact-list li span,
ul.contact-list li a span {
	position: absolute;
	left: 0;
	font-size: 22px;
	top: 0;
}
ul.contact-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
ul.contact-list li {
	position: relative;
	padding-left: 30px;
}
.bd-r1 .widget_text {
	max-width: 300px;
}

.site-footer li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-footer li a:hover {
	color: var(--bs-green);
}

.site-footer .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

ul.social-media-list a {
	font-size: 40px;
	color: var(--bs-green);
}

ul.social-media-list {
	display: flex;
}

ul.social-media-list a:hover {
	opacity: 0.7;
}

ul.counter-ul li:before {
	counter-increment: section;
	content: counter(section);
	font-size: 28px;
	font-weight: 700;
	width: 55px;
	height: 55px;
	position: relative;
	background: var(--bs-black);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9px;
	margin-right: 13px;
}

ul.counter-ul li:first-child, ul.counter-ul li:nth-child(2) {
	flex: 46%;
}

ul.counter-ul li {
	background-color: var(--bs-green);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 85px;
	padding: 5px 15px;
	flex: 31%;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

ul.counter-ul {
	counter-reset: section;
	margin: 32px 0 35px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

aside.widget-area p {
	margin: 0;
}

.entry-content .widget-area .widget_block {
	margin-bottom: 30px;
}

blockquote p:last-child {
	margin: 0;
}

blockquote {
	padding: 20px 28px;
	background: #efefef;
	margin: 0 0 20px 0;
}

.single ol li, .single ul li {
	margin-bottom: 7px;
}

.wp-block-contact-form-7-contact-form-selector label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}
.primary-post-editor a {
	color: inherit;
}

blockquote cite {
	font-weight: 700;
	font-style: normal;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    border-radius: 6px;
    padding: 17px;
    text-align: center;
    color: #fff;
}

.team-member figure img {
	filter: grayscale(1);
}


/* figtree-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: 'Figtree';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/figtree/figtree-v5-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: 'Figtree';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/figtree/figtree-v5-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: 'Figtree';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/figtree/figtree-v5-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: 'Figtree';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/figtree/figtree-v5-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-900 - 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: 'Figtree';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/figtree/figtree-v5-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@font-face {
	font-family: 'ctrlf5-webfont';
	src:  url('fonts/ctrlf5/ctrlf5-webfont.eot?hq8zfn');
	src:  url('fonts/ctrlf5/ctrlf5-webfont.eot?hq8zfn#iefix') format('embedded-opentype'),
	url('fonts/ctrlf5/ctrlf5-webfont.ttf?hq8zfn') format('truetype'),
	url('fonts/ctrlf5/ctrlf5-webfont.woff?hq8zfn') format('woff'),
	url('fonts/ctrlf5/ctrlf5-webfont.svg?hq8zfn#ctrlf5-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ctrlf5-webfont' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
	content: "\e925";
}
.icon-check:before {
	content: "\e924";
}
.icon-business_analysis:before {
	content: "\e900";
}
.icon-chevron_down:before {
	content: "\e901";
}
.icon-chevron_up:before {
	content: "\e902";
}
.icon-collaboration:before {
	content: "\e903";
}
.icon-dev_ops:before {
	content: "\e904";
}
.icon-fb:before {
	content: "\e905";
}
.icon-in:before {
	content: "\e906";
}
.icon-initial_estimation:before {
	content: "\e907";
}
.icon-innovation:before {
	content: "\e908";
}
.icon-link:before {
	content: "\e909";
}
.icon-location:before {
	content: "\e90a";
}
.icon-long_arrow_left:before {
	content: "\e90b";
}
.icon-long_arrow_right:before {
	content: "\e90c";
}
.icon-mail:before {
	content: "\e90d";
}
.icon-mob_app:before {
	content: "\e90e";
}
.icon-MVP:before {
	content: "\e90f";
}
.icon-ongoing:before {
	content: "\e910";
}
.icon-phone:before {
	content: "\e911";
}
.icon-pricing:before {
	content: "\e912";
}
.icon-quality:before {
	content: "\e913";
}
.icon-quote_down:before {
	content: "\e914";
}
.icon-quote_up:before {
	content: "\e915";
}
.icon-refine_estimation:before {
	content: "\e916";
}
.icon-release:before {
	content: "\e917";
}
.icon-short_arrow_left:before {
	content: "\e918";
}
.icon-short_arrow_right:before {
	content: "\e919";
}
.icon-software:before {
	content: "\e91a";
}
.icon-solution_design:before {
	content: "\e91b";
}
.icon-sprint_dev:before {
	content: "\e91c";
}
.icon-support:before {
	content: "\e91d";
}
.icon-tech_expertise:before {
	content: "\e91e";
}
.icon-UI:before {
	content: "\e91f";
}
.icon-uniqueness:before {
	content: "\e920";
}
.icon-web_app:before {
	content: "\e921";
}
.icon-write_product_backlog-1:before {
	content: "\e922";
}
.icon-write_product_backlog:before {
	content: "\e923";
}
