.ara_alan1{
  list-style: none;
  padding: 0;
}
.ara_alan1 li {
  float: left;
  display: inline-block;
  width: 23%;
  text-align: center;
  background: #fff;
  margin: 5px;
  border: 1px solid;
  padding: 15px;
  height: 210px;
  border-radius: 10px;
}
.ara_alan1 li span{
  font-weight: bold;
  border-bottom: 1px dashed;
  margin-bottom: 5px;
  display: block;
  color: #000;
}
.ara_alan1 li p{}

#header .header-body {
    background: #ffffff;
}
#header .header-logo img {
    width: 400px;
}

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: var(--border-radius);
    left: 12px;
    right: 12px;
    width: 50%;
    margin: 0 auto;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
    line-height: 30px;
    border-bottom: 1px solid #aeaeae;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
    display: block;
}

.bg-custom1{
  background: rgb(255,205,0) !important;
  background: radial-gradient(circle, rgba(255,205,0,1) 0%, rgba(198,159,0,1) 100%) !important;
}

.blog-post-new{
      border: 1px solid;
}
.blog-post-new .post-content{
  padding: 10px;
  background: #ced4da;
}
#footer {
    margin-top: -50px !important;
}

.img-item{
}
.img-item p{
  margin: 0;
  font-weight: 500;
  color: #000;
  padding: 10px;
  height: 70px;
}


/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #header .header-logo img {
    width: 250px;
  }

  .ara_alan1 li {
    width: 100%;
    height: auto;
  }

}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {


}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {


}
