/*!
Theme Name: gbk
Theme URI: http://underscores.me/
Author: Everest
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gbk
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 with others.

gbk is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments ג
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	direction: rtl;
	text-align: right;
}
header#masthead {
    position: relative;
}
a.screen-reader-shortcut {
    display: none;
}
p{
	font-size: 18px;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0 !important;
	font-family: 'Heebo' !important;
	direction: rtl;
	text-align: right;
}
img.custom-logo {
	margin-right: 20px;
	max-width: 230px;
}
@media only screen and (min-width: 1200px) {
	img.custom-logo {
		max-width: 280px;
	}	
}
@media only screen and (min-width: 1300px) {
	img.custom-logo {
		max-width: 400px;
	}	
}

.row{
	margin: 0 !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 50px;
	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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: none;
	font-size: 17px;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	width: 100%;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.row.py-2 {
	position: fixed;
	bottom: 0;
	background: white;
	z-index: 99999999;
	width: 100%;
	box-shadow: 2px 1px 6px black;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 {
	    outline: none !important;
}

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%;
	border-radius: 25px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
-------------------------------------------------------------*/
a {
	color: white;
}

a:visited {
	color: white;
}

a:hover, a:focus, a:active {
	color: white;
	text-decoration: none;
}

a:focus {
	
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	z-index: 99999999;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 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 {
	left: 100%;
}

.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;
	width: 100%;
    text-align: center;
    border-left: 1px solid white;
    padding:0px;
	border-radius: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 0;

}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.footer-menu a:hover {
	animation-name: unset !important;
	animation-duration: unset !important;
	font-weight: bold;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	margin-right: auto;
}

/*--------------------------------------------------------------
## 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 {
	padding-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

.social i {
  padding: 9px;
    font-size: 22px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: #00598a;
    color: white;
    height: 40px;
}
@media only screen and (min-width: 1200px) {
	.social i {
		padding: 10px;
		font-size: 24px;
		width: 45px;
		height: 45px;
	}		
}

.site-branding.d-flex {
    align-items: center;
    background-image: url("./images/header-bg.png");
    line-height: 1.2;
    padding: 20px;
}
@media only screen and (min-width: 1200px) {
	.site-branding.d-flex {
		padding: 35px 30px;
	}	
}

.social a {
    align-self: center;
}
.phone a, .email a {
	color: black !important;
	font-size: 20px !important;
}

.phone a:hover, .email a:hover,.phone a:visited, .email a:visited {
	color: #00598a !important;
	text-decoration: none !important;
	transition: 0.7s all-ease-out !important;
}

#en{
    
    margin-bottom: 9px;
}
img#accessibility {
    padding-bottom: 0px;
    width: 65px;
    height: fit-content;
    margin-bottom: 7px;
}
.call.d-flex {
    margin-left: auto;
	flex-flow: row;
}
i.fa.fa-youtube-play.mx-2 {
	margin-left: 0 !important;
}
.social img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    align-self: center;
}
@media only screen and (min-width: 1200px) {
	.social img {
		width: 45px;
		height: 45px;
	}
}

.social ul {
    padding: 0;
    display: flex;
    align-self: center;
    margin: 0;
}

.small {
    font-size: 15px;
}

.top-social-contact {
    margin: 0 15px;
	text-align: left;
} 
.email p,.phone p {
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 0;
}
.lang-item a {
	margin: 0 !important;
}

img#phone {
	height: 35px;
	width: 35px;
	margin-right: 10px;
}

img#massage {
	width: 50px;
	margin-right: 10px;
	height: 35px;
}

/*--------------------------------------------------------------
##  MOBILE MENU
--------------------------------------------------------------*/
i.fa.fa-bars.fa-1x{
    font-size: 35px;
    color: #00598a;
}
img.contact-img {
    height: 40px;
}

nav.d-flex.flex-column.mobile-menu.position-absolute{
 	top: 100px;
    right: 16px;
    background: white;
    z-index: 999;
;
}
.mobile-menu a{
	padding: 5px 20px;
	color: black;
	border-bottom: 1px solid grey;
	max-width: 285px;
    width: 100%;
}
img#triangle {
    position: absolute;
    top: -7%;
    right: 12%;
}


.mobile-menua:visited {
	color: white;
}

.mobile-menu a:hover,.mobile-menu a:focus,.mobile-menu a:active {
	color: #00598a !important;
	text-decoration: none !important;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #00598a;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

nav#mobile-menu {
    display: none;
}

nav#site-navigation.open-menu {
    display: flex;
	position: absolute;
	z-index: 999999999;
}
/*--------------------------------------------------------------
## MENU
--------------------------------------------------------------*/


#primary-menu a{
	color: white;
	font-family: 'Heebo';
	font-weight: 900;
	font-size: 18px;
}

.navbar.navbar-1 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger6.svg?color=000');
}
.menu-item:hover{
	background-color: #29546c;
}
.menu-item{
	background-color: #00598a;
	transition: all 0.5s ease-out !important;
	border-radius: unset !important;
}
#primary-menu a:visited {
    color: white;
}

.menu-item a:hover {
    color: white;
    border: none;
    text-decoration: none;
}



/*--------------------------------------------------------------
## slider
--------------------------------------------------------------*/
.home-slider i.fa.fa-angle-right.slick-arrow,.home-slider i.fa.fa-angle-left.slick-arrow {
	position: absolute;
	background: #000000b3;
}

.home-slider i.fa.fa-angle-right.slick-arrow {
	top: 43%;
	right: 8%;
	/* background: #000000b3; */
	color: white;
}

.home-slider i.fa.fa-angle-left.slick-arrow {
	top: 43%;
	left: 8%;
	z-index: 999;
}
p.d-block {
    font-family: 'Heebo';
    font-weight: bolder;
    font-size: 47px;
    color: white;
}
p.d-block.title {
	font-size: 35px;
}


[dir='rtl'] .slick-prev {
    right: 0% !important;
    left: auto !important;
    z-index: 999;
}
[dir='rtl'] .slick-next {
    right: auto !important;
    left: 2% !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 48px !important;
    color: black !important;
    background-color: white;
}

.item {
	background-image: url(http://p72194-319-12360.s319.upress.link/wp-content/uploads/2019/12/slider-1.png);
	display: flex;
	align-items: center;
	min-height: 450px;
	background-size: cover;
}
.home-slider a {
    font-size: 20px;
}
.home-slider a {
    width: 100%;
	max-width: 290px;
	color: white;
}
.home-slider{
	font-family: 'Heebo';
	font-weight: 900;
}
a.d-inline.btn.btn-primary.m-2:hover {
    background: none;
    color: white !important;
    border-color: white !important;
}

a.d-inline.btn.border.border-white.m-2:hover {
	background-color: #008dda;
	color: white !important;

	border-color: #008dda !important;
}

/*--------------------------------------------------------------
## TITLES
--------------------------------------------------------------*/
.tb-title span {
    color: #00598a;
    margin-left: 10px;
    font-family: 'Heebo';
	font-weight: 900;
	font-size: 35px;
}
.tb-title.text-center {
	background-image: url(/wp-content/themes/gbk/images/logo-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	padding: 50px 0;
}

/*--------------------------------------------------------------
## PROJECTS
--------------------------------------------------------------*/
#show-map.project-state {
	margin: 0 !important;
	position: relative !important;
}

.gm-style-iw-d div div.project-state {
	position: initial;
}

.gm-style-iw-d h4 {
	margin: 0 !important;
	font-size: 20px;
}

select#myselect {
    max-width: 696px;
	font-size: 15px;
}
.project h4 {
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.city-select label {
    color: #29546c;
    font-size: 17px;
        margin-left: 2%;
}
.project {
    border-radius: 10px;
    display: none;
    background-color: #29546c;
	font-size: 1em;
  line-height: 1.125; 
  min-height: 2.25em; 
}

.project-state {
	color: black;
	background: white;
	padding: 0px 10px;
	border: 1px solid lightgrey;
	border-radius: 6px;
    display: inline-block;
	margin-right: 30px;
	position: absolute;
	top: -18px;
}
.project-state img {
	height: 25px;
	margin: 5px;
	width: auto;
}

p.state {
    display: inline;
    font-size: 12px !important;
    margin: auto;
}
.project.active{
	margin-bottom: 20px !important;
	position: relative;
	margin-top: 20px !important;
	max-height: 344px;
	height: fit-content;
}
.conatainer-fluid.numbers_scroll {
    background: #f2f2f2;
}


/*--------------------------------------------------------------
## SERVICES
--------------------------------------------------------------*/

.services {
    background-image: url(//wp-content/themes/gbk/images/services-bg.png);
	background-repeat: no-repeat;
	padding: 40px 0;
}
.services img {
    height: 60%;
    display: flex;
    align-self: center;
}
a.btn.btn-primary.info {
    border-radius: 25px;
    max-height: 55px;
    padding: 6px 0;
    max-width: 165px;
    width: 100%;
    background-color: #00598a;
    margin: 40px 0;
    border:none;
	color: white;
}

i.fa.fa-volume-control-phone, i.fa.fa-envelope-o {
    font-size: 35px;
    color: #00598a;
    margin-right: 18px;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

footer{
	background-color: #000f17;
}
.all-right-reserved p {
    margin: 0;
}

#footer p {
    font-size: 14px !important;
    margin: 0;
}
footer a:hover{
    color: white !important;
}
footer a:visited ,footer a:hover{
    color: #007bff;
}
.center p {
    font-size: 15px !important;
}
#footer img.logo-image {

	width: auto;

}
.quick-links.center a {
    color: #0080c8;
}
.quick-links a:hover {
    text-decoration: none !important;
}

.quick-links a {
	transition: .25s ease-in-out;
}
.footer-menu ul {
	background: none !important;
	flex-flow: column;
	margin: 0;
	padding: 0;

}

.footer-menu .menu-en_menu-container {
	position: relative;
}

.footer-menu li {
	background: black !important;
	border: none !important;
	color: white !important;
	padding: 0 !important;
	display: block;
	text-align: right;
	line-height: 0.9;
}

.footer-menu a {
	color: white;
	font-size: 15px !important;
		font-family: 'Heebo';
}
.col-xs-12.col-sm-4.col-md-4.text-lg-left.footer-menu {
	padding: 0;
}

.col-xs-12.col-sm-4.col-md-4 {
	padding: 0;
}
/*--------------------------------------------------------------
## ONLINE SERVICES
--------------------------------------------------------------*/


.d-flex.justify-content-center.py-4.bg-white {
    border-bottom: 4px solid #00598a;
}

.services-item {
	position: relative;
	box-shadow: 1px -1px 6px 1px grey;
	border-bottom: 4px solid #00598a !important;

}
.services-item-price{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	color: #ffff;
	background: #00598a;
	padding: 0;
	border: 4px solid white;
	border-radius: 25px;
	top: -21px;
	max-width: 180px;
	text-align: center;
	}
p.price{
	margin: 0;
	/* font-family: 'Assistant'; */
	font-size: 17px;
	padding: 5px;
	font-weight: bolder;
}
.tb-content p {
	padding: 10px;
	margin: 0;
	padding-bottom: 0;
}

a.btn.btn-primary.info:hover {
    background-color: #007bff;
    color: white !important;
}

/*--------------------------------------------------------------
## CONTACT FORM
--------------------------------------------------------------*/
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #008dda;
}
input.wpcf7-form-control {
    width: 100%;
    border: none;
    background-color: #dad9d9;
    padding: 10px;
}


form.wpcf7-form h2 {
    color: #29546c;
    margin: 0;
    font-size: 25px;
	display: flex;
	align-self: flex-end;
	font-family: 'Heebo';
	font-weight: bolder;
}
input.wpcf7-form-control {
	font-size: 17px;
	font-family: 'Heebo';
}
form.wpcf7-form p{
	font-family: 'Heebo';
	font-size:15px;
	color: #777777;
	margin: 0 !important;
	display: flex;
	align-self: center;
}
input.wpcf7-form-control.wpcf7-submit {
	transition: 0.5s ease-out;
    background-color: #29546c;
    color: white;
    font-weight: bold;
    width: 100%;
    max-width: 330px !important;
    font-size: 19px;
	cursor: pointer;
	padding: 13px;
}
.middle ,input.wpcf7-form-control{
    max-width: 330px !important;
    width: 100%;

}
div#wpcf7-f66-o1 {
    width: 100%;
}
.col-md-3.text-right {
    line-height: 1;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: right;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: red;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
div.wpcf7-mail-sent-ok {
    border: none;
    color: green;
}
/*--------------------------------------------------------------
## Career Page
--------------------------------------------------------------*/


.job-item {
    margin: 30px;
    background: white;
    padding: 20px;
    margin-bottom: 0;
}

button#dropdownMenuButton {
    color: grey;
    background: none;
    border: none;
    font-size: 40px;

}

.job {
    background: white;
    text-align: right;
    margin: 0 31px;
    padding: 25px 54px;
    display: none;
}

.job-open{
	display: block;
}
.labelactive{
	display: none;
}
.active{
	display: block;
}
div#show-map {
    height: 500px;
}
.career-items {
    display: flex;
	justify-content: space-around;
	padding: 40px;
}

.career-item {
	text-align: center;
	margin: 0;
	width: 23%;
	box-shadow: 0px -1px 8px 0px grey;
}

.career-item h4 {
	background-color: #00598a;
	font-size: 25px;
	padding: 10px;
	color: white;
	font-family: 'Heebo';
	font-weight: 900;
}

.career-item p {
    text-align: right;
    margin: 10px;
    font-size: 17px;
}
.tb-blue h2 {
    font-size: 25.06px;
    font-family: 'Heebo' !important;
    margin-right: 20px;
    margin-bottom: -2px;
}

.tb-blue p {
    font-size: 19px;
    display: inline;
    color: black !important;
    margin-bottom: -28px;
    margin-right: 20px;
    display: block;
}
.career-item.col-md-3 {
	padding: 0;
	max-width: 20% !important;
}
.form input {
	max-width: unset !important;
	background: none;
	border: 1px solid lightgrey;
	margin: 10px 0;
}

div#wpcf7-f320-o2,div#wpcf7-f441-o2 {
	width: 100%;
}



.form input.wpcf7-submit {
	max-width: unset !important;
	background-color: #00598a;
}
h4#purple {
	background-color: #41296c;
}

h4#blue {
	background-color: #00598a;
}

h4#turkiz {
	background-color: #00787c;
}

h4#green {
	background-color: #296c2c;
}
.job-item p {
	margin: 0;
}
.dropdown-item {
	padding: 10px 0 !important;
	width: unset !important;
}

/*--------------------------------------------------------------
## Titles
--------------------------------------------------------------*/


.tb-title h2 {
    font-size: 35px !important;
    font-family:'Heebo' !important;
}

.tb-title p {
    font-size: 22px;
    display: inline;
}


/*--------------------------------------------------------------
## English-pages
--------------------------------------------------------------*/
h2.d-block.sub_title {
    font-size: 3vw;
}

h4.d-block.title {
    font-size: 2vw;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}



.social {
    display: flex;
}


a.btn.btn-primary.social_btn{
	display: none;
}
a.btn.btn-primary.social_btn , a.btn.btn-primary.social_btn.collapsed{
    background: none !important;
    border: none;
    color: blue;
}
a.btn.btn-primary.social_btn:hover, a.btn.btn-primary.social_btn.collapsed:hover {
    color: unset !important;
    background-color: unset !important;
    border: none !important;
}
.btn-primary.focus, .btn-primary:focus, a.btn.btn-primary.social_btn.collapsed:focus{
	box-shadow: none !important;
}



/*--------------------------------------------------------------
## SERVICE PAGE
--------------------------------------------------------------*/
.tb-blue {
    color: #00598a !important;
}


.service-form  input {
    background-color: white;
    border: 1px solid grey;
    margin-left: 15px;
    margin-bottom: 15px;
}

.service-form p, .service-form label {
    margin: 0;
    color:black;
}
p.tb-blue.d-inline.border-bottom{
    border-bottom: 2px solid #00598a !important;
}
p.tb-blue.d-inline {
    font-size: 30px;
}


/*--------------------------------------------------------------
## INTERSHIPS PAGE
--------------------------------------------------------------*/

.border-bottom.border-blue.internships-item.m-3.align-items-center.justify-content-center {
    border-bottom: 5px solid #008dda !important;
    cursor: pointer;
}
.border-bottom.border-blue.internships-item.m-3.align-items-center.justify-content-center:hover #image2{
    background-color: #29546c;
    color: white;
    display: block;
}
#image2{
	display: none;
}
.image:hover {
    background-image: url(/wp-content/themes/gbk/images/hummer-hover.png) !important;
}

.d-flex.flex-column.justify-content-center.align-items-center {}
.internships-item {
	background-color: white;
	margin: 20px;
	display: flex;
	align-items: self-start;
	justify-content: normal;
	background-position: center;
	border-bottom: 4px solid #008dda;
	padding-top: 20px !important;
	/* padding: 0px 50px; */
	width: 100%;
}
.internships-item:hover {
    background-color: #29546c !important;
    color: white;

}
.image {
	justify-content: center;
	transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
	background-repeat: no-repeat;
	margin: 10px;
	display: flex;
	background-position: center;
	text-align: center !important;
	cursor: pointer;
	background-size: auto;

}
.services-items.d-flex.flex-wrap.justify-content-center {
padding-bottom: 80px;
}
.image p {
font-size: 20px !important;
}

/*--------------------------------------------------------------
##  NUMBERS TALK
--------------------------------------------------------------*/

.divider {
  width: 4px;
  margin: 6px 5px;
  background: grey;
  height:50px;
}
.divider1 {
    width: 4px;
    margin: 6px 5px;
    background: grey;
 	height:35px;
}
.divider2 {
    width: 4px;
    margin: 6px 5px;
    background: grey;
 	height:15px;
}
.dividers {
    display: flex;
    flex-flow: wrap-reverse;
    align-self: center;
}
h1.counter.font-weight-bold {
    font-size: 25px;
}

p.font-weight-light.counterp {
    font-size: 17px;
	margin-bottom: 15px;
}





#mobile{
	display:none;
}
.dividers.col-4 {
    display: flex;
    justify-content: center;
}






/*--------------------------------------------------------------
## TEAM PAGE
--------------------------------------------------------------*/

.team-item {
	margin: 10px;
	box-shadow: 0px -1px 6px 0px #00000096;
	font-size: 15px;
	background: white;
}
.team-item .bg {
	position: relative;
	padding-bottom: 70%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 6px solid #00598a;
    margin-bottom: 10px;	
	z-index: 0;
}
.team-item .bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 89, 138, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	pointer-events: none;
	content: '';
}
.team-item:hover .bg:after {
	opacity: 1;
	visibility: visible;
}
.team-item p {
	margin: 0;
    font-size: 14px !important;
}
.team-item p.d-inline {
	margin-right: 5px;
}
.rtl .team-item p.d-inline {
	margin-left: 5px;
}
.team-item .item-title {
    margin-bottom: 10px;
	font-size: 15px !important;
}
.team-item .text {
	margin-bottom: 15px;
}
.team-item .btn:hover {
	border-top: 1px solid #00598a;
}
.team-item .tb-slider-blue {
	border: none !important;
}

.tb-slider-blue {
    color: #00598a;
	border-top: 6px solid;
	border-color: #00598a;
}

.partners-slider,.lowyers-slider,.pro-slider{
	padding:0 50px;
	padding-bottom: 25px;
}


/*--------------------------------------------------------------
# CONTACT PAGE
--------------------------------------------------------------*/
.contact-form input {
	max-width: unset !important;
	width: 100%;
	background: no-repeat;
	border: 1px solid;
	margin: 15px 0;
	border-radius: 25px;
	border-color: lightgray;
	color: black;
	padding: 15px;
	font-size: 17px;
}
.col-12.submit input {
	max-width: unset !important;
	margin: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	font-size: 17px;
}
.contact-form input::placeholder,.contact-form textarea::placeholder {
	color: black;
}

.input-placeholder {
 position: relative;
}
.input-placeholder input {
	padding: 10px;
	width: 100%;
}
.input-placeholder input:valid + .placeholder {
	display: none;
}
.placeholder {
	position: absolute;
	pointer-events: none;
	top: 32%;
	left: 83%;
	margin: auto;
	color: black;
	width: 100%;
	font-size: 17px;
}

.placeholder span {
	color: #3281ff;
}
.input-placeholder {
	position: relative;
}
.branch-item {
	width: 40%;
	border-bottom: 10px solid #00598a;
	background: #ffffff;
	padding: 20px 25px;
	margin: 15px;
}

.branch-item h2 {
	font-family: 'Heebo';
	font-weight: 900;
	font-size: 27.5px;
	margin: 0;
}

.branch-item p {
	margin: 0;
	font-size: 18.33px;
}
.tb-placeholder label {
	font-size: 17px;
	position: absolute;
	top: calc(50% - 12.5px);
	margin: 0;
	padding-right: 15px;
	z-index: 3;
}

.tb-placeholder {
	position: relative;
}

.tb-placeholder input {
	z-index: 1;
	position: relative;
}

/*--------------------------------------------------------------
# BLOG PAGE
--------------------------------------------------------------*/
.services-item-date {
	color: #ffff;
	background: #00598a;
	padding: 0;
	/* border: 4px solid white; */
	border-radius: 25px;
	position: absolute;
	right: 24%;
	top: -29px;
	max-width: 165px;
	width: 100%;
	text-align: center;
}

p.date {
	margin: 0;
}
.border-bottom-blue {
	border-bottom: 4px solid #00598a;
}
.services-item-date p {
	font-size: 15px !important;
}

.tb-blog-content p {
	font-size: 17px !important;
	color: #787878;
	margin: 0;
}
p.blog-title {
	font-size: 20px !important;
	color: black;
	font-family: 'Heebo';
	font-weight: 900;
	margin: 0;
	margin-bottom: 5px;
}

.tb-blog-content {
	padding: 10px;
}
.blog-btn {
	background: #00598a;
	padding: 0 !important;
}

.blog-btn a {
	padding: 0 !important;
	font-family: 'Heebo';
	font-weight: 900;
	font-size: 17px;
}


.tb-placeholder-ta label {
	font-size: 17px;
	position: absolute;
	top: calc(10% - 12.5px);


	margin: 0;
	padding-right: 15px;
	z-index: 0;
	margin-top:10px !important;
}



label.custom-file-label1 {
	font-size: 15px;
	height: 48px !important;
	position: absolute;
	top: 67px;
	left: 0;
	right: 0;
	z-index: 1;
	padding-top: 15px;
	padding-right: 10px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: 10px;
}
label.custom-file-label {
	top: 0px;
	font-size: 15px !important;
	padding-top: 15px;
	padding-right: 10px;
	height: 50px !important;
}
.custom-file-label::after,.custom-file-label1::after{
border-radius: 0;
	background-color: #7facc4 !important;
	color: white !important;
	font-family: 'Heebo';
	height: fit-content;
}


.card-header {
	background: none;
	border: none;
}
.card-header h2{
	margin: 0;
}
.tb-blue.p-0 {
	font-size: 10px;
}
.card{
	margin: 30px;
	cursor: pointer;
}

i.fa.fa-angle-down.rotate-icon.d-inline {
	color: gray;
	font-size: 30px;
}
i.fa.fa-angle-down:hover,i.fa.fa-angle-down:visited{
	text-decoration: none !important;
}
.card-header .btn-link:hover {
	color: gray;
	text-decoration: none;
}
.btn-link{
	font-weight:normal;
	color: gray;
}
.cv-form input {
	max-width: unset !important;
	background: white;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 17px;
	height: auto;
}

.custom-file-label1::after,.custom-file-label::after  {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 48px;
	padding:13px 19px !important;
	line-height: 1.5;
	color: #495057;
	content: "העלאה";
	background-color: #e9ecef;
	border-right: inherit;
	border-radius: 0;
	font-size: 17px !important;
	font-family: 'Heebo';
	font-weight: 900;
}
.cv-form input.wpcf7-submit {
	max-width: unset !important;
}
.cv-form input[type="checkbox"] {
	margin: 0;
}
.tb-blog-slider.slick-slider {
	width: 100% !important;
	padding: 0 31px;
	max-width: 1500px;
	margin: auto;
}
.test {
	width: 100%;
	display: inline-block;
	padding: 30px;
}
.tb-blog-slider button {
	top: 101%;
	z-index: 99999999;
}

.tb-blog-slider button.slick-next {
	left: 44% !important;
}

.tb-blog-slider button.slick-prev {
	right: 43% !important;
}

.tb-blog-slider button:before {
	font-size: 25px !important;
}
.tb-blog-slider li {
	border: 1px solid #00598a !important;
	width: 25px !important;
	height: 25px !important;
	font-family:'Heebo';
	font-weight: 900;
}
.tb-blog-slider li:hover,.tb-blog-slider li:visited {
	background-color: #00598a;
	color: white !important;
}
.tb-blog-slider li a:hover,.tb-blog-slider li a:visited{
	color: white !important;
}
gallery-slider {
	margin:70px !important;
}

.blog-item{
	position: relative;
	box-shadow: 1px -1px 6px 1px grey;
}
img#triangle {
	position: absolute;
	top: 96px;
	right: 12%;
	display: none;
	max-width: 60px;
}
.menu-mobile-menu-container{
	width:100%;
}
.gallery-slider img {
	margin: 0 !important;
	max-width: 245px;


}
.row.gallery-slider,.row.pro-slider,.row.lowyers-slider,.row.partners-slider{
	flex-flow: row-reverse;
	display: flex;
}

i.fa.fa-angle-left.slick-arrow, i.fa.fa-angle-right.slick-arrow {
	align-items: center !important;
	display: flex !important;
	background: #bfbfbf;
	color: white;
	font-size: 30px;
	padding: 13px 6px;
	margin: 0 16px;

}
.row.pro-slider i,.row.partners-slider i,.row.lowyers-slider i {
	height: max-content;
	align-self: center;
}



hr {
	margin: 50px 0;
}



pre {
	background-color: #222;
	color: white;
	font-family: Calibri;
	padding: 1em;
	border-radius: 5px;
	white-space: pre-wrap;
}

.element {
	padding: 20px;
	background-color: white;
	-moz-columns: 12em 3;
	-webkit-columns: 12em 3;
	columns: 12em 3;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
	text-align: justify;
}

.break-inside pre {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.menu-item.highlight{
	background-color: #29546c ;
}
.footer-menu a.highlight{
	font-weight: bold !important;
	background: none;
}
.footer-menu a{
	font-family: 'Heebo' !important;
}
.mobile-logo a.highlight,.logo a.highlight {
	background: none;
}
.services-item img {
	width: auto;
	padding: 40px 40px 0px 40px;
}

p.x {
	text-align: center;
	margin-top: -98px;
	margin-bottom: 70px;

}
h1.entry-title ,header.entry-header,footer.entry-footer{
	display: block;
}
.entry-content {
	margin: 0 250px;
}




article {
	width: 22%;
}



.entry-content {
	margin: 0;
}
.blog-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-size: cover;
	background-image: url(/wp-content/themes/gbk/images/blog-bg.png);
}

.test {
	width: 25%;
}
.tb-blog-content {
	 color: black;
	font-size: 18px;
	background: white;
 }
.slick-slier {
	width: 100%;
}
img.mx-auto.mb-2 {
	width: 100%;
	max-width: 800px;
}
/*Button hover state*/
#primary-menu a:hover {
	animation-name: background-color;
	animation-duration:700ms;
}

/*keyframes*/
@keyframes background-color {
	50% {
		background-color: #7478867a;
	}
}
div#form {
	background: white;
	width: 100%;
	z-index: 99999999;
	box-shadow: 7px 0px 6px 0px black;
}



.container-fluid.p-3.m-0 {
	margin-bottom: 75px !important;
	padding: 0 !important;
}


.arrow-up {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	z-index: 99999999;
	position: absolute;
	top: -60px;
	right: 8%;
}
.triangle-with-shadow.open {
    display: block;
}

.triangle-with-shadow {
	width: 50px;
	height: 50px;
	position: absolute;
	overflow: hidden;
	box-shadow: 0 0px 10px -17px rgba(0, 0, 0, 0.5);
	top: -80px;
	right: 15px;
	z-index: 9999;
	display: none;
}
.triangle-with-shadow:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: white;
	transform: rotate(45deg);
	top: 37px;
	left: 14px;
	box-shadow: 0px 0px 5px 0px black;
}
.city-select.font-weight-bold {
	width: 100%;
}

a.d-flex.flex-column.justify-content-center.align-items-center:visited, a.d-flex.flex-column.justify-content-center.align-items-center:hover {
	color: white;
}
.tb-blue strong {
	border-bottom: 1px solid;
}.tb-blue.d-inline p {
	 color: #00598a !important;
	 font-size: 30px;
 }
.contact-form span.wpcf7-not-valid-tip {
	  display: none;
  }

.wpcf-3-not-valid, .wpcf7-not-valid {
	border-color: red !important;
}
.blog article {
	width: 100%;
}
header.entry-header,footer.entry-footer {
	display: none;
}
.blog {
	max-width: 1000px;
	margin: 0 auto;
}
#wpcf7-f320-o2 input.wpcf7-form-control.wpcf7-submit{
	margin: 0 15px;
}
.project:hover {
	background: #0069d9;
	transition: 0.5s all-ease-out;
}
.wrp {
	width: 23%;
	cursor: pointer;
	padding: 20px;
}
.bg,.hover{
background-size: cover;

}
.bg {
	width: -webkit-fill-available;
}
.card.btn-link:hover{
	 color: unset !important;
	 text-decoration: none !important;
 }
.card-header:hover {
	color: unset !important;
	text-decoration: none !important;
}

#wpcf7-f66-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	text-align: left;
	margin-bottom: 0px;
	margin-top: -35px;
	display: inline !important;
	float: left;
}
.blog-page a.next.page-numbers,a.page-numbers {
	color: black;
	font-size: initial;
}
.blog-page i.fa.fa-angle-left {
	border: 2px solid;border-radius: 100%;
	padding: 5px;width: 30px;
	padding-right: 4px;
	color: gray;
	font-weight: bold;
}
.blog-page i.fa.fa-angle-right {
	border: 2px solid;
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    padding-right: 4px;
    color: gray;
    font-weight: bold;}

.blog-page span.page-numbers.current , .blog-page a.page-numbers{
	border: 1px solid lightblue;
	padding: 0 10px;

}  .blog-page a.prev.page-numbers, .blog-page a.next.page-numbers{
	border: none;

}


div#pagintion {
	margin-bottom: 30px;
	text-align: center;
	direction: ltr;
}

.border-bottom.border-blue.services-item.text-white.m-3.align-items-center.justify-content-center {
	width: 20% ;
}
.border-bottom.border-blue.services-item.text-white.m-3.align-items-center.justify-content-center.xx {
	width: 100%;
}




/*------------------------------
online services section
 -----------------------------*/

.img-bg img{
width: auto;
    margin-top: 40px;
    max-height: 100px;
    margin-bottom: 10px;
}
.img-bg{
	height: unset !important;
	background-size: cover;
}


.online-item {
	display: flex;
	flex-flow: column;
	width: 20%;
	text-align: center;
	position: relative;
	text-align: center;
	background-size: cover;
	height: fit-content;
	margin: 5px;
	cursor: pointer;
	margin: 37px 5px;
}
.online-item .bg-white {
	padding: 15px 0;
}
.online-item:hover p.btn.btn-primary {
	opacity: 0.8;
}
.img-bg p {
	color: white;
    margin: 0;
    padding-bottom: 40px;
    font-size: 18px !important;
}
/*------------------------------
colors
 -----------------------------*/

.border-btm-light-blue{
	border-bottom: 4px solid #007bff;
}.border-btm-dark-blue{
	border-bottom: 4px solid #00598a;

}



.page-id-473 .container-fluid.p-3.m-0 {
	margin-bottom: 0 !important;
}
div.wpcf7-mail-sent-ok {
	margin: 0;
	text-align: left;
	margin-bottom: 0;
	margin-top: -35px;
	margin-left: 196px;
	font-size: 15px;
}
#wpcf7-f320-o2 span.wpcf7-not-valid-tip {
    display: none;
}
span.wpcf7-form-control-wrap.radio-259 {
    padding-top: 17px;
}


.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}


textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 15px;
}
img.attachment-650.size-650.wp-post-image {
    width: initial;
    height: 150px;
}
.test img {
    min-height: 150px;
}
.tb-blog-slider .services-item-price {
	border: none;
	margin-right: 21px;
	margin-top: 8px;
	max-width: 130px;
}
.contact input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
}
.blog img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: none;
}
.blog .tb-title.text-center {margin: 0;margin-top: 40px;}

.entry-content h4 {
    margin-top: -60px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 70px;
} 
button.navbar-toggler.second-button {
    display: none;
}
.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
button.accordion {
    text-align: right;
    font-size: 20px;
	background: white;
    margin: 20px 0;
    padding-bottom: 40px;
}
triangle-with-shadow{
	display: none;
}
button.navbar-toggler.second-button {
    z-index: 999999999999;
}
.container-fluid.gallery {
    padding-bottom: 50px;
}
.tb-content.text-dark {
	background: white;
}
.team-item img {
	margin-bottom: -1px;
}.d-flex.justify-content-center.pb-4.blog-btn {
	 padding: 5px !important;
	transition: 0.5s ease-out;
 }
.d-flex.justify-content-center.pb-4.blog-btn:hover {
	background: #188ec3;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}
img.arrow {
	width: auto;
	max-width: 23px;
}
img.arrow:hover{
	background-color: unset;
}
span.page-numbers.current {/* height: fit-content !important; */background: #00598a;color: white;font-size: 16px;}

span.page-numbers.current {
}

a.page-numbers {
	font-size: 15px !important;
	border-color: #00598a !important;
	transition: 0.5s ease-out;
}
a.page-numbers:hover{
	background: #00598a;
	color: white;
}
a.next.page-numbers,a.prev.page-numbers{
	background-color: unset;
}


div.upload {
	background-color:#fff;
	border: 1px solid #ddd;
	border-radius:5px;
	display:inline-block;
	height: 30px;
	padding:3px 40px 3px 3px;
	position:relative;
	width: auto;
}

div.upload:hover {
	opacity:0.95;
}

div.upload input[type="file"]{
	display: block;
	width: 100%;
	height: 30px;
	opacity: 0;
	cursor:pointer;
	position:absolute;
	left:0;
}
.uploadButton {
	background-color: #425F9C;
	border: none;
	border-radius: 3px;
	color: #FFF;
	cursor:pointer;
	display: inline-block;
	height: 30px;
	margin-right:15px;
	width: auto;
	padding:0 20px;
	box-sizing: content-box;
}

.fileName {
	font-family: Arial;
	font-size:14px;
}

.upload + .uploadButton {
	height:38px;
}
.ok.tb-blog-slider.d-flex.flex-wrap.justify-content-center.container-fluid {
	/*justify-content: flex-start !important;
	/* margin: 42px; */
}



.domain.container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.domain .tb-title.text-center {
	background-position: top;
	padding: 42px 0;
	background: white;
	margin: 20px;
}


.image p {
	color: black;
	margin-top: 26px;
	margin-top: 150px;

}

.image p:hover {
	color: white;
}
.row.text-center.text-xs-center.text-sm-right.text-md-right.text-white {
	width: 100%;
}
.single-service article {
	width: 100%;
}

#enable-toolbar #enable-toolbar-content {
	top: 0 !important;
	bottom: 76%;
}
.tb-title.text-center h5 {
	font-size: 20px;
	max-width: 95%;
    margin: 0 auto;	
}
.cube {
    width: calc(25% - 16px);
    display: flex;
    flex-flow: column;
    padding: 30px 0;
    background: white;
    margin: 8px;
    align-items: center;
    color: black !important;
    text-align: center;
    border-bottom: 4px solid #008dda;
}
.d-flex.justify-content-center.py-2.bg-white p.btn.btn-primary {
	background-color:#00598a;
	border-color:#00598a;
}
.d-flex.justify-content-center.py-2.bg-white p.btn.btn-primary:hover{
	background-color: #008dda;
	border-color:#008dda;
}
a.cube:hover {
	background-color: #29546c;
	transition: 0.3s ease-out;
	color: white !important;
}

a.cube img {
    max-height: 70px;
    width: auto;
    margin: 20px 0 15px 0;
}
a.cube p {
	font-size: 18px !important;
}
svg#enable-toolbar-trigger-svg {
	margin: 3px;
}
img.icon {
	max-width: 35px;
	margin-right: 10px;
	/* height: 35px; */
	display: flex;
	align-self: center;
	width: auto;
}
li#menu-item-144 {
	border-left: none;
}
section#footer {
	padding-bottom: 55px !important;
}
header#masthead {
	background-color: white;
}
#footer pre {
	background-color: unset;
	color: white;
	font-family: 'Heebo';
	padding: 0;
	/* border-radius: 5px; */
	/* white-space: pre-wrap; */
	font-size: 15px;
	direction: rtl;
    margin: 20px 0 0 0;
}
a#lightbyte {
	color: blue;
}

header#masthead {
	width: 100%;
	z-index: 99999999;
}
.tb-tb{
	display: flex;
}
.footer-menu a {
	font-weight: unset !important;
}
.contact-form input {
	background: white;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	font-size: 20px;
	margin: 0;
	text-align: center;
}
.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	margin-top: -30px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	margin-top: -33px;
}
#footer a:hover {
	font-weight: bold !important;
}
.col-3.text-center.text-md-left {
	line-height: 1;
}
p.btn.btn-primary {
	font-size: 15px !important;
	margin: 5px 0;
	    padding: 6px 20px !important;
	background-color: #00598a;
	border-color: #00598a;
	transition: .5s all;
}

.force-select {
	-webkit-user-select: all;  /* Chrome 49+ */
	-moz-user-select: all;     /* Firefox 43+ */
	-ms-user-select: all;      /* No support yet */
	user-select: all;          /* Likely future */

}
.mobile-logo{
	display: none;
}
img.play {
	width: 59px;
	position: absolute;
	left: calc(50% - 30px);
	height: 59px;
	min-height: 0px;
}
.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	text-align: center;
	margin-top: -30px;
}
.services-bg {
	background-image: url(/wp-content/themes/gbk/images/blog-bg.png);
	background-size: cover;
}
.container-fluid.numbers_scroll.py-3{
	background-color: #f2f2f2;
}
.bg{
	background-color: #d2cece;
}
body.trigger-position-left #enable-toolbar-trigger{
	right: 5px;
	left: unset;
}
.cv-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {margin-top: -20px;}
.cv-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	text-align: center;
	margin-top: -20px;
}
.card-body{
	text-align:right ;
}


.tb-slider-blue.hover{
	color: white;
	border-color: white !important;
}
a.btn.btn-block.text-white:hover{
	background-color: white !important;
	color: #00598a !important;

}
.card-body {
	background: white;
	max-width: 1057px;
	margin: 0 auto;
	width: auto;
}
.tb-blue span {
	margin-right: 22px;
}
.custom-file-label.red {
	border-color: red;
}
.label_item::before{
	content: url("/wp-content/themes/gbk/images/radio.png");
}

/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	/* cursor: pointer; */
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input[type="radio"] ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input[type="radio"]:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}





/* Customize the label (the container) */
.tb-container {
	display: flex;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: ltr;
}

/* Hide the browser's default checkbox */
.tb-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: relative;
	height: 25px;
	width: 25px;
	background-color: white;
	border: 2px solid #2196F3;
	margin-left: 5px;
}



/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.tb-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion .card .card-header{
	padding-bottom: 14px;
}
p.send {
	padding: 0 11px;
	padding-bottom: 10px;
	font-size: 17px !important;
}
video {
	width: 40%;
	margin-right: 30%;
}
.d-flex.justify-content-center.pb-4.blog-btn:hover {
	background: white;
}