*,*::before,*::after{box-sizing:border-box;}
a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}
p{margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}
html {  font-size: 6.25%; /* =1px*/ }

body {
  font-family: 'Changa', sans-serif;
  font-size: 0;
  font-weight: 500;
  margin: 0;
  direction: rtl;
  letter-spacing: 0px;
  line-height: 1.3;
  color: #081619;
  background: #fff url("../images/bkg.jpg") no-repeat center top;
 /* background: #fff url("../images/bkg_demo.jpg") no-repeat center top;
  background: #fff;*/
}

strong {  font-weight: 700; }

/*a[href="#warper"] { display: inline-block; }*/
#warper {
    transform-origin: center top;
    max-width: 1920px;
    margin: auto;
}

.clearBoth {
  clear: both;
  height: 1px; 
}

.sectionAnchor {
  position: relative;
  top: -126px; 
}

#ui-datepicker-div {
    font-size: 13px;
}

.container {
  margin: 0 auto;
  max-width: 1210px; 
}
.logo-warpper {
    max-width: 2160px;
    margin: 0 auto;
}
.logo {
    background: #fff;
    display: inline-block;
    padding: 12px 55px;
    border-bottom-left-radius: 22px;
}

.logo img{
	width: 116px;
}
.slogen img{
	width: 552px;
}

.slogen-container {
    display: flex;
    justify-content: space-between;
    max-width: 864px;
    margin-right: 6%;
    margin-top: 20px;
}

.slogen-container-text {
    font-size: 100px;
    font-weight: 700;
    text-align: left;
    line-height: 1.05;
    margin-top: 28px;
    color: #24408e;
}

.sec1-texts {
    background: url("../images/white_flah.png") no-repeat center center;
    font-size: 80px;
    text-align: center;
    line-height: 1.06;
    max-width: 838px;
    margin-right: 117px;
    background-size: cover;
    padding: 18px 18px 18px 0px;
    box-sizing: border-box;
    margin-top: -5px;
    font-weight: 400;
    color: #24408e;
}

.sec1-texts strong{
	font-weight: 600;
}

.sec1-bottom-text {
    font-size: 60px;
    text-align: left;
    font-weight: 700;
    margin-left: 10%;
    margin-top: 43px;
    color: #fff;
}

.topBarStatic {
    background: #EDF9FF url("../images/top_bar.png") repeat-x center top;
    height: 126px;
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

#logos {
    float: right;
    margin-top: 21px;
    margin-right: 28px;
}

.top-bar-left {
    float: left;
    width: 48%;
}

nav.top ul {
    font-size: 21px;
    letter-spacing: 0px;
    margin-top: 45px;
    margin-right: 0;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 14.5%;
}
  
nav.top ul li {
    text-align: center;
    padding: 0px 17px 0 0;
	background: url("../images/menu_arr.png") no-repeat right center;
}

nav.top ul li:first-child{
	margin-right: 0;
}  
nav.top ul li:last-child {
      margin-left: 0px;
}

nav.top ul li > a, nav.top ul li.active > a, #main-menu li.current_page_item a {
  color: #fff; 
}
nav.top ul li:hover a{ color: #F2B745; }

.section1 {
    /* margin-top: 126px; */
    min-height: auto;
    /* background: url("../images/sec1.jpg") no-repeat center top; */
}

.sec1-left {
    float: left;
    width: 53%;
    position: relative;
    z-index: 99;
}

.main-title {
    font-size: 25px;
    margin-top: 67px;
    color: #fff;
    font-weight: 600;
    /* margin-left: 70px; */
}


.main-title span {
    /* background: rgb(0,33,61); */
    background: #24408e;
    display: inline-block;
    margin-top: 11px;
    padding: 2px 18px;
}
.main-title span:first-of-type{
	margin-top: 0;
}

.main-title span:last-of-type{
	background: #24408e;
	color: #fff;
}


.section2 {
	/* min-height: 463px; */
	/* background: #e3e7fa; */
}

.inner-container {
    max-width: 89%;
    margin: auto;
}

.sec2-title {
	color: #275877;
    font-weight: 700;
    line-height: 1.6;
    font-size: 30px;
    margin-top: 43px;
}

.sec2-sep {
    height: 9px;
    width: 120px;
    background: #00a2f3;
    margin: 23px 12px 0 0;
}

.sec2-text {
    font-size: 25px;
    margin-top: 20px;
	color: #3c6e8f;
}

.form-container {
    background: rgba(255,255,255, 0.72);
    /* height: 130px; */
    margin: 17px auto 0;
    border-radius: 20px;
    padding: 35px 35px;
}

.form-container.form-container-2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body.thanksPage .form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-title {
	color: #24408e;
	font-size: 31px;
	font-weight: 700;
	text-align: center;
}
.form-title.form-title-bottom {
    margin-top: 180px;
}

form#ContactForm, form#ContactForm2 {
    margin: 0px auto 0;
    display: flex;
    justify-content: space-between;
}

input, #ContactForm select, #ContactForm2 select {
    color: #24408e;
    width: 13%;
    height: 58px;
    /* border: 1.4px solid #0092db; */
    border: 0;
    background: rgba(255,255,255,1);
    font-size: 18px;
    font-family: 'Changa', sans-serif;
    text-indent: 6px;
    border-radius: 12px;
    font-weight: 600;
}

input:focus{
	background: #ffe;
}

input::placeholder,  #ContactForm select, #ContactForm2 select {
  font-weight: 500;
 color: #24408e;
}

input[type="submit"]{
	/* width: 212px; */
	text-indent: 0;
	font-weight: 600;
	color: #fff;
	background: #0092db;
	cursor: pointer;
}

input[type="submit"]:hover{
	background: #35bcff	;
}


.section3 {
	/* min-height: 674px; */
	/* background: #fff; */
}

.sec3-about-container {
    background: rgba(255,255,255, 0.72) url("../images/semel.png") no-repeat 90% center;
    /* height: 130px; */
    margin: 180px auto 0;
    border-radius: 20px;
    padding: 65px 35px 70px;
}

.sec3-title {
    color: #24408e;
    /* text-align: center; */
    font-size: 41px;
    font-weight: 700;
    margin-top: 0;
}

.sec3-text {
    font-size: 22px;
    margin: 0% auto 0;
    max-width: 57%;
    margin-left: 6%;
    line-height: 1.6;
    float: left;
}

.sec3-text p{
    margin-top: 4%;
}

.sec3-text p:first-of-type{
    margin-top: 5%;
}

ul.sec3-nav {
    margin: 31px auto 0;
    display: flex;
    justify-content: space-between;
}

ul.sec3-nav li {
	background: #fff url("../images/sec3_li_1.png") no-repeat center 21px;
    width: 272px;
    height: 198px;
    text-align: center;
    font-size: 25px;
    color: #0376B7;
    font-weight: 500;
    cursor: pointer;
	border-radius: 16px;
	box-shadow: 0px 0px 65px -11px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0px 0px 65px -11px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 65px -11px rgba(0,0,0,0.29);
}

ul.sec3-nav li.active {
    background: #0871a5;
	background:  #0871a5 url("../images/sec3_li_1_active.png") no-repeat center 21px;
    color: #e6e6e6;
    cursor: default;
}

ul.sec3-nav li:nth-child(2){
	background-image: url("../images/sec3_li_2.png");
	background-position: center 22px;
}

ul.sec3-nav li:nth-child(2).active{
	background-image: url("../images/sec3_li_2_active.png");
}

ul.sec3-nav li:nth-child(3){
	background-image: url("../images/sec3_li_3.png");
	background-position: center 26px;
}

ul.sec3-nav li:nth-child(3).active{
	background-image: url("../images/sec3_li_3_active.png");
}

ul.sec3-nav li:nth-child(4){
	background-image: url("../images/sec3_li_4.png");
	background-position: center 30px;
}
ul.sec3-nav li:nth-child(4).active{
	background-image: url("../images/sec3_li_4_active.png");
}


.tab-btn-title {
    font-weight: 600;
    margin-top: 88px;
}

.tab-btn-sep {
    height: 4px;
    width: 124px;
    background: #00a2f3;
    margin: 27px auto 0;
}

.tab-btn-subtitle {
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
}

.tabs-container {
    max-width: 88%;
    margin: 38px auto 0;
}

.tab-title {
	color: #063a5c;
    font-size: 25px;
    font-weight: 600;
}

.tab-texts {
	color: #3c6e8f;
    font-size: 25px;
    font-weight: 400;
    margin-top: 13px;
    line-height: 1.35;
}


.section4 {
	min-height: 412px;
    background: #fff;
}

.sec4-sqr {
    background: #004b7b url("../images/sec4.jpg") no-repeat right center;
    border-radius: 34px;
    min-height: 412px;
}

.sec4-container {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.sec4-title {
	color: #ffc600;
    font-size: 43px;
    font-weight: 700;
    margin-top: 23px;
}

.sec4-text {
    font-size: 19.8px;
    margin-top: 14px;
    line-height: 1.7;
    color: #e3f4ff;
}


.section5 {
	min-height: 360px;
    background: #fff;
}

.sec5-title {
	color: #063a5c;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin: 57px auto 0;
}

.sec5-boxes {
	color: #063a5c;
    max-width: 960px;
    margin: 45px auto 0;
    font-size: 24px;
    line-height: 1.35;
    display: flex;
    justify-content: space-between;
}

.sec5-box {
    text-align: center;
    justify-content: center;
    width: 33%;
    display: flex;
    align-items: center;
    min-height: 128px;
    border-left: 2px solid #063a5c;
    padding-left: 0;
}

.sec5-box:last-of-type{
	border: 0;
}
 .icon i {
    font-size: 3em;
    color: #1F1142;
}

.section6 {
    min-height: 234px;
    background: #24408e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logos img{
	width: 148px;
}


body.white-theme .sec4-sqr, body.white-theme .section6, body.white-theme ul.sec3-nav li, body.white-theme .topBarStatic, body.white-theme input[type="submit"], body.white-theme .main-title span{
	background: #fff;
}

body.white-theme #logos, body.white-theme .footer-logos{
	filter: grayscale(100%);
}
    

body.white-theme .tab-btn-sep, body.white-theme .sec2-sep{
	background: #000;
}

body.white-theme nav.top ul li > a, body.white-theme .main-title span:last-of-type, body.white-theme input[type="submit"]{
	color: #000;
}
body.white-theme ul.sec3-nav li.active, body.white-theme input{
	border: 1px solid #000;
}


body.dark-theme .sec4-sqr, body.dark-theme .section6, body.dark-theme ul.sec3-nav li, body.dark-theme .topBarStatic, body.dark-theme input[type="submit"], body.dark-theme .main-title span{
	background: #000;
}

body.dark-theme #logos, body.dark-theme .footer-logos{
	filter: grayscale(100%);
}
    

body.dark-theme .tab-btn-sep, body.dark-theme .sec2-sep{
	background: #fff;
}

body.dark-theme .form-container{
	background: #222;
}

body.dark-theme nav.top ul li > a, body.dark-theme .main-title span:last-of-type, body.dark-theme input[type="submit"]{
	color: #fff;
}
body.dark-theme ul.sec3-nav li.active, body.dark-theme input{
	border: 1px solid #fff;
}


.slider-sec1 {
    min-height: 668px;
    width: 100%;
    direction: ltr;
    position: absolute;
    top: 126px;
    z-index: 1;
}

.slide{
	min-height: 864px;
}

.slide1 {background: url("../images/sec1.jpg") no-repeat top center;}
.slide2 { background: url("../images/sec1_reverse.jpg") no-repeat top center;}
.slide3 { background: url("../images/sec1.jpg") no-repeat top center;}


@media (max-width: 1600px) {
	body {
		background-size: 1600px;
	}
	
	.logo img {
		width: 76px;
	}
	
	.sec1-texts {
		font-size: 50px;
		max-width: 538px;
		margin-right: 10%;
		padding: 18px 18px 18px 0px;
		margin-top: -5px;
	}
	
	.slogen-container {
		max-width: 634px;
		margin-right: 10%;
		margin-top: 20px;
	}
	
	.slogen-container-text {
		font-size: 70px;
		margin-top: 28px;
	}
	
	.slogen img {
		width: 408px;
	}
	
	.sec3-about-container {
		margin: 110px auto 0;
	}
	
	.form-title.form-title-bottom {
		margin-top: 110px;
	}
}


@media (max-width: 1360px) {
	.sec1-bottom-text {
		font-size: 36px;
		margin-left: 22%;
		margin-top: 20px;
	}
	
	.logo {
		padding: 9px 40px;
	}
	
	.slogen-container {
		max-width: 534px;
		margin-right: 6%;
		margin-top: 10px;
	}
	
	.slogen-container-text {
		font-size: 60px;
		margin-top: 28px;
	}
	
	.slogen img {
		width: 338px;
	}
	
	.sec1-texts {
		font-size: 40px;
		max-width: 437px;
		margin-right: 7%;
		padding: 18px 18px 18px 15px;
		margin-top: -3px;
	}
}

@media (max-width: 1280px) {
	
		 
	.container {
		max-width: 96%;
	}
	
	.inner-container {
		max-width: 92%;
	}
	
	.sec1-bottom-text {
		font-size: 30px;
		margin-left: 22%;
		margin-top: 60px;
	}
	
	.form-title {
		/* font-size: 24px; */
		/* margin-top: -40px; */
	}
	
	.section2 {
		min-height: auto;
		padding-bottom: 5%;
	}
	
	.form-container {
		height: auto;
		padding: 2% 3%;
	}
	
	form#ContactForm, form#ContactForm2 {
		margin: 0px auto 0;
		flex-wrap: wrap;
	}
	
	input, #ContactForm select, #ContactForm2 select {
		width: 33%;
		margin-top: 8px;
	}
	
	input[type="submit"] {
		width: 100%;
	}
	
	.sec3-text {
		font-size: 20px;
		max-width: 57%;
		margin-left: 2%;
		line-height: 1.6;
	}
	
	.sec2-sep {
		margin: 23px 0 0 0;
	}
}



@media (max-width: 1152px) {
	body {
		background-size: 1152px;
	}
	
	.slogen-container {
		max-width: 476px;
		margin-right: 8%;
		margin-top: 10px;
	}
	
	.slogen-container-text {
		font-size: 52px;
		margin-top: 28px;
	}
	
	.slogen img {
		width: 308px;
	}
}

@media (max-width: 1024px) {
	body {
		background-size: 1024px;
	}
	.slogen-container {
		max-width: 415px;
		margin-right: 7%;
		margin-top: 8px;
	}
	
	.slogen-container-text {
		font-size: 42px;
		margin-top: 28px;
	}
	
	.slogen img {
		width: 278px;
	}
	
	.sec1-texts {
		font-size: 36px;
		max-width: 407px;
		margin-right: 6%;
		padding: 18px 18px 18px 15px;
		margin-top: -3px;
	}
	
	.logo img {
		width: 66px;
	}
	
	input, #ContactForm select, #ContactForm2 select {
		height: 46px;
	}
	
	.form-container {
		padding: 1% 3%;
	}
	
	.sec3-about-container {
		margin: 30px auto 0;
		padding: 55px 35px 60px;
	}
	
	.sec3-text {
		font-size: 19px;
		line-height: 1.55;
	}
	
	.sec3-text p:first-of-type {
		margin-top: 3%;
	}
}

@media (max-width: 900px) {
	body {
		background-size: 115%;
		background-position: 90% top;
	}
	
	.inner-container, .container {
		max-width: 95%;
	}
	
	.sec3-about-container {
		margin: 10px auto 0;
		padding: 7% 3% 7%;
		background-size: 29%;
	}
	
	.sec3-text {
		font-size: 18px;
		line-height: 1.55;
		max-width: 59%;
		margin-left: 0%;
	}
	
	.sec3-title {
		font-size: 32px;
	}
	
}




@media (max-width: 800px) {
	body {
		background-size: 115%;
		background-position: 90% -8vw;
	}
	
	.sec1-bottom-text {
		font-size: 26px;
		margin-left: 0;
		margin-top: 30px;
	}
	
	.slogen-container {
		max-width: 415px;
		margin-right: auto;
		margin-left: auto;
		margin-top: -10px;
	}
	
	.sec1-texts {
		margin: 0 auto 0;
	}
	
	.form-title.form-title-bottom {
		margin-top: 40px;
	}
	
	input, #ContactForm select, #ContactForm2 select {
		height: 44px;
		width: 32.5%;
	}
}




@media (max-width: 660px) {
	
	.sectionAnchor {
	  top: -72px; 
	}
	
	body {
		background-image: url("../images/bkg_resp.jpg");
		background-size: 120%;
		background-position: 87% -8vw;
		background-color: #693d1a;
	}
	
	.logo {
		padding: 8px 20px;
	}
	
	.logo img {
		width: 60px;
	}
	
	.slogen-container {
		max-width: 82vw;
		margin: 12% auto 0;
	}
	
	.slogen-container-text {
		font-size: 9vw;
		margin-top: 5%;
	}
	
	.slogen {
		text-align: center;
		margin: auto;
	}
	
	.slogen img {
		width: 50vw;
	}
	
	.sec1-texts {
		font-size: 5.8vw;
		max-width: 82%;
		margin-right: auto;
		margin-left: auto;
		padding: 2vw 17vw;
		margin-top: 0px;
	}
	
	.sec1-bottom-text {
		text-align: center;
		margin-top: 2vw;
		font-size: 22px;
	}
	
	.form-title {
		/* font-size: 24px; */
		/* margin-top: 5vw; */
		text-align: center;
		/* color: #fff; */
	}
	
	.sec3-text {
		max-width: none;
	}
	
	.sec3-about-container {
		margin: 5% auto 0;
		padding: 9% 10% 9%;
		background-size: 18%;
		background-position: center 5%;
	}
	
	.sec3-title {
		font-size: 32px;
		margin-top: 21vw;
		text-align: center;
	}
	
}


@media (max-width: 600px) {
	
	input, #ContactForm select, #ContactForm2 select {
		width: 100%;
		margin-top: 7px;
	}
	input:first-of-type{
		margin-top: 0;
	}
	
	.form-container {
		padding: 6% 7%;
	}
	
	.inner-container, .container {
		max-width: 92%;
	}
	
	.form-title {
		font-size: 26px;
		text-align: center;
	}	
	
	
	.menuNagishut {
		width: 282px;
		position: fixed;
		top: 80px;
		right: -250px;
		z-index: 9;
		height: 100%;
		font-size: 13px;
	}
	
	.menuNagishut .menu-btnN {
		width: 32px;
		height: 32px;
		background-size: 40px;
	}
	.menuNagishut .hamburger {
		padding-top: 0px;
		width: 32px;
		height: 32px;
		margin: auto;
		margin-top: 0px;
	}
}


@media (max-width: 480px) {
	.sec3-text {
		font-size: 16px;
		line-height: 1.6;
	}
	
	.form-title {
		/* margin-top: 15vw; */
	}
	
	.sec1-texts {
		font-size: 6.7vw;
		max-width: 85%;
		margin-right: auto;
		margin-left: auto;
		padding: 3vw 12vw;
		margin-top: 0px;
		line-height: 1.3;
	}
	
	.slogen-container {
		max-width: 88vw;
		margin: 12% auto 0;
	}

	.slogen-container-text {
		font-size: 10vw;
		margin-top: 5%;
	}
	
	.slogen img {
		width: 56vw;
	}
}






















