

/*!
Theme Name: Sharvitnew
Theme URI: http://www.laki.co.il/
Author: Automattic
Author URI: http://www.laki.co.il/
Description: Hi. I'm a starter theme called <code>Sharvitnew</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: Sharvitnew
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.


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

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

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

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

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

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

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

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

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 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: #1B6CBE;
}

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

a:focus {
	outline: thin dotted;
}

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

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

button: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-right: 0;
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(/addons/fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(/addons/fonts/opensanshebrew-light-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-light-webfont.ttf) format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(/addons/fonts/opensanshebrew-italic-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(/addons/fonts/opensanshebrew-regular-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(/addons/fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(/addons/fonts/opensanshebrew-bold-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(/addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(/addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(/addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(/addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(/addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
	font-display: swap;
}

body {
	background: -webkit-linear-gradient(bottom, #E6F4FD, #fff);
    background: -moz-linear-gradient(bottom, #E6F4FD, #fff);
    background: linear-gradient(to top, #E6F4FD, #fff);
	font-family: 'Open Sans Hebrew';
}

.float {
	width: 100%;
	float: right;
}

.relative {
	position: relative;
}

.wrap {
	width: 1100px;
	margin: auto;
}

.wrap2 {
	width: 1400px;
}

/* if we remove position fixed, not to forget to remove padding top on body */

.header-wrap {
	background-color: white;
	z-index: 99;
	position: fixed;
	top: 0px;
}

body {
	padding-top: 165px;
}

.header-left {
	float: left;	
	padding: 44px 0px;
}

.header-left > a {
	float: left;
	margin-right: 8px;
}

.header-left img {
	width: 24px;
}

.phone {
	float: left;
	border-left: 2px solid #E7E7E7;
	padding: 0px 15px;
	margin-left: 10px;
	color: #0C69B2;
	text-decoration: none;
}

.phone span {
	font-size: 22px;
    float: left;
    margin-top: -5px;
    margin-left: 20px;
}

.phone img {
	float: left;
}

#logo {
	float: right;
	padding: 10px 0px 18px 0px;
}

.menubar {
	background-color: #ECF3F9;
}

.menubar a:hover {
	background-color: rgb(2 107 190 / 10%);
	color: #094282;
}

.menubar ul {
	list-style-type: none;
	padding: 0px;
	z-index: 99;
	margin: 0px;
}

.menubar li {
	float: right;
	padding: 11px 0px;
	position: relative;
}

.menubar li:nth-last-child(1) a {
	border-left: 0px;
}

.menubar a {
	border-left: 1px solid #A5B5C4;
	color: #354857;
	text-decoration: none;
	transition: 0.2s;
	padding: 3px 15px;
}

.menubar ul li ul {
	opacity: 0;
	pointer-events: none;
	top: 120%;
	position: absolute;
	transition: 0.2s;
}

.menubar ul li ul li {
	float: right;
	width: 100%;
	padding: 5px 0px;
}

.menubar li:hover ul {
	
	right: 0px;
	top: 100%;
	opacity: 1;
	pointer-events: all;
	background-color: #ECF3F9;
	width: 250px;
}

.menubar li ul li a {
	border-left: 0px;
	float: right;
	width: 100%;
}

.menubar2 {
	background-color: #026bbe;
}

.menubar2 a, .menu2 #menu-item-4146 a {
	color: white;
}

.menubar2 a:hover {
	text-decoration: underline;
	color: white;
}

.menubar2 li:hover ul {
	background-color: #026bbe;
}

.en {
	position: absolute;
	left: 40px;
	top: 40px;
}

.arrow {
	position: absolute;
	height: 48px;
	width: 48px;
	right: calc(50% - 24px);
	bottom: 50px;
}

.half {
	float: right;
	width: 50%;
}

.contact-title {
	color: white;
}

.contact-title > span {
    font-size: 30px;
    font-weight: bold;
    color: white;
    border-bottom: 3px solid #ffffff4f;
    float: right;
    width: calc(100% - 55px);
    padding: 1px 8px 1px 8px;
}

.contact-phone {
	float: left;
	text-decoration: none;
	color: white;
}

.contact-title img {
	float: right;
	width: 50px;
	height: 50px;
	margin-left: 5px;
}

.contact-text {
	color: white;
	padding: 10px 0px;
	font-size: 20px;
}

.contact-text input {
	border: 0px;
	border-radius: 5px;
	font-size: 20px;
	padding: 8px;
	margin: 7px 0px;
	float: right;
	width: 100%;
}

.contact-text .wpcf7-submit {
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	padding: 12px;
	float: right;
	background-color: transparent;
	border: 2px solid white !important;
	transition: 0.2s;
	color: white;
	font-weight: bold;
}

.wpcf7-submit:hover {
	transform: scale(1.05);
}

.wpcf7-mailpoetsignup {
	width: auto !important;
    margin-top: 10px !important;
    float: right !important;
}

.background1 {
	background-color: #2587D2;
	padding: 80px 150px;
	color: white;
	font-size: 22px;
}

.background2 {
	background-image: url('/img/blue-background.webp');
	background-size: cover;
}

.centered {
	width: 390px;
	padding: 70px 0px;
	overflow: hidden;
	margin-right: calc(50% - 170px);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.flex-container-sides {
	justify-content: space-between;
}

.flex {
    display: inline-block;
}

.flex6 {
    width: calc(66.66% - 5px);
    padding: 20px;
}

.flex5 {
    width: calc(20% - 25px);
}

.flex4 {
    width: calc(25% - 25px);
}

.flex3 {
    width: calc(33.33% - 25px);
}

.flex1 {
    width: 100%;
}

.flex2 {
    width: calc(50% - 25px);
}

.flex75 {
    width: calc(75% - 25px);
}

.flex66 {
    width: calc(66.66% - 25px);
}

.flex70 {
    width: calc(70% - 25px);
}

.flex30 {
    width: calc(30% - 25px);
}

.flex33 {
    width: calc(33.33% - 25px);
}

.flex56 {
    width: calc(56% - 25px);
}

.wpcf7-response-output {
	float: right;
	width: 100%;
	margin-top: 25px !important;
}

.field-contact {
	float: right;
	width: 100%;
}

.background3 {
	background-image: url('/img/bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.box-homepage {
	padding: 70px 0px;
}

.box-image {
	float: right;
	width: 50%;
}

.box-image img {
	width: 100%;
	height: auto;
}

.box-text {
	float: left;
	width: 50%;
	padding: 50px;
}

.box-homepage:nth-child(2) .box-text {
	float: right;
}

.box-link {
	color: black;
    border: 2px solid black;
    border-radius: 7px;
    padding: 5px 15px;
    font-weight: bold;
	font-size: 18px;
	float: right;
    text-decoration: none;
	clear: both;
	transition: 0.2s;
}

.box-link img {
	margin: -1px 5px -2px -4px;
	transition: 0.2s;
}

a.box-link:hover img {
    margin-right: 15px;
}

a.box-link:hover {
    color: #094282;
	border: 2px solid #094282;
}

.box-title {
	float: right;
	width: 100%;
	position: relative;
	color: #094282;
	margin-bottom: 10px;
}

.box-title span {
	font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #D7EBFF;
    float: right;
    width: calc(100% - 55px);
    padding: 1px 8px 2px 8px;
}

.box-title-cubes span {
	width: 50%;
}

.box-title img {
	float: right;
	width: 45px;
	height: 45px;
	margin-left: 5px;
}

.box-text p {
	float: right;
	width: 70%;
	font-size: 22px;
}

.box-homepage2 .box-title {
	color: #105FB2;
}

.box-homepage3 .box-title {
	color: #1BAFD0;
}

.box-homepage2 .box-image {
	float: left;
}

.statistics {
	background-image: url('/img/bg_data.webp');
	padding: 70px 0px;
}

.statistics .box-title {
	color: white;
}

.statistics .box-title span {
	border-bottom: 3px solid rgb(215 235 255 / 20%);
	font-size: 25px;
    padding-bottom: 4px;
}

.statistics .box-title img {
	height: 45px;
	width: 45px;
}

.stats-line {
	text-align: center;
	color: white;
	padding: 60px 0px;
	border-bottom: 2px solid rgb(215 235 255 / 20%);
}

.stats-line:nth-last-child(1) {
	border-bottom: 0px;
}

.stats-line .flex {
	position: relative;
	padding: 30px 0px;
}

.stats-line .flex:after {
	position: absolute;
	height: 65px;
	width: 2px;
	content: "";
	left: 0px;
	top: 50px;
	background-color: rgb(215 235 255 / 20%);
}

.stats-line .flex:nth-last-child(1):after {
	display: none;
}

.big-number {
	font-size: 80px;
	line-height: 1;
	padding: 10px;
	border-radius: 10px;
	background-color: #238DE5;
	display: inline-block;
}

.under-big-number {
	display: inline-block;
	clear: both;
}

.under-big-number span {
	padding: 10px;
	font-size: 22px;
	float: left;
}

.under-big-number-image {
	margin: 10px;
	margin-top: 15px;
	float: right;
}

.under-big-number-image2 {
	margin-top: 18px;
}

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

.medium-number {
	font-size: 70px;
}

.under-medium {
	font-size: 22px;
	width: 150px;
	display: inline-block;
}

.our-clients {
	padding: 120px 0px;
}

.box-title-client {
	color: #1BAFD0;
}

.more {
	position: absolute;
    left: 8px;
    top: 11px;
    color: black !important;
    font-weight: bold;
    font-size: 15px;
}

.clients-image {
	margin: 50px 0px 150px 0px;
}

.slick-slide {
	border: 2px solid #CDDEEC;
	margin: 15px;
	border-radius: 10px;
	overflow: hidden;
}

.slick-slide img {
	width: 100%;
}

.contact-bottom {
	padding: 60px 0px;
	background-image: url('/img/contact_bg_02.png');
}

.contact-bottom .field-contact {
	width: 30%;
	margin-left: 5%;
}

.contact-bottom .field-contact:nth-child(4) {
	margin-left: 0px;
}

.contact-bottom .wpcf7-submit {
	width: 30%;
	float: left;
}

.contact-bottom .contact-text {
	line-height: 1;
}

.contact-bottom .wpcf7-submit {
	margin-top: 25px;
}

.contact-bottom input {
	margin-top: 15px;
}

.contact-bottom .contact-slogan {
	margin: 15px 0px;
	font-size: 22px;
}

.footer {
	background-color: #021A34;
	color: white;
	padding-top: 50px;
}

.footer-articles {
    padding: 15px;
}

.footer-title {
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

.footer-small {
    float: right;
    width: 350px;
}

.footer-big {
    float: right;
    width: calc(100% - 350px);
}

.last-article {
    width: 50%;
    font-size: 18px;
    float: right;
    padding-left: 15px;
    position: relative;
    height: 160px;
}
.last-article a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.last-article span {
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.footer {
    padding: 15px 15px 0px 15px;
}

.footer-blue-title {
    font-size: 22px;
    font-weight: bold;
    color: white;
    padding: 10px 0px;
	margin-bottom: 15px;
	border-bottom: 3px solid rgb(215 235 255 / 20%);
}

.footer-list {
    line-height: 3;
	font-size: 20px;
    color: white;
}

.footer-list span {
    float: right;
}

.footer-list img {
    float: right;
    margin: 7px 0px 0px 12px;
}

.footer-list a {
    color: white;
    text-decoration: none;
}

.footer-list a:hover {
    text-decoration: underline;
}

.without-icon {
    padding-right: 35px;
}

.footer-list ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.footer-list ul li {
    float: right;
    width: 33.33%;
}

.real-footer {
    padding: 25px;
	margin-top: 25px;
    color: white;
}

.laki {
    float: left;
    color: white;
}

.laki a {
    color: white;
    text-decoration: none;
}

.laki a:hover {
    color: #E36159;
}

.whatsapp-icon-fixed {
    position: fixed;
    left: 35px;
    bottom: 35px;
border-radius: 50%;
animation: pulse 2s infinite;
}
    
.whatsapp-icon-fixed img {
    width: 70px;
    height: auto;
	display: block;
}

.footer-left {
	color: rgba(255, 255, 255, 0.5);
}

.footer-logo {
	text-align: center;
	margin: 30px 0px;
}

.footer-logo img {
	display: inline-block;
}


.masonry {
    list-style-type: none;
    padding: 0px;
    margin: 0px -10px;
}

.grid-item { 
    width: 33.33%;
    float: right;
}

.grid-item a {
    width: 100%;
	float: right;
	padding: 10px;
}

.grid-item a:hover img {
    transform: scale(1.05);
}

.grid-item a img {
    width: 100%;
    display: block;
	border-radius: 10px;
    transition: 0.2s;
}

.page-cover {
    float: right;
	margin-top: 44px;
    width: 100%;
    padding-bottom: 3px;
    background: #1E78C6;
    background: -webkit-linear-gradient(right, #1E78C6, #31D4E7);
    background: -moz-linear-gradient(right, #1E78C6, #31D4E7);
    background: linear-gradient(to left, #1E78C6, #31D4E7);
}

.page-cover img {
	width: 100%;
	height: auto;
}

h1 {
	color: #1B6CBE;
	font-size: 50px;
	margin-bottom: 20px;
}

.row-archive {
	border-radius: 5px 5px 0px 0px;
	float: right;
	margin-bottom: 20px;
}

.row-image {
    float: right;
    width: 100%;
    height: 150px;
	border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.row-image > img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      min-width: 100%;
      transition: 0.2s;
      -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
}

.row-title {
	color: #1B6CBE;
    padding: 10px 0px 0px 0px;
	font-weight: bold;
    width: 100%;
	font-size: 22px;
	text-decoration: none;
    float: right;
    transition: .2s;
    width: 100%;
}

.row-image:hover img {
    transform:  translate(-50%,-50%) scale(1.1);
}

.row-content a:hover {
    color: #E36159;
}

.row-content {
	font-size: 16px;
}

.row-content p {
    float: right;
    width: 100%;
font-size: 16px;
}

.row-archive:nth-last-child(1) {
    border-bottom: 0px;
}

.navigation  {
float: right;
width: 100%;
}

.navigation a {
color: #3ba8ce;
}

.category-content .wrap {
	border-top: 3px solid #ECF3F9;
}

article {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}


.wp-caption {
    max-width: 100%;
    float: right;
    margin: 15px 0px;
}

.half-team {
    width: 100%;
	padding-bottom: 35px;
	border-bottom: 3px solid rgb(215 235 255 / 20%);
}

.row-image-team {
    float:right;
    width:150px;
}

.team-pic {
    height: 200px !important;
    width:150px !important;
    position: relative;
	border-radius: 10px;
    overflow: hidden;
}

.row-right-team {
    float:right;
    margin-top: 10px;
    width:150px;
}

.team-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    transition: 0.2s;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.team-content {
    position: relative;
	padding-right: 30px;
	float: right;
    width:calc(100% - 160px);
}

.category-5 .row-archive {
box-shadow: none;
}


.team-name {
    font-size: 20px !important;
    color: #00415E;
    font-weight: bold;
	float: right;
	width: 100%;
	margin-top: 5px;
}

.team-job {
    color: #3BA8CE;
	margin-top: 10px;
	float: right;
	width: 100%;
    font-size: 18px;
}

.private-icons a {
	float: right;
	margin-left: 35px;
}

.private-icons a img {
	float: right;
}

.private-icons a span {
	float: right;
	margin-right: 15px;
}

.flex-videos strong {
	background-color: #0C69B2;
	color: white;
	padding: 3px 10px;
	border-radius: 5px;
	float: right;
	margin-bottom: 10px;
	margin-top: 5px;
	min-height: 54px;
	width: 100%;
}

.flex-videos .flex:nth-child(2n + 1) strong {
	background-color: #1BAFD0;
}

/* numbers */

.numbers {
    text-align: center;
    color: white;
    background-color: #075777;
    padding: 0px 15px 70px 15px;
}

.numbers2 {
    text-align: center;
    color: white;
    background-color: #00415E;
    padding: 0px 15px 70px 15px;
}

.numbers-white {
background-color: white;
color: #0C69B2;
margin-bottom: 30px;
padding: 0px;
}

.numbers-white .bignum {
color: #105FB2;
}

.numbers-white .flexy {
padding: 50px 100px;
}

.flexy {
	position: relative;
    display: inline-block;
    width: 33.33%;
}

.bignum {
    font-size: 50px;
    font-weight: bold;
    transition: 0.2s;
    margin-bottom: 15px;
    color: white;
}

.circleperc {
font-size: 35px;
}

.flexy:after {
	position: absolute;
    height: 65px;
    width: 2px;
    content: "";
    left: 0px;
    top: 56px;
    background-color: rgb(3 169 244 / 15%);
}

.flexy:nth-last-child(1):after {
	display: none;
}

.insidecontact {
    float: right;
	background-image: url('/img/contact_bg_02.png');
	padding: 20px;
	border-radius: 3px;
	width: 100%;
	color: white;
	margin-bottom: 10px;
}

.insidecontact .field-contact {
	width: 45% !important;
	padding-left: 25px;
}

.insidecontact input {
	border: 0px;
	border-radius: 5px;
	font-size: 20px;
	padding: 8px;
	margin: 7px 0px;
	float: right;
	width: 100%;
}

.insidecontact .wpcf7-submit {
	border-radius: 5px;
	width: 10%;
	cursor: pointer;
	padding: 12px;
	float: right;
	background-color: transparent;
	border: 2px solid white !important;
	transition: 0.2s;
	color: white;
	font-weight: bold;
	margin-top: 31px;
    height: 45px;
}

.insidecontact h2 {
	font-size: 20px;
	margin-top: 0px;
	color: white !important;
}

.the-content {
	font-size: 20px;
}

.the-content h2 {
	position: relative;
	color: #026bbe;
}

.the-content h2:after {
	content: " ";
    right: 0;
    width: 200px;
    background-color: #1bafd0;
    height: 2px;
    bottom: -10px;
    position: absolute;
}

.the-content iframe {
    width: 60%;
    margin-right: 20%;
}

.the-content li {
	line-height: 2;
}

.the-content .flex iframe {
	width: 100%;
	margin: 0px;
}


.formbig {
    float: right;
	border-radius: 10px;
    width: 100%;
	padding: 20px;
	width: 50%;
	margin-right: 25%;
	background-color: #D7EBFF;
	background-image: url('/img/blue-background.webp');
	background-repeat: no-repeat;
	color: white;
}

.formbig input, .formbig textarea, .formbig select {
	border: 0px;
    outline: 0px;
    font-size: 18px;
	width: 100%;
    font-family: arial;
	border-radius: 5px;
    padding: 10px;
	margin-top: 10px;
}

.formbig .wpcf7-submit {
    border-radius: 5px;
	width: 100%;
	cursor: pointer;
	padding: 12px;
	float: right;
	background-color: transparent;
	border: 2px solid white !important;
	transition: 0.2s;
	color: white;
	font-weight: bold;
    height: 45px;
}

.page-id-6 .contact-bottom {
	display: none;
}

.category-12 .flex {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
	width: calc(33.33% - 25px);
	transition: 0.2s;
}

.category-12 .flex4 {
	width: calc(25% - 25px);
}

.category-12 .flex img {
	width: 100%;
	height: 203px;
	border-radius: 10px;
	display: block;
}

.category-12 .flex span {
	color: #0C69B2;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
	border-radius: 10px;
	width: 100%;
	float: right;
	transition: 0.2s;
	width: 100%;
}

.category-12 .flex:nth-child(2n + 1) span {
	color: #1BAFD0;
}

.category-12 .flex:hover span {
	color: #094282;
}

.tinyflex {
	font-size: 13px;
	float: right;
	clear: both;
	font-weight: normal !important;
	padding: 0px 0px 0px 0px !important;
}

.mobile {
	display: none;
	height: 80px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 99;
	transition: 0.2s;
	left: 0px;
	background-color: white;
}

#logo-mobile {
	float: right;
	padding: 10px;
}

#logo-mobile img {
	float: right;
	height: 55px;
}

.mobile-left {
	float: left;
	padding: 25px 0px;
	transition: 0.2s;
}

.mobile-left a {
	float: left;
	border-right: 2px solid #EBEBEB;
	padding: 0px 13px;
	text-align: center;
	transition: 0.2s;
}

.mobile-left a img {
	height: 27px;
	display: inline-block;
}

.mobile-left a:nth-last-child(1) {
	border-right: none;
}

.mobile-scrolled {
	height: 60px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 35%);
}

.mobile-scrolled #logo-mobile {
	display: none;
}

.mobile-scrolled .mobile-left {
	width: 100%;
	padding: 15px 0px;
}

.mobile-scrolled .mobile-left a {
	width: 33.33%;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.mobile-open {
	border-right: 2px solid #ECF4FA;
	position: fixed;
	width: 80%;
	left: -100%;
	top: 0px;
	bottom: 0px;
	overflow: auto;
	padding: 20px;
	background-color: white;
	z-index: 111;
	transition: 0.5s;
	pointer-events: none;
	opacity: 0;
}

.menu-open-active {
	left: 0px;
	opacity: 1;
	pointer-events: all;
}

.close {
	position: absolute;
	right: 30px;
	top: 30px;
}

.close img {
	height: 20px;
	width: auto;
}

.menu2 {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

.menu2 li {
	float: right;
	width: 100%;
}

.menu2 > li > a {
	float: right;
	width: 100%;
	text-decoration: none;
	color: #026BBE;
	font-size: 25px;
	padding: 20px;
	border-bottom: 2px solid #E4E4E4;
	font-weight: bold;
}

.menu2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: none;
}

.menu2 ul a {
	text-decoration: none;
	color: #354857;
	padding: 10px;
	float: right;
	width: 100%;
}

.mobile-social {
	padding: 40px 0px;
	text-align: center;
}

.mobile-social a {
	padding: 0px 15px;
}

.menu-item-has-children {
	position: relative;
}

.admin-bar .header-wrap {
	margin-top: 30px;
}

.menu .menu-item-4031 {
	display: none;
}

.flex-container-boxes {
	display: flex;
    flex-wrap: wrap;
    justify-content:center;
    flex-direction: row;
}

.flex-boxes {
	width: 33%;
	position: relative;
}

.flex-boxes img {
	width: 100%;
	display: inline-block;
}

.contact-boxes {
	padding: 0px 5px;
}

.contact-boxes > div {
	margin-top: 0px;
}

.floating-arrow {
	position: absolute;
	margin-right: -100px;
	animation: moving-arrow 0.5s linear 0s infinite alternate;
}

@keyframes moving-arrow {
	0% { margin-right: -100px; } 
	100% { margin-right: -120px; }
}

.insidecontact {
	position: relative;
}

.floating-phone {
	background-color: #4CAF50;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 18px;
    color: white;
    text-decoration: none;
    padding: 5px 10px 5px 45px;
    font-weight: bold;
    border-radius: 5px;
	background-image: url('/img/inside-contact-phone.png');
	background-repeat: no-repeat;
	background-position: 10px;
}

.floating-phone:hover {
	color: yellow;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-4146 {
    background-color: #e53935;
}

.menu-item-4146:after {
	content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    right: -15px;
    border-top: 10px solid #e53935;
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
}

.ea-header a {
	color: #026BBE !important;
	border-bottom: 1px solid #E2E2E2;
}

.sp-ea-single {
	background-color: white !important;
}

.whatsapp-icon-fixed-new {
	display: none;
}

.postid-399 .the-content, .page-id-62 .the-content {
	direction: ltr;
}

.more-videos {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background-color: black;
	margin-top: 5px;
	margin-bottom: 15px;
}

.more-videos video {
    position: absolute;
	opacity: 0.5;
    left: 50%;
    top: 50%;
    transition: 0.5s;
    height: 100%;
    width: auto;
    min-width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.more-videos span {
	color: white;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    z-index: 88;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
}

.rotemvideos-video {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.rotemvideos-video img {
	display: block;
}

.flex-videos-recommend strong {
	font-size: 16px;
}

.new-team {
	background-color: white;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 6px 0px rgba(68, 68, 68, 0.25);
	margin-top: 140px;
}

.team-picture {
	position: relative;
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin-top: -90px;
	margin-right: calc(50% - 75px);
}

.team-picture img {
	position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
	border-radius: 50%;
    width: auto;
    min-width: 100%;
    transition: 0.2s;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
			box-shadow:  0px 0px 6px 0px rgba(68, 68, 68, 0.25);
}

.flex-conatiner-team-new {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-around;
}

.new-team-content {
	height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.new-team-name {
	font-weight: bold;
	font-size: 22px;
	color: #026bbe;
}

.title-inside-team {
	text-align: center;
	position: relative;
}

.title-inside-team h1:after {
	content: "";
	height: 3px;
	background-color: #1B6CBE;
	position: absolute;
	bottom: 0px;
	width: 100px;
	right: calc(50% - 50px);
}

.drushim-box {
	border: 1px solid #cdcdcd;
    min-height: 200px;
	box-shadow:  0px 0px 6px 0px rgba(68, 68, 68, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
	margin-bottom: 40px;
	background-color: white;
}

.drushim-top {
	padding: 15px;
}

.drushim-title {
	font-size: 24px;
	color: #021A34;
}

.drushim-location {
	font-weight: bold;
}

.drushim-more {
	float: left;
	padding: 15px;
	cursor: pointer;
	text-align: left;
	transition: 0.2s;
	color: #0254BE;
	border-right: 10px solid #0254BE;
	border-top: 1px solid #cdcdcd;
}

.drushim-more:hover {
	background-color: #0254BE;
	color: white;
}

.drushim-open {
	position: fixed;
	font-size: 18px;
	display: none;
	padding: 10px 30px 70px 30px;
	width: 800px;
	right: calc(50% - 400px);
	top: 10%;
	bottom: 10%;
	border: 1px solid #cdcdcd;
    min-height: 200px;
	box-shadow:  0px 0px 6px 0px rgba(68, 68, 68, 0.25);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
	background-color: white;
	z-index: 999;
	overflow: auto;
}

.drushim-open h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}

.drushim-apply {
	float: right;
	clear: both;
	margin-top: 10px;
	background-color: #0254BE;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 200px;
	text-decoration: none;
	padding: 10px 15px;
	margin-right: calc(50% - 100px);
}

.drushim-apply:hover {
	background-color: #021A34;
	color: white;
	text-decoration: underline;
}

.drushim-close {
	cursor: pointer;
    text-align: center;
	color: red;
    padding: 2px 10px;
	float: right;
	width: 100%;
}

.dark {
	background-color: #00405e9d;
	z-index: 997;
	top: 0%;
	right: 0%;
	position: fixed;
	display: none;
	bottom: 0%;
	left: 0%;
}

.post-5154 .flex-container {
	justify-content: space-evenly;
}

.post-5154 h2:after {
	display: none;
}

.post-5154 h2 {
	background-color: #E53935;
	color: white;
	padding: 5px;
	border-radius: 10px;
}


.privacy-checkbox input {
    float: right;
    width: 50px;
}

.privacy-checkbox {
	font-size: 16px;
	margin-top: 40px;
}

.privacy-checkbox-inside input {
    float: right;
    width: 50px;
}

.privacy-checkbox-inside {
	font-size: 16px;
}

.wpcf7-not-valid-tip {
	color: yellow;
    font-weight: bold;
}

.privacy-checkbox a {
	display: inline-block;
	float: none !important;
	color: black !important;
	width: auto !important;
}

.privacy-checkbox .wpcf7-list-item-label {
	width: auto !important;
	float: none !important;
}

.companies-only {
	display: none;
}


/* screen */

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

	.wrap2 {
		width: 100%;
	}
	
}


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


	.wrap {
		width: 100%;
		padding: 0px 15px;
	}

}

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

	.header-left {
		display: none;
	}

	.companies-only {
		display: block;
        text-align: center;
        padding: 10px;
        background-color: #eff7ff;
	}

	.drushim-open {
		top: 0px;
		right: 0px;
		left: 0px;
		bottom: 0px;
		width: auto;
		padding: 20px 20px 100px 20px;
	}

	.page-cover {
		margin-top: 0px;
	}

	.more-videos {
		height: 200px;
	}

	.whatsapp-icon-fixed {
		display: none;
	}

	.the-content ul {
		padding-right: 0px;
	}

	.whatsapp-icon-fixed-new {
		display: block;
		height: 44px;
		float: right;
		background-color: #67B930;
		color: white;
		text-align: center;
		padding: 9px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		text-decoration: none;
		border: 2px solid white;
		width: 50%;
	}

	.en {
		display: none;
	}

	.ask {
		right: 0px;
		border-radius: 0px;
		width: 50%;
	}

	.asknow {
		width: 95%;
		right: 5%;
	}

	.menubar {
		display: none;
	}

	.half {
		width: 100%;
	}

	.background1 {
		padding: 20px;
	}

	.flex {
		width: 100%;
	}

	.box-text {
		width: 100%;
		padding: 15px;
		margin-bottom: 40px;
	}

	.box-homepage {
		padding: 25px 0px;
	}

	.three-boxes .wrap {
		padding: 0px;
	}

	.statistics {
		background-image: none;
		background: #2184CB;
		background: -webkit-linear-gradient(top, #2184CB, #0254BE);
		background: -moz-linear-gradient(top, #2184CB, #0254BE);
		background: linear-gradient(to bottom, #2184CB, #0254BE);
	}

	.header-wrap {
		display: none;
	}

	body {
		padding-top: 80px;
	}

	.mobile {
		display: block;
	}
	
	.menu-item-has-children:before {
		content: "\25be";
		position: absolute;
		color: #0254BE;
		font-size: 38px;
		top: 20px;
		left: 0px;
	}

	.hideme {
		display: none;
	}

}

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

	.centered {
		width: 100%;
		margin: 0px;
		padding: 20px;
	}

	.floating-phone {
		top: -50px;
		left: 0px;
	}

	.flex-boxes {
		width: 100%;
	}

	.statistics .box-title {
		border-bottom: 3px solid white;
	}

	.stats-flex {
		display: block;
	}

	.sflex {
		width: 100%;
		margin-bottom: 50px;
	}

	.statistics {
		padding: 30px 0px;
	}

	.our-clients {
		padding: 30px 0px;
	}

	.field-contact {
		width: 100% !important;
	}

	.wpcf7-submit {
		width: 100% !important;
	}

	.background2 {
		background-image: none;
		background: #36DFEB;
		background: -webkit-linear-gradient(top, #36DFEB, #20B9D7);
		background: -moz-linear-gradient(top, #36DFEB, #20B9D7);
		background: linear-gradient(to bottom, #36DFEB, #20B9D7);
	}

	.background1 {
		background: #2184CB;
		background: -webkit-linear-gradient(top, #2184CB, #0254BE);
		background: -moz-linear-gradient(top, #2184CB, #0254BE);
		background: linear-gradient(to bottom, #2184CB, #0254BE);
	}

	.box-text p {
		width: 100%;
	}

	.box-title-cubes span {
		width: 100%;
	}

	.footer-small {
		width: 100%;
	}

	.footer-big {
		width: 100%;
	}

	.footer-list ul li {
		width: 50%;
	}

	.real-footer {
		text-align: center;
		padding-bottom: 120px;
	}

	.laki {
		width: 100%;
	}

	h1 {
		font-size: 35px;
	}

	.grid-item {
		width: 100%;
	}

	.the-content img {
		width: 100%;
		margin: 20px 0px;
	}

	.category-12 .flex {
		width: 100%;
	}

	.formbig {
		width: 100%;
		margin: 0px;
	}

	.the-content iframe {
		width: 100%;
		margin: 0px;
	}

	.contact-title a {
		display: none;
	}

}