/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}
html {
  scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}
html{
	overflow-x:hidden; 
	direction:rtl;
	scroll-behavior: smooth;
}

strong,
b {
	font-weight: bold !important;
}

em {
	font-style: italic !important;
}

.skip-link {
	left: 1px;
}
.wpcf7-form{position:relative;}
/*.wpcf7-spinner{position:absolute; margin:0; bottom:0; right:0;}*/
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{direction:rtl;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{margin:10px 0 0;
    padding: 0;
    border: none; color: #dc3232;}
.wpcf7 form.sent .wpcf7-response-output{margin:10px 0 0;
    padding: 0;
    border: none; color:white;}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.contact-wrp .contact-block form .form-group .form-control{font-family: 'Noto Sans Hebrew ExtraCondensed';}
.contact-wrp .contact-block form p{margin:0px;}
.sub p{
    width: 62px;
    height: 62px;
    font-size: 0; 
    border: none;
    position: relative;
    cursor: pointer;
	color:transparent;
	display: flex;
    align-items: center;
}
.sub p input{
	width: 62px;
    height: 62px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: transparent;
    position: relative;
    z-index: 3;
	cursor:pointer;
}
/* Arrow icon */
.sub p::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/submit.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	cursor: pointer;
}
/*.wpcf7-spinner{display:none;}*/
.wpcf7-not-valid-tip{color:white; font-size:18px; text-align:right; line-height: normal;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 18px;
}
.errorpage{
	width: 100%;
    height: calc(100vh - 79px);
    background: linear-gradient(90deg, #2e7d32, #1b5e20);
    display: flex;
    align-items: center;
    vertical-align: middle;
	
}
.globalcontent h1{
	font-size: 100px;
    color: #19244E;
    font-weight: 400;
    margin:0 0 20px;
    text-transform: uppercase;
}
.globalcontent p{font-size: 35px;
    color: #19244E;
    line-height: 40px;
margin: 0;

}
.errorpage.globalcontent h1{color:white;}
.errorpage.globalcontent p{color:white; text-align:center;}
.errorpage.globalcontent p a{color:white;}
.globalcontent p a{color:#19244E;}
.top_strip{width:100%;
height: 300px;
    background: linear-gradient(90deg, #2e7d32, #1b5e20);
	align-items: center;
    display: grid;
}
.top_strip .container{width:100%;}
.globalcontent .top_strip h1{margin:0px;color: #FCCC2D;}
.globalcontent .entry-content{margin:60px 0;}
.globalcontent .entry-content P{text-align:right;}
.globalcontent ul{list-style:disc; padding-right:30px;}
.globalcontent ul li{list-style:disc;}
.globalcontent ol{list-style:decimal; padding-right:30px;}
.globalcontent ol li{list-style:decimal;}
.globalcontent ul li,.globalcontent ol li{font-size: 35px;
    color: #19244E;
    line-height: 40px;
margin: 0;
}
.globalcontent ul li a, .globalcontent ol li a{
	 color: #19244E;
}
.globalcontent h2{
	font-size: 60px;
    color: #19244E;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h3{
	font-size: 55px;
    color: #19244E;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h4{
	font-size: 50px;
    color: #19244E;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h5{
	font-size: 45px;
    color: #19244E;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h6{
	font-size: 35px;
    color: #19244E;
    font-weight: 400;
    margin:0 0 20px;
}
.general .spu-container {
	background:url('../images/popupbg.webp');
	background-repeat:no-repeat;
	background-size:cover;
	background-position: top center;
    border-radius: 30px;
}
.general .spu-container  h3{
	color:#2F853B;
	font-size: 130px;
    line-height: 130px;
	text-align:center;
	font-family: "urw-din-condensed", sans-serif;
	font-weight:700;
	margin:0;
	direction: ltr;
	max-width: 430px;
    margin: 0 auto 10px;
}
.general .spu-container  p{
	color:#565656;
	font-size:45px;
	line-height:46px;
	text-align:center;
	font-weight:400;
	margin:0 0 25px;
}
.general .spu-container .form-control{
	border-radius: 42px;
    background: white;
    border: none;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Noto Sans Hebrew ExtraCondensed', sans-serif;
    padding: 10px 35px;
    width: 100%;
    color: #989898;
    outline: 0;
}
.general .spu-container form{
	gap:15px;
	display:grid;
	max-width: 600px;
    margin: 0 auto;
}
.general .spu-container form p{margin:0px;}
.general .sub p{
	width: 211px;
    height: 60px;
    margin-right: auto;
    background-color: #FCCC2D;
    margin-bottom: 0px;
    border-radius: 50px;
}
.general .sub p input{
	width:336px;
	height: 60px;
    margin-right: auto;
    font-size: 35px;
    font-family: 'Noto Sans Hebrew ExtraCondensed', sans-serif;
    padding: 0 50px;
    width: 100%;
    color: #2F853B;
    text-align: right;
}

.general .sub p::after {
   content: "";
    width: 100px;
    height: 30px;
    background-image: url(../images/popuparw.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 88px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.spu-close-top_right{
	width: 35px;
    height: 35px;
    background: #565656;
    border-radius: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    right: 20px;
    top: 13px;
    color: white !important;
    text-shadow: none !important;
    font-size: 40px !important;
    font-weight: 100;
}
.general .spu-close:hover{
	color:white;
	display:flex;
}
.general .spu-container form .sub p{margin-right:auto;}
.professional_block .professional-img img{height:auto;}
.mopre{display:none;}
.monext{display:none;}
.general .wpcf7-not-valid-tip{color: #565656;}
.general .wpcf7 form.invalid .wpcf7-response-output, .general .wpcf7 form.unaccepted .wpcf7-response-output, .general .wpcf7 form.payment-required .wpcf7-response-output{color: #565656;}
.wpcf7-form.sent .wpcf7-response-output{
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 20px;
}
.general .wpcf7-form.sent .wpcf7-response-output{color: #565656;}


.membersdetails h2 {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.6s ease;
}

.membersdetails h2.show {
    opacity: 1;
    transform: translateY(0);
}
.membersdetails h2{color:#FFFFFF; font-size:30px; line-height:35px; position:absolute; top:0; right:0; z-index:10;}
.membersdetails h2 span{display:block;}
.membersdetails h2.mecb1{top: 28%; right: 2%;}
.membersdetails h2.mecb2{top: 14%; right: 34%; text-align:center;}
.membersdetails h2.mecb3{top: 12%; right: 54%; text-align:center;}
.membersdetails h2.mecb4{top: 31%; right: 83%;}
.general  .wpcf7-spinner{position: absolute; right: -15%; margin: 0;}
.str1 {
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.marquee-item {
    display: inline-block;
    margin-right: 40px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:none;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:none;}
@media (min-width: 767px) {
	.contact-block .wpcf7 form.invalid .wpcf7-response-output, .contact-block .wpcf7 form.unaccepted .wpcf7-response-output, .contact-block .wpcf7 form.payment-required .wpcf7-response-output{bottom:-22px;}
	.wpcf7-form.sent .wpcf7-response-output{
	bottom:-22px;
}
}
@media (min-width: 1025px) {
	.team_wrp .row{gap:3.5%;}
	.team_wrp .row .col-md-5{width:36%; margin-right:3.5%;}
	.team_wrp .row .col-md-7{width:57%;}
	.team_wrp .team_detail h2{right:-2.1%; position:relative;}
}
@media (min-width: 1500px) {
	.team_wrp .team_detail h2{right:-1.6%; position:relative;}
}
@media (min-width: 1600px) {
	.professional_detail{margin-top:8.5%;}
	.professional_block{max-width: 1458px; margin: 0 auto;}
	.professional_block .row{column-gap:77px;}
	.professional_block .row .col-md-5{width:auto; max-width: 567px;}
	.professional_block .row .col-md-7{width:55%;}
}
@media (min-width: 1800px) {
	.team_wrp .team_detail h2{right:-5.6%; position:relative;}
}
@media (max-width: 1750px) {
	.general .spu-container h3{font-size:90px; line-height:normal;}
	.general .spu-container p{font-size:35px; line-height:normal;}
	.general .spu-container form{max-width:580px;}
	.general .spu-container .form-control{font-size: 28px;
    line-height: 28px; padding: 8px 20px;}
	.general .spu-container form{gap:20px;}
	.general .spu-container form .sub p{width:250px; height: 60px;}
	.general .sub p input{font-size:32px;}
	.general .sub p::after{background-size: 45px; background-position: left center;}
	#spu-103 .spu-container{padding:15px 15px 30px !important;}
}
@media (min-width: 1025px) and (max-width: 1750px) {
	#spu-103{max-width:850px !important;}
	.team_wrp .team-shape{max-width:350px;}
}
@media (max-width: 1800px) {
	.membersdetails h2{color:#FFFFFF; font-size:25px; line-height:30px;}
}
@media (max-width: 1600px) {
	.globalcontent h1{font-size:70px;}
	.globalcontent h2{font-size:50px;}
	.globalcontent h3{font-size:40px;}
	.globalcontent h4{font-size:40px;}
	.globalcontent h5{font-size:35px;}
	.globalcontent h6{font-size:30px;}
	.globalcontent p{font-size:30px;}
	.globalcontent ul li{font-size:30px;}
	.globalcontent ol li{font-size:30px;}
	.membersdetails h2{color:#FFFFFF; font-size:18px; line-height:normal;}
}
@media (max-width: 1600px) {
#spu-103{max-width:550px !important; margin:0 auto; right:0; left:0 !important; }
	    #spu-103 .spu-container {
        padding: 50px 15px 80px !important;
    }
	.general .spu-container h3{font-size: 60px;
        line-height: normal;
        max-width: 200px;}
	.general .spu-container p{font-size:35px; line-height:normal;}
	.general .spu-container form{max-width:450px;}
	.general .spu-container .form-control{font-size: 25px;
        line-height: 25px;
        padding: 10px 20px;}
	.general .spu-container form{gap:13px;}
	.general .spu-container form .sub p{width: 146px;
        height: 40px;
        padding: 0;}
	.general .sub p input{font-size: 25px;
        height: 40px;
        padding: 0 30px 0 0;}
	.general .sub p::after{background-size: 30px;
        background-position: left center;}
}
@media (max-width: 1200px) {
	.membersdetails h2{color:#FFFFFF; font-size:16px; line-height:normal;}
}
@media (max-width: 1024px) {
	.globalcontent h1{font-size:60px;}
	.globalcontent h2{font-size:45px;}
	.globalcontent h3{font-size:35px;}
	.globalcontent h4{font-size:30px;}
	.globalcontent h5{font-size:28px;}
	.globalcontent h6{font-size:25px;}
	.globalcontent p{font-size:25px;}
	.globalcontent ul li{font-size:25px;}
	.globalcontent ol li{font-size:25px;}
	#spu-103{max-width:550px !important; margin:0 auto; right:0; left:0 !important; }
	    #spu-103 .spu-container {
        padding: 50px 15px 80px !important;
    }
	.general .spu-container h3{font-size: 60px;
        line-height: normal;
        max-width: 200px;}
	.general .spu-container p{font-size:35px; line-height:normal;}
	.general .spu-container form{max-width:450px;}
	.general .spu-container .form-control{font-size: 25px;
        line-height: 25px;
        padding: 10px 20px;}
	.general .spu-container form{gap:13px;}
	.general .spu-container form .sub p{width: 146px;
        height: 40px;
        padding: 0;}
	.general .sub p input{font-size: 25px;
        height: 40px;
        padding: 0 30px 0 0;}
	.general .sub p::after{background-size: 30px;
        background-position: left center;}
	.team_wrp .team_slider .team-box img{height:auto; object-fit:cover;}
	.benefit_wrp .btn-main{min-width:max-content;}
}
@media (max-width: 767px) {
	.globalcontent h1{font-size:45px;}
	.globalcontent h2{font-size:35px;}
	.globalcontent h3{font-size:30px;}
	.globalcontent h4{font-size:25px;}
	.globalcontent h5{font-size:22px;}
	.globalcontent h6{font-size:22px;}
	.globalcontent p{font-size:22px;}
	.globalcontent ul li{font-size:22px;}
	.globalcontent ol li{font-size:22px;}
	.spu-close-top_right{width: 20px;
    height: 20px;
	right: 10px;
    top: 10px;
    color: white !important;
    text-shadow: none !important;
    font-size: 15px !important;
    font-weight: 100;
	}
	.general .spu-container h3{font-size: 80px; line-height: 80px; max-width: 270px;}
	.general .spu-container p{font-size:25px; line-height:normal;}
	.general .spu-container form{max-width:90%;}
	.general .spu-container .form-control{font-size: 20px;
    line-height: 20px; padding: 11px 15px;}
	.general .spu-container form{gap:15px;}
	.general .spu-container form .sub p{width:160px; height: 50px;}
	.general .sub p input{font-size: 35px; line-height: normal; height: auto; padding: 0 26px 0 0;}
	.general .sub p::after{background-size: 35px; background-position: left center; left:70px;}
	.contact-wrp .contact-block form .sub{width:100%;}
	.contact-wrp .contact-block form p{width:100%;}
	.contact-wrp .contact-block form .sub p{background: #fccc00;
        height: auto;
        border-radius: 68px;}
	.contact-wrp .contact-block form .sub p input{color: #2F853B;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Noto Sans Hebrew ExtraCondensed';
    background: transparent;
    border-radius: 68px; width:100%; height: 40px; font-weight: 600;}
	.contact-wrp .contact-block form .sub .wpcf7-spinner{position:absolute;}
	.contact-wrp .contact-block form .sub p::after{background-image: url(../images/popuparw.png); width: 45px;
        height: 18px;
        z-index: 2;
        left: 21%;}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{position:relative;}
	.wpcf7 form.sent .wpcf7-response-output{margin:0; font-size:20px;}
	.wpcf7-form.sent .wpcf7-response-output{position:relative;}
	.custom-prev{display:none;}
	.custom-next{display:none;}
	.custom-prev.mopre{display:block;}
	.custom-next.monext{display:block;}
	.general .spu-container{background-size:cover;}
	#spu-103 { max-width: 90% !important;}
	
	.membersdetails h2{line-height:normal;}
	.membersdetails h2.mecb1{top: inherit !important; right: 3% !important; bottom: 11%; text-align: center;}
	.membersdetails h2.mecb2{top: inherit !important;
    right: 28% !important;
    text-align: center;
    bottom: 6%;}
	.membersdetails h2.mecb3{top: inherit !important;
    right: 55% !important;
    text-align: center;
    bottom: 11%;}
	.membersdetails h2.mecb4{top: inherit !important;
    right: 75% !important;
    text-align: center;
    bottom: 6%;}
	.benefit_wrp .btn-main{
		font-size: 29px;
        line-height: 30px;
        padding: 8px 20px 8px;
        gap: 10px;
	}
}
@media (max-width: 640px) {
	.hero_sec .hero_detail h1{font-size: 79px;
        margin: 0 auto;
        max-width: 250px;}
	.hero_sec .hero_detail h3{font-size: 25px; line-height:normal; max-width:270px;}
	/*.hero_sec .hero_bg img.mobile-img{min-height: 280px;
        object-fit: cover;
        object-position: center;}*/
	.club_block p br{display:none;}
	
	
}