:root {
    --black: #424242;
    --white: #fff;
    --dark-olive-green: #005F27;
    --light-olive-green: #96c11f;
    --green: #009D57;
    --pink: #EC008C;
    --light-gray: #f3f3f3;
}
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
	font-weight: 600;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
	font-weight: 700;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
	font-weight: 800;
    text-rendering: optimizeLegibility;
}
body {
	font-family: "Segoe UI";
	color: var(--black);
	background: #fff;
	text-align: right;
	direction: rtl;
}
html[lang="en-US"] body {
	text-align: left;
	direction: ltr;
}
html, body {
    margin: 0;
}
::selection {
	background: rgb(229 245 232 / 60%);
	color: var(--black);
}
::-moz-selection {
	background: rgb(229 245 232 / 60%);
	color: var(--black);
}
a {
	color: var(--green);
	text-decoration: underline;
}
a:focus,
a:hover {
	color: var(--green);
    text-decoration: none;
}
a[rel="lightbox"] {
    text-decoration: unset;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--green);
}
h1 {
    font-weight: 600;
}
h3 {
    font-size: 22px;
    font-weight: 600;
}
th {
    text-align: center;
}
ol, ul {
	padding:0;
	margin:0;
}
hr {
    margin: 25px 0;
    border-color: var(--light-gray);
}
button {
	outline:none;
}
select {
    border: 0;
    font-size: 18px;
    background: #f1f1f1;
	outline: none;
}
img {
    height: auto;
	max-width: 100%;
}
#main-top,
#main-boxes,
#main-content {
	margin: 30px 0;
}
.admin-bar #site-header {
    top: 32px;
}
.npd,
.nopad {
	padding:0;
}
.nomarg {
	margin: 0;
}
.align-center {
	text-align: center;
}
.inline {
	display: inline-block;
	width: auto;
}
.pages-links .page-numbers {
    color: var(--black);
    font-weight: 600;
    margin: 0 2px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
}
.pages-links .page-numbers.dots {
}
.pages-links .page-numbers.prev {
    direction: ltr;
}
.pages-links .page-numbers:not(.dots):hover{
    background: #592583;
    color: #fff;
}
.pages-links .page-numbers.current{
    background: var(--dark-olive-green);
    color: #fff;
}
.big_404 {
    text-align: center;
    font-size: 132px;
    font-weight: 600;
    padding: 100px 0;
}
.btn {
    display: block;
    text-align: center;
    background: var(--dark-olive-green);
    border-radius: 8px;
    color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	position: relative;
	border: 0;
}
.btn.small {
    line-height: 24px;
    font-size: 11px;
    padding: 0 10px;
    border-radius: 0;
    background: #fff;
    border: 1px solid var(--dark-olive-green);
    color: var(--dark-olive-green);
}
.btn.small:hover {
    color: var(--dark-olive-green);
}
.btn.small i {
    font-size: 9px;
}
.btn:hover,
.btn-cart:hover {
    opacity: 0.8;
    color: #fff;
}
.btn-cart:disabled {
    background: #ddd;
	color: var(--black);
    cursor: no-drop;
}
.button-primary {
    border: 0;
    padding: 5px 40px;
}
.button-primary:hover {
    background: #892121;
}
.button-primary:focus {
    outline: none;
}
.button-primary {
    background: #58B6C8;
    color: #fff;
}
.bootstrap-touchspin-up,
.bootstrap-touchspin-down {
    font-size: 16px;
    background: var(--dark-olive-green);
    color: #fff;
    width: 40px;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.bootstrap-touchspin-up:hover, 
.bootstrap-touchspin-down:hover {
    box-shadow: none;
    background: #592583;
    color: #fff;
    border: 0;
}
.btn-cart,
.btn-cart:hover,
a,
a:hover,
.tagcloud  a,
.tagcloud  a:hover,
.wpcf7-submit,
.wpcf7-submit:hover,
.btn,
.btn:hover,
#order_url_check,
#order_url_check:hover,
.button-primary,
.button-primary:hover  {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn.inline-block,
.inline-block {
	display: inline-block;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #7CB3FF;
    border-radius: 0;
}
.error404 section.row h1 {
    text-align: center;
    font-size: 130px;
    font-weight: 400;
}
.error404 section.page-content {
    text-align: center;
    font-size: 30px;
}
.error404 ol.breadbrumbs {
    display: none;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 70px;
    right: 25px;
    display: none;
    z-index: 1;
    color: var(--green);
    background-color: transparent;
    border: 2px solid var(--green);
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
	.scrollup:active,
	.scrollup:focus,
	.scrollup:hover {
		background-color: #fff;
	}
}
.row.title {
	margin: 0;
}
.row.breadcrumbs {
	margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}
.breadcrumbs li {
    display: inline-block;
	padding-left: 5px;
}
html[lang="en-US"] .breadcrumbs li {
	padding-left: 0;
	padding-right: 5px;
}
.breadcrumbs .crumb {
	color: #000000;
    font-size: 18px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs .crumb.current {
    font-weight: 700;
}
.crumb::after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 11px;
    margin-right: 3px;
    color: var(--black);
    display: inline-block;
}
html[lang="en-US"] .crumb::after {
    content: "\f105";
    margin-right: 0;
    margin-left: 3px;
}
.crumb:last-child::after{
	content: "" !important;
}
section.row {
	margin: 0;
}
section.row h1 {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
}
#site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 130px;
    z-index: 1000;
    background: #ffffff;	
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	transition: all 0.2s linear;
}
.slim#site-header {
    height: 100px;
	transition: all 0.2s linear;
}
#site-header ul {
	margin: 0;
    padding: 0;
}
#site-header .top-header {  
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
}
.slim#site-header .top-header {
}
#site-header .nav-header {
    width: calc(100% - 300px);
    float: left;
    direction: rtl;
}
.slim#site-header .nav-header {
    flex-direction: row-reverse;
}
#site-header .main-header {
    height: 100%;
    width: 300px;
    float: right;
}
html[lang="en-US"] #site-header .main-header {
    float: left;
}
html[lang="en-US"] #site-header .nav-header {
    float: right;
}
html[lang="en-US"] #site-header .top-header {
    flex-direction: unset;
}
html[lang="en-US"] .top-header ul.top-links li {
    float: right;
}
html[lang="en-US"] #site-header ul.menu {
    direction: ltr;
}
@media screen and (min-width: 768px) {
	html[lang="en-US"] #site-header ul.menu > li {
		float: left;
		margin-left: 0;
		margin-right: 5px;
	}
}
@media screen and (min-width: 768px) {
	html[lang="en-US"] #site-header .menu li.menu-item-has-children > a::after {
		left: auto;
		right: 5px;
	}
}
html[lang="en-US"] #site-header ul.menu > li > ul > li a {
    text-align: left;
}
.slim#site-header .main-header {
	transition: all 0.2s linear;
}
.slim#site-header .top-header {
	transition: all 0.2s linear;
}
#site-header .container {
    padding: 0 30px;
    max-width: 100%;
	height: 100%;
}
@media (min-width: 1600px) {
	.container {
		max-width: 1400px;
	}
}
.wpml-ls-legacy-dropdown-click {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    float: left;
    border: 2px solid var(--dark-olive-green);
    width: auto;
    border-radius: 5px;
}
.wpml-ls-legacy-dropdown-click ul,
.wpml-ls-legacy-dropdown-click ul li {
    height: 100%;
}
.wpml-ls-legacy-dropdown-click ul li a {
    height: 100%;
    display: flex;
    object-fit: contain;
    align-items: center;
    border: 0;
    color: var(--dark-olive-green);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border: 2px solid var(--dark-olive-green);
    left: -2px;
    right: -2px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.site-logo {
    float: left;
    text-align: center;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    padding-bottom: 10px;
}
.site-logo a {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
}
.site-logo img {
    max-width: 100%;
    max-height: 100%;
}
section.page-content {
	margin: 0;
    padding: 30px 0;
    font-size: 18px;
}
.single-post section.page-content {
	padding-bottom: 90px;
}
.nomobile {
    float: right;
	display:inline;	
}
.menu a {
	text-decoration: unset;
}
.navbar .main-menu {
    padding: 0;
}
.navbar-toggle {
	float: right;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.top-header {
	display: block;
}
.top-header ul.top-links {
	float: left;
}
.top-header ul.top-links li {
    display: inline-block;
    float: left;
    margin-right: 20px;
	font-size: 22px;
}
.top-header ul.top-links li i {
	font-size: 28px;
}
.top-header ul.top-links li:not(.search) i {
    margin-left: 10px;
}
.top-header ul.top-links li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    color: var(--green);
    border: 2px solid var(--green);
    border-radius: 4px;
	text-decoration: unset;
}
.slim .top-header ul.top-links li .text {
	display: none;
	transition: all 0.2s linear;
}
ul.top-links li a.open-search,
.slim .top-header ul.top-links li a {
    padding: 0;
    width: 50px;
    justify-content: center;
    color: var(--green);
}
.slim .top-header ul.top-links li:not(.search) a {
    background: #fff;
}
ul.top-links li a.open-search {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
}
.slim .top-header ul.top-links li i {
    margin: 0;
}
ul.top-links li a.open-search {
	border-color: transparent;
}
ul.top-links li:not(.search) a:hover {
    color: var(--green);
	border-color: var(--green);
}
#site-footer {
    background-color: #E5EFE9;
    background-image: url(../images/Bg_Lower-Peka.png);
    background-position: 50px calc(100% - 100px);
    background-repeat: no-repeat;
    background-size: 540px;
    color: #FFF;
}
#site-footer .copyrights {
    font-size: 18px;
    padding: 0 15px;
    line-height: 90px;
    background-color: var(--green);
    width: 100%;
    margin: 0;
}
#site-footer .copyrights p {
    margin: 0;
}
.shared-col {
    width: calc(100% - 140px);
    float: right;
}
.social-col {
    padding-right: 15px;
    float: right;
}
.social-col ul {
    direction: ltr;
    height: 100%;
    display: flex;
	align-items: end;
}
.social-col li {
    display: inline-block;
    margin-left: 10px;
}
.social-col li a {
    color: #fff;
	display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--green);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 32px;
}
html[lang="en-US"] .shared-col {
    float: left;
}
.cpd {
	text-align: left;
}
@media screen and (min-width: 768px) {
	html[lang="en-US"] .cpd {
		text-align: right;
	}
}
.taltalim-studio-logo {
	background: url('../images/taltalim_logo_white.png') no-repeat;
    width: 80px;
    height: 20px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin-bottom: -3px;
}
#site-footer .top-footer {
    width: 100%;
    padding: 40px 0 60px;
}
#site-footer.row {
	margin: 0;
}
.footer-blocks {
    margin: 0;
    padding: 30px 15px;
    list-style: none;
	color: var(--black);
    font-size: 18px;
}
.footer-blocks ul {
    list-style-type: none;
}
.footer-blocks img,
.footer-blocks ul li {
    margin-bottom: 20px;
}
.footer-blocks .menu li a {
	color: var(--black);
}
.footer-blocks .menu li a:hover {
	color:var(--light-olive-green);
}
.footer-blocks h4 {
    font-size: 22px;
    color: var(--black);
    margin-bottom: 20px;
}
.footer-contact-info {
	color: var(--black);
}
.footer-contact-info i {
	color: var(--green);
}
#site-header .menu li.menu-item-has-children > a {
    position: relative;
}
#site-header .menu li.menu-item-has-children > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin: 0;
    font-size: 10px;
    top: 7px;
    left: 5px;
	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	-ms-transition: transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
}
@media screen and (min-width: 992px ) {
	.site-navigation,
	.site-navigation > div {
		height: 100%;
		display: flex;
	}
	#site-header .main-header .top-header {
		display: none;
	}
}
@media screen and (min-width: 992px ) {
	#site-header .menu li.menu-item-has-children:hover > a::after {
		transform: rotate(180deg);
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.hamburger {
		display: none;
	}
	.main-menu > div {
		float: right;
	}	
	.navbar-toggle {
		display: none;
	}
	.site-logo {
		width: 300px;
	}
	.navbar {
		margin: 0;
		border: 0;
		float: right;
		width: 100%;
		height: 100%;
		display: block;
		margin-top: 32px;
	transition: all 0.2s linear;
	}
	.slim .navbar {
		margin-top: 0;
		transition: all 0.2s linear;
	}
	html[lang="en-US"] .site-navigation {
		flex-direction: row-reverse;
	}
	#site-header ul.menu {
		height: 100%;
	}
	#site-header .menu li {
		list-style-type:none;
	}
	#site-header ul.menu > li {
		height: 100%;
		list-style: none;
		display: flex;
		font-size: 16px;
		min-width: 100px;
		text-align: center;
		color: #fff;
		margin-left: 5px;
	}
	#site-header .menu > li > a {
		color: var(--black);
		font-weight: 500;
		text-decoration: none;
		display: flex;
		font-size: 18px;
		padding: 0px 20px 10px 20px;
		align-items: end;
		justify-content: center;
		height: auto;
		transition: color 0.2s linear;
		border-bottom: 4px solid transparent;
		transition: border-bottom 0.2s linear;
	}
	#site-header ul.menu li.current_page_ancestor > a,
	#site-header ul.menu li.current-menu-item > a,
	#site-header ul.menu > li:hover > a {
		border-color: var(--green);
		transition: border-bottom 0.2s linear;
	}
	#site-header ul.menu > li > ul > li {
		line-height: initial;
		list-style: none;
		height: auto;
		border-bottom: 1px solid #ededed;
	}
	#site-header ul.menu > li > ul > li a {
		display: block;
		padding: 0 30px;
		text-align: right;
		font-size: 18px;
		line-height: 40px;
	}	
	#site-header ul.menu > li > ul > li a:hover {
		color: var(--green);
		background: rgb(229 245 232 / 60%);
	}
	#site-header .menu > li {
		float: right;
	}
	#site-header ul.menu li.current_page_ancestor > a,
	#site-header ul.menu li.current-menu-item > a {
		color: var(--green);
	}
	#site-header .menu > li > .sub-menu {
		margin-top: 40px;
		height: auto;
		background: #ffffff;
		display: none;
		position: absolute;
		z-index: 5;
		min-width: 200px;
		box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
	}
	.news-posts {
		padding:0;
	}
}

.wpcf7-form {
    width: 100%;
    padding: 15px;
}
.wpcf7-submit {
    cursor: pointer;
    display: block;
    text-align: center;
    background: var(--green);
    border-radius: 8px;
    color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	border: 0;
    width: 100%;
    margin: 20px 0 0;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
div.wpcf7-validation-errors {
	border: 1px dashed #666666 !important;
    background: #465061;
    margin: 15px 0 !important;
}
span.wpcf7-not-valid-tip {
    border: 0;
    color: #e92626;
    font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
    background: #e9ebe4;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: unset;
    background: var(--light-olive-green);
    color: #fff;
}
.wpcf7-textarea {
	height: 120px;
    border-radius: 8px;
}
.form-row {
    margin-bottom: 20px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: rtl;
	text-align: right;
    background: #f9f9f9;
    border: 1px solid #BFBCBC;
    border-radius: 0;
    border-radius: 8px;
}
.wpcf7-text,
.wpcf7-textarea {
    outline: none;
    width: 100%;
    padding: 0 15px;
    color: var(--black);
    background: #F6F6F6;
    border: 1px solid #BFBCBC;
    border-radius: 0;
	resize: none;
	line-height: 40px;
    border-radius: 8px;
}
.post-content {
    margin-bottom: 60px;
}
.page-description {
    padding: 15px;
    background: #fff;
    margin: 50px 0;
}
.content {	
    font-size: 24px;
    margin-bottom: 30px;
}
.page-content .content ul,
.page-content .content ol {
    padding-right: 25px;
	margin-bottom: 20px;
}
/* Various page templates */
section.row.page-header {
    margin-top: 130px;
}
section.row.page-header.banner {
    height: calc(100vh - 130px);
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
}
.admin-bar section.row.page-header.banner {
    height: calc(100vh - 130px - 32px);
}
.page-header .main-banner {
	width: 100%;
}
.page-header .main-banner img {
    min-width: 100%;
}
a.smoothscroll {
	width: 75px;
	height: 75px;
    position: absolute;
    bottom: 60px;
    left: calc(50% - (75px / 2));
    display: block;
	background: url('../images/arrow-down-circle.svg') no-repeat;
}
.page-header .container {
	position: relative;
}
.page-header .main-title {
    display: flex;
    height: auto;
    justify-content: initial;
    width: 100%;
}
.page-header .main-title h1 {
    color: #fff;
}
.page-content {
    margin-bottom: 30px;
}

/* Home */
.home section.page-content {
    margin-top: 0;
	background: url('../images/Bg_Home_Peka.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 bottom;
    min-height: 760px;
}
.home section.page-content .content {
    background: rgb(255 255 255 / 50%);
}
html[lang="en-US"] .home section.page-content {
	background: url('../images/Bg_Home_Peka.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 bottom;
}
@media screen and (min-width: 768px) {
	html[lang="en-US"] .home #page-content .content {
		margin-bottom: 300px;
	}
}
.home section.page-content h1 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
}
.main-banner-gallery {
    width: 100%;
    height: 100%;
}
.main-banner-gallery .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.main-banner-gallery .slide .content {
    font-size: 55px;
	font-weight: 700;
    text-shadow: 0 0 10px #000;
}

.row.partners {
    padding: 30px 0 60px;
    text-align: center;
}
.partners h2 {
    width: 100%;
	font-size: 45px;
	font-weight: 600;
    margin-bottom: 60px;
}
.partners-logos .slide .wrap {
    height: 100px;
}
.partners-logos .slide .wrap img {
    max-width: 100%;
    max-height: 100%;
}

/* Partners Page */
.parteners-logos .logo {
	margin-bottom: 30px;
}
.parteners-logos .logo img {
    border: 1px solid #efefef;
}

/* Q and A Page */
.questions {
    font-family: 'Assistant';
    margin-bottom: 60px;
}
.questions .panel {
    margin-bottom: 30px;
}
.questions .panel-heading {
    background: #F6F6F6;
    padding: 20px 15px;
}
.questions .panel-body {
    font-size: 25px;
    margin: 0;
    border-bottom: 1px var(--green);
    padding: 30px 0;
}
.questions .panel-body ol,
.questions .panel-body ul {
    padding-right: 30px;
}
.questions .panel h4 {
	position: relative;
}
.questions .panel h4 a {
    font-size: 30px;
    font-weight: 600;
    color: var(--green);
	text-decoration: unset;
    max-width: calc(100% - 60px);
    display: block;
}
.questions .panel a[aria-expanded="true"] {
    font-weight: 700;
}
.questions .panel .btn-arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--green);
    border-radius: 4px;
    font-size: 20px;
	transition: all 0.2s linear;
}
.questions .panel a .btn-arrow i {
	transition: all 0.2s linear;
}
.questions .panel a[aria-expanded="true"] .btn-arrow i {
	transform: rotate(-90deg);
	transition: all 0.2s linear;
}

/* News Post */
.news-index {
    padding: 60px 0;
}
.news-item {
	margin-bottom: 30px;
}
.news-item .wrap {
    position: relative;
}
.news-item .news-img-wrp {
    height: 300px;
    overflow: hidden;
}
.news-item .title {
    height: 60px;
    display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0 40 16 / 85%);
    color: #fff;
}
.news-item .title h2 {
    font-size: 25px;
    color: #fff;
}

/* About Us Page */
.staff h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}
.staff-member {
    font-family: 'Assistant';
    margin-bottom: 30px;
}
.staff-member .wrap {
    background: #F6F6F6;
    padding: 30px;
}
.staff-member .info-wrap {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.staff-member .wrap .row {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}
.staff-member img {
    width: 100%;
}
.staff-member .row.name {
    color: var(--dark-olive-green);
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.staff-member .row.position {
    color: var(--dark-olive-green);
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
}
.staff-member .row.bio {
    overflow: hidden;
    margin-bottom: 30px;
    height: 150px;
    position: relative;
    padding-bottom: 25px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.staff-member .row.bio.show {
    height: auto;
    overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.show-bio {
    position: absolute;
    bottom: 0;
    height: 25px;
    color: var(--dark-olive-green);
    width: 100%;
    background: #f6f6f6;
    cursor: pointer;
}
.show-bio:hover {
	text-decoration: underline;
}
.staff-member .row.email {
    text-align: center;
    font-size: 25px;
}
.staff-member .row.email .email-icon {
    background-image: url(../images/email.svg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 70px;
    height: 40px;
    margin: 10px auto;
}

/* Careers */

.apply-to-career-form {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(68, 68, 68, 0.65);
    display: none;
    z-index: 1000;
}
.apply-to-career-form-wrapper {
    width: 700px;
    margin: 80px auto;
    left: calc(50% - 350px);
    background: #fff;
    box-shadow: 0 0 10px rgba(93, 93, 93, 0.4);
    border-radius: 10px;
}
.apply-to-career-form-wrapper .wrapper {
    padding: 60px;
    overflow-y: auto;
	height: 100%;
	position: relative;
    box-shadow: 0 0 10px #292728;
}
.apply-to-career-form-wrapper .wrapper{
    padding: 20px 60px;
}
.apply-to-career-form-wrapper .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}
.apply-to-career-form-wrapper  textarea {
    height: 100px;
}
.apply-to-career-form-wrapper .form-input-row {
    margin: 0;
}
.apply-to-career-form-wrapper .form-title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: var(--dark-olive-green);
}
.apply-to-career-form-wrapper .career-title {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: var(--dark-olive-green);
}
.close-x {
	cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 1001;
    color: #fff;
}
.apply-to-career-form-wrapper .close-x {
    color: #000;
}
/* Contact Us */
.side-form {
    padding-right: 80px;
    border-right: 1px solid var(--green);
}
@media screen and (min-width: 768px) {
	html[lang="en-US"] .side-form {
		padding-right: 15px;
		border-right: unset;
		padding-left: 80px;
		border-left: 1px solid var(--black);
	}
}
.side-form .form-input-row {
    margin: 0;
	position: relative;
}
.form-input-row.required span:before {
    content: "*";
    color: var(--dark-olive-green);
    position: absolute;
    right: 5px;
    top: 5px;
	opacity: 1;
	transition: all 0.2s linear;
}
html[lang="en-US"] .form-input-row.required span:before {
    right: auto;
    left: 5px;
}
.form-input-row.required.filled span:before,
.form-input-row.required.active span:before {
	opacity: 0;
	transition: all 0.2s linear;
}
.side-form .form-input-row input::placeholder {
    color: var(--dark-olive-green);
}
.departments-details {
	font-family: 'Assistant';
}
.departments-details h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    font-family: "Segoe UI";
}
.department {
	margin: 0;
	margin-bottom: 60px;
}
.row.department-infobox {
	margin: 0;
    flex-flow: initial;
}
.row.department-infobox .department-info {
    margin-left: 30px;
    width: auto;
}
.row.department-info {
	width: 100%;
	margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
}
.row.department-info h3{
    margin: 0;
    background: var(--light-olive-green);
    color: #fff;
    line-height: 60px;
    padding: 0 30px;
    font-size: 30px;
    text-align: center;
    width: 100%;
}
.row.department-info i {
    color: var(--light-olive-green);
}
.departments-details .row.staff {
    width: 100%;
    margin-top: 20px;
}
.departments-details .staff-member .row.name {
    color: var(--dark-olive-green);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.departments-details .staff-member {
    font-family: "Segoe UI";
    margin-bottom: 30px;
    color: #141111;
    font-size: 24px;
    text-align: center;
}
.departments-details .staff-member i {
    color: var(--dark-olive-green);
}
.page-content .content ul.contact-details {
    list-style: none;
    padding: 0;
}
.page-content .content ul.contact-details li {
    margin-bottom: 20px;
}
.page-content .content ul.contact-details a {
    text-decoration: unset;
}
.contact-details i {
    color: var(--green);
}

/* Departments */
.department-title {
    text-align: center;
    padding: 30px 0 60px;
}
.departments-index {
    padding: 60px 0;
}
.departments-index .department {
    padding: 0;
    margin: 0;
}
.departments-index .department .wrap {
	position: relative;
    height: 350px;
    overflow: hidden;
    display: flex;
}
.departments-index .department .wrap img {
    min-height: 100%;
    min-width: 100%;
    max-width: unset;
    max-height: unset;
}
.departments-index .department .img-layer {
    background: rgb(0 175 239 / 10%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.departments-index .department .title-wrap {
    position: absolute;
    bottom: 0;
    background: rgb(0 157 87 / 80%);
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	transition: all 0.2s linear;
}
.departments-index .department .excerpt {
    width: 100%;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    max-height: 120px;
    overflow: hidden;
    display: none;
    flex-flow: wrap;
}
.departments-index .department .title-wrap h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.departments-index .department:hover .title-wrap {
    height: 100%;
    align-items: start;
    padding: 30px 0;
	transition: all 0.2s linear;
}
.departments-index .department:hover .title-wrap h2 {
    color: #fff;
}
.departments-index .department:hover .excerpt {
    display: flex;
}
.departments-index .department .btn-line {
    color: #fff;
    margin: 20px auto 0;
    border: 1px solid #fff;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 20px;
    display: none;
	transition: all 0.2s linear;
}
.departments-index .department:hover .btn-line {
    display: block;
}

.row.dept-categories {
    padding: 60px 0;
}
.cats-index {
    margin: 0;
}
.dept-category {
    padding: 0;
	margin-bottom: 30px;
}
.dept-category .wrap {
    position: relative;
    padding: 0 60px;
}
.dept-category .wrap a {
    display: block;
    position: relative;
    padding-bottom: 50px;
}
.dept-category .title-wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
.dept-category .title-wrap h2 {
    margin: 0;
    background: rgb(0 157 87 / 80%);
    color: #fff;
    height: 100%;
    font-size: 24px;
    line-height: 50px;
	transition: background 0.2s linear;
}
.dept-category:hover .title-wrap h2 {
    background: rgb(0 157 87 / 100%);
	transition: background 0.2s linear;
}

.row.department-contact {
    padding: 90px 0;
    background: rgb(229 239 233 / 30%);
}

.row.department-contact .department-title {
	text-align: unset;
    padding-bottom: 30px;
}
.row.department-contact .department-title,
.row.department-contact .department-details {
	width: 100%;
    margin: 0;
}
.row.department-contact .title {
    background: var(--dark-olive-green);
    color: #fff;
    margin: 0;
    line-height: 70px;
    font-size: 30px;
    font-weight: 400;
    padding: 0 30px;
    width: auto;
    display: inline-block;
}
.row.department-contact-details {
	margin: 0;
}
.row.department-contact .department-details .details-box {
    display: inline-block;
    width: auto;
    max-width: unset;
    flex: unset;
    font-size: 28px;
    font-family: "Assistant";
    margin-bottom: 10px;
}
.row.department-contact .department-details .details-box i {
    color: var(--dark-olive-green);
    margin-left: 10px;
}

.row.department-contact .row.staff {
    width: 100%;
    margin-top: 30px;
}
.contact-method {
    display: inline-block;
}
html[lang="he-IL"] .department-contact-details .contact-method {
    margin-left: 10px;
}
html[lang="en-US"] .department-contact-details .contact-method {
    margin-right: 10px;
}
.row.department-contact .staff-member .row.name {
    font-size: 28px;
}
.row.department-contact .staff-member .wrap {
    font-size: 24px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.row.department-contact .staff-member .wrap i {
    color: var(--dark-olive-green);
}

/* Department Category */
.products-index {
	padding: 30px 0;
}
.products-index .product {
    text-align: center;
	margin-bottom: 30px;
}
.products-index .product .wrap {
    border: 2px solid transparent;
	transition: all 0.2s linear;
}
.products-index .product .image-wrap {
    display: flex;
    height: 320px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.products-index .product .image-wrap img {
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
}
.products-index .product .wrap a {
	text-decoration: unset;
}
.products-index .product img {
	height: auto;
	max-width: 100%;
}
.products-index .product h2 {
    font-size: 25px;
    color: #000000;
    text-align: center;
    font-family: "Assistant";
    font-weight: 400;
    background: rgb(245 245 245 / 60%);
    padding: 5px 0;
    margin: 0;
	transition: all 0.2s linear;
}
.products-index .product .wrap:hover {
    border: 2px solid #e5efe9;
	transition: all 0.2s linear;
}
.products-index .product .wrap:hover h2 {
    background: #e5efe9;
	transition: all 0.2s linear;
}

/* Galleries */

.galleries {
    padding-bottom: 60px;
}
.galleries .gallery  {
	margin-bottom: 30px;
}
.galleries .gallery .wrap {
    position: relative;
    height: 290px;
    overflow: hidden;
}
.galleries .gallery .title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 157 87 / 80%);
	text-align: center;
	height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.2s linear;
}
.galleries .gallery .title-wrap h2 {
    color: #fff;
	font-size: 25px;
	line-height: 60px;
}
.galleries .gallery .wrap:hover .title-wrap {
    height: 100%;
    background: rgb(0 157 87 / 80%);
    text-shadow: 0 0 10px #000;
	transition: all 0.2s linear;
}

.image-gallery .image {
	margin-bottom: 30px;
}
.image-gallery .image .wrap {
    height: 280px;
    display: flex;
    overflow: hidden;
	position: relative;
    justify-content: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.image-gallery .image .image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.image-gallery .image .image-wrap img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
}
.image-gallery .image .title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(0 40 16 / 80%);
    transition: all 0.2s linear;
    display: none;
}
.image-gallery .image .title-wrap h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
/* LightBox */
#swipebox-overlay {
    background: rgba(68, 68, 68, 0.65);
}
#swipebox-slider {
	direction: ltr;
}

/* Search */
.search-float {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(68, 68, 68, 0.65);
    z-index: 1000;
    height: 100vh;
    transform: translateY(-100vh);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.admin-bar .search-float {
    top: 32px;
}
.search-float.open{
    transform: translateY(0vh);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.search-float .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-float .wrap .search-pane {
    padding: 0 30px;
    background: #ffffff;
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
    border-radius: 0;
    font-size: 28px;
}
.search-float .wrap .search-pane #searchform {
    width: 100%;
}
.search-float .wrap .search-pane #searchform #s {
    width: calc(100% - 50px);
    line-height: 40px;
    background: #fff;
    color: var(--black);
    border: 0;
    border-bottom: 1px solid var(--dark-olive-green);
    padding: 0 10px;
    display: inline-block;
    float: right;
    outline: none;
}
.search-float .wrap .search-pane #searchform #searchsubmit {
    width: 50px;
    line-height: 40px;
    border: 0;
    background: var(--dark-olive-green);
    border-bottom: 1px solid var(--dark-olive-green);
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.search-float .wrap .search-pane #searchform #searchsubmit:hover {
    background: var(--light-olive-green);
}
html[lang="en-US"] .search-float .wrap .search-pane #searchform #s {
	float: left;
}
html[lang="en-US"] .search-float .wrap .search-pane #searchform #searchsubmit {
    float: right;
}
.row.search-title {
    width: 100%;
    color: var(--dark-olive-green);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.row.search-form {
    width: 100%;
}

.row.search-page {
    padding: 60px 0;
}
.search-page .row.search-result-title,
.search-page .row.navigation {
    margin: 0;
}
.search-page .date {
	display:none;
}
.search-page .search-result {
    margin: 0;
    background: rgb(241 241 241 / 50%);
    padding: 20px;
    margin-bottom: 20px;
	text-decoration: unset;
}
.search-page .search-result .img-wrap {
}
.search-page .search-result .desc {
    font-size: 20px;
}
.navigation.pagination {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.page-numbers {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    background: var(--dark-olive-green);
    color: #fff;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
.page-numbers:hover,
.page-numbers.current {
    background: var(--light-olive-green);
    color: #fff;
}

/* Branches */
.row.branches {
    padding: 60px 0;
}
#map {
    height: 640px;
    width: 100%;
}
#branches-list .panel {
    margin-bottom: 5px;
}
#branches-list h4.panel-title {
    margin: 0;
}
#branches-list .panel-title a {
    display: block;
    background: #f1f1f1;
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
    color: var(--dark-olive-green);
}
#branches-list .panel-title a[aria-expanded="true"],
#branches-list .panel-title a:hover {
    background: var(--dark-olive-green);
    color: #fff;
}
#branches-list .panel-body {
    padding: 10px;
    font-size: 16px;
}
html[dir="rtl"] #branches-list .panel-body ol,
html[dir="rtl"] #branches-list .panel-body ul {
    padding-right: 20px;
}
#swipebox-slider .slide.current img {
    padding: 60px;
    background: #fff;
    box-shadow: 0 0 10px #292728;
    border-radius: 15px;
}

.develops-gallery-popup {
    direction: rtl;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(68, 68, 68, 0.85);
    z-index: 1000;
    transform: translateY(0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.develops-gallery-popup.pre {
    transform: translateY(-100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.admin-bar .develops-gallery-popup {
    top: 32px;
}
.develops-gallery-popup .wrapper {
	height: 50%;
    width: 50%;
    transform: translate(-50%, +50%);
}
.develops-gallery-popup .topbar {
    height: 60px;
    width: 100%;
    margin-top: -60px;
}
.develops-gallery-popup .popGalleryTitle {
    font-family: "Assistant";
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    padding-right: 0;
    text-shadow: 0 0 10px #000;
}
.develops-gallery-popup .close-x {
    left: 0;
    right: auto;
}
.develops-gallery-popup .close-x:hover {
    text-shadow: 0 0 10px #000;
}
.develops-gallery-popup .swiper-container {
    height: calc(100% + 60px + 30px);
}
.develops-gallery-popup .swiper-wrapper {
    height: calc(100% - 40px);
}
.develops-gallery-popup .swiper-container .slide .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.develops-gallery-popup .swiper-container .slide .wrap .inner {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.develops-gallery-popup .swiper-container .slide .wrap .inner img {
    max-height: 100%;
    max-width: 100%;
}
.develops-gallery-popup .swiper-container .slide .imgTitle {
    font-family: "Assistant";
    font-size: 35px;
    display: block;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.single-gallery .develops-gallery-popup .swiper-container .slide .imgTitle {
    display: none;
}
.popGallery-button {
    height: 50px;
    width: 50px;
    top: calc(50% - 50px);
    z-index: 10;
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
}
.popGallery-button-prev {
    background: url(../images/arrow-right-circle.svg) no-repeat;
    background-size: 50px auto;
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: 30px;
}
.popGallery-button-next {
    background: url(../images/arrow-left-circle.svg) no-repeat;
    background-size: 50px auto;
    background-position: center;
    background-repeat: no-repeat;
    left: 30px;
    right: auto;
}


.dept-category .wrap .img-wrap {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.dept-category .wrap .img-wrap img {
    height: auto;
    max-width: unset;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}