@import url('https://fonts.googleapis.com/css2?family=Electrolize&family=Francois+One&family=Kaushan+Script&family=Playball&display=swap');
.fonts
{
	    font-family: 'Electrolize', sans-serif;

    font-family: 'Francois One', sans-serif;

    font-family: 'Kaushan Script', cursive;

    font-family: 'Playball', cursive;
}
body
{
	 width: 100%;
   height: 100%; 
   background-attachment: fixed;
   background-position: center center;
}
.navbar-default
{
	
	background-color:#C0C0C0;
	min-height:55px !important;
	box-shadow: 0 8px 6px -6px black;
	border-bottom:2px solid   #0e1010;
	border-left:5px solid  #16132a;
	border-right:5px solid  #e3ccbd;
}
.navbar-toggle
{
	background-color: #a2faa0;
	color:black;
}
#bodydesgin
{
	padding-top:80px;
}
#vds .col-md-4 .panel, #vds .col-md-12 .panel
{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	border:1px solid green !important;
	background-color:#f8fafb;
	text-align:center;
}
hr
{
	border-bottom:1.5px solid  #09ec10;
}
.navbar-brand span 
{
	color:black;
	font-weight:600;
	font-size:25px;
	font-family: 'Electrolize', sans-serif;
}
.panel h4
{
	font-size:18px;
	color: #37036b ;
}
.panel a p
{
	font-size:18px;
	color: #37036b ;
}
.panel a:hover
{
	color: green !important;
}
.panel
{
	padding-top:05px !important;
	padding-bottom:05px !important;
}
.panel span.vdsd
{
	font-size:35px;
	color: #390277 !important; 
}
.navbar-brand 
{
	font-weight:600;
	color: #0fc1f1 !important;
	letter-spacing: 1.5px;
	font-size:22px;
	text-shadow: 1px 1px 1px #071B28;
}

@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 999999;
    width: 280px;
    height: 100%;
    background-color: #f9f9f9;
    overflow: auto;
    bottom: 0;
    max-height: inherit;
  }
  .menu-overlay 
  {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  .navbar-fixed-top 
  {
    position:fixed !important;
  }
  .navbar-nav .open .dropdown-menu 
  {
    background-color: #ffffff;
  }
  ul.nav.navbar-nav li {
    border-bottom: 1px solid #eee;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 20px 10px 15px;
  }
}
.navbar-nav li a:hover
{
	color:blue !important;
}
.navbar-nav li a
{
	font-size:15px;
	font-weight:600;
	color: #00008B !important;
}
.navbar-nav
{
	margin-top:05px !important;
}
.navbar-right
	{
		margin-right:25px !important;
	}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

li.dropdown a {
  display: block;
  position: relative;
}

li.dropdown>a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 15px;
}

li.dropdown-submenu>a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 15px;
}

ul.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: none !important;
}

li.dropdown.open {
  border-bottom: 0px !important;
}

li.dropdown-submenu.open {
  border-bottom: 0px !important;
}

li.dropdown-submenu>a {
  font-weight: bold !important;
}

li.dropdown>a {
  font-weight: bold !important;
}

.navbar-default .navbar-nav>li>a {
  font-weight: bold !important;
  padding: 10px 20px 10px 15px;
}

li.dropdown>a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 6px;
  top: 9px;
  font-size: 15px;
}

@media (min-width: 767px) 
{
  li.dropdown-submenu>a 
  {
    padding: 10px 20px 10px 15px;
  }
  li.dropdown>a:before 
  {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 3px;
    top: 12px;
    font-size: 15px;
  }
}
.mainbox .panel
{
	box-shadow: -2px 3px 5px 2px rgba(0,0,0,0.67);
-webkit-box-shadow: -2px 3px 5px 2px rgba(0,0,0,0.67);
-moz-box-shadow: -2px 3px 5px 2px rgba(0,0,0,0.67);
}
.h4
{
	color:black !important;
	line-height: 1.6;
	font-size:12px !important;
	font-weight:600;
}
footer
{
	
	background-color: #7cd5f2;
	min-height:25px;
	bottom: 0px;
    left: 0px;
    right: 0px;
	position: fixed;
	width:100%;
	border-top:2px solid #330580;
}