@charset "utf-8";
/* CSS Document */
.agnis-bg-theme-colored{
	
	background-color: #ffcf03 !important;
	/*background-color: #045298; !important;*/

}
.agnis-pattern .container{
	padding-top: 10px;
padding-bottom: 10px;
}
.menuzord-menu > li {
    padding: 20px 0;
}
.title-dots span{
	background: #045298;
}
.menuzord-brand img{
	max-height:100%;
}
.border-top-theme-colored2-2px {
    border-top: 2px solid #ffcf03;
}
.post-description{
	min-height: 250px;
}
.animate-number:after{
	content: "+";
}
.agnis-list .widget ul.list li, .widget .post {
		
	margin-bottom: 0px;
	padding: 5px 0;
}
.form-control {
    box-shadow: none;
    height: 45px;
    border: 1px solid #9d9a9a !important;
}
/**-----------agnis list 02---------***/

.agnis-list-02{
    width:100%;
}
.agnis-list-02{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 18px;
    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: #045298;
    color: white;
    text-decoration: none;
    box-shadow:inset 0.5em 0 #FFCF03;
    -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 #FFCF03;;      
}
/**-------------------------------*/

/**-----------agnis list 03---------***/
.agnis-list-03{
    width:410px;
}

.sidebar-area {
  margin-bottom: -10px;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.widget_category {
  padding: 40px 40px;
  background-color: #045298;
  margin-bottom: 40px;
  position: relative;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.widget_nav_menu a,.widget_categories a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 10px 0;
  padding: 17px 45px 17px 25px;
    padding-right: 45px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.313;
  color:#fff;
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 30px 0;
  padding-bottom: 20px;
  color:#fff;
}
.widget_title::after {
  width: 3px;
  background-color:#fff;
  left: 65px;
  box-shadow: 8px 0px 0px 0px #fff;
}
.widget_title::before, .widget_title::after {
  content: '';
  height: 3px;
  width: 60px;
  background-color: #FFCF03;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_nav_menu a:hover, .widget_categories a:hover {
  color: #fff;
  background-color:#FFCF03;
}
.widget_nav_menu ul,.widget_categories ul {
  list-style: none;
}
.widget_nav_menu li, .widget_categories li {
  display: block;
  position: relative;
}