@charset "utf-8";
/* CSS Document */
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/**-----------agnis list 01---------***/
.agnis-list-01 {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 4em;

}
.agnis-list-01 {
    margin: 0 0 0 2em;
}
.agnis-list-01 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #93C775;
    color: #000;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: 10em;
    transition: all .2s ease-in-out; 
}

.agnis-list-01 a:hover{
    background: #d6d4d4;
    text-decoration:none;
    transform: scale(1.1);
}
.agnis-list-01 a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;	
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background:#93C775;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color:#FFF;
}


/**-----------agnis list 02---------***/

.agnis-list-02{
    width:410px;
}
.agnis-list-02{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 4em;
}
.agnis-list-02 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #5975D9;
    color: white;
    text-decoration: none;
    box-shadow:inset 0.5em 0 black;
    -webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 1s;
}

.agnis-list-02 a:hover{
    box-shadow:inset 2em 0 black;;      
}
/**-------------------------------*/

/**-----------agnis list 03---------***/
.agnis-list-03{
    width:410px;
}


.agnis-list-03 {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 1em;
    padding: 0;

    counter-reset: li-counter;
}
.agnis-list-03  li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em;
    background-color: #F0D756;


    padding-left: 58px;
}
.agnis-list-03 a{
    text-decoration:none;
    color:black;
    font-size:15px;  
    font-family: 'Raleway', sans-serif;
}


.agnis-list-03 li:hover{
    box-shadow:inset -1em 0 #6CD6CC;
    -webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 0.5s;


}

.agnis-list-03  li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;

    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #6CD6CC;

    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;

    content: counter(li-counter);
    counter-increment: li-counter;
}

/**-----------------------//----------------**/

/**-----------agnis-list-04--------***/

.agnis-list-04{

    width:410px;
  
}		
.agnis-list-04 {  }
.agnis-list-04  { list-style:none; }
.agnis-list-04 li { font-size:15px;  
                    font-family: 'Raleway', sans-serif;}
.agnis-list-04 li a { 
    display:block;
    width:390px; 
    margin-left: -40px;
    height:24px; 
    background-color:#03B3CB; 
    border-left:5px solid #222; 
    border-right:5px solid #222; 
    padding-left:10px;
    padding-top:7px;
    text-decoration:none;
    color:white;
    margin-bottom: 7px;
    transition: all .2s ease-in-out;
}
.agnis-list-04 li a:hover {
    -moz-transform:rotate(-5deg); 
    -moz-box-shadow:10px 10px 20px #000000;
    -webkit-transform:rotate(-5deg);
    -webkit-box-shadow:10px 10px 20px #000000;
    transform:rotate(-5deg); 
    box-shadow:10px 10px 20px #000000;

}
/**-----------------------//----------------**/
.agnis-list-05 {
 font-family:: Arial, Helvetica, sans-serif;
	list-style-type: decimal-leading-zero;
}
.agnis-list-05 p {
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#999;
} 

/*.agnis-list-06 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.agnis-list-06 li:first-child {
	border-top: none;
}*/
.agnis-list-06 li {
	/*background: url(../icons/10.png) 0 13px no-repeat;*/
	border-top: 1px dotted #ddd;
	padding: 5px 0 6px 15px;
}
.agnis-list-06 li a {
	color: #A70303;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #dadada;
	color: #F00;
}
.agnis-list-07 li {
	background-image: url(../icons/4.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 4px 0px 4px 25px;
	font-weight: bold;
	font-size: 110%;
	color: #900;
}
.agnis-list-07 li li {
	background-image: url(../icons/6.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 3px 0px 0px 10px;
	color: #006;
	font-size: 90%;
	font-weight: normal;
}
.agnis-list-08 li {
	padding-bottom: 10px; 
}
.agnis-list-08 li a {
	color: #A70303;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #dadada;
	color: #000;
}
/*.agnis-list-08 li a {
	color: #A70303;
	background: url(../icons/pdf-3.png) no-repeat center left; 
	display: block;
	padding: 4px 0;
	padding-left: 19px;
	text-decoration: none;
	border-bottom: 1px dotted #dadada;
	color: #000;
}*/
/*.agnis-list-08 li a:hover {
	color: #F00;
	background: #eee url(../icons/pdf-3.png) no-repeat center left;
}*/
/*.agnis-list-09 li {
	font-weight: normal;
	padding: 0px 5px 7px 13px;
	color: #333;
	background: url(../icons/11.png) no-repeat 0px 6px;
}
.agnis-list-10 li {
	font-weight: normal;
	padding: 0px 5px 7px 15px;
	color: #333;
	background: url(../icons/check.png) no-repeat 0px 3px;
}*/

/*=========================================agnis list 26 =============================================*/

.agnis_list_09{
    width:400px;

}
.agnis_list_09{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    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: #FC756F;
    color: #444;
    text-decoration: none;


    transition: all .2s ease-in-out; 
}

.agnis_list_09 a:hover{
    background: #d6d4d4;
    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:#FC756F;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;

    color:#FFF;
}
/*=========================================agnis list 09 END =============================================*/

/*=========================================agnis list 10 =============================================*/
.agnis-list-10{
    margin:0 auto;
}
.agnis-list-10 ,.agnis-list-10  a{
	
    float:left;
    height:35px;
    line-height:35px;
    position:relative;
    font-size:15px;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    transition: background-color 1.5s ease;
	 
}
.agnis-list-10  a{

    padding:0 60px 0 12px;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;	
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;	
    border-top-right-radius:4px;	

} 
.agnis-list-10  a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width: 18px 12px 18px 0;

}
.agnis-list-10  a:after{
    content:"";
    position:absolute;
    top:15px;
    left:0;
    float:left;
    width:6px;
    height:6px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}
.agnis-list-10 a:hover{background:#555;}	

.agnis-list-10 a:hover:before{border-color:transparent #0089e0 transparent transparent;}


/*=========================================agnis list 10 END =============================================*/

.agnis-list-11 li {
	font-weight: normal;
	padding: 0px 5px 7px 12px;
	color: #333;
	background: url(../icons/arrow.gif) no-repeat 0px 5px;
}
/* agnis-list-12 start */
ul.agnis-list-12 {
	margin-top: 26px;
	width: 230px;
	float: left;
	margin-right: 40px;
}
.agnis-list-12 li {
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0 10px 13px;
	line-height: 20px;
	background: url(marker.gif) 0 9px no-repeat;
}
.agnis-list-12 li em {
	background: url(../icons/line-hor.gif) repeat-x 0% 15px;
	display: block;
	overflow: hidden;
}
.agnis-list-12 li span {
	float: right;
	font-size: 16px;
	color: #4a4a4f;
}
.agnis-list-12 li strong {
	float: left;
	font-size: 14px;
	color: #7cb6b6;
	line-height: 20px;
	font-weight: bold;
}
/* agnis-list-12 end */

/* suitable for address agnis-list-13 start */
.agnis-list-13 ul {
	list-style: none;
}
.agnis-list-13 li h2 {
	font-size: 2em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #333;
}
.agnis-list-13 li {
	font-weight: normal;
	padding: 0px 5px 7px 12px;
	color: #333;
	float: left;
	clear: both;
}
.agnis-list-13 li strong {
	float: left;
	display: block;
	width: 95px;
}
.agnis-list-13 li span {
	float: right;
	padding: 0px 5px;
}
.agnis-list-13 li p {
	display: block;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
}
/* agnis-list-13 end */

/* agnis-list-14 start based on wiremenu usewith awesome fonts */

.agnis-list-14 {
	border-bottom-width: 0;/*
border: 1px solid #C0C0C0;
width: 170px;
*/
}
* html .agnis-list-14 { /*IE only rule. Original menu width minus all left/right paddings */
/*width: 164px;*/
}
.agnis-list-14 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.agnis-list-14 li {
	font-size: 100%;
	padding: 4px 10px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.agnis-list-14 li a {
	text-decoration: none;
}
.agnis-list-14 a:visited {
	color: #595959;
}
html>body .agnis-list-14 a { /*Non IE rule*/
	width: auto;
}
.agnis-list-14 a:hover {
	color: #FC0;
}
/* agnis-list-14 start */



/* agnis-list-15 start */
.agnis-list-15 {
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: auto;
}
* html .agnis-list-15 { /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}
.agnis-list-15 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.agnis-list-15 a {
	font-size: 100%;
	padding: 5px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
.agnis-list-15 a:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding: 0px 5px;
}
.agnis-list-15 a:visited {
	color: #595959;
}
html>body .agnis-list-15 a { /*Non IE rule*/
	width: auto;
}
.agnis-list-15 a:hover {
	background-color: #EEE;
	color: black;
}
.agnis-list-15 h3 {
	font-size: 120%;
	margin: 0px;
	padding: 5px 10px;
	background: #333;
	color: #fff;
}
/* agnis-list-15 END */
/*=========================================   16 */
/* agnis list 16 */
.agnis-list-16 {
	width:auto;
	background: #282826;
	color: #8b8b8b;
	padding: 20px 10px 20px 10px;
	border-radius: 4px;
}
.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;
}
.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: 300%;
	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: 110%;
	color: #9CC83F;
	font-weight: 700;
	text-transform: uppercase;
}
.icon-description h5 {
	padding: 3px 0px 0px 5px;
	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;
	}
/*=========================================agnis list 16 end=============================================*/

/* agnis list 17 */

.dots-list {
	width: 100%;
}
.dots-list ol {
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
	list-style: none !important;
}
.dots-list ol li {
	position: relative;
	margin-top: 0em;
	margin-bottom: 20px;
}
.dots-list ol li .number_divider {
	position: absolute;
	left: -50px;
	font-weight: 800;
	font-size: 2em;
	top: -5px;
}
.dots-list ol li:before {
	content: "";
	background: #8dbeb2;
	position: absolute;
	width: 2px;
	top: 1px;
	bottom: -21px;
	left: -24px;
}
.dots-list ol li:after {
	content: "";
	background: #8dbeb2;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	top: 1px;
	left: -31px;
}
.dots-list ol li:last-child:before {
	content: "";
	background: #ffffff;
}
/*==============agnis-list-17 end=================================== */

/* agnis list 18 */
#agnis_list18 {
width:320px;
}
#agnis_list18 ol {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #bfe1f1;
}
#agnis_list18 ol li {
}
#agnis_list18 ol li p {
	padding: 8px;
	font-style: normal;
	font-family: Arial;
	font-size: 13px;
	color: #eee;
	border-left: 1px solid #999;
}
#agnis_list18 ol li p em {
	display: block;
}

/*.agnis_list_25 h4 {
  color: #4b4a4a;
  position: relative;
  padding-bottom: 10px;
  font-size:18px;
  font-weight: 500;
  margin-bottom:3px;
}

.agnis_list_25 h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #7dbed9;
}
.agnis_list_25 p {
  font-size:15px; 
  line-height: 1.4rem;
  color: #5c5b5b;
  margin-bottom:0px;
  padding-left:15px;
}*/
/* =========================================agnis-list-18 end============================================= */


/* agnis list 19 */

.rounded-list ol {
counter-reset: item1; /* Initiate a counter */
padding: 0;

}

.rounded-list li{
counter-increment: item1;
list-style:none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list li ol li{
margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .7em 0;
background: #ddd;
color: #444;
text-decoration: none;
	border-radius: 0.3em;
	transition: all .3s ease-out;
}
.rounded-list a:hover {
	background: #eee;
}
.rounded-list a:hover:before {
	transform: rotate(360deg);
}
.rounded-list a:before {
	content: counter(item1);
	position: absolute;
	left: -1.5em;
	top: -5%;

	background: #87ceeb;
	height: 2.5em;
	width: 2.5em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	vertical-align:middle;
	transition: all .3s ease-out;
}

/* =========================================agnis list 19 end============================================= */
/* agnis list 20 */
ol .list {
 counter-reset: li;
 list-style: none;
 *list-style: decimal;
 font: 15px 'trebuchet MS', 'lucida sans';
 padding: 0;
 margin-bottom: 4em;
 text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol ol .list {
	margin: 0 0 0 2em;
}
.rectangle-list a {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
 *padding: .4em;
	margin: .5em 0 .5em 2.5em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;
}
.rectangle-list a:hover {
	background: #eee;
}
.rectangle-list a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #fa8072;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.rectangle-list a:after {
	position: absolute;
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}
.rectangle-list a:hover:after {
	left: -.5em;
	border-left-color: #fa8072;
}
/*========================================= agnis list 20 end=============================================*/
/* agnis list 21 */
.faq {
	counter-reset: my-badass-counter;
}
.faq dt {
	position: relative;
	font: bold 16px Georgia;
	padding: 4px 0 10px 0;
}
.faq dt:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	font: bold 50px/1 Sans-Serif;
}
.faq dd {
	margin: 0 0 50px 0;
}
.faq dt, .faq dd {
	padding-left: 50px;
}
/*=========================================agnis list 21 end=============================================*/
/* agnis list 22 */
.circle {
	list-style: none;
}
.circle li {
	counter-increment: item;
	margin-bottom: 5px;
}
.circle li:before {
	margin-right: 10px;
	content: counter(item);
	background: lightblue;
	border-radius: 100%;
	color: white;
	width: 1.2em;
	text-align: center;
	display: inline-block;
}
/*========================================= agnis list 22 end =============================================*/
/* agnis list 23 */
.custom-counter {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.custom-counter li {
	counter-increment: step-counter;
	margin-bottom: 10px;
}
.custom-counter li::before {
	content: counter(step-counter);
	margin-right: 5px;
	font-size: 80%;
	background-color: rgb(0,200,200);
	color: white;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 3px;
}
/*=========================================agnis list 23 end=============================================*/
/* agnis list 24 */
.red-left-border {
	border-left: 5px solid red;
	background-color: #f1f1f1;
	list-style-type: none;
	padding: 20px 0px ;
	width:300px;
	
}

.red-left-border li{
	padding: 10px 0px;
	border-bottom:1px dotted red;
}

.red-left-border li:hover{
background:#FFF;

   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}


.red-left-border li:before {
font-family: FontAwesome;
content: "\f02c";
display: inline-block;
padding: 0px 10px;
vertical-align: middle;
}


/*=========================================agnis list 24 end=============================================*/



/*=========================================agnis list 25 Start=============================================*/

.agnis_list_25{}
.agnis_list_25 ol, li,h4{
 margin:0px;
}
.agnis_list_25 ol {
  counter-reset: section;
	margin: 0px 0px 0px 0px;
}

.agnis_list_25 li { 
  border: 2px solid #a7d4e7;
  border-radius: 5px;
  list-style-type: none;
  position: relative;
/*  font-size: 1.5rem;*/
  padding: 10px;
  margin-bottom: 7px;
 /* background: #e4f5fc;*/
/*  color: #434344;*/
}

.agnis_list_25 h4 {
  color: #4b4a4a;
  position: relative;
  padding-bottom: 10px;
  font-size:18px;
  font-weight: 500;
  margin-bottom:3px;
}
.agnis_list_25 a {   color: #4b4a4a;
}
.agnis_list_25 a:hover{ color: #37C6F5;
	}
.agnis_list_25 h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #7dbed9;
}
.agnis_list_25 p {
  font-size:15px; 
  line-height: 1.4rem;
  color: #5c5b5b;
  margin-bottom:0px;
}

.agnis_list_25 li::before {
    text-align: center;
    display: inline-block;
    color: #000;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px;
    font-size: 2rem;
    width: 25px;
    height: 25px;
    
}




/*=========================================agnis list 25 END =============================================*/

