@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 13px;
	font-size: 19px;
}
.box1 li{
	list-style-type:none;
}
.box1 li a:hover{
	background: #212529;
	color:red;
	border-bottom:4px solid red;
}
.active{
	color:red !important;
}
.box2:hover .box3 li{
	display:block;
}
.box2 span{
	font-family: 'Open Sans', sans-serif;
}
.box3{
	position: absolute;
    left: 818px;
	top: 84px;
	background: white;
    padding: 0px;
}
.box3 li:hover{
	background-color:#212529;
	cursor:pointer;
	color:red;
	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;
}

/***Section***/
section{
	display:flex;
	padding: 40px 40px 5px 45px;
}


/***article***/
/***article1***/
.article1{
	border:none;
	height:200px;
	width: 630px;
	margin-bottom: 14px;
	background: white;
}
.inner1{
	padding: 14px;
    background-color: red;
    text-align: center;
    color: white;
    font-size: 19px;
}
.inner2{
	height:100px;
	display: flex;
	text-align: center;
	padding-left: 205px;
}

.inner3{
	height:50px;
	border-top: 1px solid rgba(0,0,0,0.125);
}
.inner3 p{
	text-align: center;
	color: #6c757d;
}
.mini1{
	margin-top: 5px;
}
.mini2{
	margin-top: 5px;
}
.mini1 p{
	margin:0px;
}
.mini2 p{
	margin:0px;
}
/***article2***/
.article2{
	border:none;
	height:200px;
	width: 630px;
	margin-bottom: 14px;
	background: white;
}






/***article3***/
.article3{
	border:none;
	height:200px;
	width: 630px;
	margin-bottom: 14px;
	background: white;
}





/***article4***/
.article4{
	border:none;
	height:200px;
	width: 630px;
	margin-bottom: 14px;
	background: white;
}





/***article5***/
.article5{
	border:none;
	height:200px;
	width: 630px;
	margin-bottom: 14px;
	background: white;
}





/***article6***/
.article6{
	border:none;
	height:200px;
	width: 630px;
	margin-bottom: 14px;
	background: white;
}





/***article7***/
.article7{
	border:none;
	height:200px;
	width: 630px;
	background: white;
}





/***aside***/
.aside{
	margin-left: 17px;
}

/***aside1***/
.aside1{
	border:none;
	height:455px;
	width:270px;
	margin-bottom: 14px;
}

tbody{
	text-align: center;
	background-color: white;
}
.top{
	line-height: 35px;
	background-color: rgb(233, 236, 239);
}
.text1{
	padding: 15px;
    background: red;
    text-align: center;
    font-size: 19px;
    color: white;
}
.flex{
	display: flex;
}

.inner-text{
	font-size: 13px;
    margin: 9px 5px;
}

td{
	padding: 4px 12px;
    border-top: 1px solid #dee2e6;
}
tr:hover{
	cursor:pointer;
	background-color: rgb(233, 236, 239);
}
/***aside2***/
.aside2{
	border:none;
	height:525px;
	width:270px;
	margin-bottom: 14px;
	background-color: white;
}
.text2{
	padding: 15px;
    background: red;
    text-align: center;
    font-size: 19px;
    color: white;
}
.div1{
	display:flex;
	padding: 14px 9px;
}
.div1 p{
	margin: 2px 0px 0px 5px;
    line-height: 18px;
    font-size: 16px;
}
.div1 a{
	text-decoration:none;
	color: #495057;
}
.div1 p:hover{
	cursor:pointer;
}



/***aside3***/
.aside3{
	border:none;
	height:365px;
	width:270px;
	background-color: white;
}
.text3{
	padding: 15px;
    background: red;
    text-align: center;
    font-size: 19px;
    color: white;
}
.div2{
	display: flex;
    margin: 18px 0px 0px 12px;
    line-height: 3px;
}
.small-1{
	background-color:red;
	text-align: center;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: white;
    font-size: 17px;
}
.small-2{
	margin: 11px 30px;
    font-size: 18px;
}
.small-2 p:nth-child(2) {
  text-align:center;
}


/****footer***/
footer{
	width:1000px;
	background-color: #191919;
    height: 400px;
	
}
#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;
    padding-top: 12px;
    height: 30px;
    width: 40px;
    text-align: center;
}
.bottom-bar{
	background-color:black;
}
.bottom-bar p{
	text-align: center;
    padding: 14px;
    margin: 0px;
    color: white;
}
.bottom-bar a{
	color:red;
}	












