/*Global Css*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 23, 2022 */

@font-face {
    font-family: 'SolaimanLipiNormal';
    font-style: normal;
    font-weight: normal;
    src: local('SolaimanLipiNormal'), url('../fonts/solaimanlipi.woff') format('woff');
    }

*{margin: 0;padding: 0;box-sizing: border-box;}
:root{
	--primary: #2B345B;
	--secondary: #E01D1B;
    --heading: #000;
}
html{scroll-behavior: smooth; scrollbar-width: thin;}
body{font-family: 'SolaimanLipiNormal';font-size: 14px;color: #555555;font-weight: 400;background: #fff;}
h1,h2,h3,h4,h5,h6,p,a{
    font-family: 'SolaimanLipiNormal' !important;
}
a{text-decoration: none;color: #000;transition: all .3s;}
a:hover{color: var(--primary);}
.btn{
    font-size: 18px;
    font-weight: 600;
    padding: 5px 30px;
    line-height: normal;
}
.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    padding: 5px 30px;
    line-height: normal;
}
.btn:hover, .btn-primary:focus {
    color: #fff;
    background-color: #00092e !important;
    border-color: #00092e !important;
    box-shadow: none !important;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #999; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* width */
::-moz-scrollbar {
  width: 6px;
}

/* Track */
::-moz-scrollbar-track {
  background: #eee; 
}
 
/* Handle */
::-moz-scrollbar-thumb {
  background: #999; 
}

/* Handle on hover */
::-moz-scrollbar-thumb:hover {
  background: #555; 
}
.main_wrapper {
    overflow: hidden;
}

/*Top bar css*/
.top_header {
    overflow: hidden;
    background: #fafafa;
}
.breaking_news_heading {
    width: 22%;
    max-width: 22%;
    color: #fff;
    padding: 13px 40px 13px 30px;
    font-size: 18px;
    position: relative;
    background: var(--primary);
    font-weight: 800;
    z-index: 1;
    text-align: right;
    height: auto;
    float: none;
    line-height:normal;
    position: absolute;
    left: 0;
    top: 0;
}
.breaking_news_heading span {
	color: var(--secondary);
}
.breaking_news_heading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--primary);
    transform-origin: bottom left;
    transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
}
.breaking_news_slider_holder{
	width: 78%;
	max-width: 78%;
    padding-left: 40px;
}
.simple-marquee-container .marquee-content-items li.breaking_news_item {
  padding: 0 20px;
  line-height: normal;
  color: #000;
  font-family: "Font Awesome 6 Free";
}

.breaking_news_item::before {
    color: var(--secondary);
    padding-right: 10px;
}

.simple-marquee-container .marquee-sibling {
  background: var(--primary);
}
.simple-marquee-container {
  background: #fff;
  height: auto;
  float: none;
}
.simple-marquee-container *{
  font-family: 'SolaimanLipiNormal';
}

.simple-marquee-container .marquee-content-items li::after{
    display:none;
}
.marquee-content-items.breaking_news_slider {
  height: auto;
}
.simple-marquee-container .marquee, .simple-marquee-container [class^="marquee"] {
  display: block;
  width: 100%;
}

#tick li, #tick2 li { list-style-type:none; float:left; padding:20px 50px 20px 0; position:absolute; left:0px;}
#tick, #tick2 { position:relative; display:block; width:5000px; margin:0; content:""; display:table; height:0px; }
#outer{width:100%;height:55px; overflow:hidden; background:#fff; padding-left: 0;}
#outer a {text-decoration:none; color:#333; font-family:Calibri; font-size:18px;}
#tick li:before, #tick2 li:before {
    margin-right: 5px;
}

.date_holder {
    /*width: 20%;*/
    /*max-width: 20%;*/
    color: #fff;
    padding: 16px 30px;
    background: var(--primary);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.date_holder:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--primary);
    transform-origin: top left;
    transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
}
.date_holder i {
    margin-right: 10px;
}

/*Header css*/
.social_icons, .right_menu {
    list-style: none;
}
.right_menu{
	margin-left: 100px;
    align-items: center;
}
.social_icons li, .right_menu li {
    padding: 0 15px;
}
.logobar_right {
    justify-content: flex-end;
    align-items: center;
}
.logobar_right i{
	font-size: 20px;
}
.logobar{
	padding: 20px 0;
    position: relative;
}
i.fab.fa-facebook-square {
    color: #3C5897;
}

i.fab.fa-instagram-square {
    color: #000;
}

i.fab.fa-twitter-square {
    color: #01ACEE;
}

i.fab.fa-youtube-square {
    color: #BF0002;
}
.search_icon.show, .search_bar.show{
    display: flex;
}
.search_bar.show {
    display: flex;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    width: auto;
    z-index: 10500;
}
.search_icon{
    cursor: pointer;
}
.search_bar{
    display: none;
}
.search_bar input, .search_bar button {
    border-radius: 0;
    border-color: #ddd;
    padding: 15px;
}
.search_bar button:hover{
    background-color: var(--primary) ;
}
.search_bar button:focus{
    box-shadow: none;
}

/*Navbar CSS*/
.navbar.navbar-expand-lg {
    background: #FAFAFA !important;
    justify-content: center;
    padding: 0;
}

.main_menu {
    width: 100%;
}

.navbar .main_menu .nav-item a {
    color: #000 !important;
    font-size: 18px !important;
    font-family: 'SolaimanLipiNormal' !important;
    font-weight: 600;
    padding: 24px 16px;
    border-top: 3px solid #fff;
    transition: all .5s;
}
.navbar .main_menu .nav-item.active a, .navbar .main_menu .nav-item a:hover {
	border-color: var(--secondary);
}
/*.navbar-toggler.menu-tab {*/
/*    display: none;*/
/*}*/

/*News Global Styles*/
.section_heading {
    background: #FAFAFA;
}

.section_heading h2 {
    font-size: 18px;
    font-family: 'SolaimanLipiNormal';
    font-weight: 600;
    color: #fff;
    background: var(--primary);
    display: inline-block;
    padding: 10px 7px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.section_heading h2::after {
	content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--primary);
    transform-origin: bottom right;
    transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
}
.view_link {
    float: right;
    padding: 10px 15px;
    color: var(--secondary);
    font-size: 14px;
    font-family: 'SolaimanLipiNormal';
    font-weight: 600;
}
.view_link:hover {
    color: var(--primary);
}
.news_title{
	font-size: 18px;
    font-family: 'SolaimanLipiNormal';
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: normal;
}
.news_image img{
	width: 100%;
}
.news_items{
	margin: 0 -15px;
}
.news_item{
	padding: 15px;
}
.has_col_space .news_items{
    margin: 0;
}
.has_col_space .news_item{
    padding: 15px 0;
}
.news_image {
    margin-bottom: 10px;
    position: relative;
}

.news_item p {
    margin: 0;
}
.news_items .news_content p {
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*News Style_01*/

.news_section.style_01 .news_item:first-child{
	width: 60%;
	float: left;
    clear: none;
    border-bottom: none;
}
.news_section.style_01 .news_item{
	width: 40%;
	float: right;
    clear: right;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.news_section.style_01 .news_item:last-child {
    border-bottom: none;
}

.news_section.style_01 .news_item:first-child .news_image {
    display: block;
}

.news_section.style_01 .news_image {
    display: none;
}
.news_section.style_01 .news_item:first-child .news_content p {
    display: none;
}
.news_section.style_01.has_tabs .news_item:first-child .news_content p {
    display: block;
}

/*News Style_02*/
.news_section.style_02 .news_item {
    width: 33.333%;
    float: left;
}
.news_section.style_02 .news_item .news_image {
    width: 40%;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.news_section.style_02 .news_item .news_content {
    width: 60%;
    float: left;
}

.news_section.style_02 .news_item:first-child .news_image {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.news_section.style_02 .news_item:first-child .news_content {
    width: 100%;
}
.news_section.style_02 .right_news_list .news_content {
    width: 100%;
    float: none;
}

.news_section.style_02 .right_news_list .news_content h3 {
    margin: 0;
}

.right_news_list .news_item {
    border-bottom: 1px solid #ddd;
}

.right_news_list .news_items {
    padding: 0;
}
.rightside_news_list {
    padding: 0;
    list-style: bengali;
    list-style-position: inside;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: clip;
    margin-bottom: 15px;
    scrollbar-width: thin;
}
.rightside_news_list li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.rightside_news_list li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.rightside_news_list.styled_list li {
    list-style: none;
    position: relative;
}

.rightside_news_list.styled_list li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
}
/*News Style_03*/
.news_section.style_03 .news_item, .news_section.style_04 .news_item, .news_section.style_06 .news_item {
    width: 33.333%;
    float: left;
}
.news_section.style_03 .news_item {
    padding: 0 15px;
}
.news_section.style_03 .news_content {
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.news_section.style_03 .news_image {
    display: none;
}
.news_section.style_03 .news_item:first-child .news_image {
    display: block;
}
.news_section.style_03 .news_item:first-child .news_content, .news_section.style_03 .news_item:nth-child(5n+5) .news_content, .news_section.style_03 .news_item:nth-child(5n+4) .news_content {
    border: none;
}

.news_section.style_04 .news_item:first-child {
    float: none;
    width: 100%;
    position: relative;
}
.news_section.style_04 .news_item:first-child .news_content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 90%;
    color: #fff;
    padding: 15px;
}
.news_section.style_04 .news_item:first-child .news_content h3 a {
    color: #fff;
}
.news_section.style_04 .news_item:first-child .news_image {
    margin: 0;
}
.news_section.style_04 .news_item .image_overlay {
    background: rgba(0,0,0,.6);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.news_section.style_04 .news_item .news_content p, .news_section.style_05 .news_item .news_content p{
    -webkit-line-clamp: 2;
}
.fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget span {
    width: 100% !important;
}
.news_section.style_02 .news_item .news_content .news_title, .news_section.list_style .news_item .news_content .news_title{
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_section.style_02 .news_item:first-child .news_content .news_title {
    overflow: visible;
}
.news_section.list_style .news_item .news_image {
    width: 40%;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    margin: 0;
}
.news_section.list_style .news_item .news_content {
    width: 60%;
    float: left;
}
.news_section.list_style.large_image_list .news_item .news_image {
    width: 55%;
}
.news_section.list_style.large_image_list .news_item .news_content {
    width: 45%;
}
.news_section.list_style .news_item {
    border-bottom: 1px solid #ddd;
}

.news_section.list_style .news_item:last-child {
    border: none;
}

.news_section.list_style .news_items {
    height: 762px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.search_sec form {
    background: #fafafa;
    width: 100%;
    margin: 0;
}

.news_section.style_06 .news_item:nth-child(8n+1), .news_section.style_06 .news_item:nth-child(8n+2) {
    width: 50%;
    position: relative;
}
.news_section.style_06 .news_item:nth-child(8n+1) .news_image, .news_section.style_06 .news_item:nth-child(8n+2) .news_image {
    margin: 0;
}

.news_section.style_06 .news_item:nth-child(8n+1) .news_content h3, .news_section.style_06 .news_item:nth-child(8n+2) .news_content h3 {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 15px;
    margin-bottom: 0px;
}

.news_section.style_06 .news_item:nth-child(8n+1) .news_content h3 a, .news_section.style_06 .news_item:nth-child(8n+2) .news_content h3 a {
    color: #fff;
}

.news_section.style_06 .news_content p {
    display: none;
}

.news_section.style_06 .news_item:nth-child(8n+1) .news_content, .news_section.style_06 .news_item:nth-child(8n+2) .news_content {
    position: relative;
}

.big_news .news_image {
    height: 100%;
    margin: 0;
}

.big_news .news_image img {
    height: 100%;
}

.big_news .news_content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    padding: 15px;
    color: #fff ;
}

.big_news .news_items {
    height: 75%;
}
.big_news .news_item {
    height: 100%;
    position: relative;
}
.big_news .news_title a{
    color: #fff;
}
.style_05 .news_items {
    margin: 0;
}
.style_05 .news_item {
    padding: 0;
    margin-bottom: 15px;
}
.style_07 .news_item {
    width: 33.333%;
    float: left;
}

.style_07 .news_item:first-child {
    width: 66.666%;
}

.style_07 .news_item .news_content p {
    display: none;
}

.style_07 .news_item:first-child .news_content p {
    display: block;
}
.style_07 .news_section.list_style .news_item {
    width: 100%;
    float: none;
}

.style_07 .news_section.list_style .news_items {
    height: 590px;
}
.style_08 .news_content p {
    -webkit-line-clamp: 2;
}
.news_item hr{
    margin: 10px 0 0;
}
.has_slider .slick-arrow {
    bottom: 100%;
    top: auto;
    right: 15px;
    margin-bottom: 4px;
}

.slick-prev:before, .slick-next:before {
    color: #555;
}

.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
    color: var(--secondary);
}

.has_slider .slick-prev.slick-arrow {
    left: auto;
    right: 50px;
}
.rightside_news_list.styled_list.colored_list li {
    background: #fafafa;
    padding: 15px;
}
.rightside_news_list.styled_list.colored_list li:last-child {
    border-bottom: none;
}
.nav.nav-pills {
    flex-wrap: nowrap;
    width: 70%;
    margin: 0 !important;
    padding: 0 20px;
}
.has_tabs .section_heading .nav.nav-pills {
    flex-wrap: nowrap;
    width: 70%;
    margin: 0 !important;
    padding: 0 20px;
}
.has_tabs .section_heading {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.has_tabs .view_link {
    position: absolute;
    right: 15px;
    padding: 0;
}
.menu-close {
    display: none;
}
.has_tabs .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0 7px;
}
.has_tabs .nav-pills .nav-link.active, .has_tabs .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border-color: var(--secondary);
}

.video_holder {
    position: relative;
}

.video_holder i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}
.video_thumb {
    position: relative;
}

.video_thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);
    opacity: .6;
}

/* Footer Section CSS*/
.footer_sction{
    background: #00092E;
    padding: 40px 0 0;
    margin-top: 1rem;
    color: #fff;
    font-size: 18px;
}
.footer_sction a{
    color: #fff;
}
.footer-menu-items.contact_info {
    padding: 0;
    list-style: none;
    width: 92%;
    margin: 0 auto;
}

.footer-menu-items.contact_info i {
    color: var(--secondary);
    margin-right: 10px;
}
.footer-menu-items li{
    padding: 5px 0;
}
.footer-menu-items.contact_info .owner_name {
    color: #8FA3F6;
}

.footer-menu-items {
    margin: 0 0 20px;
    padding: 0;
    list-style-position: inside;
}

.footer_social a {
    margin-right: 15px;
}

.copyright {
    background: var(--primary);
    padding: 15px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 40px;
}
.copyright p {
    margin: 0;
}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

/*Single Newspage CSS*/
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.breadcrumb {
    font-size: 18px;
    color: #999;
    font-weight: 600;
}
.news_heading h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.news_heading h2::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 50px;
    background: var(--secondary);
    content: "";
    height: 3px;
}
.news_meta_info {
    margin-bottom: 30px;
    font-size: 14px;
    align-items: center;
}

.news_meta_info > div {
    margin-right: 20px;
    border-right: 2px solid #999;
    padding-right: 20px;
    display:inline;
}

.news_meta_info > div:last-child {
    border-right: none;
}
.text_highlight {
    font-size: 22px;
    background: #fafafa;
    padding: 30px 30px 30px 70px;
    margin: 20px 0;
    color: #555555;
    line-height: 30px;
    margin: 20px 0 !important;
    position: relative;
}
.text_highlight:before{
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-size: 22px;
    color: #777777;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 900;
}
.news_featured_image {
    position: relative;
}

.news_featured_image .figure-img_ad {
    position: absolute;
    bottom: 53px;
    left: 0;
    width: 100%;
}

.figure-caption {
    background: #fafafa;
    padding: 10px 15px;
    margin: 0;
}

.figure-img {
    margin: 0;
    width: 100%;
}
.details_news_section p {
    font-size: 18px !important;
    margin-bottom: 30px;
    line-height: 1.8rem;
}
.details_news_section p span {
    font-size: 18px !important;
}
.social {
    display: flex;
    justify-content: flex-end;
}

.social__item {
    margin-left: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.social__item .fab.fa-facebook-f {
    background: #3C5897;
}

.social__item span {
    display: block;
    height: 100%;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
}

.social__item .fab.fa-twitter {
    background: #01ACEE;
}

.social__item .fab.fa-linkedin-in {
    background: #0D62A5;
}
.details_news_section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.details_news_section .rightside_news_list.styled_list.colored_list li {
    background: none;
    border: none;
    padding: 15px 0;
}

.details_news_section .rightside_news_list li a {
    font-weight: normal;
    font-size: 18px;
}
.news_tag {
    background: var(--primary);
    color: #fff;height: auto;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 8px;
    border-radius: 5px;
    font-size: 16px;
}

.news_tags {
    align-items: center;
    margin-bottom: 20px;
}

.news_tags h3 {
    margin-bottom: 0;
    margin-right: 20px;
}
.details_news_section .news_items .news_content p {
    font-size: 14px;
}

.details_news_section h3.news_title {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: unset;
}
.comments_form button {
    float: right;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 50px;
}
.comment_meta_info span {
    margin-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.social_icons {
  max-width: 200px;
  flex-wrap: wrap;
}
.breaking_news_item a {
  font-size: 16px;
}

/**SLIDE NAV CSS**/
.side_nav .collapse:not(.show) {
    display: block !important;
}
.side_nav.main_menu {
    width: 300px;
    right: -300px;
    height: 100vh;
    position: fixed;
    z-index: 1111111;
    top: 0px;
    transition: all .6s ease-in-out;
    padding: 15px;
    color: #fff;
    overflow: auto;
}
.side_nav.main_menu.show {
  right: 0px;
  background-color: #fff;
  transition: all .6s ease-in-out;
  box-shadow: 0 0 10px #999;
}
.side_nav .menu-close {
  color: var(--primary);
  background: none;
  border: none;
  font-size: 24px;
  display: inline-block;
  background: #eee;
  width: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.navbar .main_menu.side_nav .nav-item a {
  color: #333 !important;
  border-top: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px !important;
  padding: 12px 0;
}
.navbar-toggler.menu-tab {
    display: inline;
}
.side_nav .menu-close {
    display: block;
}
.navbar-expand-lg .side_nav .navbar-nav {
  flex-direction: row;
  display: block;
  width: 100%;
}
.search_sec {
  margin-top: 20px;
}
.active>.page-link, .page-link.active {
    background-color: var(--primary);
    border-color: var(--primary);
}
.page-link, .page-link:hover{
    color: var(--primary);
}
.has_col_space .news_grid .news_item.col-6 {
    padding: 0 15px;
}

.has_col_space .news_items.news_grid {
    margin: 0 -15px;
}

.login-form {
    width: 600px;
    margin: 50px auto 0;
}

.sign-up{
    text-align:center;
    padding:20px 0 0;
}

.alert{
    margin-bottom:-30px;
    font-size: 13px;
    margin-top:20px;
}
.login-form .card-title {
    font-size: 30px;
    color: var(--primary);
    font-weight: 600;
}

.login-form .card-title span {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    margin: 15px 0;
}

.login-form .btn-block {
    width: 100%;
    padding: 10px;
}
.login-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.login-form .form-group label, .login-form .form-group a {
    margin-bottom: 5px;
    font-size: 16px;
}
.login-form .social_login{
    background: var(--secondary);
    border-color: var(--secondary);;
}
.login-form .sign-up{
    font-size: 16px;
}
.sign-up a {
    color: var(--secondary);
    font-weight: 600;
    letter-spacing: 1px;
}
.toggle-password {
    position: absolute;
    right: 15px;
    bottom: 12px;
    cursor: pointer;
}
.static-pages-content h3{
    color: var(--primary);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 30px;
}
.page_heading {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.page_heading h2 {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.static-pages-content p {
    font-size: 16px;
    line-height: 1.7rem;
}
.archive_title{
    /*background: var(--primary);
    color: #fff;
    padding: 10px;
    font-size: 16px;*/
    margin-bottom: 20px;
}
.archive_news_section .news_section.style_01 .news_item:first-child{
    padding-right: 30px;
}
.breadcrumb.text-white a {
    color: #fff;
}

.breadcrumb.text-white>li+li:before {
    color: #fff;
}

.breadcrumb.text-white li.active {
    opacity: .8;
}
.archive_title .breadcrumb {
    font-weight: normal;
}
.archive_form .input-group-addon {
    position: absolute;
    right: -1px;
    height: 100%;
    z-index: 4;
}

.archive_form .input-group-addon span.input-group-text {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.archive_form .input-group>.form-control {
    border-radius: .375rem !important;
}
.archive_form .form-group {
    margin-bottom: 15px;
}

.archive_form select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
}

.special_banner_img{
    position: relative;
}
.special_banner_img::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/banner-shape-3.png");
}
.special_banner_img img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.special_banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 40%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.special_banner_text h3 {
    font-size: 2rem;
}

.special_banner_text h2 {
    font-size: 3.5rem;
}

.special_banner_text p {
    font-size: 1.5rem;
}
.special_info_left h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--primary);
}

ul.special_info_list {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

ul.special_info_list li {
    list-style: none;
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #000;
}

ul.special_info_list li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 1rem;
    color: var(--secondary);
}
.featured_news_slider .news_image {
    margin: 0;
}

.featured_news_slider .news_content {
    background: #fff;
    padding: 15px;
}

.featured_news_slider .news_item {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    margin: 0 10px;
}
.special_section_title h3{
    color: var(--secondary);
}
.special_section_title h2{
    color: var(--primary);
}
.datepicker td, .datepicker th {
    height: 30px !important;
    padding: 7px 10px !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.datepicker .datepicker-days td, .datepicker .datepicker-days th{
    width: 30px !important;
    border-radius: 50%;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #ddd !important;
}
.datepicker table tr td span.active, .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover{
    background-image: linear-gradient(to bottom,#2b345b,#2b345b) !important;
    background-image: -webkit-linear-gradient(to bottom,#2b345b,#2b345b) !important;
    color: #fff !important;
}
.datepicker table thead tr:nth-child(3n+2) {
    background: #2b345b;
}

.datepicker table thead tr:nth-child(3n+2) th {
    color: #fff !important;
    border-radius: 0 !important;
    padding: 15px 7px !important;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #2b345b;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 15px;
}
#back-top i {
    width: 40px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    font-size: 20px;
    cursor: pointer;
    background: rgba(43, 52, 91, .8);
    padding: 0;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
}
#back-top i:hover {
    color: #fff;
    background: rgb(224 29 27);
}
/* For responsive view*/

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
        /*padding: 0 7%;*/
    }
}
@media only screen and (max-width: 991px){
    .date_holder {
        width: 100%;
        max-width: 100%;
        padding: 16px 30px;
        position: relative;
    }
    /*.ad_space img {
        width: 100%;
    }*/

    /*.breaking_news_sec.row.d-flex.align-items-center {*/
    /*    display: none !important;*/
    /*}*/
    .social_icons {
        display: none;
    }
    .news_item:not(.slick-slide) {
        width: 100% !important;
    }
    .news_grid .news_item:not(.slick-slide) {
         width: 50% !important; 
    }
   
    .mobile_hide{
        display: none;
    }
    .news_section.style_01 .news_item:first-child,.news_section.style_03 .news_item:first-child .news_content, .news_section.style_03 .news_item:nth-child(5n+4) .news_content{
        border-bottom: 1px solid #ddd;
    }
    .news_section.style_01 .news_item:first-child .news_content p {
        display: block;
    }
    .has_tabs .view_link {
        top: 12px;
    }
    .has_tabs .section_heading .nav.nav-pills {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .big_news .news_items {
        height: 100%;
    }
    
    .footer-menu-items.contact_info {
      margin-top: 0px;
      display: block;
    }
    
    .footer-menu-items.contact_info li {
      width: 100%;
    }
   
    .ad_space.p-4 {
        padding: 1.5rem 0!important;
    }
    .search_bar.show {
        width: 100%;
    }
    .has_tabs .section_heading .nav.nav-pills .nav-item {
        width: 25%;
        margin: 10px 0;
    }
    .news_meta_info {
        display: block !important;
    }

    .news_meta_info > div {
        border: none;
        padding: 0;
        margin: 0 0 5px;
    }

    .news_featured_image .figure-img_ad {
        bottom: 72px;
    }

    .figure-caption {
        min-height: 57px;
    }
    .details_news_section p {
        margin-bottom: 15px;
    }
    .comment_meta_info {
        margin-bottom: 30px;
    }
    .details_news_section .rightside_news_list.styled_list.colored_list li {
        padding: 8px 0;
    }
    .copyright {
      padding: 10px;
      font-size: 14px;
      margin-top: 20px;
    }
    .footer_sction {
      font-size: 16px;
      padding-top: 20px;
      margin-top: 20px;
    }
    .breaking_news_slider_holder {
      width: 78%;
      max-width: 78%;
      padding-left: 10px;
    }
    .breaking_news_heading {
      width: 22%;
      max-width: 22%;
      padding: 10px;
      font-size: 16px;
    }
    #tick li, #tick2 li { 
        padding: 13px 30px 13px 0;
    }
    #outer{height: 42px;}
    .login-form {
        width: 90%;
        margin: 50px auto 0;
    }
    .archive_news_section .news_section.style_01 .news_item:first-child{
        padding-right: 0px;
    }
    .special_banner_content {
        width: 100%;
    }
    .featured_news_slider .news_item {
        margin: 0 20px;
    }
    .footer_widget > img {
      max-height: 60px;
    }
    .btn-primary{
        padding:5px;
    }

}
@media only screen and (max-width: 767px){
    .footer-menu-items, .footer_social {
      padding: 0 15px;
      display: flex;
      flex-wrap: wrap;
    }
    .footer-menu-items li {
      padding: 5px 0;
      width: 50%;
    }
    .footer_widget > img {
      max-height: 60px;
      position: absolute;
      left: 15px;
    }
    .footer_top {
      padding-left: 70px;
    }
}


.grid{
    gap: 1rem;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid > .item{
    width: 100% !important;
    padding: 0px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.grid > .item > .news_image{
    margin-bottom: 0px;
}
.grid > .item .news_content{
    width: 100% !important;
}
.flex-column{
    margin: 0px !important;
}
.highlight_new_content{
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.6);
    padding: 10px 15px;
    color: #fff;
}
.highlight_new_content .news_title a{
    color: #fff;
}
.highlight_new_content p{
    margin-bottom: 0px !important;
}
.clamp{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    text-align: justify;
}
.clamp.text-normal{
    text-align: left;
}

/* grid eco-system */
.d-grid{
    display: grid;
    gap: 1rem;
}

.d-grid .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    position: relative;
}

.d-grid .item img{
    width: 100%;
    height: 140px;
    border-radius: 3px;
    object-fit: fill !important;
    object-position: center;
    -webkit-filter: brightness(105%) contrast(105%) !important;
}

.d-grid .item .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    width: 100%;
}

.d-grid .item .content .title{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-align: unset;
}

.d-grid .item .content .description{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    -webkit-line-clamp: 3;
    text-align: justify;
    width: 100%;
}

.post_media_back_shadow {
    background: rgba(0,0,0,.3);
    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0px;
}
.post_media_back_shadow a {
    color: white;
}

.d-grid .item .content.post_media_back_shadow .title{
    color: white;
}
.d-grid .item .content .description.line-1{
    -webkit-line-clamp: 1;
}
.d-grid .item .content .description.line-2{
    -webkit-line-clamp: 2;
}
.d-grid .item .content .description.line-3{
    -webkit-line-clamp: 3;
}
.d-grid .item .content.xborder{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.news_section {
    margin-bottom: 1rem;
}

.section_heading{
    margin: 1rem 0rem;
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px){
    .d-grid{
        grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
    }
    .d-grid .item{
        flex-direction: column !important;
    }
    .d-grid .item img{
        width: 100% !important;
        height: var(--post-image-height) !important;
    }
    .m-col-span-1{
        grid-column: span 1 !important;
    }
}

.social__item span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad_space {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/*.ad_space img {
    max-width: 100% !important;
}*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .ad_space img {
        margin-top: 1rem;
    }
}