@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/OpenSans-Regular.ttf");
}
#container{
	width:1000px;
	/**border:4px solid green;**/
	margin:0 auto;
}
body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
}

/***Top-Bar***/
.topbar  {
	height:28px;
    background-color:#d81c00;
}
.part1{
	padding:4px;
	color:white;
	float:left;
}
.part2{
	float:right;
	color:white;
	
}
.part2 i{
	background: #fff;
    border: 2px solid #3b5998;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin: 0 5px;
    text-align: center;
    line-height: 24px;
}

.fa-facebook  {
	color:#3b5998;
}

.fa-twitter  {
	color:#00aced;
}
.fa-google-plus	  {
	color:#d34836;	
}
 
.fa-facebook:hover  {
	cursor:pointer;
	color:white;
    background-color:#3b5998;	
	border-color:white;
}

.fa-twitter:hover  {
	cursor:pointer;
	color:white;
    background-color:#00aced;	
    border-color:white;
}
.fa-google-plus:hover  {
	cursor:pointer;
	background-color:#d34836;
	border-color:white;
	color:white;	
}

/***header***/
header {
  position: sticky;
  top: 0;
  background-color: black;
  padding: 3px 25px;
  display:flex;
  z-index:1;
}
header img{
	margin-left:20px;
    margin-right: 203px;
	margin-top: 11px;
}
.box1{
	display:flex;
	margin-bottom: 0px;
    margin-top: 28px;
}
.box1 li a{
	color:white;
	text-decoration:none;
	padding:25px 14px;
	font-size: 19px;
}
.box1 li{
	list-style-type:none;
}
.box1 li a:hover{
	background: #212529;
	color:red;
	border-bottom:4px solid red;
}
.box2:hover .box3 li{
	display:block;
}
.box2 span{
	font-family: 'Open Sans', sans-serif;
}
.active{
	color:red !important;
}
.box3{
	position: absolute;
    left: 832px;
	top: 84px;
	background: white;
    padding: 0px;
}
.box3 li:hover{
	background-color:#212529;
	cursor:pointer;
	color:white;
	border-bottom:4px solid red;
}
.box3 li{
	display:none;
	color:red;
	line-height: 42px;
	width: 150px;
	border-bottom: 2px solid #ced4da;
	text-align: center;
	font-size: 19px;
}
.box2 a{
	content:"\f0d7";
	font-family: FontAwesome;
    font-weight: normal;
	
}
.box2 i{
	margin-left:7px;
}

/*****contactpage******/
form{
padding:5px;
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=date], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  cursor:pointer;
}

/*******map & form***********/
.contact-page {
	
}
.container {
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
.map{
	width:48%;
	float:left;
	margin-right: 10px;
}
.map iframe{
	margin-top:39px;
	height: 513px;
}
.form{
	width:48%;
	float:left;
	line-height: 20px;
    margin-top: 10px;
}


/****footer***/
footer{
	width:1000px;
	background-color: #191919;
    height: 400px;
    margin-top: 10px;
}
#main{
	display:flex;
	margin: 0 auto;
	padding: 55px 0px 0px 60px;
}
.col-1{
	width:250px;
	margin-right: 30px;
}
.col-1 h3{
	text-decoration:underline;
	text-decoration-color: red;
	color: white;
	font-size: 21px;
}
.col-1 a{
	text-decoration: none;
    color: white;
}
.col-2{
	width:200px;
	margin-right: 30px;
}
.col-2 h3{
	text-decoration:underline;
	text-decoration-color: red;
	color: white;
	font-size: 21px;
}
.col-2 a{
	text-decoration: none;
    color: white;
}
.col-3{
	width:250px;
	margin-right: 30px;
}
.col-3 h3{
	text-decoration:underline;
	text-decoration-color: red;
	color: white;
	font-size: 21px;
}
.col-3 a{
	text-decoration: none;
    color: white;
}
.col-4{
	width:250px;
	
}
.col-4 h3{
	text-decoration:underline;
	color: white;
}
.col-4 a{
	text-decoration: none;
    color: white;
}
.col-4 img{
	margin: 50px 50px 5px 50px;
    height: 100px;
}
.icons{
	margin-left: 25px;
}
.icons i{
	border: 1px solid black;
    padding: 7px;
    font-size: 21px;
    margin: 5px;
}
.bottom-bar{
	background-color:black;
}
.bottom-bar p{
	text-align: center;
    padding: 14px;
    margin: 0px;
    color: white;
}
.bottom-bar a{
	color:red;
}	