@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

body {
	font-family: 'Alef Hebrew', serif;
	
}
.digits{
	direction:ltr !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Alef Hebrew', serif;
	direction:rtl;
	font-weight: 300;
	margin: 0;
	color: #444;
}

.big-title h1, .big-title h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 100;
}

.text-info h1 {
	font-size: 28px;
    line-height: 34px;
    font-weight: 100;
	
}



h2 {
    font-size: 28px;
	line-height: 26px;
	color: #00476c;
	
}
h3 {
    font-size: 24px;
	line-height: 28px;
	color: #444;
	
	
}

ul, ol {
	
	text-align:right;
	font-size:16px;
	
}

p {
	font-family: 'Alef Hebrew', serif;
	direction: rtl;
	text-align:right;
	font-size:17px;
	
}

.contact-details {
	float: left;

}
.page-banner {
	direction:rtl;
}
.navbar {
	margin-bottom: 0;
	min-height:100px;
	background: #fff;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.logo {
    width: 30%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.navbar-brand {
	position: relative;
	padding: 5px 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
  margin-top: 70px;
 
}

.navbar-nav>li {
  float: right;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
}

.navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
  margin-top: 10px;
  text-align:right;
}

.page-banner {
  height:1px;
 
  background: #efefef;
  direction:rtl;
}



@media (max-width : 767px) {
.contact-widget ul li {
  margin-bottom: 12px;
  text-align: right;
 
}

}
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea, .email {
    color: #666fb5;
    font-size: 16px;
	text-align:right;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#main-slide .slider-content h2{
	font-size: 55px;
	font-weight: 100;
	text-transform: uppercase;
    color: #00476c;
	
	
}

#main-slide .slider-content h3{
	font-size: 48px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	margin-top: 60px;
	
}

.plan-list {
	 text-align:right;
     float:right;
}

.pricing-table .plan-list li {
    padding: 8px;
    font-size: 17px;
    border-bottom: 1px solid #eee;
}