.navbar
 {
	height:65px;
	color:#d30000;
}

body
 {
	margin-top:65px;
	font-family:Segoe UI;
	font-size:15px;
}

@media (max-width: 979px)
{
	body
	{
		padding-top: 0px;
	}
}

#logo
{
	max-height:50px;
	margin-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align: middle; 
}

#banner1
{
	text-align:left;
	height:450px;
	background:url(../../assets/img/khulna-ash.jpeg) center;
	background-size:cover;
	z-index: 15;
}

#banner2
{
	text-align:left;
	height:450px;
	background:url(../../assets/img/jhenaidah-ash.jpg) center;
	background-size:cover;
	z-index: 15;
}

#banner3
{
	text-align:left;
	height:450px;
	background:url(../../assets/img/dhaka-ash.jpeg) center;
	background-size:cover;
	z-index: 15;
}

#banner4
{
	text-align:left;
	height:450px;
	background:url(../../assets/img/faridpur-ash.jpg) center;
	background-size:cover;
	z-index: 15;
}

#banner5
{
	text-align:left;
	height:450px;
	background:url(../../assets/img/shailkupa-ash.jpg) center;
	background-size:cover;
	z-index: 15;
}

#banner6
{
	text-align:left;
	height:450px;
	background:url(../../assets/img/harinakunda-ash.jpg) center;
	background-size:cover;
	z-index: 15;
}

.btn-default:hover
{
	background-color: #d3d3d3;
	color:#d30000;
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.7);
}

.btn-default 
{
	color:#ffffff;
	background-color:#d30000;
	width:auto;
	height: 40px;
	font-weight:400;
	box-shadow: 0px 1px 6px 0px rgba(100, 0, 0, 0.7);
	padding-top: 0px;
	padding-bottom: 2px;
}

.btn-readonly 
{
	color:#ffffff;
	background-color:#777777;
	width:200px;
	height: 40px;
	font-weight:400;
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.7);
	cursor: text;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.btn-readonly:hover
{
	background-color: #777777;
	color:#ffffff;
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.7);
	cursor: text;
}

.btn-city 
{
	color:#ffffff;
	background-color:#282828;
	width:300px;
	height: 60px;
	font-weight:400;
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.7);
	cursor: text;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size:30px;
}

.btn-city:hover
{
	background-color: #282828;
	color:#ffffff;
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.7);
	cursor: text;
}

#cityimage
{
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.1);
}

div
 {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll; 
}

div::-webkit-scrollbar 
{
	display: none; /* for Chrome, Safari, and Opera */
}

nav ul
{
	display: flex;
	margin: 0;
	padding: 0 0px;
	font-size:15px;
	font-weight:400;
}

nav ul li
{
	list-style: none;
}

nav ul li a
{
	display: block;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	line-height: 35px;
}

nav ul li a:hover
{
	color: #ffffff;
	background-color: #d30000;
	box-shadow: 0px 1px 6px 0px rgba(100, 0, 0, 0.7);
}

#myHeader
{
	background:#F8F9FA;
	z-index: 20;
	width: 100%;
	border-bottom:1px solid #d30000;
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.7);
	font-size:16px;
}

#sectionCity
{
	background:#F8F9FA;
	width: 100%;
	padding-bottom: 10px;
	box-shadow: 0px 1px 6px 0px rgba(100, 100, 100, 0.2);
}

#sectionPou
{
	background:#d6d6d6;
	width: 100%;
	padding-bottom: 10px;
}

.sticky
{
	position: fixed;
	top: 65px;
	width: 100%;
}

#ourProduct
{
	text-align:center;
}

.container.gsb-container
{
	max-width:1000px;
	padding-top:0px;
	padding-bottom:20px;
}

hr {
	width:100px;
	height:1px;
	background-color:#aa0000;
	margin-top:5px;
}


h1 {
	color:#d30000;
	font-size:60px;
	font-weight:400;
	font-family: Segoe UI;
	padding-bottom:15px;
}

h2 
{
	color:#d30000;
	font-size:25px;
	font-weight:400;
	font-family: Segoe UI;
	padding-bottom:15px;
	padding-top:15px;
}

h3
{
	color:#000000;
	font-size:18px;
	font-weight:400;
	font-family: Segoe UI;
	padding-top:20px;
	padding-bottom:20px;
}

h4
{
	color:#000000;
	font-size:20px;
	font-weight:400;
	font-family:Segoe UI;
	display: inline;
}

h5
{
	color:#d30000;
	font-size:30px;
	font-weight:400;
	font-family:Segoe UI;
	padding-bottom:15px;
}

#contactUs
{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.col-md-6.newsItem 
{
	padding-left:20px;
	padding-right:10px;
}

#email
{
	padding-top:20px;
}

#footerTop
{
	color:white;
	text-align:center;
	background-color:#444444;
}

#socialMedia
{
	padding-top:10px;
	padding-bottom:10px;
}

#socialMedia a
{
	display:inline-block;
	width:35px;
	height:35px;
	cursor:pointer;
	background-color:#292929;
	border-radius:2px;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	line-height:35px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:5px;
}

#footerBottom
{
	text-align:center;
	color:#888787;
	padding:0px;
	font-size:13px;
	background-color:rgb(51,51,51);
	font-weight:400;
	padding:0px;
}

#disclaimer h5
{
	font-size:14px;
	margin-bottom:2px;
	margin-top:15px;
	font-weight:400;
	font-family: Segoe UI;
	padding:0px;
	color:#888787;
}

#disclaimer
{
	max-width:1000px;
	padding:0px;
}

#footerMiddle
{
	height:1px;
}

#emialLink
{
	color:#d6d6d6;
	text-decoration: none;
}