/*
Theme Name: News Demo Twenty Three
Theme URI: https://themesdealer.xyz/newsdemotwentythree/
Author: The ThemesDealer Team(Currently Maintained by The2.dev)
Author URI: https://themesdealer.com/
Description: News Demo TwentyThree brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more.
Version: 1.0. Currently Maintained by The2.dev
License: GNU General Public License v2 or later
License URI: https://themesdealer.xyz/newsdemotwentythree/
Text Domain: newsdemotwentythree
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/

/* ==========================================================================
   Base CSS & WP Core Defaults
   ========================================================================== */
@font-face {
	font-family: "SolaimanLipiNormal";
	src: url("assets/fonts/solaiman-lipi.eot");
	src:
		url("assets/fonts/solaiman-lipi.eot") format("embedded-opentype"),
		url("assets/fonts/solaiman-lipi.woff") format("woff"),
		url("assets/fonts/solaiman-lipi.ttf") format("truetype"),
		url("assets/fonts/solaiman-lipi.svg#SolaimanLipiNormal") format("svg");
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* WP Default Alignment Classes */
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	color: #666;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* ==========================================================================
   Widgets & Top Header
   ========================================================================== */
.widget_top {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.widget_top img,
.widget_sec img,
.add img {
	width: 100%;
	height: auto;
}
.widget_sec {
	margin: 10px 0;
}

.social_icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social_icons li {
	display: inline-block;
	margin-right: 5px;
}
.social_icons li i {
	display: inline-block;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	transition: opacity 0.3s ease;
}
.social_icons li:hover i {
	opacity: 0.8;
}
.social_icons .fa-facebook {
	background-color: #3b579d;
}
.social_icons .fa-twitter {
	background-color: #2caae1;
}
.social_icons .fa-youtube {
	background-color: #cb1a15;
}
.social_icons .fa-whatsapp {
	background-color: #549d00;
}
.social_icons .fa-instagram {
	background-color: #df2b72;
}

/* ==========================================================================
   Header & Search Modal
   ========================================================================== */
.header {
	padding: 10px 0;
}
.search-icon i {
	font-size: 24px;
	color: white;
	transition: all 0.3s;
}
.search-icon i:hover {
	color: #0b5ab3;
}

.custom-search-input {
	padding: 3px;
	border: solid 1px #e4e4e4;
	border-radius: 6px;
	background-color: #fff;
}
.custom-search-input input {
	border: 0;
	box-shadow: none;
}
.custom-search-input button {
	background: none;
	box-shadow: none;
	border: 0;
	color: #666;
	border-left: solid 1px #ccc;
}

.scroll_02 {
	padding: 5px 0;
	font-size: 18px;
	/* margin-top: 7px; */
}
.scroll_02 a {
	color: #ce2f2a;
	transition: color 0.3s ease;
}
.scroll_02 a:hover {
	color: #0b5ab3;
}

/* ==========================================================================
   News Layouts & Backgrounds
   ========================================================================== */
.bg-one {
	background: #5d002d;
	padding: 20px;
	overflow: hidden;
}
.bg-two {
	background: #00354a;
	padding: 20px;
	overflow: hidden;
}
.bg-three {
	background: #41a8b8;
	padding: 20px;
	overflow: hidden;
}
.bg-four {
	background: #fec34d;
	padding: 20px;
	overflow: hidden;
}
.bg-five {
	background: #ee303b;
	padding: 20px;
	overflow: hidden;
}

.lead-news-02,
.lead-news {
	border-top: 2px solid #ee303b;
	background-color: #e3dcd2;
}

.news-sec-one,
.middle-news,
.middle-news-02,
.middle-news-05 {
	background-color: #e3dcd2;
	border-bottom: 2px solid #ee303b;
	/* margin-bottom: 15px; */
}
.news-sec-one {
	background: #fff;
}
.lead-news-03,
.middle-news-03,
.middle-news-04 {
	background: #002a3a;
	color: #fff;
	/* margin-bottom: 15px; */
}
.lead-news-03 h4 a,
.middle-news-03 h4 a,
.middle-news-04 h4 a {
	color: #ffe282;
	transition: color 0.3s;
}
.lead-news-03 h4 a:hover,
.middle-news-03 h4 a:hover,
.middle-news-04 h4 a:hover {
	color: #fff;
}

.cetagory-title {
	border-top: 2px solid #1d441c;
	border-bottom: 2px solid #1d441c;
	padding: 8px 10px;
	margin: 15px 0;
	background: #f0f0f0;
}
.cetagory-title a {
	color: #000;
	border-left: 8px solid #008a43;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

/* ==========================================================================
   Galleries (Photo & Video)
   ========================================================================== */
.video_gallery_section {
	background: #020322;
	padding: 25px 0;
	margin-top: 15px;
}
.Photo_gallery_section {
	background: #333;
	padding: 25px;
	margin: 10px 0;
}

.video_list_bg {
	background: #0a1135;
	overflow-y: auto;
	max-height: 423px;
	overflow-x: hidden;
}
.video_list_bg .active {
	background: #383f64;
}
.video_img:hover {
	background: #383f64;
	cursor: pointer;
}
.Video_Gallery_catagory {
	padding: 7px 10px;
	margin-bottom: 10px;
	background: #1d1d37;
	border-left: 5px solid #f00;
	color: #e59a13;
	font-size: 20px;
}
.Gallery_catagory {
	padding: 7px 10px;
	margin-bottom: 10px;
	background: #000;
	border-left: 5px solid #f00;
	color: #e59a13;
	font-size: 20px;
}

/* Owl Carousel Custom Controls */
.Pgoto_gallery_sec .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #e59a13 !important;
	color: #fff !important;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	border: 1px solid #000 !important;
	opacity: 0.5;
	transition: 0.3s ease;
}
.Pgoto_gallery_sec .owl-nav button.owl-next {
	right: 0;
}
.Pgoto_gallery_sec .owl-nav button.owl-prev {
	left: 0;
}
.Pgoto_gallery_sec:hover .owl-nav button {
	opacity: 1;
}

.pto_gallery_box_shadow {
	box-shadow: 0 0 10px #555353;
	background: #000;
	border-bottom: 1px solid #e59a13;
	margin-bottom: 10px;
}
.photo_heading {
	padding: 12px;
}
.photo_heading a {
	font-size: 18px;
	color: #fff;
	transition: 0.3s ease;
}
.photo_heading a:hover {
	color: #ff9800;
}

/* ==========================================================================
   Bootstrap 5 Tab Overrides
   ========================================================================== */
.tab-header {
	background: #fff;
	margin-bottom: 15px;
}
.tab-header .nav-tabs {
	border: none;
	background: #d2d5db;
}
.tab-header .nav-tabs .nav-link {
	border: none;
	color: #fff;
	border-radius: 0;
	padding: 10px 15px;
	background: #666;
	margin-bottom: 0;
	transition: 0.3s ease;
}
.tab-header .nav-tabs .nav-link.active,
.tab-header .nav-tabs .nav-link:hover,
.tab-header .nav-tabs .nav-link:focus {
	background: #fe0000;
	color: #fff;
}
.news-titletab {
	overflow-y: auto;
	max-height: 350px;
	background-color: #fdfdd6;
	padding: 15px;
	border-left: 1px solid #e8e8ff;
}

/* ==========================================================================
   Bootstrap 5 Pagination Overrides
   ========================================================================== */
.pagination {
	margin-top: 20px;
}
.pagination .page-item .page-link {
	padding: 10px 20px;
	color: #fff;
	background-color: #17408a;
	border: 1px solid #ebebee;
	border-radius: 5px;
	margin: 0 4px;
	font-size: 18px;
	transition: all 0.3s ease;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
	background-color: #fb531c;
	border-color: #fb531c;
	color: #fff;
}

/* ==========================================================================
   Single Page & Archives
   ========================================================================== */
.single_title {
	color: #2e3d8e;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
}
.single-ditails p {
	text-align: justify;
	line-height: 1.8;
}

.archive_post_sec,
.archive_post_sec_again {
	background: #fdfdfd;
	transition: transform 0.3s ease;
}
.archive_post_sec:hover,
.archive_post_sec_again:hover {
	transform: translateY(-2px);
}
.archive_heading_01 a,
.archive_heading_02 a {
	color: #710b0b;
	transition: color 0.3s ease;
}
.archive_heading_01 a:hover,
.archive_heading_02 a:hover {
	color: #4899d0;
}

.more_news_catagory {
	background: #4d4e8a;
	padding: 10px;
	color: #fff;
	margin: 20px 0 15px;
}
.more-news-title a {
	color: #333;
	transition: 0.3s ease;
}
.more-news-title a:hover {
	color: #0033ee;
}

/* ==========================================================================
   Comments Section
   ========================================================================== */
.comment_title {
	background: #4d4e8a;
	padding: 12px 20px;
	color: #fff;
	margin: 0 0 20px 0;
}
.comment-respond,
.entry-comments {
	padding: 25px;
	border: 1px solid #eaeaea;
	background: #fff;
	border-radius: 5px;
}
.comment-list {
	list-style: none;
	padding-left: 0;
}
.comment-list li {
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.comment-list .children {
	margin-top: 20px;
	border-left: 3px solid #4d4e8a;
	padding-left: 20px;
}
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
}

/* ==========================================================================
   Footer & Go To Top
   ========================================================================== */
.footer_border_again {
	border-left: 1px solid #aaaeb4;
}
.TopUp {
	position: fixed;
	right: 25px;
	bottom: 70px;
	z-index: 999;
}
.TopUp i {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: 0.3s ease;
}
.TopUp:hover i {
	background: #333;
}

.date {
	color: #fff;
	font-size: 16px;
}

.border-right-02 {
	border-right: 1px solid #fff;
}

.image-title {
	border-top: 1px solid #ee303b;
	overflow: hidden;
	background: #e3dcd2;
	margin: 0px 0px;
}
.image-title-03 {
	border-top: 1px solid #ee303b;
	overflow: hidden;
	background: #e3dcd2;
	margin: 10px 0px;
}
.video_screen {
	padding: 3px;
	border: 1px solid #ddd;
	background: #e3dfdf;
}

.video_gallery_section iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 100;
}

.small_video {
	float: left;
	width: 40% !important;
	margin-right: 8px;
	border: 1px solid #ddd;
	padding: 1px;
	margin-left: 10px;
}
.video_heading {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

.textwidget p {
	margin: 0 !important;
}

.middle-news-02 img {
	width: 100%;
	height: 202px;
}

.middle-news-05 img {
  width: 100%;
  height: 300px;
}
.middle-news-04 img {
  width: 100%;
  height: 150px;
}