
/*-------------first block-------------------------------start-------------------------------------*/

 /*-------big img---start--*/
 
    .pading-space-rigth 
    {
    padding-right: 2rem;
    }
    .img-border
    {
    border-radius: 10px;
    }
    .hover-zoomin-news , .hover-zoomin-news:hover
    {
        content: '';
        /* position: absolute; */
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        overflow: hidden;
        border-radius: 10px;
    }
    .hover-zoomin-news img   
    {
   
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1);  
    display: block;
    }
    .hover-zoomin-news:hover  img 
    {
  
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);


    }
     
      /*-------big img---end----------*/
 
 
 
      /*----small img & text---start--*/
 
 
      /****css code in main.css****/
   
      /*----small img & text---end--*/
 
 /*-------------first block--------------------------------------end------------------------------*/
   

 /*****second block*****/
 /****news description**/
 .font-style-first
   {
    font-size: 16px;
    font-family: 'Tajawal-Regular',sans-serif;
    color: #283945;
   }

  
 .main-newsTitle-text
   {
    font-size: 20px;
    color: #2C3033;
    font-family: 'Tajawal-Bold',sans-serif;
   }

  
  .programs-btn 
 {
   font-size: 12px;
   font-family: 'Tajawal-Medium',sans-serif;
   background-color: #D8D9D1;
   border-radius: 28px;
    
 }
 .border-Bline
 {
    border-top: 2px solid #D8D9D1;
 }
 .line-7
 {
  height: 3px;
  width: 59px;
  background: #FF00A8 0% 0% no-repeat padding-box;
  margin-top: 22px;
  }




 