body{
  background-color: white;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  min-height: 100vh;
  position: relative;
}

/*acrollbar*/
::-webkit-scrollbar{
    width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #222;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a59d9d69;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white;
}

/*//Scrollbar*/
	
e.banner p{
	font-size:12px;
	line-height:15px;
}
.navbar-inverse{
    position: relative;
	background-image:url('../img/menubar.jpg');
	border-radius:0px;
	border:none;
}
.navbar-inverse .navbar-nav li a{
	color:white;
	font-size:15px;
	padding:0px 29px;
	line-height:50px;
}
.mobileNavbar{
	display:none !important;
}
.navbar-inverse .navbar-brand{ 
    color:white;
}
@media(max-width:500px){
	.mobileNavbar{
		display:block !important;
	}
	.mainNavbar{
		display:none;
	}
}
 footer{
	margin-top:10px;
	background-image:url('../img/menubar.jpg');
	color:white;
	padding:20px 0px;
}
footer p{
	margin:0px;
}
@media(max-width:991px){
	.mainNavbar h1{
		font-size:25px !important;
	}
	.mainNavbar p{
		display:none;
		padding-left:0px !important;
	}
	.mainNavbar .navbar-nav li a{
		padding:0px 30px;
	}
}
@media(max-width:1024px){
    .mainNavbar h1{
		font-size:25px !important;
	}
	.mainNavbar p{
		display:none;
		padding-left:0px !important;
	}
	.mainNavbar .navbar-nav li a{
		padding:0px 15px !important;
	}
}
.mainNavbar .navbar-nav li a:focus,.mainNavbar .navbar-nav li.open > a{
	background-color:white !important; 
	color:#3A4750 !important;
}
.dropdown-menu li a:hover{
	background-color:rgba(0,0,0,0.2) !important;
	color:#333 !important;
	}
 .slidetoggle{
	text-align:justify;
	display:none;
}
#about{
    margin-top: 40px;
}
#about p{
    text-align: justify;
	line-height:30px;
}
#map{
	margin-top:20px;
	height:50vh;
	background-color:rgba(0,0,0,0.005);
	text-align:center;
}
#map .col-md-8{
    padding:0px;
}
#googleMap { 
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
 .fa{
    font-size: 20px;
    color: #45171D;
}
.c-img{
    margin-left: 0xp;
	height:400px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.news a{
    cursor: pointer;
    color: black;
    font-size: 16px;
    padding: 5px 0px;
}
.news h2{
    padding-top: 5px;
    text-align: center;
    margin-top: 0px;
}
.news ul li{
    padding: 8px 0px;
    list-style-type: none;
}
.enquiry{
    margin-top: 30px;
}
@media(max-width:991px){
    .enquiry{
        margin-top: 0px;
    }
    .enquiry p{
        text-align: center; 
    }
}
.enquiry a{
    color: black;
    font-size: 15px;
}
.enquiry p{
    padding: 6px 55px;
}
.t-img{
    margin-left: 0xp;
	height:150px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.b-img{
    margin-left: 10xp;
	height:50px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.g-img{
    margin-left: 10xp;
	height:200px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.ba-img{
    margin-left: 10xp;
	height:300px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
#gallery .col-md-3{
    padding:0px;
}
@media(max-width:991px){
    #gallery .col-md-3{
    padding:5px;
}  
    
}

.spanLinks span{
    background: #7a1a1c;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
}
.m-table tr,th,td{
    padding: 10px 30px;
}
.erpLinks a{
	color: black;
	font-size: 20;
	font-weight: 500;
	text-decoration: underline;
}

