.home__page_one .banner_news_list {
  margin: 0 auto;
}
.home__page_one .banner_news_list .banner_news {
  margin: 40px auto;
  text-align: center;
  box-shadow: 0px 1px 37px #d5b8b83d;
  border-radius: 10px;
  padding: 15px;
}
.home__page_one .banner_news_list .banner_news .title {
  text-align: center;
}
.home__page_one .banner_news_list .banner_news .title a {
  color: #ec2129;
  text-emphasis-style: #ec2129;
  text-decoration: none;
  transition: 500ms ease-in-out all;
  text-shadow: 0px 1px 3px #b91616;
  font-size: 70px;
  text-align: center;
}
@media screen and (max-width: 992px) and (min-width: 580px) {
  .home__page_one .banner_news_list .banner_news .title a {
    font-size: 40px;
  }
}
@media screen and (max-width: 580px) {
  .home__page_one .banner_news_list .banner_news .title a {
    font-size: 20px;
  }
}
.home__page_one .banner_news_list .banner_news .title .banner_info {
  padding: 20px;
}
.home__page_one .banner_news_list .banner_news .title .banner_info ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 15px;
}
.home__page_one .banner_news_list .banner_news .title .banner_info ul li {
  list-style: none;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  .home__page_one .banner_news_list .banner_news .title .banner_info ul li {
    font-size: 13px;
  }
}
.home__page_one .banner_news_list .banner_news .banner_news_image img {
  max-width: 100%;
}
.home__page_one .banner_news_list .banner_news .banner_news_summary {
  margin: 15px 0;
}
.home__page_one .banner_news_list .banner_news .banner_news_summary a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}
.home__page_one .banner_news_list .banner_news .banner_news_summary a:hover {
  color: #007bff;
}
.home__page_one .banner_news_list .banner_news .banner_news_summary a p {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .home__page_one .banner_news_list .banner_news .banner_news_summary a p {
    font-size: 15px;
  }
}
.home__page_one .news_headlines h3 {
  font-size: 25px;
  background-color: #ec2129;
  color: white;
  padding: 8px 15px;
}
.home__page_one .home__news_box {
  margin: 50px 0;
  padding: 5px 15px;
  margin-bottom: 30px;
  height: 100%;
}
.home__page_one .pramukh__news {
  padding-top: 15px;
}
.home__page_one .pramukh__news .main__news .main__news__image img {
  width: 100%;
}
.home__page_one .pramukh__news .main__news .news__section .news__title a {
  font-size: 38px;
  text-decoration: none;
  color: black;
}
.home__page_one .pramukh__news .main__news .news__section .news__title a:hover {
  color: #ec2129;
}
.home__page_one .pramukh__news .main__news .main__news__summary {
  padding-top: 15px;
}
.home__page_one .pramukh__news .main__news .main__news__summary p {
  font-size: 20px;
  line-height: 35px;
}
.home__page_one .pramukh__news .main__news_side__list {
  border-bottom: 1px dashed #decdcd;
  margin-bottom: 15px;
}
.home__page_one .pramukh__news .main__news_side__list::last-child {
  border-bottom: none;
}
.home__page_one .pramukh__news .main__news_side__list .side__image {
  width: 140px;
  float: left;
  padding: 0 10px 0 0;
}
.home__page_one .pramukh__news .main__news_side__list .side__image img {
  width: 100%;
}
.home__page_one .pramukh__news .main__news_side__list .side__news {
  text-align: justify;
}
.home__page_one .pramukh__news .main__news_side__list .side__news .news__title a {
  font-size: 18px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}
@media screen and (max-width: 580px) {
  .home__page_one .pramukh__news .main__news_side__list .side__news .news__title a {
    font-size: 16px;
  }
}
.home__page_one .news_box__title {
  padding-left: 0;
  display: flex;
  margin: 0;
  width: 100%;
  border-bottom: 2px solid #ab959647;
}
@media screen and (max-width: 1024px) {
  .home__page_one .news_box__title {
    display: block;
  }
}
.home__page_one .news_box__title li {
  list-style: none;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.home__page_one .news_box__title li:nth-child(2) {
  justify-content: flex-end;
  text-align: right;
}
.home__page_one .news_box__title li h4 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}
.home__page_one .news_box__title li a {
  text-decoration: none;
}
.home__page_one .news_box__title li a .more__action {
  font-size: 20px;
}
.home__page_one .news_box__title li a .icon {
  padding-left: 5px;
  font-size: 20px;
  color: #ec2129;
}
.home__page_one .box_heading__one {
  box-shadow: 0px 1px 20px #e0d6d6;
  margin-bottom: 30px;
  height: 100%;
}
.home__page_one .box_heading__one .box__title_one {
  background-color: #a4a4e1;
  padding-left: 0;
  display: flex;
  margin: 0;
  width: 100%;
  border-bottom: 2px solid #ab959647;
}
@media screen and (max-width: 1024px) {
  .home__page_one .box_heading__one .box__title_one {
    display: block;
  }
}
.home__page_one .box_heading__one .box__title_one li {
  list-style: none;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.home__page_one .box_heading__one .box__title_one li:nth-child(2) {
  justify-content: flex-end;
  text-align: right;
}
.home__page_one .box_heading__one .box__title_one li h4 {
  font-size: 30px;
  padding: 5px 15px;
  color: #000;
  margin: 0;
}
.home__page_one .box_heading__one .box__title_one li a {
  text-decoration: none;
}
.home__page_one .box_heading__one .box__title_one li a .more__action {
  font-size: 20px;
}
.home__page_one .box_heading__one .box__title_one li a .icon {
  padding-left: 5px;
  font-size: 20px;
  color: #ec2129;
}
.home__page_one .listing__news {
  margin-top: 15px;
}
.home__page_one .listing__news ul {
  padding-left: 0;
}
.home__page_one .listing__news ul li {
  list-style: none;
}
.home__page_one .listing__news ul li .news__thumbnail a img {
  width: 100%;
}
.home__page_one .listing__news ul li .news__title {
  padding: 15px 0 5px 0;
}
.home__page_one .listing__news ul li .news__title a {
  text-decoration: none;
  color: #222;
  font-size: 19px;
  margin: 0;
  font-weight: 500;
}
.home__page_one .listing__news ul li .news__time__and__reportor ul {
  padding-left: 0;
  display: flex;
  margin: 0;
}
.home__page_one .listing__news ul li .news__time__and__reportor ul li {
  list-style: none;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}
.home__page_one .listing__news ul li .news__time__and__reportor ul li i {
  padding-right: 5px;
}
.home__page_one .news__list .news__wrapper {
  margin-top: 25px;
}
.home__page_one .news__list .news__wrapper:hover {
  box-shadow: 0px 1px 20px #e8e0e0c9;
}
.home__page_one .news__list .news__wrapper .feature__image a img {
  max-width: 100%;
  width: 100%;
}
.home__page_one .news__list .news__wrapper .news__section {
  padding: 0 10px;
}
.home__page_one .news__list .news__wrapper .news__section .news__title {
  font-size: 18px;
  margin-top: 15px;
}
.home__page_one .news__list .news__wrapper .news__section .news__title a {
  text-decoration: none;
  color: black;
}
.home__page_one .news__list .news__wrapper .news__section .news__summary p {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__page_one .news__list .news__wrapper .news__section .news__time__and__reportor ul {
  padding-left: 0;
  display: flex;
  margin: 0;
}
.home__page_one .news__list .news__wrapper .news__section .news__time__and__reportor ul li {
  list-style: none;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 700;
}
.home__page_one .news__list .news__wrapper .news__section .news__time__and__reportor ul li i {
  padding-right: 5px;
}
.home__page_one .news__list_wrapper .news__wrapper {
  margin-top: 25px;
}
.home__page_one .news__list_wrapper .news__wrapper:hover {
  box-shadow: 0px 1px 20px #e8e0e0c9;
}
.home__page_one .news__list_wrapper .news__wrapper .feature__image a img {
  max-width: 100%;
}
.home__page_one .news__list_wrapper .news__wrapper .news__section {
  padding: 0 10px;
}
.home__page_one .news__list_wrapper .news__wrapper .news__section .news__title {
  font-size: 18px;
  margin-top: 15px;
}
.home__page_one .news__list_wrapper .news__wrapper .news__section .news__title a {
  text-decoration: none;
  color: #ec2129;
}
.home__page_one .news__list_wrapper .news__wrapper .news__section .news__summary p {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__page_one .news__list_wrapper .news__wrapper .news__section .news__time__and__reportor ul {
  padding-left: 0;
  display: flex;
  margin: 0;
}
.home__page_one .news__list_wrapper .news__wrapper .news__section .news__time__and__reportor ul li {
  list-style: none;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 700;
}
.home__page_one .news__list_wrapper .news__wrapper .news__section .news__time__and__reportor ul li i {
  padding-right: 5px;
}
.home__page_one .section_single_news__title a {
  text-decoration: none;
}
.home__page_one .section_single_news__title a h3 {
  font-size: 30px;
  font-weight: 500;
  color: black;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 580px) {
  .home__page_one .section_single_news__title a h3 {
    font-size: 20px;
  }
}
.home__page_one .section_single_news {
  margin-top: 25px;
}
.home__page_one .section_single_news .news_flex {
  position: relative;
}
@media screen and (min-width: 992px) {
  .home__page_one .section_single_news .news_flex {
    width: 100%;
  }
}
.home__page_one .section_single_news .news_flex img {
  width: 100%;
}
.home__page_one .section_single_news .news_flex .image_news_time {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.home__page_one .section_single_news .news_flex .image_news_time ul {
  display: flex;
  list-style: none;
  color: black;
  padding: 15px;
  margin-bottom: 0;
}
.home__page_one .section_single_news .news__summary p {
  font-size: 20px;
  line-height: 38px;
}
@media screen and (max-width: 580px) {
  .home__page_one .section_single_news .news__summary p {
    font-size: 16px;
    line-height: 30px;
  }
}
.home__page_one .section_single_news .news_view_list {
  background-color: #ff000078;
}
.home__page_one .section__list {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home__page_one .section__list {
    overflow-x: scroll;
  }
}
.home__page_one .section__list li {
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
}
.home__page_one .section__list li .loader_image img {
  width: 30px;
  height: 30px;
}
.home__page_one .section__list li span {
  padding: 7px 20px;
  width: 117px;
  background-color: #e3e3ea;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0px 2px 2px #948585;
}
@media screen and (max-width: 1024px) {
  .home__page_one .section__list li span {
    width: 80px;
    padding: 7px 0;
    font-size: 13px;
  }
}
.home__page_one .section__list li .active {
  background-color: red;
  color: white;
  transition: 0.5s;
  box-shadow: 0px 1px 3px #f80606;
}
.home__page_one .home_province {
  padding-top: 15px;
}
.home__page_one .home_province ul {
  padding-left: 0;
}
.home__page_one .home_province ul li {
  list-style: none;
}
.home__page_one .home_province ul li .news__thumbnail a img {
  width: 100%;
}
.home__page_one .home_province ul li .news__title {
  padding-top: 20px;
}
.home__page_one .home_province ul li .news__title a {
  font-size: 30px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.home__page_one .home_province ul li .news__summary p {
  font-size: 18px;
  line-height: 30px;
}
.home__page_one .news__time__and__reportor {
  list-style: none;
  display: flex;
}
.home__page_one .news__time__and__reportor li span {
  font-size: 14px;
}
.home__page_one .home__feature__news__list {
  box-shadow: 0px 1px 20px #e0d4d48c;
  padding: 15px 0;
  border-radius: 15px;
}
.home__page_one .home__feature__news__list .feature_news {
  padding-left: 15px;
}
.home__page_one .home__feature__news__list .feature_news li {
  list-style: none;
  font-size: 30px;
}
.home__page_one .sport_wrapper .news_view_list {
  background: #d5aff1;
}
.home__page_one .sport_wrapper .sports__news__wrapper {
  margin-top: 25px;
}
.home__page_one .sport_wrapper .sports__news__wrapper .sports_news a img {
  width: 100%;
}
.home__page_one .sport_wrapper .sports__news__wrapper .news__section .news__title {
  padding-top: 15px;
}
.home__page_one .sport_wrapper .sports__news__wrapper .news__section .news__title a {
  font-size: 32px;
  text-decoration: none;
  color: black;
}
.home__page_one .sport_wrapper .sports__news__wrapper .news__section .news__title a:hover {
  color: red;
}
.home__page_one .technology__news__list .news__image a img {
  width: 100%;
}
.home__page_one .technology__news__list .news__section .news__title {
  padding-top: 5px;
}
.home__page_one .technology__news__list .news__section .news__title a {
  text-decoration: none;
  font-size: 20px;
  color: black;
}
.home__page_one .technology__news__list .news__section .news__summary {
  padding-top: 15px;
}
.home__page_one .technology__news__list .news__time__and__reportor ul {
  padding-left: 0;
  display: flex;
  margin: 0;
}
.home__page_one .technology__news__list .news__time__and__reportor ul li {
  list-style: none;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}
.home__page_one .technology__news__list .news__time__and__reportor ul li i {
  padding-right: 5px;
}
.home__page_one .news__time__date {
  display: flex;
  padding: 5px 0;
}
.home__page_one .news__time__date .flex__wrapper span {
  font-weight: 600;
}
.home__page_one .new__wrapper_one {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.home__page_one .new__wrapper_one img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.home__page_one .new__wrapper_one .new_title_image_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}
.home__page_one .new__wrapper_one .time_date {
  color: white;
  padding: 15px;
  font-size: 14px;
}
.home__page_one .new__wrapper_one .news__title {
  padding: 15px;
  position: absolute;
  bottom: 0;
}
.home__page_one .new__wrapper_one .news__title a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}
.home__page_one .new__wrapper_one .news__title a:hover {
  color: #007bff;
  transition: 0.4s;
}
.home__page_one .main_antervarta__wrapper {
  margin-top: 25px;
  display: flex;
  width: 100%;
  background-color: #2664f0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .home__page_one .main_antervarta__wrapper {
    display: block;
  }
}
.home__page_one .main_antervarta__wrapper .flex_wapper {
  width: 100%;
}
.home__page_one .main_antervarta__wrapper .flex_wapper img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.home__page_one .main_antervarta__wrapper .antervarta__title {
  padding: 15px;
  color: white;
  font-style: italic;
}
.home__page_one .main_antervarta__wrapper .antervarta__title a {
  text-decoration: none;
  color: white;
  font-size: 40px;
  font-weight: 600;
}
.home__page_one .main_antervarta__wrapper .antervarta__title a:hover {
  color: #c48787;
  transition: 500ms ease-in-out;
}
.home__page_one .main_antervarta__wrapper .antervarta__title .fa-quote-left {
  color: #ecb5b59c;
}
.home__page_one .side__news__wrapper {
  padding-top: 25px;
}
.home__page_one .manoranjan__news {
  padding-top: 25px;
}
.home__page_one .technology__wrapper {
  padding-top: 25px;
}
.home__page_one .news_side_view_list {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.home__page_one .news_side_view_list:hover {
  transition: 500ms ease-in-out;
  box-shadow: 0px 1px 37px #e9d1d175;
  border-radius: 10px;
}
.home__page_one .news_side_view_list .flex__wrapper:nth-child(2) {
  padding-left: 15px;
}
.home__page_one .news_side_view_list .flex__wrapper img {
  width: 90px;
  height: 70px;
  object-fit: cover;
}
.home__page_one .news_side_view_list .flex__wrapper a {
  font-size: 17px;
  text-decoration: none;
  color: #444;
  font-weight: 500;
  word-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .home__page_one .news_side_view_list .flex__wrapper a {
    font-size: 14px;
  }
}
.home__page_one .news_view_list {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.home__page_one .news_view_list:hover {
  transition: 500ms ease-in-out;
  box-shadow: 0px 1px 37px #e9d1d175;
  border-radius: 10px;
}
.home__page_one .news_view_list .flex__wrapper:nth-child(2) {
  padding-left: 15px;
}
.home__page_one .news_view_list .flex__wrapper img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}
.home__page_one .news_view_list .flex__wrapper a {
  font-size: 22px;
  text-decoration: none;
  color: #444;
  font-weight: 500;
  word-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .home__page_one .news_view_list .flex__wrapper a {
    font-size: 14px;
  }
}
.home__page_one .antervarta_list {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.home__page_one .antervarta_list:hover {
  transition: 500ms ease-in-out;
  box-shadow: 0px 1px 37px #e9d1d175;
  border-radius: 10px;
}
.home__page_one .antervarta_list .flex__wrapper:nth-child(2) {
  padding-left: 15px;
}
.home__page_one .antervarta_list .flex__wrapper img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}
.home__page_one .antervarta_list .flex__wrapper a {
  font-size: 22px;
  text-decoration: none;
  color: #444;
  font-style: italic;
  font-weight: 500;
  word-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .home__page_one .antervarta_list .flex__wrapper a {
    font-size: 14px;
  }
}
.home__page_one .bichar_section {
  padding-left: 0;
  display: flex;
  vertical-align: middle;
  padding-top: 25px;
}
.home__page_one .bichar_section li {
  list-style: none;
  align-items: center;
  display: flex;
  padding-left: 15px;
}
.home__page_one .bichar_section li:nth-child(2) {
  padding-right: 5px;
}
.home__page_one .bichar_section li a {
  text-decoration: none;
  font-size: 20px;
  color: black;
}
@media screen and (max-width: 580px) {
  .home__page_one .bichar_section li a {
    font-size: 16px;
  }
}
.home__page_one .bichar_section li .auther_name {
  padding-top: 8px;
}
.home__page_one .bichar_section li .auther_name a {
  font-weight: 600;
  font-size: 13px;
  color: #8d8dd3;
  font-style: italic;
}
.home__page_one .auther_image a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 1px 4px #114c85;
}
@media screen and (max-width: 580px) {
  .home__page_one .auther_image a img {
    width: 80px;
    height: 80px;
  }
}
.home__page_one .mb__25 {
  margin-bottom: 25px;
}

/*# sourceMappingURL=home.css.map */
