@charset "utf-8";
/* CSS Document */
body {background-image:url(images/bg-img.jpg);
color:#FFF;   
}

/*img.center {display: block;
 margin-left: auto;
 margin-right: auto;
}
.container {
	margin: 0px auto;
	max-width: 1300px;
}*/
h1 {
    font-size: 52px;
    margin: 0.20em 0;
	color:#FFF;
}
a{ color:#FFF !important;}
	
	/*=========================================   16 */
/* agnis list 16 */
.agnis-list-16 {
	width:auto;
	background:rgba(68, 68, 68, 0.71);
	color: #8b8b8b;
	padding: 30px 20px 30px 20px;
	border-radius: 6px;
}
.agnis-list-16 span {
	color: #F90;
}

.agnis-list-16 ul{
	clear:both !important;
	list-style:none;
	}

.agnis-list-16 li{
	margin: 5px 0px 0px 0px;
	float: left;
	width: 100%;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #555;
	list-style:none;
}
.agnis-list-16 li:last-child {
    border-bottom: 0px solid #555;
}

.agnis-list-16  .icon-box {
	width: 15%;
	text-align: center;
	float: left;
	font-size: 350%;
	color: #bdbdbd;
	}
.agnis-list-16 li .icon-description {
	width: 85%;
	float: left;
}

.icon-description small {
	display: block;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 0px;
	font-size: 120%;
	color: #F7D346;
	font-weight: 700;
	text-transform: uppercase;
}
.icon-description h5 {
	padding: 5px 0px 0px 8px;
	font-size:16px;
	line-height:22px;
	margin: 0;
	font-weight: 300;
	color: #FFF;
	text-transform: none !important;
}

.agnis-list-16 h3{
	margin:0px;
	padding:20px 30px;
	font-size:200%;
	color:#fff;
	}
.footer {
	float:right;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.agnis_heading_13 {
	margin: 2em 0 0.5em 0;
	font-size: 28px;
	line-height: 40px;
	padding: 10px 15px;
	color: #f9f751;
	font-family: 'Muli', sans-serif;
	display:inline;
	text-align:center;
}

.agnis_heading_12 {
	margin: 2em 0 0.5em 0;
	font-weight: normal;
	position: relative;
	text-shadow:#333;
	font-size: 28px;
	line-height: 40px;
	background: rgba(53,86,129, 0.8);
	border: 1px solid #CCC;
	padding: 10px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif;
	display:inline;
	text-align:center;
}
.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}


.agnis_list_09{
    width:90%;

}
.agnis_list_09{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 16px;
	font-weight:600;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 4em;

}
.agnis_list_09{
    margin: 0 0 0 2em;
}

.agnis_list_09 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #F9C73A;
    color: #444;
    text-decoration: none;


    transition: all .2s ease-in-out; 
}

.agnis_list_09 a:hover{
    background: #F9C73A;
    text-decoration:none;
    transform: scale(1.1);
}
.agnis_list_09 a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;	
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #F9C73A;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;

    color:#FFF;
}
/*=========================================agnis list 09 END =============================================*/

