/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.override-menu-logo{
	/*background-color: #FFC107;*/
	margin-top:-20px !important;
	padding:0px;
	position: absolute;
	text-align: center;
}
.override-menu-logo img{
	width: 120px;
}
.override-menu-logo p{
	padding: 0px 10px;
	margin-bottom: 10px;
	margin-top: -10px; 
}
.override-menu-title{
	position: relative;
	left: 120px;
	top: 12px;
}
.override-menu-title p{
	color: white;
	font-size: 25px;
	padding:0;
	margin-bottom:0;
}
@media only screen and (max-width: 1530px){
	.main-menu ul{
	    margin-left: 130px;
	}
}
@media only screen and (max-width: 1365px){
	.main-menu ul{
	    margin-left: 120px;
	    
	}
}
@media only screen and (max-width: 1270px){
	.main-menu ul{
	    margin-left: 110px;
	}
}
@media only screen and (max-width: 1030px){
	.main-menu ul{
	    margin-left: 100px;
	}
}
#hero_in {
    height: 280px;
}
.grid ul li {
    overflow: hidden;
    margin:auto 5px;
    background-color:white;
}
.grid ul li > a{
	font-size: 18px;
	padding: 5px;
	display: block;
}
.profile figure {
	width: 205px;
}
.profile figure img{
	width: 100%;
}
.indent_title_in {
     padding-left: 0px; 
}
.wrapper_indent {
     padding-left: 0px; 
}
.table-responsive {
    /*display: table;*/
    
}
.table-responsive td > p, .table-responsive th > p{
	padding: 0px;
	margin-bottom: 0px;
}
.mapouter{
	position:relative;
	text-align:right;
	height:500px;
	width:100%;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:500px;
	width:100%;
}
header {
    background: #480048;
    background: -webkit-linear-gradient(left, #480048, #c04848);
    background: linear-gradient(to right, #480048, #c04848);
}
.ls-bg{
	/*width: 100% !important;
	height: 100% !important;
	margin-top: 0px !important;
	margin-left: 0px !important;*/
}
.block-reveal{
	text-align: center;
}
.block-reveal > .img-fluid{
	/*width: 60%;*/
}
@media (max-width: 991px) {
  #logo {
    float: none;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #logo img {
    width: auto;
    height: 80px;
    margin-top: 10px;
  }
  .override-menu-title{
		display: none;
		visibility: hidden;
	}
	.grid ul li {
	     margin: auto; 
	}
	.mapouter{
		height:350px;
		
	}
	.gmap_canvas {
		height:350px;
	}
	.block-reveal > .img-fluid{
		width: 100%;
	}
}