
body{
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	color: #2799C1;
	direction: rtl;
	text-align: center;
	
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*-------------------header-----------------*/


.content_big_div{
	position: fixed;
	background-color: #fff;
	width: 100%;
}



.navbar {
    position:;
    z-index: 10;
    width: 100%;
    text-align: center;
	margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #2799C1;
	font-size: 23px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
	min-height: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

.nav > li > a {
    padding: 10px 10px;
}



@media (min-width: 768px){
.navbar-nav {
    margin-top: 0px;
}	
}



.navbar-expand-lg .navbar-collapse {

}

.navbar-light .navbar-nav .nav-link {
    color: #2799C1;
	font-size: 23px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

.bg-light {
    background-color: #fff !important;
}

@media (min-width: 768px){
	
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-right: 0px;
    margin-left: auto;
	margin-top: 100px;
}	
	
	
}



.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin-top: 20px;
}


.logo{

	width: 250px;
	height: 43px;	
}

@media (min-width: 992px){
	
.logo{
	width: 350px;
	height: 60px;
}
	
	
}


/*-------------------date-----------------*/


.date_div {
    position:;
    z-index: 10;
    width: 100%;
    text-align: center;
	margin-top: 0px;
	background-color: #fff;
}

@media (min-width: 768px){
	
.date_div {
	margin-top: 0px;
}	
	
.the_date{
	font-size: 33px;
}	
	
.btn-primary {
	font-size: 20px;
    padding: 10px 16px;

}	
	
.date_input{
	font-size: 20px;
	margin-top: -34px;
}	
	
}


.jumbotron {
    background-color: #2799C1;
	border-radius: 0px;
    padding: 15px 10px;
	margin-bottom: 0px;
}

.btn-primary {
	background-color: #fff;
	border-radius: 12px;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	color: #2799C1;
	font-weight: bold;
    border-color: #2799C1;
    padding: 10px 4px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0B5468;
  border-color: #0B5468;
}


.the_date{
	font-size: 23px;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	font-weight: bold;
	font-weight: 500;
}

.date2{
	background-color: #CAF1FA;
	margin-top: 0px;
	color: #2799C1;
	font-size: 21px;
	font-family: 'Rubik', sans-serif;	
	font-weight: normal;
    padding: 0px 10px;
}

.date_input{
	border: none;
	border-radius: 10px;
	color: #2799C1;
	font-family: 'Rubik', sans-serif;	
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin-top: -15px;
	width: 90%;

}

select.form-control:focus::-ms-value {
  color: #2799C1;
  background-color: #fff;
}

.form-control:focus {
  color: #2799C1;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.quick_title{
	color: #2799C1;
	font-family: 'Rubik', sans-serif;	
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	margin-top: 15px;
}



/*-------------------content_div-----------------*/


.content_div2{
position: static;
	text-align: center;
	padding-top: 215px;
}


.pic1{
	width: 100%;
	height: auto;
}

@media (min-width: 768px){
.content_div2{
	padding-top: 420px;
}
}

