/* CSS Document */

body{
	font-family: 'Heebo', sans-serif;
}

h1{
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
}

h2{
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
	color: #9E8354;
	margin-top: 0px;
	margin-bottom: 15px;
}

h3{
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #9E8354;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4{
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #93764D;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}

h5{
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #93764D;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}

h6{
	font-family: 'Heebo', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #90183C;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: right;
}

h7{
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006C7E;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: right;
}



@media (min-width: 768px) {
h1{
	font-size: 28px;
}

h2{
	font-size: 26px;
	margin-bottom: 15px;
}

h3{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;
}

h4{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h5{
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}	
}

.title_icone{
	width: 40px;
}

.title_icone2{
	width: 50px;
}

.title_white{
	color: #ffffff;
}

.title_white2{
	color: #A6CDF5;
}

p{
	font-family: 'Heebo', sans-serif;
	font-size: 17px;
	margin-top: 5px;
}


button, .button {
	font-family: 'Heebo', sans-serif;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 30px;
    background-color: #6C7F49;
    border-color: #6C7F49;
    color: #fff;
    transition: background-color 300ms ease-out;
}

button:hover {

    background-color: #505E30;
    border-color: #505E30;
}


/*--------------------------------navbar-----------------------------*/


.logo{
	width: 250px;
	padding: 20px;
}

.navbar{
	position: absolute;
	z-index:10;
	width: 100%;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #9E8354;
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
}

.nav_icone{
	width: 40px;
}

.nav_btn1{
	text-align: center;
	height: 90px;
	border-bottom: 1px solid #9E8354;
}

.nav_btn2{
	text-align: center;
	height: 90px;
}

.navbar-default {
    background-color: #EAD9B9;
    border-color: #EAD9B9;
}

.navbar-toggle {
    background-color: #F4EADC;
}

.navbar-default .navbar-toggle {
    border-color: #F4EADC;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #82653C;
}

.container-fluid {
    margin-top: -60px;
}

@media (min-width: 768px){
.navbar-nav > li > a {
    padding: 5px 5px 15px 5px;
}	
	
.container-fluid {
    margin-top: 0px;
}
	
}




#wrapper {
    position: absolute;
    top: 10%;
    left: 90%;
    margin-left: 0px;
    width: 45px;
    text-align: center;
}

a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: padding-box;
    box-sizing: border-box;
    color: #9E8354;
    text-decoration: none;
    font-size: 1.188em;
}

a:hover{
    text-decoration: none;
    color: #9E8354;
}

#wrapper > a {
    padding-top: 10px;
    height: 45px;
    background-color: #9E8354;
    color: #F4EADC;
}

#wrapper > a,
ul {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul {
    overflow: hidden;
    margin-top: 14px;
    margin-left: 0;
    background-color: #F4EADC;
	width: 150px;
	padding: 0px 0px 0px 0px;
}

ul a {
    padding-top: 13px;
    height: 45px;
}

li:hover {
    background-color: #fff;
}

li:first-of-type:hover::before {
    border-bottom-color: #fff;
}

li:first-of-type::before {
    position: absolute;
    display: block;
    margin-top: -6px;
    margin-left: 19px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F4EADC;
    border-left: 6px solid transparent;
    content: "";
}





/*--------------------------------slider-----------------------------*/
.slider{
	width: 150%;
	margin-top: 130px;
	
}

@media (min-width: 768px){
.slider{
	width: 100%;
	margin-top: 130px;
	
}
}

/*--------------------------------title1-----------------------------*/

.title1_div{
	background-color: #6D8252;
	padding: 15px;
	color: #fff;
	font-family: 'Heebo', sans-serif;
}



/*--------------------------------about-----------------------------*/

.about_div{
	background-color: #E1EAE3;
	padding-top: 30px;
	padding-bottom: 25px;
}

.about_pic{
	width: 200px;
	border-radius: 150px;
}

.about_pic2{
	width: 80px;
	border-radius: 150px;
}


/*--------------------------------book-----------------------------*/

.book_div{
	background-color: #EDDFC8;
	padding-top: 35px;
	padding-bottom: 25px;
}

.book_pic{
	height: 270px;
}

.cost{
	font-weight: bold;
	color: #6C7F49;
	font-size: 25px;
}

.cost_right{
	margin-top: 27px;
}

.book_div2{
	background-color: #E2D0B7;
	padding-top: 25px;
	padding-bottom: 15px;
}

.praise_book_text{
	color: #93764D;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}


.owl-carousel .owl-theme{
	    direction: rtl;
}


/*--------------------------------gluya-----------------------------*/

.gluya_pic{
	width: 500px;
}

.postcards_div{
	background-color: #ffffff;
	padding-top: 35px;
	padding-bottom: 25px;	
}



.postcards_sml_title{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 0px;
}

.simulation_title{
	margin-bottom: 0px;
}

.simulation_sml_div{
	margin: 0px;
	padding: 0px 10px;
}

/*--------------------------------סדנאות-----------------------------*/

.icone2{
	color: #93764D;
}

.mind_div{
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mind_title2{
	text-align: right;
	font-size: 20px;
	color: #366774;
}

.Workshops_div{
	/*display: grid;
	  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
	gap: 20px 20px;*/
	background-color: #E1EAE3;
	margin-bottom: 20px;
	padding-top: 20px;
	
}


.Workshop2{
	padding: 0px 0px;
	text-align: right;
}

.Workshop{
	padding: 10px 0px 15px 0px;
	text-align: right;
}

.Workshop3{
	padding: 20px 0px 10px 0px;
	text-align: right;
}

.Workshop4{
	padding: 20px 20px 10px 0px;
	text-align: right;
}

.mifgash_div{
	background-color: #E1EAE3 !important;
	padding-top: 20px;
	text-align: center;
}

.mifgash_title1{
	color: #366774
}

.carousel2{
	margin-top: 40px;
}

.note{
	font-size: 15px;
}

.video_div{
	text-align:center; 
	
}

/*--------------------------------המלצות סדנאות-----------------------------*/

.carousel_customers_div{
	background-color: #ffffff;
	padding-bottom: 20px;
}



/*--------------------------------coaching-----------------------------*/

.coach_div{
	background-image: url(../images/2.jpg);
	padding-top: 35px;
	padding-bottom: 25px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #5278bf;	
}

footer a{
	color: #ffffff;
	text-decoration: none;
}

footer a:hover{
	color: #C6D1B0;
}



/*--------------------------------contact-----------------------------*/


.contact_div{
	background-color: #6D8252;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}

.credit {
    display:contents;
}


