body{
	margin: 0;
	padding: 0;
	background-color: #f1f3f6;
	
}

/* ------------------------------ MY NEW NAVBAR ------------------------------- */

:root {
	--color-primary: #0073ff;
	--color-white: #e9e9e9;
	--color-black: #141d28;
	--color-black-1: #212b38;
  }
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  body {
	font-family: sans-serif;
   
  }
  
  .logo {
	color: var(--color-white);
	font-size: 30px;
  }
  
  .logo span {
	color: var(--color-primary);
  }
  
  .menu-bar {
	background-color: var(--color-black);
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
  
	position: relative;
  }
  
  .menu-bar ul {
	list-style: none;
	display: flex;
  }
  
  .menu-bar ul li {
	/* width: 120px; */
	padding: 10px 30px;
	/* text-align: center; */
  
	position: relative;
  }
  
  .menu-bar ul li a {
	font-size: 20px;
	color: var(--color-white);
	text-decoration: none;
	transition: all 0.3s;
	border: solid 1px 0 1px 0  #fffefe;
  }
  
  .menu-bar ul li a:hover {
	color: var(--color-primary);
  }
  
  .fas {
	float: right;
	margin-left: 10px;
	padding-top: 3px;
  }
  
  /* dropdown menu style */
  .dropdown-menu {
	display: none;
	
  }
  
  .menu-bar ul li:hover .dropdown-menu {
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--color-black);
	
  }
  
  .menu-bar ul li:hover .dropdown-menu ul {
	display: block;
	margin: 10px;
  }
  
  .menu-bar ul li:hover .dropdown-menu ul li {
	width: 150px;
	padding: 10px;
	
  }
  
  .dropdown-menu-1 {
	display: none;
  }
  
  .dropdown-menu ul li:hover .dropdown-menu-1 {
	display: block;
	position: absolute;
	left: 150px;
	top: 0;
	background-color: var(--color-black);
  }
  
  /* Navbar End Here */

  
/* Horizontal line */
hr{
	margin: 0 200px 20px 150px;
}



/* B-logo main container */
.main-logo-div{
	margin-top: 20px;
    height: 400px;
    /* background-color: skyblue; */
}

#inner1{
    height: 380px;
    width: 35%;
    float: left;
    /* background-color: springgreen; */
}

#inner2{
    height: 380px;
    width: 50%;
    float: left;
    font-family: 'Comforter Brush', cursive;

    /* background-color: #3a5351; */
}


/* logo  */
#b-logo{
    height: 300px;
    float: right;
    font-family: 'Comforter Brush', cursive;

}


/* Inner2 Paragraph P1 */
#p1{
    height: 100px;
    font-size: 30px;
    font-weight: bold;
    /* background-color: white; */
}


/* Inner2 Paragraph P4 */
#p4{
	height: 150px;
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	text-align: justify;
	margin-left: 10px;
	margin-right: 20px;
	/* background-color: #9dff42; */
}




.content{
    height: 500px;
    width: 100%;
}



/* Content Sub Dives  */
.form{
    float: left;
    width: 40%;
    height: 500px;
}

#img1{
	height: 80%;
	width: 70%;
	margin-left: 150px;
	margin-top: 50px;
}


.data{
	font-size: 23px;
	font-family: 'Noto Sans', sans-serif;
	text-align: justify;
    float: left;
    width: 50%;
    height: 500px;
    color:#241b18;
    
}









/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #ECBF7A;
	border-top: 1px solid #fff;
	padding: 28px 0 14px;
}
#footer p {
	color: #4b3a33;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#footer > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer .posts {
	float: left;
	height: 300px;
	width: 302px;
	padding: 0;
}
#footer .posts li {
	width: 276px;
	margin: 0 0 30px;
	padding-left: 10px;
}
#footer .posts p a {
	line-height: 24px;
	margin: -3px 0 3px;
}
#links {
	background: url("../images/footer-ing.jpg") repeat-x left bottom;
	color: #4b3a33;
	display: inline-block;
	width: 940px;
	padding: 0 0 20px;
}
#links h4 {
	color: #241b18;
	font-family: "Oswald";
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
	padding-left: 10px;
	text-transform: uppercase;
}
#links > div {
	float: left;
	background: url(../images/separator-dark-vertical.png) repeat-y left top;
	height: 300px;
	padding-left: 20px;
}
#links .showroom {
	background: none;
	width: 293px;
	padding-left: 0;
	padding-right: 15px;
}
#links .showroom h4 {
	padding-left: 0;
}
#links .showroom img {
	margin-bottom: 12px;
}
#links .showroom p {
	font-size: 13px;
	margin: 0;
}
#links .showroom p em {
	color: #fff;
	display: block;
	font-style: normal;
	margin: 0 0 20px;
}
#links .showroom p a {
	color: #4b3a33;
	display: block;
}
#links .showroom p a:hover {
	color: #241b18;
}
#newsletter {
	background: url(../images/separator-dark.png) repeat-x left bottom;
	width: 284px;
	margin: 0 0 16px 6px;
	padding: 0 0 20px;
}
#newsletter h4 {
	padding-left: 0;
}
#newsletter input {
	color: #4b3a33;
	height: 26px;
	line-height: 26px;
	width: 269px;
	border: 3px solid #af8112;
	margin: 0 0 6px;
	padding: 0 4px;
*margin-left: -6px; /** Needed for IE7 **/
}
#newsletter input.btn2 {
	color: #fff;
	width: 83px;
	border: 0;
	padding: 2 0 2px;
	background-color: blue;
}
#connect a {
	display: inline-block;
	height: 33px;
	margin: 0 10px;
}
#connect a.facebook {
	background-position: -46px -112px;
	width: 33px;
}
#connect a.googleplus {
	background-position: -46px -153px;
	width: 34px;
}
#connect a.twitter {
	background-position: -46px -194px;
	width: 40px;
}
#connect a.facebook:hover {
	background-position: 0 -112px;
}
#connect a.googleplus:hover {
	background-position: 0 -153px;
}
#connect a.twitter:hover {
	background-position: 0 -194px;
}
#footer ul.navigation {
	float: right;
	display: inline-block;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul.navigation li {
	float: left;
	margin-left: 15px;
}
#footer ul.navigation li:first-child {
	margin-left: 0;
}
#footer ul.navigation li a {
	color: #ab7d0f;
	font: 11px/24px "Oswald";
	text-decoration: none;
	text-transform: uppercase;
}
#footer ul.navigation li a:hover {
	color: #241b18;
}
#footer #footnote {
	color: #ab7d0f;
	font: 11px/24px "Oswald";
	margin: 0;
	text-transform: uppercase;
}