/*  ////////////////       widgets      ////////////////  */

.widgets {display:block;}


.widget1 { display:block; margin: 16px; border:1px solid brown ; border-radius: 8px; padding: 15px 0 25px 0;
 background-image: url("../layout/widget01.jpg"); background-size: 100%;
background-image: linear-gradient(90deg, #AE2422, #BF2A24, #DC3427,#C82E24, #AE2422 ); 
 color: white; }

.widget-details1 { border-right: 3px solid orange; color:white; padding:0 10px;}

.widget2 { display:block; margin: 16px; border:1px solid #2C486C ; border-radius: 8px; padding: 15px 0 25px 0;

background-image: url("../layout/widget01.jpg"); background-size: 100%; 

background-image: linear-gradient(90deg, #345077, #445E83, #526C8F,#445E83, #345077 ); 

 color: white; }

.widget-details2 { border-right: 3px solid #7C93BA; color:white; padding:0 10px;}

.widget-ol {
  margin-right:20px ;
  font-family : DroidKufiRegular;
  font-size:9pt;
  text-align:justify;
  line-height:1.3;
}



.widgetsindex { 
	display: block; 
	float:right;
	width:22%; 
background:inherit} 

.a-widget5 {   display:block;  border: 1px solid #777777;   background: #174074; color: white!important; padding: 5px;  margin:8;  box-shadow: 5px 5px grey; }

.widget-title{  color: white; text-align:center;  background-color: #DA3626; background-image: url("../ayout/widget03.jpg"); background-image-size: 100%;  }


.widgetsindex { 
	display: block; float:right;
	width:22%; 
background:inherit} 




@media screen and (max-width:600px){  
	.widgets {width:100%;} 
}
