*{
	margin-top: 1px;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
}

.bodyindex{
	background-image: url(../images/diclaimer-bg.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;

}
.bodyindex .bodyindexlogo{
	padding-top: 50%;
}
.bodyindex .pcss{
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
	text-align: justify;
}
.bodyindex2{
	width: 100%;
	height: 100%;
}
.index2logo{
	max-width: 70%;
    height: auto;
}

.logo h1{
    font-size: 16px;
    padding: 10px;
}
.rform{
	background: rgba(000,000,000,0.5);
	padding: 20px 20px 20px 20px;
	border-radius: 10px;
}
.practicebodybg{
	background-image: url(../images/practice-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
.menusection{
	padding: 80px 0px;
}
.menusection .menuitem{
	border-radius: 10px;
	background-color: rgba(0,0,0,.9);
	padding: 20px 10px;
}
.menusection .menuitem:hover{
	background-color: #054584;
}
.menusection .menuitem a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 600;
	color: #f3b404;
}
.menusection .menuitem a:hover{
	color: #fff;
}
.counterspan{
	background-color: #fff;
	color: #000;
	padding: 10px;
	border-radius: 10px;
	font-size: 28px;
	width: 40px;

}

.navbar-light .navbar-nav .nav-link {
    color: rgb(7, 0, 191)!important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000!important;
}
.carousel-item img{
	width: 100%;
	height: 100%;
}
.carousel .carousel-inner .carousel-item .carousel-caption{
	top:30%;
	bottom:30%;
	padding-bottom: 0 ;
	padding-top: 0 ;
}

.visitor-count{
    width: 100%;
	padding: 20px;
}
.marqueediv{
	background-color: #dee2e6;
	padding-left: 40px;
	padding-top: 20px;
	height: 400px;
    overflow: hidden;
    border-top: 2px solid #333;
}
.marqueediv h4{
	color: blue;
}
.marqueediv p{
	color: #f36500;
}


#footer {
    background: #000 !important;
    
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 576px) {
  #white-bg {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
