/* main section */


body
{
	font-size:14px;background:#fcfcfc;color:#101010!important
}
a
{
	text-decoration:none !important
}
a:hover
{
	text-decoration:none !important;
}
/* header section */
.vu_header
{
	background:#fff;color:#101010;box-shadow:0px 0px 5px rgba(0,0,0,0.3)
}
.vu_header .lists .d-inline a
{
	color:#101010;
}
.vu_header .lists .d-inline a:hover
{
	color:#0056b3
}
.radius
{
	border-radius:50px!important
}
.logo img
{
	height:30px
}
/* .vu_main_logo
{
	padding-top:20px!important
} */
.vu_main_logo img
{
	max-height:45px
}
.text-grey
{
	color:#ddd
}

/* cover section */
.cover
{
	/* background-image: url("src/Assest/Images/cover/bg.jpg")!important; */
	background-attachment:scroll;background-position:center;
	background-repeat:no-repeat;background-size:cover;height:400px 

}
.small_size
{
	font-size:25px
}
.bg-none
{
	background:rgba(255,255,255,0.9);padding:20px 30px
}
.section-padding
{
	padding:50px 0px
}


/* news section left */
.bx_shadow .card
{
	box-shadow:1px 2px 10px rgba(0,0,0,0.1);margin-bottom:15px
}
.location_icon span:before
{
	content:"\f041";font-family:FontAwesome;padding-right:5px
}
.location_icon span:after
{
	content:"|";padding-left:5px;color:#a9a9a9;
}
.text-custom
{
	color:#a9a9a9
}
.fix_card .card-body
{
	padding:13px 20px
}
.img_shdw img
{
	box-shadow:0px 1px 5px rgba(0,0,0,0.4)
}
.text-inherit
{
	color:inherit
}
.fix_card .card-body .card-title
{
	margin-bottom:5px!important
}
.fix_card .card-body .card-text
{
	color:#444444 !important;margin:8px  0px!important
}
.r_1
{
	padding-bottom:5px
}
.after_none span:after
{
	display:none!important
}
.inc_sm .small
{
	font-size:90%!important
}
.new_side ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  display:block

}
.new_side ol li {
  counter-increment: my-awesome-counter;
  display: flex;

  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.new_side ol li::before {
  content: counter(my-awesome-counter)".";
  font-weight: bold;
  font-size: 14px;
  color:grey;
  margin-right: 0.5rem;

}

.list_style li
{
	padding-bottom:10px
}
.list_style
{
	margin-left:30px!important
}
.list_style_news li
{
	margin:10px
}
.bx_shadow
{
	box-shadow:0px 0px 8px rgba(0,0,0,0.1)
}
footer a
{
	color:#888
}
footer a:hover
{
	color:#0056b3
}
.footer-bottom .footer-social a
{
	padding:0px 5px
}
.darkgrey
{
	background:#efefef
}
footer
{
	color:#888
}

.font-weight-bold
{
	font-weight: bold;
}

.editor-container {
	max-width: 800px; 
  }
  .btn-group {
	display: flex;
	justify-content: space-between;
  }

  .rounded
  {
	border-radius: 50px!important;
  }

   /* Profile Mneu */
   .profile-dropdown {
	width: 250px;
}
.dropdown-toggle::after {
	display: none;
}