* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  font-family: "Noto Serif Bengali", serif;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
.form-check input:focus {
  box-shadow: none;
  border: 1px solid #cbcbcb;
}
.tfa_title_sec .tfa_title {
  padding: 0;
  border-bottom: 2px solid #ED1C24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.tfa_title_sec .tfa_title span {
  background: #ED1C24;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  padding: 9px 14px 3px;
  display: inline-block;
}

.tfa_category_sec .tfa_title_sec .tfa_title.sub_title span {
  font-size: 28px;
}
.tfa_title_sec .tfa_title.sub_title span {
  font-size: 28px;
}
.tfa_des {
  color: #444444;
  font-size: 16px;
  line-height: 1.8;
}
.ffa_news_btn {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 6px 18px;
  border-radius: 8px;
  background: #ED1C24;
  font-family: "Noto Serif Bengali", serif;
}
.ffa_news_btn:hover {
  background: #c71e24;
}
.tfa_more_btn {
  background: #ED1C24;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 7px;
}
.tfa_more_btn img {
  width: 4px;
  margin-left: 6px;
}
.tfa_more_btn:hover {
  background: #c71e24;
}
ul {
  list-style: none;
  padding: 0;
}
.container {
  max-width: 1400px;
}
/* Century Gothic Font Css  */
@font-face {
    font-family: 'gothic';
    src: local('gothic'), url('../fonts/gothic/gothic.woff') format('woff');
}

@font-face {
  font-family: 'Kalpurush';
  src: url('../fonts/kalpurush/Kalpurush.eot');
  src: url('../fonts/kalpurush/Kalpurush.eot') format('embedded-opentype'),
       url('../fonts/kalpurush/Kalpurush.woff2') format('woff2'),
       url('../fonts/kalpurush/Kalpurush.woff') format('woff'),
       url('../fonts/kalpurush/Kalpurush.ttf') format('truetype'),
       url('../fonts/kalpurush/Kalpurush.svg#Kalpurush') format('svg');
}




/* Social Header */
.tfa_social_header {
  background: #fffcf3;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
}
.tfa_social_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tfa_social_header .tfa_email {
  color: #414042;
  font-family: 'gothic';
  font-size: 14px;
}
.tfa_social_header .tfa_email:hover {
  color: #ED1C24;
}
.tfa_social_header .tfa_email i {
  margin-right: 3px;
}
.tfa_social_header .tfa_social_right {
  display: flex;
  align-items: center;
}
.tfa_social_header .tfa_date_email {
  display: flex;
  align-items: center;
}

.tfa_social_header .tfa_date_email .date {
  margin: 0 8px 0 0px;
  border-right: 1px solid #cdcdcd;
  padding-right: 8px;
  font-family: 'gothic';
  font-size: 14px;
}
.tfa_social_header .tfa_social_right .f_social_sec {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.tfa_social_header .tfa_social_right .f_social_sec a {
  color: #414042;
  margin-right: 11px;
}
.tfa_social_header .tfa_social_right .f_social_sec a:hover {
  color: #ED1C24;
}
.tfa_social_header .tfa_social_right .preffered_btn {
  background: #fff;
  padding: 7px;
  font-family: 'gothic';
  border-radius: 5px;
  color: #414042;
  display: flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid #cdcdcd;
}
.tfa_social_header .tfa_social_right .preffered_btn:hover {
  background: #ffe2a6;
}
.tfa_social_header .tfa_social_right .preffered_btn svg {
  width: 18px;
  height: auto;
  margin-left: 5px !important;
}
.tfa_social_header .tfa_social_right .preffered_btn span {
  margin-right: 0;
}
/* Social Header */


/* Header Sec */
.tfa_header_sec {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0px;
  background: #fff;
}
.tfa_header_sec .tfa_top_header {
  padding: 14px 0;
}
.tfa_header_sec .tfa_top_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tfa_header_sec .tfa_top_header .tfa_logo {
  width: 148px;
}
.tfa_header_sec .tfa_search_box_sec {
  width: 37%;
  position: absolute;
  left: 0;
  right: 5%;
  margin: auto;
}
.tfa_header_sec .tfa_search_box_sec .search_box {
  position: relative;
}
.tfa_header_sec .tfa_search_box_sec .search_box input[type="search"] {
  width: 100%;
  height: 48px;
  border: none;
  font-size: 18px;
  color: #111;
  padding-left: 47px;
  outline: none;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  font-family: gothic;
}
.tfa_header_sec .tfa_search_box_sec .search_box img {
  width: 20px;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tfa_header_sec .tfa_search_box_sec .search_box .search_icon {
  position: absolute;
  right: 2%;
  width: 30px;
  height: 30px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  cursor: pointer;
}
.tfa_header_sec .tfa_search_box_sec .search_box .search_icon:hover {
  background: #c71e24;
}
.tfa_header_sec .ffa_news_btn {
  margin-left: 10px;
}
.tfa_header_sec .ffa_news_btn.series_btn {
  background: #FEC248;
  color: #414042;
}
.tfa_header_sec .ffa_news_btn.series_btn:hover {
  background: #efaf2e;
}
.dropdown-item.active, .dropdown-item:active {
  background: none;
}
.tfa_menu_sec .tfa_nav ul li a.dropdown-toggle {
  padding-top: 11px !important;
}
/* Menu Sec */
.menu_icon_sec {
  display: none;
}
.tfa_nav_header_sec {
  background: #FEC248;
}
.tfa_menu_sec .tfa_nav {
  justify-content: center;
}
.tfa_menu_sec .tfa_nav ul li {
  margin: 0;
}
.tfa_menu_sec .tfa_nav ul li a {
  color: #414042 !important;
  font-size: 20px;
  padding: 10px 14px !important;
  font-weight: 500;
  font-family: "Noto Serif Bengali", serif;;
  /* font-family: 'Kalpurush'; */
}
.tfa_menu_sec .tfa_nav ul li a span {
  font-family: 'gothic';
}
.tfa_menu_sec .tfa_nav ul li a.active, .tfa_menu_sec .tfa_nav ul li a:hover {
  color: #ED1C24 !important;
}
/* Menu Sec */
.tfa_nav_header_sec .dropdown-menu {
  padding: 0;
  overflow: hidden;
}
.tfa_nav_header_sec .dropdown-menu li a {
  border-bottom: 1px solid #eaeaea;
  margin: 0;
}
.tfa_nav_header_sec .dropdown-menu li a:hover {
  color: #fff !important;
}
.tfa_nav_header_sec .dropdown-menu li:last-child a {
  border-bottom: none;
}


/* Search Sec */
.tfa_header_sec .tfa_search_box_sec .tfa_search_list_content {
  position: absolute;
  left: 0px;
  right: 0px;
  background: rgb(255, 255, 255);
  padding: 0px;
  z-index: 2;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 8px;
  display: none;
}
.tfa_header_sec .tfa_search_box_sec.active .tfa_search_list_content {
  display: block;
}
.search_box_sec.active .tw_search_list_content, .search_box_sec.active .tw_search_list_content {
  display: block;
  text-align: right;
}
.tfa_header_sec .tfa_search_box_sec .tfa_search_list_content .search_list {
  height: 430px;
  overflow-y: scroll;
  margin-bottom: 0px;
  padding: 14px 0 10px;
}
.tfa_header_sec .tfa_search_box_sec .tfa_search_list_content .search_list .list_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 6px 10px;
  border: 1px solid rgb(234, 234, 234);
  padding: 10px;
  border-radius: 6px;
  text-align: left;
  background: rgba(243, 243, 243, 0.667);
}
.tfa_header_sec .tfa_search_box_sec .tfa_search_list_content .search_list .list_content .tfa_photo {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}
.tfa_header_sec .tfa_search_box_sec .tfa_search_list_content .search_list .list_content img {
  object-fit: cover;
  height: 100%;
}
.tfa_search_list_content .search_list .list_content .text_content {
  width: 83%;
}
.tfa_search_list_content .search_list .list_content .text_content .tfa_title {
  font-size: 16px;
  color: #414042;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  text-align: justify;
  font-family: "Noto Serif Bengali", serif;
}
.tfa_search_list_content .search_list .list_content .text_content .tfa_title:hover {
  color: #ed1c24;
}
.tw_search_list_content .search_list .list_content .text_content .tw_tag {
  padding: 3px 6px;
  font-size: 12px;
  margin-right: 4px;
}
.tfa_header_sec .tfa_search_box_sec .tfa_search_list_content  .view_more_btn {
  padding: 15px;
  text-align: center;
}

/* Search Sec */

/* Header Sec */

/****=== Home Page  ===****/
.home_page {
  margin-top: 250px;
}
.home_page .container-fluid {
  padding: 0 15px;
  max-width: 1400px;
}
.tfa_tag {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  background: #ED1C24;
  padding: 9px 6px 6px;
  line-height: 15px;
  border-radius: 5px;
  margin-right: 4px;
  margin-bottom: 14px;
}

.tfa_tag.sub_tag {
  background: #fec248;
  color: #414042;
}
.tfa_tag.sub_tag:hover {
  background: #ffae0a;
}
.tfa_tag:hover {
  background: #ff4e55;
}
.tfa_tag.tfa_tag_two {
  background: #d3d5d7;
  color: #3e3d41;
}
a.tfa_tag.tfa_tag_two:hover {
  background: #e9e9e9;
}
/* Featured Stories Sec */
.featured_stories_sec {
  margin-bottom: 40px;
  padding-top: 40px;
}
.featured_stories_sec .tfa_title_sec .tfa_title span {
  font-size: 28px;
}
.tfa_featured_photo.featured_grid {
  height: 514px;
}
.tfa_top_news .tfa_featured_slider {
  position: relative;
}
.tfa_top_news .tfa_featured_slider .owl-nav button {
  position: absolute;
  top: 40%;
  left: 3%;
  height: 60px;
  margin: auto;
  line-height: 60px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 40px;
}
.tfa_top_news .tfa_featured_slider .owl-nav button:hover {
  background-color: #ff00ff00;
  opacity: 0.5;
}
.tfa_top_news .tfa_featured_slider .owl-nav button.owl-prev {
  background-image: url(../images/l_arrow.png);
}
.tfa_top_news .tfa_featured_slider .owl-nav button.owl-next {
  background-image: url(../images/r_arrow.png);
}
.tfa_top_news .tfa_featured_slider .owl-nav button span {
 display: none
}
.tfa_top_news .tfa_featured_slider .owl-nav button.owl-next {
  right: 3%;
  left: auto;
}
.tfa_featured_photo {
  height: 245px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  display: block;
}
.tfa_featured_photo .tfa_photo {
  display: block;
  height: 100%;
  position: relative;
}
.tfa_featured_photo .tfa_photo:hover {
  opacity: 0.9;
}
.tfa_featured_photo .tfa_photo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(179deg,
      rgba(0, 0, 0, 0.13) 0%,
      rgba(0, 0, 0, 0.51) 100%);
  /* z-index: 1; */
}
.tfa_featured_photo img {
  height: 100%;
  object-fit: cover;
}
.tfa_featured_photo .text_content {
  position: absolute;
  bottom: 0;
  padding: 30px 24px;
  width: 100%;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(28 28 28 / 32%) 42%, rgba(0, 0, 0, 1) 100%);
}
.tfa_top_news .tfa_featured_slider .tfa_admin_date .date  img {
  width: 12px;
}
.tfa_featured_photo .text_content .tfa_post_title {
  line-height: 1.4;
  margin-bottom: 16px;
  display: block;
  color: #fff;
}
.tfa_featured_photo .text_content .tfa_post_title a {
  color: #fff;
}
.tfa_featured_photo .text_content .tfa_post_title a:hover {
  color: #ED1C24;
}
.tfa_featured_photo .text_content .tfa_post_title:hover {
  color: #ED1C24;
}
.tfa_post_title {
  color: #414042;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  width: 100%;
  display: block;
  font-family: "Noto Serif Bengali", serif;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tfa_post_title a{
  color: #414042;
}
.tfa_post_title:hover {
  color: #ed1c24;
}
.tfa_post_title a:hover {
  color: #ed1c24;
}
.tfa_inter_national_news_sec .tfa_post_title a {
  color: #414042;
}
.tfa_inter_national_news_sec .tfa_post_title a:hover {
  color: #ed1c24;
}
.tfa_featured_photo .text_content .post_title:hover {
  opacity: 0.8;
  color: #f0f1fd;
}
.tfa_admin_date {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  color: #848484;
}
.tfa_admin_date .tfa_admin_photo {
  display: flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  margin-right: 0;
  margin-left: -10px;
  border: 1px solid #fff;
}
.tfa_admin_date .tfa_admin span {
  margin-left: 6px;
}
.tfa_featured_photo .text_content .date {
  border-right: 1px solid #fff;
  color: #fff;
}
.tfa_admin_date .date {
  display: flex;
  align-items: center;
  color: #848484;
  margin-right: 10px;
  font-size: 12px;
  padding-right: 10px;
  margin-bottom: 0;
}
.tfa_admin_date .date span {
  font-family: "Lato", sans-serif;
  position: relative;
  top: -1px;
  margin-left: 4px;
}
.tfa_admin_date .date:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.tfa_admin_date .date img {
  height: auto;
  width: 12px;
  margin-right: 6px;
  float: left;
  margin-top: -4px;
}
.tfa_admin_date .tfa_admin {
  display: flex;
  color: #ED1C24;
  padding-right: 10px;
  align-items: center;
  margin-left: 10px;
  flex-wrap: wrap;
  border-right: 1px solid #848484;
  margin-right: 10px;
}
.tfa_admin_date .tfa_admin a {
  color: #ED1C24;
  font-size: 12px;
}
.tfa_admin_date .tfa_admin a:hover {
  color: #ff4e55;
}

.tfa_featured_photo .text_content .tfa_admin_date .tfa_admin {
  border-right: 1px solid #fff;
  color: #fff;
}
.tfa_featured_photo .text_content .tfa_admin_date .tfa_admin span {
  font-size: 12px;
}
.tfa_featured_photo .text_content .tfa_admin_date .tfa_admin span a {
  color: #fff;
}
.tfa_featured_photo .text_content .tfa_admin_date .tfa_admin span a:hover {
  color: #bdbdbd;
}
.tfa_featured_photo.featured_grid .text_content .post_title {
  font-size: 30px;
}
.tfa_top_news .tfa_featured_slider .tfa_featured_photo .text_content .tfa_admin_date .tfa_admin span a {
  font-size: 16px;
}
.tfa_top_news .tfa_featured_slider .tfa_featured_photo .text_content .tfa_admin_date .date {
  font-size: 16px;
}
/* Featured Stories Sec */
/* TFA Main News */
.tfa_main_news {
  border-top: 2px solid #ED1C24;
  border-bottom: 2px solid #ED1C24;
  padding: 10px 0;
}
.tfa_main_news .tfa_news_list {
  display: flex;
  margin: 0;
  justify-content: center;
  animation: marquee 10s linear infinite;
  -webkit-animation: marquee 10s linear infinite;
}
.tfa_main_news .tfa_news_list:hover {
  animation-play-state: paused;
}
.tfa_main_news .tfa_news_list li a {
  display: flex;
  align-items: center;
  color: #414042;
  font-family: "Noto Serif Bengali", serif;
  font-size: 18px;
  margin-right: 18px;
  
}
.tfa_main_news a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 10px;
  overflow: hidden;
  width: 100%;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.tfa_main_news .tfa_news_list li a .tfa_logo {
  width: 20px;
  margin-right: 8px;
}
.tfa_main_news .tfa_news_list li a:hover {
  color: #ed1c24;
}


.tfa_main_news a {
  display: flex;
  align-items: center;
  color: #414042;
  font-family: "Noto Serif Bengali", serif;
  font-size: 18px;
  margin-right: 18px;
  
}
.tfa_main_news a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 10px;
  overflow: hidden;
  width: 100%;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.tfa_main_news a .tfa_logo {
  width: 20px;
  margin-right: 8px;
}
.tfa_main_news a:hover {
  color: #ed1c24;
}
/* TFA Main News */

/* TFA Inter National News Sec */
.tfa_inter_national_news_sec {
  padding: 50px 0;
}
.tfa_inter_national_news_sec .tfa_title_sec .tfa_title span {
  font-size: 28px;
}
.tfa_inter_national_news_sec .tfa_news_post_sec {
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.tfa_inter_national_news_sec .tfa_post_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tfa_inter_national_news_sec .tfa_news_post_sec:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tfa_inter_national_news_sec .tfa_news_post_sec .tfa_photo {
  height: 170px;
}
.tfa_news_post_sec .tfa_photo {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
}
.tfa_news_post_sec .tfa_photo:hover {
  opacity: 0.8;
}
.tfa_news_post_sec .tfa_photo img {
  height: 100%;
  object-fit: cover;
}
/* TFA Inter National News Sec */
.tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news {
  margin-bottom: 30px;
}
/* TFA News Blog Sec */
.tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec {
  background: #ECE2C8;
  border-radius: 15px;
  padding-bottom: 0;
}
.tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .text_content {
  padding: 15px 15px 20px;
}
.tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .text_content .tfa_post_title {
  font-size: 28px;
  margin-bottom: 9px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .tfa_photo {
  height: 454px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 0;
}
.tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .tfa_photo img {
  object-fit: contain;
  object-position: center;
}
/* TFA News Blog Sec */
.tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E7E8;
}
.tfa_news_list_content .tfa_news_post_sec:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* TFA List Post Sec */
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo {
  width: 40%;
  flex: 0 0 40%;
  border-radius: 15px;
  overflow: hidden;
  height: 234px;
  margin-left: 20px;
}
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo:hover {
  opacity: 0.8;
}
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo img {
  height: 100%;
  object-fit: cover;
}
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content {
  width: 57%;
}
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content .tfa_post_title {
  margin-bottom: 5px;
}
.tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content  .tfa_des {
  margin-bottom: 0;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .text_content .tfa_post_title {
  margin-bottom: 0;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
/* TFA List Post Sec */
.ad_sec {
  border-radius: 15px;
  overflow: hidden;
}
.ad_sec.top_add {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0 !important;
}
.ad_sec .ad_photo img {
  width: auto;
}
.ad_sec .ad_photo img {
  width: 100%;
}
.tfa_category_sec .tfa_title_sec .tfa_title {
  margin-bottom: 20px;
}
.tfa_science_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec {
  border-bottom: 1px solid #BCBEC0;
}
.tfa_science_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec:last-child {
  border-bottom: none;
}
.tfa_category_sec {
  padding: 60px 0;
}
.tfa_science_sec  {
  background: #ECE2C8;
}
.tfa_tech_sec {
  background: #E6E7E8;
}
.tfa_tech_sec .tfa_title_sec .tfa_title span span {
  font-family: 'gothic';
  padding: 0;
}
.tfa_tech_sec .tfa_tag span {
  font-family: 'gothic';
}
/* TFA Category Sec */
.tfa_science_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .text_content .tfa_post_title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.tfa_category_sec .tfa_news_post_sec .tfa_photo {
  height: 300px;
}
.tfa_tech_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec {
  border-color: #BCBEC0;
}
.tfa_tech_sec .tfa_news_post_sec .tfa_photo {
  height: 294px;
}
.tfa_tech_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .text_content .tfa_post_title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
/* TFA Category Sec */
/*  TFA News Grid Sec */
.tfa_news_grid_sec .news_grid {
  border-right: 3px solid #ECE2C8;
}
.tfa_news_grid_sec {
  padding: 60px  0;
}
.tfa_news_grid_sec .news_grid {
  border-right: 3px solid #ECE2C8;
}
.tfa_news_grid_sec .news_grid:last-child {
  border-right: none;
}
.tfa_news_grid_sec .tfa_news_grid .tfa_title_sec .tfa_title {
  margin-bottom: 20px;
}
.tfa_news_grid_sec .tfa_news_grid .tfa_news_post_sec {
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.tfa_news_grid_sec .tfa_news_grid .tfa_news_post_sec:last-child {
  margin-bottom: 0;
}
.tfa_news_grid_sec .tfa_news_grid .tfa_news_post_sec .tfa_photo {
  height: 250px;
}
/*  TFA News Grid Sec */
/* Art Culture Sec */
.tfa_category_sec.art_culture_sec {
  background: #fff;
}
.tfa_category_sec.art_culture_sec .tfa_news_post_sec .tfa_photo {
  height: 310px;
}
.tfa_category_sec.art_culture_sec .tfa_news_list_sec {
  background: #FEC248;
  border-radius: 5px;
  padding: 15px;
}
.tfa_category_sec.art_culture_sec .tfa_news_list_sec .tfa_tag {
  /* background: #fff; */
  padding: 5px 10px 2px;
  border-radius: 5px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.tfa_category_sec.art_culture_sec .tfa_news_list_sec .tfa_news_post_sec {
  border-color: #E59A00;
}
.tfa_category_sec.art_culture_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_post_title {
  margin-bottom: 2px;
}
/* Art Culture Sec */
/* TFA Video Sec */
.tfa_video_sec {
  background: #414042;
}
.tfa_video_sec .tfa_title_sec .tfa_title {
  border-bottom: 2px solid #fff;
}
.tfa_video_sec .tfa_title_sec .tfa_title span {
  background: #fff;
  display: flex;
  color: #ff0000;
  align-items: center;
}
.tfa_video_sec .tfa_title_sec .tfa_title span img {
  width: 40px;
  margin-right: 8px;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo {
  position: relative;
  height: 210px;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo .play_icon {
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_post_title {
  color: #fff;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_post_title a {
  color: #fff;
  line-height: 1.8;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_post_title a:hover {
  color: #ed1c24;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_post_title:hover {
  color: #d5d5d5;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin a {
  color: #fff;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin a:hover {
  color: #d5d5d5;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin span {
  color: #fff;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
  border-right: 1px solid #fff;
  color: #fff;
}
.tfa_video_sec .tfa_science_content .tfa_news_post_sec .text_content .tfa_admin_date .date {
  color: #fff;
}
/* TFA Video Sec */
/* TFA News List Blog Content */
.tfa_news_list_blog_content .tfa_news_post_sec {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #BCBEC0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
  flex: 0 0 38%;
  width: 39%;
  height: 125px;
  margin-bottom: 0;
}
.tfa_news_list_blog_content .tfa_news_post_sec .text_content {
  width: 58%;
  margin-left: 10px;
}
.tfa_modal_video .modal-dialog .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
  border-right: 1px solid #848484;
}
.tfa_modal_video .modal-dialog .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin span a {
  color: #ed1c24;
}
.tfa_modal_video .modal-dialog .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin span a:hover {
  color: #ff4e55;
}

.tfa_video_sec .tfa_science_content .tfa_modal_video .tfa_news_post_sec .tfa_admin_date .date {
  color: #848484;
}
.tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_tag {
  margin-bottom: 11px;
}
.tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_post_title {
  font-size: 14px;
  margin-bottom: 4px;
}
.tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  margin-bottom: 14px;
}
.tfa_news_list_blog_content .tfa_news_post_sec:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tfa_video_sec .tfa_science_content .tfa_modal_video .tfa_news_post_sec .tfa_post_title {
  color: #414042;
}
.tfa_video_sec .tfa_science_content .tfa_modal_video .tfa_news_post_sec .tfa_post_title:hover {
  color: #ed1c24;
}
/* TFA News List Blog Content */
/* TFA News List Blog View */
.tfa_news_list_blog_view .tfa_news_post_sec {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tfa_news_list_blog_view .tfa_news_post_sec .tfa_photo {
  height: 160px;
  width: 40%;
  flex: 0 0 40%;
  margin-right: 16px;
  margin-bottom: 0;
}
.tfa_news_list_blog_view .tfa_news_post_sec .text_content {
  width: 56%;
}
.tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_post_title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_admin_date {
  margin-bottom: 12px;
}
.tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_des {
  margin-bottom: 0;
}
.tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_des {
  margin-bottom: 0;
  color: #414042;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* TFA News List Blog View */
.tfa_category_sec.tfa_video_story_sec {
  background: #E6E7E8;
}
.tfa_category_sec.tfa_video_story_sec .tfa_story_video_blog {
  height: 374px;
}
.tfa_video_top_sec .tfa_story_video_blog {
  height: 340px;
  margin-bottom: 23px;
}
.tfa_video_top_sec .tfa_story_video_blog .text_content .tfa_play_icon {
  width: 60px;
  display: block;
  position: absolute;
  right: 24px;
  bottom: 20%;
}
.tfa_video_top_sec .tfa_story_video_blog .text_content .tfa_post_title {
  width: 70%;
}
.tfa_video_bottom_sec .story_video .tfa_photo {
  width: 26%;
  flex: 0 0 26%;
}

.tfa_video_bottom_sec .story_video .text_content {
  width: 70%;
}
/* Story Video */
.tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
  position: relative;
  height: 174px;
}
.tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo .play_icon {
  position: absolute;
  width: 50px;
  height: auto;
  bottom: 10px;
  right: 10%;
}
/* Story Video */
/* TFA Modal Video */
.tfa_modal_video .modal-dialog {
  width: 100%;
  max-width: 720px;
}
.tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video,.tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video111 {
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.tfa_modal_video .modal-dialog .tfa_news_post_sec .text_content {
  padding: 20px 0 0;
}
.tfa_modal_video .modal-content {
  position: relative;
}
.tfa_modal_video .modal-content .close {
  position: absolute;
  right: 10px;
  background: #f00;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.tfa_modal_video .modal-content .close:hover {
  background: #ff4e55;
}
.tfa_modal_video .modal-content .close:focus {
  box-shadow: none;
}
.tfa_modal_video .modal-content .close i {
  color: #fff;
}
.tfa_modal_video .tfa_news_post_sec {
  padding: 20px;
}
.tfa_modal_video .modal-dialog .tfa_news_post_sec .text_content .tfa_des {
  margin: 20px 0 0;
  color: #414042;
}
/* TFA Modal Video */
/****==== Home Page ====****/


/****==== Listing Page ====****/

.tfa_featured_photo.featured_grid.listing {
  height: 690px;
}

.tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec {
  flex-direction: row-reverse;
}
.tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .tfa_photo {
  width: 22%;
  flex: 0 0 22%;
  height: 110px;
}
.tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content {
  margin-left: 0;
  display: flex;
  width: 75%;
  margin-right: 12px;
}
.tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content .tfa_count_number {
  background: #ED1C24;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  margin-right: 15px;
}
.tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #848484;
}
.tfa_listing_page .tfa_category_sec {
  padding-top: 30px;
}
.tfa_listing_blog .tfa_news_post_sec.story_video {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}
.tfa_listing_blog .tfa_news_post_sec.story_video:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tfa_listing_page .ad_sec {
  height: auto;
  border-radius: 13px;
  overflow: hidden;
}
.tfa_listing_page .tfa_category_sec .tfa_science_content {
  text-align: center;
}
.tfa_listing_page .tfa_category_sec .tfa_science_content .tfa_more_btn {
  margin-top: 50px;
}
.tfa_listing_page .tfa_category_sec .tfa_science_content .tfa_listing_blog .tfa_news_post_sec.story_video .text_content {
  text-align: left;
}
.tfa_listing_page .tfa_category_sec .tfa_science_content .tfa_news_list_sec {
  text-align: left;
}
/****==== Listing Page ====****/

/****==== Details Page ====****/
.tfa-source-text {
  font-size: 14px;
}

h2.tfa_post_sub_title {
  color: #414042;
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
h3.tfa_post_sub_title {
  color: #414042;
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
}

h4.tfa_post_sub_title {
  color: #414042;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
}
/* Table Content */
.tfa_table_content_sec {
  border: 1px solid #b6afaf;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 26px;
}
.tfa_table_content_sec .tfa_top_sec {
  display: flex;
  border-bottom: 2px solid #eaeaea;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  align-items: center;
}
.tfa_table_content_sec .tfa_top_sec .tfa_post_title {
  margin: 0;
  display: inline-block;
}

.tfa_table_content_sec .tfa_table_contain_list {
  margin-bottom: 0;
}

.tfa_table_content_sec .tfa_table_contain_list li a {
  display: flex;
  color: #444444;
  border-bottom: 1px solid #bdbdbdaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.tfa_table_content_sec .tfa_table_contain_list li a.active {
  font-weight: 700;
  color: #ed1c24;
}
.tfa_table_content_sec .tfa_table_contain_list li a:hover {
  font-weight: 700;
}
.tfa_table_content_sec .tfa_table_contain_list li a .icon {
  margin-right: 10px;
  width: 15px;
  display: none;
}
.tfa_table_content_sec .tfa_table_contain_list li a.active .icon  {
  display: inline-block;
}
.tfa_table_content_sec .tfa_table_contain_list li a .icon svg {
  width: 100%;
  height: auto;
}

.tfa_table_content_sec .tfa_table_contain_list li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Table Content */



/* TFA Article Video Sec */
.tfa_article_video_sec {
  height: 510px;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto;
}

.tfa_article_video_sec iframe {
  width: 100%;
  height: 100%;
}
/* TFA Article Video Sec */





.tfa_social_sec {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.tfa_social_sec .social_list {
  margin: 0;
}
.tfa_social_sec .share {
  background: #ccc;
  padding: 6px 15px;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 13px;
  position: relative;
}
.tfa_social_sec .share:after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #cccccc;
  width: 10px;
  position: absolute;
  right: -9px;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.tfa_social_sec .social_list a span {
  font-family: 'gothic';
}
.tfa_social_sec .share span {
  font-family: 'gothic';
  top: 1px;
  position: relative;
}
.tfa_social_sec .share svg {
  width: 14px;
  position: relative;
  top: 0px;
  margin-right: 2px;
}
.tfa_social_sec .social_list a {
  background: #0d47a1;
  color: #fff;
  padding: 8px 16px;
  border-radius: 35px;
  font-size: 13px;
  margin-right: 12px;
}
.tfa_social_sec .social_list a i {
  font-size: 13px;
  margin-right: 6px;
}
.tfa_social_sec .social_list a:hover {
  background: #1f62cb;
}
.tfa_social_sec .social_list a svg {
  height: 15px;
  width: auto;
  position: relative;
  top: -2px;
}
.tfa_social_sec .social_list a.twitter {
  background: #40c4ff;
}
.tfa_social_sec .social_list a.twitter:hover {
  background: #1b9ad3;
}
.tfa_social_sec .social_list a.twitter svg {
  width: 13px;
  position: relative;
  top: -1px;
}
.tfa_social_sec .social_list a.pinterest {
  background: #bd081c;
}
.tfa_social_sec .social_list a.pinterest:hover {
  background: #db162c;
}
.tfa_social_sec .social_list a.email {
  background: #0084ff;
}
.tfa_social_sec .social_list a.email:hover {
  background: #238ef1;
}
/* Social Sec */


/* Testimonials Feedback */
.testimonials_feedback {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  border-top: 1px solid #a4a2a2;
  border-bottom: 1px solid #a4a2a2;
  padding: 27px 0;
}

.testimonials_feedback .testimonials_photo {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials_feedback .text_content {
  width: 80%;
  margin-left: 20px;
}
.testimonials_feedback .text_content .name a{
  display: inline-block;
  margin-bottom: 8px;
  font-size: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  font-weight: 700;
  color: #414042;
}
.testimonials_feedback .text_content .name a:hover{
  color: #ED1C24;
}
.testimonials_feedback .text_content .des {
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
}
.testimonials_feedback .testimonials_photo img {
  height: 100%;
}
.testimonials_feedback .text_content .social_sec a {
  color: #8d8686;
  width: 20px;
  margin-right: 20px;
}
.testimonials_feedback .text_content .social_sec a:hover {
  color: #ed1c24;
}

.testimonials_feedback .text_content .social_sec a svg {
  height: auto;
  width: 100%;
}

.testimonials_feedback .text_content .social_sec {
  margin-top: 10px;
  display: flex;
}
/* Testimonials Feedback */

/* TFA Block List Sec */
.tfa_block_list_sec .tfa_block_list {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 20px;
}

.tfa_block_list_sec .tfa_block_list li {
  margin-bottom: 11px;
  font-size: 20px;
}
/* TFA Block List Sec */
/* Gallery Four */
.tfa_gallery_photo_sec.tfa_four_gallery .tfa_gallery_photo {
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}

.tfa_gallery_photo_sec.tfa_four_gallery .tfa_gallery_photo img {
  height: 100%;
  object-fit: cover;
}

.tfa_gallery_photo_sec.tfa_four_gallery .gallery_right .tfa_gallery_photo {
  height: 166px;
  margin-bottom: 18px;
  display: block;
}

.tfa_gallery_photo_sec.three_gallery .gallery_right .tfa_gallery_photo:last-child {
  margin-bottom: 0;
}
.tfa_details_page .tfa_details_sec .tfa_des a {
  color: #ED1C24;
}
.tfa_details_page .tfa_details_sec .tfa_des a:hover {
 text-decoration: underline;
}


/* TW Google Source */
.tfa_google_source_sec {
  background: #f3f3f3aa;
  padding: 20px;
  display: flex;
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 20px;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, rgb(164 19 25) 0%, rgb(175 134 50) 59%, rgb(164 19 25) 100%);
  border-radius: 15px;
}
.tfa_google_source_sec .tfa_text_content {
  width: 60%;
}
.tfa_google_source_sec .google_source {
  width: 22%;
}
.tfa_google_source_sec .google_source:hover {
  opacity: 0.8;
}
.tfa_google_source_sec .tfa_text_content .des {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: gothic;
}
/* TW Google Source */


/* Footer Sec */
.footer_sec {
  background: #414042;
}
.footer_sec .footer_menu_sec {
  padding: 80px  0;
}
.footer_menu_sec .container {
  display: flex;
  flex-wrap: wrap;
}
.footer_sec .tfa_des {
  font-size: 16px;
  color: #FFFFFF;
}
.footer_menu_sec .tfa_f_about_sec {
  width: 24%;
}
.footer_menu_sec .tfa_f_about_sec a {
  display: block;
  width: 74%;
  margin-bottom: 18px;
}
.footer_menu_sec .tfa_f_menu_sec {
  width: 33%;
  padding-left: 70px;
}
.footer_menu_sec .tfa_f_menu_sec .tfa_quick_link {
  display: flex;
  justify-content: space-between;
}
.footer_menu_sec .tfa_f_title {
  color: #fec248;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer_menu_sec .tfa_quick_link .tfa_menu_list {
  margin: 0;
  margin-right: 30px;
}
.footer_menu_sec .tfa_menu_list li a {
  color: #fff;
  font-family: "Noto Sans Bengali", sans-serif;
  font-size: 16px;
}
.footer_menu_sec .tfa_menu_list li a:hover {
  color: #ed1c24;
}
.footer_menu_sec  .tfa_menu_list li {
  margin-bottom: 20px;
}
.footer_menu_sec .tfa_menu_list li a i {
  font-size: 12px;
  float: left;
  margin-top: 5px;
  margin-right: 11px;
  color: #fff;
}
.footer_sec .f_bottom_sec .tfa_des {
  margin: 0;
  font-family: gothic;
  text-align: center;
}
.footer_sec .f_bottom_sec {
  text-align: center;
  background: #58595B;
  padding: 15px;
  font-family: "Lato", sans-serif;
}
.footer_menu_sec  .tfa_f_menu_sec.fta_other_sec {
  width: auto;
}
.footer_menu_sec .tfa_contact_list {
  margin-bottom: 0;
}
.footer_menu_sec .tfa_contact_list .tfa_des {
  margin-bottom: 0;
}
.footer_menu_sec .tfa_contact_list li a {
  color: #fff;
  font-size: 16px;
  font-family: 'gothic';
}
.footer_menu_sec .tfa_menu_list li a span {
  font-family: 'gothic';
}
.footer_menu_sec .tfa_contact_list li a:hover {
  color: #ED1C24;
}
.footer_menu_sec .tfa_contact_list li a i {
  margin-right: 6px;
  font-size: 12px;
}
.footer_menu_sec .tfa_contact_list .tfa_des i {
  font-size: 14px;
  margin-right: 6px;
}
.footer_menu_sec .tfa_contact_list li {
  margin-bottom: 14px;
  font-family: gothic;
}
.footer_menu_sec .tfa_f_contact_sec {
  margin-left: auto;
}
.footer_sec .footer_menu_sec .f_social_sec  {
  display: flex;
}
.footer_sec .footer_menu_sec .f_social_sec a {
  color: #fff;
  margin-right: 12px;
  width: auto;
}
.footer_sec .footer_menu_sec .f_social_sec a:hover {
  color: #ED1C24;
}
/* Footer Sec */
/* Start Responsive CSS */
@media only screen and (max-width: 1900px) {
}

@media only screen and (max-width: 1800px) {
  /* Header Sec */
  .tfa_search_list_content .search_list .list_content .text_content {
    width: 82%;
  }
  /* Header Sec */
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
  /* Header Sec */
  .tfa_menu_sec .tfa_nav ul li a {
    padding: 10px 8px !important;
  }
  .tfa_search_list_content .search_list .list_content .text_content {
    width: 78%;
  }
  /* Header Sec */

  /*** Home Page  ***/

 
  .tfa_featured_photo.featured_grid {
    height: 440px;
  }
  .tfa_featured_photo {
    height: 209px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo {
    width: 39%;
    flex: 0 0 39%;
  }
  .tfa_inter_national_news_sec .tfa_admin_date .tfa_admin {
    margin-right: 5px;
    padding-right: 5px;
  }
  .tfa_admin_date .tfa_admin {
    margin-right: 5px;
    padding-right: 5px;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .tfa_photo {
    width: 38%;
    flex: 0 0 38%;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content {
    width: 58%;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin span {
    margin-bottom: 3px;
  }

  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .date {
      margin-top: 18px;
  }
  /*** Home Page ***/

  /*** Home Page ***/
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content {
    width: 74%;
  }
  /*** Home Page ***/

  
  /* Footer Sec */
  .footer_menu_sec .tfa_f_menu_sec {
    width: 33%;
    padding-left: 26px;
  }
  /* Footer Sec */
}

@media only screen and (max-width: 1400px) {
  
  .container {
    max-width: 1100px;
  }
  /* Heade Sec */
  .tfa_menu_sec .tfa_nav ul li a {
    font-size: 18px;
  }
  .tfa_header_sec .tfa_top_header .tfa_logo {
    width: 120px;
  }
  .tfa_search_list_content .search_list .list_content .text_content {
    width: 74%;
  }
  /* Heade Sec */
  /*** Home Page  ***/
  .home_page {
    margin-top: 232px;
  }
  .tfa_category_sec .tfa_title_sec .tfa_title.sub_title span {
    font-size: 24px;
  }
  .tfa_title_sec .tfa_title.sub_title span {
    font-size: 24px;
  }
  .tfa_admin_date .tfa_admin_photo {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-right: 4px;
  }
  .tfa_admin_date .tfa_admin span {
    margin-left: 5px;
  }
  .tfa_admin_date .date {
    font-size: 11px;
    margin-top: 3px;
  }
  .tfa_admin_date .tfa_admin a {
    font-size: 11px;
  }
  .tfa_featured_photo.featured_grid {
    height: 416px;
  }
  .tfa_featured_photo {
    height: 197px;
  }
  .tfa_featured_photo.featured_grid .date {
    margin-top: 2px;
  }
  .tfa_post_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 16px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
    margin-bottom: 9px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .tfa_admin_date .date {
    margin-top: 2px;
  } 
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content  .tfa_des {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .tfa_inter_national_news_sec .tfa_post_title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo {
    height: 170px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .tfa_photo {
    height: 434px;
  }
  .tfa_news_grid_sec .tfa_news_grid .tfa_news_post_sec .tfa_photo {
    height: 180px;
  }
  /*** Home Page  ***/
  /*** Footer Sec  ***/
  .footer_menu_sec .tfa_f_about_sec {
    width: 22%;
  }
  .footer_menu_sec .tfa_f_menu_sec {
    width: 33%;
    padding-left: 14px;
  }
  .footer_menu_sec .tfa_f_about_sec a {
    width: 60%;
  }
  .footer_menu_sec .tfa_quick_link .tfa_menu_list {
    margin-right: 19px;
  }
  /*** Footer Sec  ***/

}

@media only screen and (min-width: 1366px) {

  }

  
/* 1200px */
@media only screen and (max-width: 1200px) {
  
  .tfa_menu_sec .tfa_nav ul li a {
    font-size: 16px;
    padding: 8px 8px !important;
    line-height: 1.8;
  }
  .tfa_menu_sec .tfa_nav ul li a.dropdown-toggle {
    padding-top: 10px !important;
  }
  .tfa_admin_date .tfa_admin {
    margin-right: 4px;
    padding-right: 4px;
  }
  .tfa_admin_date .tfa_admin a {
    font-size: 10px;
  }
  .tfa_admin_date .date img {
    width: 10px;
    margin-right: 3px;
  }
  .tfa_admin_date .date {
    font-size: 10px;
  }
  .tfa_tag {
    font-size: 12px;
    padding: 8px 6px 5px;
  }

  .tfa_header_sec .tfa_search_box_sec {
    width: 50%;
  }

  /*** Home Page ***/
  .tfa_featured_photo.featured_grid {
    height: 364px;
  }
  .tfa_featured_photo {
    height: 170px;
  }
  .tfa_category_sec .tfa_title_sec .tfa_title.sub_title span {
    font-size: 20px;
  }
  .tfa_title_sec .tfa_title.sub_title span {
    font-size: 20px;
  }
  .featured_stories_sec {
    margin-bottom: 20px;
  }
  .tfa_featured_photo {
    height: 195px;
    border-radius: 15px;
  }
  .tfa_featured_photo.featured_grid {
    height: 414px;
  }
  .tfa_title_sec .tfa_title span {
    font-size: 18px;
  }
  .tfa_featured_photo .text_content {
    padding: 20px 15px;
  }
  .tfa_featured_photo .text_content .tfa_post_title {
    margin-bottom: 10px;
  }
  .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 14px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content {
    width: 64%;
  }
  .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 234px;
  }
  .tfa_inter_national_news_sec .tfa_post_title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 6px;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec .tfa_photo {
    height: 130px;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec .text_content .tfa_tag {
    margin-bottom: 8px;
  }
  .tfa_inter_national_news_sec .tfa_admin_date .tfa_admin {
    margin-right: 2px;
    padding-right: 2px;
    margin-bottom: 8px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .tfa_photo {
    height: 307px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo {
    height: 174px;
    margin-left: 7px;
    flex: 0 0 34%;
    width: 34%;
    border-radius: 10px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content .tfa_des {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .ad_sec {
    margin-top: 28px;
  }
  .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .tfa_tag {
    margin-bottom: 6px;
  }
  .tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo {
    height: 140px;
  }
  .tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo .play_icon {
    width: 40px;
    height: 40px;
  }

  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
    width: 57%;
  }

  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
    height: 96px;
  }

  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_post_title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content .post_tag_sec .tfa_tag {
    margin-bottom: 3px;
  }

  .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
    width: 34%;
    flex: 0 0 37%;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content {
    width: 58%;
  }
  .tfa_category_sec.art_culture_sec .tfa_news_post_sec .tfa_photo {
    height: 260px;
  }
  /*** Home Page ***/


  /* Footer Sec */
  .footer_menu_sec .tfa_f_menu_sec {
    width: 34%;
    padding-left: 25px;
  }
  .footer_menu_sec .tfa_quick_link .tfa_menu_list {
    margin-right: 0;
  }
  .footer_menu_sec .tfa_f_contact_sec {
    width: 24%;
  }
  .footer_menu_sec .tfa_f_about_sec {
    width: 18%;
  }
  .footer_menu_sec .tfa_f_about_sec a {
    width: 80%;
  }
  /* Footer Sec */
}

@media only screen and (max-width: 1024px) {
  
}

/* 991px */
@media only screen and (max-width: 991px) {

  .tfa_menu_sec .tfa_nav ul li a {
    font-size: 14px;
    padding: 8px 3px !important;
    line-height: 18px;
  }
  .tfa_menu_sec .tfa_nav ul li a.dropdown-toggle {
    padding-top: 8px !important;
  }
  /* Header Sec */
  .tfa_header_sec .tfa_top_header .tfa_logo {
    width: 90px;
  }
  .tfa_header_sec .tfa_search_box_sec {
    width: 44%;
    right: 20%;
  }
  .tfa_nav_header_sec .container {
    padding: 0 4px;
  }
  .tfa_search_list_content .search_list .list_content .text_content {
    width: 66%;
  }
  /* Header Sec */
  
  /****==== Home Page ====****/
  .home_page {
    margin-top: 198px;
  }
  .tfa_inter_national_news_sec .tfa_international_news .tfa_news_article {
    display: flex;
    justify-content: space-between;
  }
  .tfa_inter_national_news_sec .tfa_international_news .tfa_news_article .tfa_news_post_sec {
    width: 32%;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec:last-child {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E7E8;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news .tfa_news_post_sec {
    padding-bottom: 0;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news .tfa_news_post_sec .tfa_photo {
    height: 500px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_admin_date .tfa_admin {
    margin-right: 6px;
    padding-right: 4px;
    margin-bottom: 1px;
    position: relative;
    top: 2px;
    line-height: 15px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec {
    margin-bottom: 30px;
  }
  .tfa_inter_national_news_sec .tfa_news_list_sec .tfa_news_list_content {
    margin-top: 30px;
  }
  .tfa_science_sec .tfa_news_list_sec {
    margin-top: 30px;
  }
  .tfa_tech_sec .tfa_science_content .tfa_news_list_sec {
    margin-top: 30px;
  }
  .tfa_news_grid_sec .news_grid {
    margin-bottom: 30px;
  }
  .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 174px;
  }
  .tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo {
    height: 224px;
  }
  .tfa_video_sec .tfa_science_content .tfa_news_post_sec {
    margin-bottom: 20px;
  }
  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
    height: 106px;
    width: 130px;
    flex: 0 0 130px;
  }
  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_post_title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .tfa_politics_sec .tfa_news_list_sec {
    margin-top: 30px;
  }
  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
    margin-bottom: 9px;
    margin-right: 6px;
    border-right: 1px solid #848484;
    padding-right: 6px;
  }
  .tfa_other_sec .tfa_science_content .tfa_news_list_sec {
    margin-top: 20px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .text_content .tfa_admin_date .date {
    margin-top: 2px;
  }
  .tfa_news_grid_sec {
    padding: 60px  0 20px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .text_content .tfa_admin_date  .tfa_admin {
    margin-right: 6px;
    padding-right: 6px;
  }
  .tfa_category_sec .tfa_admin_date .date {
    margin-top: 5px;
  }
  .tfa_category_sec .tfa_admin_date .date {
    margin-top: 3px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .date {
    margin-top: 3px;
  }
  /****==== Home Page ====****/
  
  /* Footer Sec */
  .footer_sec .footer_menu_sec {
    padding: 50px  0;
  }
  .footer_sec .footer_menu_sec .tfa_f_about_sec {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer_sec .footer_menu_sec .tfa_f_about_sec a {
    width: 20%;
    margin: 0 auto 20px;
  }
  .footer_sec .footer_menu_sec .tfa_f_about_sec .tfa_des {
    width: 70%;
    margin: auto;
  }
  .footer_menu_sec .tfa_f_menu_sec {
    width: 60%;
    padding-left: 0;
  }
  .footer_menu_sec  .tfa_f_menu_sec.fta_other_sec {
    width: auto;
    padding-left: 0;
    margin-left: auto;
  }
  .footer_menu_sec .tfa_f_contact_sec {
    margin: 30px auto 0;
    width: 100%;
    text-align: center;
  }
  .footer_sec .footer_menu_sec .f_social_sec {
    justify-content: center;
  }
  /* Footer Sec */
}

/* 767px */
@media only screen and (max-width: 767px) {


  .tfa_social_header .container {
    flex-direction: column;
  }
  .tfa_social_header .tfa_date_email {
    margin-bottom: 10px;
  }
  /* TFA Header Sec */
  .tfa_header_sec .tfa_top_header {
    padding: 14px 0 50px;
  }
  .tfa_header_sec .tfa_search_box_sec {
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    top: 180px;
  }
  .tfa_header_sec .tfa_top_header .tfa_logo {
    width: 100px;
  }
  .tfa_header_sec .tfa_top_header {
    padding: 14px 0 64px;
  }
  .tfa_header_sec .tfa_search_box_sec .search_box input[type="search"] {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
  .tfa_header_sec .tfa_search_box_sec .search_box img {
    width: 18px;
  }
  .tfa_menu_sec .navbar-toggler {
    background: #ed1c24;
    border: none;
    width: auto;
    padding: 0;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }
  .menu_icon_sec {
    display: flex;
    align-items: center;
    background: #ed1c24;
    border-radius: 5px;
  }
  .menu_icon_sec span {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #fff;
    padding-left: 4px;
    text-transform: uppercase;
  }
  .tfa_menu_sec .navbar-toggler:focus {
    box-shadow: none;
  }
  .tfa_menu_sec .navbar-toggler svg path {
      color: #fff;
  }
  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav {
    display: block;
    position: fixed;
    z-index: 1;
    background: #b11117;
    height: 100vh;
    top: 0;
    width: 64%;
    left: -64%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    overflow: scroll;
  }
  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav a {
    font-size: 16px;
    padding: 10px 10px !important;
    display: block;
    border-bottom: 1px solid #b7383c;
    border-left: none;
    margin: 0;
    line-height: 22px;
    color: #fff !important;
  }
  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav.show .navbar-nav, .tfa_nav_header_sec .tfa_menu_sec .tfa_nav.show {
      left: 0;
  }
  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav .dropdown-menu {
    border-radius: 0;
    background: #990d12;
    margin-top: 0;
  }

  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav .dropdown-menu li a {
    padding-left: 30px !important;
    border-bottom: 1px solid #bb2b31a3;
  }
  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav a.active,  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav a:hover {
    background: #fec248;
    color: #414042 !important;
  }
  /* TFA Header Sec */

  /* Home Page */
  .home_page {
    margin-top: 288px;
  }
  .featured_stories_sec {
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .tfa_top_news .tfa_featured_slider .owl-nav button {
    background-size: 40%;
    top: 28%;
    left: 3%;
  }
  .featured_stories_sec .r_featured_photo {
    margin-top: 20px;
  }
  .featured_stories_sec .r_featured_photo .tfa_featured_photo {
    height: 260px;
  }
  .tfa_inter_national_news_sec .tfa_international_news .tfa_news_article {
    flex-direction: column;
  }
  .tfa_inter_national_news_sec .tfa_international_news .tfa_news_article .tfa_news_post_sec {
    width: 100%;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec .tfa_photo {
    height: 190px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news .tfa_news_post_sec .tfa_photo {
    height: 310px;
  }
  .tfa_news_grid_sec .tfa_news_grid .tfa_news_post_sec .tfa_photo {
    height: 260px;
  }
  .tfa_post_title {
    font-size: 18px;
  }
  .tfa_featured_photo .text_content {
    padding: 14px 10px;
  }
  .tfa_featured_photo.featured_grid {
    height: 260px;
  }
  .tfa_featured_photo .text_content .tfa_admin_date .tfa_admin {
    margin-bottom: 12px;
  }
  .tfa_main_news {
    padding: 10px 0 0;
  }
  .tfa_inter_national_news_sec {
    padding: 30px 0;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news .tfa_news_post_sec {
    padding-bottom: 0;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec .tfa_photo {
    height: 250px;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec:last-child {
    padding-bottom: 30px;
  }
  .tfa_news_list_sec {
    margin-top: 30px;
  }
  .tfa_news_list_sec .tfa_news_list_content {
    margin-top: 20px;
  }
  .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 300px;
  }
  .tfa_science_sec .tfa_news_post_sec {
    margin-bottom: 20px;
  }
  .tfa_category_sec {
    padding: 40px 0;
  }
  .tfa_news_grid_sec {
    padding: 40px  0;
  }
  .tfa_news_grid_sec .news_grid {
    border-bottom: 3px solid #ECE2C8;
    margin-bottom: 30px;
    border-right: navajowhite;
    padding-bottom: 30px;
  } 
  .tfa_video_sec {
    padding: 40px 0 10px;
  }
  .tfa_video_sec .tfa_news_post_sec {
    margin-bottom: 30px;
  }
  .tfa_politics_sec .tfa_news_post_sec {
    margin-bottom: 30px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 360px;
    width: 100%;
    display: block;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec {
    flex-direction: column;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo {
    height: 300px;
  }
  .tfa_category_sec.tfa_other_sec .tfa_news_post_sec {
    margin-bottom: 20px;
  }
  .tfa_category_sec.tfa_other_sec {
    padding-bottom: 0;
  }
  .tfa_category_sec.tfa_other_sec .tfa_news_list_sec {
      margin-top: 0;
  }
  .tfa_video_story_sec .tfa_video_bottom_sec .story_video {
      flex-direction: column;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
    height: 124px;
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tfa_tech_sec .tfa_news_post_sec {
    margin-bottom: 20px;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content {
    width: 100%;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
    height: 320px;
    margin-bottom: 20px;
  }
  .tfa_category_sec.art_culture_sec .tfa_science_content .tfa_news_post_sec {
    margin-bottom: 30px;
  }
  .tfa_category_sec.art_culture_sec .tfa_news_list_sec {
    margin-top: 0;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
    border-right: 1px solid #848484;
    margin-right: 10px;
    padding-right: 10px;
  }
  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
    width: 100%;
    flex: 0 0 100%;
  }
  .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
    width: 100%;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tfa_modal_video {
    padding: 20px;
  }
  .tfa_modal_video .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .tfa_inter_national_news_sec .tfa_news_post_sec .tfa_post_title {
    margin-bottom: 14px;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .tfa_news_post_sec .text_content .tfa_admin_date  .tfa_admin {
    margin-bottom: 13px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_admin_date .tfa_admin {
    margin-bottom: 14px;
  }
  /* Home Page */

  
  /* Details Page */
  
  .tfa_gallery_photo_sec.tfa_four_gallery .tfa_gallery_photo {
    height: 270px;
    margin-bottom: 20px;
  }
  .testimonials_feedback {
    justify-content: center;
  }
  .testimonials_feedback .text_content {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .testimonials_feedback .testimonials_photo {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin-bottom: 20px;
  }
  .testimonials_feedback .text_content .social_sec {
    justify-content: center;
  }
  .tfa_google_source_sec {
    flex-direction: column;
  }
  .tfa_google_source_sec .tfa_text_content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .tfa_google_source_sec .google_source {
    width: 42%;
  }
  h2.tfa_post_sub_title {
    font-size: 28px;
  }
  h3.tfa_post_sub_title {
    font-size: 24px;
  }
  .tfa_admin_date .tfa_admin a {
    font-size: 16px;
  }
  .tfa_admin_date .date {
    font-size: 16px;
  } 
  /* Details Page */
  
  /* Footer Sec */
  .footer_menu_sec .tfa_f_contact_sec {
    margin: 0 auto 0;
  }
  .footer_menu_sec  .tfa_f_menu_sec.fta_other_sec {
    width: 100%;
    padding-left: 0;
  }
  .footer_sec .footer_menu_sec .tfa_f_about_sec a {
    width: 40%;
    margin: 0 auto 20px;
  }
  .footer_sec .footer_menu_sec {
    padding: 50px  0;
  }
  .footer_menu_sec .container {
    flex-direction: column;
  }
  .footer_menu_sec .tfa_f_about_sec {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .footer_menu_sec .tfa_f_about_sec a {
    width: 30%;
    margin: 0 auto 20px;
  }
  .footer_menu_sec .tfa_f_menu_sec {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_menu_sec .tfa_f_menu_sec .tfa_quick_link {
    margin-bottom: 0;
    flex-direction: column;
  }
  .footer_menu_sec .tfa_quick_link .tfa_menu_list {
    margin: 0;
    margin-right: 0;
  }
  .footer_menu_sec .tfa_f_contact_sec {
    margin-left: 0;
  }
  .footer_sec .footer_menu_sec .f_social_sec {
    justify-content: center;
  }
  /* Footer Sec */
}
/* 480px */
@media only screen and (max-width: 480px) {
  /* Header Sec */
  .tfa_header_sec .tfa_top_header .tfa_logo {
    width: 74px;
  }
  .tfa_header_sec .ffa_news_btn {
    margin-left: 4px;
    font-size: 18px;
  }
  .tfa_header_sec .tfa_search_box_sec {
    top: 164px;
  }
  /* Header Sec */

  /* Home Page */
  .home_page {
    margin-top: 271px;
  }
  .tfa_featured_photo.featured_grid {
    height: 280px;
  }
  .featured_stories_sec .r_featured_photo .tfa_featured_photo {
    height: 280px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content {
    margin-top: 20px;
    width: 100%;
  }
  .tfa_inter_national_news_sec .tfa_news_post_sec .tfa_photo {
    height: 180px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    height: 210px !important;
  }
  .tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news .tfa_news_post_sec .tfa_photo {
    height: 220px;
  }
  .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec {
    flex-direction: column-reverse;
  }
  .ad_sec {
    margin-top: 0;
  }
  .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 240px;
  }
  .tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo {
    height: 210px;
  }
  .tfa_category_sec.tfa_video_story_sec .tfa_story_video_blog {
    height: 234px;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
    height: 234px;
  }
  .tfa_category_sec.art_culture_sec .tfa_news_post_sec .tfa_photo {
    height: 180px;
  }
  .tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video, .tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video111 {
    height: 200px;
  }
  /* Home Page */

 

  /* Details Page */
  .tfa_article_faq_sec .accordion-item .accordion-header button.accordion-button {
    font-size: 22px;
  }
  
  .tfa_social_sec {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .tfa_social_sec .social_list a {
    padding: 4px 8px;
    margin-right: 4px;
    margin-top: 8px;
  }
  .tfa_social_sec .social_list {
    margin: 10px 0 0;
  } 
  .tfa_article_video_sec {
    height: 190px;
  }
  .tfa_admin_date {
    flex-direction: column;
  }
  .tfa_admin_date .tfa_admin {
    margin-right: 0;
    padding-right: 0;
    display: inline-flex;
    border-right: none;
}
  /* Details Page */
  /* Footer Sec */
  .footer_sec .footer_menu_sec .tfa_f_about_sec a {
    width: 50%;
  }
   /* Footer Sec */ 
}