* {
    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');
  }
  /* 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 .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 16px !important;
    font-family: "Noto Serif Bengali", serif;
    font-weight: 500;
  }
  .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;
  }
  /* Header Sec */
  
  /****=== Home Page  ===****/
  .home_page {
    margin-top: 192px;
  }
  .home_page .container-fluid {
    padding: 0 15px;
    max-width: 1400px;
  }
  .tfa_tag {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    background: #ED1C24;
    padding: 9px 6px 6px;
    line-height: 15px;
    border-radius: 5px;
    margin-right: 4px;
    margin-bottom: 14px;
  }
  .tfa_tag: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: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_featured_photo .text_content .tfa_post_title {
    line-height: 1.4;
    margin-bottom: 16px;
    display: block;
    color: #fff;
  }
  .tfa_featured_photo .text_content .tfa_post_title a {
    color: #fff;
  }
  .tfa_featured_photo .text_content .tfa_post_title a:hover {
    color: #ED1C24;
  }
  .tfa_featured_photo .text_content .tfa_post_title:hover {
    color: #ED1C24;
  }
  .tfa_post_title {
    color: #414042;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    width: 100%;
    display: block;
    font-family: "Noto Serif Bengali", serif;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .tfa_post_title a{
    color: #414042;
  }
  .tfa_post_title:hover {
    color: #ed1c24;
  }
  .tfa_post_title a:hover {
    color: #ed1c24;
  }
  .tfa_inter_national_news_sec .tfa_post_title a {
    color: #414042;
  }
  .tfa_inter_national_news_sec .tfa_post_title a:hover {
    color: #ed1c24;
  }
  .tfa_featured_photo .text_content .post_title:hover {
    opacity: 0.8;
    color: #f0f1fd;
  }
  .tfa_admin_date {
    display: flex;
    flex-wrap: wrap;
  }
  .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: 8px;
  }
  .tfa_featured_photo .text_content .date {
    border-right: 1px solid #fff;
    color: #fff;
  }
  .tfa_admin_date .date {
    display: flex;
    margin-top: 4px;
    align-items: center;
    color: #848484;
    margin-right: 10px;
    font-size: 12px;
    border-right: 1px solid #848484;
    line-height: 14px;
    padding-right: 10px;
    height: 12px;
    margin-bottom: 0;
  }
  .tfa_admin_date .date span {
    font-family: "Lato", sans-serif;
    position: relative;
    top: -1px;
    margin-left: 4px;
  }
  .tfa_admin_date .date:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .tfa_admin_date .date img {
    height: auto;
    width: 12px;
    margin-right: 6px;
    float: left;
    margin-top: -4px;
  }
  .tfa_admin_date .tfa_admin {
    display: flex;
    color: #ED1C24;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #848484;
    height: 13px;
    align-items: center;
    position: relative;
    top: 3px;
  }
  .tfa_admin_date .tfa_admin a {
    color: #ED1C24;
    font-size: 12px;
  }
  .tfa_admin_date .tfa_admin a:hover {
    color: #ff4e55;
  }
  .tfa_featured_photo .text_content .tfa_admin_date .tfa_admin {
    border-right: 1px solid #fff;
    color: #fff;
  }
  .tfa_featured_photo .text_content .tfa_admin_date .tfa_admin span {
    font-size: 12px;
  }
  .tfa_featured_photo .text_content .tfa_admin_date .tfa_admin span a {
    color: #fff;
  }
  .tfa_featured_photo .text_content .tfa_admin_date .tfa_admin span a:hover {
    color: #bdbdbd;
  }
  
  .tfa_featured_photo.featured_grid .text_content .post_title {
    font-size: 30px;
  }
  /* 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 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 {
    width: 100%;
    height: 418px;
    background: #E6E7E8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #969494;
    text-align: center;
  }
  .ad_sec span {
    width: 70%;
    font-family: "Lato", sans-serif;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
    flex: 0 0 38%;
    width: 39%;
    height: 125px;
    margin-bottom: 0;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
    width: 58%;
    margin-left: 10px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_tag {
    margin-bottom: 11px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* TFA News List Blog Content */
  /* TFA News List Blog View */
  .tfa_news_list_blog_view .tfa_news_post_sec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .tfa_photo {
    height: 160px;
    width: 40%;
    flex: 0 0 40%;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content {
    width: 56%;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_post_title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_admin_date {
    margin-bottom: 12px;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_des {
    margin-bottom: 0;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec .text_content .tfa_des {
    margin-bottom: 0;
    color: #414042;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* TFA News List Blog View */
  .tfa_category_sec.tfa_video_story_sec {
    background: #E6E7E8;
  }
  .tfa_category_sec.tfa_video_story_sec .tfa_story_video_blog {
    height: 374px;
  }
  .tfa_video_top_sec .tfa_story_video_blog {
    height: 340px;
    margin-bottom: 23px;
  }
  .tfa_video_top_sec .tfa_story_video_blog .text_content .tfa_play_icon {
    width: 60px;
    display: block;
    position: absolute;
    right: 24px;
    bottom: 20%;
  }
  .tfa_video_top_sec .tfa_story_video_blog .text_content .tfa_post_title {
    width: 70%;
  }
  .tfa_video_bottom_sec .story_video .tfa_photo {
    width: 26%;
    flex: 0 0 26%;
  }
  
  .tfa_video_bottom_sec .story_video .text_content {
    width: 70%;
  }
  /* Story Video */
  .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
    position: relative;
    height: 174px;
  }
  .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo .play_icon {
    position: absolute;
    width: 50px;
    height: auto;
    bottom: 10px;
    right: 10%;
  }
  /* Story Video */
  /* TFA Modal Video */
  .tfa_modal_video .modal-dialog {
    width: 100%;
    max-width: 720px;
  }
  .tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video {
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
  }
  .tfa_modal_video .modal-dialog .tfa_news_post_sec .text_content {
    padding: 20px 0 0;
  }
  .tfa_modal_video .modal-content {
    position: relative;
  }
  .tfa_modal_video .modal-content .close {
    position: absolute;
    right: 10px;
    background: #f00;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tfa_modal_video .modal-content .close:hover {
    background: #ff4e55;
  }
  .tfa_modal_video .modal-content .close:focus {
    box-shadow: none;
  }
  .tfa_modal_video .modal-content .close i {
    color: #fff;
  }
  .tfa_modal_video .tfa_news_post_sec {
    padding: 20px;
  }
  .tfa_modal_video .modal-dialog .tfa_news_post_sec .text_content .tfa_des {
    margin: 20px 0 0;
    color: #414042;
  }
  /* TFA Modal Video */
  /****==== Home Page ====****/
  
  /* .ad_sec {
    width: 100%;
    height: 418px;
    background: #E6E7E8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #969494;
    text-align: center;
    padding: 0 44px;
  } */
  /****==== Listing Page ====****/
  .tfa_listing_page {
    margin-top: 192px;
  }
  .tfa_listing_page .tfa_title_sec.featured_title .tfa_title span {
    font-size: 34px;
  }
  .tfa_featured_photo.featured_grid.listing {
    height: 690px;
  }
  
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec {
    flex-direction: row-reverse;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .tfa_photo {
    width: 22%;
    flex: 0 0 22%;
    height: 110px;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content {
    margin-left: 0;
    display: flex;
    width: 75%;
    margin-right: 12px;
  }
  .tfa_news_list_blog_content.tfa_listing_right .tfa_news_post_sec .text_content .tfa_count_number {
    background: #ED1C24;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    margin-right: 15px;
  }
  .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #848484;
  }
  .tfa_listing_page .tfa_category_sec {
    padding-top: 30px;
  }
  .tfa_listing_blog .tfa_news_post_sec.story_video {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E7E8;
  }
  .tfa_listing_blog .tfa_news_post_sec.story_video:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .tfa_listing_page .ad_sec {
    height: 494px;
  }
  /****==== Listing Page ====****/
  
  /****==== Details Page ====****/
  .tfa_details_page {
    margin-top: 192px;
  }
  .tfa_details_page .tfa_details_sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_details_photo {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_details_photo img {
    height: 100%;
    object-fit: cover;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_admin_date {
    margin-bottom: 20px;
  }
  .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_post_title {
    font-size: 52px;
    overflow: visible;
    display: block;
  }
  .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;
  }
  .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;
  }
  .tfa_details_page .tfa_details_sec .tfa_des {
    text-align: justify;
    font-size: 20px;
  }
  .tfa_details_page .tfa_details_sec .tfa_des span.first {
    font-size: 54px;
    color: #ED1C24;
  }
  
  /* 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_page .tfa_details_sec .tfa_details_post .text_content .tfa_table_contain_icon {
    background: #ed1c24;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 6px;
  }
  
  .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_table_contain_icon svg {
    width: 100%;
    height: 100%;
  }
  
  .tfa_table_content_sec .tfa_table_contain_list {
    margin-bottom: 0;
  }
  
  .tfa_table_content_sec .tfa_table_contain_list li a {
    display: flex;
    color: #444444;
    border-bottom: 1px solid #bdbdbdaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .tfa_table_content_sec .tfa_table_contain_list li a .icon {
    margin-right: 10px;
    width: 15px;
  }
  
  .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_social_sec {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .tfa_social_sec .social_list {
    margin: 0;
  }
  .tfa_social_sec .share {
    background: #ccc;
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 13px;
    position: relative;
  }
  .tfa_social_sec .share:after {
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #cccccc;
    width: 10px;
    position: absolute;
    right: -9px;
    height: 14px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .tfa_social_sec .social_list a span {
    font-family: 'gothic';
  }
  .tfa_social_sec .share span {
    font-family: 'gothic';
    top: 1px;
    position: relative;
  }
  .tfa_social_sec .share svg {
    width: 14px;
    position: relative;
    top: 0px;
    margin-right: 2px;
  }
  .tfa_social_sec .social_list a {
    background: #0d47a1;
    color: #fff;
    padding: 8px 16px;
    border-radius: 35px;
    font-size: 13px;
    margin-right: 12px;
  }
  .tfa_social_sec .social_list a i {
    font-size: 13px;
    margin-right: 6px;
  }
  .tfa_social_sec .social_list a:hover {
    background: #1f62cb;
  }
  .tfa_social_sec .social_list a svg {
    height: 15px;
    width: auto;
    position: relative;
    top: -2px;
  }
  .tfa_social_sec .social_list a.twitter {
    background: #40c4ff;
  }
  .tfa_social_sec .social_list a.twitter:hover {
    background: #1b9ad3;
  }
  .tfa_social_sec .social_list a.twitter svg {
    width: 13px;
    position: relative;
    top: -1px;
  }
  .tfa_social_sec .social_list a.pinterest {
    background: #bd081c;
  }
  .tfa_social_sec .social_list a.pinterest:hover {
    background: #db162c;
  }
  .tfa_social_sec .social_list a.email {
    background: #0084ff;
  }
  .tfa_social_sec .social_list a.email:hover {
    background: #238ef1;
  }
  /* Social Sec */
  
  
  /* Testimonials Feedback */
  .testimonials_feedback {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    border-top: 1px solid #a4a2a2;
    border-bottom: 1px solid #a4a2a2;
    padding: 27px 0;
  }
  
  .testimonials_feedback .testimonials_photo {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .testimonials_feedback .text_content {
    width: 80%;
    margin-left: 20px;
  }
  .testimonials_feedback .text_content .name a{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 28px;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    color: #414042;
  }
  .testimonials_feedback .text_content .name a:hover{
    color: #ED1C24;
  }
  .testimonials_feedback .text_content .des {
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
  }
  .testimonials_feedback .testimonials_photo img {
    height: 100%;
  }
  .testimonials_feedback .text_content .social_sec a {
    color: #8d8686;
    width: 20px;
    margin-right: 20px;
  }
  .testimonials_feedback .text_content .social_sec a:hover {
    color: #ed1c24;
  }
  
  .testimonials_feedback .text_content .social_sec a svg {
    height: auto;
    width: 100%;
  }
  
  .testimonials_feedback .text_content .social_sec {
    margin-top: 10px;
    display: flex;
  }
  /* Testimonials Feedback */
  
  /* TFA Block List Sec */
  .tfa_block_list_sec .tfa_block_list {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .tfa_block_list_sec .tfa_block_list li {
    margin-bottom: 11px;
  }
  /* 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;
  }
  
  .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;
  }
  
  /****==== Details Page ====****/
  
  /****==== Series Page ====****/
  .series_page {
    margin-top: 194px;
  }
  .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: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 ====****/
  
  /****==== TFA About Page ====****/
  .tfa_about_page {
    margin-top: 194px;
  }
  .tfa_about_page .tfa_about_banner {
    text-align: center;
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .tfa_about_page .tfa_about_banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tfa_about_page .tfa_about_banner img {
    height: 100%;
    object-fit: cover;
  }
  .tfa_about_page .tfa_about_banner .tfa_title {
    font-size: 44px;
    color: #ffffff;
    font-family: "Noto Sans Bengali", sans-serif;
    margin: 0;
    font-weight: 700;
  }
  .tfa_about_page .tfa_about_sec {
    margin: 90px auto;
  }
  .tfa_about_page .tfa_about_sec .container {
    display: flex;
    flex-wrap: wrap;
  }
  .tfa_about_page .tfa_about_sec .tfa_details_photo {
    width: 44%;
    margin-right: 30px;
    height: 528px;
    border-radius: 15px;
    overflow: hidden;
  }
  .tfa_about_page .tfa_about_sec .tfa_details_photo img {
    height: 100%;
    object-fit: cover;
  }
  .tfa_about_page .tfa_about_sec .text_content {
    width: 48%;
  }
  .tfa_about_page .tfa_about_sec .text_content .tfa_about_title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 18px;
    font-family: "Noto Sans Bengali", sans-serif;
  }
  
  /* 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 ====****/
  
  /****==== Contact Page ====****/
  
  .tfa_contact_content .container {
    max-width: 950px;
    padding: 120px 0;
  }
  .tfa_enquery_sec {
    display: inline-flex;
    padding: 20px 20px;
    margin: auto;
    background: #ffffff;
    border-radius: 13px;
    border: 1px solid #d9d5d5;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .tfa_enquery_sec .tfa_text_content a {
    font-family: 'gothic';
    color: #333;
  }
  .tfa_enquery_sec .tfa_text_content a:hover {
    color: #ED1C24;
  }
  .tfa_contact_content {
    text-align: center;
  }
  .tfa_enquery_sec .icon {
    width: 40px;
    height: 40px;
    background: #ed1c24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 40px;
  }
  .tfa_enquery_sec .icon i {
    color: #ffffff;
    font-size: 18px;
  }
  .tfa_enquery_sec .tfa_text_content .tfa_title {
    color: #333;
    font-size: 20px;
    font-family: "Noto Serif Bengali", serif;
  }
  .tfa_contact_content .des {
    color: #3f3838;
    margin: 0;
    text-align: left;
    font-family: "Noto Serif Bengali", serif;
  }
  .tw_contact_form_sec {
    border: 1px solid #eaeaea;
    border-radius: 15px;
    overflow: hidden;
  }
  .tw_contact_form_sec .top_sec {
    background: #ED1C24;
  }
  .tw_contact_form_sec .top_sec .tw_title {
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin: 0;
    font-family: "Noto Serif Bengali", serif;
  }
  .tw_contact_form_sec .tw_contact_form {
    padding: 20px;
  }
  .tw_contact_form_sec .tw_contact_form .form_group {
    margin-bottom: 20px;
    text-align: left;
  }
  .tw_contact_form_sec .tw_contact_form .form_group label {
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
    font-family: "Noto Serif Bengali", serif;
  }
  .tw_contact_form_sec .tw_contact_form .form_group .form-control {
    height: 44px;
  }
  .tw_contact_form_sec .tw_contact_form .form_group  textarea {
    min-height: 154px;
  }
  .tw_contact_form_sec .tw_contact_form .form_group .form-control:focus {
    box-shadow: none;
    border-color: #d1d1d1;
  }
  .tw_contact_form_sec .tw_contact_form .submit_btn {
    padding: 12px 40px;
    border: none;
    background: #ED1C24;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'gothic';
  }
  .tw_contact_form_sec .tw_contact_form .submit_btn:hover {
    background: #c71e24;
  }
  .social_sec .social_list {
    margin: 0;
    display: flex;
  }
  .social_sec .social_list a {
    border-radius: 50%;
    font-size: 13px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    font-size: 13px;
    margin-right: 12px;
    background: #0d47a1;
  }
  
  .social_sec .social_list a i {
    font-size: 13px;
    color: #fff;
  }
  
  .social_sec {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .social_sec .share {
    background: #ccc;
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 13px;
    position: relative;
    font-family: 'gothic';
  }
  .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;
  }
  
  .social_sec .share svg {
    width: 14px;
    position: relative;
    top: 0px;
    margin-right: 2px;
  }
  
  
  
  .social_sec .social_list a:hover {
    background: #1f62cb;
  }
  
  .social_sec .social_list a svg {
    height: 15px;
    width: auto;
    position: relative;
    top: -2px;
  }
  
  .social_sec .social_list a.twitter {
    background: #40c4ff;
  }
  
  .social_sec .social_list a.twitter:hover {
    background: #1b9ad3;
  }
  
  .social_sec .social_list a.twitter svg {
    width: 13px;
    position: relative;
    top: -1px;
  }
  
  .social_sec .social_list a.pinterest {
    background: #bd081c;
  }
  .social_sec .social_list a.pinterest:hover {
    background: #db162c;
  }
  
  .social_sec .social_list a.email {
    background: #0084ff;
  }
  
  .social_sec .social_list a.email:hover {
    background: #238ef1;
  }
  
  /****=== Contact Page ===****/
  
  /****=== Privacy Page ===****/
  .tfa_privacy_page {
    margin-top: 194px;
    padding: 40px 0;
  }
  .tfa_privacy_page .tfa_title_sec .tfa_title {
    font-family: 'gothic';
  }
  .tfa_privacy_page .tfa_privacy_content .tfa_text_content .tfa_title {
    font-size: 18px;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
  }
  .tfa_privacy_page .tfa_privacy_content .tfa_text_content span {
    font-family: 'gothic';
  }
  /****=== Privacy Page ===****/
  
  /****=== Tag Page ===****/
  .tfa_listing_page.tag_page .tfa_more_btn {
    display: inline-block;
    margin: 50px auto 0;
  }
  .tfa_listing_page.tag_page .tfa_category_sec {
    text-align: center;
  }
  
  .tfa_listing_page.tag_page .tfa_listing_blog .tfa_news_post_sec.story_video {
    text-align: left;
  }
  
  .tfa_listing_page.tag_page .tfa_category_sec .tfa_news_list_sec {
    text-align: left;
  }
  /****=== Privacy Page ===****/
  
  /****=== Series Details Page ===****/
  .series_details_page {
    background: #f5f0e4;
  }
  .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 ===****/
  
  
  
  /* Footer Sec */
  .footer_sec {
    background: #414042;
  }
  .footer_sec .footer_menu_sec {
    padding: 80px  0;
  }
  .footer_menu_sec .container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_sec .tfa_des {
    font-size: 16px;
    color: #FFFFFF;
  }
  .footer_menu_sec .tfa_f_about_sec {
    width: 24%;
  }
  .footer_menu_sec .tfa_f_about_sec a {
    display: block;
    width: 74%;
    margin-bottom: 18px;
  }
  .footer_menu_sec .tfa_f_menu_sec {
    width: 33%;
    padding-left: 70px;
  }
  .footer_menu_sec .tfa_f_menu_sec .tfa_quick_link {
    display: flex;
    justify-content: space-between;
  }
  .footer_menu_sec .tfa_f_title {
    color: #fec248;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer_menu_sec .tfa_quick_link .tfa_menu_list {
    margin: 0;
    margin-right: 30px;
  }
  .footer_menu_sec .tfa_menu_list li a {
    color: #fff;
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 16px;
  }
  .footer_menu_sec .tfa_menu_list li a:hover {
    color: #ed1c24;
  }
  .footer_menu_sec  .tfa_menu_list li {
    margin-bottom: 20px;
  }
  .footer_menu_sec .tfa_menu_list li a i {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-right: 11px;
    color: #fff;
  }
  .footer_sec .f_bottom_sec .tfa_des {
    margin: 0;
    font-family: gothic;
  }
  .footer_sec .f_bottom_sec {
    text-align: center;
    background: #58595B;
    padding: 15px;
    font-family: "Lato", sans-serif;
  }
  .footer_menu_sec  .tfa_f_menu_sec.fta_other_sec {
    width: auto;
  }
  .footer_menu_sec .tfa_contact_list {
    margin-bottom: 0;
  }
  .footer_menu_sec .tfa_contact_list .tfa_des {
    margin-bottom: 0;
  }
  .footer_menu_sec .tfa_contact_list li a {
    color: #fff;
    font-size: 16px;
    font-family: 'gothic';
  }
  .footer_menu_sec .tfa_menu_list li a span {
    font-family: 'gothic';
  }
  .footer_menu_sec .tfa_contact_list li a:hover {
    color: #ED1C24;
  }
  .footer_menu_sec .tfa_contact_list li a i {
    margin-right: 6px;
    font-size: 12px;
  }
  .footer_menu_sec .tfa_contact_list .tfa_des i {
    font-size: 14px;
    margin-right: 6px;
  }
  .footer_menu_sec .tfa_contact_list li {
    margin-bottom: 14px;
    font-family: gothic;
  }
  .footer_menu_sec .tfa_f_contact_sec {
    margin-left: auto;
  }
  .footer_sec .footer_menu_sec .f_social_sec  {
    display: flex;
  }
  .footer_sec .footer_menu_sec .f_social_sec a {
    color: #fff;
    margin-right: 12px;
    width: auto;
  }
  .footer_sec .footer_menu_sec .f_social_sec a:hover {
    color: #ED1C24;
  }
  /* Footer Sec */
  /* Start Responsive CSS */
  @media only screen and (max-width: 1900px) {
  }
  
  @media only screen and (max-width: 1800px) {
  }
  
  @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;
    }
    /* 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: 74%;
    }
    /*** Home Page ***/
  
    /*** Listin Page ***/
    .tfa_listing_page .ad_sec {
      height: 518px;
    }
    .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 .text_content .tfa_post_title {
      font-size: 34px;
    }
    .tfa_article_video_sec {
      height: 430px;
    }
    /*** 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 */
  }
  
  @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;
    }
    /* Heade Sec */
    /*** Home Page  ***/
    .home_page {
      margin-top: 167px;
    }
    .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_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
      margin-bottom: 9px;
    }
    .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;
    }
    .ad_sec {
      height: 304px;
    }
    .tfa_news_grid_sec .tfa_news_grid .tfa_news_post_sec .tfa_photo {
      height: 180px;
    }
    /*** Home Page  ***/
    /*** Listin Page ***/
    .tfa_listing_page .ad_sec {
      height: 550px;
    }
    .tfa_listing_page {
      margin-top: 172px;
    }
    /*** Listin Page ***/
  
    /*** Details Page ***/
    .tfa_details_page {
      margin-top: 172px;
    }
    .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .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;
    }
    /*** Details Page ***/
  
    /*** About Page ***/
    .tfa_about_page {
      margin-top: 172px;
    }
    /*** About Page ***/
  
    /*** Series Page ***/
    .series_page {
      margin-top: 172px;
    }
    .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 ***/
  
    /*** Privacy Policy Page ***/
    .tfa_privacy_page {
      margin-top: 172px;
    } 
   /*** Privacy Policy Page ***/
  
  
  
    /*** Footer Sec  ***/
    .footer_menu_sec .tfa_f_about_sec {
      width: 22%;
    }
    .footer_menu_sec .tfa_f_menu_sec {
      width: 33%;
      padding-left: 14px;
    }
    .footer_menu_sec .tfa_f_about_sec a {
      width: 60%;
    }
    .footer_menu_sec .tfa_quick_link .tfa_menu_list {
      margin-right: 19px;
    }
    /*** Footer Sec  ***/
  
  }
  
  @media only screen and (min-width: 1366px) {
  
    }
  
    
  /* 1200px */
  @media only screen and (max-width: 1200px) {
    
    .tfa_menu_sec .tfa_nav ul li a {
      font-size: 16px;
      padding: 8px 8px !important;
      line-height: 1.8;
    }
    .tfa_menu_sec .tfa_nav ul li a.dropdown-toggle {
      padding-top: 10px !important;
    }
    .tfa_admin_date .tfa_admin {
      margin-right: 4px;
      padding-right: 4px;
    }
    .tfa_admin_date .tfa_admin a {
      font-size: 10px;
    }
    .tfa_admin_date .date img {
      width: 10px;
      margin-right: 3px;
    }
    .tfa_admin_date .date {
      font-size: 10px;
    }
    .tfa_tag {
      font-size: 12px;
      padding: 8px 6px 5px;
    }
  
    /*** 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 {
      height: 260px;
      margin-top: 28px;
      font-size: 24px;
    }
    .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: 166px;
    }
    .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: 165px;
    }
    .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: 166px;
    }
    .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 ***/
  
    /*** 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 5px !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%;
    }
    /* Header Sec */
    
    /****==== Home Page ====****/
    .home_page {
      margin-top: 143px;
    }
    .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: 143px;
    }
    .tfa_listing_page .ad_sec {
      height: 550px;
      width: 34%;
      margin: 47px auto 0;
    }
    /****==== Listing Page ====****/
  
    /****==== Details Page ====****/
    .tfa_details_page {
      margin-top: 143px;
    }
    .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .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%;
    }
    /****==== Details Page ====****/
  
    /****==== Series Page ====****/
    .series_page {
      margin-top: 143px;
    }
    .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 ====****/
  
    /****==== About Page ====****/
    .tfa_about_page {
      margin-top: 135px;
    }
    .tfa_about_page .tfa_about_banner {
      height: 160px;
    }
    /****==== About Page ====****/
    /*** Privacy Policy Page ***/
    .tfa_privacy_page {
      margin-top: 140px;
    }
    /*** Privacy Policy Page ***/
  
    /****==== Contact Page ====****/
    .tfa_contact_content .container {
      padding: 60px 40px;
    }
   /****==== Contact Page ====****/
    /* Footer Sec */
    .footer_sec .footer_menu_sec {
      padding: 50px  0;
    }
    .footer_sec .footer_menu_sec .tfa_f_about_sec {
      width: 100%;
      text-align: center;
      margin-bottom: 40px;
    }
    .footer_sec .footer_menu_sec .tfa_f_about_sec a {
      width: 20%;
      margin: 0 auto 20px;
    }
    .footer_sec .footer_menu_sec .tfa_f_about_sec .tfa_des {
      width: 70%;
      margin: auto;
    }
    .footer_menu_sec .tfa_f_menu_sec {
      width: 60%;
      padding-left: 0;
    }
    .footer_menu_sec  .tfa_f_menu_sec.fta_other_sec {
      width: auto;
      padding-left: 0;
      margin-left: auto;
    }
    .footer_menu_sec .tfa_f_contact_sec {
      margin: 30px auto 0;
      width: 100%;
      text-align: center;
    }
    .footer_sec .footer_menu_sec .f_social_sec {
      justify-content: center;
    }
    /* Footer Sec */
  }
  
  /* 767px */
  @media only screen and (max-width: 767px) {
  
    /* TFA 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: 90px;
    }
    .tfa_header_sec .tfa_top_header .tfa_logo {
      width: 100px;
    }
    .tfa_header_sec .tfa_top_header {
      padding: 14px 0 64px;
    }
    .tfa_header_sec .tfa_search_box_sec .search_box input[type="search"] {
      width: 100%;
      height: 48px;
      font-size: 16px;
    }
    .tfa_header_sec .tfa_search_box_sec .search_box img {
      width: 18px;
    }
    .tfa_menu_sec .navbar-toggler {
      background: #ed1c24;
      border: none;
      width: auto;
      padding: 0;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 8px;
    }
    .menu_icon_sec {
      display: flex;
      align-items: center;
      background: #ed1c24;
      border-radius: 5px;
    }
    .menu_icon_sec span {
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      color: #fff;
      padding-left: 4px;
      text-transform: uppercase;
    }
    .tfa_menu_sec .navbar-toggler:focus {
      box-shadow: none;
    }
    .tfa_menu_sec .navbar-toggler svg path {
        color: #fff;
    }
    .tfa_nav_header_sec .tfa_menu_sec .tfa_nav {
      display: block;
      position: fixed;
      z-index: 1;
      background: #b11117;
      height: 100vh;
      top: 0;
      width: 64%;
      left: -64%;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      overflow: scroll;
    }
    .tfa_nav_header_sec .tfa_menu_sec .tfa_nav a {
      font-size: 16px;
      padding: 10px 10px !important;
      display: block;
      border-bottom: 1px solid #b7383c;
      border-left: none;
      margin: 0;
      line-height: 22px;
      color: #fff !important;
    }
    .tfa_nav_header_sec .tfa_menu_sec .tfa_nav.show .navbar-nav, .tfa_nav_header_sec .tfa_menu_sec .tfa_nav.show {
        left: 0;
    }
    .tfa_nav_header_sec .tfa_menu_sec .tfa_nav .dropdown-menu {
      border-radius: 0;
      background: #990d12;
      margin-top: 0;
    }
  
    .tfa_nav_header_sec .tfa_menu_sec .tfa_nav .dropdown-menu li a {
      padding-left: 30px !important;
      border-bottom: 1px solid #bb2b31a3;
    }
    .tfa_nav_header_sec .tfa_menu_sec .tfa_nav a.active,  .tfa_nav_header_sec .tfa_menu_sec .tfa_nav a:hover {
      background: #fec248;
      color: #414042 !important;
    }
    /* TFA Header Sec */
  
    /* Home Page */
    .home_page {
      margin-top: 196px;
    }
    .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_featured_photo .text_content .tfa_admin_date .tfa_admin {
      margin-bottom: 12px;
    }
    .tfa_main_news {
      padding: 10px 0 0;
    }
    .tfa_inter_national_news_sec {
      padding: 30px 0;
    }
    .tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news .tfa_news_post_sec {
      padding-bottom: 0;
    }
    .tfa_inter_national_news_sec .tfa_news_post_sec {
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .tfa_inter_national_news_sec .tfa_news_post_sec .tfa_photo {
      height: 250px;
    }
    .tfa_inter_national_news_sec .tfa_news_post_sec:last-child {
      padding-bottom: 30px;
    }
    .tfa_news_list_sec {
      margin-top: 30px;
    }
    .tfa_news_list_sec .tfa_news_list_content {
      margin-top: 20px;
    }
    .tfa_category_sec .tfa_news_post_sec .tfa_photo {
      height: 300px;
    }
    .tfa_science_sec .tfa_news_post_sec {
      margin-bottom: 20px;
    }
    .tfa_category_sec {
      padding: 40px 0;
    }
    .tfa_news_grid_sec {
      padding: 40px  0;
    }
    .tfa_news_grid_sec .news_grid {
      border-bottom: 3px solid #ECE2C8;
      margin-bottom: 30px;
      border-right: navajowhite;
      padding-bottom: 30px;
    } 
    .tfa_video_sec {
      padding: 40px 0 10px;
    }
    .tfa_video_sec .tfa_news_post_sec {
      margin-bottom: 30px;
    }
    .tfa_politics_sec .tfa_news_post_sec {
      margin-bottom: 30px;
    }
    .tfa_news_list_blog_content .tfa_news_post_sec {
      margin-bottom: 15px;
      padding-bottom: 15px;
    }
    .tfa_category_sec .tfa_news_post_sec .tfa_photo {
      height: 360px;
      width: 100%;
      display: block;
    }
    .tfa_news_list_blog_content .tfa_news_post_sec {
      flex-direction: column;
    }
    .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
    }
    .tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo {
      height: 300px;
    }
    .tfa_category_sec.tfa_other_sec .tfa_news_post_sec {
      margin-bottom: 20px;
    }
    .tfa_category_sec.tfa_other_sec {
      padding-bottom: 0;
    }
    .tfa_category_sec.tfa_other_sec .tfa_news_list_sec {
        margin-top: 0;
    }
    .tfa_video_story_sec .tfa_video_bottom_sec .story_video {
        flex-direction: column;
    }
    .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
      height: 124px;
      width: 100%;
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
    .tfa_tech_sec .tfa_news_post_sec {
      margin-bottom: 20px;
    }
    .tfa_news_list_blog_view .tfa_news_post_sec .text_content {
      width: 100%;
    }
    .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
      height: 320px;
      margin-bottom: 20px;
    }
    .tfa_category_sec.art_culture_sec .tfa_science_content .tfa_news_post_sec {
      margin-bottom: 30px;
    }
    .tfa_category_sec.art_culture_sec .tfa_news_list_sec {
      margin-top: 0;
    }
    .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_admin_date .tfa_admin {
      border-right: 1px solid #848484;
      margin-right: 10px;
      padding-right: 10px;
    }
    .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .tfa_photo {
      width: 100%;
      flex: 0 0 100%;
    }
    .tfa_politics_sec .tfa_news_list_sec .tfa_news_list_blog_content .tfa_news_post_sec .text_content {
      width: 100%;
    }
    .tfa_news_list_blog_content .tfa_news_post_sec .text_content .tfa_post_title {
      font-size: 18px;
    }
    .tfa_modal_video {
      padding: 20px;
    }
    .tfa_modal_video .modal-dialog {
      width: 100%;
      max-width: 100%;
      margin: 0;
    }
    /* Home Page */
    
    .tfa_admin_date .tfa_admin a {
      font-size: 16px;
    }
    .tfa_admin_date .date {
      font-size: 16px;
    }
    /* Listing Page */
    .tfa_listing_page {
      margin-top: 197px;
    }
    .tfa_featured_photo.featured_grid.listing {
      height: 340px;
    }
    .tfa_listing_page .ad_sec {
      width: 100%;
    }
    .tfa_listing_page .tfa_title_sec.featured_title .tfa_title span {
      font-size: 24px;
    }
    /* Listing Page */
    /* Details Page */
    .tfa_details_page {
      margin-top: 197px;
    }
    .tfa_details_page .tfa_details_sec .tfa_details_post .tfa_details_photo {
      height: auto;
      border-radius: 10px;
      margin-bottom: 15px;
    }
    .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_admin_date {
      margin-bottom: 10px;
    }
    .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .tfa_post_title, .tfa_details_page .tfa_details_sec .tfa_details_post .text_content .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;
    }
    /* Details Page */
    /* About Page */
    .tfa_about_page {
      margin-top: 197px;
    }
    .tfa_about_page .tfa_about_banner {
      height: 120px;
    }
    .tfa_about_page .tfa_about_banner .tfa_title {
      font-size: 34px;
    }
    .tfa_about_page .tfa_about_sec {
      margin: 50px auto 20px;
    }
    .tfa_about_page .tfa_about_sec .container {
      flex-direction: column;
    }
    .tfa_about_page .tfa_about_sec .tfa_details_photo {
      width: 100%;
      height: 248px;
    }
    .tfa_about_page .tfa_about_sec .text_content {
      width: 100%;
      margin-top: 30px;
    }
    .tfa_about_page .tfa_about_sec .text_content .tfa_about_title {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .tfa_about_page .tfa_about_sec .text_content .tfa_des {
      text-align: justify;
    }
    .tfa_team_sec {
      padding: 50px  0;
    }
    .tfa_team_sec .tfa_team_slider .tfa_team_content .team_photo {
      height: 190px;
    }
    /* About Page */
    /* Special Series Page */
    .series_page {
      margin-top: 197px;
    }
    .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 */
    /*Contact Page */
    .tfa_contact_content .tfa_address_sec {
      margin-top: 30px;
    }
    /*Contact Page */
    /*Privacy Policy Page */
    .tfa_privacy_page {
      margin-top: 198px;
    }
    /*Privacy Policy Page */
    /* Details Page */
    .tfa_modal_video .modal-dialog .tfa_news_post_sec .tfa_video {
      height: 250px;
    }
    .tfa_gallery_photo_sec.tfa_four_gallery .gallery_right .tfa_gallery_photo {
      height: 250px;
    }
    /* Footer Sec */
   
    .footer_menu_sec .tfa_f_contact_sec {
      margin: 0 auto 0;
    }
    .footer_menu_sec  .tfa_f_menu_sec.fta_other_sec {
      width: 100%;
      padding-left: 0;
    }
    .footer_sec .footer_menu_sec .tfa_f_about_sec a {
      width: 40%;
      margin: 0 auto 20px;
    }
    .footer_sec .footer_menu_sec {
      padding: 50px  0;
    }
    .footer_menu_sec .container {
      flex-direction: column;
    }
    .footer_menu_sec .tfa_f_about_sec {
      margin-bottom: 30px;
      width: 100%;
      text-align: center;
    }
    .footer_menu_sec .tfa_f_about_sec a {
      width: 30%;
      margin: 0 auto 20px;
    }
    .footer_menu_sec .tfa_f_menu_sec {
      width: 100%;
      padding-left: 0;
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .footer_menu_sec .tfa_f_menu_sec .tfa_quick_link {
      margin-bottom: 0;
      flex-direction: column;
    }
    .footer_menu_sec .tfa_quick_link .tfa_menu_list {
      margin: 0;
      margin-right: 0;
    }
    .footer_menu_sec .tfa_f_contact_sec {
      margin-left: 0;
    }
    .footer_sec .footer_menu_sec .f_social_sec {
      justify-content: center;
    }
    /* Footer Sec */
  }
  /* 480px */
  @media only screen and (max-width: 480px) {
    /* Header Sec */
    .tfa_header_sec .tfa_top_header .tfa_logo {
      width: 74px;
    }
    .tfa_header_sec .ffa_news_btn {
      margin-left: 4px;
      font-size: 18px;
    }
    .tfa_header_sec .tfa_search_box_sec {
      top: 74px;
    }
    /* Header Sec */
  
    /* Home Page */
    .home_page {
        margin-top: 180px;
    }
    .tfa_featured_photo.featured_grid {
      height: 280px;
    }
    .featured_stories_sec .r_featured_photo .tfa_featured_photo {
      height: 280px;
    }
    .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .text_content {
      margin-top: 20px;
      width: 100%;
    }
    .tfa_inter_national_news_sec .tfa_news_post_sec .tfa_photo {
      height: 180px;
    }
    .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec .tfa_photo {
      width: 100%;
      flex: 0 0 100%;
      margin-left: 0;
      height: 210px !important;
    }
    .tfa_inter_national_news_sec .tfa_news_blog_sec .top_sec_news .tfa_news_post_sec .tfa_photo {
      height: 220px;
    }
    .tfa_inter_national_news_sec .bottom_sec .tfa_list_post_sec {
      flex-direction: column-reverse;
    }
    .ad_sec {
      margin-top: 0;
    }
    .tfa_category_sec .tfa_news_post_sec .tfa_photo {
      height: 240px;
    }
    .tfa_video_sec .tfa_science_content .tfa_news_post_sec .tfa_photo {
      height: 210px;
    }
    .tfa_category_sec.tfa_video_story_sec .tfa_story_video_blog {
      height: 234px;
    }
    .tfa_news_list_blog_view .tfa_news_post_sec.story_video .tfa_photo {
      height: 234px;
    }
    .tfa_category_sec.art_culture_sec .tfa_news_post_sec .tfa_photo {
      height: 180px;
    }
    /* Home Page */
  
    /* 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: 180px;
    }
    /* Listing Page */
  
    .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;
    }
    /* Details Page */
    .tfa_details_page {
      margin-top: 180px;
    }
    .tfa_article_faq_sec .accordion-item .accordion-header button.accordion-button {
      font-size: 22px;
    }
    
    .tfa_social_sec {
      margin-top: 10px;
      flex-wrap: wrap;
    }
    .tfa_social_sec .social_list a {
      padding: 4px 8px;
      margin-right: 4px;
      margin-top: 8px;
    }
    .tfa_social_sec .social_list {
      margin: 10px 0 0;
    } 
    .tfa_article_video_sec {
      height: 190px;
    }
    /* Details Page */
  
    /* Series Page */
    .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;
    }
    /* Series Page */
  
    /* About Page */
    .tfa_about_page {
      margin-top: 180px;
    }
    /* About Page */
  
    /* About Page */
    .tfa_contact_content .container {
      padding: 30px 20px;
    }
    /* About Page */
  
    /*Privacy Policy Page */
    .tfa_privacy_page {
      margin-top: 180px;
    }
    /*Privacy Policy Page */
  
    /*Contact Us Page */
    .tfa_about_page.contact_page .tfa_about_banner .tfa_title {
      font-size: 24px;
    }
    /*Contact Us Page */
    /* Footer Sec */
    .footer_sec .footer_menu_sec .tfa_f_about_sec a {
      width: 50%;
    }
     /* Footer Sec */ 
  }