* {
  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  ===****/
.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: 584px;
}
.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: 280px;
  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 .play_icon {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: auto;
  right: 0;
  z-index: 0;
  left: 0;
  top: 0;
  margin: auto;
}
.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 / 82%) 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;
  font-size: 20px;
}
.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;
}
.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_featured_photo .text_content .date {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
.tfa_admin_date .date {
  display: flex;
  align-items: center;
  color: #848484;
  margin-right: 10px;
  font-size: 12px;
  border-right: 1px solid #848484;
  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 span {
  margin-left: 6px;
}
.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;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #848484;
  position: relative;
  margin-left: 10px;
  align-items: center;
}
.tfa_admin_date .tfa_admin a {
  color: #ED1C24;
  font-size: 12px;
}
.tfa_admin_date .tfa_admin a:hover {
  color: #ff4e55;
}
.tfa_admin_date .tfa_admin span {
  margin-left: 6px;
}
.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;
  font-size: 16px;
}
.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;
}
/* 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;
  
}
@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 */

/* 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;
}
.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 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;
}
/* 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;
}
.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: 10px;
  padding-bottom: 10px;
}
.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_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;
}
.tfa_news_list_blog_content .tfa_news_post_sec:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tfa_news_list_blog_content .tfa_news_post_sec.story_video .tfa_photo {
  flex: 0 0 38%;
  width: 39%;
  height: 95px;
  margin-bottom: 0;
  position: relative;
}
.tfa_news_list_blog_content .tfa_news_post_sec.story_video .play_icon {
  height: auto;
  width: 40px;
  position: absolute;
  bottom: 10px;
  right: 10%;
}
/* 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: 5px;
}
.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: 154px;
}
.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;
  width: 100%;
  text-align: left;
}
.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;
  margin: 0;
}
.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_listing_page {
  margin-top: 251px;
}
.tfa_listing_page .tfa_title_sec.featured_title .tfa_title span {
  font-size: 34px;
}
.tfa_featured_photo.featured_grid.listing {
  height: 520px;
}
.tfa_news_list_blog_content.tfa_listing_right {
  height: 526px;
  overflow-y: scroll;
  overflow: auto;
  min-height: 0;
}
.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: 28%;
  flex: 0 0 28%;
  height: 110px;
}
.tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content {
  margin-left: 0;
  display: flex;
  width: 69%;
  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;
}

.tfa_news_list_blog_content.tfa_listing_right.tfa_video_right .tfa_photo {
  position: relative;
}

.tfa_news_list_blog_content.tfa_listing_right.tfa_video_right .tfa_photo .play_icon {
  height: auto;
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/****==== Listing Page ====****/

/****==== Details Page ====****/
.tfa_details_page {
  margin-top: 252px;
}
.tfa_details_page .tfa_details_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tfa_details_page .tfa_details_photo {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.tfa-source-text {
  font-size: 14px;
}
.tfa_details_page .tfa_details_photo img {
  height: 100%;
  object-fit: cover;
}
.tfa_details_page .tfa_details_sec .tfa_details_post .tfa_admin_date {
  margin-bottom: 20px;
}
.tfa_details_page .tfa_details_sec .tfa_details_post .tfa_post_title {
  font-size: 52px;
  overflow: visible;
  display: block;
}
.tfa_details_page .tfa_details_sec .tfa_details_post .tfa_post_title:hover {
  color: #414042;
}
.tfa_details_page .tfa_details_sec .tfa_details_post .text_content.m_text_content {
  display: none;
}
.tfa_details_page .ad_sec {
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
}
.tfa_details_page .tfa_gallery_slider {
  padding: 0 40px;
}
.tfa_details_page .tfa_gallery_slider .owl-nav button {
  position: absolute;
  top: 40%;
  left: 0;
  height: 60px;
  margin: auto;
  line-height: 60px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 40px;
}
.tfa_details_page .tfa_gallery_slider .owl-nav button:hover {
  background-color: #ff00ff00;
  opacity: 0.5;
}
.tfa_details_page .tfa_gallery_slider .owl-nav button span {
  display: none;
}
.tfa_details_page .tfa_gallery_slider .owl-nav button.owl-prev {
  background-image: url(../images/slider_l_arrow.png);
}
.tfa_details_page .tfa_gallery_slider .owl-nav button.owl-next {
  background-image: url(../images/slider_r_arrow.png);
  right: 0;
  left: auto;
}
.tfa_details_page .tfa_category_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_admin_date .tfa_admin {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
p {
  text-align: justify;
  font-size: 20px;
  color: #444444;
}
p span.first {
  font-size: 54px;
  color: #ED1C24;
}
h2 {
  color: #414042;
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
h3 {
  color: #414042;
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
}

h4 {
  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_details_sec .tfa_details_post .tfa_table_contain_icon {
  background: #ed1c24;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  padding: 6px;
}

.tfa_details_sec .tfa_details_post .tfa_table_contain_icon svg {
  width: 100%;
  height: 100%;
}

.tfa_table_content_sec .tfa_table_contain_list {
  margin-bottom: 0;
  list-style-type: none;
  padding: 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_top_sec .other_title {
  font-size: 24px;
  color: #414042;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  margin: 0;
}

.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 */


/* Article Details Table */
.tfa_article_details_table {
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tfa_article_details_table table {
  border: 1px solid #bbbbbb;
}
.tfa_article_details_table table tbody th {
  background: #ed1c24;
  color: #fff;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 400;
}
.tfa_article_details_table table tbody tr td {
  padding: 20px 15px;
  font-size: 14px;
  color: #3f3838;
  border-bottom: 1px solid #bbbbbb;
}
.tfa_article_details_table table tbody tr:nth-child(2n-1) td {
  background: #f9f9f9;
}
/* Article Details Table */

/* Article Details Faq */
.tfa_article_faq_sec {
  margin-bottom: 20px;
}
.tfa_article_faq_sec .accordion-item .accordion-header button.accordion-button {
  background: none;
  font-size: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  font-weight: 700;
  color: #414042;
}
.tfa_article_faq_sec .accordion-item .accordion-header button.accordion-button:hover {
  color: #ed1c24;
}
.tfa_article_faq_sec .accordion-item .accordion-header button.accordion-button:focus {
  box-shadow: none;
}
/* Article Details Faq */

/* 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_details_page .tfa_details_sec .tfa_category_sec .details_post_slider {
  padding: 0 40px;
}
.tfa_details_page .tfa_details_sec .tfa_category_sec .details_post_slider .owl-nav button {
  position: absolute;
  top: 40%;
  left: 0;
  height: 60px;
  margin: auto;
  line-height: 60px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 40px;
}
.tfa_details_page .tfa_details_sec .tfa_category_sec .details_post_slider .owl-nav button:hover {
  background-color: #ff00ff00;
  opacity: 0.5;
}
.tfa_details_page .tfa_details_sec .tfa_category_sec .details_post_slider .owl-nav button span {
  display: none;
}
.tfa_details_page .tfa_details_sec .tfa_category_sec .details_post_slider .owl-nav button.owl-prev {
  background-image: url(../images/slider_l_arrow.png);
}
.tfa_details_page .tfa_details_sec .tfa_category_sec .details_post_slider .owl-nav button.owl-next {
  background-image: url(../images/slider_r_arrow.png);
  right: 0;
  left: auto;
}



.tfa_social_sec {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.tfa_social_sec .social_list {
  margin: 0;
  padding-left: 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 p {
  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 */
ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 20px;
}
ul li {
  margin-bottom: 11px;
  font-size: 20px;
}
/* TFA Block List Sec */

/* TFA Block List Sec */
ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  padding-left: 20px;
}
ol 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 */

/* tfa Details Post sec */
.tfa_details_page .tfa_details_sec .tfa_category_sec {
  padding: 0;
  margin: 30px 0px;
}

.tfa_details_page .tfa_details_sec .tfa_category_sec .tfa_news_post_sec {
  background: #E6E7E8;
  padding: 20px;
  border-radius: 15px;
}

.tfa_details_page .tfa_details_sec .tfa_category_sec .tfa_news_post_sec .text_content .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_details_page .tfa_details_sec .tfa_category_sec .tfa_news_post_sec .text_content .tfa_admin_date {
  margin-bottom: 0;
}

.tfa_details_page .tfa_details_sec .tfa_news_list_content .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_details_sec .tfa_details_content .tfa_details_post .tfa_news_list_sec {
    margin-bottom: 20px;
}

.tfa_details_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec {
  background: #d7d7d7;
  padding: 15px;
  border-radius: 13px;
}
.tfa_details_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 20px;
}
.tfa_details_page .tfa_details_sec .tfa_category_sec .tfa_title {
  color: #ed1c24;
  margin-bottom: 20px;
}
.tfa_details_sec .tfa_news_list_sec h3 {
  color: #ed1c24;
  margin-bottom: 20px;
}

.tfa_details_sec .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec.series_color {
  background: #eddfbc;
}
.tfa_news_post_sec.series_color .tfa_post_title a:hover {
  color: #1a1a1a;
}
/* tfa Details Post sec */
.tfa_details_page .tfa_details_sec .tfa_category_sec .tfa_news_post_sec .tfa_photo {
  height: auto;
}
/****==== Details Page ====****/

/****==== Series Page ====****/
.series_page {
  margin-top: 252px;
}
.series_page .container {
  max-width: 1500px;
}
  /* .series_page .tfa_category_sec .series_tabs .owl-stage-outer {
    padding: 0 40px;
  } */
.series_page .series_tabs li .nav-link {
  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;
  width: 100%;
}
.series_page .series_tabs li .nav-link.active {
  background: #FEC248;
  color: #414042;
}
.series_page .tfa_category_sec .series_tabs {
  margin-bottom: 30px;
  border-bottom: none;
  padding: 0 30px;
}
.series_page .tfa_category_sec .series_tabs .owl-nav button span {
  display: none;
}
.series_page .tfa_category_sec .series_tabs .owl-nav button {
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  margin: auto;
  line-height: 60px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 24px;
  background-size: 8px;
}
.series_page .tfa_category_sec .series_tabs .owl-nav button:hover {
  background-color: #ff00ff00;
  opacity: 0.5;
}
.series_page .tfa_category_sec .series_tabs .owl-nav button.owl-prev {
  background-image: url(../images/slider_l_arrow.png);
}
.series_page .tfa_category_sec .series_tabs .owl-nav button.owl-next {
  background-image: url(../images/slider_r_arrow.png);
  right: 0;
  left: auto;
}

.series_page .tfa_listing_blog .tfa_news_post_sec.story_video:last-child {
  align-items: end;
}
.series_page .tfa_news_list_blog_view .series_grid .tfa_news_post_sec .text_content .tfa_post_title {
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.series_page .tfa_news_list_blog_view .series_grid .tfa_news_post_sec .text_content .tfa_post_title a {
  padding-bottom: 6px;
  display: block;
}
.series_page .series_grid:nth-child(3n) {
  position: relative;
}
.series_page .series_grid:nth-child(3n +1):after {
  content: "";
  width: 1px;
  height: 100%;
  background: #d8d5c2;
  display: block;
  position: absolute;
  left: -9%;
  top: 0;
}
/* .series_page .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: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 20px;
} */
.series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid {
  border-right: 1px solid #eaeaea;
  padding: 10px 28px;
}
.series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid .tfa_news_post_sec .tfa_photo {
  height: 185px;
  width: 30%;
  flex: 0 0 30%;
}
.series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid .tfa_news_post_sec .tfa_photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
.series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog  .series_grid:nth-child(3n) {
  border-right: none;
}
.series_page .tfa_listing_blog {
  text-align: center;
}
.series_page .tfa_video_bottom_sec .story_video .text_content {
  text-align: left;
  width: 66%;
}
.series_page .tfa_listing_blog .tfa_more_btn {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 18px;
}

.series_page .tfa_listing_blog .tfa_more_btn img {
  width: 4px;
}
.series_page .tfa_title_sec .tfa_title span {
  font-size: 34px;
}
.series_page .tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_des {
  font-size: 14px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
/****==== Series Page ====****/


/* Team Css */
.tfa_team_sec {
  padding: 80px  0;
}

.tfa_team_sec .tfa_team_slider {
  padding: 0 40px;
}
.tfa_team_sec .tfa_team_slider .owl-nav button {
  position: absolute;
  top: 40%;
  left: 0;
  height: 60px;
  margin: auto;
  line-height: 60px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 40px;
}
.tfa_team_sec .tfa_team_slider .owl-nav button:hover {
  background-color: #ff00ff00;
  opacity: 0.5;
}
.tfa_team_sec .tfa_team_slider .owl-nav button span {
  display: none;
}
.tfa_team_sec .tfa_team_slider .owl-nav button.owl-prev {
  background-image: url(../images/slider_l_arrow.png);
}
.tfa_team_sec .tfa_team_slider .owl-nav button.owl-next {
  background-image: url(../images/slider_r_arrow.png);
  right: 0;
  left: auto;
}
.tfa_team_sec .tfa_team_slider .tfa_team_content {
  border-radius: 10px;
  overflow: hidden;
}

.tfa_team_sec .tfa_team_content .tfa_text_content {
  background: #ED1C24;
  text-align: center;
  padding: 10px;
}

.tfa_team_sec .tfa_team_content .tfa_text_content .tfa_title a {
  color: #fff;
  margin: 0;
}

.tfa_team_sec .tfa_team_content .tfa_text_content .tfa_title {
  margin: 0;
  font-size: 20px;
  font-family: "Noto Sans Bengali", sans-serif;
}
.tfa_team_sec .tfa_team_content .tfa_text_content  .tfa_des {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.tfa_team_sec .tfa_team_slider .tfa_team_content .team_photo {
  height: 220px;
  display: block;
  overflow: hidden;
}
.tfa_team_sec .tfa_team_slider .tfa_team_content .team_photo:hover {
  opacity: 0.8;
}

.tfa_team_sec .tfa_team_slider .tfa_team_content .team_photo img {
  height: 100%;
  object-fit: cover;
}
.tfa_team_sec .tfa_title_sec .tfa_title {
  justify-content: center;
}
/* Team Css */
/****==== TFA About Page ====****/



/****=== Series Details Page ===****/
.series_details_page {
  background: #f5f0e4;
}

.tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_admin_date .tfa_admin a {
  font-size: 18px;
}

.tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_admin_date .date {
  font-size: 18px;
}

.tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_admin_date .date img {
  width: 15px;
}

.tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_admin_date .tfa_admin .tfa_admin_photo {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.tfa_whatsapp_follow {
  margin-top: 30px;
}

.tfa_whatsapp_follow .des {
  color: #5a5555;
  font-style: italic;
  border-bottom: 1px solid #a4a2a2;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.tfa_whatsapp_follow .tfa_whatsapp_des {
  margin: 0;
  font-family: 'gothic';
  font-size: 14px;
}
.tfa_whatsapp_follow .tfa_whatsapp_des a {
  color: #ED1C24;
}
.tfa_whatsapp_follow .tfa_whatsapp_des a:hover {
  color: #f32e36;
}
/****=== Series Details Page ===****/

/****=== Author Page ===****/
.tfa_listing_page .tfa_category_sec .testimonials_feedback {
  margin-top: 0;
}
.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content {
  text-align: left;
}
/****=== Author Page ===****/
/****=== Search Page ===****/

.tfa_search_title_sec .tfa_search_title {
  padding: 0;
  border-bottom: 2px solid #ED1C24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.tfa_search_title_sec .tfa_search_title span {
  background: #ED1C24;
  color: #fff;
  font-size: 24px;
  border-radius: 10px 10px 0 0;
  padding: 9px 14px 3px;
  display: inline-block;
}
.tfa_tab_sec .nav-tabs {
  margin-bottom: 20px;
}
.tfa_tab_sec .nav-tabs li {
  margin: 0;
}
.tfa_tab_sec .nav-tabs button.nav-link {
  background: #d9d9d9;
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-left: 18px;
  padding: 8px 24px 2px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 12px 12px 0 0;
  height: 100%;
  color: #414042;
  font-family: "Noto Sans Bengali", sans-serif;
  border: none;
  margin-bottom: 0;
}

.tfa_tab_sec .nav-tabs button.nav-link i {
  font-size: 15px;
  display: none;
}

.tfa_tab_sec .nav-tabs button.nav-link span {
  font-family: "Lato", sans-serif;
}

.tfa_tab_sec .nav-tabs button.nav-link.active {
  background: #ED1C24;
  color: #fff;
}

.tfa_tab_sec .nav-tabs button.nav-link.active i {
  display: inline-block;
}

.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top .tfa_social_back {
  display: flex;
  align-items: center;
}

.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top .tfa_social_back .tfa_more_btn {
  margin: 0;
}
.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top .tfa_social_back .tfa_more_btn h1 {
  font-size: 16px;
  margin: 0;
}
.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top .name {
  margin:  0;
  line-height: 1.2;
}

.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top .tfa_social_back .social_sec {
  margin: 0;
}

.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top .name a {
  margin: 0;
}

.tfa_listing_page .tfa_category_sec .testimonials_feedback .text_content .tfa_author_top .tfa_social_back .tfa_more_btn i {
  font-size: 12px;
  margin-left: 6px;
}
/****=== Search Page ===****/

/****=== Series Category ===****/

/* Breadcrumb Menu */
.tfa_breadcrumb_menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin: 0;
  align-items: center;
  margin-bottom: 40px;
}
.tfa_breadcrumb_menu li {
  margin-right: 10px;
  color: #414042;
}
.tfa_breadcrumb_menu li a {
  color: #c4c2c2;
  font-size: 16px;
  float: left;
}
.tfa_breadcrumb_menu li a:hover {
  color: #ed1c24;
}
.tfa_breadcrumb_menu li i {
  font-size: 9px;
  margin-left: 10px;
  color: #c4c2c2;
  float: left;
  margin-top: 6px;
}
/* Breadcrumb Menu */

.series_category_page {
  padding-bottom: 60px;
}
.series_category_page .tfa_breadcrumb_menu {
  margin-bottom: 40px;
}
.series_category_page .container {
  max-width: 1000px;
}
.series_page .tfa_top_news .tfa_tag {
  margin-bottom: 50px;
}
.series_category_page .tfa_category_sec .tfa_news_post_sec.story_video {
  display: flex;
  align-items: end;
}
.series_category_page .tfa_science_content .container {
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
}
.series_category_page .tfa_category_sec .tfa_news_post_sec.story_video .tfa_photo {
  margin: 0;
  width: 30%;
  height: 410px;
  flex: 0 0 30%;
  margin-right: 30px;
  border: 1px solid #eaeaea;
}

.series_category_page .tfa_category_sec .text_content .tfa_post_title {
  font-size: 30px;
}
.series_category_page .tfa_category_sec .text_content .tfa_post_title:hover {
  color: #414042;
}
/****=== Series Category ===****/




/* 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;
  list-style-type: none;
  padding: 0;
}
.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: 10px;
  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_f_menu_sec.fta_other_sec .tfa_menu_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer_menu_sec .tfa_contact_list {
  margin-bottom: 0;
  list-style-type: none;
  padding: 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_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%;
  }
  /*** Home Page ***/

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

  /*** Listin Page ***/
 
  .tfa_listing_page .tfa_title_sec.featured_title .tfa_title span {
    font-size: 30px;
  }
  /*** Listin Page ***/
  /*** Details Page ***/
  .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_post_title {
    font-size: 34px;
  }
  .tfa_article_video_sec {
    height: 430px;
  }
  .tfa_featured_photo.featured_grid.listing {
    height: 440px;
  }
  .tfa_news_list_blog_content.tfa_listing_right {
    height: 440px;
  }
 
  /*** Details Page ***/
  /*** About Page ***/
  .tfa_team_sec .tfa_team_slider .tfa_team_content .team_photo {
    height: 190px;
  }
  /*** About Page ***/
  /*** Special Series Page ***/
  .series_page .tfa_title_sec .tfa_title span {
    font-size: 30px;
  }
  .series_page .series_tabs li .nav-link {
    padding: 6px 14px;
  }
  /*** Special Series Page ***/
  /* Footer Sec */
  .footer_menu_sec .tfa_f_menu_sec {
    width: 33%;
    padding-left: 26px;
  }
  /* Footer Sec */


  .tfa_featured_photo .tfa_photo .play_icon {
    width: 90px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec.story_video .play_icon {
    width: 28px;
    right: 10%;
  }
}

@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  ***/
  .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 .date {
    font-size: 11px;
  }
  .tfa_admin_date .tfa_admin a {
    font-size: 11px;
  }
  .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_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  ***/
  /*** Listin Page ***/

  .tfa_listing_page {
    margin-top: 233px;
  }
  /*** Listin Page ***/

  /*** Details Page ***/
  .tfa_details_page {
    margin-top: 233px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_post_title {
    font-size: 30px;
  }
  .tfa_details_page .tfa_gallery_slider {
    padding: 0 20px;
  }
  .tfa_details_page .tfa_category_sec .tfa_admin_date .date {
    font-size: 10px;
  }
  .tfa_details_page .tfa_gallery_slider .owl-nav button {
    left: -10px;
    width: 22px;
  }
  .tfa_details_page .tfa_gallery_slider .owl-nav button.owl-next {
    right: -10px;
  }
  .tfa_article_video_sec {
    height: 390px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  /*** Details Page ***/

  .tfa_featured_photo.featured_grid.listing {
    height: 400px;
  }
  .tfa_news_list_blog_content.tfa_listing_right {
    height: 400px;
  }


  /*** Series Page ***/
  .series_page {
    margin-top: 232px;
  }
  .series_page .tfa_video_bottom_sec .story_video .text_content {
    width: 65%;
  }
  .series_page .series_tabs li .nav-link {
    padding: 6px 8px;
    font-size: 18px;
  }
  /*** Series 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  ***/


  .tfa_featured_photo .tfa_photo .play_icon {
    width: 60px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
    width: 57%;
  }

}

@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_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 ***/

  /*** Listin Page ***/
  .tfa_listing_page {
    margin-top: 231px;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content .tfa_count_number {
    width: 22px;
    height: 22px;
    font-size: 16px;
    flex: 0 0 22px;
    margin-right: 4px;
  }
  .tfa_listing_page .tfa_title_sec.featured_title .tfa_title span {
    font-size: 28px;
  }
  /*** Listin Page ***/

  /*** TFA Details Page ***/
  .tfa_details_page {
    margin-top: 231px;
  }
  .tfa_details_page .tfa_details_sec {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tfa_details_page .tfa_category_sec .tfa_admin_date .date {
    font-size: 10px;
    margin-top: 5px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
    height: 122px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
    width: 54%;
  }
  .tfa_details_page .tfa_category_sec .tfa_admin_date .tfa_admin {
    margin-right: 2px;
    padding-right: 2px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 304px;
  }
  .tfa_gallery_photo_sec.tfa_four_gallery .gallery_right .tfa_gallery_photo {
    height: 120px;
  }
  .tfa_gallery_photo_sec.tfa_four_gallery .tfa_gallery_photo {
    height: 258px;
    border-radius: 10px;
  }
  .tfa_article_video_sec {
    height: 360px;
  }
  /*** TFA Details Page ***/

  /*** Special Series Page ***/
  .series_page {
    margin-top: 231px;
  }
  .series_page .tfa_video_bottom_sec .story_video .text_content {
    width: 66%;
  }
  .series_page .tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_des {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid .tfa_news_post_sec .tfa_photo {
    height: 165px;
    margin-right: 10px;
  }
  .series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid {
    padding: 10px 9px;
  }
  .series_page .series_tabs li .nav-link {
    padding: 6px 5px;
    font-size: 15px;
  }
  /*** Special Series Page ***/
  .tfa_featured_photo.featured_grid.listing {
    height: 360px;
  }
  .tfa_news_list_blog_content.tfa_listing_right {
    height: 360px;
  }
  /*** About Page ***/
  .tfa_team_sec .tfa_team_slider .tfa_team_content .team_photo {
    height: 230px;
  }
  /*** About 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 ====****/

  .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: 33px;
  }
  .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: 6px;
  }
  .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: 5px;
  }
  /****==== Home Page ====****/

  /****==== Listing Page ====****/
  .tfa_listing_page {
    margin-top: 198px;
  }
  .tfa_listing_page .ad_sec {
    width: 34%;
    margin: 47px auto 0;
  }
  /****==== Listing Page ====****/

  /****==== Details Page ====****/
  .tfa_details_page {
    margin-top: 198px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_post_title {
    font-size: 28px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 154px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
    height: 122px;
    width: 20%;
    flex: 0 0 20%;
  }
  .tfa_details_page .tfa_category_sec .tfa_admin_date .tfa_admin {
    margin-right: 4px;
    padding-right: 4px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_admin_date .tfa_admin {
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #848484;
  }
  .tfa_gallery_photo_sec.tfa_four_gallery .tfa_gallery_photo {
    height: 200px;
  }
  .tfa_gallery_photo_sec.tfa_four_gallery .gallery_right .tfa_gallery_photo {
    height: 91px;
  }
  .tfa_article_video_sec {
    height: 250px;
  }
  .tfa_social_sec .social_list a {
    padding: 4px 10px;
    font-size: 12px;
    margin-right: 10px;
  }
  .tfa_social_sec .social_list a i {
    font-size: 10px;
    margin-right: 3px;
  }
  .tfa_social_sec .share {
    padding: 6px 10px;
    margin-right: 20px;
    font-size: 11px;
  }
  .testimonials_feedback .text_content {
    width: 75%;
  }
  .tfa_details_page .tfa_details_sec .tfa_category_sec .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 18px;
  }
  .tfa_details_page .tfa_details_sec {
    padding-top: 20px;
  }
  .tfa_google_source_sec .tfa_text_content .des {
    font-size: 16px;
  }
  /****==== Details Page ====****/

  /****==== Series Page ====****/
  .series_page {
    margin-top: 198px;
  }
  .series_page .tfa_category_sec {
    padding: 30px 0;
  }
  .series_page .tfa_title_sec .tfa_title span {
    font-size: 28px;
  }
  .series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog  .series_grid:nth-child(3n) {
    border-right: 1px solid #eaeaea;
  }
  .series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid {
    padding: 10px 24px;
  }
  /****==== Series Page ====****/
  .tfa_top_news .tfa_featured_slider {
    margin-bottom: 40px;
  }
  .tfa_featured_photo.featured_grid.listing {
    height: 420px;
  }

  .tfa_news_list_blog_content.tfa_listing_right {
    height: auto;
  }
  /****==== Series Category ====****/
  .series_category_page .tfa_category_sec .tfa_news_post_sec.story_video .tfa_photo {
    width: 30%;
    height: 360px;
    flex: 0 0 30%;
  }
  /****==== Series Category ====****/

  /****==== About Page ====****/
  .tfa_about_page {
    margin-top: 200px;
  }
  .tfa_about_page .tfa_about_banner {
    height: 160px;
  }
  /****==== About Page ====****/


  .tfa_news_list_blog_content .tfa_news_post_sec.story_video .tfa_photo {
    flex: 0 0 18%;
    width: 18%;
    height: 95px;
  }

  /* 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 */
  .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: 310px;
  }
  .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: 310px;
  }
  .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: 250px;
    margin-bottom: 20px;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec {
    flex-direction: column;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .tfa_photo {
    width: 100%;
    flex: 0 0 100%;
    height: 110px;
  }
  .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;
  }
  .tfa_modal_video {
    padding: 20px;
  }
  .tfa_modal_video .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  /* Home Page */

  /* Listing Page */
  .tfa_listing_page {
    margin-top: 287px;
  }
  .tfa_featured_photo.featured_grid.listing {
    height: 250px;
  }
  .tfa_listing_page .ad_sec {
    width: 100%;
  }
  .tfa_listing_page .tfa_title_sec.featured_title .tfa_title span {
    font-size: 24px;
  }

  .tfa_listing_page .testimonials_feedback .text_content .tfa_author_top {
    flex-direction: column;
  }

  .tfa_listing_page .testimonials_feedback .text_content .tfa_author_top .name {
      display: block;
      padding-bottom: 10px;
  }
  /* Listing Page */
  /* Details Page */
  .tfa_details_page {
    margin-top: 288px;
  }
  .tfa_details_page .tfa_details_photo {
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_admin_date {
    margin-bottom: 10px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_post_title, .tfa_details_page .tfa_details_sec .tfa_details_post .post_tag_sec {
    display: none;
  }
  .tfa_details_page .tfa_details_sec {
    padding-top: 20px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .text_content.m_text_content, .tfa_details_page .tfa_details_sec .tfa_details_post .text_content.m_text_content .tfa_post_title {
    display: block;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .text_content.m_text_content {
    margin-bottom: 20px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_post_sec .tfa_photo {
    height: 274px;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_list_blog_content .tfa_news_post_sec {
    display: block;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .text_content.m_text_content .post_tag_sec {
    display: block;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
    height: 274px;
    width: 100%;
  }
  .tfa_details_page .tfa_category_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
    width: 100%;
  }
  .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_details_page .ad_sec {
    margin-top: 30px;
  }
  .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 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .tfa_admin_date .tfa_admin a {
    font-size: 16px;
  }
  .tfa_admin_date .date {
    font-size: 16px;
  } 
  /* Details Page */
  
  /* Special Series Page */
  .series_page {
    margin-top: 288px;
  }
  .series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid .tfa_news_post_sec .tfa_photo {
    height: 190px;
  }
  .series_page .tfa_title_sec .tfa_title span {
    font-size: 24px;
  }
  /* Special Series Page */
  

  .tfa_breadcrumb_menu {
    flex-wrap: wrap;
  }


  /* Details Page */
  .tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video,.tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video111  {
    height: 250px;
  }
  .tfa_gallery_photo_sec.tfa_four_gallery .gallery_right .tfa_gallery_photo {
    height: 250px;
  }
  .tfa_details_sec .tfa_details_content .tfa_details_post .tfa_news_list_sec .tfa_news_list_content .tfa_news_post_sec .text_content .tfa_post_title {
    display: block;
  }
  .tfa_details_page .tfa_details_sec .tfa_category_sec .tfa_news_post_sec {
    margin-bottom: 20px;
  }
  /* 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 */


  .tfa_top_news .tfa_featured_slider .tfa_featured_photo.featured_grid.listing {
    height: 270px;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content {
    width: 100%;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec {
    display: block;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .tfa_photo {
    height: 360px;
  }
  .tfa_news_list_blog_content.tfa_listing_right.tfa_video_right .tfa_photo .play_icon {
    width: 80px;
    bottom: 30px;
    right: 30px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec.story_video .tfa_photo {
    flex: 0 0 100%;
    width: 100%;
    height: 95px;
  }
  .tfa_listing_page .tfa_category_sec .tfa_science_content .tfa_news_list_sec .tfa_news_post_sec.story_video {
    display: block;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec.story_video .tfa_photo {
    flex: 0 0 100%;
    width: 100%;
    height: 400px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec.story_video .play_icon {
    width: 60px;
    right: 10%;
  }
  .tfa_featured_slider.tfa_featured_video_slider .tfa_featured_photo.featured_grid.listing {
    height: 284px;
  }
  .tfa_featured_slider.tfa_featured_video_slider .tfa_featured_photo .tfa_photo .play_icon {
    width: 60px;
    top: 50px;
    bottom: auto;
  }
}
/* 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 */
  
  .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: 194px;
  }
  .tfa_category_sec.art_culture_sec .tfa_news_post_sec .tfa_photo {
    height: 180px;
  }

  /* Listing Page */
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec {
    flex-direction: column;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content {
    width: 100%;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .tfa_photo {
    width: 100%;
    flex: 0 0 100%;
    height: 60px;
    display: block;
  }
  .tfa_listing_page {
    margin-top: 271px;
  }
  /* Listing Page */

  /* Details Page */
  .tfa_details_page {
    margin-top: 271px;
  }
  .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: 0;
    width: 32px;
    display: inline-block;
    text-align: center;
  }
  .tfa_social_sec .social_list a i {
    margin-right: 0;
  }
  .tfa_social_sec .social_list {
    margin: 0;
  }
  .tfa_social_sec .share {
    padding: 4px 10px;
    margin-right: 15px;
    font-size: 11px;
  }
  .tfa_article_video_sec {
    height: 190px;
  }
  .tfa_admin_date {
    flex-direction: column;
  }
  .tfa_admin_date .tfa_admin {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    display: inline-flex;
    border-right: none;
  }

  .tfa_details_page .tfa_details_sec .tfa_category_sec .details_post_slider .owl-nav button {
    top: 40%;
    height: 30px;
    width: 20px;
    background-size: 14px;
  }
  .tfa_details_page .tfa_details_sec .tfa_category_sec .details_post_slider {
    padding: 0 30px;
  }
  /* Details Page */

 
  /* Series Page */
  .series_page {
    margin-top: 271px;
  }
  .series_category_page .tfa_breadcrumb_menu {
    margin-bottom: 20px;
  }

  .tfa_about_page .tfa_about_banner {
    height: 100px;
  }
  .tfa_about_page .tfa_about_banner .tfa_title {
    font-size: 30px;
  }
  .series_page .tfa_news_list_blog_view.tfa_video_bottom_sec.tfa_listing_blog .series_grid .tfa_news_post_sec .tfa_photo {
    height: 190px;
    width: 40%;
    flex: 0 0 40%;
    margin-bottom: 0;
  }
  .series_page .tfa_video_bottom_sec .story_video .text_content {
    width: 54%;
  }
  .tfa_team_sec .tfa_team_slider .tfa_team_content .team_photo {
    height: 130px;
  }
  .tfa_team_sec .tfa_team_content .tfa_text_content .tfa_title {
    font-size: 18px;
  }
  .tfa_social_sec .share span {
    display: none;
  }
  .tfa_social_sec .social_list a span {
    display: none;
  }
  /* Series Page */

  .tfa_featured_photo .text_content .tfa_admin_date .tfa_admin {
    border-right: none;
  }
  .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;
  }
  
  /* Footer Sec */
  .footer_sec .footer_menu_sec .tfa_f_about_sec a {
    width: 50%;
  }
   /* Footer Sec */ 


   .tfa_featured_slider.tfa_featured_video_slider .tfa_featured_photo .tfa_photo .play_icon {
    width: 50px;
    top: 30px;
    bottom: auto;
    right: 10%;
    left: auto;
  }
  .tfa_news_list_blog_content.tfa_listing_right.tfa_video_right .tfa_news_post_sec .tfa_photo {
    height: 320px;
  }
  .tfa_news_list_blog_content.tfa_listing_right.tfa_video_right .tfa_photo .play_icon {
    width: 60px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec.story_video .tfa_photo {
    height: 300px;
  }
}