.contact input[type=text],
.contact input[type=password], 
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: right
 
}

input[type=submit] {
    
    background-color: #2cb2bc;
    color: white;
    padding: 12px 40px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center
  
}

input[type=submit]:hover {
    background-color: #2cb2bc;
    
}

.no-underline:hover {
  text-decoration: none; 
}
.date span {
    display: block;
    text-align: center;
    color: #2ca2ce;
    font-weight: 700;
    line-height: 22px;
}
span {
    margin: 0;
    padding: 0;
}
.date {
/*    font-size: 22px;*/
    color: #979797;
    margin-left: 20px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 55px;
    height: 50px;
    padding-top: 5px;
    box-shadow: -4px -4px 4px rgba(0, 0, 0, .3);
}
/* /////////////////////////////////////////////// */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bg-light{
    background-color: #ecedef !important;
}
.navbar-collapse{
    text-align: center;
}
.navbar .navbar-nav .nav-item .nav-link{
    font-size:18px;
    font-family: Droid Arabic Kufi,sans-serif;    
    color: #2d383f;
    padding: 14px;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color:rgb(209, 44, 44);
}
/* ------------------------------------------------------------------------------------------------ */
.jumbotron{
    background-color: #F9F9F9;
}
.jumbotron a{
    color: #3B97BA;
    font-weight: bold;
}
/* ------------------------------ */
#sidebar a{
    color: #2d383f;
}
@media screen and (max-width: 1000px) {
    #sidebar{
        display: none;
    }
}

@media screen and (max-width : 600px){
    .imageHide{
        display: none;
    }
}
/* -------------------------------------------- Akars Div ----------------*/
.akarBackground{
    background: url(../images/back.jpg);height: 250px;
}
.divOverlay{
    clear: both;
    margin-top : 140px;
    color: white;background-color: hsla(0,0%,100%,.85);width: 100%;height: 86px;    
}
.divOverlay a h5{
    color: #3b97ba;
}
/*------------------------------------- Footer -------------------------*/
.ficon a{
    padding: 10px 22px;
}
.ficon a .fab{
    padding: 10px;
    height: 100px;
    color: white;
}
.foot .trips a{
    font-size: 16px;
    padding: 15px 6px;
}
.foot a{
    color: #3b97ba;
    font-size: 18px;
    padding: 16px;
}
.footlink .nav-item .nav-link{
    color: #2d383f;
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
    .willHidden{
        display: none;
    }
}
/* ------------------------------ */
.card .card-footer .btn{
    background-color: white !important;
    padding: 4px 12px;
}
/* --------------------------------- */
.pagination .page-item .page-link{
    margin-left: 2px;
    font-weight: bold;
    color: red;
}
.pagination .active .page-link{
    background-color: silver;
    color: #2d383f;
}
/*.pagination .but .page-link{
    background-color: red;
    color: white;
}*/
/* -------------------------------- add Announcement --------------*/
.meza .fa{
    color: #38ae43;
}
/* --------------------------------------- page of announcement ---------------------------------- */
.Akars .line- h1 span { 
    background:white;
    color: rgb(84, 83, 85);
    padding:0 10px; 
}
.Akars .line- h3 span{ 
    background:white;
    color: rgb(84, 83, 85);
    padding:0 10px; 
}
.Akars .line- h3{
    color: white;
    font-weight: bolder;
    width: 100%; 
    font-size: 22px;
    text-align: center; 
    border-bottom: 1px solid rgb(58, 8, 8);
    line-height: 0.1em;
    margin: 10px 0 20px; 
 }
.Akars .line- h1{
    color: white;
    font-weight: bolder;
    width: 100%; 
    font-size: 22px;
    text-align: center; 
    border-bottom: 1px solid rgb(58, 8, 8);
    line-height: 0.1em;
    margin: 10px 0 20px; 
 }
 .announce .icons span{
    display: inline-block;
    width: 70px;
    border: 2px dotted white;
    height: 70px;
    margin: 6px;
    background-color: rgb(241, 187, 187);
}
.contrInput .form-control{
    width: 50%;
}
.h2style h2{font-size: 1.5rem;}
.stlh2  , .stlh1 {font-size: 1.5rem;}
.home-h2 h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    background: url(./img/header-bg.png) repeat;
    padding: 6px 10px;
}
.stl h4{font-size: 1rem;}