`@charset "utf-8";
/* CSS Document */
.logo-top-info {
    padding: 10px 0;
}
.border-1 {
	margin-bottom: 20px;
    
    background: #ffffff;
    box-shadow: 16px 27px 49px 0px rgb(0 0 0 / 10%);
    padding:0px;
       
    border: solid 1px #e9e9e9;
    padding: 10px;
}
.border-header {
	border-top: 3px solid #ff5e13;
}
.product-bg-1 { background:url(../images/bg.jpg) center center no-repeat fixed;
/*box-shadow:16px 27px 49px 0px rgba(9, 9, 9, 0.5);*/
}

.bg-1 {
	background-color: #f4f5f8;
}
.bg-2 {
	background-color:#087dfe;
}



.bg-2 p{ color: #fff; line-height: 24px; margin: 0px 0px 10px 0px; padding: 0px; font-size: 20px; font-style: italic;
}


.bg-3 {background-color:#F9FBFF94;
	background-image:url("../pattern/white_wall_hash_%402X.png");}

.bg-4 {background:url("../images/bg-1.jpg") no-repeat fixed; 
background-size: cover; min-height: 300px; padding: 100px 0px;
position: relative;  }

.bg-4:before{ background:rgba(8,125,254,0.8); padding:100px 0px; 
    position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; }
.bg-4 h4{ z-index: 1; position: relative; }

.bg-light {
	background-color:#F6F6F6;}

.font-bold {
	font-weight: bold;
}
.text-white {color: #F4F4F4;
}
.text-theme {
	color: #FFDA44;
}
h2.color-title {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    background:#0570e4;
    margin: 0;
    padding: 0 15px;
    line-height: 48px;
    border-radius: 0px 0px 20px;
}
.main-menu {padding: 0;
    padding-bottom: 0px;
    background:#023c7c;}

ul.main-menu li a {
    color: #FFF;}

ul.main-menu li a:hover, ul.main-menu li.active > a {
    color:  #FFF;
	background-color:#0570e4;
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background:#007aff;
    color: #fff;
    border-radius: 50%;
    margin-right: 3px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all; 
}

.raq {
	background-color: #FFDA44;
	padding-right: 20px;
	padding-left: 20px;
}

.bg-box { background-color:#F8F8F8;
border: #C9C9C9 solid 1px;
padding: 25px;}

.agnis_list_09{
    width:90%;

}
.agnis_list_09{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 20px;
    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: 16px 0px;
    background: #00568A;
    color: #fff;
    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:#00568A;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: 1px solid #fff;
    text-align: center;
    font-weight: bold;
    color:#FFF;
}
.horizontal-list li{
	display:inline;
	font-size: 18px;
	padding-right: 20px;
}
.bg-white {
	background-color: #FFFFFF;
}


@media (max-width: 667px) {
	
	
	.font-28 {
    font-size: 20px;
    line-height: 32px;
}
}
