@font-face {
  font-family: myFirstFont;
  src: url('fonts/homa');
  font-weight: bold;
}

header {
  background-color: rgb(20, 19, 19);
  width: 100%;
  height: 100px;
}

header .top-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .top-bar li a {
  padding: 0.25rem 1rem;
  color: #fff;
}

header .top-bar li {
  position: relative;
}

header .top-bar li:first-child a {
  padding-left: 0;
}

header .top-bar li:last-child a {
  padding-right: 0;
}

header .top-bar li .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 200px;
  border-radius: 0.5rem;
}

header .top-bar li .sub-menu a {
  color: red;
  padding: 0.25rem;
  text-align: center;
  display: block;
  text-decoration: none;
}

header .top-bar li .sub-menu a:hover {
  color: black;
}

header .top-bar > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

header
  .top-bar
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children:hover
  .sub-menu {
  display: block;
}

header .top-bar .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
}

.main-content {
  min-height: 500px;
}

#sidebar li {
  display: block;
  text-align: right;
}
#sidebar ul li {
  display: block;
}
#sidebar ul li a {
  color: black;
}
#sidebar .widget {
  margin-bottom: 5px;
}
#sidebar .widget li {
  
}
footer {
  width: 100%;
  height: 100%;
  max-height:450px;
  background-color: rgb(20, 17, 49);
  display: block;
  list-style-type: none;
}
footer ul {
  padding: 40px;
  text-align: center;
  display: block;
  list-style-type: none;
  text-align: right;
  line-height: 2.8;
}
footer ul li a {
  color: #fff;
  text-align: right;
}
#ty {
  color: red;
  float: left;
}
.page-wrap {
  background-color: rgb(232, 235, 233);
}

.bgcolor{
  background-color: rgba(45, 61, 105);
  width: 100%;
}
#itextBarMain{
  color: white;
  font-size:21px ;
  font-family: myFirstFont;
}

#footer-copyr {
  background-color: rgb(248, 252, 248);
  text-align: center;
  color: rgb(29, 27, 27);
  
  padding: 25px;
}
#sidbar-azmon {
  background-color: rgb(14, 31, 184);
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: justify;
}
/******************* pagenamber *****************/
#pagenavi {
  width: 100%;
  height: auto;

  margin: 15px 0 15px 0;

  padding: 5px;
}
#category_fot ul li {
  display: block;
  list-style-type: none;
}
