:root {
  --main-color:#014AC6;
  --main-color-hover:#0F68FF;
  --blue:#014AC6;
  --skyblue:#42BFED;
  --skyblue-hover:#72D8FF;
  --darkblue:#121059;
  --darkgreen:#011318;
  --gray:#EDEDED ;
  --darkblack:#404040;
  --white:#fff;
  --pink:#ee2f66;
  --black:#000;
  --border-radius:1.5rem;
  --font-family: "Rubik", sans-serif;  
  --font-size:18px;
  --font-size-h1:3.2rem;
  --font-size-h2:2.32rem;
  --font-size-46:2.32rem;
  --font-size-h3:1.82rem;
  --font-size-32:1.62rem;
  --font-size-h4:1.42rem;
  --font-size-22:1.12rem;
  --font-size-26:1.31rem;
  --font-size-28:1.42rem;
  --font-size-70:3.52rem;
  --font-size-h5:1.12rem;
  --font-size-h6:1.02rem;
  --font-size-p:1.02rem;
  --font-large-p:1.12rem;
  --font-small:0.82rem;
  --line-height:1.45;
  --line-height-22:1.35;
  --dark-gray:#3A3A3A;
  --bg-blue:#0E3042;
  --weight-300:300;
  --weight-400:400;
  --weight-500:500;
  --weight-600:600;
  --weight-700:700;
  --weight-800:800;
  --weight-900:900;
  --max-width:2000px;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Black.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}
html, body{
	font-weight: var(--weight-400);
	font-family: 'SF Pro Display';
}
body {
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{	
	line-height: 1.2;
	font-weight: var(--weight-400);
}
.font-heading-green h3, 
.font-heading-green h4, 
.font-heading-green h5, 
.font-heading-green h6 {
	color: var(--green);
}
.font-weight-300{
	font-weight: var(--weight-300);
}
.font-weight-400, 
.font-weight-400 .h2 {
	font-weight: var(--weight-400);
}
.font-weight-500{
	font-weight: var(--weight-500);
}
.font-weight-600{
	font-weight: var(--weight-600);
}
.font-weight-700{
	font-weight: var(--weight-700);
}
.font-weight-800{
	font-weight: var(--weight-800);
}
.font-weight-900{
	font-weight: var(--weight-900);
}
select,input,textarea {
	border: 0;
	font-family: var(--font-family);
}
select, input:not([type="checkbox"],[type="submit"]), textarea {
	height: 1.5rem;
    border: none;
    border-radius: 0;
	outline: none;
}
input[type="submit"] {
    color: var(--dark-blue);
}
input[type="submit"]:hover {
    background-color: var(--main-color-hover);
}
textarea{
	height:7.2rem;
	padding: 0.6rem 0;
}
form label {
    display: inline-block;
    font-size:0.82rem;
}
section {
	/*overflow-x: hidden;*/
}
p, section li {
    font-size: var(--font-size-p);
    line-height: var(--line-height);
}
.box-shadow{
	box-shadow: 0px 3px 10px #2D446626;
}
.hidden {
  display: none;
}
.large-p, .large-p p, .large-p li {
	 font-size: var(--font-large-p);
	 letter-spacing: 0.44px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;				 
}
h1, .h1 {
    font-size: var(--font-size-h1);
	font-weight: var(--weight-600);
}
.p-as-h2 p,
.h1-as-h2 h1,
h2, .h2 {
   font-size: var(--font-size-h2);
   font-weight: var(--weight-600);
   /* margin-top: 0; */
}
.p-as-h2 p {
	font-weight: var(--weight-600);
	line-height: 1.4;
}
.h2-as-h3 h2,
h3, .h3 {
   font-size: var(--font-size-h3);
   letter-spacing: 0.75px;
   font-weight: var(--weight-600);
}
.p-as-h4 p,
.h3-as-h4 h3,
h4, .h4 {
	font-weight: var(--weight-600);
	font-size: var(--font-size-h4);
	line-height: 1.35;
}
.h3-as-h4 h3 {

}
h5, .h5 {
   font-size: var(--font-size-h5);
}
h6, .h6 {
    font-size: var(--font-size-h6);
}
section {
    font-size: 1rem; 
}
.font-heading-white .head h1, .font-heading-white .head h2, .font-heading-white .head h3, .font-heading-white .head h4, .font-heading-white .head h5, .font-heading-white .head h6, .font-heading-white .head p{
	color: var(--white);
}
.font-heading-black h1, .font-heading-black h2, .font-heading-black h3, .font-heading-black h4, .font-heading-black h5, .font-heading-black h6, .font-heading-black p{
	color: var(--black);
}
.button, a.button {
    padding: 0.72rem 1.6rem;
    border-color: var(--main-color);
    font-weight: var(--weight-500);
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    height: auto;
    letter-spacing: 0.36px;
    background-color: var(--main-color);
    color: var(--white);
    border-radius: 1.36rem;
}
.button.regular-large {
    width: 13.2rem;
    text-align: center;
    justify-content: center;
}
.button:hover, 
a.button:hover {
	background-color: var(--main-color-hover);
}
.button.negative:hover {
    background-color: var(--main-color-hover);
    color: #fff;
    border-color: var(--main-color-hover);
}
.font-white{
	color:var(--white);
}
.font-black{
	color:var(--black);
}
.font-orange{
	color:var(--orange);
}
.border {
    border: 1px solid #5B5B5B4D;
}
.button.transparent {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}
.button.transparent:hover {
    background-color: var(--main-color-hover);
    color: var(--white);
	border-color: var(--main-color-hover);
}
.button.negative {
    border-color: var(--white);
    background-color: var(--white);
	color:var(--blue);	
}
.background-dark-blue  {
    background-color: var(--darkblue);	
}
.background-green {
    background-color: var(--bg-green);	
}
.background-off-white {
    background-color: var(--off-white);	
}
.background-white {
    background-color: var(--white);	
}
.background-gray {
    background-color: var(--gray);
}
.background-light-orange {
	background-color: var(--light-orange);
}
.social-icons a {
    width: 100%;
    height: 1.75rem;
    max-width: 1.75rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--main-color);
}
.social-icons a:hover {
   color: var(--white);
   background-color: var(--main-color-hover);
}
.social-icons a svg {
    width: 0.7rem;
}
.padding-col {
    padding: 0 7rem;
}
a.post-readmore {
    color: var(--main-color);
}
a.post-readmore:hover {
	color: var(--main-color-hover);
}
.font-small {
	font-size: 0.8rem;
}
a.icon {
	display: block;	
	color: var(--main-color);
	text-decoration: none;
}
a.icon:hover {
	color: var(--main-color-hover);
}
.form-choose-file {
	position: relative;
}
.form-choose-file .wpcf7-form-control-wrap {
	display: block;
	position: initial;
}
.form-choose-file input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.form-choose-file label {
	margin-top: 0;
	color: var(--main-color);
	text-decoration: underline;
}
span.wpcf7-spinner {
    position: absolute;
	left: 0;
}
#more_posts {
    padding: 0rem 2.6rem;
}
.overlay-tex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5rem;
    height: 100%;
}
a.read-more {
	position: relative;
    color: var(--red);
    text-decoration: none;
    display: flex;
    align-items: center;
	font-weight: var(--weight-500);
	font-size:1.02rem;
}
a.read-more:hover span {
    text-decoration: underline;
}
a.read-more:after {
	--read-more-border-width: 0.4rem;
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	margin-left: 0.35rem;
    margin-top: 0.1rem;
	border-top: var(--read-more-border-width) solid transparent;
	border-bottom: var(--read-more-border-width) solid transparent;
	border-left: var(--read-more-border-width) solid  var(--main-color);
	display: none;
}
a.read-more:hover:after {
	width: 0; 
	height: 0; 
	border-left: var(--read-more-border-width) solid var(--main-color-hover);
}
.readmore a {
	cursor: pointer;
	text-decoration: underline;
} 
.readmore a:hover {
	text-decoration: none;
} 
.readmore-height-wrap .readmore span.arrow {
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
}
.readmore-height-wrap.active .readmore a svg {
    margin-left: 0.2rem;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}
.readmore-height-wrap.active.open .readmore a svg {
	transform: scale(-1);
}
ul.slick-dots li button {

}
.ul-li-vi ul {
	list-style: none;
}
.ul-li-vi ul li {
	padding-left: 1.5rem;
	background-image: url(../svg/ul-li-vi.svg);
	background-repeat: no-repeat;
	background-position: left 0.65rem;
	background-size: 0.75rem auto;
}
.border-radius{
	border-radius:var(--border-radius);
	overflow: hidden;
}
.social-icons .full-width svg {
    width: 100%;
}
.text-over-image .section-content-wrap {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-over-image .section-content-wrap .head h1, .text-over-image .section-content-wrap .head h3, .text-over-image .section-content-wrap .head h2 {
    text-shadow: 1px 1px 50px #000000BF, 0 0 50px #000000BF;
}
.overlay-img .image:after {
    position: absolute;
    top: 0;
    content: "";
    background-color: #88D6FF;
	mix-blend-mode: color;
    width: 100%;
    height: 100%;
    opacity: 0.44;
}
.overlay-img .inner-box .image img {
    transition: 0.5s;
}
.overlay-img .inner-box:hover {
    transform: scale(1.1);
    z-index: 1;
    position: relative;
}
.overlay-img .inner-box:hover .image:after {
    opacity: 0;
}
.overlay-img .inner-box:hover {
    transform: scale(1.05);
}
.overlay-img .inner-box {
    box-shadow: 0px 3px 10px #2D446626;
}
.image.hover {
	cursor: pointer;
}
.image.hover img {
	transform: scale(1.01);
	transition: all 500ms ease;
}
.image.hover:hover img {
	transform: scale(1.1);
}
.vid-popup-wrap {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.vid-popup-wrap .vid-popup {
	width: initial;
	height: initial;
	max-width: 90%;
	max-height: 90%;
	overflow: initial;
}
.vid-popup-wrap .vid-popup .video-close-popup {
	top: -2.1rem;
	right: -2.1rem;
}
.vid-popup-wrap .vid-popup img {
  /* max-width: 90%; */
  /* max-height: 90%; */
}

/**section-one**/

.section-one.home-inner-section.text-over-image .section-content-wrap h1 {
    letter-spacing: 2px;
}
.section-one.home-inner-section.text-over-image .section-content-wrap h2 {
    font-weight: var(--weight-900);
    letter-spacing: 1.28px;
    color: #88D6FF;
	font-size: var(--font-size-h1);
	text-shadow: unset;
}
.section-one.home-inner-section.text-over-image .section-content-wrap h3 {
    font-size: var(--font-size-32);
	letter-spacing: 2px;
}
.section-one.home-inner-section.text-over-image .section-content-wrap .button, 
.section-one.home-inner-section.text-over-image .section-content-wrap a.button {
	letter-spacing: 2px;
}

.section-one .responsive-bg {
    position: relative;
}
.section-one.about-inner-section .responsive-bg, .section-one.partners-inner-section .responsive-bg {
    background-size: 138vw;
    background-position: 56% 100%;
}
.section-one.partners-inner-section .text {
    padding: 0 2.1rem;
}
.section-one.partners-banner-section .head h2 {
    font-size: var(--font-size-32);
}
.section-one.jerusalem-banner-section h1 {
    font-size: var(--font-size-32);
	margin: 0;
}
.section-one.jerusalem-banner-section h2 {
    font-size: var(--font-size-h1);
	margin: 0;
}
.section-one.reco-banner-section .head h2 {
    font-size: var(--font-size-32);
}

/***section-two***/

.section-two .section-padding {
    padding: 3rem 0;
}
.section-two .responsive-bg {
    background-size: 33vw;
    background-position: 100% -150%;
}
.section-two .box > .text {
    padding: 0 4rem 0 0;
}
.section-two.home-inner-section .box .image {
   width: 36.5rem;
}
.section-two .container-full .box .text {
    padding: 0;
    width: 39rem;
    margin: 0 auto;
}
.section-two.home-inner-section .box h3 {
    font-size: var(--font-size-h2);
    padding-right: 4rem;
}

/**section-three**/

.section-three .inner-box .image {
    position: relative;
    overflow: hidden;
}

.section-three .inner-box {
    height: 100%;
    transition: 0.5s;
    background: #fff;
}

.section-three .inner-box .text {
    padding: 1.35rem 2.1rem 1rem;
	min-height: 13rem;
}

.section-three .inner-box .text h3 {
    font-size: var(--font-size-28);
	margin: 0 0 0.8rem;
	letter-spacing: var(--unnamed-character-spacing-0-44);
	padding: 0 2rem 0 0rem;
}
.section-three .box {
    height: 100%;
	margin: 2rem 0.4rem;
}
.section-three .head {
    margin-bottom: 1rem;
}

/**section-four**/

.section-four {
	overflow: hidden;
}
.section-four .responsive-bg {
    background-size: 60vw;
    background-position: top;
}
.section-four .section-padding {
    padding: 2rem 0 1rem;
}
.section-four .image {
    width: 25rem;
    height: 24rem;
    margin: 0 auto 3rem;
}
.section-four .icon-wrap img {
    width: 2rem;
    height: 2rem;
}
.section-four .box {
    border-left: 1px solid #707070;
	height: 100%;
}
.section-four .box .inner-box {
    padding: 0 2rem;
	height: 100%;
}
.section-four .box .inner-box .icon-wrap {
	width: 4.5rem;
	height: 4.5rem;
	margin-left: -1rem;
}
.section-four .button-wrap {
    margin: 0;
}

/**section-five**/

.section-five .content {
    margin: 0 -0.1rem;
}
.section-five .box {
    margin: 0 0.1rem;
}
.section-five .image-wrap img {
    display: block;
    height: 25.6rem;
}
.section-five .inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-five .inner-box .text {
    position: absolute;
    width: 100%;
    height: 100%;
	padding: 5rem 13rem;
}
.section-five .inner-box .image-wrap {
    position: relative;
}
.section-five .inner-box .image-wrap:after {
    background: #2C4466 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-five .inner-box .text .button-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 5rem;
	left: 0;
}
.section-five .head h2 {
    color: var(--black);
	margin: 0 0 2rem;
}
.section-five .inner-box .text h3{
	font-size: var(--font-size-h2);
}

/**section-six**/

.section-six {
    padding: 0 0 6rem;
}
.section-six .responsive-bg {
    background-size: 48vw;
    background-size: auto 100%;
    background-position: right;
}
.section-six .section-padding {
    padding: 5rem 0;
}
.section-six .footer-banner {
    width: 33.5rem;
    padding-left: 6rem;
}
.section-six .button-wrap.left .button {
    margin-right: 0.8rem;
}

/**section-seven**/

.section-seven .inner-box .icon-wrap {
    width: 2rem;
    height: 2rem;
    margin: 0 auto 1rem;
}
.section-seven .inner-box .icon-wrap img {
    height: 100%;
}
.section-seven .inner-box .icon-wrap.lottie-wrap {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.section-seven .inner-box {
  padding: 0.75rem 1.5rem 0.5rem;
  height: 100%;
}
.section-seven .box {
    height: 100%;
	margin: 0 0.7rem 1rem;
}
.section-seven .content.col-margin-small-wrap {
    margin: 0 -0.7rem;
}
.section-seven .inner-box p {
    margin: 0;
}
.section-seven .margin-bottom-small {
    margin-bottom: 1.2rem;
}
.section-seven .inner-box.has-popup-image {
	cursor: pointer;
	transform: scale(1.0); 
	transition: 0.3s;
}
.section-seven .inner-box.has-popup-image:hover {
	transform: scale(1.05); 
}
.section-seven .inner-box.has-popup-image.box-shadow:hover {
	box-shadow: 0px 6px 18px #2D446626;
}
.section-seven .inner-box .text {
	display: flex;
	flex-wrap: wrap;
	justify-items: inherit;
	height: calc(100% - 4rem);
}
.section-seven .inner-box .text p {
	width: 100%;
}
.section-seven .inner-box .text .arrow-popup-image {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--main-color);
	width: 100%;
}
.section-seven .inner-box .text .arrow-popup-image .arrow-icon {
	width: 1.5rem;
	display: block;
	margin-left: 0.25rem;
	transform: translateY(0.15rem);
}
.section-seven .inner-box .text .arrow-popup-image .arrow-text {
	opacity: 0;
	transition: 0.3s;
}
.section-seven .inner-box:hover .text .arrow-popup-image .arrow-text {
	opacity: 1;
}

/**section-eight**/

.section-eight .box {
    height: 100%;
    padding: 2rem 1.4rem;
    padding: 0.75rem 1.4rem 1rem;
}
.section-eight .inner-box {
    margin-bottom: 1rem;
}
.section-eight .inner-box .icon-wrap {
    width: 2rem;
    height: 2rem;
    margin-right: 0.6rem;
}
.section-eight .inner-box .icon-wrap.lottie-wrap {
	width: 4rem;
	height: 4rem;
	margin-left: -0.6rem;
}

/**section-nine**/

.section-nine .box {
    margin: 0 0.1rem 4rem;
}
.section-nine .box .text h3 {
	margin-top: 2.5rem;
    font-size: var(--font-size-h2);
}
.section-nine.jerusalem-inner-section .flex-6 .box .text-wrap, .partners-inner-section .flex-6 .box .text-wrap {
    padding: 1.5rem 0 0;
    width: 36rem;
    margin: 0 auto;
}
.section-nine.partners-inner-section .text-wrap {
    width: 25.5rem;
    margin: 0 auto;
}
.section-nine .readmore-wrap.case-studies-height-wrap.active .text h3 {
    padding-right: 3rem;
}
.section-nine.partners-inner-section .flex-4 .box .text p {
    width: 89%;
	margin: 0;
}
.section-nine .flex-4 .box .text h3 {
    padding-right: 1rem;

}
.section-nine.partners-inner-section .flex-4:first-child .text h3 {
    padding-right: 7rem;
}
.section-nine.partners-inner-section .box {
    margin: 0 0.1rem 0rem;
}
.section-nine .readmore-height-wrap span.read-more {
    padding: 1.1rem 7rem 0 3rem;
}
.section-nine .readmore-height-wrap.active .text {
    height: 18rem;
}
.section-nine.how-works-section .tamar-height-wrap.active .text {
    height: 7.9rem;
}
.section-nine.how-works-section .tamar-height-wrap {
    width: 36rem;
    margin: 0 auto;
    padding: 2rem 0;
}
.section-nine .readmore-wrap.case-studies-height-wrap.active .text {
    height: 18.2rem;
    height: 21.2rem;
}
.section-nine .readmore-wrap.case-studiesnational-height-wrap.active .text {
    height: 16.5rem;
}



/*section-ten*/
.section-ten .icon-wrap {
    width: 1.5rem;
    height: 2rem;
    margin: 0 auto 1rem;
}
.section-ten .icon-wrap.lottie-wrap {
	width: 4rem;
	height: 4rem;
	margin:0 auto;
}
.section-ten .box {
    height: 100%;
}
.section-ten .box .inner-box {
    height: 100%;
    padding: 1rem 2rem;
}
/*section-eleven*/
.section-eleven .image {
    width: 38rem;
}
.section-eleven .readmore-height-wrap {
    padding-left: 3rem;
}
.section-eleven .readmore-height-wrap.active .text {
    height: 14rem;
}
.section-eleven .readmore-height-wrap.active.open .text{
    height: auto;
}
.section-eleven .readmore-height-wrap.active span.read-more {
    margin: 1rem 0 0;
}
.menu-location.tabs .head h2 {
    margin: 0;
}
.menu-location.tabs .head > p {
    margin: 2rem 0 0;
}
.section-eleven .readmore-wrap.tamar-height-wrap.active .text {
    height: 14rem;
}
.section-eleven .readmore-wrap.tamar-height-wrap.active {
	padding-left: 2rem;
}
/**section-twelve**/
.section-twelve {
    padding-bottom: 4rem;
}
.section-twelve .inner-box .text h4 {
    color: var(--blue);
    font-weight: var(--weight-600);
	margin: 0 0 0.5rem;
}
.section-twelve .box {
    border-left: 1px solid #707070;
    height: 100%;
	padding: 0 2rem;
}
.section-twelve .inner-box {
    height: 100%;
}
.section-twelve .inner-box .text p {
    margin: 0;
}
/**section-specification**/
.section-specification .specif-wrap {
    margin-top: 1rem;
    padding: 2rem;
    box-shadow: 0px 3px 12px #2D446626;
}
.section-specification .specif-wrap .inner-box {
    justify-content: space-between;
}
a.download-button {
    margin-right: 0.8rem;
    border: 2px solid;
    padding: 0.6rem 1.6rem;
    border-color: var(--main-color);
    border-radius: 1.36rem;
    text-decoration: none;
	transition: 0.5s;
}
a.download-button {
    color: var(--blue);
    text-decoration: none;
}
a.download-button:hover {
    background-color: var(--main-color-hover);
	border-color: var(--main-color-hover);
	color: var(--white);
}
a.download-button:hover  {
	color: var(--white);
}
.section-specification .pdf-wrap canvas {
    height: 0;
    visibility: hidden;
	transition: 0.5s;
	width: 100%;
}
.section-specification .pdf-wrap.active canvas {
    height: auto;
    visibility: visible;
}
.pdf-wrap {
    height: 0;
    visibility: hidden;
}
.pdf-wrap.active {
     height: auto;
    visibility: visible;
	margin: 2rem 0 0;
}
.section-specification .box .button-wrap {
    margin: 0;
}
.section-specification .box .button-wrap .arrow {
    margin-left: 0.5rem;
	width: 0.8rem;
}
.section-specification .specif-wrap .inner-box h4 {
    margin: 0;
}
.section-specification .svg-open-popup {
	display: none;
}
/*section-counter*/
.section-counter .text span {
    font-size: var(--font-size-46);
    font-weight: var(--weight-900);
}
.section-counter .box span {
    color: var(--blue);
}
.section-counter .box p {
    font-size: var(--font-size-22);
	line-height: 1.45rem;
	margin: 0.5rem 0;
}
.section-counter .box {
    padding: 0 5.2rem;
}
.section-counter.case-studies-inner-page .box {
    padding: 0 0rem;
}
.section-counter.case-studies-inner-page .responsive-bg {
    background-size: 133vw;
    background-position: 45% -45%;
}
.section-counter.case-studies-inner-page .icon-wrap {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1.2rem;
}
.section-counter.case-studies-inner-page .icon-wrap.lottie-wrap {
	width: 4rem;
	height: 4rem;
	margin: 0 auto 1.2rem;
}
.section-counter.case-studies-inner-page .text {
    margin-bottom: 3rem;
}
.section-counter.case-studies-inner-page .box span.small-text {
    font-size: var(--font-size-28);
    font-weight: var(--weight-400);
	padding: 0 0.3rem;
}
.section-counter.reco-inner-section .head {
    padding: 0 4rem;
    margin: 0 0 5rem;
}
/**section-evenodd**/
.section-evenodd.odd .box .text {
    padding: 0 7rem 0 2rem;
}
.section-evenodd.odd .box .image {
    padding-right: 4rem;
}
.section-evenodd.even .content {
    flex-direction: row-reverse;
}
.section-evenodd.even .box .text {
    padding: 0 2rem 0 7rem;
}
.section-evenodd.even .box .image {
    padding-left: 4rem;
}
.section-evenodd .box .text h2 {
    letter-spacing: 0.92px;
}
/**section-contact**/
.section-contact {
    position: relative;
}
.section-contact .header-image img {
    display: block;
}
.section-contact .header-image~.section-content-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-contact .section-content-wrap .content {
    background-color: var(--white);
	padding: 2.5rem 3rem;
	box-shadow: 0px 3px 10px #2D446626;
	width: 45.5rem;
    margin: 0 auto;
}
.section-contact .section-content-wrap .contact-logo {
    width: 7rem;
    margin-bottom: 0.5rem;
}
.section-contact .form-box {
    width: 17.7rem;
    margin-left: auto;
}
.section-contact .text {
    padding-right: 2rem;
}
.section-contact .form-box input {
    border: none;
    border-bottom: 1px solid #707070;
	font-size: 0.82rem;
	color: #707070;
}
.section-contact .form-box .textarea-wrap textarea {
    border: 1px solid #707070;
	border-radius: 5px;
	padding: 0.5rem;
	font-size: 0.82rem;
	color: #707070;
}
.section-contact .form-box p {
    line-height: normal;
}
.section-contact .form-box label {
    margin: 0.3rem 0;
	color: #707070;
}
.section-contact .form-box .button-wrap {
    margin-top: 1em;
}
.section-contact .form-box .button-wrap input {
    color: var(--white);
	padding: 0.72rem 3rem;
}
.section-contact .text strong {
    font-weight: var(--weight-600);
}
.section-contact .text p:first-child {
    margin: 0;
}
.section-contact .text p > a {
    color: #000000;
    text-decoration: none;
}
.section-contact .text p {
    letter-spacing: 0px;
	margin: 0;
	line-height: 1.6;
}
.section-contact .section-content-wrap h1 {
    margin: 0;
	text-shadow: 1px 1px 50px black, 0 0 50px #000;
}
.section-contact ::-webkit-input-placeholder {
	color: #707070 !important;
}
/**section-testimonial**/
.section-testimonial {
    padding-bottom: 6rem;
}
.section-testimonial .responsive-bg .section-padding {
    padding: 5rem 0;
}
.section-testimonial .responsive-bg {
    background-size: 86rem;
    background-position: 50% 100%;
}
.section-testimonial .testimonial-inner {
    width: 54rem;
    margin: 0 auto;
}
.section-testimonial .testimonial-inner .arrow {
    width: 2.5rem;
    height: 2rem;
    margin: 0 auto 0.5rem;
}
.section-testimonial .testimonial-inner p {
    font-size: var(--font-size-26);
	font-weight: var(--weight-600);
	/* letter-spacing: 0.52px; */
	/* line-height: 1.8rem; */
}
.section-testimonial .testimonial-inner h4 {
    margin: 0.5rem 0 0.2rem;
	font-size: var(--font-size-28);
}
.section-testimonial .testimonial-inner .position {
    font-size: var(--font-size-22);
}
.section-testimonial.reco-inner-section .testimonial-inner.center {
    width: 45.7rem;
    margin: 0 auto;
}
.section-testimonial.reco-inner-section .testimonial-inner.center p {
    font-size: var(--font-size-h3);
	/* line-height: 2.55rem; */
}

/**section-tab_reco**/

.section-tab_reco .tab-nav-wrap {
    padding: 0 6rem 0 8rem;
}
.section-tab_reco .tab-nav-wrap li.box .image {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0rem;
}
.section-tab_reco .tab-nav-wrap li.box {
    display: flex;
    align-items: center;
	padding: 1rem;
	color: var(--blue);
	font-size: var(--font-size-22);
	letter-spacing: 0.44px;
}
.section-tab_reco .tab-nav-wrap li.box.current_page_item.active, 
.section-tab_reco .tab-nav-wrap li.box:hover {
    background-color: var(--blue);
    color: var(--white);
	box-shadow: 0px 3px 10px #2D446626;
}
.section-tab_reco .tab-nav-wrap li.box:not(.active):hover {
	cursor: pointer;
}
.section-tab_reco .tab-nav-wrap li.box .image img.hoverimg {
    display: none;
}
.section-tab_reco .tab-nav-wrap li.box.current_page_item.active .image img.hoverimg, .section-tab_reco .tab-nav-wrap li.box:hover .image img.hoverimg {
    display: block;
}
.section-tab_reco .tab-nav-wrap li.box.current_page_item.active .image img, .section-tab_reco .tab-nav-wrap li.box:hover .image img {
    display: none;
}
.section-tab_reco .tab .inner-box .image {
    margin-bottom: 3rem;
}
.section-tab_reco .tab .inner-box .text {
    padding: 0 8rem 0 0rem;
}
.section-tab_reco .tab .inner-box .text > h2 {
    width: 100%;
    max-width: 42.8rem;
}
.section-tab_reco .tab .inner-box .text ul {
    display: flex;
    flex-wrap: wrap;
	margin: 2rem -0.6rem 0;
}
.section-tab_reco .tab .inner-box .text ul li {
    box-shadow: 0px 3px 10px #2D446626;
    list-style: none;
    /* padding: 2rem; */
    padding: 1.25rem;
    width: 31%;
	margin: 0 0.6rem;
	margin-bottom: 1.25rem;
}
/**anchord-menu-content**/
.section-anchors_menu​ {
    box-shadow: 0px 3px 10px #2D446626;
    position: sticky;
    top: 8rem;
    z-index: 91;
}
.anchord-menu-content .tab-nav-wrap {
    list-style: none;
    width: 100%;
    margin: 0;
	cursor: pointer;
}
.anchord-menu-content .tab-nav-wrap ul.flex-row {
    margin: 0;
}
.anchord-menu-content .tab-nav-wrap li.box {
    width: 25%;
    list-style: none;
	color: var(--blue);
	margin: 0;
	padding: 1.3rem 0;
    background-color: #fff;	
}
.anchord-menu-content .tab-nav-wrap li.box.current_page_item.active{
	background-color: var(--blue);
	color: var(--white);
}
.anchord-menu-content .tab-nav-wrap li.box:hover {
    background-color: var(--main-color-hover);
    color: var(--white);
}
.anchord-menu-content .tab-nav-wrap li.box h4 {
    margin: 0;
    font-weight: var(--weight-600);
    font-size: var(--font-size-28);
}

.anchord-menu-content .tab-nav-wrap li.box p {
    margin: 0;
	font-weight: var(--weight-600);
	font-size: 1.05rem;
}
.section-anchors_menu​ {
    box-shadow: 0px 3px 10px #2D446626;
    position: sticky;
    top: 5rem;
    z-index: 1;
}
body.admin-bar .section-anchors_menu​ {
    top: calc(5rem + 32px);
}

/**responsive-style****/

@media (min-width: 992px){
	.section-one.home-inner-section .header-image {
		min-height: 44vw;
	}
	.section-one.home-inner-section .text-inner.ani h1,
	.section-one.home-inner-section .text-inner.ani h2,
	.section-one.home-inner-section .text-inner.ani h3,
	.section-one.home-inner-section .button-wrap.ani {
		opacity: 0;
		transform: translateY(2rem);
		transition: 1.5s;
		transition-timing-function: ease-in;
		transition-duration: 1.5s;	
	}
	.section-one.home-inner-section .text-inner.ani h1 {transition-delay: 2.5s;}
	.section-one.home-inner-section .text-inner.ani h2 {transition-delay: 2.75s;}
	.section-one.home-inner-section .text-inner.ani h3 {transition-delay: 3.0s;}
	.section-one.home-inner-section .button-wrap.ani  {transition-delay: 3.25s;}
	
	.section-one.home-inner-section .text-inner.ani.active h1,
	.section-one.home-inner-section .text-inner.ani.active h2,
	.section-one.home-inner-section .text-inner.ani.active h3,
	.section-one.home-inner-section .button-wrap.ani.active  {
		transform: translateY(0rem);
		opacity: 1;
	}
	nav~section.section-one .header-image {
		min-height: 28vw;
		/* background-color: var(--bg-blue); */
	}
	
	
	.section-tab_reco .tabs-menu-wrap {
		position: relative;
	}
	.section-tab_reco .tabs-menu-wrap .tabs-menu {
		/* position: fixed; */
		/* top: 100px; */
		/* left: 0px; */
		/* z-index: 9999; */
	}
	.section-tab_reco.menu-in-view.menu-top .tabs-section-wrap {
		
	}
	.section-tab_reco.menu-in-view.menu-top .tabs-section-wrap .tabs-section {
		
	}
	
	.section-seven .content {
		overflow: hidden;
	}
}
@media (min-width: 2000px){
	nav~section.section-one .header-image {
		min-height: 200px;
		/* background-color: var(--bg-blue); */
	}
	.section-one.home-inner-section .header-image {
		min-height: 200px;
	}
}
@media (max-width: 991px){
	.p-as-h2 p,
	.h1-as-h2 h1, 
	h2, .h2 {
		font-size: 1.5rem;
	}
	
	.page-part .section-padding-top {
		padding-top: 2rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	.h3-as-h4 h3, 
	h4, .h4 {
		font-size: 1.25rem;
	}
	section p, 
	section li  {
		font-size:0.92rem;
	}
	section li, 
	footer li {
		margin: 0 0 0.25rem 0;
	}
	nav~section.section-one .header-image {
		min-height: 30vw;
		/* background-color: var(--bg-blue); */
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.section-padding-top {
		padding-top: 3rem;
	}
	.section-padding {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.large-p, .large-p p, .large-p li {
		font-size: 0.92rem;
	}
	
	.text-over-image .section-content-wrap {
		padding: 0rem 1.6rem 1rem 1.6rem;
	}
	.text-over-image .section-content-wrap .head h1 {
		font-size: 2.6rem;
		padding: 0;
		font-size: 2rem;
		letter-spacing: 1px;
	}
	.section-one.home-inner-section.text-over-image .section-content-wrap h2 {
		/* font-weight: var(--weight-400); */
		font-size: 3.5rem;
	}
	.section-one.home-inner-section.text-over-image .section-content-wrap h3 {
		font-size: 1.42rem;
		font-size: 1.1rem;
	}
	.text-over-image .section-content-wrap .header-container {
		padding: 0rem;
	}
	.box-shadow .inner-box h4 {
		font-size: 1.15rem;
	}
	.box-shadow a.read-more{
		font-size: 1.15rem;
	}
	.box-shadow .inner-box h4 {
		margin: 0 0 1.2rem;
	}
	.box-shadow .inner-box {
		/* padding: 1.5rem; */
	}
	.box a .cycle-icon {
	  box-shadow: 0px 2px 20px #53535366;
	}
	.cycle-icon.center {
	  margin: 0.75rem auto 0.35rem;
	}
	.slick-arrow {
		top: 94%;
	}
	
	/**section-one**/
	
	.section-one.partners-inner-section .text {
		padding: 0 0rem;
	}
	.section-one.jerusalem-banner-section.text-over-image .head h1 {
        font-size: 1.4rem;
        font-weight: var(--weight-500);
    }
	.section-one.jerusalem-banner-section h2 {
		font-size: 2.45rem;
		margin: 0;
	}
	
	/*section-two*/
	
	.section-two .box .image {
		/* width: 19rem; */
	}
	.section-two .box > .text {
		padding: 0 0rem 0 0;
	}
	.section-two .container-full .box .text {
		padding: 0 1.6rem 0 1.6rem;
		width: 100%;
	}
	
	/*section-three*/
	
	.section-three .inner-box .text {
		padding: 1.25rem 1.25rem 1rem;
		min-height: auto;
	}
	.section-three .section-padding {
		padding: 0 0 2rem;
	}
	
	.section-three .slick-slide.slick-current.slick-active.slick-center .overlay-img .image::after {
		opacity: 0;
	}
	
	/**section-four**/
	
	.section-four .box {
		border-left: 0px solid #707070;
	}
	.section-four .flex-20 {
		width: 50%;
	}
	.section-four .box .inner-box {
		padding: 0 1rem;
		text-align: center;
	}
	.section-four .content.flex-row {
		justify-content: center;
	}
	.section-four .head.margin-bottom {
		margin-bottom: 3rem;
	}
	
	/**section-five**/
	
	.section-five .inner-box .text {
		padding: 5rem 2rem;
	}
	.section-four .box .inner-box .icon-wrap {
		width: 5rem;
		height: 5rem;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*section-counter*/
	
	.section-counter .text span {
		font-size: 2rem;
	}
	.section-counter .box p {
		font-size: 0.9rem;
	}
	.section-counter .box {
		padding: 0 2rem;
	}
	.section-counter.case-studies-inner-page .flex-3 {
		width: 50%;
	}
	.section-counter.reco-inner-section .head {
		padding: 0 0rem;
	}
	.section-counter.case-studies-inner-page .box span.small-text {
		font-size: var(--font-size-22);
	}
	.section-counter.case-studies-inner-page .text {
		margin-bottom: 1rem;
	}
	
	/**section-six**/
	
	.section-six .responsive-bg {
		background-size: contain;
		background-position: center;
	}
	
	/**section-seven**/
	
	/**section-eight**/
	
	.section-eight h2 {
		margin: 0;
	}
	.section-nine .flex-6 .box .text {
		padding: 1.1rem 2rem 0 2rem;
	}
	.section-nine .box .text h3 {
		font-size: 1.5rem;
	}
	.section-nine .flex-4 .box .text {
		padding: 1.1rem 1rem 0 1rem;
	}
	.section-nine.partners-inner-section .text-wrap .text {
		padding: 0;
	}
	.section-nine .flex-4 .box .text h3, .section-nine.partners-inner-section .flex-4:first-child .text h3 {
		padding-right: 0rem;
	}
	.section-seven .margin-bottom-small {
		width: 50%;
	}
	.section-nine.jerusalem-inner-section .flex-6 .box .text-wrap, .partners-inner-section .flex-6 .box .text-wrap {
		padding: 1.5rem 2rem 0rem;
		width: 100%;
	}
	.section-nine .flex-6 .box .text {
        padding: 0 0 2rem;
    }
	.section-nine .readmore-height-wrap span.read-more {
		padding: 1.1rem 1.6rem 0 1.6rem;
		display: none;
	}
	.section-nine .readmore-height-wrap.active .text, .section-nine .readmore-wrap.case-studiesnational-height-wrap.active .text {
		height: auto;
	}
	.section-nine.partners-inner-section .text-wrap {
		width: 100%;
	}
	.section-nine.how-works-section .tamar-height-wrap {
		width: 100%;
		padding: 2rem 2rem;
	}
	
	/**section-ten**/
	
	.section-ten .flex-4 {
		width: 50%;
	}
	
	/**section-eleven**/
	
	.section-eleven .image {
		width: 100%;
	}
	
	/*section-anchors_menu*/
	
	.section-anchors_menu​ {
		/* position: unset; */
	}
	body .section-anchors_menu​ {
		top: 3.2rem;
	}
	body.admin-bar .section-anchors_menu​ {
		top: calc(3.2rem + 32px);
	}
	.anchord-menu-content .tab-nav-wrap {
		display: block;
	}
	.anchord-menu-content .tab-nav-wrap li.box {
		width: 100%;
	}
	
	
	.section-tab_reco .tab .inner-box .text {
		padding: 0 1.6rem 0 1.6rem;
	}
	.section-tab_reco .tab .inner-box .image {
		overflow: hidden;
	}
	.section-tab_reco .tab .inner-box .image img {
		/* height: 12rem; */
		width: 140%;
		margin-left: -20%;
		max-width: initial;
	}
	.section-tab_reco .tab .inner-box .text ul {
		display: block;
		margin: 3rem 0 0;
	}
	.section-tab_reco .tab .inner-box .text ul li {
		width: 100%;
		margin: 0 0rem;
		padding: 1.5rem;
	}
	.section-testimonial.reco-inner-section .testimonial-inner.center p {
		font-size: 1.25rem;
	}
	.mobile-tab-wrap.tab-nav-wrap {
		/* position: relative; */
		z-index: 1;
		height: 72px;
		padding: 0;
		background: #fff;
	}	
	.mobile-tab-wrap.tab-nav-wrap.active {
		height: auto;
	}
	.tab-nav-wrap ul{
		position: relative;
		z-index: 1;
		padding-top: 4rem;
		max-height: 0;
		overflow: hidden;
		transition: max-height 1s ease-out;
		margin:0;
		display: block;
		box-shadow: 0px 3px 10px #2D446626;
	}
	.tab-nav-wrap ul li.box.current_page_item  {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tab-nav-wrap.active ul {
		transition: max-height 1sease-out;
		height: auto;
		max-height: 746px;
		width: 100%;
		box-shadow: 0px 3px 10px #2D446626;
	} 
	.tab-nav-wrap ul li.current_page_item:after, 
	.tab-nav-wrap li.active:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        right: 1rem;
        top: calc(50% - 1.05rem);
        width: 3rem;
        height: 1rem;
        background-image: url(.././img/white-arrow-down.png);
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.5s;
    }
	.tab-nav-wrap.active ul li.current_page_item:after, 
	.tab-nav-wrap.active li.active:after {
        transform: scale(-1);
    }
	.section-tab_reco .tab-nav-wrap li.box {
		margin: 0;
		padding: 1rem 1.6rem;
		background-color: #fff;
		color: var(--black);
	}
	.section-tab_reco .tab-nav-wrap li.box:hover {
		/* background-color: transparent; */
		/* color: var(--blue); */
		/* box-shadow: none; */
	}
	.anchord-menu-content .tab-nav-wrap li.box .text {
		text-align: left;
		padding: 0rem 1.6rem;
	}
	.anchord-menu-content .tab-nav-wrap li.box h4 {
		font-size: var(--font-size-22);
	}
	.anchord-menu-content .tab-nav-wrap li.box p {
		font-size: 0.9rem;
	}
	.anchord-menu-content .tab-nav-wrap li.box {
		padding: 0.8rem 0;
		color: var(--black);
	}
	.anchord-menu-content .tab-nav-wrap li.box:hover {
		background-color: #fff;
		color: var(--blue);
	}
	.anchord-menu-content .tab-nav-wrap ul{
		padding-top: 4.4rem;
	}
	
	
	/**section-evenodd**/
	
	.section-twelve .content.col-margin-small-wrap {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
	
	/**section-evenodd**/
	
	.section-evenodd.odd .box .image {
		padding-right: 1rem;
	}
	.section-evenodd.odd .box .text {
		padding: 0 1.6rem 0 1.6rem;
	}
	.section-evenodd.even .box .text {
		padding: 0 0rem 0 1.6rem;
	}
	.section-evenodd.even .box .image {
		padding-left: 1rem;
	}
	
	/**section-contact**/
	
	.section-contact .section-content-wrap {
		position: unset;
	}
	.section-contact .section-content-wrap .content {
		width: 100%;
		padding: 2rem 1.5rem 1rem;
	}
	.section-contact .form-box {
		width: 100%;
		margin: 2rem 0 0rem;
	}
	.section-contact .section-content-wrap h1 {
		/* color: var(--black); */
		/* text-shadow: unset; */
	}
	.section-contact .text {
		padding-right: 0rem;
	}
	.section-testimonial {
		padding-bottom: 3rem;
	}
	
	/**section-testimonial**/
	
	.section-testimonial .testimonial-inner {
		width: 90%;
	}
	.section-testimonial .responsive-bg {
		/* background-size: contain; */
		background-size: 100% 100%;
	}
	.section-testimonial .responsive-bg .section-padding {
		/* padding: 3rem 0 4rem; */
	}
	.section-testimonial .testimonial-inner p, 
	.section-testimonial .testimonial-inner .position {
		font-size: 0.92rem;
	}
	.section-testimonial.reco-inner-section .testimonial-inner.center {
		width: 100%;
		padding: 0 1.6rem;
	}
	
	/**section-specification**/
	
	.section-tab_reco .mobile-tab-wrap-all {
		height: 72px;
	}
	.section-tab_reco .tab-nav-wrap {
		/* padding: 0 1.6rem 0 1.6rem; */
		padding: 0;
	}
	.section-tab_reco .tab .inner-box .text ul li {
		padding: 1rem;
		/* width: 44%; */
		width: 100%;
	}
	.section-tab_reco .mobile-tab-wrap.tab-nav-wrap {
		/* box-shadow: 0px 3px 10px #2D446626; */
		z-index: 1;
		width: 100%;
		width: 765px;
	}
	body .section-tab_reco .mobile-tab-wrap.tab-nav-wrap {
		top: 58px;
	}
	body.admin-bar .section-tab_reco .mobile-tab-wrap.tab-nav-wrap {
		top: 104px;
	}
	.section-tab_reco .mobile-tab-wrap.tab-nav-wrap.fixed {
		position: fixed;
	}
	
	/**section-specification**/

	.section-specification .popup .inner {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: calc(100% - 30px);
		height: 80%;
		margin: 13% auto 7%;
	}
	.section-specification .popup .inner > .box {
		padding: 0rem;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}
	.section-specification .popup .inner > .box .content {
		background-color: #fff;
		width: 100%;
		height: 100%;
		margin: auto;
		overflow: scroll;
	}
	.section-specification .popup .inner > .box .content canvas {
		width: 300%;
	}
	.section-specification .popup .inner .box .close-button {
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
	}
	.section-specification .open-popup {
		display: block;
		position: relative;
		z-index: 2;
		width: 30px;
		height: 30px;
		margin-left: auto;		
		margin-right: 2px;
		margin-bottom: -32px;
	}
	.section-specification .svg-open-popup {
		display: block;
		width: 30px;
		height: 30px;
	}
	
}
@media (max-width: 767px){
	h1, .h1 {
		font-size: 2rem;
	}
	.p-as-h2 p,
	.h1-as-h2 h1, 
	h2, .h2 {
		font-size:1.7rem;
	}
	h3, .h3, h2 {
		font-size:2rem;
	}
	strong {
		font-weight: 600;
	}
	nav~section.section-one .header-image {
		min-height: 100vw;
	}
	.col-margin-medium-wrap {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.col-margin-medium {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.col-margin-wrap, .col-margin {
		margin-right: 0;
		margin-left: 0;
	}
	.margin-bottom-small {
		margin-bottom: 1rem;
	}
	.section-padding-top {
		padding-top: 3rem;
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.social-icons a {
		height: 1.85rem;
		max-width: 1.85rem;
	}
	.overlay-tex {
		padding: 0 2rem;
	}
	.button, a.button {
		letter-spacing: 0;
		font-size:1rem;
		padding: 0.72rem 1rem;
	}
	.button.regular:before {
		width: 2rem;
		height: 2rem;
	}
	.button.regular-large {
		padding: 0.7rem 1.8rem;
	}
	.button span.arrow {
		width: 0.85rem;
		height: 0.85rem;
		margin-left: 0.5rem;
	}
	.error-wrap p {
		padding: 0 0rem;
	}
	.section-padding-bottom {
		padding-bottom: 2rem;
	}
	.padding-col {
		padding: 0 0rem;
	}
	
	/**section-one **/
	
	.section-one.reco-banner-section .head {
		padding: 5rem 0 0;
	}
	.section-one.reco-banner-section .head h2 {
		font-size: 1.35rem;
	}
	
	/**section-two **/
	
	.section-two.home-inner-section .section-padding{
		padding: 0rem 0 8rem;
	}
	.section-two .section-padding {
		padding: 0rem 0 3rem;
	}
	.section-two .responsive-bg {
		background-size: auto;
        background-position: 100% 100%;
	}
	.section-two.home-inner-section .box .image {
		width: 100%;
	}
	.section-two .box > .text {
		padding: 0 0rem 0 0;
	}
	.section-two .image {
		margin-bottom: 1rem;
	}
	.section-two .container-full .box .text {
		width: 100%;
		padding: 1rem 1.6rem 0 1.6rem;
	}
	.section-two.home-inner-section .box h3 {
		font-size: 2rem;
		padding-right: 0rem;
	}
	
	/**section-three**/
	
	.section-three .section-padding {
		padding: 0 0 3rem;
	}
	.section-three .head h2 {
		text-align: left !important;
	}
	.section-three .content.col-margin-small-wrap {
		margin-right: -1.6rem;
		margin-left: -1.6rem;
	}
	
	/**section-four**/
	
	.section-four .image {
		width: 80%;
		height: auto;
		margin: 0 auto 5rem;
	}
	.section-four .responsive-bg {
		background-size: auto;
		background-position: 30% 13%;
	}
	.section-four .mobile-md.head p {
		display: none;
	}
	.section-four .mobile-md.head h2 {
		display: block;
	}
	.section-four .head h2 {
		display: none;
	}
	.section-four .section-padding {
		padding: 0rem 0 1rem;
	}
	
	/**section-five**/
	
	.section-five .head h2 {
		margin: 0 0 0rem;
	}
	.section-five .inner-box .text {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0rem 5rem;
	}
	.section-five .inner-box .text .button-wrap {
		position: unset;
		padding-bottom: 0rem;
	}
	.section-five .inner-box .text h3 {
		font-size: 2rem;
	}
	.section-five .box {
		margin: 0 0rem 0.1rem;
	}
	.section-five .inner-box .image-wrap {
		overflow: hidden;
	}
	.section-five .image-wrap img {
		width: 140%;
		height: auto;
		margin-left: -20%;
		max-width: initial;
	}
	
	/**section-six**/
	
	.section-six {
		padding: 0 0 4rem;
	}
	.section-six .section-padding {
		padding: 8.5rem 0;
	}
	.section-six .footer-banner {
		width: 100%;
		padding: 0 2rem;
		text-align: center;
	}
	.section-six .responsive-bg {
        /* background-size: 46vh; */
        background-size: 100% 100%;
        background-position: center;
    }
	.section-six .footer-banner .button-wrap {
		display: block;
	}
	.section-six .button-wrap .button {
		margin: 0 0 1rem;
		justify-content: center;
	}
	
	/**section-seven**/
	
	.section-seven.reco-main-features-section .inner-box.box-shadow {
		box-shadow: inherit;
		padding: 0rem 0.5rem;
	}
	.section-seven.reco-main-features-section .head {
		margin-bottom: 2rem;
	}
	.section-seven .inner-box p {
		margin-top: -5px;
	}
	
	/**section-eight**/
	
	.section-eight .box {
		height: auto;
		/* padding: 1.5rem; */
		padding: 1rem 1.5rem;
	}
	.section-eight .inner-box {
		/* align-items: flex-start; */
		margin-bottom: 0rem;
	}
	.section-eight .box-shadow .inner-box h4 {
        margin: -0.2rem 0 0.2rem;
		font-size: 1.25rem;
    }
	.section-eight .inner-box .icon-wrap {
		margin-right: 0.8rem;
	}
	.section-eight .inner-box .icon-wrap.lottie-wrap {
		width: 5rem;
		height: 5rem;
		margin-left: -1.0rem;
		margin-right: -0.1rem;
	}
	
	/**section-nine**/
	
	.section-nine.partners-inner-section .section-padding {
		padding: 0;
	}
	.section-nine .box .text h3 {
		font-size: 1.6rem;
	}
	.section-nine .box {
		margin: 0 0.1rem 0rem;
	}
	.section-nine.jerusalem-inner-section .section-padding {
		padding-top: 0;
	}
	.section-nine .readmore-wrap.case-studies-height-wrap.active .text, .section-nine .readmore-wrap.case-studiesnational-height-wrap.active .text {
		height: auto;
	}
	.section-nine.jerusalem-inner-section .head h2 {
		text-align: left !important;
	}
	.section-nine.partners-inner-section .text-wrap, .section-nine.how-works-section .tamar-height-wrap {
		width: 100%;
		padding: 2rem 1.6rem;
	}
	
	/**section-ten **/
	
	.section-ten .box .inner-box {
		padding: 2rem 1rem;
	}
	.section-ten .flex-4 {
        width: 100%;
    }
	.section-ten .icon-wrap {
		width: 1.5rem;
		height: auto;
		margin: 0 auto 0.5rem;
	}
	
	/**section-eleven **/
	
	.section-eleven .readmore-height-wrap {
		padding-left: 0rem;
	}
	.section-eleven .content {
		padding-bottom: 3rem;
	}
	.section-eleven .readmore-wrap.tamar-height-wrap.active .read-more {
		display: block !important;
	}
	.section-eleven .readmore-wrap.tamar-height-wrap.active {
		padding-left: 0rem;
	}
	
	/**section-twelve **/
	
	.section-twelve.menu-location.tabs .head h2 {
		margin: 0;
		text-align: left !important;
	}
	.section-twelve .box {
		border-left: 0px solid #707070;
		padding: 2rem 1rem;
		box-shadow: 0px 3px 10px #2D446626;
		margin: 0.5rem;
	}
	.section-twelve .features-slider .slick-list.draggable {
		padding-right: 4rem;
		width: 100% !important;
	}
	.section-twelve.moduleseachtask.menu-location.tabs {
		padding-bottom: 0;
	}
	
	/**section-counter **/
	
	.section-counter .content {
		justify-content: center;
	}
	.section-counter .flex-3, .section-counter .flex-20 {
		width: 50%;
		margin-bottom: 1rem;
	}
	.section-counter .display-flex.align-items-center.justify-content-center {
		justify-content: center;
	}
	.section-counter .box {
		padding: 0 1rem;
	}
	.section-counter.reco-inner-section .head {
		padding: 0 ;
		margin: 0 0 2rem;
	}
	
	/**section-evenodd**/
	
	.section-evenodd.odd .box .text {
		padding: 0 1.6rem 0 1.6rem;
	}
	.section-evenodd.even .box .image {
		padding-left: 0rem;
		margin-bottom: 1rem;
	}
	.section-evenodd.even .box .text {
		padding: 0 1.6rem 0 1.6rem;
	}
	.section-evenodd.odd .box .image {
		padding-right: 0rem;
		margin-bottom: 1rem;
	}
	
	/**section-tab_reco**/
	
	body .section-anchors_menu​ {
		top: 57px;
	}
	body.admin-bar .section-anchors_menu​ {
		top: calc(57px + 46px);
	}
	
	/**section-specification**/
	
	.section-specification .specif-wrap .inner-box, 
	.section-specification .button-wrap-right {
		display: block;
	}
	.download-button-wrap {
		display: flex;
		justify-content: center;
	}
	.section-specification .button-wrap {
		justify-content: center;
	}
	.section-specification button {
		width:180px;
		justify-content: center;
	}
	.section-specification a.download-button {
		width: 180px;
		margin: 0 0 0.8rem;
		text-align: center;
	}
	.section-specification .specif-wrap .inner-box h4 {
		font-size: 2rem;
		margin: 0 0 1rem;
		text-align: center;
	}
	.menu-location.tabs .head h2, 
	.menu-location.tabs .head p {
		text-align: left !important;
	}
	
	
	.section-tab_reco .mobile-tab-wrap.tab-nav-wrap {
		width: calc(100% + 10px);
	}
}

@media (max-width: 480px){
	
	.button, a.button {
        padding: 0.72rem 2rem;
    }
	
	/**section-four**/
	
	.section-four .box .inner-box {
		padding: 0 0.5rem;
	}
	
	/**section-five**/
	
	.section-five .inner-box .text {
        padding: 0rem 1rem;
    }
	.section-content-wrap .button-wrap.center {
		display: block;
	}
	.section-content-wrap .button-wrap .button {
		margin: 0 0 0.95rem;
		justify-content: center;
	}
	.section-seven .margin-bottom-small {
		/* width: 100%; */
	}
	.section-seven.reco-main-features-section .flex-20 {
		width: 50%;
	}
	.section-testimonial .section-padding {
        padding: 5rem 0;
    }
	.section-twelve .features-slider .slick-list.draggable {
        /* padding-right:4rem; */
    }

}
