@import url(responsive.css);



    
                        /* شريط القائمة الرئيسية */
#menu
    
    {
        
    background-color: #3564f6;
    height: 70px;
    width: 100%;
    color: #c1c1c1;
 /*   border: 1px solid #ececec;  */
    
   /* position: fixed; 
    هذا كود تثبيت الشريط العلوي*/

    }


                        /* الشعار */
.logo
    
    {
        
    float: right;
    
   /* padding: 10px;
    float: right;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
    font-size: 25px;
    line-height: 25px; */
    
    }





                        /* المربع الذي يجمع تعريف التطبيق وازرار التحميل */

.text_1
    
    {
        color: #3564f6;
        padding-left: 30px;
        padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 22px;
        text-align: center;
    
    }


.text_2
    
    {
        padding-left: 50px;
        padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
        text-align: left;
    
    }

/* المربع الذي يجمع ايميل التواصل */
#contact {
  color: #434343;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ececec;
  bottom: 0;
}

.contact2 {
  font-size: 13px;
  color: #434343;   
  bottom: 0;
}

/* النص أسفل الصفحة */
#wsfooter {
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  color: #c1c1c1;  
  bottom: 0;
}