body{
	/*background-image: linear-gradient(#E56445, #E86546);
	background-repeat: no-repeat;
    background-attachment: fixed;
	*/
	font-family: Heebo;
	padding-top: 140px;
}

h1{font-family: Heebo;}
img.cropped-image {
	width: 100%; /* Desired width of the image element */
	object-fit: cover; /* Scales the image to fill the element, cropping if necessary */
	object-position: center top; /* Positions the image within the element (e.g., center horizontally, top vertically) */
  }


/*.CoverPic{
	height: 650px;
}*/

.table-header{background-color:#002D5B;color:#fff;font-size:18px;text-align:center;padding:10px}

.row-topBanner{

}

.countTo-title{
	color: #002D5B;
	font-size: 30px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 34px;
	word-wrap: break-word;
}
.countTo-num{
	color: #002D5B;
	font-size: 60px;
	font-family: Heebo;
	font-weight: 800;
	line-height: 60px;
	word-wrap: break-word;
}


.mainInner{
	padding-bottom: 50px;
	color: #002755;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 26px;
}
.mainInner h1{
	color: #002D5B;
	font-size: 44px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	padding-bottom: 50px;
}

.mainInner .ItemTitleSub{
	color: #0A0A0A;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 32px;
}
.mainInner .ItemDiv{
	color: #002755;
	font-size: 20px;
	width: 100%; 
	height: 520px; 
	background: #FFFDFB; 
	overflow: hidden; 
	border-radius: 14px; 
	flex-direction: column; justify-content: 
	flex-start; align-items: 
	flex-start; gap: 15px; 
	display: inline-flex;
	box-shadow: 0px 9px 5px rgba(0, 0, 0, 0.25);
}
.mainInner .ItemText{
	color: #002755;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 26px;
	padding-right: 20px;
	padding-left: 10px;
}
.mainInner .ItemDivBlock {
    transition: transform 0.3s ease;
}
       
.mainInner img.cropped-image {
  height: 280px; /* Desired height of the image element */
}
.mainInner .event-link{
	padding-left: 20px; 
	padding-right: 20px; padding-top: 10px; padding-bottom: 10px; border-radius: 8px; outline: 1px #002755 solid; outline-offset: -1px;
	color: #002D5B; font-size: 16px; font-family: Heebo; font-weight: 600; line-height: 22px; 
	position: absolute;
	bottom: 65px;
	left: 25%;
}

.list-star {
	list-style: none;
	padding: 0;
  }

  
  .list-star li {
	position: relative;
	padding-right: 30px; /* מקום לאייקון */
  }
  
  .list-star li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("../images/bullet_star.svg");
	background-size: contain;
	background-repeat: no-repeat;
  }

.mainInner .event-link:hover{
	background: #002D5B; border-radius: 8px; outline: 1px #002755 solid; 
	color: #FFFDFB; font-size: 16px; font-family: Heebo; font-weight: 600; line-height: 22px; 
	text-decoration: none;
}

.LinkButton_Blue{
	padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; background: #002755; border-radius: 8px; 
	text-align: center; color: #FFFDFB; font-size: 16px; font-family: Heebo; font-weight: 600; line-height: 22px;
	gap: 8px; 
}
.LinkButton_Blue:hover{
	background: #FFFDFB;
	border-radius: 8px; outline: 2px #002755 solid; outline-offset: -2px; 
	color: #002D5B; 
	text-decoration: none;
}
.LinkButton_Blue:active{
	background: #FFFDFB;
	border-radius: 8px; outline: 2px #002755 solid; outline-offset: -2px; 
	color: #002D5B; 
	text-decoration: none;
}

.row-header-block{
    position: fixed;
  	top: 0;
    width: 100%;
    height: 155px;
	background-color: #FFFFFF;
    z-index: 1000; /* כדי שיהיה מעל הכל */
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
}

.row-header{
    padding-top: 15px;
	position: fixed;
  	top: 0;
	left: 50%;         /* עובר למרכז לפי רוחב הדף */
	transform: translateX(-50%); /* מרכז באמת את הדיב */
	background-color: #FFFFFF;
  	z-index: 999; /* כדי שיהיה מעל הכל */
}
.Footer_Div{
	background-color: #002D5B;
	padding-top: 50px;
	/*padding-bottom: 50px;	*/
	color: #FFFFFF;
	font-size: 16px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 30px;
}
#SocialBar{
	z-index: 1;position: absolute; left:-145px; top: 35px;
}
.SocialBTN_1{
	display: inline-block;
	background-image: url("../images/i_Social_in.svg");
    background-size:29px;
    background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
}

.SocialBTN_1:hover{
	background-image: url("../images/i_Social_in_hover.svg");
}

.SocialBTN_2{
	display: inline-block;
	background-image: url("../images/i_SocialYouTube.svg");
    background-size:29px;
    background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
}

.SocialBTN_2:hover{
	background-image: url("../images/i_SocialYouTube_hover.svg");
}

.SocialBTN_3{
	display: inline-block;
	background-image: url("../images/i_SocialInstegram.svg");
    background-size:29px;
    background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
}

.SocialBTN_3:hover{
	background-image: url("../images/i_SocialInstegram_hover.svg");
}

.SocialBTN_4{
	display: inline-block;
	background-image: url("../images/i_SocialFacebook.svg");
    background-size:29px;
    background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
}

.SocialBTN_4:hover{
	background-image: url("../images/i_SocialFacebook_hover.svg");
}

.SocialBTNXS_1{
	display: inline-block;
	background-image: url("../images/i_Social_in_hover.svg");
    background-size:22px;
    background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
}

.SocialBTNXS_1:hover{
	background-image: url("../images/i_Social_in.svg");
}

.SocialBTNXS_2{
	display: inline-block;
	background-image: url("../images/i_SocialYouTube_hover.svg");
    background-size:22px;
    background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
}

.SocialBTNXS_2:hover{
	background-image: url("../images/i_SocialYouTube.svg");
}

.SocialBTNXS_3{
	display: inline-block;
	background-image: url("../images/i_SocialInstegram_hover.svg");
    background-size:22px;
    background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
}

.SocialBTNXS_3:hover{
	background-image: url("../images/i_SocialInstegram.svg");
}

.SocialBTNXS_4{
	display: inline-block;
	background-image: url("../images/i_SocialFacebook_hover.svg");
    background-size:22px;
    background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
}

.SocialBTNXS_4:hover{
	background-image: url("../images/i_SocialFacebook.svg");
}

.copyright{
	color: #6A7282;
	font-size: 12px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 20px;
}
.btn-link-footer{
	color: #D1D5DC;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 30px;
}
.btn-linkS-footer{
	color: #D1D5DC;
	font-size: 12px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 20px;
}
.footer-separator{
	color: #D1D5DC;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.form-control-footer{
	border: 1px solid #00C9D4;
	background-color: #002D5B;
	color: #717182;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	height: 30px;
	text-align:right;
}

.form-control-contact{
	border: 1px solid #FFFDFB;
	background-color: transparent;
	color: #FFFDFB;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align:right;
}

.form-control-contact option{
	border: 1px solid #FFFDFB;
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	height: 30px;
	text-align:right;
}

.btn_lightblueC{
	padding-left: 40px; padding-right: 40px; padding-top: 24px; padding-bottom: 24px; background: #00C9D4; border-radius: 8px; justify-content: center; align-items: center; gap: 8px; display: inline-flex;
	color: #FFFDFB;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
}
.form-control-contact::placeholder { /* Standard syntax */
	color: #FFFDFB;
	opacity: 1; /* Fixes Firefox default opacity issue */
  }
.btn-footer{
	color: white;
	font-size: 14px;
	font-weight: 500;
	line-height: 10px;
	height: 30px;
	background-color: #00C9D4;
}

.btn-footerB{
	border: 1px solid #00C9D4;
	background-color: #002D5B;
	color: #FFFDFB;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	height: 40px;
	text-align:right;
	padding-right: 50px;
	padding-left: 50px;
}

.btn-footerB:hover{
	border: 1px solid #00C9D4;
	background-color: #00C9D4;
	color: #002D5B;
}
.AcademyDiv{
	background-color: #00C9D4;
	padding-top: 20px;
	padding-bottom: 100px;
	padding-right: 50px;
	padding-left: 50px;
	color: #002D5B;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 20px;
}
.AcademyDiv .ItemTitle{
	color: #002D5B;
	font-size: 38px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
}

.AcademyDiv h1{
	color: #002D5B;
	font-size: 38px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
}

.AcademyDiv .ItemText{
	color: #002D5B;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 10px;
}

.AcademyDiv .ItemTitleSub{
	color: #002D5B;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}
.AcademyDiv .ItemDiv{
	width: 100%; 
	height: 600px; 
	background: #FFFDFB; 
	overflow: hidden; 
	border-radius: 14px; 
	flex-direction: column; justify-content: 
	flex-start; align-items: 
	flex-start; gap: 15px; 
	display: inline-flex;
	
}
.AcademyDiv .ItemDivBlock {
    transition: transform 0.3s ease;
 }
        
.AcademyDiv .ItemDivBlock:hover  {
    transform: scale(1.15); /* הגדלה ב־15% */
}

.AcademyDiv img.cropped-image {
  height: 280px; /* Desired height of the image element */
}
.Sponsors_Div{
	padding-top: 30px;
	padding-bottom: 60px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFFDFB;
}
.Sponsors_Div .ItemTitle{
	color: #002D5B;
	font-size: 44px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 60px;
}

.Sponsors_Div h1{
	color: #002D5B;
	font-size: 44px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 60px;
}
.Sponsors_Div .ItemText{
	color: #0A0A0A;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 24px;
}
.News_Div{
	background-color: #00C9D41A;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 50px;
	padding-left: 50px;
	color: #002D5B;
	font-size: 20px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 30px;
}
.News_Div .ItemTitle{
	color: #002D5B;
	font-size: 38px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
}

.News_Div h1{
	color: #002D5B;
	font-size: 38px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 40px;
}

.News_Div .ItemDiv{
	width: 100%; 
	height: 720px; 
	background: #FFFDFB; 
	overflow: hidden; 
	border-radius: 14px; 
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 5px; 
	display: inline-flex;
	
}
.News_Div .ItemDiv img.cropped-image {
  height: 400px; /* Desired height of the image element */
}
.News_Div .ItemDivB{
	width: 100%; 
	height: 350px; 
	background: #FFFDFB; 
	overflow: hidden; 
	border-radius: 14px; 
	flex-direction: column; justify-content: 
	flex-start; align-items: 
	flex-start; gap: 10px; 
	display: inline-flex;
	
}
.News_Div .ItemDivB img.cropped-image {
  height: 200px; /* Desired height of the image element */
}
.News_Div .ItemDiv .ItemTitleSub{
	color: #002D5B;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.News_Div .ItemDiv .ItemText{
	color: #002D5B;
	font-size: 20px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
}
.News_Div .ItemDiv .ItemDate{
	color: #6A7282;
	font-size: 14px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 20px;
}
.News_Div .ItemDivB .ItemDate{
	color: #6A7282;
	font-size: 12px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 12px;
}
.News_Div a{
	font-size: 18px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 20px;
}
.News_Div .ItemDivB .ItemTitleSub{
	color: #002D5B;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
}
.News_Div .ItemDivB .ItemText{
	color: #002D5B;
	font-size: 20px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
}
.InfoBlue{
background-color: #002D5B;
color: #FFFFFF;
padding-top: 50px;
padding-bottom: 50px;
}

.navbar-collapse {
    overflow-x: hidden;
	padding-right: 10px;
}
.navbar-logo{
	padding-top:3px;
	padding-right:0px;
}
.navbar-toggler-icon{
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 0;
}
.bold{
	font-weight: bold;
}


.navbar .dropdown-menu-right {
    right: 0 !important;
    left: auto !important;

	min-width: 210px;
	color: #002D5B;
 	font-size: 16px;
 	font-family: Heebo;
 	font-weight: bold;
 	line-height: 24px;
 	word-wrap: break-word
}

.navbar .dropdown-menu a {
    color: #002D5B;
 	font-size: 16px;
 	font-family: Heebo;
 	font-weight: 700;
 	line-height: 24px;
 	word-wrap: break-word;
	
	
    background-image: url("../images/top_arrow_left_black.svg");
    background-size:5px;
    background-repeat: no-repeat;
	background-position: 5px;
	margin-top: 5px;
    margin-left: 0px;
	
}


.dropdown-header{
	background-color: #00C9D4 !important;
	color: #FFFFFF;
	font-size: 16px;
 	font-family: Heebo;
 	font-weight: 700;
 	line-height: 24px;
 	word-wrap: break-word;
}

.navbar .dropdown-menu a:hover {
	background-color: #00C9D4 !important;
    color: #FFFFFF;
 	background-image: url("../images/top_arrow_left_white.svg");
    background-size:5px;
    background-repeat: no-repeat;
	background-position: 5px;
	margin-top: 5px;
    margin-left: 0px;
	
}
.navbar .navbar-nav a:hover{background-color: #FFFFFF;}

.dropdown-submenu.show > .dropdown-item a{
    background-color: #00C9D4 !important;   /* כל צבע שתבחרי */
    color: inherit;                      /* או צבע טקסט אם צריך */
}

.dropdown-submenu > .dropdown-item:hover {
    background-color: #00C9D4 !important;
}
.InfoBlueIcon{
	padding-bottom: 20px;
}
  
.text-moti{
	color: #FFB449;
	font-size: 14px;
	font-family: Heebo;
	font-weight: 700;
	line-height: 20px;
	word-wrap: break-word;
	min-height: 45px;
	position: absolute; bottom: 0px;right: 0px;
}
						

.btn_white{
	background-color: #FFFDFB;
	color: #002D5B;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
	border:1px solid #002D5B;
}
.btn_white:hover{
	background-color: #002D5B;
	color: #FFFDFB;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
}
.btn_darkblue{
	background-color: #002D5B;
	color: #FFFDFB;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
}
.btn_darkblue:hover{
	background-color: #FFFDFB;
	color: #002D5B;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
	border:1px solid #002D5B;
}
.btn_lightblue{
	border: 2px solid #00C9D4;
	border-radius: 10px;
	height: 35px;
	background-color: #FFFFFF;
	color: #002D5B;
	font-size: 14px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 24px;
	word-wrap: break-word;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.topBanner_BTNS .btn_white{
	background-color: #FFFDFB;
	color: #002D5B;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
	border:1px solid #002D5B;
	height: 50px;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topBanner_BTNS .btn_white:hover{
	background-color: #002D5B;
	color: #FFFDFB;
}
.topBanner_BTNS .btn_darkblue{
	background-color: #002D5B;
	color: #FFFDFB;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	width: 250px;
}
.topBanner_BTNS .btn_darkblue:hover{
	background-color: #FFFDFB;
	color: #002D5B;
}
.homeTitle_xs{
	color: #002D5B;
	font-size: 30px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
	word-wrap: break-word
}
.homeText_xs{
	color: black;
	font-size: 20px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 32px;
	word-wrap: break-word
}

.btn_lightblue:hover{
	background-color: #00C9D4;
	color: #FFFFFF;
}

.btn_lightblue_XS{
	border: 2px solid #00C9D4;
	border-radius: 10px;
	height: 30px;
	color: #002D5B;
	font-size: 12px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 24px;
	word-wrap: break-word;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.btn_lightblue_XS:hover{
	background-color: #00C9D4;
	color: #FFFFFF;
}

#ButtonsBar{
	z-index: 1;
	position: absolute; 
	left:0px;
	top: 90px;
	border: 2px solid #00C9D4;
}
.TopButtonsBar a{
	margin-right: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
.border{
	border:2px solid #ed0854;
}
.menuCon{
	color: #002D5B;
    font-size: 14px;
    font-family: Heebo;
    font-weight: 700;
    line-height: 24px;
    padding-left: 50px;
}

.menuCon a:hover{
	background-color: #FFFFFF;
}

.menuCon{
	transition: transform 0.3s ease;
}
	
.menuCon:hover {
	transform: scale(1.15); /* הגדלה ב־15% */
	}

.caretB{
    content: "";
    border: none !important;
    width: 14px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/top_arrow_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 5px;
    margin-left: 0px;
	margin-right: 10px;
}

.MapDiv{
	background-image: url("../images/HP_MapBackground.png");
    background-size: cover;
    background-repeat: no-repeat;
	height: 750px;
	padding-top: 20px;
	padding-bottom: 100px;
	padding-right: 50px;
	padding-left: 50px;
}
.MapDiv .ItemTitle{
	color: #ffffff;
	font-size: 40px;
	font-family: Heebo;
	font-weight: 700;
	line-height: 44px;
}
.MapDiv h1{
	color: #ffffff;
	font-size: 40px;
	font-family: Heebo;
	font-weight: 700;
	line-height: 44px;
}
.MapDiv .ItemTitleSub{
	color: white;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 32px;
	padding-top: 10px;
}
.form-control-search{
	padding-top: 24px; 
    padding-bottom: 24px; 
    padding-left: 12px; 
    padding-right: 12px; position: relative; background: #F3F3F5; overflow: hidden; border-radius: 14px; outline: 1px rgba(0, 0, 0, 0) solid; outline-offset: -1px; justify-content: flex-start; align-items: center; display: inline-flex;
    border-right: 0px;
}
.form-control-search-btn{
    padding-top: 24px; padding-bottom: 24px; padding-left: 12px; padding-right: 12px; position: relative; background: #F3F3F5; overflow: hidden; border-radius: 14px; outline: 1px rgba(0, 0, 0, 0) solid; outline-offset: -1px; justify-content: flex-start; align-items: center; display: inline-flex;
    border-left: 0px;
}
.MapDiv .btn-map{
	padding-left: 40px; padding-right: 40px; padding-top: 24px; 
	padding-bottom: 24px; border-radius: 8px; outline: 2px #00C9D4 solid; outline-offset: -2px; 
	justify-content: center; align-items: center; gap: 8px; 
	display: inline-flex;
	color: #FFFDFB; font-size: 18px; font-family: Heebo; font-weight: 600; line-height: 28px; 
}


.MapDiv .btn-map:hover{
	background: white; border-radius: 8px; justify-content: center; align-items: center; gap: 8px; display: inline-flex;
	outline: 2px white solid; 
	color: #002D5B;
}
.YorTitle{
	color: #002755;
	font-size: 20px;
	font-family: Heebo;
	font-weight: 700;
	line-height: 30px;
}
.YorName{
	color: #002755;
	font-size: 20px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 30px;
}
.YorText{
	color: #002D5B;
	font-size: 20px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 30px;
}
.YorText_ST{
	color: #002D5B;
	font-size: 32px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 39px;
}
.QuotePic{
	border-radius: 50%;
	width: 200px;  /* Set the desired width for the cropped area */
	height: 200px; /* Set the desired height for the cropped area */
	overflow: hidden; /* Ensures any part of the image outside the container is hidden */
	text-align: center;
	object-position: center; /* Centers the image within the container (default) */
}
  
.QuotePic img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Scales the image to fill the container while maintaining aspect ratio, cropping the overflow */
	object-position: center top; /* Centers the image within the container (default) */
  }

.QuotePicB{
	border-radius: 50%;
	width: 290px;  /* Set the desired width for the cropped area */
	height: 290px; /* Set the desired height for the cropped area */
	overflow: hidden; /* Ensures any part of the image outside the container is hidden */
	text-align: center;
	object-position: center; /* Centers the image within the container (default) */
}

.QuotePicB img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Scales the image to fill the container while maintaining aspect ratio, cropping the overflow */
	object-position: center top; /* Centers the image within the container (default) */
  }

  .image-swap {
	position: relative;
	width: 30px; /* רוחב התמונה */
	height: 30px; /* גובה התמונה */
  }
  
  .image-swap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s; /* אפקט מעבר חלק */
  }
  
  .image-swap .img-back {
	opacity: 0; /* שקוף כברירת מחדל */
  }
  
  .image-swap:hover .img-back {
	opacity: 1; /* מופיע בריחוף */
  }
  
  .image-swap:hover .img-front {
	opacity: 0; /* נעלם בריחוף */
  }

#myCarouselQ .controlsQ{
	position: absolute;
	bottom: 60px;
	left: 5px;
	width: 140px;
	
 }

#myCarouselQ .controlsQ .left{
	width: 55px; 
	height: 55px; background: #00C9D4; 
	border-radius: 50%; backdrop-filter: blur(4px); justify-content: center; align-items: center; display: inline-flex;
	position: absolute;
	left: 0px;
	background-image: url("../images/arrow-left.svg");
    background-size:auto ;
	background-position: center;
    background-repeat: no-repeat;
}

#myCarouselQ .controlsQ .left:hover{
	border: #00C9D4 solid 1px;
	background: transparent;
	background-image: url("../images/arrow-left-h.svg");
    background-size:auto ;
	background-position: center;
    background-repeat: no-repeat;
}

#myCarouselQ .controlsQ .right{
	width: 55px; 
	height: 55px; background: #00C9D4; 
	border-radius: 50%; backdrop-filter: blur(4px); justify-content: center; align-items: center; display: inline-flex;
	position: absolute;
	right: 0px;
	background-image: url("../images/arrow-right.svg");
    background-size:auto ;
	background-position: center;
    background-repeat: no-repeat;
}
#myCarouselQ .controlsQ .right:hover{
	border: #00C9D4 solid 1px;
	background: transparent;
	background-image: url("../images/arrow-right-h.svg");
    background-size:auto ;
	background-position: center;
    background-repeat: no-repeat;
}

#myCarouselQ .carousel-caption-Quote{
	background-image: url("../images/Quote Icon.svg"), url("../images/Quote Icon.svg");
    background-position: right -20px, left;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
	min-height: 350px;
	color: #002D5B;
	font-size: 32px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 39px;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 60px;
}

#myCarouselQ .carousel-caption-Quote .QuoteName{
	color: #101828;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 24px;
}

#myCarouselQ .carousel-caption-Quote .QuoteTitle{
	color: #475467;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
}
#myCarousel .carousel-indicators{
	position: absolute;
	bottom: 10px;
  }

  #myCarouselQ .carousel-caption-Quote{
	font-size: 28px;
	padding-left: 0px;
	padding-bottom: 50px;
}

	#myCarouselQ .controlsQ{
	position: absolute;
	bottom: 30px;
	left: 35%;
	width: 140px;
 }
.BottonReadyToJoinDiv{
	background-image: url("../images/HP_ReadyToJoin.png");
    background-size:cover ;
    background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 70px;
}
.BottonReadyToJoinDiv .ItemTitle{
	color: #FFFDFB;
	font-size: 48px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 60px;
	word-wrap: break-word;
	padding-top: 12%;
}

.BottonReadyToJoinDiv h1{
	color: #FFFDFB;
	font-size: 48px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 60px;
	word-wrap: break-word;
	padding-top: 12%;
}

.BottonReadyToJoinDiv .btn-footer{
	color: #FFFDFB;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	height: 40px;
	background-color: #00C9D4;
	padding-right: 50px;
	padding-left: 50px;
}

.BottonReadyToJoinDiv .btn-footer:hover{
	color: #002D5B;
	background-color: #FFFDFB;
}
.JoinProcessDiv{
	padding-right: 50px;
	padding-left: 50px;
	color: #002D5B;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 30px;
}
.JoinProcessDiv .ItemTitle{
	color: #002D5B;
	font-size: 40px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 48px;
	word-wrap: break-word;
}
.JoinProcessDiv .h1{
	color: #002D5B;
	font-size: 40px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 48px;
	word-wrap: break-word;
}
.JoinProcessDiv .ItemTitleSub{
	color: black;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 32px;
}

.JoinProcessBlock {
display: inline-block;
}

.JoinProcessBlock .IconBullet {
transition: transform 0.3s ease;
}

.JoinProcessBlock:hover .IconBullet {
transform: scale(1.15); /* הגדלה ב־15% */
}

.gradient-bar {
    width: 100%;
    height: 5px; /* אפשר לשנות את הגובה */
    background: linear-gradient(to right, #002D5B, #00c9d4, #FFB449);
	position: absolute;
	top: 55px;
	z-index: 1;
}

.IconBullet{
	width: 110px; 
	height: 110px; 
	background: 
	linear-gradient(135deg, #002D5B 0%, #002D5B 100%); 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
	border-radius: 16777200px; 
	justify-content: center; 
	align-items: center; 
	display: inline-flex;
	z-index: 2;
}
.IconBulletBadge{
	width: 35px; 
	height: 35px; 
	padding-left: 0.01px; 
	background: #FFFDFB; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
	border-radius: 16777200px; 
	justify-content: center; 
	align-items: center; 
	display: inline-flex;
	position: absolute;
	top: -5px;
	right: -5px;
	color: #002D5B;
	font-size: 16px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 16px;
}
.navNenuH{
	height: auto;
}


.custom-indicators li {
  	width: 30px;
  	height: 30px;
  	background-size: cover;
  	background-position: center;
  	margin: 5px;
  	border: none;
  	/*border-radius: 4px;*/
  	cursor: pointer;
  	background-image: url("../images/BulletStar_w.svg");
}

.custom-indicators li.active {
	width: 30px;
  	height: 30px;
  	background-size: cover;
  	background-position: center;
  	margin: 5px;
  	border: none;
  	background-color: transparent !important;
  	background-image: url("../images/BulletStar_yellow.svg");
}

.carousel-indicators{
	bottom: 5%;
}
.carousel-caption{
	top: 20%;
    bottom: auto;
	color: #FFFDFB;
	font-size: 40px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 50px;
	word-wrap: break-word;
}

.carousel-caption h1{
	margin-bottom: 5px;
	color: #FFFDFB;
	font-size: 54px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 70px;
	word-wrap: break-word;
	box-shadow: none;
}

.carousel-caption-overlay {
  position: absolute;
  top: 0px;   /* מיקום אנכי */
  left: 0px;  /* מיקום אופקי */
  bottom: 0px;
  height: 100%;
  
}

.homeTitle{
	color: #002D5B;
	font-size: 44px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
	word-wrap: break-word;
}
.homeTitle2{
	color: black;
	font-size: 26px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 30px;
	word-wrap: break-word;
}
.CommunityRevolution{
	text-align: right;
}
.CommunityRevolution h1{
	color: #002D5B;
	font-size: 44px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
	word-wrap: break-word;
}
.homeText{
	color: #002D5B;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 25px;
	word-wrap: break-word;
}
.navbar-logo-img{
	display: inline-block;
	transition: transform 0.3s ease;	
}
.navbar-logo-img:hover {
	transform: scale(1.15);
  }
.my-div {
  display: inline-block;
  transition: transform 0.3s ease;
  padding-right: 25px;
  padding-left: 25px;
}

.my-div:hover {
  transform: scale(1.15);
}

#InfoBlue_IMG1 {
	content: url("../images/InfoBlue_icon1.svg");
}
#my-div1:hover #InfoBlue_IMG1 {
	content: url("../images/InfoBlue_iconOn1.svg");
}

#InfoBlue_IMG2 {
	content: url("../images/InfoBlue_icon2.svg");
}
#my-div2:hover #InfoBlue_IMG2 {
	content: url("../images/InfoBlue_iconOn2.svg");
}
#InfoBlue_IMG3 {
	content: url("../images/InfoBlue_icon3.svg");
}
#my-div3:hover #InfoBlue_IMG3 {
	content: url("../images/InfoBlue_iconOn3.svg");
}
#InfoBlue_IMG4 {
	content: url("../images/InfoBlue_icon4.svg");
}
#my-div4:hover #InfoBlue_IMG4 {
	content: url("../images/InfoBlue_iconOn4.svg");
}


  
.InfoBlue .homeTitle{
	color: #FFFFFF;
	font-size: 38px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
	word-wrap: break-word;
	
}
.InfoBlue h1{
	color: #FFFFFF;
	font-size: 38px;
	font-family: Heebo;
	font-weight: 400;
	line-height: 44px;
	word-wrap: break-word;
	
}
.InfoBlue .homeTitle2{
	color: #FFFFFF;
	font-size: 24px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 30px;
	word-wrap: break-word;
	padding-right: 100px;
	padding-left: 100px;
	
}

.InfoBlue .homeText{
	color: #FFFFFF;
	font-size: 16px;
	font-family: Heebo;
	font-weight: 500;
	line-height: 25px;
	word-wrap: break-word;
	min-height: 205px;
	padding-top: 10px;
	text-align: right;
}

.map_div{
	height:440px;
	display:inline-block; 
	overflow:hidden;
	border:6px;
	border-radius: 35px;
} 

.footer-main-div{
	background-color: #FFFFFF; 
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
		
.footer-div{
	background-color: #E86546;
	border:6px;
	border-radius: 25px;
	height: 60px;
	color: #FFFFFF;
	font-size: 22px;
	display:flex;
	justify-content: center;
}
.footer-div .navbar-nav{
	height: 60px;

}
.footer-div .navbar-nav a {color: #FFFFFF;height: 60px;}
.footer-div .navbar-nav a:hover{color: #000000;height: 60px;background-color: #FFFFFF;}

.navbar-expand > li {
	float: right;
}



/*************** MD ***************/
@media screen and (min-width: 991px) and (max-width: 1200px){

	#SocialBar{
		z-index: 1;position: absolute; left:0px; top: 8px;
	}
	
  .menuCon{
	color: #002D5B;
    font-size: 12px;
    font-family: Heebo;
    font-weight: 700;
    line-height: 24px;
    padding-left: 40px;
	}

	.caretB{
    content: "";
    border: none !important;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/top_arrow_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 5px;
    margin-left: 0px;
	margin-right: 7px;
	}

	.navbar .menuCon {
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 13px;
		padding-bottom: 0px;
	}

	#ButtonsBar{
		z-index: 1;
		position: absolute; 
		left:0px;
		top: 60px;
	}

	.btn_lightblue{
		height: 26px;
		color: #002D5B;
		font-size: 12px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 24px;
		word-wrap: break-word;
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}


	.navbar .dropdown-menu-right {
		min-width: 210px;
		color: #002D5B;
		font-size: 14px;
		font-family: Heebo;
		font-weight: bold;
		line-height: 24px;
		word-wrap: break-word
	}

	.navbar .dropdown-menu a {
		color: #002D5B;
		font-size: 14px;
		font-family: Heebo;
		font-weight: 700;
		line-height: 24px;
		word-wrap: break-word;
		
		
		background-image: url("../images/top_arrow_left_black.svg");
		background-size:5px;
		background-repeat: no-repeat;
		background-position: 5px;
		margin-top: 5px;
		margin-left: 0px;
		
	}

	.carousel-indicators{
		bottom: 1%;
	}
	.carousel-caption{
		top: 20%;
		bottom: auto;
		color: #FFFDFB;
		font-size: 28px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 50px;
		word-wrap: break-word;
	}
	
	.carousel-caption h1{
		margin-bottom: 5px;
		color: #FFFDFB;
		font-size: 40px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 70px;
		word-wrap: break-word;
		box-shadow: none;
	}

	.countTo-title{
		font-size: 32px;
		font-weight: 600;
		line-height: 34px;
	}
	.countTo-num{
		font-size: 50px;
		font-weight: 800;
		line-height: 60px;
	}
}
/*************** SM ***************/
@media screen and (min-width: 776px) and (max-width: 990px){
	

	#SocialBar{
		z-index: 1;position: absolute; left:0px; top: 8px;
	}

  .menuCon{
	color: #002D5B;
    font-size: 12px;
    font-family: Heebo;
    font-weight: 700;
    line-height: 24px;
    padding-left: 40px;
	}

	.caretB{
    content: "";
    border: none !important;
    width: 11px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/top_arrow_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 5px;
    margin-left: 0px;
	margin-right: 4px;
	}

	.navbar .menuCon {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 13px;
		padding-bottom: 0px;
	}

	#ButtonsBar{
		z-index: 1;
		position: absolute; 
		left:0px;
		top: 60px;
	}

	.btn_lightblue{
		height: 24px;
		color: #002D5B;
		font-size: 12px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 24px;
		word-wrap: break-word;
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.navbar .dropdown-menu-right {
		min-width: 210px;
		color: #002D5B;
		font-size: 12px;
		font-family: Heebo;
		font-weight: bold;
		line-height: 24px;
		word-wrap: break-word
	}

	.navbar .dropdown-menu a {
		color: #002D5B;
		font-size: 12px;
		font-family: Heebo;
		font-weight: 700;
		line-height: 24px;
		word-wrap: break-word;
		
		
		background-image: url("../images/top_arrow_left_black.svg");
		background-size:5px;
		background-repeat: no-repeat;
		background-position: 5px;
		margin-top: 5px;
		margin-left: 0px;
		
	}

	.carousel-indicators{
		bottom: 1%;
	}
	.carousel-caption{
		top: 10%;
		bottom: auto;
		color: #FFFDFB;
		font-size: 22px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 30px;
		word-wrap: break-word;
	}
	
	.carousel-caption h1{
		margin-bottom: 5px;
		color: #FFFDFB;
		font-size: 34px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 70px;
		word-wrap: break-word;
		box-shadow: none;
	}

	.topBanner_BTNS .btn_white{
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
		height: 50px;
		width: 200px;
	}
	
	.topBanner_BTNS .btn_darkblue{
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
		height: 50px;
		width: 200px;
	}

	.countTo-title{
		font-size: 22px;
		font-weight: 600;
		line-height: 34px;
	}
	.countTo-num{
		font-size: 40px;
		font-weight: 800;
		line-height: 60px;
	}
}
/*************** XS ***************/
/*@media screen and (min-width: 576px) and (max-width: 775px){*/
@media screen and (max-width: 770px) {
	.menuCon:hover {
		transform: scale(1.15); /* הגדלה ב־15% */
		padding-right: 30px;
		}
	
	
	.row-header-block{
		position: fixed;
		top: 0;
		width: 100%;
		height: 70px;
		background-color: #FFFFFF;
		z-index: 1000; /* כדי שיהיה מעל הכל */
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
	}
  .row-header{
    	padding-top: 3px;
		width: 100%;
    	padding: 0px 0px;
		height: auto;
	}

.row-topBanner{
	

}
.LogoMobile{
	position: fixed;
    top: 10px;
    left: 25px;
    width: 80px;   /* חשוב */
    display: flex;
    z-index: 1001;
}
	.navbar-nav {
    	padding-right: 10px;
	}
	.navNenuH{
		height: 1px !important;
	}
	body{
		padding-top: 45px;
	}


	.homeTitle{
		padding-top: 25px;
		color: #FFFFFF;
		font-size: 35px;
		font-weight: 400;
		line-height: 35px;
		word-wrap: break-word;
	}
	.homeTitle2{
		color: #FFFFFF;
		font-size: 20px;
		font-weight: 600;
		line-height: 20px;
		word-wrap: break-word;
	}
	.homeText{
		color: #FFFFFF;
		font-size: 16px;
		font-weight: 500;
		line-height: 16px;
		word-wrap: break-word;
	}
	.CommunityRevolution{
		
		/*opacity: 0.9;
		background: rgba(0, 39, 85, 0.50);*/
		background-image: 
    		url("../images/imagesTransparency50.png"),
    		url("../images/ImageWithFallbackB.jpg");
    
  		background-size: cover, cover;
		background-repeat: no-repeat, no-repeat;
		background-position: center, center;
		text-align: right;
	}
	.CommunityRevolution h1{
		color: #FFFFFF;
		font-size: 44px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 44px;
		word-wrap: break-word;
	}

	.mainInner{
		padding-bottom: 50px;
		color: #002755;
		font-size: 14px;
		font-family: Heebo;
		font-weight: 500;
		line-height: 20px;
	}
	.mainInner h1{
		color: #002D5B;
		font-size: 30px;
		font-family: Heebo;
		font-weight: 500;
		line-height: 40px;
		text-align: center;
		padding-bottom: 50px;
	}
	.mainInner .YorText_ST{
		font-size: 22px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 30px;
	}
	.mainInner .ItemTitleSub{
		color: #0A0A0A;
		font-size: 20px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 30px;
	}
	.InfoBlue .homeTitle{
		color: #FFFFFF;
		font-size: 30px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 44px;
		word-wrap: break-word;
		
	}
	.InfoBlue .homeTitle2{
		color: #FFFFFF;
		font-size: 22px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 30px;
		word-wrap: break-word;
		padding-right: 50px;
		padding-left: 50px;
		padding-bottom: 50px;
		
	}

	.InfoBlue .homeText{
		color: #FFFFFF;
		font-size: 16px;
		font-family: Heebo;
		font-weight: 500;
		line-height: 25px;
		word-wrap: break-word;
		min-height: 205px;
		text-align: center;
	}
	.my-div {
		padding-right: 55px;
		padding-left: 55px;
		height: 440px;
	  }
	.my-div:hover {
		transform: scale(1.1);
	  }
	.AcademyDiv{
		padding-top: 20px;
		padding-bottom: 100px;
		padding-right: 10px;
		padding-left: 10px;
		color: #002D5B;
		font-size: 18px;
		font-family: Heebo;
		font-weight: 500;
		line-height: 20px;
	}
	.AcademyDiv .ItemDivBlock:hover  {
		transform: scale(1); /* הגדלה ב־15% */
	}
	.AcademyDiv .ItemTitle{
		color: #002D5B;
		font-size: 36px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 44px;
	}

	.AcademyDiv .ItemText{
		color: #002D5B;
		font-size: 18px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 26px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.AcademyDiv .ItemTitleSub{
		color: #002D5B;
		font-size: 24px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 24px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.AcademyDiv .ItemDiv{
		width: 100%; 
		height: 600px; 
		background: #FFFDFB; 
		overflow: hidden; 
		border-radius: 14px; 
		flex-direction: column; justify-content: 
		flex-start; align-items: 
		flex-start; gap: 15px; 
		display: inline-flex;
		
        
	}
	.AcademyDiv img.cropped-image {
	height: 250px; /* Desired height of the image element */
	}

    .AcademyDiv .ItemDivBlock {
    transition: transform 0.3s ease;
    }
        
    .AcademyDiv .ItemDivBlock:hover  {
        transform: scale(1.15); /* הגדלה ב־15% */
    }

	.JoinProcessDiv{
		padding-right: 0px;
		padding-left: 10px;
		color: #002D5B;
		font-size: 16px;
		font-family: Heebo;
		font-weight: 500;
		line-height: 30px;
	}
	.JoinProcessDiv .ItemTitle{
		color: #002D5B;
		font-size: 40px;
		font-family: Heebo;
		font-weight: 400;
		line-height: 48px;
		word-wrap: break-word;
	}
	.JoinProcessDiv .ItemTitleSub{
		color: black;
		font-size: 18px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 32px;
	}

	.IconBullet{
		width: 80px; 
		height: 80px; 
		background: linear-gradient(135deg, #002D5B 0%, #002D5B 100%); 
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
		border-radius: 16777200px; 
		justify-content: center; 
		align-items: center; 
		display: inline-flex;
		z-index: 2;
	}
	
	.IconBullet img{
		width: 30px;
	}
	.gradient-bar {
		width: 100%;
		height: 5px; /* אפשר לשנות את הגובה */
		background: linear-gradient(to right, #002D5B, #00c9d4, #FFB449);
		position: absolute;
		top: 45px;
		z-index: 1;
	}
	.News_Div{
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 10px;
		padding-left: 10px;
		color: #002D5B;
		font-size: 20px;
		font-family: Heebo;
		font-weight: 500;
		line-height: 30px;
	}
	.Sponsors_Div{
		padding-top: 30px;
		padding-bottom: 60px;
		background-color: #FFFDFB;
	}

	.custom-indicators li {
		width: 20px;
		height: 20px;
  }
  
  .custom-indicators li.active {
	  width: 20px;
		height: 20px;
  }
  

 	.countTo-title{
		font-size: 22px;
		font-weight: 600;
		line-height: 34px;
	}
	.countTo-num{
		font-size: 40px;
		font-weight: 800;
		line-height: 60px;
	}
	.text-moti{
		text-align: center;
	}

	.MapDiv .btn-map{
		padding-left: 20px; padding-right: 20px; padding-top: 20px; 
		padding-bottom: 20px; border-radius: 8px; outline: 2px #00C9D4 solid; outline-offset: -2px; 
		justify-content: center; align-items: center; gap: 8px; 
		display: inline-flex;
		color: #FFFDFB; font-size: 16px; font-family: Heebo; font-weight: 600; line-height: 28px; 
		
	}

	.LinkButton_Blue{
		padding-left: 10px; padding-right: 10px; padding-top: 8px; padding-bottom: 8px; background: #002755; border-radius: 8px; 
		text-align: center; color: #FFFDFB; font-size: 14px; font-family: Heebo; font-weight: 400; line-height: 20px;
		gap: 8px; 
	}

	#myCarouselQ .carousel-caption-Quote{
		background-image: url("../images/Quote Icon.svg"), url("../images/Quote Icon.svg");
		background-position: right 0px, left;
		background-size: 40px, 40px;
		background-repeat: no-repeat, no-repeat;
		min-height: 350px;
		color: #002D5B;
		font-size: 20px;
		font-family: Heebo;
		font-weight: 600;
		line-height: 39px;
		padding-top: 50px;
		padding-right: 20px;
		padding-left: 30px;
	}
}



.navbar-toggle{
	/*position:absolute;
	left:-15px;*/
	float: right;
}

.dropdown-menu-right{left:0;right:Auto}

.dropdown-menu li a{
	padding-right:8px;
	/*background:url(../images/leftArrow.png) right center no-repeat;*/
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;right:100%;margin-top:-6px;margin-left:-1px;min-width: 350px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}
.dropdown-submenu>a:after{display:block;float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}



.dropdown-menu{
	direction:rtl;
	text-align: right;
	font-size: 15px;
}


.dropdown-menu-full { width: 100%; text-align: center; }
.dropdown-menu-full>li { display: inline-block; }




.menu-half120{
	width: 120px; 
    display: inline-block !important;
}

.menu-half50{
	width: 50px; 
    display: inline-block !important;
}
.menu-half {
    width: 160px; 
    display: inline-block !important;
}
.menu-inline{
	display: inline-block !important;
}


.logos-wrapper {
  overflow: hidden;
  width: 100%;
}

.logos-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.logo {
  flex: 0 0 25%; /* 4 לוגואים */
  border-radius: 14px; 
  justify-content: center; 
  align-items: center; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}


					
.logo img {
	/*width: 113px; */
	height: 120px;
  	/*max-height: 80px;*/
  	object-fit: contain;
}
.logos-wrapperB {
  overflow: hidden;
  width: 100%;
}

.logos-trackB {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.logoB {
  flex: 0 0 25%; /* 4 לוגואים */
  border-radius: 14px; 
  justify-content: center; 
  align-items: center; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}


					
.logoB img {
	/*width: 113px; */
	height: 120px;
  	/*max-height: 80px;*/
  	object-fit: contain;
}

.height-7{
	height: 7px;
}

.breadcrumbs{padding:20px 55px;color:#333}
.breadcrumbs ul{padding:0;list-style-type:none}
.breadcrumbs li{float:right;padding:3px}
.breadcrumbs a{color:#333;font-size:13px}
.breadcrumbs .active a{font-weight:700}

.submitButton_orange{
    color: white;
	font-size: 14px;
	font-weight: 500;
	line-height: 10px;
	height: 30px;
	background-color: #00C9D4;
    width: 100%;
    border: #00C9D4 solid 1px;
	border-radius: 8px; outline: 2px #00C9D4 solid; outline-offset: -2px;
}


.LinkButton_orange{
	padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; background: #002755; border-radius: 8px; 
	text-align: center; color: #FFFDFB; font-size: 16px; font-family: Heebo; font-weight: 600; line-height: 22px;
	gap: 8px; 
}
.LinkButton_orange:hover{
	background: #FFFDFB;
	border-radius: 8px; outline: 2px #002755 solid; outline-offset: -2px; 
	color: #002D5B; 
	text-decoration: none;
}

.pagination .page-link {
    background-color: #FFFDFB;
	color: #002D5B !important;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
	border:1px solid #002D5B;
}

.pagination .page-link:hover {
    background-color: #002D5B;
	color: #FFFDFB !important;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
}

.pagination .page-item.active .page-link {
    background-color: #002D5B;
	color: #FFFDFB !important;
	font-size: 18px;
	font-family: Heebo;
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word;
}

.pagination .page-item.disabled .page-link {
    background-color: #dfe6e9;
    color: #999;
	border:1px solid #002D5B;
}

.modal-backdrop {
	background-color: #000 !important;
  }
  
  .modal-backdrop.show {
	opacity: 0.85 !important;
  }
  
  .contact-details{list-style-type:none;padding:0}
  .contact-details li{padding:20px 60px 20px 0}
  .contact-details .contact-email{background:url(../images/contactIcon.jpg) right center no-repeat}
  .contact-details .contact-phone{background:url(../images/phoneIcon.jpg) right center no-repeat}
  .contact-details .contact-address{background:url(../images/addressIcon.jpg) right center no-repeat}
  
  .contact-details .contact-email-DarkGray{background:url(../images/contactIconGray.jpg) right center no-repeat}
  .contact-details .contact-phone-DarkGray{background:url(../images/phoneIconGray.jpg) right center no-repeat}
  .contact-details .contact-address-DarkGray{background:url(../images/addressIconGray.jpg) right center no-repeat}
  
  .contact-details .contact-email-LightGray{background:url(../images/contactIconB.jpg) right center no-repeat; color:#444444}
  .contact-details .contact-phone-LightGray{background:url(../images/phoneIconB.jpg) right center no-repeat; color:#444444}
  .contact-details .contact-address-LightGray{background:url(../images/addressIconB.jpg) right center no-repeat; color:#444444}
  
  .contact-details .contact-emailB{background:url(../images/contactIconB.jpg) right center no-repeat}
  .contact-details .contact-phoneB{background:url(../images/phoneIconB.jpg) right top 15px no-repeat}
  .contact-details .contact-addressB{background:url(../images/addressIconB.jpg) right center no-repeat}  
  
  .form-controlB{display:block;font-size:14px;line-height:1.428571429;color:#555;width:100%;padding:6px 12px;background-color:#fff;background-image:none;border:2px solid #fc720b}
  #eformA_miss{font-weight:bold;color:#fc720b;font-size:16px;}  
  .eformA_miss{font-weight:bold;color:#fc720b;font-size:16px;}  
  

.side-menu {
    list-style: none;
    padding: 0;
    width: 100%;
}

.side-menu .nav-link {
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.2s ease;
	background-color: #00C9D4;
	border: 1px solid #00C9D4;
}

.side-menu .nav-link:hover {
	color: #002D5B;
    background-color: #FFFFFF;
    /*padding-right: 20px; *//* אפקט תנועה קטן לימין */
	border: 1px solid #00C9D4;
}

.side-menu .nav-link.active {
    background-color: #002D5B;
    color: #fff;
}

@media (min-width: 768px) {
    #sideMenu {
        display: block !important;
        height: auto !important;
    }
}