/*Style code*/
body
{
	padding-top:2px;
	position: relative;
	height: 100vh;
	width:100%;
	font-family: 'Lato', sans-serif;
	 /*overflow-x:hidden;*/
}

.adishree-brand{
	position: :relative;
	z-index: 999;
}
.adishree-home-bg{
	background: url('../Image/home-bg.jpg') no-repeat;
	background-position: 100%;
    background-size: cover;
	height:750px;
	/*margin:-160px;*/
	opacity: 0.9;
	margin-bottom:20px;
}
.navbar-shrink{
	background-color: #fff;
}

.navbar-shrink .top-bar, .navbar-shrink #adishree-navbar .nav .nav-item .nav-link{
	color: black !important;
}
.adishree-logo{
	height:100px;
}
.dropdown:hover .dropdown-menu
 {
 	display: block;
 	background-color:#000500;
 }
.top-bar {
	position: relative;
    text-align:right;
    color:#fff;
    z-index: 999;
    margin-right: 35px;
}

#adishree-navbar .nav .nav-item  .nav-link{
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	font-weight: 400;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: lightgrey;
}
.dropdown-item
{
	color: white;
}

.adishree-navbar
{
	z-index: 1030;	
}
.text-center
{
	margin-top: auto!important;
	margin-bottom: auto!important;
	display: block;
	color: white;
	padding-top: 400px;
	z-index: 999;
}
.section-content
{
	padding-top: 3rem;
}
.slide
{
	position: relative;		
	padding-left: 0px;
	padding-right: 0px;
}
.d-block
{
	height: 500px;
	width: 100%;
}
 .card
 {
 	border: none;
 }
 .card-text
{

   word-spacing: 2px;
 line-height: normal;
 text-align: justify;
  
 }
 footer
{
  padding-top: 10px;
  background-color:#1C1C1D;
  color: white;
  font-family: 'Lato', sans-serif;
  word-spacing: 2px;
  font-size: large;
  text-align: justify;
}
hr
{
	border-color: white;
}
h3
{
	 text-shadow: 2px 2px #FBF7F6;
}
