@FONT-FACE {
	font-family: "DroidArabicKufiRegular";
	src: url("DroidKufi-Regular.ttf");
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
   font-family: "DroidArabicKufiRegular";
    direction: rtl;
}
body{
    background-color: #F5F5F5;
}
a, .btn, button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}
p{
margin: 0px;
padding: 0px;
}

#blocdesk{
display: block;
}
#blocmob{
display: none;
}

/*====== Start Styling =====*/

/*====== SideBar ======*/
/*====== SideBar ======*/
/*====== SideBar ======*/
.title {
    color: #20589d;
    font-size: 15px;
}


.title2{
    color: #20589d;
    font-size: 15px;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 20px;
    margin: 25px 0px 0px 0px;
    background-color: rgba(214, 227, 237, 0.56);
}
.mobonly{
display: none;
}

@media (max-width:480px){
    .title2{
        font-size: 13px;
    }
    table * {
        font-size: 12 !important;
        text-align: right !important;
    }
    
    .activ *{
        font-size: 12 !important;
    }
}
@media(min-width:992px){
    .side {
        width: 295;    
    }
}
@media(min-width:1199px){
    .heart{
        width: 850px;
        margin-top: -29 !important;
    } 
}

.heart, .side {
    padding: 0;
}
@media(max-width:992px){
    .heart{
        margin-top: -20
    }
}
@media(min-width:992px) and (max-width:1200px){
    .heart{
        margin-top: -29
    }
}
.part{
    border-bottom: 2px solid #F5F5F5;
    background-color: white;
}

.side {
    background-color: white;
}

/*===== Nav ====*/
nav{
    background-color: white;
    min-height: 64;
}

@media(min-width:768px){
  nav ul{
    height: 61px;
    }  
}
.navbar-toggle span{
    background-color: #fff;
}
.navbar-toggle{
    background-color: #4460A0;
}

nav ul {
    background-color: white;
}
nav li {
    float: right !important;
}

nav ul  .active{
    background-color: #f0f0f0;
}

nav ul li:first-child a {
    padding: 21 30;
}
nav ul li i{
    color: #6B717B;
    padding: 7 10;
    font-size: 19px !important;
}
nav ul li a{
    color: #6B717B;
}
 nav ul li:hover a{
    background-color: #939393;
    cursor: pointer;
    color: rgba(105, 152, 199) !important;
}

@media (max-width:768px){
    nav li {
    float: none !important;
    }
    nav ul li i{
    color: #6B717B;
    padding: 7 0 ;
    font-size: 19px !important;
    }
    nav ul li i{
    margin: 7 10;
    }

#blocdesk{
display: none;
}
#blocmob{
display: block;
margin-top: 0px;
}

}
@media (min-width:992px){
    .navbar .navbar-nav {
      display: inline-block;
      float: none !important;
      vertical-align: top;
    }

    .navbar .navbar-collapse {
      text-align: center;
    }
}
/*===== Name =====*/
.side .part:first-child {
    background-color: rgba(105, 152, 199, 0.72);
    margin-top: -9;
    height:40;
    border: none;
    padding: 0;
}
.side div h5{
    color: #5f5f5f;
    color: white;
    padding: 5px 0;
    line-height: 2;
    text-shadow: 1px 1px 1px grey;
}
/*===== Informations =====*/
.side table {
    margin: 10 10;
}
.side th , .side td {
    font-size: 11px;
    padding: 3px 3px;
    text-align: right;
    color: #545c64
}

/*===== media =====*/
.media {
    padding:  0 15px
}
.media ul{
    margin: 15 0;
}
.media li{
    background-color: #CCCCCC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;        
}
.media li i{
    line-height: 2;
    font-size: 20px;
    color: white;
    position: absolute;
    left: 12
}
.media li:hover{
    cursor: pointer;
background-color: #CCC;
}
.media li:nth-child(1){
    background-color: #CF2323;
transition: all 300ms linear 0s;
}
.media li:nth-child(1):hover{
    background-color: #CCC;
transition: all 300ms linear 0s;
}
.media li:nth-child(2){
    background-color: #1686B0;
transition: all 300ms linear 0s;
}
.media li:nth-child(2):hover{
    background-color: #CCC;
transition: all 300ms linear 0s;
}
.media li:nth-child(3){
    background-color: #275A85;
transition: all 300ms linear 0s;
}
.media li:nth-child(3):hover{
    background-color: #CCC;
transition: all 300ms linear 0s;
}
.media li:nth-child(4){
    background-color: #E90606;
transition: all 300ms linear 0s;
}
.media li:nth-child(4):hover{
    background-color: #CCC;
transition: all 300ms linear 0s;
}
.media li:nth-child(5){
    background-color: #5AA8DF;
transition: all 300ms linear 0s;
}
.media li:nth-child(5):hover{
    background-color: #CCC;
transition: all 300ms linear 0s;
}
.media li:nth-child(6){
    background-color: #4460A0;
transition: all 300ms linear 0s;
}
.media li:nth-child(6):hover{
    background-color: #CCC;
transition: all 300ms linear 0s;
}
.media li:nth-child(4) i{
    left: 10;
}
.media li:nth-child(6) i{
    left: 14;
}
.media li:nth-child(2) i{
    bottom: 2;
    
}

/*===== Skills =====*/
.side .skills{
    padding: 10 30;
}
.side .skills .progress, .side .skills .progress-bar {
    height: 11;
    line-height: 1;
    width: 90%;
    float: left;
    font-size: 11;
    text-shadow: 1px 1px 1px #484848;

}

/*===== language =====*/
@keyframes move {
    0%{
        transform: scale(1)
    }
    
    50%{
        transform: scale(1.2)
    }
    100%{
        transform: scale(1)
    }
}
.lang  {
    margin: 0 15;
    perspective: 600px
}
.lang ul {
    padding: 10 0;
}
.lang li {
    padding: 0;
    margin: auto -4;
    
}
.lang li:hover {
    animation: move 0.5s 1;
}
.lang li:hover img{
    cursor: pointer;
}
.lang img{
    width: 100%
}


/*===== Personal =====*/
.side .personal{
    padding: 10 30;
}
.side .personal .progress, .side .personal .progress-bar {
    height: 11;
    line-height: 1;
    width: 90%;
    float: left;
    font-size: 11;
    text-shadow: 1px 1px 1px #484848;

}

/*===== Empty div*/
.side .empty{
    min-height: 38px;
}


/*====== Heart of Site =====*/
/*====== Heart of Site =====*/
/*====== Heart of Site =====*/
.heart .part{
    border-bottom: 2px solid white;
}

/*===== Site =====*/
.heart .site .row {
    margin: 0;
    padding: 30 0 0 5;
}
.heart .site li {
    font-size: 12;
    color: #767676;
    padding: 5 0;
}
.heart .site .list{
    padding: 0 30;
}
.heart .site li i{
    padding-left:7px
}

/*===== Experiences =====*/
.exp{
    padding: 20 0 0 0
}
.exp table{
    margin: 0 200 0 0;
}
@media(max-width:1200px){
   .exp table{
    margin: 0 20 0 0 
} 
}
.exp th, .exp td{
    font-size: 12px;
    padding: 20 15px;
    color: #5a5a5a;
    position: relative;
}
.exp th{
    color: black;

}
.exp img{
    position: absolute;
    top: 22;
    right: 6;
    z-index: 1;
}

.exp tr:last-child{
    position: relative;
}

.exp tr:last-child td{
    margin-right: 14;

}


.exp table span{
    position: absolute;
    top: 12;
    background-color: #F5F5F5;
    width: 2px;
    height: 340px;
    z-index: 0;
}
@media max-width(480px){
    .exp table span{
        height: 400px
    }
}
/*===== Education =====*/
.edu{
    padding: 0 0 20 0
}
.edu table{
    margin-bottom: 20px;
        margin-right: 3%;
        margin-left: 3%;
}

@media(max-width:1200px){
    .edu table{
        margin-right: 3%;
        margin-left: 3%;
}
}
.edu th{
    border: 1px solid #efefef;
    padding: 10px 15px;
}
.edu td{
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    padding: 10px
}
.edu tr:nth-child(1){
    color: #225FFB;
}
.edu tr:nth-child(2){
    color: #4ABA33;
}
.edu tr:nth-child(3){
    color: #099C97;
}
.edu tr:nth-child(4){
    color: #EE4849;
}
.edu tr:nth-child(5){
    color: #DDB44F;
}
.edu tr:nth-child(6){
    color: #A73DB9;
}


/*===== Activties =====*/
.activ{
    padding: 0 0 20 0
}
.activ ul{
    display: inline-block;
    width: 45%;
vertical-align: top;
}

.activ li{
    padding: 10px 15px;
    font-size: 13px;
    color: #797979;
}



/*===== Footer =====*/
footer .container{
    background-color: #5A5D62;
    color: white;
    padding: 15px 0px;
padding-bottom: 6px;
}

footer a:hover {
    color: white
}
footer a {
    font-size: 12px;
    color: #d3d3d3
}

footer h6{
    font-size: 11px;
}

footer li{ 
    position: relative;
}
footer span{
    position: absolute;
    top: 5 ;
    left: -3;
    background-color: white;
    width: 2px;
    height: 8px
}






.form-input input, .form-input textarea {
margin-bottom: 14px;
width: 100%;
border: 1px solid #CBCBCB;
height: 38px;
padding-right: 3%;
padding-top: 5px;
}

.form-input textarea {
height: 70px;
}

.form-submit input {
background: #FABF09;
width: 100%;
}


@media (max-width:720px){
.mobonly{
display: block;
margin-top: 29px;
}
}
