﻿.main-t-news {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.news-content * {
  overflow-x: hidden;
}

.news-box {
  /*   min-height: 500px;*/
}

.newsCard {
  margin-bottom: 25px;
}

/*.newsCard:first-of-type {
    padding:10px;

}*/
/*.newsCard:nth-last-of-type(n+2) {
    margin-left: 15px;
    display: none;
}*/
.news-img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
  background-color: #f0f0f0;
}

.news-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*        padding: 16px;
  */
}

.news-content {
  /*    margin-top: 20px;
  */
}

.News-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #101010;
}

.new-tag-desgin {
  background: #1e7ea6;
  border-radius: 5px;
}

.news-tages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.News-title {
  margin: 5px 0;
  font-size: 14px;
  line-height: 30px;
}

.News-title a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.news-disc {
  display: -webkit-box;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 25px;
  color: #757679;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pagination {
  text-align: center;
}

/*.header-align-center .main-header #logo a img{
    width:100%
}*/
#main-menu > ul.menu > li > a {
  padding: 0 10px;
}

.footer-top .widget p {
  /* text-align:left */
}

#footer p, #footer li, #footer a, #footer .widget {
  text-align: left;
}

/*.footer-top .widget.socail-icons ul li{
    margin-bottom:0 !important;


}*/
#main-menu ul.menu > li > a, .left-header #main-menu > ul.menu > li > a {
  font-size: 14px;
}
