html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  scroll-behavior: smooth;
}


/*Custom Css
---------------------------------------------*/
#topbar{
	padding:10px 0;
	background: #f0f3f5;
	font-size:12px;
}
#topbar a{
	padding:0 10px;
	text-decoration: none;
	color:#000;
}

#header img {
    width: 150px;
   
}
#header .search{
	margin-top:45px;
}
#header .cart{
	padding-top:50px;
}
#header .cart a{
	text-decoration: none;
	color:#000;
}
#header .cart .fa {
    font-size: 35px;
    color: #d69421;
}
#menubar .bg-dark {
    background-color: #006cb7!important;
}
#menubar .navbar{
	padding-top:0;
	padding-bottom: 0px;
}
#menubar .nav-item{
	padding:0px 10px;
	
}
#menubar .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    background: #d69415;
    color: #fff;
}

#menubar .nav-link {
    padding: 10px 20px 14px 20px;
    text-align: center;
    font-size: 16px;
}

#menubar .navbar-dark .navbar-toggler {
    color: rgb(39 83 109);
    border-color: rgba(255,255,255,.1);
}
#menubar .button{
	width:1.5em;
	margin:0 auto;
}


#main_image img{
	width:1400px;
	height: 500px;
}
#main_image .bx-wrapper{
	border:none;
}

.mt_space{
	margin-top:40px;
}
.mb_space{
	margin-bottom: 40px;
}
.h_space{
	margin-bottom: 20px;
}
.h_line
{
	border-bottom:4px solid #27536d;
	display: block;
	width: 100px!important;
}
#top_about h1{
	font-size:25px;
	display: block;
}
#top_about h3{
	font-size:20px;
}
#top_about p{
	text-align: justify;
}
#top_about .img_hover{
	width:100%;
	height: auto;
	overflow: hidden;
}
section .btn-primary {
    color: #fff;
    background-color: #006cb7;
    border-color: #000;
}
section .btn-primary:hover {
    color: #000;
    background-color: #bdd7da;
    border-color: #000;
}

#banner {
    background: #bdd7da;
    padding: 30px 0;
    text-align: center;
    color: #000;
}

#footer{
	background: #d6e1f1;
}
#footer img{
	width:150px;
}
#footer i,#footer p{
	margin-right:10px;
}
#copy {
    text-align: center;
    background: #966507;
    color: #fff;
    padding: 10px 0;
}

/*Header Cart*/




/*Medium devices (tablets, 768px and up)*/

@media (max-width: 768px) {
#menubar .nav-link {
    border-bottom: 1px dotted #ddd;

}
#menubar .navbar-dark .navbar-nav{
	margin-bottom:20px;
}
#top_about h1{
	font-size: 20px;
}
#top_about h3{
	font-size:18px;
}
#main_image img{
	width:100%;
	height:auto;

}


}