/* **********************Navbar************* */
.navbar-brand{
    color: red !important;
    font-weight: bold;
}
.navbar-brand:hover{
    color: #fff !important;
}
ul{
    direction:rtl;
}
/* **********************header************* */




h2{position: absolute;
    z-index: 1;
     color: #fff; 
      left: 20%;
      top: 45%;
   }
   .m{
    position: absolute;
    z-index: 1;
     color: #fff; 
      left: 25%;
      top: 55%;
      font-size: 40px;
      
   }
   /* ************************About section************* */
.about{padding: 80px 0; background-color: #dddd;}
.about p{margin: 30px 0 ;}
.about button{border-radius: 50px 80px;}
.line{height: 3px; width: 7%; background-color: red; margin: auto;}
/* *************************services************** */
.services {padding: 80px 0;}
.services .line{margin-bottom: 30px;}
/* ***********************footer/******************* */
.k{
    text-align: center;
 }
 footer{background-color:#f06767 ; padding: 70px 0; color: #fff; }
 footer span{color: #fa3737; }

